﻿@font-face {
  font-family: 'inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'interlight';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'intersemibold';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}


@font-face {
  font-family: 'interbold';
  src: url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

body {
    font-family: 'inter';
}

img {
    max-width: 100%;
}


p {
  font-family: 'inter', sans-serif;
}


.headInfo {
  color:#888888;
  font-size: 14px;
  font-family: 'montserrat', sans-serif;
  margin-bottom: 0;
}

.phone {
  color:#000;
  font-family: 'inter';
  font-size: 16px;
}

.callBtn {
  outline:none;
  text-decoration:none;
  text-align:center;
  padding:12px;
  border:none;
  font:16px 'inter';
  color:#ffffff;
    background: #216178;
  width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
  font-weight: bold;

}

.iconBlock {
  display: inline;
}

.why, .choice, .comm, .terrain, .reviews, .infra, .pay, .contact {
    padding:25px;
}

.site-header .soc {
  width: 20px;
}

header .itemBlock {
  display: flex;
  justify-content: space-between;
}

header .callBtn {
  background: white;
  color:black;
  border:2px solid black;
}

.home {
  background: url(../img/bg.jpg) no-repeat;
  position: relative;
  background-size: cover;
  height: 700px;
}


.home h1 {
  font-family: 'interbold', sans-serif;
  font-size: 58px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding: 100px 0 0;
}

.home h3 {
  color: white;
}

.home button {
  width: 260px;
  margin-top:30px;
}

.home .content p {
  font-family: 'montserratsemibold';
  font-size: 30px;
  color: white;
  text-shadow: 2px 5px 7px rgba(0,0,0,0.8);
  margin-top:30px
}


.home object {
  width:60px;
}

.section1, .section2, .section3, .section4, .section5, .section6, .section7 {
    margin:50px 0;
}

h2 {
    margin-bottom: 30px;
    font-family: 'interbold';
}

.section1 .videoText, .section5 .videoText {
  position: relative;
  top:50px;
}

.section1 .item p {
    font-size: 20px;
    margin: 20px 0;
}

.section1 .iconContainer img:hover {
  transform: scale(1.2);
}

.section1 h4{
    font-size: 20px;
    color:#232323;
    font-weight: bold;
}

.section2 .item {
  position: relative;
  margin: 10px 0;
    cursor: pointer;
}

.section2 .item:hover .overlay {
    display: none;
}

.section2 .item:hover p {
    display: none;
}

.section2 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(78,115,66, 0.8);
  z-index: 1;
}

.section2 .item p {
  color:white;
  position: absolute;
  z-index: 2;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  text-transform: uppercase;
  font-size: 20px;
}

.section2 .item.long p {
  left:30%;
  transform:translate(-20%, -50%);
}

.section3 h2 {
  position: relative;
  top:100px;
}

.section3 .preim {
  position: relative;
  top:100px;
}

.section3 .preim p {
  font-size: 20px;
  position: relative;
  margin-left:20px;
}

.section3 .preim p:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: -40px;
  top: 2px;
}

.section3 .preim p:first-child:before {
  background: url("../img/icon1.svg");
}

.section3 .preim p:nth-child(2):before {
  background: url("../img/icon2.svg");
}

.section3 .preim p:nth-child(3):before {
  background: url("../img/icon3.svg");
}

.section3 .preim p:nth-child(4):before {
  background: url("../img/icon4.svg");
}

.section3 .preim p:nth-child(5):before {
  background: url("../img/icon5.svg");
}

.section3 .preim p:nth-child(6):before {
  background: url("../img/icon6.svg");
}

.section3 .preim p:nth-child(7):before {
  background: url("../img/icon7.svg");
}

.section3 .preim p:nth-child(8):before {
  background: url("../img/icon8.svg");
}

.section4 {
  background: url("../img/bg2.jpg") no-repeat;
  height: 650px;
  background-size: cover;
}

.section4 .text{
  padding:40px;
}

.section4 h3{
  font-size: 35px;
  color:white;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.section4 p {
  font-size: 20px;
  color:white;
}

.section4 .formBlock {
    background: white;
    padding: 40px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section4 form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section4 .callBtn {
  width: 70%;
  margin-top:20px;
}

.section4 form input, .section8 form input {
  border: none;
  border-bottom: 3px solid black;
  padding-left: 20px;
  margin: 10px 0;
}

.section4 .formBlock p, .section8 .formBlock p {
  text-align:center;
  color:black;
  font-size: 25px;
  font-weight: bold;
}

.section4 .formBlock .oferta, .section8 .formBlock .oferta {
  font-size: 10px;
  font-weight: normal;
  margin-top:10px;
}

.section5 .sub {
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


.section7 {
  background: url("../img/bg3.jpg") no-repeat;
  height: 1000px;
  background-size: cover;
}

.section7 h3 {
  font-size: 40px;
  color: white;
  padding: 40px 0;
  font-weight: bold;
}

.section7 p {
  font-size: 20px;
  color:white;
  line-height: 25px;
  display: flex;
}

.section7 p span {
  margin-right: 20px;
}

.section7 .sub {
  font-size: 15px;
 font-family: interlight;
  line-height: 20px;
  height: 100px;
  margin-left: 33px;
}

.section7 .infoBlock {
  background:white;
  padding: 20px;
}

.section7 .infoBlock p {
  color:black;
  text-align: center;
  justify-content: center;
  font-size: 16px;
}

.section8 h4 {
  font-weight: bold;
}

.section8 form {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.section8 .callBtn {
  margin-top:20px;
}

.contact .contactItem {
  display: flex;
  justify-content: space-between;
}

.contact .contactItem p {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact .contactItem p:first-child {
  font-weight: bold;
}



footer {
  background: #00394E;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.contact .logo {
  text-align: left;;
  margin: 10px 0;
}

footer p {
  color:white;
  font-size: 16px;
  font-family: 'inter';
    margin: 0;
}

footer a {
    margin-right: 10px;
  color:white;
  text-decoration: none;
}

footer a:hover{
  color:white;
  text-decoration: none;
}

footer .social img {
    margin:10px;
  width: 40px;
  height: 40px;
}

footer .politics {
  margin-top:30px;
}

footer .politics img {
  width: 20px;
  height: 20px;
}

.policy {
    padding-left: 0px;
}

.policy a {
    color:black;
    text-decoration: none;
}

.box-shadow { box-shadow: 0px 3px 5px 0px rgba(34, 60, 80, 0.2); }


.description {
  margin-bottom: 50px;
}



.slider {
  margin:50px auto;

}

.slider img {
  width:100%;

}

.ajaxform {
  width: 70%;
}

.modal-content {

  border-radius: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0,0,0,0.2);

}

.modal-content .rightItem {
  background: url(../img/thanks.jpg) no-repeat;
  background-size: cover;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.modal-content h3 {
  color:black;
  text-align: center;
}

.modal-content p {
  color:black;
  font-size: 12px;
}

.modal-content .formModal {
  padding: 50px;
  background: white;
  border-radius: 10px;
}

.modal-content img {
  width:100%;
  height:100%;
}

.modal-content input[type=checkbox] {
  margin-right: 10px;
}

.modal-content a {
  color:black;
  text-decoration: underline;
}

.formModal .form-group {
  padding-top: 10px;
  display: flex;
  justify-content: center;
}

.modal-content input {
  margin: 10px 0;
  /* border-radius: 10px; */
  border: none;
  border-bottom: 2px solid black;
}

.modal-content .policyBlock {
  display: flex;
  align-items: baseline;
}

.modal-content .close {
  background: url("../img/close.svg");
  width: 30px;
  height: 30px;
  position: absolute;
  top:20px;
  right:50px;
  z-index: 1000;
  color:gray;
  bordr:none;
  background-size: cover;
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog {
  max-width: 100%;
  margin: 0;
}



.modal-backdrop {
  background-color: #fff;
}

.modal-backdrop.show {
  opacity: .8;
}

.thanks {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
    background: url(../img/bgThanks.jpg) no-repeat;
    background-size: cover;
    padding: 100px;
  position: relative;


}

.thanks h3 {
  font-size: 30px;
  color:white;
  font-family: 'inter';
}

.thanks p {
  font-size: 20px;
    color:white;
}

#toTop {
  width:60px;

  text-align:center;
  padding:5px;
  position:fixed;
  bottom:20px; /* отступ кнопки от нижнего края страницы*/
  right:80px;
  cursor:pointer;
  display:none;
  color:#fff;
  font-family:verdana;
  font-size:11px;
  font-family: montserratbold;
}

.classerror {
  border:3px solid red!important;
}

.slick-dots {
  position: static!important;
}

.slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section6 .slide-m-next {
  position: absolute;
  right: -20px;
  bottom: 160px;
}

.section6 .slide-m-prev {
  position: absolute;
  left: -20px;
  bottom: 160px;
}

.slider-controls img {
  cursor: pointer;
}

.formModal .g-recaptcha {
  margin-bottom: 15px;

}

.project {
  background: white;
}

.formBackground .g-recaptcha, .g-recaptcha div{
  overflow: hidden;
  max-width: 100%;
}


.formBackground .callBtn{
  position: relative;
  top: -10px;
}

.formBackground .form-group {
  padding-top: 10px;
}

.formBackground .inputText{
  margin-bottom: 10px;
}



  .slick-slide img {
	  width:100%;
	  padding:20px;
	  height: 250px;
  }
  
  .gallery .slide-m-prev {
	      bottom: 120px;
  }
  
  .gallery .slide-m-next {
	  bottom: 120px;
  }

  .mobMenu {
    display: none;
  }


@media screen and (max-width: 767px) {

   header .itemBlock {
        display: none;
    }
  body {
    overflow-x: hidden;
    position: relative;
  }
  .logo {
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .moreBlock {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mobMenu .closeBtn {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section1 img {
    width: 100%;
  }

  .section1 .item p {
    margin-bottom: 20px;
  }



  .section2 .item p {
    width: 100%;
    text-align: center;
  }

  .section2 .item.long p {
    left: 20%;
  }

  .section3 h2 {
    top:0;
  }

  .section3 .preim {
    top:0;
  }

  .section3 .preim p:before {
    left:-30px;
  }

    .section4 {
        height: 750px;
    }

  .section4 .text {
    padding: 5px;
  }

  .section4 .callBtn {
    width: 100%;
  }

  .section1 .videoText, .section5 .videoText {
    top:0;
  }

  .section7 {
    height: auto;
  }

  .section7 p span {
    margin-right: 10px;
  }

  .section7 p {
    margin: 10px 0;
    font-size: 18px;
  }

  .section7 h3 {
    font-size: 30px;
  }

  .section7 .sub {
    margin-left: 24px;
    height: inherit;
  }

  .section7 .infoBlock {
    margin: 20px 0;
  }

  .section8 h4 {
    text-align: center;
  }

  .section8 form {
    width: 100%;
  }

  .contactItem {
    margin-top:20px;
  }

  #toTop {
    bottom: 120px;
    right: 10px;
    position: absolute;
  }

  .why, .choice, .comm, .terrain, .reviews, .infra, .pay, .contact {
    padding:5px;
  }


.site-header {
  text-align: center;
}

  .home .content {
    padding: 20px 0;
  }

  .headInfo {
    color:black;
    text-align: center;
  }
  .phone {
    color:black;
    text-align:center;
    display:block;
    font-size: 25px;
  }

  .iconBlock {
    display: block;
    text-align: center;
  }

    .home h1 {
        padding-bottom:0;
      font-size: 40px;
    }


  .contact .logo {
    text-align: center;
  }


  .modal-content .formModal {
    padding: 5px;
  }

  .modal-content .rightItem {
    padding: 25px;
  }

  .modal-content .close {
    top: 5px;
    right: 5px;
  }

  .thanks {
    padding: 100px 5px;
  }

  .thanks p {
    font-size: 25px;
  }



    .contact {
        padding:10px;
    }

    footer {
        text-align: center;
    }

    footer img {
        margin:0;
    }

    .contact .phone {
      color:black;
      font-size: 20px;
    }

  .contact .contactItem p {
    font-size: 20px;
  }

    .policy {
        padding:20px 0;
    }


  .close {
    right: 10px;
    top: -50px;
  }

  .section5 .slider-controls {
    display: none;
  }

  .section6 .slide-m-next {
    right: 120px;
    bottom: 0px;
  }

  .section6 .slide-m-prev {
    margin-right: 20px;
    left: 120px;
    bottom: 0;
  }

  .slide-m-dots {
    display: none;
  }
  
.ajaxform {
  width: 90%;
}

    .slick-slide img {
        height: 200px;
        padding: 5px;
    }

    .mobMenu{
        position: absolute;
        top: 0;
        width: 100%;
        height: 100vh;
        background: #00394E;
        z-index: 1;
      padding: 20px 0;
    }

    .mobMenu .callBtn {
      background: inherit;
      color: white;
      border: 2px solid white;
    }

    .mobMenu .menu {
      display: flex;
      flex-direction: column;
      margin-top:50px;
    }

  .mobMenu .menu a {
    color:white;
    margin:20px 0;
    font-size: 20px;
  }


  .mobMenu .soc {
    display: flex;
    justify-content: center;
    margin-top:50px;
  }

  .mobMenu .soc a {
    margin: 0 20px;
  }

}

@media screen and (max-width: 1200px) and (min-width: 768px) {




}