@import "http://fonts.fontstorage.com/import/lato.css";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
* {
  box-sizing: border-box;
  outline: none;
  font-family: "Lato", sans-serif;
}
*:focus {
  outline: none;
}

.lato {
  font-family: "Lato", sans-serif;
}

.inter {
  font-family: "Inter", sans-serif;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 22px;
}

body {
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  font-size: 1rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  padding-top: 75px;
}

.letter3 {
  letter-spacing: 0.03em;
}

a {
  text-decoration: none;
}

b {
  font-weight: bold;
}

.container {
  display: block;
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.col-fhd-0 {
  width: 0%;
  padding-left: 10px;
  padding-right: 10px;
}

.offset-left-fhd-0 {
  margin-left: 0%;
}

.offset-right-fhd-0 {
  margin-right: 0%;
}

.col-fhd-1 {
  width: 8.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
}

.offset-left-fhd-1 {
  margin-left: 8.3333333333%;
}

.offset-right-fhd-1 {
  margin-right: 8.3333333333%;
}

.col-fhd-2 {
  width: 16.6666666667%;
  padding-left: 10px;
  padding-right: 10px;
}

.offset-left-fhd-2 {
  margin-left: 16.6666666667%;
}

.offset-right-fhd-2 {
  margin-right: 16.6666666667%;
}

.col-fhd-3 {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.offset-left-fhd-3 {
  margin-left: 25%;
}

.offset-right-fhd-3 {
  margin-right: 25%;
}

.col-fhd-4 {
  width: 33.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
}

.offset-left-fhd-4 {
  margin-left: 33.3333333333%;
}

.offset-right-fhd-4 {
  margin-right: 33.3333333333%;
}

.col-fhd-5 {
  width: 41.6666666667%;
  padding-left: 10px;
  padding-right: 10px;
}

.offset-left-fhd-5 {
  margin-left: 41.6666666667%;
}

.offset-right-fhd-5 {
  margin-right: 41.6666666667%;
}

.col-fhd-6 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.offset-left-fhd-6 {
  margin-left: 50%;
}

.offset-right-fhd-6 {
  margin-right: 50%;
}

.col-fhd-7 {
  width: 58.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
}

.offset-left-fhd-7 {
  margin-left: 58.3333333333%;
}

.offset-right-fhd-7 {
  margin-right: 58.3333333333%;
}

.col-fhd-8 {
  width: 66.6666666667%;
  padding-left: 10px;
  padding-right: 10px;
}

.offset-left-fhd-8 {
  margin-left: 66.6666666667%;
}

.offset-right-fhd-8 {
  margin-right: 66.6666666667%;
}

.col-fhd-9 {
  width: 75%;
  padding-left: 10px;
  padding-right: 10px;
}

.offset-left-fhd-9 {
  margin-left: 75%;
}

.offset-right-fhd-9 {
  margin-right: 75%;
}

.col-fhd-10 {
  width: 83.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
}

.offset-left-fhd-10 {
  margin-left: 83.3333333333%;
}

.offset-right-fhd-10 {
  margin-right: 83.3333333333%;
}

.col-fhd-11 {
  width: 91.6666666667%;
  padding-left: 10px;
  padding-right: 10px;
}

.offset-left-fhd-11 {
  margin-left: 91.6666666667%;
}

.offset-right-fhd-11 {
  margin-right: 91.6666666667%;
}

.col-fhd-12 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.offset-left-fhd-12 {
  margin-left: 100%;
}

.offset-right-fhd-12 {
  margin-right: 100%;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

@media (max-width: 1720px) {
  .container {
    max-width: 1180px;
  }
  .col-xl-0 {
    width: 0%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-xl-0 {
    margin-left: 0%;
  }
  .offset-right-xl-0 {
    margin-right: 0%;
  }
  .col-xl-1 {
    width: 8.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-right-xl-1 {
    margin-right: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-right-xl-2 {
    margin-right: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-xl-3 {
    margin-left: 25%;
  }
  .offset-right-xl-3 {
    margin-right: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-right-xl-4 {
    margin-right: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-right-xl-5 {
    margin-right: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-xl-6 {
    margin-left: 50%;
  }
  .offset-right-xl-6 {
    margin-right: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-right-xl-7 {
    margin-right: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-right-xl-8 {
    margin-right: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-xl-9 {
    margin-left: 75%;
  }
  .offset-right-xl-9 {
    margin-right: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-right-xl-10 {
    margin-right: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-xl-11 {
    margin-left: 91.6666666667%;
  }
  .offset-right-xl-11 {
    margin-right: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-xl-12 {
    margin-left: 100%;
  }
  .offset-right-xl-12 {
    margin-right: 100%;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
  .col-lg-0 {
    width: 0%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-lg-0 {
    margin-left: 0%;
  }
  .offset-right-lg-0 {
    margin-right: 0%;
  }
  .col-lg-1 {
    width: 8.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-right-lg-1 {
    margin-right: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-right-lg-2 {
    margin-right: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-lg-3 {
    margin-left: 25%;
  }
  .offset-right-lg-3 {
    margin-right: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-right-lg-4 {
    margin-right: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-right-lg-5 {
    margin-right: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-lg-6 {
    margin-left: 50%;
  }
  .offset-right-lg-6 {
    margin-right: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-right-lg-7 {
    margin-right: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-right-lg-8 {
    margin-right: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-lg-9 {
    margin-left: 75%;
  }
  .offset-right-lg-9 {
    margin-right: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-right-lg-10 {
    margin-right: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-lg-11 {
    margin-left: 91.6666666667%;
  }
  .offset-right-lg-11 {
    margin-right: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-lg-12 {
    margin-left: 100%;
  }
  .offset-right-lg-12 {
    margin-right: 100%;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
  .col-md-0 {
    width: 0%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-md-0 {
    margin-left: 0%;
  }
  .offset-right-md-0 {
    margin-right: 0%;
  }
  .col-md-1 {
    width: 8.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-right-md-1 {
    margin-right: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-right-md-2 {
    margin-right: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-md-3 {
    margin-left: 25%;
  }
  .offset-right-md-3 {
    margin-right: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-right-md-4 {
    margin-right: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-right-md-5 {
    margin-right: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-md-6 {
    margin-left: 50%;
  }
  .offset-right-md-6 {
    margin-right: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-right-md-7 {
    margin-right: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-right-md-8 {
    margin-right: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-md-9 {
    margin-left: 75%;
  }
  .offset-right-md-9 {
    margin-right: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-right-md-10 {
    margin-right: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-md-11 {
    margin-left: 91.6666666667%;
  }
  .offset-right-md-11 {
    margin-right: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-md-12 {
    margin-left: 100%;
  }
  .offset-right-md-12 {
    margin-right: 100%;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
  .col-sm-0 {
    width: 0%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-sm-0 {
    margin-left: 0%;
  }
  .offset-right-sm-0 {
    margin-right: 0%;
  }
  .col-sm-1 {
    width: 8.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-right-sm-1 {
    margin-right: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-right-sm-2 {
    margin-right: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-sm-3 {
    margin-left: 25%;
  }
  .offset-right-sm-3 {
    margin-right: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-right-sm-4 {
    margin-right: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-right-sm-5 {
    margin-right: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-sm-6 {
    margin-left: 50%;
  }
  .offset-right-sm-6 {
    margin-right: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-right-sm-7 {
    margin-right: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-right-sm-8 {
    margin-right: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-sm-9 {
    margin-left: 75%;
  }
  .offset-right-sm-9 {
    margin-right: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-right-sm-10 {
    margin-right: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-sm-11 {
    margin-left: 91.6666666667%;
  }
  .offset-right-sm-11 {
    margin-right: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-sm-12 {
    margin-left: 100%;
  }
  .offset-right-sm-12 {
    margin-right: 100%;
  }
}
@media (max-width: 575px) {
  .col-0 {
    width: 0%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-0 {
    margin-left: 0%;
  }
  .offset-right-0 {
    margin-right: 0%;
  }
  .col-1 {
    width: 8.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-1 {
    margin-left: 8.3333333333%;
  }
  .offset-right-1 {
    margin-right: 8.3333333333%;
  }
  .col-2 {
    width: 16.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-2 {
    margin-left: 16.6666666667%;
  }
  .offset-right-2 {
    margin-right: 16.6666666667%;
  }
  .col-3 {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-3 {
    margin-left: 25%;
  }
  .offset-right-3 {
    margin-right: 25%;
  }
  .col-4 {
    width: 33.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-4 {
    margin-left: 33.3333333333%;
  }
  .offset-right-4 {
    margin-right: 33.3333333333%;
  }
  .col-5 {
    width: 41.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-5 {
    margin-left: 41.6666666667%;
  }
  .offset-right-5 {
    margin-right: 41.6666666667%;
  }
  .col-6 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-6 {
    margin-left: 50%;
  }
  .offset-right-6 {
    margin-right: 50%;
  }
  .col-7 {
    width: 58.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-7 {
    margin-left: 58.3333333333%;
  }
  .offset-right-7 {
    margin-right: 58.3333333333%;
  }
  .col-8 {
    width: 66.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-8 {
    margin-left: 66.6666666667%;
  }
  .offset-right-8 {
    margin-right: 66.6666666667%;
  }
  .col-9 {
    width: 75%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-9 {
    margin-left: 75%;
  }
  .offset-right-9 {
    margin-right: 75%;
  }
  .col-10 {
    width: 83.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-10 {
    margin-left: 83.3333333333%;
  }
  .offset-right-10 {
    margin-right: 83.3333333333%;
  }
  .col-11 {
    width: 91.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-11 {
    margin-left: 91.6666666667%;
  }
  .offset-right-11 {
    margin-right: 91.6666666667%;
  }
  .col-12 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offset-left-12 {
    margin-left: 100%;
  }
  .offset-right-12 {
    margin-right: 100%;
  }
}
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.posr {
  position: relative;
}

.no-cursor {
  cursor: default !important;
}

.fw500 {
  font-weight: 500;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.button {
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background: #1e444d;
  border: 3px solid #ffffff;
  font-size: 1.4090909091rem;
  line-height: 1.3870967742;
  color: #fff;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  transition: 0.3s ease;
}

.button:hover {
  background: #217284;
}

.button.white {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.button.white:hover {
  color: #000;
  background: #fff;
}

.button.black {
  border: 3px solid #000;
  background: transparent;
  color: #000;
}

.button.black:hover {
  color: #fff;
  background: #000;
}

.fz56 {
  font-size: 2.5454545455rem;
  line-height: 1.5;
}

sup {
  font-weight: inherit;
  font-family: inherit;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

header,
footer {
  color: #fff;
  background: #1e444d;
  padding-top: 17px;
  padding-bottom: 17px;
}
header a,
footer a {
  color: #fff;
}
header .row,
footer .row {
  align-items: center;
}
header .logo img,
footer .logo img {
  display: block;
}
header .description,
footer .description {
  margin-top: 5px;
}
header .logo-flex,
footer .logo-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .logo-flex .line,
footer .logo-flex .line {
  margin-left: 23px;
  margin-right: 26px;
  display: block;
  height: 66px;
  width: 3px;
  background: #fff;
}
header .logo-text,
footer .logo-text {
  line-height: 0;
  font-size: 1.1818181818rem;
  position: relative;
}
header .logo-text .big,
footer .logo-text .big {
  font-size: 1.9545454545rem;
  line-height: 1.1;
}
header .logo-text .small,
footer .logo-text .small {
  line-height: 1;
}
header .phones,
footer .phones {
  font-size: 1.1818181818rem;
  text-align: right;
}
header .social,
footer .social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .social a,
footer .social a {
  width: 44px;
  height: 44px;
  display: block;
  margin-left: 10px;
}
header .social a img,
footer .social a img {
  display: block;
  width: 100%;
  height: 100%;
}
header .menu-toggle,
footer .menu-toggle {
  margin-left: auto;
  display: block;
  width: 36px;
  cursor: pointer;
  position: relative;
}
header .menu-toggle span,
footer .menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
}
header .menu-toggle span:nth-child(2),
footer .menu-toggle span:nth-child(2) {
  margin-top: 9px;
  margin-bottom: 9px;
}
header .menu-toggle .close-icon,
footer .menu-toggle .close-icon {
  display: none;
  margin-left: auto;
  margin-right: auto;
}
header .menu-toggle nav,
footer .menu-toggle nav {
  display: none;
  width: 550px;
  height: auto;
  position: absolute;
  top: 75px;
  right: -40px;
  background: #1e444d;
}
header .menu-toggle nav ul,
footer .menu-toggle nav ul {
  padding: 50px 58px 50px;
}
header .menu-toggle nav ul li,
footer .menu-toggle nav ul li {
  font-size: 1.4090909091rem;
  margin-bottom: 18px;
  font-weight: 500;
  position: relative;
}
header .menu-toggle nav ul li:before,
footer .menu-toggle nav ul li:before {
  position: absolute;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  bottom: auto;
  top: auto;
  left: 0;
  right: auto;
  bottom: -4px;
  margin: auto;
  background: #fff;
  transition: 0.3s ease;
}
header .menu-toggle nav ul li:hover:before,
footer .menu-toggle nav ul li:hover:before {
  width: 30%;
}
header .menu-toggle nav ul .special-li,
footer .menu-toggle nav ul .special-li {
  font-weight: 700;
  margin-top: 50px;
}
header .menu-toggle.opened .close-icon,
footer .menu-toggle.opened .close-icon {
  display: block;
}
header .menu-toggle.opened .open-icon,
footer .menu-toggle.opened .open-icon {
  display: none;
}

header.fixed .logo img {
  width: 44px;
}
header.fixed .logo-text {
  top: 0;
}
header.fixed .logo-text .big {
  font-size: 1.1818181818rem;
  line-height: 1.3461538462;
}
header.fixed .logo-text .small {
  display: none;
}
header.fixed .line {
  display: none;
}
header.fixed .description {
  display: none;
}
header.fixed .phones {
  font-size: 1rem;
  text-align: right;
}
header.fixed .phones div:nth-child(2) {
  display: none;
}
header.fixed .social a {
  width: 34px;
  height: 34px;
}
header.fixed .menu-toggle nav {
  top: 53px;
}

main section {
  margin-bottom: 140px;
}

#big-offer {
  color: #fff;
  background: url("../img/first-bg.jpg") no-repeat center center;
  background-size: cover;
  min-height: 900px;
  padding-top: 160px;
  padding-bottom: 100px;
}
#big-offer .row {
  align-items: center;
}
#big-offer .left-text {
  margin-top: 100px;
  font-size: 2.3636363636rem;
  line-height: 1.56;
}
#big-offer .left-text .small {
  font-size: 2.0909090909rem;
  line-height: 1.76;
}
#big-offer .left-text .button {
  margin-top: 94px;
  max-width: 546px;
}
#big-offer .right-text {
  position: relative;
  font-size: 1.4090909091rem;
  line-height: 1.32;
}
#big-offer .right-text .procent {
  position: absolute;
  top: -4px;
  right: 12px;
}
#big-offer .right-text .usual-text {
  position: relative;
  display: block;
  margin-bottom: 47px;
}
#big-offer .right-text .usual-text:last-child {
  margin-bottom: 0;
}
#big-offer .right-text .big {
  font-size: 4.5454545455rem;
  line-height: 0.41;
  font-weight: 500;
}

#fix-price .border-wrap {
  border: 3px solid transparent;
  -o-border-image: linear-gradient(to right, rgba(24, 146, 36, 0.15), #008dc5);
     border-image: linear-gradient(to right, rgba(24, 146, 36, 0.15), #008dc5);
  border-image-slice: 1;
}
#fix-price .house {
  height: 100%;
}
#fix-price .house img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#fix-price .offer-text {
  margin-top: 168px;
  font-size: 1.8636363636rem;
  line-height: 1.6341463415;
  font-weight: 500;
}
#fix-price .offer-text span {
  background: linear-gradient(45deg, rgba(24, 146, 36, 0.45), rgb(0, 141, 197));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0b2349;
  font-weight: 700;
}
#fix-price .button {
  margin-top: 70px;
  max-width: 405px;
}

#material_properties {
  background: #f0f0f0;
  padding-top: 110px;
  padding-bottom: 140px;
}
#material_properties .section-title {
  text-align: center;
  margin-bottom: 80px;
}
#material_properties .item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.4090909091rem;
  line-height: 1.3870967742;
  margin-bottom: 30px;
}
#material_properties .item .icon {
  flex: 0 0 100px;
  height: 100px;
  margin-right: 30px;
  position: relative;
  top: 9px;
}
#material_properties .item .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

#slider_video .section-title {
  font-weight: bold;
  margin-bottom: 90px;
  text-align: center;
}
#slider_video .slick {
  position: relative;
}
#slider_video .slick-arrow {
  position: absolute;
  top: -120px;
  bottom: 0;
  background: transparent;
  border: none;
  z-index: 1;
  margin: auto;
}
#slider_video .slick-prev {
  left: -85%;
  right: 0;
}
#slider_video .slick-next {
  right: -85%;
  left: 0;
}
#slider_video .slick-track {
  display: flex;
  align-items: flex-end;
}
#slider_video .item {
  display: flex;
  align-items: flex-end;
  height: 100%;
  margin: 0 50px;
  position: relative;
  margin-bottom: 120px;
}
#slider_video .item a {
  display: block;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
#slider_video .item a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  display: block;
  background: #000;
  top: 0;
  opacity: 0.55;
}
#slider_video .item a img {
  display: block;
  max-width: none;
  max-height: 490px;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: auto;
  z-index: 1;
  position: relative;
}
#slider_video .item a .play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
#slider_video .item span {
  z-index: 2;
  position: absolute;
  bottom: -65px;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5909090909;
}
#slider_video .item2 span {
  bottom: -98px;
}
#slider_video .item.slick-current a {
  pointer-events: all;
}
#slider_video .item.slick-current a .play {
  z-index: 4;
}

#material_info .section-title {
  margin-bottom: 93px;
  text-align: center;
}
#material_info .row {
  align-items: center;
}
#material_info .image {
  margin-bottom: 35px;
}
#material_info .image img {
  display: block;
  width: 100%;
  height: auto;
}
#material_info p {
  font-style: italic;
  font-size: 1.0909090909rem;
  text-align: center;
}
#material_info span {
  margin-bottom: 50px;
  line-height: 1.5909090909;
  color: #111111;
  display: block;
}
#material_info span.big {
  margin-bottom: 0px;
  font-size: 1.2727272727rem;
  line-height: 1.25;
  color: #000;
  font-weight: 500;
}
#material_info span:last-child {
  margin-bottom: 0;
}
#material_info .text {
  margin-top: -100px;
}
#material_info .button {
  height: 100px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  text-align: center;
}

#sertificates {
  padding-top: 85px;
  background: url("../img/logo-bg.png") no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  padding-bottom: 120px;
}
#sertificates .section-title {
  margin-bottom: 90px;
  font-weight: 700;
  text-align: center;
}
#sertificates .sertificates-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sertificates .sertificates-list .item img {
  display: block;
  width: 258px;
  height: 353px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

#big-price-block #info-block {
  margin-top: 90px;
}
#big-price-block #info-block .row {
  align-items: center;
}
#big-price-block #info-block .image {
  max-width: 100%;
  display: block;
}
#big-price-block #info-block .item {
  width: 500px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}
#big-price-block #info-block .item:last-child {
  margin-bottom: 0;
}
#big-price-block #info-block .item .icon {
  flex: 0 0 50px;
  margin-right: 16px;
  position: relative;
  top: 5px;
}
#big-price-block #info-block .item .icon img {
  display: block;
  width: auto;
  height: auto;
}
#big-price-block #info-block .item span {
  font-size: 1.4090909091rem;
  line-height: 1.3870967742;
  font-weight: 500;
}
#big-price-block .section-title {
  padding-top: 24px;
  padding-bottom: 91px;
  background: #fff;
  color: #000;
}
#big-price-block .grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 20px 1fr 20px 1fr;
  color: #fff;
  overflow: hidden;
}
#big-price-block .grid .image {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  transition: 1s ease;
}
#big-price-block .grid .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#big-price-block .grid .offer,
#big-price-block .grid .line {
  position: relative;
  z-index: 1;
}
#big-price-block .grid .offer {
  height: 100%;
}
#big-price-block .grid .offer .content {
  transform: translateY(101%);
  transition: 1s ease;
  background: rgba(0, 0, 0, 0.56);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 58px 53px 74px 53px;
}
#big-price-block .grid .offer .content ul {
  margin-bottom: 41px;
}
#big-price-block .grid .offer .content ul li {
  font-weight: 500;
  position: relative;
  padding-left: 19px;
}
#big-price-block .grid .offer .content ul li:before {
  width: 8px;
  height: 8px;
  display: block;
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  top: 14px;
}
#big-price-block .grid .offer .content p {
  margin-bottom: 14px;
}
#big-price-block .grid .offer .content p.item-title {
  font-size: 1.1818181818rem;
  line-height: 1.3076923077;
  font-weight: 400;
}
#big-price-block .grid .offer .content p.item-price {
  font-size: 1.4090909091rem;
  line-height: 1.3870967742;
  font-weight: bold;
}
#big-price-block .grid .offer .content .button {
  max-width: 405px;
  margin-left: auto;
  margin-right: auto;
}
#big-price-block .grid .offer1 .content {
  height: calc(100% - 200px);
}
#big-price-block .grid .offer3 .item-title {
  align-self: flex-start;
  text-align: center;
  width: 100%;
}
#big-price-block .grid .offer3 a {
  font-size: 1.9090909091rem;
  line-height: 1.6666666667;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 330px;
  height: 210px;
}
#big-price-block .grid .offer3 a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  width: 12px;
}
#big-price-block .grid .line {
  width: 100%;
  height: 100%;
  background: #fff;
}
#big-price-block .grid.blur .offer .content {
  transform: translateY(0);
}
#big-price-block .grid.blur .image {
  filter: blur(12px);
}
#big-price-block .pay-types {
  margin-top: 92px;
}
#big-price-block .pay-types .pay-title {
  font-size: 1.4090909091rem;
  margin-bottom: 71px;
  text-align: center;
}
#big-price-block .pay-types .pay-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
#big-price-block .pay-types .pay-list img {
  margin: 0 42.5px;
  display: block;
}

#single-video .play-video {
  width: 100%;
  height: 605px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#single-video .play-video .image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
#single-video .play-video span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 500;
}
#single-video .play-video .play {
  margin-right: 140px;
}
#single-video .play-video .play img {
  width: 100px;
  height: 100px;
  display: block;
}

#projects-finish .section-title {
  margin-bottom: 4.7272727273rem;
  font-weight: bold;
}
#projects-finish .project-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#projects-finish .item {
  width: 423px;
  line-height: 1.5909090909;
  font-weight: 500;
}
#projects-finish .item .image {
  margin-bottom: 28px;
}
#projects-finish .item .image img {
  height: 404px;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#econom .row {
  align-items: center;
}
#econom .section-title {
  margin-bottom: 23px;
}
#econom .image img {
  display: block;
}
#econom ul {
  padding-left: 0;
  font-size: 1.4090909091rem;
  line-height: 1.3870967742;
}
#econom ul li {
  padding-left: 32px;
  position: relative;
}
#econom ul li:before {
  width: 10px;
  height: 10px;
  content: "";
  background: #008dc5;
  display: block;
  position: absolute;
  top: 19px;
  left: 0;
}

#our_pluses {
  padding-top: 140px;
  padding-bottom: 130px;
  background: url("../img/section10.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  background-attachment: fixed;
}
#our_pluses .section-title {
  font-weight: bold;
  margin-bottom: 70px;
  text-align: center;
}
#our_pluses .item {
  line-height: 1.25;
  font-size: 1.2727272727rem;
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#our_pluses .item .num {
  font-size: 2.0454545455rem;
  line-height: 1;
  margin-left: 27px;
  margin-right: 27px;
  position: relative;
  top: 10px;
}
#our_pluses .item .text {
  font-size: 1.2727272727rem;
  line-height: 1.5909090909;
}
#our_pluses .item1 {
  order: 1;
}
#our_pluses .item4 {
  order: 2;
}
#our_pluses .item7 {
  order: 3;
}
#our_pluses .item2 {
  order: 4;
}
#our_pluses .item5 {
  order: 5;
}
#our_pluses .item8 {
  order: 6;
}
#our_pluses .item3 {
  order: 7;
}
#our_pluses .item6 {
  order: 8;
}
#our_pluses .item9 {
  order: 9;
}

#materials_table .section-title {
  margin-bottom: 72px;
}
#materials_table table {
  text-align: center;
  width: 100%;
}
#materials_table table .table_head td {
  padding-bottom: 39px;
  text-align: center;
  vertical-align: top;
}
#materials_table table .table_head td img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 39px;
}
#materials_table table .table_head td span {
  font-weight: 500;
}
#materials_table table tr.fill {
  background: #1e444d;
  color: #fff;
}
#materials_table table tr.fill td:nth-child(2) {
  background: #2c6572;
}
#materials_table table tr td {
  padding: 34px;
  width: 18.75%;
  vertical-align: middle;
  font-weight: 500;
}
#materials_table table tr td:first-child {
  text-align: left;
  padding: 34px 40px;
  padding-right: 30px;
  width: 25%;
  font-weight: 700;
}
#materials_table table tr td:first-child span {
  font-weight: 700;
}
#materials_table .info {
  padding-top: 5px;
  padding-left: 40px;
  font-size: 0.8181818182rem;
  line-height: 1.9444444444;
}

#custom_icons .item {
  text-align: center;
}
#custom_icons .image {
  max-height: 100px;
  max-width: 100px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
#custom_icons .image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#custom_icons .text {
  text-align: center;
  font-weight: 500;
}
#custom_icons .text sup {
  font-size: 0.65rem;
  font-weight: 500;
}

#info_block2 .row,
#info_block3 .row {
  align-items: center;
}
#info_block2 .text,
#info_block3 .text {
  padding-top: 80px;
  font-size: 1.5909090909rem;
  line-height: 1.6;
  font-weight: 500;
}
#info_block2 .button,
#info_block3 .button {
  margin-top: 70px;
  max-width: 405px;
}

#contacts {
  background: #f0f0f0;
  margin-bottom: 0;
}
#contacts .section-title {
  margin-bottom: 45px;
  font-size: 2.0454545455rem;
  line-height: 1.4444444444;
  font-weight: 500;
}
#contacts p {
  margin-bottom: 20px;
  font-size: 1.0909090909rem;
  line-height: 1.4166666667;
}
#contacts p:nth-child(3) {
  margin-bottom: 44px;
}
#contacts .text {
  padding-bottom: 60px;
  padding-top: 170px;
}
#contacts .phones-grid {
  font-size: 1.0909090909rem;
  line-height: 1.5;
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-column-gap: 12px;
}
#contacts .phones-grid a {
  color: inherit;
}
#contacts .phones-grid .email-margin {
  margin-top: 4px;
}
#contacts iframe {
  width: 100%;
  height: 823px;
  position: relative;
  top: 96px;
}

#price-block .section-title {
  margin-bottom: 50px;
  text-align: center;
}
#price-block .item {
  color: #fff;
  height: 840px;
}
#price-block .item .button {
  max-width: 290px;
  height: 72px;
  font-size: 1rem;
}
#price-block .item ul {
  padding-left: 0;
  font-size: 1.4090909091rem;
  line-height: 1.3870967742;
}
#price-block .item ul li {
  padding-left: 35px;
  position: relative;
}
#price-block .item ul li:before {
  width: 12px;
  height: 12px;
  display: block;
  content: "";
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 18px;
}
#price-block .item1 {
  background: url("../img/price-item1.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 210px;
  padding-bottom: 100px;
}
#price-block .item1 .button {
  margin-top: 120px;
}
#price-block .item2 {
  background: url("../img/price-item2.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 100px;
}
#price-block .item2 .button {
  margin-top: 50px;
}
#price-block .item3 {
  background: url("../img/price-item3.jpg") no-repeat center center;
  background-size: cover;
}
#price-block .item3 .row {
  align-items: flex-end;
  height: 100%;
}
#price-block .item3 .section-title {
  margin-bottom: 11px;
  text-align: left;
}
#price-block .item3 .section-subtitle {
  font-size: 1.4090909091rem;
  line-height: 1.3870967742;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#price-block .item3 .section-subtitle img {
  display: block;
  width: 16px;
  display: block;
  position: relative;
  top: 4px;
  margin-left: 16px;
}
#price-block .item3 .wrap {
  width: 510px;
  margin-left: auto;
  margin-right: auto;
}
#price-block .item3 .button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 160px;
  margin-bottom: 150px;
  max-width: 340px;
}
#price-block .slick {
  position: relative;
}
#price-block .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  background: transparent;
  border: none;
  z-index: 1;
  margin: auto;
}
#price-block .slick-prev {
  left: 20px;
  right: auto;
}
#price-block .slick-next {
  right: 20px;
  left: auto;
}
#price-block .slick-track {
  display: flex;
  align-items: flex-end;
}
#price-block .slick-arrow img {
  width: 25px;
}
#price-block .slider-nav {
  margin-top: 38px;
  width: 1250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#price-block .slider-nav img {
  display: block;
  width: 346.67px;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  cursor: pointer;
}
#price-block .slider-nav img.active {
  opacity: 1;
}

#projects-list .section-title {
  margin-bottom: 100px;
}
#projects-list .group {
  margin-bottom: 100px;
}
#projects-list .item {
  margin-bottom: 50px;
}
#projects-list .item .image {
  width: 100%;
  height: 228.52px;
  position: relative;
}
#projects-list .item .image a {
  display: block;
  width: 100%;
  height: 100%;
}
#projects-list .item .image .house-img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
#projects-list .item .image .plus {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: 0.3s ease;
}
#projects-list .item .image .plus img {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto;
}
#projects-list .item .image:hover .plus {
  opacity: 1;
}
#projects-list .item .text {
  margin-bottom: 52px;
  letter-spacing: 0.03em;
}
#projects-list .item .button {
  width: 351px;
  height: 77px;
  font-size: 1rem;
  letter-spacing: 0.03em;
}

#info_block2 span,
#info_block3 span {
  margin-top: 31px;
  display: block;
}

.second-page #big-offer {
  background: url("/img/big-offer2.jpg") no-repeat center center;
  background-size: cover;
}
.second-page #info-block3 {
  color: #fff;
  padding-top: 130px;
  padding-bottom: 130px;
  background: url("/img/second-page-info-block3.jpg") no-repeat center center;
  background-size: cover;
}
.second-page #info-block3 .section-title {
  margin-bottom: 90px;
  text-align: center;
}
.second-page #info-block3 ul {
  font-size: 1.4090909091rem;
  line-height: 1.3870967742;
}
.second-page #info-block3 ul li {
  padding-left: 32px;
  position: relative;
}
.second-page #info-block3 ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  left: 0;
  top: 18px;
  background: #fff;
  display: block;
  position: absolute;
}
.second-page #info-block3 .text {
  margin-top: 60px;
}
.second-page #info-block3 .text span {
  font-size: 1.4090909091rem;
  line-height: 1.3870967742;
  display: block;
}
.second-page #info-block3 .button {
  max-width: 405px;
}
.second-page #custom_icons .image {
  max-width: 200px;
  margin-bottom: 26px;
}
.second-page #custom_icons .text .big {
  font-size: 1.4090909091rem;
  line-height: 1.3870967742;
  display: block;
}

.thanks-page {
  background: url("../img/thanks-page.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 0;
  width: 100%;
  height: 100vh;
}
.thanks-page main {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thanks-page .wrap {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.thanks-page .section-title {
  margin-bottom: 36px;
}
.thanks-page .section-subtitle {
  margin-bottom: 50px;
  font-size: 1.4090909091rem;
  line-height: 1.3870967742;
}
.thanks-page .button {
  max-width: 546px;
  margin-left: auto;
  margin-right: auto;
}

.polity-page {
  padding-top: 50px;
  padding-bottom: 50px;
}
.polity-page pre {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5909090909;
}
.polity-page a {
  color: rgb(0, 141, 197);
  text-decoration: underline;
}

footer {
  padding-bottom: 17px;
}
footer .social {
  justify-content: flex-end;
}
footer .social a {
  margin-left: 10px;
  margin-right: 0;
}

.up {
  position: fixed;
  bottom: 70px;
  right: 70px;
  display: block;
  width: 80px;
  height: 80px;
  background: #1e444d;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}
.up img {
  width: 36px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
.modal .modal-flex {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.9;
}
.modal .modal-content {
  width: 550px;
  height: auto;
  position: relative;
  padding: 71px 61px 73px 61px;
  background: #fff;
  text-align: center;
}
.modal .modal-content .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.modal .modal-content .close img {
  display: block;
  width: 100%;
  height: 100%;
}
.modal .modal-content .modal-title {
  font-size: 1.4090909091rem;
  line-height: 1.3870967742;
  font-weight: 500;
  text-align: center;
  margin-bottom: 45px;
}
.modal .modal-content input[type=text] {
  font-size: 1rem;
  line-height: 1.5909090909;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 37px;
  padding-right: 37px;
  border: 3px solid #008dc5;
  width: 100%;
}
.modal .modal-content input[type=text].input_name {
  margin-bottom: 15px;
}
.modal .modal-content input[type=submit] {
  font-size: 1rem;
  width: 239px;
  height: 72px;
  color: #fff;
  margin-bottom: 18px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}
.modal .modal-content .info {
  font-size: 0.6363636364rem;
  line-height: 1.2142857143;
  font-weight: 300;
}
.modal .modal-content .info a {
  color: #008dc5;
  text-decoration: underline;
}
.modal .success {
  display: none;
  font-size: 1.3rem;
  font-weight: 700;
}

#modal-whatsapp .modal-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
#modal-whatsapp .modal-content .modal-title {
  font-size: 1rem;
  color: #1e444d;
}
#modal-whatsapp .radio {
  margin-top: 34px;
  color: #1e444d;
  text-align: left;
}
#modal-whatsapp .radio .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
#modal-whatsapp .radio .item .circle {
  margin-right: 11px;
  flex: 0 0 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1e444d;
  border-radius: 50%;
}
#modal-whatsapp .radio .item .circle span {
  display: block;
  width: 10px;
  height: 10px;
  background: #1e444d;
  border-radius: 50%;
  opacity: 0;
}
#modal-whatsapp .radio .item.active .circle span {
  opacity: 1;
}

.modal.quiz .quiz-form {
  display: none;
}
.modal.quiz .quiz-body {
  width: 1000px;
  padding: 83px 100px;
  height: 648px;
  text-align: left;
}
.modal.quiz .quiz-body .question {
  display: none;
}
.modal.quiz .quiz-body .question .question-title {
  font-size: 1.4090909091rem;
  line-height: 1.3870967742;
  margin-bottom: 77px;
  font-weight: 500;
}
.modal.quiz .quiz-body .question .answer {
  position: relative;
  padding: 7px 40px;
  padding-right: 20px;
  line-height: 1.5909090909;
  border: 3px solid #008dc5;
  width: 285px;
  cursor: pointer;
  margin-bottom: 10px;
  font-weight: 500;
}
.modal.quiz .quiz-body .question .answer.selected:after {
  content: "";
  width: 27px;
  height: 20px;
  background: url("../img/ok-quiz.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: -50px;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
}
.modal.quiz .quiz-body .question .answer:last-child {
  margin-bottom: 0;
}
.modal.quiz .quiz-body .question .image {
  position: absolute;
  right: 20px;
  top: 167px;
  width: 470px;
  height: 369px;
}
.modal.quiz .quiz-body .question .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal.quiz .quiz-body .question .quiz-progress {
  width: 80%;
  height: 5px;
  background: #f0f0f0;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 85px;
  top: auto;
  margin: auto;
}
.modal.quiz .quiz-body .question .quiz-progress .progress-bar {
  margin-right: auto;
  display: block;
  height: 100%;
  background: #1e444d;
}
.modal.quiz .quiz-body .question1 {
  display: block;
}
.modal.quiz .question-back {
  width: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  bottom: 36px;
  position: absolute;
  cursor: pointer;
}
.modal.quiz .question-back img {
  flex: 0 0 9px;
  margin-right: 10px;
  display: block;
  position: relative;
  top: 3px;
}
.modal.quiz .quiz-form .question-back {
  left: 36px;
  bottom: 30px;
}

.callback-mobile {
  display: none;
}

@media (max-width: 1720px) {
  html {
    font-size: 18px;
  }
  main section {
    margin-bottom: 100px;
  }
  header .phones {
    text-align: right;
  }
  #big-offer .row {
    align-items: flex-start;
  }
  #big-offer .left-text {
    font-size: 2.2rem;
    margin-top: 0;
  }
  #big-offer .left-text .button {
    max-width: 440px;
    margin-top: 70px;
  }
  #big-offer .right-text .procent {
    right: 52px;
  }
  #big-offer {
    padding-top: 120px;
    min-height: 690px;
  }
  #fix-price .offer-text {
    margin-top: 60px;
    font-size: 1.7rem;
  }
  #fix-price .button {
    margin-bottom: 60px;
  }
  #slider_video .section-title {
    margin-bottom: 30px;
  }
  #big-price-block .grid.blur .offer .content {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 38px;
    padding-right: 38px;
  }
  #big-price-block .grid .offer .content ul li {
    padding-left: 13px;
  }
  #big-price-block .grid .offer .content ul li:before {
    width: 5px;
    height: 5px;
    top: 11px;
  }
  .button {
    height: 70px;
  }
  #big-price-block .grid .offer3 a {
    width: 260px;
    height: 160px;
    font-size: 1.8rem;
  }
  #big-price-block .grid .offer1 .content {
    height: calc(100% - 183px);
  }
  #big-price-block .grid .offer .content ul {
    margin-bottom: 37px;
  }
  #single-video .play-video .play {
    margin-right: 100px;
  }
  #projects-finish .item {
    width: 363px;
  }
  #projects-finish .item .image img {
    height: 344px;
  }
  #material_properties {
    padding-bottom: 80px;
    padding-top: 60px;
  }
  #our_pluses .item .num {
    margin-left: 10px;
    margin-right: 24px;
  }
  #info_block2 .text,
  #info_block3 .text {
    padding-top: 0px;
  }
  #info_block2 .button,
  #info_block3 .button {
    max-width: 360px;
  }
  #contacts iframe {
    height: 700px;
  }
  #contacts .text {
    padding-top: 90px;
  }
  #contacts .section-title {
    font-size: 1.99rem;
  }
  #big-price-block #info-block .item {
    width: auto;
  }
  #single-video .play-video {
    height: 495px;
  }
  header .menu-toggle nav ul li,
  footer .menu-toggle nav ul li {
    margin-bottom: 12px;
  }
  header .menu-toggle nav ul,
  footer .menu-toggle nav ul {
    padding-top: 30px;
  }
  header .menu-toggle nav ul .special-li,
  footer .menu-toggle nav ul .special-li {
    margin-top: 30px;
  }
  header .menu-toggle nav,
  footer .menu-toggle nav {
    width: 500px;
    top: 68px;
  }
  .modal .modal-content {
    width: 480px;
  }
  .second-page #info-block3 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .second-page #info-block3 ul li {
    padding-left: 24px;
  }
  .second-page #info-block3 ul li:before {
    width: 10px;
    height: 10px;
    top: 15px;
  }
  #projects-list .item .button {
    width: 100%;
  }
  #projects-list .item .image {
    height: 170px;
  }
  #projects-list .item .button {
    height: 67px;
  }
  #projects-list .item .text {
    margin-bottom: 22px;
  }
  #projects-list .section-title {
    margin-bottom: 70px;
  }
  #projects-list .group {
    margin-bottom: 60px;
  }
  #projects-list .group:last-child {
    margin-bottom: 0px;
  }
  #projects-list {
    margin-bottom: 60px;
  }
  #econom ul li:before {
    top: 14px;
  }
  #materials_table table tr td,
  #materials_table table tr td:first-child {
    padding: 20px 20px;
  }
  #materials_table table tr td:first-child span {
    display: block;
  }
  #materials_table .section-title {
    margin-bottom: 60px;
  }
  #material_info .section-title {
    margin-bottom: 80px;
  }
  #material_info .text {
    margin-top: -80px;
  }
  #material_info span {
    margin-bottom: 30px;
  }
  #our_pluses .item .text {
    font-size: 1.1rem;
  }
  #our_pluses .item {
    margin-bottom: 35px;
  }
  #our_pluses .section-title {
    margin-bottom: 60px;
  }
  #materials_table .info {
    padding-left: 20px;
  }
  #sertificates {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  #sertificates .section-title {
    margin-bottom: 60px;
  }
  #big-price-block .pay-types {
    margin-top: 80px;
  }
  #our_pluses {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #custom_icons .image {
    margin-bottom: 40px;
  }
  #price-block .item ul li:before {
    width: 10px;
    height: 10px;
    top: 15px;
  }
  #price-block .item ul li {
    padding-left: 28px;
  }
  #price-block .item {
    height: 700px;
  }
  #price-block .item1 {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  #price-block .item .button {
    font-size: 22px;
  }
  #price-block .item1 .button {
    margin-top: 100px;
  }
  #price-block .item2 {
    padding-top: 80px;
  }
  #price-block .item2 .button {
    margin-top: 80px;
  }
  #price-block .item3 .wrap {
    width: 420px;
  }
  .thanks-page .wrap {
    max-width: 530px;
  }
  #price-block .slider-nav {
    width: 1040px;
  }
  #price-block .slider-nav img {
    width: 290px;
    height: 217px;
  }
  .modal.quiz .quiz-body {
    height: 600px;
    padding: 63px 100px;
  }
  .modal.quiz .quiz-body .question .question-title {
    margin-bottom: 50px;
  }
  .modal.quiz .quiz-body .question .image {
    width: 430px;
    height: 340px;
    top: 120px;
  }
  .up {
    right: 50px;
    bottom: 50px;
    width: 60px;
    height: 60px;
  }
  .up img {
    width: 30px;
  }
}
.mobile-button {
  display: none;
}

@media (max-width: 1199px) {
  html {
    font-size: 16px;
  }
  main section {
    margin-bottom: 120px;
  }
  header .logo-flex .line,
  footer .logo-flex .line {
    margin-left: 18px;
    margin-right: 18px;
    width: 2px;
  }
  header .logo-text .small,
  footer .logo-text .small {
    line-height: 1.4;
  }
  header .logo-text,
  footer .logo-text {
    top: -2px;
  }
  #big-offer .left-text {
    margin-top: 0;
    margin-bottom: 60px;
    text-align: center;
  }
  #big-offer .left-text .button {
    display: none;
  }
  .mobile-button {
    display: flex;
  }
  #big-offer .right-text {
    text-align: center;
  }
  #big-offer .right-text .usual-text2 {
    padding-top: 55px;
  }
  #big-offer .right-text .procent + br {
    display: none;
  }
  #big-offer .right-text .procent {
    right: 62px;
  }
  #big-offer .right-text .na {
    display: none;
  }
  #fix-price .offer-text {
    text-align: center;
  }
  #fix-price .button {
    margin-left: auto;
    margin-right: auto;
  }
  #slider_video .item {
    margin: 0 30px;
    margin-bottom: 120px;
  }
  #slider_video .item a img {
    max-width: none;
    max-height: 400px;
  }
  #sertificates .sertificates-list {
    flex-wrap: wrap;
  }
  #sertificates .sertificates-list .item img {
    width: 198px;
    height: 273px;
  }
  #sertificates {
    padding-bottom: 120px;
  }
  #sertificates .section-title {
    margin-bottom: 80px;
  }
  #big-price-block .grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 20px 1fr 20px 350px;
  }
  #big-price-block .grid .offer .content {
    display: block;
  }
  #big-price-block .section-title {
    padding-bottom: 70px;
  }
  #big-price-block .grid .offer1 .content {
    height: calc(100% - 153px);
  }
  #big-price-block .grid .offer .content br {
    display: none;
  }
  #big-price-block .grid .offer3 a {
    width: 290px;
    height: 143px;
  }
  #big-price-block .pay-types .pay-list img {
    margin: 0 30px;
  }
  #single-video .play-video {
    height: 450px;
  }
  #projects-finish .project-list {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #projects-finish .item {
    margin-bottom: 60px;
  }
  #projects-finish .item:last-child {
    margin-bottom: 0;
  }
  #our_pluses .item {
    margin-bottom: 30px;
  }
  #info_block2 .text,
  #info_block3 .text {
    text-align: center;
    margin-top: 30px;
  }
  #info_block2 .button,
  #info_block3 .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  footer {
    padding-top: 17px;
  }
  #contacts iframe {
    top: 0;
    margin-bottom: 90px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 500px;
    display: block;
  }
  header .menu-toggle nav ul,
  footer .menu-toggle nav ul {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
  }
  header .menu-toggle nav ul li,
  footer .menu-toggle nav ul li {
    margin-bottom: 10px;
  }
  header .menu-toggle nav,
  footer .menu-toggle nav {
    width: 380px;
    top: 62px;
  }
  .modal .modal-content .info {
    font-size: 0.8rem;
  }
  .second-page #info-block3 ul li {
    padding-left: 20px;
  }
  .second-page #info-block3 ul li:before {
    width: 8px;
    height: 8px;
    top: 13px;
  }
  .second-page #info-block3 {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  #projects-list .item .image {
    height: 260px;
    margin-bottom: 10px;
  }
  #econom ul li:before {
    top: 12px;
  }
  #price-block .slick-prev {
    left: 10px;
  }
  #price-block .slick-next {
    right: 10px;
  }
  #price-block .slick-arrow img {
    width: 25px;
  }
  #price-block .slider-nav {
    width: 850px;
  }
  #price-block .slider-nav img {
    width: 250px;
    height: 186px;
  }
  .modal.quiz .quiz-body {
    width: 970px;
  }
}
@media (max-width: 991px) {
  main section {
    margin-bottom: 100px;
  }
  header .logo-flex .line {
    display: none;
  }
  header .logo-flex .description {
    display: none;
  }
  header .logo-wrap,
  footer .logo-wrap {
    width: auto;
  }
  header .logo img,
  footer .logo img {
    width: 80px;
  }
  header .phones-wrap,
  header .social-wrap {
    display: none;
  }
  header.fixed .logo-text {
    left: 0;
  }
  #big-offer .right-text .procent {
    right: 102px;
  }
  #slider_video .item a img {
    max-width: none;
    max-height: 410px;
  }
  #slider_video .item a .play {
    width: 80px;
    height: 80px;
  }
  #slider_video .slick-arrow img {
    width: 40px;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;
  }
  #slider_video .item {
    margin: 0 30px;
    text-align: center;
    overflow: hidden;
  }
  #slider_video .item a {
    margin-left: auto;
    margin-right: auto;
  }
  #slider_video .item img {
    max-width: 100%;
    height: 100%;
    max-height: 340px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #slider_video .slick-arrow {
    top: -50px;
  }
  #material_info .text {
    margin-top: 60px;
    text-align: center;
  }
  #sertificates .sertificates-list .item img {
    width: 300px;
    height: 403px;
    margin-bottom: 60px;
  }
  #sertificates {
    padding-bottom: 60px;
  }
  #big-price-block .pay-types .pay-list {
    flex-wrap: wrap;
    margin-bottom: -50px;
  }
  #big-price-block .pay-types .pay-list img {
    flex: 0 0 50%;
    margin-left: 0;
    margin-right: 0;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 50px;
  }
  #big-price-block .pay-types .pay-title {
    margin-bottom: 50px;
  }
  #single-video .play-video .play {
    margin-right: 40px;
  }
  #single-video .play-video .play img {
    width: 80px;
    height: 80px;
  }
  .fz56 {
    font-size: 2.5rem;
  }
  #slider_video .slick-track {
    align-items: flex-start;
  }
  #slider_video .item span {
    position: static;
  }
  #slider_video .item {
    flex-wrap: wrap;
  }
  #slider_video .item span {
    margin-top: 20px;
  }
  #big-price-block #info-block .image {
    display: none;
  }
  .second-page #info-block3 .section-title {
    margin-bottom: 70px;
  }
  .second-page #info-block3 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .second-page #custom_icons .item {
    margin-bottom: 50px;
  }
  .second-page #custom_icons .item:last-child {
    margin-bottom: 0;
  }
  #projects-list .item .image {
    height: 190px;
  }
  #projects-list .group {
    margin-bottom: 40px;
  }
  .big-table {
    overflow: auto;
    position: relative;
    z-index: 1;
  }
  .big-table table {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .scroll-right:after {
    content: "";
    display: block;
    width: 15px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
    background: radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 15px 100%;
    background-position: 100% 0%;
  }
  .scroll-left:before {
    content: "";
    display: block;
    width: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 15px 100%;
  }
  #materials_table table tr td,
  #materials_table table tr td:first-child {
    padding: 6px;
  }
  #materials_table table .table_head td img {
    width: 100px;
    margin-bottom: 12px;
  }
  #materials_table table .table_head td {
    padding-bottom: 16px;
  }
  #material_info span {
    margin-bottom: 30px;
  }
  #materials_table .info {
    padding-left: 6px;
    padding-top: 15px;
  }
  #price-block .item {
    padding-left: 70px;
    padding-right: 70px;
  }
  #price-block .item1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #price-block .section-title {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  #price-block .item ul li:before {
    width: 8px;
    height: 8px;
    top: 11px;
  }
  #price-block .item ul li {
    padding-left: 22px;
  }
  #price-block .item1 .button {
    margin-top: 40px;
  }
  #price-block .item ul {
    font-size: 1.2rem;
  }
  #price-block .item .button {
    margin-left: auto;
    margin-right: auto;
  }
  #price-block .item2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #price-block .item2 .button {
    margin-top: 40px;
  }
  #price-block .slider-nav {
    width: 100%;
  }
  #price-block .slider-nav img {
    width: 210px;
    height: 157px;
  }
  .modal.quiz .quiz-body .question .image {
    display: none;
  }
  .modal.quiz .quiz-body {
    width: 450px;
    padding: 50px;
  }
  .modal.quiz .quiz-body .question .question-title {
    margin-bottom: 30px;
  }
  .modal.quiz .quiz-body .question .answer {
    width: 100%;
  }
  .modal.quiz .quiz-body .question .question-title {
    font-size: 1.2rem;
  }
  .modal.quiz .quiz-body .question .answer {
    padding: 7px 20px;
  }
  .modal.quiz .quiz-body .question .answer.selected:after {
    right: -37px;
  }
  .modal.quiz .quiz-body {
    height: 520px;
  }
}
@media (max-width: 767px) {
  footer .logo-flex,
  footer .social,
  footer .phones {
    text-align: center;
    justify-content: center;
    padding: 10px 0;
  }
  header .logo-flex .line,
  footer .logo-flex .line {
    display: none;
  }
  footer .logo-flex .description {
    display: none;
  }
  #big-offer .right-text .procent {
    right: 72px;
  }
  main section {
    margin-bottom: 100px;
  }
  #slider_video .item a img {
    max-width: 100%;
    height: 100%;
    max-height: 340px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #slider_video .item {
    margin: 0 20px;
  }
  #slider_video .slick-arrow {
    top: -100px;
  }
  #sertificates .sertificates-list {
    justify-content: center;
  }
  #sertificates .sertificates-list .item img {
    margin: 0 20px 60px;
    width: 200px;
    height: 277px;
  }
  #sertificates .section-title {
    margin-bottom: 70px;
  }
  #single-video .play-video {
    height: 360px;
  }
  #our_pluses .item {
    align-items: center;
  }
  #our_pluses .item .num {
    position: static;
  }
  #single-video .play-video span {
    font-size: 1.7rem;
  }
  #single-video .play-video {
    height: 300px;
  }
  #big-price-block .pay-types .pay-title br {
    display: none;
  }
  #big-offer .left-text {
    font-size: 1.9rem;
  }
  #big-offer .left-text .small {
    font-size: 1.6rem;
  }
  #big-offer .right-text .procent {
    right: 84px;
  }
  header .menu-toggle {
    margin-left: auto;
    margin-right: 0;
  }
  #custom_icons .image {
    margin-bottom: 30px;
  }
  #custom_icons .item {
    margin-bottom: 30px;
  }
  #contacts iframe {
    height: 350px;
    max-width: 100%;
  }
  #projects-list .item .image {
    height: 141px;
  }
  #material_properties .item .icon {
    flex: 0 0 60px;
    height: 60px;
    margin-right: 20px;
  }
  #price-block .item {
    height: 740px;
  }
  #price-block .item3 .wrap {
    width: 340px;
  }
  #price-block .slider-nav img {
    width: 160px;
    height: 119px;
  }
}
.arm.mobile {
  display: none;
}

@media (max-width: 575px) {
  .home #big-offer {
    background: url("../img/first-block-mobile.jpg") no-repeat center center;
    background-size: cover;
  }
  #big-offer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  header .logo img,
  footer .logo img {
    width: 56px;
  }
  #big-offer .right-text .procent {
    right: 95px;
    top: 18px;
  }
  #big-offer .right-text .usual-text {
    margin-bottom: 30px;
  }
  #big-offer .left-text {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 40px;
  }
  #big-offer .left-text br {
    display: none;
  }
  #big-offer .left-text .small {
    font-size: 1.35rem;
  }
  #big-offer .right-text .big {
    font-size: 3rem;
  }
  #big-offer .right-text {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 320px;
  }
  #fix-price .offer-text {
    padding: 30px 20px;
    margin-top: 20px;
    font-size: 1.5rem;
  }
  #fix-price .offer-text br {
    display: none;
  }
  #fix-price .button {
    max-width: 270px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .fz56 {
    font-size: 2rem;
  }
  #slider_video .item {
    margin: 0 10px;
  }
  #big-price-block #info-block .item {
    width: auto;
  }
  #big-price-block .section-title {
    padding-bottom: 40px;
  }
  #big-price-block #info-block {
    margin-top: 70px;
  }
  #big-price-block .grid.blur .offer .content {
    padding-top: 32px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #big-price-block .grid .offer .content p.item-price {
    font-size: 1.15rem;
  }
  #big-price-block .grid .offer .content br {
    display: block;
  }
  #big-price-block .grid .offer .content {
    height: 100%;
  }
  #big-price-block .grid .offer {
    overflow: hidden;
  }
  #big-price-block .grid .offer3 a {
    font-size: 1.5rem;
    width: 200px;
    height: 123px;
    margin-bottom: 60px;
    margin-top: 100px;
  }
  #big-price-block .grid {
    grid-template-rows: 1fr 20px 1fr 20px 300px;
  }
  .arm {
    display: none;
  }
  .arm.mobile {
    display: block;
    position: static;
    margin-left: 30px;
  }
  #single-video .play-video {
    height: 280px;
  }
  #our_pluses {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  main section {
    margin-bottom: 70px;
  }
  footer .social a {
    margin-left: 8px;
  }
  #info_block2 .text,
  #info_block3 .text {
    font-size: 1.4rem;
  }
  #contacts iframe {
    height: 280px;
  }
  header .logo-text .big,
  footer .logo-text .big {
    font-size: 1.5rem;
  }
  header .logo-text .small,
  footer .logo-text .small {
    font-size: 1rem;
  }
  #single-video .play-video span {
    font-size: 1.2rem;
  }
  #single-video .play-video .play {
    margin-right: 30px;
  }
  #single-video .play-video .play img {
    width: 60px;
    height: 60px;
  }
  #big-price-block .pay-types .pay-list img {
    flex: 0 0 100%;
  }
  #sertificates .sertificates-list .item img {
    margin-bottom: 40px;
  }
  #projects-finish .item .image img {
    height: auto;
  }
  header .menu-toggle nav {
    width: 330px;
  }
  header .menu-toggle nav,
  footer .menu-toggle nav {
    top: 57px;
  }
  header .menu-toggle nav ul li,
  footer .menu-toggle nav ul li {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  header.fixed .menu-toggle {
    position: relative;
  }
  .modal .modal-content {
    max-width: 350px;
    width: 95%;
    padding: 24px;
  }
  .modal .modal-content .modal-title {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .modal .modal-content input[type=submit] {
    margin-top: 30px;
  }
  .modal .modal-content input[type=text] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal .modal-content .close {
    width: 26px;
    height: 26px;
    right: 10px;
    top: 10px;
  }
  .modal .modal-content input[type=submit] {
    height: 60px;
  }
  .callback-mobile {
    height: 72px;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #4daf50;
    padding: 10px;
    z-index: 10;
  }
  .callback-mobile a {
    width: 100px;
    display: block;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
  }
  .callback-mobile a .icon {
    display: block;
    height: 28px;
    margin-bottom: 6px;
  }
  .callback-mobile a .icon img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 100%;
    width: auto;
  }
  .callback-mobile .line {
    width: 2px;
    height: 100%;
    background: #fff;
    margin-left: 10px;
    margin-right: 10px;
  }
  footer {
    padding-bottom: 88px;
  }
  #projects-list .item .image {
    height: 53vw;
  }
  #projects-list .section-title {
    margin-bottom: 50px;
  }
  #projects-list .group {
    margin-bottom: 20px;
  }
  #material_properties .item {
    font-size: 1rem;
  }
  #material_properties .section-title {
    margin-bottom: 50px;
  }
  #material_properties {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  #price-block .slick-arrow {
    padding: 0;
  }
  #price-block .slick-arrow img {
    width: 16px;
  }
  #price-block .slick-prev {
    left: 5px;
  }
  #price-block .slick-next {
    right: 5px;
  }
  #price-block .item {
    padding-left: 34px;
    padding-right: 34px;
    height: 640px;
  }
  #price-block .section-title {
    margin-bottom: 20px;
  }
  #price-block .item .button {
    font-size: 20px;
  }
  #price-block .item ul {
    font-size: 1rem;
  }
  #price-block .item ul li:before {
    width: 6px;
    height: 6px;
    top: 10px;
  }
  #price-block .item ul li {
    padding-left: 18px;
  }
  #price-block .item3 .wrap {
    width: 260px;
  }
  #price-block .item3 .section-title {
    text-align: center;
  }
  #price-block .item3 .section-subtitle {
    font-size: 1rem;
    justify-content: center;
  }
  #price-block .item3 .section-subtitle img {
    width: 6px;
    top: 2px;
    margin-left: 10px;
  }
  #price-block .item2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #price-block .slider-nav img {
    width: 28vw;
    height: 75px;
  }
  #modal-whatsapp .modal-content {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .polity-page .section-title {
    font-size: 1.5rem;
  }
  .modal.quiz .quiz-form {
    padding-bottom: 60px;
  }
  .modal.quiz .quiz-form .question-back {
    left: 30px;
    bottom: 24px;
  }
  .up {
    right: 20px;
    bottom: 100px;
    width: 46px;
    height: 46px;
  }
  .up img {
    width: 24px;
  }
}/*# sourceMappingURL=main.css.map */

.map-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 74%; /* Пропорция 604/814 ≈ 0.742 */
  height: 0;
  overflow: hidden;
}

.map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 74%;
  height: 0;
  overflow: hidden;
  margin-bottom: 40px; /* ← вот это — добавляет отступ снизу */
}

.phones-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px; /* между строками и колонками */
  align-items: center;
}

.phones-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
  align-items: center;
}

.map-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 74%;
  height: 0;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 40px;
}

.map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.contacts-info {
  font-size: 1.0909rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contacts-info a {
  color: inherit;
  text-decoration: none;
}

.map-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 74%;
  height: 0;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 40px;
}

.map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
