﻿@font-face {
  font-family: 'Geometria';
  src: url('../fonts/Geometria-Medium.woff') format('woff'),
  url('../fonts/Geometria-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Geometria-Light';
  src: url('../fonts/Geometria-Light.woff') format('woff'),
  url('../fonts/Geometria-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Geometria-Bold';
  src: url('../fonts/Geometria-Bold.woff') format('woff'),
  url('../fonts/Geometria-Bold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Geometria-ExtraBold';
  src: url('../fonts/Geometria-ExtraBold.woff') format('woff'),
  url('../fonts/Geometria-ExtraBold.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

body {
  background: url(../img/background.jpg) no-repeat top right;
}

/*.background {
  background: url(../img/background.jpg) no-repeat right;
  position: absolute;
  right: 0;
  top: 0;
  height: 516px;
  width: 100%;
}*/

p {
  font-family: 'Geometria';
}

.headInfo {
  color:#888888;
  font-size: 14px;
  font-family: 'Geometria';
  margin-bottom: 0;
}

.phone {
  color:#000;
  font-family: 'Geometria-Bold';
  font-size: 16px;
}

.callBtn {
  outline:none;
  text-decoration:none;
  text-align:center;
  padding:12px;
  border:none;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
  border-radius: 50px;
  font:14px 'Geometria', "Times New Roman", Times, serif;
  color:#ffffff;
  background:#fa9302;
  -webkit-box-shadow:0px 0px 8px #473e3e, inset 0px 0px 1px #ffffff;
  -moz-box-shadow: 0px 0px 8px #473e3e,  inset 0px 0px 1px #ffffff;
  box-shadow:0px 0px 8px #e6a11f;
  width: 100%;

}

.section-1, .section-2, .section-3, .section-4, .section-5, .section-6, .section-7, .section-8, .section-9 {
    padding:25px;
}

.section-1 h1 {
  font-family: Geometria-ExtraBold;
  font-size: 28px;
  text-transform: uppercase;
  padding-bottom:150px;
}

.blueColor {
  color:#1f416e;
}


.section-2 p {
  font-family: Geometria-Bold;
  font-size: 18px;
}

.title {
  position: relative;
  margin:0 auto;
  font-family: Geometria-ExtraBold;
  font-size: 24px;
  text-transform: uppercase;

}

.title:before, .title:after{
  content:'';
  width: 43px;
  height: 43px;
  position: absolute;
}

.title:before {
  background: url("../img/leftBrdr.png");
  top:-15px;
  left:10px;
}

.title:after {
  background: url("../img/rightBrdr.png");
  bottom:-15px;
  right:10px;
}

.section-3 {
  background: #f2f2f2;
}

.projects .section-3 {
  background: #fff;
}


.card-text {
  text-align: left;
  font-family: Geometria-ExtraBold;
  text-transform: uppercase;
  font-size: 18px;

  padding:10px 0;
}

.card {

  position: relative;
}

.cardBody {
  padding: 10px 10px 0 10px;
}

.cardBody a {
  color:#000;
  text-decoration: none;
}

.card .city {
  background: url(../img/city.png) no-repeat;
  color: white;
  width: 170px;
  height: 42px;
  font-family: 'Geometria';
  text-align: center;
  padding-right: 10px;
  padding-top: 8px;
  position: absolute;
  top: 20px;
  left: 5px;
}

.card p {
  margin:0;
}

.sold, .total {
  background: #1f416e;
  color:white;
  padding:5px;
  width:38%;
  text-align: left;
}

.sold, .total, .arrow {
  margin-bottom: 10px;
}

.sold p:first-child, .total p:first-child {
  font-family: Geometria-Light;
  font-size: 14px;
  line-height: 25px;
}

.sold p:nth-child(2), .total p:nth-child(2) {
  font-family: Geometria-ExtraBold;
  font-size: 18px;
}

.arrow {
  background: url(../img/arrow.png) no-repeat center;
  width: 20%;
}

.formBackground {
  background: url("../img/formBackground.png") no-repeat center;
  background: #003f70;
  height:174px;
  position: relative;
  margin:50px auto;
}

.section-4 p, .section-8 p {
  font-family: Geometria-Bold;
  font-size: 23px;
  color:white;
  text-align: left;
  padding: 35px 0 0 20px;
}



.section-4 p span, .section-8 p span {
  font-family: Geometria-ExtraBold;
  color:#e38a14;
}
.form-group {
  padding-top: 35px;
}

.inputText {
  border-radius: 50px;
  margin-bottom: 20px;
}

.woman {
  background: url(../img/woman.png);
  width: 235px;
  height: 235px;
  position: absolute;
  bottom: 0;
  right: 130px;
}

.ellipse {
  background: url(../img/ellips.png) no-repeat;
  width: 35px;
  height: 176px;
  position: absolute;
  right: -1px;
  top: 0;
}

.item {
  width: 20%;
  display: flex!important;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #c9c9c9;
}

.item img {
  width:80%;
}

.item:last-child img {
  width: 50%;
}

.item:last-child {
  border:none;
}

.section-6 {
  background: #f2f2f2;
  padding:50px;
}

.section-7 .container {
  position: relative;
}

.result {
  position: absolute;
  left:0;
  top:20%;
  background: white;
  padding: 20px;
  box-shadow: -2px 2px 24px 6px rgba(34, 60, 80, 0.2);
}

.result .resItem p:first-child {
  font-family: Geometria-ExtraBold;
  font-size: 24px;
  color:#1f416e;
  text-transform: uppercase;
  margin:0;
}

.result .resItem p:last-child {
  font-family: Geometria;
  font-size: 16px;
  color:#000;
}

.woman-2 {
  background: url(../img/woman2.png) no-repeat;
  width: 143px;
  height: 193px;
  position: absolute;
  bottom: 0;
  right: 100px;
}

.ellipsePhone {
  background: url(../img/ellipsPhone.png) no-repeat;
  width: 117px;
  height: 175px;
  position: absolute;
  left: 0;
  top: 0;
}

.section-9 {
  background: #f2f2f2;
  padding:50px;
}

.contactItem p:first-child {
  font-family: Geometria;
  font-size: 14px;
  color:#888888;
  margin:0;
  text-align: left;
}

.contactItem p:last-child {
  font-family: Geometria;
  font-size: 18px;
  color:#000000;
  text-align: left;
}

.itemVideo {
margin:10px;
}

footer {
  background: #003f70;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  color:white;
  font-size: 12px;
  font-family: Geometria-light;
}

footer img {
    margin:10px;
}

.policy {
    padding-left: 40px;
}

.policy a {
    color:white;
    text-decoration: underline;
}

.box-shadow { box-shadow: 0 0.35rem 1rem 4px rgb(0 0 0 / 15%); }


.description {
  margin-bottom: 50px;
}

.advantages {
  font-family: Geometria;
  color: #000000;
  font-size: 16px;
  position: relative;
  margin-left: 30px;
}

.advantages:before {
  content:'';
  background: url("../img/cirkle.png");
  width: 22px;
  height: 22px;
  position: absolute;
  top:0;
  left:-30px;
}

.slider {
  margin:50px auto;

}

.slider img {
  width:100%;

}

.modal-content {
  flex-direction: row;
  border-radius: 0;
}

.modal-content img {
  width:100%;
  height:100%;
}


.formModal .form-group {
  padding-top: 10px;
}

.close {
  background: url("../img/close.png");
width: 30px;
  height: 30px;
  opacity: 1;
  position: absolute;
  right:-50px;
}

.leftItem{
  width:50%;
}
.rightItem {
  width: 50%;
  padding: 0px 40px 0px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top:10px;
}

.rightItem h3 {
  text-transform: uppercase;
  text-align: center;
  font-family:'Geometria-Bold';
}

.rightItem .form-group .inputText {
  text-align: center;
}

.rightItem a {
  color:black;
  text-decoration: underline;
}

.modal-backdrop {
  background-color: #fff;
}

.modal-backdrop.show {
  opacity: .8;
}

.thanks {
  display: none;
}

#toTop {
  width:100px;

  text-align:center;
  padding:5px;
  position:fixed;
  bottom:10px; /* отступ кнопки от нижнего края страницы*/
  right:10px;
  cursor:pointer;
  display:none;
  color:#fff;
  font-family:verdana;
  font-size:11px;
  font-family: Geometria-Bold;
}

.classerror {
  border:3px solid red;
}

.slick-dots {
  position: static!important;
}

.slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}

.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 .g-recaptcha iframe, body > div[style]:last-of-type
{ transform: scale(0.75);
  transform-origin: left top;
  margin-left:5px;
}

.formBackground .callBtn{
  position: relative;
  top: -10px;
}

.formBackground .form-group {
  padding-top: 10px;
}

.formBackground .inputText{
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .section-1, .section-2, .section-3, .section-4, .section-5, .section-6, .section-7, .section-8, .section-9 {
        padding:10px;
    }

    header {
        background: url(../img/backgroundMobWhite.jpg) no-repeat top right;
    }

  body {
    background: none;
  }
  .headInfo {
    color:black;
    text-align: center;
  }
  .phone {
    color:black;
    text-align:center;
    display:block;
    font-size: 25px;
  }

    .section-1 h1 {
        padding-bottom:0;
    }

    .formBackground {
        height: auto;
    }
    .woman{
        display: none;
    }
    .ellipse {
        display: none;
    }

    .section-4 p, .section-8 p {
        padding:15px 0px;
        font-size: 18px;
        text-align: center;
    }

    .form-group {
        padding-top:0
    }

    .item {
        width:100%;
    }

    .section-6 {
        padding:10px;
    }

    .section-7 img {
        width:100%;
    }

    .result {
        position: static;
        text-align: center;
    }

    .woman-2 {
        display: none;

    }

    .ellipsePhone {
        display: none;
    }

    .contactItem p:first-child {
        text-align: center;
    }
    .contactItem p:last-child {
        text-align: center;
    }

    .section-9 {
        padding:10px;
    }

    footer {
        text-align: center;
    }

    footer img {
        margin:0;
    }

    .section-9 .phone {
      color:black
    }

    .policy {
        padding:20px 0;
    }

  .leftItem {
    display: none;
  }

  .rightItem {
    width: 100%;
    padding: 25px;
  }
  .close {
    right: 10px;
    top: -50px;
  }

  .slide-m-prev {
    margin-right:20px;
  }

  .slide-m-dots {
    display: none;
  }

}

@media screen and (max-width: 1200px) and (min-width: 768px) {
 body{
   background: url(../img/backgroundMobWhite.jpg) no-repeat top center;
 }

  .section-4 p, .section-8 p {
    font-size: 20px;
    padding: 25px 0 0 20px;
  }

  .section-1, .section-2, .section-3, .section-4, .section-5, .section-6, .section-7, .section-8, .section-9 {
    padding: 10px;
  }
  .section-7 img {
    width:100%;
  }

  .headInfo .phone {
    display: block;
  }

  .headInfo{
    text-align: center;
  }

  .headInfo + div {
    text-align: center;
  }

  .woman {
    display: none;
  }

  .woman-2 {
    display: none;
  }
  .ellipsePhone {
    display: none;
  }

  .leftItem {
    display: none;
  }

  .rightItem {
    width: 100%;
    padding: 25px;
  }
  .close {
    right: 10px;
    top: -50px;
  }

  .policy{
    padding-left:0;
  }

  .contactItem p span {
    display: block;
  }


}