@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,700,500italic,700italic,900,900italic&subset=latin,cyrillic);
*,p,h1,h2,h3,h4,h5,h6,ul,ol,li,ul.list-inline,ul.list-inline>li,span {
  margin: 0;
  padding: 0;
}
*:focus,
*:hover {
  outline: none;
}
body {
  font-family: 'Roboto', sans-serif;
  min-width: 1200px;
  /* width: 1920px; */
}
.container {
  min-width: 1170px;
}
h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  color: #292d31;
}

/*section_main*/
.section_main {
  background: url(../img/bg_main3-1.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;;
  
  padding-bottom: 121px;
}
header .logo {
  background: url(../img/logo_top.png) no-repeat;
  display: inline-block;
    width: 250px;
  height: 58px;
}
header li {
  color: #fff;
  font-size: 24px;
  vertical-align: middle;
}
.white_btn {
  border: 2px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.06);
  border-radius: 3px;
  color: #fff;
  font-size: 22px;
  padding: 8px 19px;
  margin-left: 33px;
  transition: 0.3s ease-in-out;
}
.white_btn:hover {
  background: rgba(255,255,255,0.2);
}
header {
  border-bottom: 1px solid rgba(255,255,255,0.2); 
  padding-top: 24px;
  padding-bottom: 22px;
  background:rgba(0,0,0, 0.4);
}
.section_main h1 {
  text-shadow: #000000 0px 0px 10px;
  font-size: 56px;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
  margin-top: 111px;
  margin-bottom: 32px;
  margin-left: -20px;
  padding-left: 20px;
  padding: 11px 20px;
  border-radius: 10px;
  margin-right: 20px;
}
.section_main p {
   text-shadow: #000000 0px 0px 10px;
   font-size: 21px;
  /* font-weight: 300; */
  color: #fff;
  letter-spacing: 2.2px;
  margin-bottom: 40px;
  padding-left: 16px;
  margin-top: 50px;
}
.section_main ul.list {
    color: #fff;
  font-size: 24px;
  line-height: 40px;
  padding: 10px;
  margin-top: 131px;
  background-color: rgba(0,0,0,0.4);
  padding-left: 40px;
  margin-right: 18px;
  border-radius: 10px;
}
.blue_btn {
  text-shadow: #000000 0px 0px 10px;
  background: #046fbb;
  border: 1px solid #1f83cf;
  border-radius: 4px;
  font-size: 20px;
  color: #fff;
  padding: 17px 31px; 
  transition: 0.3s ease-in-out;
}
.blue_btn2 {
  text-shadow: #000000 0px 0px 10px;
  background: #010167;
  border: 1px solid #010167;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  padding: 20px; 
  padding-left: 13px;
  transition: 0.3s ease-in-out;
  height: 67px;
  width: 386px;
  margin-top: 40px;
  display: block;
  position: relative;
}

.blue_btn2:hover{
  color: #ffffff;
  text-decoration: none;
  background: #046fbb;
}
.blue_btn2:focus{
  color: #ffffff;
  text-decoration: none;
  background: #046fbb;
}
.blue_btn:hover {
  border: 1px solid #0464a8;
  background: #0464a8;
}
.blue_btn span {
  display: inline-block;
  vertical-align: middle;
}
.blue_btn2 i {
  background: url(../img/play3.png) no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  
  position: absolute;
  right: 9px;
    top: 22px;
}
/*end of section_main*/


/*section_why_we*/
.section_why_we {
  text-align: center;
  
  padding-top: 75px;
  
}
.section_why_we .discount_bg {
  background: url(../img/bg_2.jpg) no-repeat bottom center #f6f8fc;
  padding-bottom: 291px;
}
.section_why_we .sha
.section_why_we h2 {
  margin-bottom: 70px;

}
.section_why_we h3 {
  color: #3c3a4f;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 9px;
}
.section_why_we p {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  line-height: 27px;
  min-height: 161px;
}
.section_why_we .icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin-bottom: 36px;
  background: #f6f8fc
    ;
}
.section_why_we .icon_1 {
  background: url(../img/why_we_ic_1.png) no-repeat center;
}
.section_why_we .icon_2 {
  background: url(../img/why_we_ic_2.png) no-repeat center;
}
.section_why_we .icon_3 {
  background: url(../img/why_we_ic_3.png) no-repeat center;
}
.section_why_we .icon_4 {
  background: url(../img/why_we_ic_4.png) no-repeat center;
}
.section_why_we .icon_5 {
  background: url(../img/why_we_ic_5.png) no-repeat center;
}
.section_why_we .icon_6 {
  background: url(../img/why_we_ic_6.png) no-repeat center;
}
.section_why_we .icon_7 {
  background: url(../img/why_we_ic_7.png) no-repeat center;
}
.section_why_we .icon_8 {
  background: url(../img/why_we_ic_8.png) no-repeat center;
}
.section_why_we h4 {
  font-size: 38px;
  color: #292d31;
  line-height: 60px;
  font-weight: 300;
  text-align: left;
  margin-top: 129px;
}
.section_why_we h4 span {
  color: #00bef1;
  font-weight: 400;
}
/*end of section_why_we*/



/*section_we_offer*/
.section_we_offer {
  background: #f6f8fc;
  padding-top: 42px;
}

section.section_we_offer {
  padding-bottom: 127px;
}
.section_we_offer h2 {
  margin-bottom: 61px;
}
.section_we_offer .we_offer_wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-top: 30px;
  z-index: 10;
}
.section_we_offer .we_offer_wrap.more_info {

}
.custom_modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  background: rgba(0,0,0,0.7);
  visibility: hidden;
  opacity: 0;
  transition: 0.1s ease-in-out;
}
.custom_modal.open {
  visibility: visible;
  opacity: 1;
}
.custom_modal.open .modal_content {
  transform: scale(1);
}
.custom_modal .modal_content h3 {
  text-align: left;
  margin-bottom: 20px;
}
.custom_modal .modal_content p {
  margin-top: 10px;
}
.close_custom_modal {
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}
.custom_modal .modal_content {
  transform: scale(0);
  transition: 0.2s ease-in-out;
  width: 600px;
  background: #fff;
  left: 50%;
  top: 15%;
  z-index: 33;
  padding: 30px;
  border-radius: 3px;
  position: absolute;
  margin-left: -300px;
}
.section_we_offer .we_offer_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 137px;
  width: 100%;
  color: #ffffff;
  padding-left: 20px;
  padding-bottom: 0;
  padding-right: 10px;
  transition: 0.3s ease-in-out;
  -ms-transform: translateY(4rem);
  -webkit-transform: translateY(4rem);
  transform: translateY(4rem);
}
.section_we_offer .btn_wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-left: 20px;
}
.section_we_offer .we_offer_wrap:hover .we_offer_txt {
  -ms-transform: translateY(-2rem);
  -webkit-transform: translateY(-2rem);
  transform: translateY(-2rem);
}
.section_we_offer h3 {
  text-shadow: #000000 0px 0px 10px;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 32px;
  margin-bottom: 0;
}
.section_we_offer p {
  text-shadow: #000000 0px 0px 10px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 25px;
  /* min-height: 50px; */
}
.blue_btn_sm {
  border: 2px solid #00bef1;
  border-radius: 4px;
  background: rgba(0,190,241,0);
  color: #00bef1;
  padding: 8px 15px;
  margin-right: 4px;
  transition: 0.3s ease-in-out;
  margin-top: 5px;
}
.blue_btn_sm:hover {
  color: #fff;
  background: rgba(0,190,241,1);
}
.section_we_offer .container {
  position: relative;
}
.section_we_offer .absolute {
  position: absolute;
  left: 15px;
  bottom: 0;
  width: 100%;
  padding-right: 0;
}
/*end of section_we_offer*/


/*section_portfolio*/
.section_portfolio {
  /* height: 843px; */

}
.section_portfolio img {
  max-width: 100%;
}
/*end of section_portfolio*/

/*section_media*/
.section_media {
  background: url(../img/bg_3.jpg) no-repeat top center;
  padding-top: 148px;
  padding-bottom: 245px;
}
.section_media p {
  font-size: 34px;
  line-height: 55px;
  font-weight: 300;
  color: #292d31;
}
.section_media p span {
  color: #00bef1;
  font-weight: 400;
}
/*end of section_media*/


/*section_we_work*/
.section_we_work {
  padding-top: 53px;
  text-align: center;
  padding-bottom: 16px;
}
.section_we_work h2 {
  margin-bottom: 121px;
}
.section_we_work .icon_wrap {
  width: 95px;
  height: 95px;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
.section_we_work h3 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #292d31;
  margin-bottom: 13px;
}
.section_we_work p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #292d31;
}
.section_we_work .icon {
  border: 3px solid #414141;
  border-radius: 50%;
  position: relative;
  display: inline-block;
}
.section_we_work .icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.section_we_work .icon_1 {
  background: url(../img/we_work_ic_1.png) no-repeat center;
  width: 58px;
  height: 58px;
  margin-top: 15px;
}
.section_we_work .icon_2 {
  background: url(../img/we_work_ic_2.png) no-repeat center;
  width: 78px;
  height: 78px;
  margin-top: 5px;
}
.section_we_work .icon_3 {
  background: url(../img/we_work_ic_3.png) no-repeat center;
  width: 95px;
  height: 95px;
}
.section_we_work .icon_4 {
  background: url(../img/we_work_ic_4.png) no-repeat center;
  width: 95px;
  height: 95px;
}
.section_we_work .icon_5 {
  background: url(../img/we_work_ic_5.png) no-repeat center;
  width: 78px;
  height: 78px;
  margin-top: 5px;
}
.section_we_work .icon_6 {
  background: url(../img/we_work_ic_6.png) no-repeat center;
  width: 58px;
  margin-top: 15px;
  height: 58px;
}
.section_we_work .icon_1:after,
.section_we_work .icon_2:after {
  background: url(../img/we_work_arrow_1.png) no-repeat;
  width: 46px;
  height: 12px;
}
.section_we_work .icon_3:after {
  background: url(../img/we_work_arrow_2.png) no-repeat;
  width: 52px;
  height: 12px;
}
.section_we_work .icon_4:after,
.section_we_work .icon_5:after {
  background: url(../img/we_work_arrow_3.png) no-repeat;
  width: 46px;
  height: 12px;
}
.section_we_work .icon_1:after {
  right: -88px;
}
.section_we_work .icon_2:after {
  right: -80px;
}
.section_we_work .icon_3:after {
  right: -77px;
}
.section_we_work .icon_4:after {
  right: -82px;
}
.section_we_work .icon_5:after {
  right: -89px;
}
/*end of section_we_work*/


/*section_technical*/
.section_technical {
  background: url(../img/bg_4.jpg) top center;
  padding-top: 275px;
  padding-bottom: 244px;
}
.section_technical p {
  font-size: 34px;
  line-height: 55px;
  color: #414141;
  font-weight: 300;
}
.section_technical p span {
  font-weight: 400;
  color: #2cccf2;
}
/*end of section_technical*/

/*section_bottom*/
.section_bottom {
  background: url(../img/bg_5.jpg) no-repeat bottom center;
  padding-top: 93px;
}

section.section_bottom {}
.section_bottom .form_wrap {
  width: 818px;
  background: #fff;
  border-radius: 4px;
  border: 2px solid #e1e1e1;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #000;
  padding-top: 27px;
}
.section_bottom h3 {
  font-size: 26px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.section_bottom p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}
.section_bottom .ul_form {}
.section_bottom .ul_form li {
  vertical-align: middle;
}
.section_bottom input {
  width: 357px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  font-size: 18px;
  font-weight: 400;
  padding-left: 19px;
  padding-right: 19px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 61px;
}
.section_bottom .blue_btn {
  width: 357px;
  height: 61px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
::-webkit-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;  
}

::-moz-placeholder {
  color: #000;  
}

:-ms-input-placeholder {  
  color: #000;  
}
.section_bottom .ul_contacts {
  border-top: 1px solid #e1e1e1;
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 23px;
}
.section_bottom .ul_contacts li {
  padding: 0 18px;

}
.section_bottom .ul_contacts .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.section_bottom .ul_contacts .icon_1 {
  background: url(../img/contacts_ic_1.png) no-repeat;
  width: 16px;
  height: 16px;
}
.section_bottom .ul_contacts .icon_2 {
  background: url(../img/contacts_ic_2.png) no-repeat;
  width: 12px;
  height: 16px;
}
.section_bottom .ul_contacts .icon_3 {
  background: url(../img/contacts_ic_3.png) no-repeat;
  width: 16px;
  height: 12px;
}
.section_bottom .ul_contacts span {
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
}
footer .logo {
   background: url(../img/logo2.png) no-repeat;
  display: inline-block;
    width: 206px;
  height: 50px;
}
footer li {
  color: #fff;
  font-size: 24px;
  vertical-align: middle;
}
footer {
  border-top: 1px solid rgba(255,255,255,0.2); 
  margin-top: 106px;
  padding-top: 16px;
  padding-bottom: 15px;
}
/*end of section_bottom*/


/*section_portfolio*/
.section_portfolio {
  position: relative;
}
.section_portfolio .porfolio_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 86px;
  z-index: 2;
  text-align: center;
}
.section_portfolio .porfolio_title h2 {
  font-size: 40px;
  font-weight: 100;
  color: #fff;
}
.section_portfolio .porfolio_title h3 {
  margin-bottom: 7px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 900;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
}
.area_sub {
  border-radius: 4px;
  z-index: 100;
  background: rgba(0,0,0,0.7);
  width: 418px;
  padding-left: 31px;
  position: absolute;
  padding-top: 28px;
  padding-right: 32px;
  padding-bottom: 30px;
  border: 1px solid rgba(65,65,65,0.7);
  display: none;
  margin-left: -33px;
  transition:0.4s;
  visibility: hidden;
  opacity: 0;
  display: block;
  top: 50%;
  left: 50%;
}
.area_sub:before {
  content: "";
  display: block;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 9px solid rgba(0,0,0,0.7);
  position: absolute;
  top: -9px;
  left: 21px;
  width: 0;
  height: 0;
  border-top: 0;
  padding: 0;

}
.area_sub h4 {
  font-size: 18px;
  color: #00bef1;
  font-weight: 300;
  margin-bottom: 11px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.area_sub p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 24px;
  position: relative;
  width: auto;
  right: auto;
}
.area_sub .container {
  position: relative;
}
.area_sub .blue_btn_sm {
  margin-top: 25px;
  font-size: 18px;
  padding: 10px 26px;
}
.point_position {
  background: red;
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  z-index: 100;
  left: 55%;
  top: 42%;
}
.area_sub_circle {
  position: absolute;
  width: 100px;
  height: 101px;
  display: block;
  border-radius: 50%;
  left: -18px;
  top: -53px;
}
.section_portfolio .area_sub:hover,
.section_portfolio .icon_touch:hover+.area_sub {
  visibility: visible;
  opacity: 1; 
}
.section_portfolio .icon_touch {
  content: "";
  background: rgba(0,0,0,0.5) url(../img/hover_on.png) center no-repeat;
  border-radius: 50%;
  background-size: 80px;
  overflow: hidden;
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 10;
  margin-left: -50px;
  margin-top: -50px;
  display: block;
  top: 50%;
  left: 50%;
  cursor: pointer;
}
.section_portfolio .icon_touch.hovered {
  opacity: 0;
  visibility: hidden;
}

.section_portfolio.mouseover map:after {
  display: none;
}
map .area_sub:hover {
  visibility: visible;
  opacity: 1; 
}
.slick-prev,
.slick-next {
  top: 50%;
  margin-top: -40px;
  position: absolute;
}
.slick-prev {
  background: url(../img/slick_left.png) no-repeat center;
  width: 70px;
  height: 80px;
  border: 0;
  left: 0px;
}
.slick-next {
  background: url(../img/slick_right.png) no-repeat center;
  width: 70px;
  height: 80px;
  border: 0;
  right: 0px;
}
.slick_arrow_wrap {
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  top: 50%;
}
.slick_arrow_wrap .container {
  position: relative;
  height: 0;
}
/*end of section_portfolio*/

/*modal*/

.modal-sm {
  width: 500px;
}
.modal-sm input,
.modal-sm button {
  width: 100%;
}
.modal-sm .ul_form li {
  display: block;
  padding: 0 30px;
}
.modal-sm input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  font-size: 18px;
  font-weight: 400;
  padding-left: 19px;
  padding-right: 19px;
  margin-bottom: 20px;
  height: 61px;
}
.modal-sm .modal-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.modal-sm h2 {
  padding: 0 30px;
  margin-bottom: 20px;
}
.info_modal h2 {
  font-size: 20px;
}
.successMessage .modal-content {
  padding: 30px;
  text-align: center;
}
/*end of modal*/