/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}


h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-size: 18px;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

body, html {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  background: #FFF;
  position: relative;
}

.container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.title {
  font-size: 49px;
  color: #000;
  font-weight: 400;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
#wpcf7-f12-o2 .wpcf7-spinner {
  display: none;
}
#wpcf7-f11-o1 .wpcf7-spinner {
  display: none;
}
#wpcf7-f12-o2 .wpcf7-response-output {
  margin-top: 10px;
}
#wpcf7-f12-o2 .invalid .wpcf7-response-output {
  color: #FFF
 }

#wpcf7-f12-o2 .sent .wpcf7-response-output {
  color: #FFF
 }
/* .hero-star {
  width: 100px;
} */
.main-whatsap {
  position: fixed;
  display: flex;
  flex-direction: column;
  height: 101px;
  width: 100px;
  right: 30px;
  bottom: 40px;
  z-index: 200;
}
.header {
  padding-bottom: 20px;
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.header-content-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
}

.header-content-logo img {
  margin-right: 8px;
}
.header-time {
  color: #3A404B;
  line-height: 17px;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  text-align: center;
}
}
.header-content-logo h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #3A404B;
}
.header-content-wrap {
  .display: flex;
}

.header-content-logo h4 span {
  color: #2f78bf;
}

.header-content-menu nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.header-content-menu nav ul li a {
  color: #3A404B;
  line-height: 17px;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.header-content-menu nav ul li a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #C12E2E;
  opacity: 0;
}

.header-content-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-content-phone img {
  width: 26px;
  height: 26px;
  margin-right: 5px;
}

.header-content-phone a {
  font-size: 18px;
  color: #3A404B;
  font-weight: 600;
  line-height: 21px;
}

.nav ul li a:hover::after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.mobile-menu {
  display: none;
}
.mobile-menu-logo {
  margin-bottom: 10px;
}
.mobile-menu-logo span {
  color:#2f78bf;
}
.mobile-menu-logo h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #3A404B;
}

.hero {
  padding-bottom: 120px;
  padding-top: 5px;
  position: relative;
  z-index: 10;
}

.hero-content h1 {
  font-family: 'Gilroy';
  color: #fff;
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  margin-bottom: 25px;
  z-index: 10;
  position: relative;
}

.hero-content-block-text ul {
  margin-bottom: 50px;
}

.hero-content-block-text ul li {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin-bottom: 16px;
  padding-left: 28px;
}

.hero-content-block-text ul li:last-child {
  margin-bottom: 0;
}

.hero-content-block-text ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  height: 20px;
  background-image: url(https://vnsanteh.ru/wp-content/themes/vnsantex/assets/img/hero-check1.svg);
  background-repeat: no-repeat;
  border-radius: 2px;
}

.hero-content-block-btn {
  padding: 20px 30px;
  background: #2f78bf;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 7px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
  position: relative;
}

.hero-content-block-btn:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #1423e9;
}

.hero-content-block-btn a {
  font-weight: 600;
  color: #FFF;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.hero-content-block-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slider .slick-list {
  height: 100%;
}

.hero-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.hero-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.hero-content-block-img {
  width: 100%;
}

.hero-prev {
  position: absolute;
  width: 23px;
  height: 43px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  z-index: 2;
  cursor: pointer;
  background: url('wp-content/themes/vnsantex/assets/img/hero-arrow1.svg');
}
 .mobile-vk {
  width: 35px;
  margin-left: 2px;
  margin-bottom: 10px;
  }
 
.hero-next {
  position: absolute;
  width: 23px;
  height: 43px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  z-index: 2;
  cursor: pointer;
}

.hero-content-block-tel {
  display: none;
}

.hero-content h5 {
  color: #1423e9;
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
}

.hero-content-block-tel a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.hero-content-block-tel a:hover {
  background: #1423e9;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.advantages {
  margin-bottom: 150px;
}

.advantages-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: -57px;
  z-index: 11;
  position: relative;
}

.advantages-content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 315px;
  background: #FFFFFF;
  border-radius: 17px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding-top: 58px;
  padding-bottom: 56px;
}

.advantages-content-block img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 33px;
}

.advantages-content-block h6 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-align: center;
  line-height: 29px;
  margin-bottom: 8px;
}

.advantages-content-block p {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  text-align: center;
  font-weight: 400;
  max-width: 210px;
}

.offer {
  margin-bottom: 80px;
}

.offer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.offer-content-block {
  width: calc( 50% - 20px);
}

.offer-content-block .block-img {
  margin-bottom: 30px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.offer-content-block .block-img img {
  width: 100%;
  border-radius: 16px;
}

.offer-content-block h2 {
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 36px;
  line-height: 110%;
  color: #3A404B;
  margin-bottom: 20px;
}

.offer-content-block ul li {
  color: #000000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
}

.offer-content-block ul li:last-child {
  margin-bottom: 0px;
}

.offer-content-block ul li::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #3A404B;
  border-radius: 50%;
}

.about {
  display: none;
}

.stages {
  margin-bottom: 100px;
}

.stages-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stages-content-img {
  display: none;
}

.stages-content-img img {
  margin-left: -90px;
}

.stages-content-text {
  width: 100%;
}

.stages-content-text h3 {
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 54px;
  line-height: 64px;
  color: #3A404B;
  margin-bottom: 40px;
  text-align: center;
}
.stages-tel {
  color: #1423e9;;
}

.stages-content-text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.stages-content-text-block-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;  
  justify-content: center;
}

.stages-content-text-block-wrap-left {
  margin-right: 15px;
}

.stages-content-text-block-wrap-left span {
  color: #2f78bf;
  font-weight: 600;
  font-size: 98px;
  line-height: 119px;
}

.stages-content-text-block-wrap-right {
  max-width: 291px;
}

.stages-content-text-block-wrap-right h5 {
  font-size: 24px;
  color: #000;
  line-height: 29px;
  font-weight: 600;
  margin-bottom: 5px;
}

.stages-content-text-block-wrap-right p {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.services {
  margin-bottom: 150px;
}
.services h2 {
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 54px;
  line-height: 64px;
  text-align: center;
  color: #3A404B;
  margin-bottom: 50px;
}

.services-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}

.services-content-block {
  width: calc( 33% - 10px);
  position: relative;
  height: 320px;
  z-index: 10;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.services-content-block::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 16px;
}

.services-content-block-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.services-content-block-img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  -o-object-fit: cover;
     object-fit: cover;
}

.services-content-block h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFF;
  position: relative;
  z-index: 5;
  padding-left: 15px;
  max-width: 309px;
  min-height: 44px;
}
.block-names {
  background-color: rgba(71, 71, 71, 0.6);
  z-index: 1;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.btn-services {
  background: #2f78bf;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
  margin: auto;
  margin-top: -5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 7px;
  cursor: pointer;
  margin-bottom: 8px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  /* border: 1px #C12E2E solid; */
}
.btn-services:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #1423e9;
}

.services-content-block .block-price {
  position: relative;
  z-index: 5;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.services-content-block .block-price small {
  color: #E6E6E6;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}

.services-content-block .block-price span {
  font-weight: 600px;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}

.services-content-block:hover::after {
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.price {
  margin-bottom: 140px;
}

.price-content-action {
  font-size: 19px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #1423e9;
  text-align: center;
}

.price-content h2 {
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 54px;
  line-height: 64px;
  text-align: center;
  color: #3A404B;
  margin-bottom: 20px;
}

.price-content-subtitle {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: center;
}

.price-content-wrapper-block {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 17px;
  margin-bottom: 20px;
  padding-bottom: 1px;
}

.price-content-wrapper-block .price-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFF;
  border-radius: 17px;
  cursor: pointer;
  height: 67px;
  padding-left: 25px;
  padding-right: 25px;
}

.price-content-wrapper-block .price-tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.price-content-wrapper-block .price-tab-icon img {
  height: 12px;
  width: 23px;
}

.price-content-wrapper-block .price-tab img {
  margin-right: 17px;
}

.price-content-wrapper-block .price-tab h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000;
}

.price-content-wrapper-block .price-name-block {
  background: #3A404B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 30px 12px 30px;
}

.price-content-wrapper-block .price-name-block small {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.price-content-wrapper-block .price-name-block span {
  color: #FFF;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.price-content-wrapper-block .price-name-desc {
  padding: 12px 30px 12px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price-content-wrapper-block .price-name-desc:nth-child(odd) {
  background: #F2F3F5;
}

.price-content-wrapper-block .price-name-desc p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #404040;
}

.price-content-wrapper-block .price-name-btn {
  background: #2f78bf;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 120px;
  padding-right: 120px;
  margin: auto;
  margin-top: 39px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 7px;
  cursor: pointer;
  margin-bottom: 39px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.price-content-wrapper-block .price-name-btn:hover {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #1423e9;
}

.price-name-none {
  display: none;
}

.price-name-active {
  display: block;
}

.price-arrow-active {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.gallery {
  margin-bottom: 140px;
}
.gallery h2 {
    font-family: 'Gilroy';
    font-weight: 600;
    font-size: 54px;
    line-height: 64px;
    text-align: center;
    color: #3A404B;
    margin-bottom: 20px;
}
.gallery p {
  font-weight: 400;
  color: #545454;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  
    
}
.gallery p a {
  margin-left: 10px;
  height: 35px;
    
}
.gallery small {
  font-weight: 400;
  color: #545454;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}
.btn-gallery {
  padding: 20px 30px;
  background: #2f78bf;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 7px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
  position: relative;
  display: block;
  font-size: 18px;
  letter-spacing: .03em;
  font-weight: 600;
  margin: auto;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}
.btn-gallery:hover {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #1423e9;
}

.gallery-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 10px;
}

.gallery-content-block {
  width: calc( 33% - 4px);
}

.gallery-content-block img {
  width: 100%;
  border-radius: 10px;
  display: block;
  height: 100%;
  object-fit: cover;
}

.client {
  margin-bottom: 158px;
}

.client-content h2 {
  font-family: 'Gilroy';
  font-size: 54px;
  line-height: 64px;
  text-align: center;
  color: #3A404B;
  margin-bottom: 5px;
  font-weight: 600;
}

.client-content p {
  font-weight: 400;
  color: #545454;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  max-width: 726px;
  margin: auto;
  margin-bottom: 10px;
}
.wrap-block p {
  font-weight: 400;
  color: #545454;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  max-width: 726px;
  margin: auto;
}

/* .client-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
} */

.client-content-wrap img {
  width: 100%;
}

.reviews {
  margin-bottom: 154px;
}

.reviews-content span {
  font-size: 19px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #1423e9;
  text-align: center;
  display: block;
}

.reviews-content h3 {
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 54px;
  line-height: 64px;
  color: #3A404B;
  text-align: center;
  margin-bottom: 30px;
}

.reviews-content small {
  line-height: 30px;
  font-size: 24px;
  color: #545454;
  text-align: center;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 50px;
  display: block;
}

.reviews-content-block .reviews-slider {
  position: relative;
}

.reviews-content-block .reviews-slider-wrapper {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 17px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.reviews-content-block .reviews-slider-wrapper .reviews-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reviews-content-block .reviews-slider-wrapper .reviews-wrap-img {
  margin-right: 19px;
}

.reviews-content-block .reviews-slider-wrapper .reviews-wrap-img img {
  border-radius: 50%;
  width: 77px;
  height: 77px;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviews-content-block .reviews-slider-wrapper .reviews-wrap-name h6 {
  margin-bottom: 6px;
  font-size: 24pz;
  font-weight: 600;
  line-height: 29px;
  color: #000;
}

.reviews-slider .slick-list {
  overflow: hidden;
  cursor: pointer;
}
.reviews-img {
  width: 100%;    
}

.reviews-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}

.reviews-prev {
  position: absolute;
  width: 29px;
  height: 29px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -28px;
  z-index: 2;
  cursor: pointer;
}

.reviews-next {
  position: absolute;
  width: 29px;
  height: 29px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -28px;
  z-index: 2;
  cursor: pointer;
}

.reviews-content-block {
  padding-left: 20px;
  padding-right: 20px;
}

.reviews-slider .slick-dots {
  list-style: none;
  margin: 30px 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slick-dots li {
  position: relative;
  display: block;
  float: left;
  margin: 0 7px 0 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  border: 2px solid #a9d1f5;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #4D4D4D;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 13px;
  border: 1px solid #959595;
  border-radius: 50%;
  height: 13px;
  cursor: pointer;
  outline: none;
  background: #FFF;
}

.faq {
  margin-bottom: 150px;
}

.faq-content h2 {
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 54px;
  line-height: 64px;
  color: #3A404B;
  margin-bottom: 5px;
}

.faq-content h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000;
  margin-bottom: 25px;
}

.faq-content-wrap-block {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding-top: 20px;
  padding-bottom: 18px;
  cursor: pointer;
}

.faq-content-wrap-block .faq-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq-content-wrap-block .faq-img h5 {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}

.faq-content-wrap-block p {
  color: #4D4D4D;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #4D4D4D;
  max-width: 654px;
}

.faq-active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.faq-icon {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.faq-none {
  display: none;
}

.faq-active-desc {
  display: block;
}

.faq-content-wrap-block .faq-img .color-active {
  color: #000;
}

.faq-content-wrap-block .faq-img .tab-color {
  color: #1423e9;
}

.footer {
  background: #3A404B;
  padding-top: 48px;
  padding-bottom: 70px;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.footer-content-left .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 19px;
}

.footer-content-left .footer-logo img {
  margin-right: 7px;
}

.footer-content-left .footer-logo h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #D6D9DF;
}

.footer-content-left .footer-phone {
  margin-bottom: 10px;
}

.footer-content-left .footer-phone a {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #D6D9DF;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.footer-icons {
    margin-bottom: 7px;
}
.footer-icons a {
    margin-right: 3px;
}
.footer-content-left .footer-phone a:hover {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #C12E2E;
}

.footer-content-left .footer-address {
  margin-bottom: 10px;
}

.footer-content-left .footer-address address {
  color: #A5A9B0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}

.footer-content-left .footer-time {
  color: #A5A9B0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}

.footer-content-midle .footer-nav nav ul li {
  margin-bottom: 10px;
}

.footer-content-midle .footer-nav nav ul li:last-child {
  margin-bottom: 0;
}

.footer-content-midle .footer-nav nav ul li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #D6D9DF;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.footer-content-midle .footer-nav nav ul li a:hover {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #C12E2E;
}

.footer-content-right .footer-text h4 {
  font-family: 'Gilroy';
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  color: #EEF0F3;
  margin-bottom: 12px;
}

.footer-content-right .footer-text p {
  font-family: 'Gilroy';
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #A5A9B0;
  max-width: 337px;
  margin-bottom: 24px;
}

.footer-content-right .footer-text .footer-form {
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.footer-content-right .footer-text .footer-form .footer-input {
  border: none;
  outline: none;
  background: #f0f0f0;
  color: #000;
  height: 40px;
  border-radius: 5px;
  padding-left: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.footer-content-right .footer-text .footer-form .footer-input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #A5A9B0;
}

.footer-content-right .footer-text .footer-form .footer-input::-moz-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #A5A9B0;
}

.footer-content-right .footer-text .footer-form .footer-input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #A5A9B0;
}

.footer-content-right .footer-text .footer-form .footer-input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #A5A9B0;
}

.footer-content-right .footer-text .footer-form .footer-input::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #A5A9B0;
}

.footer-content-right .footer-text .footer-form .footer-btn {
  background: #2f78bf;
  background-size: contain;
  width: 100%;
  height: 40px;
  border: none;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: block;
  color: #FFF;
  border-radius: 5px;
}

.footer-content-right .footer-text .footer-form .footer-btn:hover {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #1423e9;
}

.footer-content-right .footer-text span {
  font-size: 14px;
  max-width: 338px;
  display: block;
  color: #A5A9B0;
  font-weight: 400;
}

.footer-content-right .footer-text span a {
  color: #A5A9B0;
  text-decoration: underline;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.footer-content-right .footer-text span a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #C12E2E;
}

.footer-copy {
  text-align: center;
  font-size: 14px;
  max-width: 449px;
  display: block;
  color: #A5A9B0;
  margin: auto;
}

.popup {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10000;
  width: 100%;
  max-width: 520px;
  display: none;
}

.popup-wrap {
  -webkit-box-shadow: 0px 0px 16px rgba(27, 28, 29, 0.37);
          box-shadow: 0px 0px 16px rgba(27, 28, 29, 0.37);
  border-radius: 11px;
  background: #fff;
  padding-top: 54px;
  padding-bottom: 62px;
  padding-left: 55px;
  padding-right: 55px;
}

.popup-wrap h4 {
  text-align: center;
  font-family: 'Gilroy';
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #3A404B;
}

.popup-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#price-name {
  background: #f7f7f7;
  border: 1px solid #848484;
  border-radius: 4px;
  outline: none;
  padding-left: 15px;
  height: 55px;
  margin-bottom: 24px;
  width: 100%;
}
#price-phone {
  background: #f7f7f7;
  border: 1px solid #848484;
  border-radius: 4px;
  outline: none;
  padding-left: 15px;
  height: 55px;
  margin-bottom: 24px;
  width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output {
  margin: 0;
  border-color: #C12E2E;
}
.wpcf7 form.sent .wpcf7-response-output {
  margin: 0px;
  }
#price-com {
  background: #f7f7f7;
  border: 1px solid #848484;
  border-radius: 4px;
  outline: none;
  padding-left: 15px;
  height: 55px;
  width: 100%;
}

#price-btn {
  background: #C12E2E;
  border-radius: 6px;
  outline: none;
  border: none;
  padding: 19px 0px;
  color: #FFF;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: 40px;
  margin-bottom: 10px;
  width: 100%;
}

.price-check p {
  max-width: 350px;
  font-size: 16px;
  color: #4D4D4D;
}

.price-check p a {
  color: #4D4D4D;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.price-check p a:hover {
  color: #C12E2E;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.popup-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 15px;
  right: 20px;
  cursor: pointer;
  z-index: 50;
}

.popup-close::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  right: 0px;
  top: 20px;
  background: #000;
  cursor: pointer;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 51;
}

.popup-close::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  right: 0px;
  top: 20px;
  background-color: #000;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 51;
}

.overlay-popup {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}

.overlay-mobile {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 25;
  display: none;
}

@media screen and (max-width: 1340px) {
  .container {
    max-width: 1200px;
  }
  .hero {
    padding-left: 30px;
  }
  .hero-next {
    right: 10px;
  }
  .hero-prev {
    left: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
  .header-content-menu nav ul {
    gap: 15px;
  }
  .header-time {
    font-size: 16px;      
  }
  .hero-content h1 {
    font-size: 64px;
  }
  .header-content-logo img {
    margin-right: 2px;
}
  .advantages-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .advantages-content-block {
    width: 290px;
  }
  .advantages {
    margin-bottom: 120px;
  }
  .stages-content-img img {
    margin-left: -10px;
  }
  .stages-content-text-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .stages {
    margin-bottom: 120px;
  }
  .services-content-block {
    height: 296px;
  }
  .services {
    margin-bottom: 120px;
  }
  .price {
    margin-bottom: 120px;
  }
  .gallery {
    margin-bottom: 120px;
  }
  .client {
    margin-bottom: 120px;
  }
  .reviews {
    margin-bottom: 120px;
  }
  .faq {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 739px;
  }
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #FFF;
    -webkit-box-shadow: 0px 10px 20px rgba(156, 169, 182, 0.46);
            box-shadow: 0px 10px 20px rgba(156, 169, 182, 0.46);
  }
  .header-content-phone {
    display: none;
  }
  .header-time {
    display: none;  
  }
  .header-content-menu {
    display: none;
  }
  .burger {
    display: block;
    width: 40px;
    height: 30px;
    position: relative;
    cursor: pointer;
    z-index: 40;
  }
  .burger span {
    background: #000;
    width: 40px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
  }
  .burger span:first-child {
    top: calc(50% - 10px);
  }
  .burger span:last-child {
    top: calc(50% + 10px);
  }
  .burger-active {
    position: relative;
    z-index: 102;
  }
  .burger-active span {
    background: #000;
    width: 40px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .burger-active span:nth-child(2) {
    display: none;
  }
  .burger-active span:first-child {
    top: calc(50% - 0px);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: calc(50% - 20px);
  }
  .burger-active span:last-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: calc(50% - 0px);
    left: calc(50% - 20px);
  }
  .mobile-menu {
    position: fixed;
    background: #FFF;
    left: 0;
    top: 0;
    z-index: 200;
    height: 100%;
    width: 50%;
    padding-top: 30px;
  }
  .mobile-menu .mobile-menu-wrap {
    margin-bottom: 30px;
  }
  .mobile-menu .mobile-menu-wrap ul li {
    width: 100%;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mobile-menu .mobile-menu-wrap ul li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    background: #d3caca;
    width: 100%;
  }
  .mobile-menu .mobile-menu-wrap ul li:last-child::before {
    content: '';
    position: absolute;
    left: 0;
    top: 44px;
    height: 1px;
    background: #d3caca;
    width: 100%;
  }
  .mobile-menu .mobile-menu-wrap ul li a {
    padding-left: 30px;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .mobile-menu .mobile-menu-wrap ul li a:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #ec0f0f;
  }
  .mobile-menu .mobile-menu-logo {
    padding-left: 30px;
  }
  .mobile-menu .mobile-menu-desc {
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .mobile-menu .mobile-menu-desc p {
    font-family: Gilroy,sans-serif;
    font-size: 18px;
  }
  .mobile-menu .mobile-menu-phone-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .mobile-menu .mobile-menu-phone-wrap a {
    color: #000;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .mobile-menu .mobile-menu-phone-wrap a:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #C12E2E;
  }
  .mobile-menu .mobile-menu-phone {
    padding-left: 30px;
  }
  .mobile-menu .mobile-btn {
    padding: 15px 45px;
    background: #2f78bf;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 7px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #FFF;
  }
  .mobile-menu .mobile-btn:hover {
    background: #1423e9;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .header {
    padding-bottom: 20px;
  }
  .header-content {
    margin-top: 20px;
  }
  .hero-content h1 {
    font-size: 56px;
  }
  .hero-prev {
    width: 20px;
  }
  .hero-next {
    width: 20px;
  }
  .hero-content-block-text ul {
    background-color: rgba(71, 71, 71, 0.5);
    position: relative;
    z-index: 10;
    padding: 15px;
    border-radius: 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .advantages-content-block h6 {
    font-size: 20px;
  }
  .advantages-content-block {
    width: 228px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .advantages-content-block img {
    margin-bottom: 25px;
  }
  .hero {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .hero-content-block-img {
    background-position-x: 73%;
  }
  .hero-content-block-text ul {
    max-width: 679px;  
  }
  .hero-content-block-tel {
    position: relative;
    z-index: 10;
    display: block;
  }
  .hero-content-block-tel a {
    font-weight: 600;
    color: #FFF;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 20px 85px;
    background: #2f78bf;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 7px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 10;
    position: relative;
    margin-top: 15px;
    display: block;
  }
  .advantages {
    margin-bottom: 100px;
  }
  .offer-content-block {
    width: calc( 50% - 14px);
  }
  .offer-content-block h2 {
    font-size: 30px;
  }
  .offer {
    margin-bottom: 70px;
  }
  .stages-content-text h3 {
    font-size: 46px;
  }
  .stages-content-img img {
    margin-left: -91px;
  }
  .stages {
    margin-bottom: 100px;
  }
  .services-content-block {
    width: calc( 50% - 10px);
  }
  .services {
    margin-bottom: 100px;
  }
  .price-name-desc span {
    padding-left: 10px;
    white-space: nowrap;
  }
  .footer-content-right .footer-text p {
    max-width: 294px;
  }
  .footer-content-midle {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
  .main-whatsap {
   width: 80px;
   height: 80px;
  }
  .header {
    padding-bottom: 15px;
  }
  .header-content {
    margin-top: 15px;
  }
  .client-content p {
    font-size: 20px;
    line-height: 24px;
  }
  .hero {
    padding-top: 60px;
    padding-bottom: 84px;
    margin-bottom: 80px;
    
  }
  .hero-content h1 {
    font-size: 46px;
  }
  .hero-content h1 {
    background-color: rgba(71, 71, 71, 0.5);
    padding: 10px;
  }
  .hero-content-block-text ul {
    max-width: 472px;
  }
  .hero-content-block-btn {
    padding: 18px 13px;
  }
  .hero-content-block-btn a {
    font-size: 16px;  
  }
  .hero-content-block-tel a {
    padding: 18px 52px;
  }
  .hero-next {
    width: 16px;
  }
  .hero-prev {
    width: 16px;
  }
  .advantages {
    display: none;
    margin-bottom: 0;
  }
  .about {
    margin-bottom: 60px;
    display: block;
  }
  .about-content h3 {
    font-family: 'Gilroy';
    font-weight: 600;
    font-size: 46px;
    line-height: 50px;
    color: #3A404B;
    margin-bottom: 40px;
    text-align: center;
  }
  .about-content h4 {
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #1423e9;
    text-align: center;
  }
  .about-content ul li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 50px;
  }
  .about-content ul li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: url("../img/repair-check.svg") no-repeat center/contain;
  }
  .about-btn {
    font-weight: 600;
    color: #FFF;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 20px 60px;
    background: #2f78bf;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 7px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 10;
    position: relative;
    margin-top: 15px;
    display: block;
  }
  .about-content h3 {
    font-size: 42px;
    line-height: 45px;
  }
  .offer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offer-content-block {
    width: 100%;
    margin-bottom: 30px;
  }
  .offer-content-block:nth-child(2) {
    margin-bottom: 0;
  }
  .stages-content-text h3 {
    font-size: 42px;
  }
  .stages-content-img img {
    margin-left: -129px;
    width: 309px;
  }
  .services-content-block {
    width: 100%;
  }
  .stages {
    margin-bottom: 50px;
  }
  .stages-content-text-block-wrap {
    width: 100%;
    margin-bottom: 10px;
  }
  .services h2 {
    font-size: 42px;  
  }
  .services {
    margin-bottom: 80px;
  }
  .price-content h2 {
    font-size: 42px;
  }
  .price-content-action {
    margin-bottom: 0px;
  }
  .price-name-desc span {
    white-space: nowrap;
    padding-left: 20px;
  }
  .price-content-wrapper-block .price-name-btn {
    padding-left: 100px;
    padding-right: 100px;
  }
  .price {
    margin-bottom: 80px;
  }
  .gallery-content-block {
    width: calc( 50% - 4px);
  }
  .btn-gallery {
    padding: 18px 20px;  
  }
  .gallery-content-block:last-child {
    width: 100%;
  }
  .gallery {
    margin-bottom: 80px;
  }
  .gallery h2 {
    font-size: 42px;  
  }
  .gallery p {
    font-size: 20px;
  }
  .gallery small {
    font-size: 20px;  
  }
  .gallery-content-block img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .reviews-content h3 {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  .client-content h2 {
    font-size: 42px;
    line-height: 48px;
  }
  .client {
    margin-bottom: 80px;
  }
  .reviews-content h3 {
    margin-bottom: 30px;
  }
  .faq-content h2 {
    font-size: 42px;
  }
  .reviews {
    margin-bottom: 80px;
  }
  .faq-content h3 {
    font-size: 22px;
  }
  .faq {
    margin-bottom: 80px;
  }
  .footer-content-midle {
    display: none;
  }
  .footer-content-left .footer-time {
    font-size: 16px;
  }
  .footer {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 575px) {
  .container {
    max-width: 100%;
  }
  .main-whatsap {
    width: 60px;
    height: 60px;
  }
  .hero-content h1 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .hero-content h5 {
    font-size: 14px;
  }
  .client-content p {
    font-size: 18px;
    line-height: 22px;
  }
  .hero-next {
    right: 0px;
  }
  .hero-prev {
    left: 0px;
  }
  .header-content-logo h4 {
    font-size: 20px;
  }
  .hero {
    padding-left: 10px;
    padding-bottom: 40px;
    margin-bottom: 50px;
    padding-top: 60px;
  }
  .mobile-menu {
    width: 80%;
  }
  .mobile-menu .mobile-menu-desc p {
    width: 232px;
  }
  .mobile-menu .mobile-menu-phone-wrap a {
    font-size: 16px;
  }
  .mobile-menu-phone-wrap img {
    width: 38px;      
  }
  .mobile-menu .mobile-btn {
    padding: 15px 32px;
  }
  .hero-content-block-text ul {
    margin-right: 10px;
  }
  .hero-content-block-text ul {
    max-width: 290px;
    width: auto;
    margin-bottom: 30px;
    padding: 10px;
  }
  .hero-content-block-text ul li {
    text-transform: none;
  }
  .hero-content-block-btn a {
    font-size: 16px;
  }
  .hero-content-block-tel a {
    font-size: 16px;
    padding: 18px 55px;
  }
  .hero-content-block-btn {
    padding: 16px 14px;
  }
  .hero-content-block-btn a {
    font-size: 15px;  
  }

  .offer-content-block h2 {
    font-size: 24px;
  }
  .offer-content-block ul li {
    font-size: 17px;
  }
  .offer {
    margin-bottom: 50px;
  }
  .services h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    max-width: 350px;
  }
  .about-content h4 {
    font-size: 16px;
  }
  .about-content h3 {
    font-size: 30px;
    line-height: 34px;
  }
  .stages-content-text h3 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
    text-align: center;
  }
  .about {
    margin-bottom: 50px;
  }
  .about-btn {
    padding: 20px 40px;
  }
  .stages-content-img img {
    display: none;
  }
  .stages-content-img {
    width: 0px;
  }
  .stages-content-text {
    width: 100%;
  }
  .stages-content-text-block-wrap-left span {
    font-size: 70px;
    line-height: 96px;
  }
  .stages-content-text-block-wrap-right h5 {
    font-size: 20px;
  }
  .stages {
    margin-bottom: 30px;
  }
  .services {
    margin-bottom: 50px;
  }
  .btn-gallery {
    padding: 18px 16px;
    font-size: 16px;
  }
  .price-content h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .price-content-wrapper-block .price-name-block {
    padding: 12px 20px 12px 20px;
  }
  .price-content-wrapper-block .price-tab h3 {
    font-size: 18px;
  }
  .price-content-wrapper-block .price-tab img {
    width: 30px;
  }
  .price-content-wrapper-block .price-tab {
    padding-left: 20px;
    padding-right: 20px;
  }
  .price-content-wrapper-block .price-name-btn {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .price-content-wrapper-block {
    margin-bottom: 17px;
  }
  .price-content-wrapper-block .price-name-block small {
    font-size: 19px;
  }
  .price-content-wrapper-block .price-name-block span {
    font-size: 19px;
  }
  .price-content-wrapper-block .price-name-desc {
    padding: 12px 20px 12px 20px;
  }
  .price {
    margin-bottom: 50px;
  }
  .gallery {
    margin-bottom: 50px;
  }
  .gallery h2 {
    font-size: 30px;
    line-height: 38px;      
  }
  .gallery p {
    flex-direction: column;  
  }
  .gallery p a {
    margin-top: 5px;
    margin-left: 0px;
}
  .client-content h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .client {
    margin-bottom: 50px;
  }
  .reviews-content h3 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 5px;
  }
  .reviews-content span {
    margin-bottom: 0px;
  }
  .reviews-content small {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 25px;
  }
  .reviews {
    margin-bottom: 50px;
  }
  .reviews-content-block .reviews-slider-wrapper {
    margin: 0px;
  }
  .reviews-content small {
    max-width: 335px;
  }
  .faq {
    margin-bottom: 50px;
  }
  .faq-content h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .faq-content h3 {
    font-size: 20px;
  }
  .faq-content-wrap-block p {
    padding-right: 10px;
  }
  .faq-content-wrap-block .faq-img h5 {
    padding-right: 10px;
  }
  .faq-content-wrap-block {
    padding-top: 16px;
    padding-bottom: 14px;
  }
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer-content-right {
    margin-bottom: 20px;
  }
  .footer-content-left .footer-logo {
    margin-bottom: 10px;
  }
  .footer {
    padding-bottom: 40px;
  }
  .popup {
    padding-left: 20px;
    padding-right: 20px;
  }
  .popup-wrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .popup-close {
    top: 10px;
    right: 30px;
  }
  #price-btn {
    margin-top: 30px;
    padding: 15px 0px;
  }
  #price-name {
    margin-bottom: 15px;
  }
  #price-phone {
    margin-bottom: 15px;
  }
  .popup-wrap h4 {
    font-size: 26px;
  }
  .price-check p {
    font-size: 14px;
  }

}