html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  box-sizing: border-box; }

* {
  text-decoration: none; }

button {
  outline: none; }

@font-face {
  font-family: "ProximaNova-Regular";
  src: url("../fonts/ProximaNova-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }
@font-face {
  font-family: "ProximaNova-Thin";
  src: url("../fonts/ProximaNova-Thin.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }
@font-face {
  font-family: "ProximaNova-Bold";
  src: url("../fonts/ProximaNova-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.ttf") format("opentype");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }

.container {
  width: 1200px;
  margin: 0 auto; }

.porfoliо-ds-slider{
  font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    font-family: "ProximaNova-Regular";
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4CCE41;
}

.fotorama__thumb-border {
    border-color: #4CCE41!important; 
        border-width: 4px!important; 
}


.porfoliо-ds-footer-title{
    font-family: "ProximaNova-Regular";
    color: #222222;
      font-size: 14px;
      font-weight: 600;
          line-height: 150%;
}
.porfoliо-ds-footer{
      margin-top: 120px;
}
.porfoliо-docs-item{
      font-family: "ProximaNova-Regular";
    color: #222222;
      font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
          line-height: 150%;
}
.porfoliо-docs-item img {
    margin-right: 15px;
}
.porfoliо-docs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0;
}
button.porfoliо-big{
display: flex;
border: none;
text-transform: uppercase;
cursor: pointer;
    background: #4CCE41;
    box-shadow: 0px 0px 25px rgb(55 211 42 / 25%), 0px 0px 5px rgb(0 0 0 / 15%);
    border-radius: 5px;
    width: 90%;
    position: relative;
    height: 60px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    align-items: center;
    justify-content: center;
}
button.porfoliо-big:after {
    content: "";
    transform: rotate(
45deg
);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(
45deg
);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    background-color: #4CCE41;
width: 45px;
    height: 45px;
    top: 8px;
    position: absolute;
    border-radius: 6px;
    z-index: 1;
    right: -19px;
}

.portfolio-wrap{
  display: flex;
}
.porfoliо-desc{
  width: 30%;
}
.porfolio-slider{
  width: 70%;
      margin-right: 40px;
}
.porfoliо-ds-title{
    padding-top: 35px;
    font-weight: 600;
    font-size: 22px;
    line-height: 150%;
    font-family: "ProximaNova-Regular";
    color: #222222;
        margin-bottom: 30px;
}
.porfoliо-ds-dots{
 display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    line-height: 1;
        font-size: 16px;
    line-height: 85%;
    font-family: "ProximaNova-Regular";
    color: #222222;
}
.porfoliо-ds-text p{
     font-family: "ProximaNova-Regular";
    color: #222222;
      font-size: 14px;
          line-height: 150%;
}
.portfolio-one {
    padding-top: 90px;
    padding-bottom: 90px;
}

.dots{
  border-bottom: 1px dashed #222222;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.adress {
  color: #222;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-family: "ProximaNova-Thin";
  display: flex;
  flex-wrap: wrap;
  margin-right: 30px; }
  .adress img {
    margin-right: 12px; }

.time {
  color: #222;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-family: "ProximaNova-Thin";
  display: flex;
  flex-wrap: wrap; }
  .time img {
    margin-right: 12px; }

.wrapper {
  padding-top: 58px;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between; }

.location, .contact {
  display: flex;
  align-items: center; }

.logo {
  position: relative;
  width: 210px; }
  .logo img {
    position: absolute;
    left: 7px;
    bottom: -81px; }

a.phone {
  margin-right: 17px;
  color: #222;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-style: normal;
  font-family: "ProximaNova-Regular"; }

.mob-wp {
  display: none; }

a.phone-mobile {
  margin-right: 17px;
  color: #222;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-style: normal;
  font-family: "ProximaNova-Regular"; }

a.wapp {
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  color: #222;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-family: "ProximaNova-Thin";
  width: 109px;
  display: flex;
  height: 30px;
  border: 1px solid rgba(34, 34, 34, 0.3);
  box-sizing: border-box;
  border-radius: 20px; }
  a.wapp img {
    margin-right: 5px; }

a.telegram {
  align-items: center;
  justify-content: center;
  color: #222;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-family: "ProximaNova-Thin";
  width: 109px;
  display: flex;
  height: 30px;
  border: 1px solid rgba(34, 34, 34, 0.3);
  box-sizing: border-box;
  border-radius: 20px; }
  a.telegram img {
    margin-right: 5px; }

.reviews {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 395px;
  padding: 20px 40px 55px 40px; }
  .reviews span {
    font-family: "ProximaNova-Regular";
    font-size: 10px;
    line-height: 150%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #222222;
    opacity: 0.5; }

.header-right {
  padding-top: 80px; }

.header-content {
  width: 100%;
  height: 600px;
  background: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.header-content {
  padding-top: 92px; }

.header-left h1 {
  font-family: "ProximaNova-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 55px;
  color: #fff;
  text-transform: uppercase;
  line-height: 130%; }

.subtext {
  color: #fff;
  font-family: "ProximaNova-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 25px; }
  .subtext span {
    color: #4CCE41; }

.inner-box {
  margin-top: 45px;
  display: flex;
  align-items: center; }

.header-content-wrap {
  display: flex;
  justify-content: space-between; }

.box-type {
  display: flex;
  margin-right: 45px;
  font-family: "ProximaNova-Regular";
  color: #fff;
  line-height: 150%;
  flex-direction: column;
  font-size: 16px; }
  .box-type div {
    height: 36px;
    display: flex;
    align-items: center; }
  .box-type p {
    padding-top: 12px; }

.last img {
  height: 22px; }

.header-btn {
  margin-top: 40px; }
  .header-btn a {
    display: flex;
    background: #4CCE41;
    box-shadow: 0px 0px 25px rgba(55, 211, 42, 0.25), 0px 0px 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 230px;
    position: relative;
    height: 57px;
    color: #fff;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    font-family: "ProximaNova-Regular"; }
    .header-btn a:after {
      content: "";
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      background-color: #4CCE41;
      width: 42px;
      height: 42px;
      top: 8px;
      position: absolute;
      border-radius: 6px;
      z-index: 1;
      right: -17px; }

.numbers {
  padding-top: 66px;
  padding-bottom: 13px; }

.number-left {
  width: 315px;
  padding: 30px 40px 60px 40px;
  font-size: 16px;
  color: #222222;
  line-height: 150%;
  font-weight: 400;
  font-family: "ProximaNova-Regular";
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .number-left h2 {
    display: block;
    color: #222222;
    font-weight: 600;
    font-size: 30px;
    line-height: 150%;
    margin-bottom: 10px; }

.number-wrap {
  display: flex;
  justify-content: space-between; }

.numbers-right {
  display: flex;
  width: 66%;
  justify-content: space-between; }

.number-box {
  color: #222222;
  font-size: 16px;
  padding-top: 20px;
  font-family: "ProximaNova-Regular"; }
  .number-box span {
    font-weight: 600;
    font-size: 70px;
    line-height: 150%;
    color: #37D32A;
    display: block; }

.acardeon {
  width: 100%;
  padding-bottom: 50px;
  background: url("../img/bg-3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.apartment-cost {
  width: 100%;
  height: 480px;
  background: url("../img/bg-2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
    .video iframe{
      width: 100%;
      height: 190px;
    }
.acardeon-text {
  width: 100%;
  text-align: center;
  padding-top: 80px; }
  .acardeon-text h2 {
    font-size: 35px;
    line-height: 150%;
    color: #222222;
    font-family: "ProximaNova-Bold"; }
  .acardeon-text span {
    font-size: 18px;
    line-height: 150%;
    font-family: "ProximaNova-Regular";
    color: #222222; }

.apartment-cost-text {
  padding-top: 80px; }
  .apartment-cost-text h2 {
    font-size: 35px;
    line-height: 130%;
    color: #fff;
    font-family: "ProximaNova-Regular";
    margin-bottom: 15px; }
  .apartment-cost-text span {
    font-size: 25px;
    line-height: 130%;
    font-family: "ProximaNova-Regular";
    color: #fff; }

.apartment-cost-btn {
  margin-top: 75px; }
  .apartment-cost-btn a {
    display: flex;
    background: #4CCE41;
    box-shadow: 0px 0px 25px rgba(55, 211, 42, 0.25), 0px 0px 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 230px;
    position: relative;
    height: 65px;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    font-family: "ProximaNova-Regular"; }
    .apartment-cost-btn a:after {
      content: "";
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      background-color: #4CCE41;
      width: 48px;
      height: 48px;
      top: 8px;
      position: absolute;
      border-radius: 6px;
      z-index: 1;
      right: -20px; }

.about {
  padding-top: 113px; }

.about-title {
  font-family: "ProximaNova-Regular";
  font-size: 35px;
  line-height: 130%;
  font-weight: 400;
  padding-bottom: 20px;
  color: #222222; }
  .about-title span {
    font-weight: 700; }

.about-bg {
  width: 100%;
  padding-top: 50px;
  height: 900px;
  background: url("../img/bg-4.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.about-content {
  padding: 45px 35px 45px 45px;
  width: 550px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px 70px 5px 5px; }

img.img {
  position: absolute;
  top: 65px;
  right: 60px; }

img.about {
  position: absolute;
  top: 10px;
  right: -54px; }

.slider-box {
  margin-top: 13px; }
  .slider-box p {
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    font-family: "ProximaNova-Regular";
    color: #222222; }

.sl-img {
  margin-top: 15px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  font-family: "ProximaNova-Regular";
  color: #222222; }
  .sl-img img {
    margin-right: 15px; }

.about-top h2 {
  font-size: 25px;
  line-height: 150%;
  font-family: "ProximaNova-Regular";
  color: #222222;
  font-weight: 600;
  padding-bottom: 20px; }
.about-top span {
  font-size: 18px;
  line-height: 150%;
  font-family: "ProximaNova-Regular";
  color: #222222; }
.about-top p {
  font-size: 18px;
  padding-top: 20px;
  line-height: 150%;
  font-family: "ProximaNova-Regular"; }

.about-center {
  padding-top: 20px; }
  .about-center span {
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    font-family: "ProximaNova-Regular";
    color: #222222; }

.about-center-box {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-family: "ProximaNova-Regular";
  font-size: 16px;
  line-height: 150%;
  color: #222222; }
  .about-center-box img {
    margin-right: 15px; }

.about-footer {
  display: flex;
  padding-top: 30px;
  align-items: center;
  justify-content: space-between; }

.ab-left {
  font-size: 16px;
  line-height: 150%;
  font-family: "ProximaNova-Regular";
  color: #222222; }
  .ab-left span {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    display: block;
    color: #222222;
    padding-bottom: 4px; }

.ab-right a {
  width: 283px;
  height: 73px;
  background: url("../img/ph.png");
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  text-align: right;
  letter-spacing: 0.1em;
  border-radius: 5px;
  display: flex;
  position: relative;
  padding-left: 60px;
  align-items: center;
  font-family: "ProximaNova-Regular"; }

.reviews-slider .slick-next {
  position: absolute;
  top: inherit !important;
  left: inherit !important;
  right: 0 !important;
  display: block;
  bottom: -48px;
  width: 33px !important;
  height: 33px !important;
  transition: 0.3s; }
  .reviews-slider .slick-next:hover {
    width: 37px !important;
    height: 37px !important;
    bottom: -50px; }

.reviews-slider .slick-prev {
  position: absolute;
  top: inherit !important;
  bottom: -48px;
  left: inherit !important;
  right: 50px;
  display: block;
  width: 33px !important;
  height: 33px !important;
  transition: 0.3s; }
  .reviews-slider .slick-prev:hover {
    width: 37px !important;
    height: 37px !important;
    bottom: -50px; }

.active {
  display: block;
  overflow: visible !important;
  max-height: 100% !important;
  transition: 0.3s; }

.main-slider-wrap .slick-slide img {
  margin: auto !important; }

.main-slider-wrap .slick-next {
  z-index: 999;
  width: 52px !important;
  height: 52px !important;
  transition: 0.3s; }
  .main-slider-wrap .slick-next:hover {
    width: 58px !important;
    height: 58px !important; }

.main-slider-wrap .slick-prev {
  z-index: 999;
  width: 52px !important;
  height: 52px !important;
  transition: 0.3s; }
  .main-slider-wrap .slick-prev:hover {
    width: 58px !important;
    height: 58px !important; }

.accordion {
  width: 818px;
  margin: 0 auto;
  margin-top: 45px;
  font-family: "ProximaNova-Regular";
  z-index: 999;
  font-size: 16px;
  line-height: 140.5%;
  position: relative;
  margin-bottom: 10px;
  position: relative; }
  .accordion::after {
    width: 100%;
    height: 50%;
    left: 0;
    background: rgba(255, 255, 255, 0.12);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.12) 0%, white 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.12)), color-stop(100%, white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.12) 0%, white 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.12) 0%, white 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.12) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    position: absolute;
    content: "";
    bottom: 0; }

.remove::after {
  display: none; }

.arrow {
  width: 27px;
  margin: 0 auto;
  cursor: pointer; }

.panel {
  width: 818px;
  transition: 0.3s;
  margin: 0 auto;
  font-family: "ProximaNova-Regular";
  z-index: 999;
  font-size: 16px;
  line-height: 140.5%;
  max-height: 0;
  overflow: hidden; }

.resultcontact {
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: center; }

span#answercontact {
  width: 100%;
  display: block;
  text-align: center;
  color: #222;
  font-size: 18px;
  font-family: "ProximaNova-Regular"; }

span#loadcontact {
  display: none;
  width: 129px;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center; }

.price {
  padding-top: 144px; }

.price-title {
  font-size: 35px;
  line-height: 150%;
  text-align: center;
  font-family: "ProximaNova-Regular";
  color: #222222; }
  .price-title h2 {
    font-family: "ProximaNova-Bold"; }
  .price-title span {
    font-family: "ProximaNova-Bold"; }

.subtitle {
  padding-top: 30px;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #222222;
  font-family: "ProximaNova-Regular"; }
  .subtitle span {
    font-family: "ProximaNova-Bold"; }

.price-catalog-wraper {
  display: flex;
  margin-top: 70px;
  justify-content: space-between; }

.price-left, .price-center, .price-right {
  width: 100%; }

.price-left-green {
  height: 80px;
  border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  border: 0px solid #000000;
  background: #4CCE41;
  font-size: 18px;
  line-height: 150%;
  display: flex;
  font-family: "ProximaNova-Bold";
  padding-left: 115px;
  color: #FFFFFF;
  align-items: center; }

.price-center-green {
  height: 80px;
  background: #4CCE41;
  font-size: 18px;
  line-height: 150%;
  display: flex;
  font-family: "ProximaNova-Bold";
  padding-left: 100px;
  align-items: center;
  color: #FFFFFF; }

.price-right-green {
  height: 80px;
  border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  border: 0px solid #000000;
  background: #4CCE41;
  font-size: 18px;
  line-height: 150%;
  display: flex;
  font-family: "ProximaNova-Bold";
  padding-left: 100px;
  align-items: center;
  color: #FFFFFF; }

.price-left-st {
  height: 97px;
  padding-left: 115px;
  display: flex;
  font-family: "ProximaNova-Bold";
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #222222; }
  .price-left-st img {
    margin-right: 10px; }

.price-left-tt {
  height: 97px;
  padding-left: 100px;
  display: flex;
  font-family: "ProximaNova-Bold";
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #222222; }
  .price-left-tt img {
    margin-right: 10px; }
  .price-left-tt span {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    font-family: "ProximaNova-Regular";
    color: #222222; }
  .price-left-tt div {
    display: flex;
    flex-direction: column; }

.price-left-gray {
  background: #F4F4F4;
  height: 296px;
  border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  border: 0px solid #000000;
  padding-top: 35px; }
  .price-left-gray p {
    font-size: 14px;
    line-height: 150%;
    color: #222222;
    padding-left: 115px;
    padding-top: 15px;
    font-family: "ProximaNova-Regular"; }
  .price-left-gray span {
    font-weight: 600;
    font-size: 18px;
    padding-left: 115px;
    line-height: 150%;
    display: block;
    font-family: "ProximaNova-Regular";
    text-transform: uppercase;
    color: #222222; }

.none {
  border-bottom: none; }

.price-center-gray {
  background: #F4F4F4;
  height: 296px;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border: 0px solid #000000;
  padding-top: 35px;
  padding-left: 100px;
  display: flex;
  font-family: "ProximaNova-Bold";
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 18px;
  color: #222222; }
  .price-center-gray div {
    display: flex;
    flex-direction: column; }
  .price-center-gray img {
    margin-right: 10px; }
  .price-center-gray span {
    padding-top: 7px;
    display: block;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    font-family: "ProximaNova-Regular";
    color: #222222; }

.price-right-gray {
  background: #F4F4F4;
  height: 296px;
  border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  border: 0px solid #000000;
  padding-top: 35px;
  padding-left: 100px;
  display: flex;
  font-family: "ProximaNova-Bold";
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 18px;
  color: #222222; }
  .price-right-gray div {
    display: flex;
    flex-direction: column; }
  .price-right-gray img {
    margin-right: 10px; }
  .price-right-gray span {
    padding-top: 7px;
    display: block;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    font-family: "ProximaNova-Regular";
    color: #222222; }

.bg-txt {
  padding-top: 25px;
  font-weight: 600;
  font-size: 25px;
  display: flex;
  line-height: 150%;
  text-transform: uppercase;
  font-family: "ProximaNova-Regular";
  color: #FF482F; }

.green-txt {
  padding-top: 25px;
  font-weight: 600;
  font-size: 25px;
  display: flex;
  line-height: 150%;
  text-transform: uppercase;
  font-family: "ProximaNova-Regular";
  color: #37D32A; }

.price-txt {
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  color: #222222;
  font-family: "ProximaNova-Regular"; }

.wraper-phone {
  width: 100%;
  height: 150px;
  background: url("../img/pg-phone.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center; }

.wrp-phone {
  padding-left: 50px;
  padding-right: 70px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between; }

.left-wrp {
  display: flex;
  align-items: center; }
  .left-wrp img {
    margin-right: 15px; }

.resulttel {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center; }

.resultt {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center; }

.resul {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center; }

.forma {
  position: relative;
  display: flex; }

.left-wrp-txt {
  font-size: 25px;
  line-height: 130%;
  font-family: "ProximaNova-Bold";
  color: #FFFFFF; }

.field-block-bot input {
  outline: none;
  border-radius: 5px;
  width: 264px;
  height: 55px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  line-height: 150%;
  font-family: "ProximaNova-Regular";
  text-align: center;
  color: #222222; }
  .field-block-bot input::placeholder {
    font-size: 16px;
    line-height: 150%;
    font-family: "ProximaNova-Regular";
    text-align: center;
    color: #222222;
    opacity: 0.7; }

#buttoncontact {
  margin-top: 20px; }

.button {
  border: none;
  display: flex;
  background: #4CCE41;
  box-shadow: 0px 0px 25px rgba(55, 211, 42, 0.25), 0px 0px 5px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  width: 230px;
  position: relative;
  height: 57px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  font-family: "ProximaNova-Regular"; }
  .button:after {
    content: "";
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    background-color: #4CCE41;
    width: 42px;
    height: 42px;
    top: 8px;
    position: absolute;
    border-radius: 6px;
    z-index: 1;
    right: -17px; }

.all-key-title {
  font-size: 35px;
  line-height: 150%;
  text-align: center;
  font-family: "ProximaNova-Regular";
  color: #222222; }
  .all-key-title span {
    font-family: "ProximaNova-Bold"; }

.all-key-subtitle h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  font-family: "ProximaNova-Regular";
  text-align: center;
  color: #222222;
  padding-top: 15px; }

.all-key {
  padding-top: 144px; }

.all-key-wrap {
  padding-top: 65px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between; }

.all-key-box {
  width: 245px; }

.key-title {
  font-size: 20px;
  line-height: 130%;
  font-family: "ProximaNova-Bold";
  padding-top: 22px;
  text-align: center;
  color: #222222;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center; }

.key-box {
  padding-top: 25px;
  display: flex;
  align-items: center;
  padding-left: 25px; }
  .key-box p {
    font-size: 16px;
    line-height: 130%;
    font-family: "ProximaNova-Regular";
    color: #222222; }
  .key-box span {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    font-family: "ProximaNova-Regular";
    color: #222222; }
  .key-box img {
    margin-right: 25px; }

.left-wrp span {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  font-family: "ProximaNova-Thin";
  color: #FFFFFF;
  padding-left: 15px; }

.copyright {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  font-family: "ProximaNova-Thin";
  display: flex;
  height: 70px;
  opacity: 0.1;
  border-top: 1px solid #FFFFFF;
  color: #FFFFFF;
  align-items: center;
  opacity: 0.5; }

.footer {
  padding-top: 58px;
  background: #222222; }

.footer-logo span {
  padding-top: 15px;
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  font-family: "ProximaNova-Thin";
  color: #FFFFFF; }

.footer-left {
  display: flex; }

.footer-logo {
  display: flex;
  flex-direction: column; }

.footer-wraper {
  justify-content: space-between;
  display: flex;
  padding-bottom: 68px; }

.footer-txt {
  margin-left: 80px; }
  .footer-txt span {
    font-family: "ProximaNova-Bold";
    font-size: 15px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFFFFF; }

.footer-right {
  margin-right: 20px;
  display: flex;
  flex-direction: column; }
  .footer-right span {
    font-family: "ProximaNova-Bold";
    font-size: 15px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block; }
  .footer-right a {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    font-family: "ProximaNova-Thin";
    display: flex;
    align-items: center;
    margin-top: 10px;
    color: #FFFFFF; }
    .footer-right a img {
      margin-right: 12px; }

.footer-right div {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  font-family: "ProximaNova-Thin";
  display: flex;
  margin-top: 10px;
  color: #FFFFFF;
  align-items: flex-start; }
  .footer-right div img {
    margin-top: 5px;
    margin-right: 12px; }

.footer-tx-wrap {
  display: flex;
  margin-top: 25px; }
  .footer-tx-wrap div {
    font-weight: 300;
    font-style: normal;
    font-family: "ProximaNova-Thin";
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
    margin-right: 10px; }

a.wapr {
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-family: "ProximaNova-Thin";
  width: 109px;
  display: flex;
  height: 30px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
  border-radius: 20px; }

a.wapr img {
  margin-right: 5px; }

a.telg {
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-family: "ProximaNova-Thin";
  width: 109px;
  display: flex;
  height: 30px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
  border-radius: 20px; }

a.telg img {
  margin-right: 5px; }

.project-title {
  font-size: 35px;
  line-height: 150%;
  text-align: center;
  font-family: "ProximaNova-Regular";
  color: #222222; }
  .project-title span {
    font-family: "ProximaNova-Bold"; }

.project-subtitle h2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  font-family: "ProximaNova-Regular";
  text-align: center;
  color: #222222;
  padding-top: 15px; }

.project {
  padding-top: 144px;
  padding-bottom: 160px; }

.projet-wrap {
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.project-box {
  background: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
  width: 370px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }
  .project-box img {
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border: 0px solid #000000; }

.project-box-wraper {
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 30px; }

.project-box-title {
  font-weight: 600;
  padding-top: 20px;
  font-size: 14px;
  line-height: 150%;
  font-family: "ProximaNova-Regular";
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4CCE41; }

.project-box-txt {
  padding-top: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  font-family: "ProximaNova-Regular";
  color: #222222; }

.dashed {
  margin-top: 25px;
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    line-height: 1;
    font-size: 16px;
    font-family: "ProximaNova-Regular";
    color: #222222;
       }

.project-botom {
  display: flex;
  position: relative; }
  .project-botom div {
    margin-right: 83px;
    padding-top: 15px;
    font-size: 16px;
    line-height: 150%;
    font-family: "ProximaNova-Regular";
    color: #222222; }
    .project-botom div:last-child {
      margin-right: 0; 
    }

.dotten::after {
  content: "";
  width: 83px;
  height: 20px;
  position: absolute;
  bottom: 6px;
  border-bottom: 0.5px dashed #222222; }



.project-btn {
  margin-top: 42px; }
  .project-btn a {
    display: flex;
    background: #4CCE41;
    box-shadow: 0px 0px 25px rgba(55, 211, 42, 0.25), 0px 0px 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 200px;
    position: relative;
    height: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    align-items: center;
    justify-content: center;
    font-family: "ProximaNova-Regular"; }
    .project-btn a:after {
      content: "";
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      background-color: #4CCE41;
      width: 36px;
      height: 36px;
      top: 8px;
      position: absolute;
      border-radius: 6px;
      z-index: 1;
      right: -16px; }

.kv {
  width: 83px;
  height: 35px;
  background: url("../img/kv.png");
  position: absolute;
  top: 25px;
  right: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  font-family: "ProximaNova-Thin";
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-repeat: no-repeat;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding-left: 25px; }

.company {
  width: 100%;
  height: 715px;
  background: url("../img/bg-5.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.company-title h2 {
  padding-top: 52px;
  font-size: 35px;
  line-height: 130%;
  font-family: "ProximaNova-Bold";
  text-align: center;
  color: #222222; }

.company-box {
  width: 375px;
  padding: 25px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-bottom: 50px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .company-box span {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    font-family: "ProximaNova-Regular";
    color: #222222; }
  .company-box p {
    padding-top: 7px;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    font-family: "ProximaNova-Regular";
    color: #222222; }

.company-wraper {
  padding-top: 56px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.main-slider {
  padding-top: 210px; }

.main-title {
  font-size: 35px;
  line-height: 130%;
  font-family: "ProximaNova-Bold";
  text-align: center;
  color: #222222; }

.main-subtext {
  font-size: 20px;
  line-height: 130%;
  padding-top: 10px;
  font-family: "ProximaNova-Regular";
  text-align: center;
  color: #222222; }

.main-slider-wrap {
  margin-top: 30px;
  padding-bottom: 75px;
  display: flex;
  justify-content: space-between; }

.main-slider-box {
  width: 230px; }
  .main-slider-box img {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000000; }

.user-name {
  padding-top: 15px;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  font-family: "ProximaNova-Regular";
  text-align: center;
  color: #222222; }

.user-seo {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  font-family: "ProximaNova-Thin";
  text-align: center;
  padding-top: 5px;
  color: #222222;
  opacity: 0.7; }

.tools {
  margin-top: 75px;
  margin-bottom: 75px; }

.user-work {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-family: "ProximaNova-Regular";
  text-align: center;
  padding-top: 15px;
  color: #222222; }

.tools-title h2 {
  font-size: 35px;
  line-height: 130%;
  font-family: "ProximaNova-Bold";
  text-align: center;
  color: #222222; }

.tools-title {
  font-size: 35px;
  line-height: 130%;
  font-family: "ProximaNova-Bold";
  text-align: center;
  color: #222222; }

.tools-subtext {
  font-weight: 400;
  padding-top: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
  font-family: "ProximaNova-Regular";
  text-align: center;
  color: #222222; }

.tools-subtext h2 {
  font-weight: 400;
  padding-top: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
  font-family: "ProximaNova-Regular";
  text-align: center;
  color: #222222; }

.tools-wrap-box {
  width: 400px;
  position: relative;
  height: 300px;
  margin-bottom: 10px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border: 0px solid #000000;
  background: url("../img/tools.jpg");
  background-repeat: no-repeat; }

.price-mobile {
  display: none; }

.tools-wrap-box2 {
  width: 400px;
  position: relative;
  height: 300px;
  margin-bottom: 10px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border: 0px solid #000000;
  background: url("../img/tools-bg2.jpg");
  background-repeat: no-repeat; }

.tools-wrap-box3 {
  width: 400px;
  position: relative;
  height: 300px;
  margin-bottom: 10px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border: 0px solid #000000;
  background: url("../img/tools-bg.jpg");
  background-repeat: no-repeat; }

.tools-wrap-box4 {
  width: 400px;
  position: relative;
  height: 300px;
  margin-bottom: 10px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border: 0px solid #000000;
  background: url("../img/tools4.jpg");
  background-repeat: no-repeat; }

.wraper-phone-tlp {
  width: 100%;
  height: 150px;
  background: url("../img/pg-phone.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  top: 35px; }

span.phone-tlp {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #FFFFFF;
  font-family: "ProximaNova-Regular";
  opacity: 0.7;
  display: block;
  padding-left: 0; }

.tools-big-box {
  width: 400px;
  height: 600px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border: 0px solid #000000;
  position: relative;
  margin-bottom: 10px;
  background: url("../img/tools3.jpg");
  height: 100%;
  background-repeat: no-repeat; }

.tools-name {
  padding-left: 35px;
  padding-top: 40px;
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  z-index: 999;
  color: #383838; }

.tools-name-white {
  padding-left: 35px;
  padding-top: 40px;
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  z-index: 999;
  color: #fff; }

.tl {
  position: absolute;
  right: 0;
  bottom: -80px; }

.tools-desc {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  padding-left: 35px;
  padding-top: 5px;
  color: #383838; }

.tools-desc-white {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  padding-left: 35px;
  padding-top: 5px;
  color: #fff; }

.white-img {
  position: absolute;
  z-index: 999;
  right: -12px;
  bottom: -83px; }

.tools-wrap {
  display: flex;
  flex-direction: column; }

.tool-inner {
  padding-top: 62px;
  display: flex; }

.stagework {
  margin-top: 150px; }

.stagework-wraper {
  margin-top: 50px; }

.stagework-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }
  .stagework-box img {
    display: block; }

.stagewotk-left {
  position: relative;
  padding-left: 134px;
  padding-top: 40px;
  padding-bottom: 40px; }

.stage-number {
  font-weight: 300;
  font-size: 50px;
  line-height: 130%;
  font-family: "ProximaNova-Regular";
  color: #37D32A;
  position: absolute;
  left: 40px;
  top: 30px; }

.stage-title-name {
  font-size: 14px;
  line-height: 150%;
  font-family: "ProximaNova-Regular";
  color: #222222; }

.stage-title {
  font-size: 25px;
  line-height: 130%;
  font-family: "ProximaNova-Regular";
  color: #222222; }

.stage-text {
  padding-top: 20px;
  font-size: 16px;
  line-height: 150%;
  font-family: "ProximaNova-Regular";
  color: #222222; }

.stage-group-form {
  margin-top: 40px;
  padding: 33px;
  width: 378px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }
  .stage-group-form span {
    font-size: 14px;
    line-height: 150%;
    font-family: "ProximaNova-Regular";
    color: #222222;
    opacity: 0.5; }

.stage-form-wrap {
  display: flex;
  margin-top: 10px; }
  .stage-form-wrap img {
    margin-right: 15px;
    align-items: center; }

.stage-form-name {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.stage-name {
  font-family: "ProximaNova-Bold";
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #222222; }

.stage-title-top {
  font-size: 14px;
  line-height: 150%;
  font-family: "ProximaNova-Regular";
  color: #222222; }

.stage-btn {
  margin-top: 22px; }
  .stage-btn button {
    cursor: pointer;
    border: none;
    display: flex;
    background: #4CCE41;
    box-shadow: 0px 0px 25px rgba(55, 211, 42, 0.25), 0px 0px 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 280px;
    position: relative;
    height: 57px;
    color: #fff;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    font-family: "ProximaNova-Regular"; }
    .stage-btn button:after {
      content: "";
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      background-color: #4CCE41;
      width: 42px;
      height: 42px;
      top: 8px;
      position: absolute;
      border-radius: 6px;
      z-index: 1;
      right: -17px; }

.stagework-right {
  display: flex; }

.safeguards {
  margin-top: 140px; }

.safeguards-wrap {
  display: flex; }

.safeguards-left-title {
  font-size: 35px;
  padding-top: 80px;
  line-height: 130%;
  color: #222222;
  font-family: "ProximaNova-Regular"; }
  .safeguards-left-title span {
    font-family: "ProximaNova-Bold"; }

.safeguards-left-txt h3 {
  font-size: 18px;
  padding-top: 25px;
  font-weight: 400;
  line-height: 150%;
  font-family: "ProximaNova-Regular";
  color: #222222; }

.serf-mob {
  display: none; }

.mobile-slider-wrapper {
  display: none; }

.safeguards-left-btn {
  margin-top: 30px; }
  .safeguards-left-btn a {
    display: flex;
    background: #4CCE41;
    box-shadow: 0px 0px 25px rgba(55, 211, 42, 0.25), 0px 0px 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 220px;
    position: relative;
    height: 57px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    align-items: center;
    justify-content: center;
    font-family: "ProximaNova-Regular"; }
    .safeguards-left-btn a:after {
      content: "";
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      background-color: #4CCE41;
      width: 42px;
      height: 42px;
      top: 8px;
      position: absolute;
      border-radius: 6px;
      z-index: 1;
      right: -17px; }

.video-section {
  margin-top: 140px;
  padding-bottom: 62px; }

.video-section-title {
  font-size: 35px;
  line-height: 130%;
  text-align: center;
  color: #222222;
  font-family: "ProximaNova-Regular"; }
  .video-section-title span {
    font-family: "ProximaNova-Bold"; }

.video-section-container {
  width: 380px;
  height: 190px; }

.video-section-wrap {
  display: flex;
  padding-top: 50px;
  justify-content: space-between; }

.video-section-txt {
  font-size: 16px;
  padding-top: 15px;
  line-height: 150%;
  font-family: "ProximaNova-Regular";
  text-align: center;
  color: #222222; }

span#answertel {
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "ProximaNova-Regular"; }

span#loadertel {
  display: none;
  width: 129px;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center; }

span#answert {
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "ProximaNova-Regular"; }

span#loadert {
  display: none;
  width: 129px;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center; }

.for, .formt {
  position: relative;
  display: flex; }

.mobile-form-section {
  display: none; }

span#answer {
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "ProximaNova-Regular"; }

span#load {
  display: none;
  width: 129px;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center; }

.popup {
  position: fixed;
  width: 400px;
  left: 50%;
  top: 50%;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  padding: 40px;
  box-sizing: border-box;
  background-color: #fff; }
  .popup h2 {
    width: 100%;
    text-align: center;
    color: #222;
    font-size: 22px;
    font-family: "ProximaNova-Regular"; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 9999;
  left: 0;
  background-color: rgba(33, 35, 41, 0.9);
  display: none; }

.popup-box {
  margin-top: 15px; }
  .popup-box input {
    width: 100%;
    height: 60px;
    border: none;
    outline: none;
    border-radius: 10px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 16px;
    color: #a9aab2;
    box-sizing: border-box;
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
    font-family: "ProximaNova-Regular"; }

.checkmark {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 20px;
  width: 20px;
  border: 2px solid #eeeeee;
  border-radius: 5px;
  background-color: transparent; }

.check-text .checkmark:after {
  left: 5px;
  top: 2px;
  width: 4px;
  height: 6px;
  border: solid #4CCE41;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.check-text {
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 15px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #a9aab2;
  font-size: 13px;
  padding-left: 25px;
  font-family: "ProximaNova-Regular";
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  text-align: left; }

.check-text input:checked ~ .checkmark:after {
  display: block; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.check-text input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.bt-wrap {
  padding-top: 30px;
  width: 100%;
  text-align: center; }
  .bt-wrap button {
    border: none;
    display: flex;
    background: #4CCE41;
    box-shadow: 0px 0px 25px rgba(55, 211, 42, 0.25), 0px 0px 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 230px;
    position: relative;
    height: 57px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    font-family: "ProximaNova-Regular";
    margin: 0 auto; }

.check-text a {
  color: #a9aab2;
  text-decoration: underline;
  font-family: "ProximaNova-Regular";
  font-size: 13px;
  padding-left: 5px; }

.close-popup {
  position: fixed;
  top: 25px;
  right: 25px;
  width: 15px;
  height: 23px;
  cursor: pointer; }

.close-popup:before {
  content: '';
  background-color: #8a8f9a;
  position: absolute;
  height: 3px;
  width: 18px;
  top: 0px;
  left: 0px;
  border-radius: 10px;
  transform: rotate(-45deg); }

.close-popup:after {
  content: '';
  background-color: #8a8f9a;
  position: absolute;
  height: 3px;
  border-radius: 10px;
  width: 18px;
  top: 0px;
  transform: rotate(45deg);
  left: 0px; }

.mobile-ct {
  display: none; }

.main-slider-wrap .slick-next {
  right: 0 !important; }

.main-slider-wrap .slick-prev {
  left: 0 !important; }

.price-wraper-mob {
  display: none; }

.footer-form {
  display: none; }

@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }

  .tool-inner {
    justify-content: space-between;
    flex-wrap: wrap; }

  .tools-big-box {
    height: 600px; }

  .video-section-wrap {
    overflow-y: hidden; }

  .video-section-box {
    margin-right: 30px; }

  .price-left-green {
    padding-left: 75px; }

  .price-left-gray span {
    padding-left: 75px; }

  .price-left-gray p {
    padding-left: 75px; }

  .price-left-st {
    padding-left: 75px; }

  .price-center-gray {
    padding-left: 70px; }

  .price-right-gray {
    padding-left: 70px; }

  .price-center-green {
    padding-left: 70px; }

  .price-right-green {
    padding-left: 70px; }

  .price-left-tt {
    padding-left: 70px; } }
@media only screen and (max-width: 1128px) {
  .stagewotk-left {
    padding-left: 85px; }

  .stage-number {
    font-size: 38px;
    left: 18px; }

  .safeguards-right img {
    width: 80%; } }
@media only screen and (max-width: 1024px) {
.porfolio-slider {
    margin-right: 12px;
}

  .location {
    display: none; }

  .wrapper {
    padding-top: 0;
    margin-bottom: 10px; }

  .stagewotk-left {
    padding-left: 40px; }

  .logo img {
    position: relative;
    left: 0;
    bottom: 0; }

  .stage-number {
    left: -3px;
    position: relative;
    top: 0; }

  .wrp-phone {
    padding-left: 15px;
    padding-right: 40px; }

  .all-key .wraper-phone {
    display: none; } }
@media only screen and (max-width: 991px) {
  .header-right, .about, .all-key {
    display: none; }

.portfolio-wrap {
    flex-wrap: wrap;
}
.porfoliо-docs-item {

    margin-right: 20px;
}
.porfolio-slider {
    width: 100%;
    margin-right: 0;
}
.porfoliо-desc{
width: 100%;
}


  .footer-form {
    display: block;
    margin-bottom: 85px;
    margin-top: 50px; }

  span#answermobile {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: "ProximaNova-Regular"; }

  span#loadmobile {
    display: none;
    width: 129px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center; }

  .resultmobile {
    position: relative;
    bottom: -30px;
    width: 100%;
    text-align: center; }

  span#answermb {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: "ProximaNova-Regular"; }

  span#loadermb {
    display: none;
    width: 129px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center; }

  .resmb {
    position: relative;
    bottom: -30px;
    width: 100%;
    text-align: center; }

  span.phone-tlp {
    font-family: "ProximaNova-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    opacity: 1;
    text-align: center;
    color: #FFFFFF; }

  .for {
    position: relative;
    display: flex;
    flex-direction: column; }

  .wraper-phone-mobile {
    width: 100%;
    background: url("../img/bgg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative; }

  .mobile-slider-wrapper {
    display: block; }

  .all-key-box {
    width: 245px !important; }

  .slider-mobile .slick-next {
    z-index: 999;
    width: 52px !important;
    height: 52px !important;
    transition: 0.3s; }

  .slider-mobile .slick-prev {
    z-index: 999;
    width: 52px !important;
    height: 52px !important;
    transition: 0.3s; }

  .slider-mobile .slick-next {
    right: 0 !important; }

  .slick-initialized .slick-slide {
    display: block;
    text-align: center; }

  .slider-mobile .slick-prev {
    left: 0 !important; }

  .key-box {
    padding-top: 25px;
    padding-left: 0;
    justify-content: center; }

  .slider-mobile {
    display: flex;
    justify-content: space-between; }

  .mobile-form-section {
    display: flex; }

  .left-wrp {
    display: flex;
    align-items: center;
    flex-direction: column; }

  .forma {
    position: relative;
    display: flex;
    flex-direction: column; }

  .wrp-phone {
    padding-top: 35px;
    padding-bottom: 45px;
    justify-content: center;
    flex-direction: column; }

  .wraper-phone {
    width: 100%;
    height: inherit; }

  .button {
    margin-left: 0; }

  .right-wrp {
    width: 340px; }

  .btn-wrp {
    margin-top: 15px; }

  .left-wrp-txt {
    padding-top: 10px;
    margin-bottom: 20px;
    text-align: center; }

  .price-mbwrap {
    display: flex;
    padding-top: 38px; }

  .price-mobile {
    display: flex;
    justify-content: space-between; }

  .number-left {
    width: 100%; }

  .number-wrap {
    flex-direction: column; }

  .accordion, .panel {
    width: 100%; }

  .company {
    width: 100%;
    height: inherit;
    background: none; }

  .stagework-right {
    display: none; }

  .footer-wraper {
    flex-direction: column; }

  .footer-right {
    margin-right: 0;
    margin-top: 50px;
    display: flex;
    flex-direction: column; }

  .wraper-phone-tlp {
    display: none; }

  .price {
    display: none; }

  .projet-wrap {
    justify-content: center;
    flex-wrap: wrap; }

  .numbers-right {
    width: 100%; }

  .project {
    padding-top: 50px;
    padding-bottom: 50px; }

  .main-slider {
    padding-top: 50px; }

  .stagework {
    margin-top: 50px; }

  .video-section {
    margin-top: 50px;
    padding-bottom: 50px; }

  .safeguards {
    margin-top: 50px; }

  .company-box {
    width: 365px;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-bottom: 50px; }

  .stagewotk-left {
    padding-left: 40px;
    width: 100%;
    padding-right: 40px; }

  .stage-group-form {
    width: 100%; }

  .safeguards-right {
    display: none; }

  .tool-inner {
    justify-content: center;
    flex-wrap: wrap; }

  .tl {
    position: absolute;
    z-index: 9999; }

  .tools-wrap-box, .tools-wrap-box2, .tools-wrap-box3, .tools-wrap-box4 {
    margin-bottom: 23px; } }
@media only screen and (max-width: 668px) {
  .video{
width: 100%;
  }
  .video-section-wrap {
    flex-direction: column;
}
.video-section-box {
    margin-right: 0;
}
  .video-section-container {
    width: 100%;
    height: 300px;
}
.video iframe {
    height: 300px;
}
  .company-wraper {
    justify-content: center; }

  .mob-wp p {
    font-size: 10px;
    line-height: 150%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: "ProximaNova-Regular";
    color: #000000; }

  .price-left-st {
    padding-left: 50px; }

  .price-left-green {
    padding-left: 50px; }

  .price-left-gray span {
    padding-left: 50px; }

  .price-left-gray p {
    padding-left: 50px; }

  .price-right-gray {
    padding-left: 30px; }

  .price-left-tt {
    padding-left: 30px; }

  .price-right-green {
    padding-left: 30px; }

  .price-center-gray {
    padding-left: 30px; } }
@media only screen and (max-width: 568px) {

.porfoliо-desc {
    padding-top: 30px;
}

  .all-key-title {
    font-size: 26px;
    margin-bottom: 30px; }
    .all-key-title br {
      display: none; }

  .mobile-form-section {
    margin-top: 35px; }

  .right-wrp {
    width: 100%; }

  .wrp-phone {
    padding-left: 40px;
    padding-right: 40px; }

  .price-left-st {
    padding-left: 0;
    height: 80px;
    border-bottom: none; }

  .left-wrp-txt {
    font-size: 20px; }

  .price-left-green {
    padding-left: 30px;
    height: 80px; }

  .price-left-gray span {
    padding-left: 30px; }

  .price-left-gray p {
    padding-left: 30px; }

  .price-right-gray {
    padding-left: 30px; }

  .price-left-tt {
    padding-left: 30px;
    height: 80px;
    border-bottom: none; }

  .price-right-green {
    padding-left: 30px; }

  .price-center-gray {
    padding-left: 30px; }

  .price-left-gray {
    background: none;
    border-bottom: none;
    height: inherit; }

  .price-center-gray {
    background: none;
    border-bottom: none;
    height: inherit; }

  .price-wraper-mob {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center; }

  .price-left-gray p {
    display: none; }

  .price-left-tt span {
    display: none; }

  .bg-txt {
    justify-content: center; }

  .green-txt {
    justify-content: center; }

  .bg-hiden {
    display: none !important; }

  .price-right-gray {
    background: none;
    border-bottom: none;
    height: inherit; }

  .header-left h1 {
    font-size: 42px; }

  .logo img {
    width: 120px; }

  a.wapp {
    display: none; }

  a.telegram {
    display: none; }

  .footer-txt span {
    display: none; }

  .footer-tx-wrap div {
    display: none; }

  a.wapr {
    display: none; }

  a.telg {
    display: none; }

  .header-left {
    width: 100%; }

  .price-title {
    font-size: 26px; }
    .price-title br {
      display: none; }

  .subtitle br {
    display: none; }

  .stage-group-form {
    margin-top: 40px;
    padding: 0;
    width: 100%;
    background: #FFFFFF;
    border: none;
    box-sizing: border-box;
    box-shadow: none; }

  .number-box span {
    font-size: 57px; }

  .numbers-right {
    flex-wrap: wrap; }

  .header-content {
    width: 100%;
    height: 445px; }

  .header-content {
    padding-top: 33px; }

  .header-left h1 {
    font-size: 35px; }

  .mob-wp {
    display: block; }

  a.phone {
    display: none; }

  .contact {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between; }

  .logo {
    margin-right: 30px;
    width: inherit; }

  a.wp-mob {
    margin-right: 15px; }

  .last {
    display: none; }

  .inner-box {
    justify-content: space-between; }

  .number-box {
    margin-right: 10px; }

  .mobile-ct {
    display: block; }

  .copyright {
    border-top: none; }

  .safeguards-left-title {
    font-size: 26px;
    padding-top: 25px; }
    .safeguards-left-title br {
      display: none; }

  .safeguards-left-txt h3 {
    font-size: 16px;
    padding-top: 20px; }
    .safeguards-left-txt h3 br {
      display: none; }

  .video-section-title {
    font-size: 26px; }
    .video-section-title br {
      display: none; }

  .serf-mob {
    display: flex;
    justify-content: center;
    position: relative;
    top: 42px; }

  .safeguards-left-btn {
    margin-top: 0;
    display: flex;
    justify-content: center;
    z-index: 99; }

  .tools-title h2 {
    font-size: 26px; }
    .tools-title h2 br {
      display: none; }

  .tools-subtext {
    padding-top: 0;
    font-size: 16px; }
    .tools-subtext br {
      display: none; }

  .tools-title {
    font-size: 26px; }
    .tools-title br {
      display: none; }

  .tools-subtext h2 {
    font-size: 16px; }

  .tools {
    margin-top: 40px;
    margin-bottom: 40px; }

  .main-title {
    font-size: 26px; }
    .main-title br {
      display: none; }

  .main-subtext {
    font-size: 16px; }
    .main-subtext br {
      display: none; }

  .main-slider {
    padding-top: 25px; }

  .company-box span {
    font-size: 16px; }

  .company-title h2 {
    padding-top: 0;
    font-size: 26px; }
    .company-title h2 br {
      display: none; }

  .company-box p {
    font-size: 12px; }

  .project-title {
    font-size: 26px;
    line-height: 130%; }
    .project-title br {
      display: none; }

  .apartment-cost-text h2 {
    font-size: 26px; }
    .apartment-cost-text h2 br {
      display: none; }

  .apartment-cost-text span {
    font-size: 18px; }
    .apartment-cost-text span br {
      display: none; }

  .apartment-cost-btn a {
    font-size: 22px; }

  .acardeon-text h2 {
    font-size: 26px; }

  .number-left h2 {
    font-size: 26px; }

  .subtext {
    font-size: 22px; }

  .price-mobile {
    padding-top: 70px; } }
@media only screen and (max-width: 480px) {
  .field-block-bot input {
    width: 100%; }
.video iframe {
    height: 190px;
}
.video-section-container {
    height: inherit;
}
  .key-title {
    height: inherit; }

  .key-box {
    padding-top: 15px;
    justify-content: flex-start;
    padding-left: 10px; }

  .button {
    width: 94%; }

  .slider-mobile .slick-next {
    z-index: 999;
    width: 35px !important;
    height: 35px !important;
    transition: 0.3s; }

  .slider-mobile .slick-prev {
    z-index: 999;
    width: 35px !important;
    height: 35px !important;
    transition: 0.3s; }

  .price-left-st, .price-left-tt {
    height: 50px;
    font-size: 12px; }

  .price-right-green {
    height: 50px; }

  .price-right-gray span {
    font-size: 12px; }

  .price-center-gray span {
    font-size: 12px; }

  .green-txt, .bg-txt {
    font-size: 18px; }

  .logo img {
    width: 100px; }

  .price-left-green {
    height: 50px; }

  .logo {
    margin-right: 10px; }

  .header-content {
    padding-top: 25px; }

  .subtext {
    font-size: 16px; }

  .inner-box {
    margin-top: 30px; }

  .box-type {
    margin-right: 20px;
    font-size: 12px; }

  .number-box span {
    font-size: 50px; }

  .number-box {
    font-size: 12px; }

  .acardeon {
    padding-bottom: 25px;
    background: none; }

  .acardeon-text h2 {
    font-size: 20px; }

  .acardeon-text {
    padding-top: 60px; }

  .acardeon-text span {
    font-size: 14px; }

  .accordion {
    font-size: 12px; }

  .panel {
    font-size: 12px; }

  .number-left {
    padding: 0;
    border: none; }

  .apartment-cost {
    width: 320px;
    border-radius: 3px;
    margin: 0 auto;
    height: 435px;
    background: url("../img/line-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

  .apartment-cost-text h2 {
    font-size: 20px; }

  .apartment-cost-text {
    padding-top: 52px; }

  .apartment-cost-text span {
    font-size: 17px; }

  .apartment-cost-btn {
    margin-top: 70px; }

  .project {
    padding-top: 75px;
    padding-bottom: 75px; }

  .project-title {
    font-size: 20px;
    line-height: 130%;
    text-align: left; }

  .project-subtitle h2 {
    font-weight: 400;
    font-size: 14px;
    padding-top: 15px;
    text-align: left; }

  .project-buy, .project-botom {
    display: none; }

  .project-btn a {
    text-transform: uppercase; }

  .project-btn a:after {
    display: none; }

  .company-title h2 {
    font-size: 20px; }

  .main-title {
    font-size: 20px; }

  .main-subtext {
    font-size: 14px; }

  .main-slider-wrap .slick-next {
    z-index: 999;
    width: 35px !important;
    height: 35px !important;
    transition: 0.3s; }

  .main-slider-wrap .slick-prev {
    z-index: 999;
    width: 35px !important;
    height: 35px !important;
    transition: 0.3s; }

  .main-slider-wrap .slick-prev:hover {
    width: 38px !important;
    height: 38px !important; }

  .main-slider-wrap .slick-next:hover {
    width: 38px !important;
    height: 38px !important; }

  .tools-title {
    font-size: 20px; }

  .tools-subtext h2 {
    font-size: 14px; }

  .tools-name {
    font-size: 18px; }

  .tools-desc {
    font-size: 12px; }

  .tools-title h2 {
    font-size: 20px; }

  .tools-subtext {
    display: none; }

  .stage-number {
    font-size: 26px;
    left: 0; }

  .stagewotk-left {
    padding: 25px; }

  .stage-title {
    font-size: 16px;
    line-height: 130%;
    font-family: "ProximaNova-Bold"; }

  .stage-text {
    padding-top: 10px;
    font-size: 12px; }

  .stage-group-form {
    margin-top: 25px; }

  .safeguards-left-title {
    padding-top: 25px; }

  .safeguards-left-txt h3 {
    font-size: 14px; }

  .video-section-title {
    font-size: 20px; }

  .all-key-title {
    font-size: 20px; }

  .subtitle {
    font-size: 14px; }

  .price-title {
    font-size: 20px; }

  .white-img {
    right: 0px; }

  .company-box {
    margin-bottom: 20px; }

  .popup {
    width: 90%;
    padding: 20px;
    margin: 0 auto; }

  .popup-box input {
    height: 45px; }



  .video-section-container {
    display: flex; }
    .video-section-container img {
      width: 300px;
      object-fit: cover;
      border-radius: 5px; }

  .price-right-gray, .price-center-gray {
    font-size: 14px; }

  .price-left-gray span {
    font-size: 14px; } }
@media only screen and (max-width: 375px) {
a.phone-mobile {
    margin-right: 12px;
}
.stage-btn button {
    width: 90%;

}

.portfolio-one {
    padding-top: 50px;
    padding-bottom: 50px;
}


  .price-right-green, .price-left-green {
    font-size: 14px; }

  .price-left-tt, .price-center-gray, .price-right-gray, .price-right-green {
    padding-left: 20px; }

  .logo img {
    width: 85px; }

  .tools-wrap-box2, .tools-wrap-box, .tools-wrap-box3, .tools-wrap-box4, .tools-big-box {
    width: 100%; }

  .tools-wrap {
    width: 100%; }

  .video-section-container {
    width: 100%; }

  .project-box {
    width: 100%; }

  .project-box img {
    width: 100%; }

  .numbers {
    padding-top: 37px; } }
@media only screen and (max-width: 320px) {
  .price-left-tt, .price-center-gray, .price-right-gray, .price-right-green {
    padding-left: 15px; }

  .wrp-phone {
    padding-left: 20px;
    padding-right: 20px; }

  .left-wrp-txt {
    font-size: 18px; }

  a.phone-mobile {
    margin-right: 5px;
    font-size: 12px; }

  .header-left h1 {
    font-size: 28px; }

  .subtext {
    font-size: 15px; }

  .box-type {
    margin-right: 14px;
    font-size: 12px; }

  .header-content {
    height: 400px; }

  .stage-btn button {
    width: 100%; }

  .serf-mob img {
    width: 100%; }

  .number-box {
    margin-right: 6px; }

  .footer-txt {
    margin-left: 30px; }

  .tl img {
    width: 80%; }

  .white-img img {
    width: 80%; }

  .safeguards-left-title {
    font-size: 20px; }

  .video-section-box {
    width: 290px; }

  .video-section-container {
    width: 290px; }
    .video-section-container img {
      width: 290px; }

  .tools-title {
    font-size: 19px; }

  .number-left h2 {
    font-size: 20px; } }

/*# sourceMappingURL=styles.css.map */


@media (max-width: 590px) {
	body .marquiz__button_fixed {
		transform: rotate(-90deg) translate(-40.2%) !important;
		width: auto !important;
		border-radius: inherit !important;
		left: 0 !important;
		padding: 20px 10px !important;
		top: 50% !important;
		height: 35px;
		opacity: 0.8;
	}

	.marquiz__button_fixed .marquiz__text {
		display: block !important;
		font-size: 18px;
		padding-left: 10px;
	}