@charset "UTF-8";
.features {
  padding-top: 120px;
  padding-bottom: 20px;
  color: #33302F;
  background-color: #fff;
}
body ol {
  list-style-type: none;
  counter-reset: num;
  padding-left: 0;
  margin-left: 25px;
  padding-left: 0 !important; 
}

body ol  li {
  counter-increment: num;
  margin-bottom: 10px;
  list-style: none !important;
  position: relative;
}
.reviews_conten {
  position: relative;
  display: inline-block;
}
html body.archive.post-type-archive-our-team h1{
  color: #fff;
  font-size: 60px;
  font-weight: 300;
}
.team-archive .row{
  gap: 40px 20px;
}
body.archive.post-type-archive-our-team .main-header{ 
  background-color: transparent;
}
body.archive.post-type-archive-our-team .hero{
  margin-top: -300px;
}
.team-archive{
  margin-top: 120px;
  margin-bottom: 120px;
}
.team-archive__card .row{
 gap: 24px;
}
.team-archive__info{
  padding: 16px;
  padding-bottom: 20px;
}
.team-archive__name{
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #33302F;
}
.team-archive__position{
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #33302F;
  margin-top: 8px;
  opacity: 0.5;
}
.team-archive__link{
  margin-top: 55px;
  display: flex;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #33302F;
  border-radius: 50px;
  text-align: center;
  background-color: #fff;
  align-items: center;
  padding: 20px 0;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  margin: 0 15px 40px 15px;
}
.team-archive__link:hover{
  opacity: 0.7;
}
.team-archive__excerpt{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  margin-top: 16px;
  color: #33302F;
}
.team-archive__card{
  background-color: #f3f3f3;
  border-radius: 8px;
  width: calc(25% - 18px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team-archive__card img {
  width: 100%;
  border-radius: 8px;
}
.custom-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-social-item-text{
  padding-left: 25px;
}
.team-member__title{
  font-size: 22px;
  font-family: 'Jost', sans-serif;
  padding: 20px 0;
  font-weight: 600;
  line-height: 1.1;
  color: #33302F;
}
.custom-play-btn:hover {
  background: rgba(0, 0, 0, 0.9);
}
html body .submit-group label {
  color: #fff;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  max-width: 267px;
  text-transform: none;
}

body ol li:before {
  content: counter(num) '.'; 
  display: inline-block;
  width: 20px;
  color: #000; 
  text-align: right;
  font-weight: 700;
  position: absolute;
  left: -31px;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

th {
  background-color: #ef6780;
  color: #ffffff;
  padding: 10px;
  text-align: left;
}

td {
  border: 1px solid #cccccc;
  padding: 10px;
}

tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.reviews-v-2 .team-slider__counter{
  top: -90px;
  right: 0;
  left: unset;
}
.faq-answer{
  height: auto !important;
}
.faq-question{
  height: auto !important;
}
.page-id-1795 .section--faq{
  padding-bottom: 60px ;
}
.strong{
  font-weight: 900 !important;
}
.page-id-2343 .hero_features__item span>p{
 font-size: 18px;
 max-width: 422px;
}
.page-id-2343 .hero_features__item .yellow-text{
  font-size: 48px !important;
}
.page-id-2343.homepage-new .hero{
  padding-top: 340px;
}
.page-id-2343.homepage-new .hero_contacts{
  margin-top: 40px;  
}
.single-our-team .header.main-header{
  background-image: url('/wp-content/themes/acf_blocks_theme/new-assets/images/convertio.in_header-pc-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
}
.about-company-content a, .post-content a{
  background-color: #FFBB53 !important;
  color: #33302F !important;
}
.about-company-content ul, .post-content ul {
  margin: 20px 0 !important;
}
.about-company-content ul li, .post-content ul li{
 list-style:  none;
 margin-bottom: 10px;
 margin-left: 14px;
}
#footer_form input:focus, #footer_form input:active,#footer_form input:-internal-autofill-selected {
 background-color: transparent !important;
}
input:-webkit-autofill {
  background-color: #fff !important; /* Устанавливаем белый фон */
  background-image: none !important; /* Убираем изображение фона */
}
.features::before {
  content: "";
  position: absolute;
  right: 0;
  top: 33%;
  background-image: url("/wp-content/themes/acf_blocks_theme/new-assets/images/clock-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 590px;
  min-width: 940px;
  max-width: 940px;
}
body:not(.homepage) .features::before {
  background-image: url("/wp-content/themes/acf_blocks_theme/new-assets/images/work2-bg.webp");
}
.calculate-quiz--final-step .calculate-quiz-counter{
  display: none !important;
}
html body.page-id-1429 .features::before {
  background-image: url("/wp-content/themes/acf_blocks_theme/new-assets/images/cottage-bg-features.webp") !important;
}
html body.page-id-1429 .features-yellow-list .container::before{
  background-image: url("/wp-content/themes/acf_blocks_theme/new-assets/images/cottage-bg-2.webp") !important;
}
html body.page-id-1477 .features::before {
  background-image: url("/wp-content/themes/acf_blocks_theme/new-assets/images/house-3.webp");
}
html body.page-id-1477  .features-yellow-list .container::before{
  background-image: url("/wp-content/themes/acf_blocks_theme/new-assets/images/skecth-image2.webp");
  width: 23vw;
  height: 28vw;
}
html body.page-id-1521 .features::before{
  background-image: url('/wp-content/themes/acf_blocks_theme/new-assets/images/field-bg.webp');
}
html body.page-id-1521 .calculate.bages2 .section-title{
  max-width: 897px;  
}
html body.page-id-1429 .features .section-title{
  max-width: 717px;
}


html body.page-id-1521 .calculate.bages2 .calculate-bages_item:nth-child(2){
  left: 42vw;
  display: flex;
  top: calc(25.7vw + 35px);
  border-radius: 40px 40px 40px 0px;
}


input:focus::placeholder {
  color: transparent;
}
#footer_form .yellow-label span{
 margin-left: 0;
 top: -8px;
}
.yellow-label span, .input--white-label span{
  opacity: 0;
  transition: all 0.3s;
}
.features .highlighted-text::before {
  content: "";
  background-color: #FFBB53;
  width: calc(100% + 13px);
  position: absolute;
  height: 84%;
  padding: 14px;
  border-radius: 5px;
  z-index: -1;
  top: 5%;
  left: -7px;
}
.yellow-label {
  display: flex;
  position: relative;
}
.yellow-label span{
  background: #FFBB53;
  padding: 3px 14px;
  border-radius: 20px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #33302F;
  margin-left: 34px;
  display: inline-block;
  z-index: 9;
  position: absolute;
  top: -15px; 
}
.features .section-title {
  max-width: 690px;
}
.features .section-description {
  max-width: 719px;
}
.features .features-list {
  padding-top: 80px;
  max-width: 715px;
}
.features .features-list .features-list__item {
  gap: 36px;
  margin-top: 40px;
}
.features .features-list .features-list__item:first-child {
  margin-top: 0;
}
.features .features-list .features-list__item .features-list__title {
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: #33302F;
  font-family: "Jost", sans-serif;
}
.features .features-list .features-list__item .features-list__counter {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 100%;
  text-align: right;
  text-transform: uppercase;
  color: #33302F;
  opacity: 0.25;
  min-width: 44px;
}
.features .features-btn-group {
  z-index: 999;
  position: relative;
  padding-top: 62px;
  gap: 0 20px;
}
.features .features-btn-group .button {
  gap: 20px;
  border-radius: 60px;
  padding: 20px 60px 20px 40px;
}
.features .features-btn-group .btn-text {
  font-family: "Jost";
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: #33302F;
}

.calculate {
  padding-top: 120px;
}
.calculate .sub-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #33302F;
  opacity: 0.75;
  width: fit-content;
  margin: auto;
}
.calculate .section-title {
  font-family: "Jost";
  font-style: normal;
  font-weight: 900;
  font-size: 120px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #33302F;
  letter-spacing: 0.099em;
}
body.single .main-header, body.archive .main-header{
  background: #134B42;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
html body.single h1{
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #33302F;
  font-family: 'Jost', sans-serif;
  font-display: swap;
}
.post-content p{
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 18px;
}
body.single .wp-block-list{
  list-style: disc;
  margin-bottom: 20px;
  padding-left: 20px;
}
body.single .wp-block-list li{
  margin-bottom: 10px;
  list-style: disc;
}
body.single h1, body.single h2,body.single h3, body.single h4, body.single h5,body.single h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  font-family: 'Jost', sans-serif;
  line-height: 130%;
  text-transform: uppercase;
  color: #33302F;
  font-display: swap;
  margin-bottom: 20px;
}
html body.archive h1{
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  font-family: 'Jost', sans-serif;
  line-height: 130%;
  text-transform: uppercase;
  color: #33302F;
  font-display: swap;
  margin-bottom: 20px;
}
.post-content{
  margin-bottom: 10px;
}
.blog-cards{
  margin-top: 50px;
}
.blog-card  {
  justify-content: space-between;
  align-items: self-start !important;
  margin-bottom: 20px
}
.single-post-thumb{
  margin-bottom: 20px;
}
.single-post-thumb img{
  max-width: 90%;
}
.post-container{
  display: flex;
  gap: 30px;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.breadcrumbs{
  margin-bottom: 50px;
  font-family: 'Montserrat', sans-serif;
}
._date{
  display: flex;
  font-family: 'Montserrat', sans-serif;
  color: #888888;
  margin-bottom: 30px;
}
._views-number {
  display: flex;
  gap: 0 5px;
  margin-left: 10px;
  align-items: center;
}
._views-number svg{
 width: 15px;
}
.sidebar-taxanomy.box-shadow{
  padding: 20px;
  left: 0;
  right: unset;
}
.sidebar-title{
  font-size: 25px;
  font-weight: 600;
  color: #33302F;
}
.category-list{
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.author-info{
  display: flex;
  gap: 0 10px;
  font-size: 12px;
  align-items: center;  
}
.author-name{
  margin-bottom: 0 !important;
  font-size: 18px !important;
  text-transform: capitalize !important;
}
.single .sidebar.sidebar-post-author{
  min-height: unset;
  padding-bottom: 30px;
}

.sidebar img{
  border-radius: 100%;
}
.single .sidebar{
  width: 300px;
  height: fit-content;
  min-height: 354px;
  right: 0;
  position: sticky;
  top: 0;
}
.single  article{
  width: calc(100%  - 60px - 600px);
}

.box-shadow{
  background-color: #fff;
  box-shadow: 0 24px 32px rgba(8, 35, 48, 0.06);
  padding: 40px;
  border-radius: 5px; 
}
.single-excerpt p{
  line-height: 1.6;
  margin-bottom: 30px;
}
html body.archive main{
    padding-bottom: 100px;
}
html body.archive .post-info{
 width: calc(100% - 200px - 20px);
}
html body.archive .card-title{
  font-size: 23px;
  font-family: 'Jost', sans-serif;
  margin-bottom: 6px;
}
html body.archive p{
  line-height: 1.5;
}
.calculate.bages2 .section-title{
  font-size: 56px;
  line-height: 110%;
  text-align: left;
  max-width: 867px;
}
.page-id-1765 .calculate.bages2 .section-title{
  max-width: 940px;
}
.calculate.bages2 .yellow-bg{
  display: inline-block;
  border-radius: 5px; 
  padding-right: 5px !important;
}
.calculate .section-title .light-text {
  letter-spacing: 0;
}
.page-id-1765 .calculate.bages2 .calculate-bages_item:nth-child(1) {
  right: calc(26.2vw - 35px);
  display: flex;
  top: calc(13.6vw - 35px);
  left: unset;
}
.page-id-1765 .calculate.bages2 .calculate-bages_item:nth-child(2) p::before {
  right: unset;
  left: -7px;
  bottom: -54px;
}
.page-id-1765 .calculate.bages2 .calculate-bages_item:nth-child(2) {
  left: calc(10.6vw - 35px);
  display: flex;
  top: calc(21.7vw - 35px);
  border-radius: 40px 40px 40px 0px;
}
.page-id-1765 .calculate.bages2 .calculate-bages_item:nth-child(3){
  left: 40.3vw;
  display: flex;
  top: calc(23vw + 35px);
  border-radius: 40px 40px 40px 0px;
}
.page-id-1765 .calculate.bages2 .calculate-bages_item:nth-child(6) {
  left: 35vw;
  display: flex;
  top: calc(46.6vw - 35px);
  border-radius: 40px 40px 40px 0px;
}

.page-id-1765 .calculate.bages2 .calculate-bages_item:nth-child(4) p::before {
  display: block;
  right: unset;
  left: -7px;
  bottom: -54px;
}
.page-id-1765 .calculate.bages2 .calculate-bages_item:nth-child(4) {
  left: calc(16vw - 35px);
  display: flex;
  top: calc(40.43vw - 35px);
  border-radius: 40px 40px 40px 0px;
}
.page-id-1765 .calculate.bages2 .calculate-bages_item:nth-child(5) {
  right: calc(21.7vw - 35px);
  display: flex;
  top: calc(34.6vw + 35px);
  border-radius: 40px 40px 0px 40px;
  left: unset;
}
.page-id-1765 .calculate-quiz_features_item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px 12px 20px;
  gap: 12px;
  background: rgba(9, 9, 9, 0.5);
  border: 1px dashed #FFFFFF;
  border-radius: 50px;
  width: fit-content;
}
.page-id-1765 .hero .highlighted-text::before{
  content: '';
  background-color: #FFBB53;
  width: calc(100% + 4px);
  position: absolute;
  height: 76%;
  padding: 2px;
  border-radius: 5px;
  z-index: -1;
  top: 12px;
  left: -2px;
}
.yellow-bg{
  display: inline-block;
  border-radius: 4px;
  padding: 2px 9px !important;
}
.page-id-1795 .features-yellow-list{
  padding-top: 60px;
}
.align-content-right{
  width: 49%;
  margin-left: auto;
}
.reverse.features-yellow-list .container::before {
  content: '';
  background-image: url('/wp-content/themes/acf_blocks_theme/new-assets/images/yellow-section-rev.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 24vw;
  height: 30vw;
  position: absolute;
  right: unset;
  top: 0;
}
.reverse.features-yellow-list .features-yellow-list_items{
 margin-left: 35px;
}
.page-id-1795 .documents-content{
  flex-direction: row-reverse;
}
.page-id-1795 .documents-image {
  max-width: calc(100% - 876px - 80px);
  transform: scale(1.9) translate(0%, 24%);
}

.calculate .section-counter{
  color: #fff;
}
.page-id-1765 .calculate-quiz-step.active {
  z-index: 99 !important;
  padding: 80px 80px 80px 80px;
}
.page-id-1765 .calculate-quiz_features_item span{

}
.page-id-1765 .calculate.bages2 .calculate-bages_item:nth-child(5) p::before {
  left: unset;
  right: -7px;
  bottom: -54px; 
}

.calculate .calculate-bages {
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -224px;
  padding-top: 224px;
  height: 55.6vw;
}
.calculate .calculate-bages_item {
  position: absolute;
  background: #33302F;
  border-radius: 40px 40px 0px 40px;
  display: flex;
  text-align: center;
  justify-content: center;
  color: #fff;
  align-items: center;
  gap: 0 5px;
  font-family: "Jost";
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  display: none;
  line-height: 150%;
}
.calculate .calculate-bages_item p{
  padding: 20px 30px;
}
.calculate .calculate-bages_item:nth-child(1) {
  left: calc(30.5vw - 314px);
  display: flex;
  top: calc(29.7vw + 35px);
}
.calculate .calculate-bages_item:nth-child(2) {
  left: 42vw;
  display: flex;
  top: calc(25.7vw + 35px);
  border-radius: 40px 40px 40px 0px;
}
.calculate .calculate-bages_item:nth-child(3) {
  left: 75vw;
  display: flex;
  top: calc(30vw + 35px);
  border-radius: 40px 40px 40px 0px;
}
.calculate .calculate-bages_item:nth-child(4) {
  left: 9vw;
  display: flex;
  top: calc(38vw + 70px);
  border-radius: 40px 40px 40px 0px;
}
.calculate .calculate-bages_item:nth-child(5) {
  left: calc(55vw - 373px);
  display: flex;
  top: calc(37.6vw + 35px);
  border-radius: 40px 40px 0px 40px;
}
.calculate .calculate-bages_item:nth-child(6) {
  left: 60vw;
  display: flex;
  top: calc(43vw + 35px);
  border-radius: 40px 40px 40px 0px;
}
.calculate.bages2 .calculate-bages_item:nth-child(1) {
  left: calc(33.7vw - 251px);
  display: flex;
  top: calc(28.7vw + 35px);
}
.calculate.bages2 .calculate-bages_item:nth-child(2) {
  left: calc(59.6vw - 333px);
  display: flex;
  top: calc(25.7vw + 35px);
  border-radius: 40px 40px 0px 40px;
}
.calculate.bages2 .calculate-bages_item:nth-child(3) {
  left: 62.7vw;
  display: flex;
  top: calc(20vw + 35px);
  border-radius: 40px 40px 40px 0px;
}
.calculate.bages2 .calculate-bages_item:nth-child(4) {
  left: calc(24vw - 349px);
  display: flex;
  top: calc(33vw + 70px);
  border-radius: 40px 40px 0px 40px;
}

.calculate.bages2 .calculate-bages_item:nth-child(5) {
    left: 33.7vw;
    display: flex;
    top: calc(34.6vw + 35px);
    border-radius: 40px 40px 40px 0px;
}

.calculate.bages2 .calculate-bages_item:nth-child(6) {
  left: 75.3vw;
  display: flex;
  top: calc(29.5vw + 70px);
  border-radius: 40px 40px 40px 0px;
}
.calculate.bages2 .calculate-bages_item:nth-child(7) {
  left: calc(26.8vw - 357px);
  display: flex;
  top: calc(42vw + 70px);
  border-radius: 40px 40px 0px 40px;
}
.calculate.bages2 .calculate-bages_item:nth-child(8) {
    left: 48.3vw;
    display: flex;
    top: calc(48.5vw + 70px);
    border-radius: 40px 40px 40px 0px;
}
.calculate.bages2 .calculate-bages_item:nth-child(9) {
    left: 75.3vw;
    display: flex;
    top: calc(47.9vw + 70px);
    border-radius: 40px 40px 40px 0px;
}

.calculate .calculate-bages_item p{
  position: relative;
}
.calculate .calculate-bages_item p::before{
  content: url("/wp-content/themes/acf_blocks_theme/new-assets/icons/bage-before.svg");
  position: absolute;
  display: block;
  right: unset;
  left: -7px;
  bottom: -54px;
}
.calculate .calculate-bages_item--reverse p::before{
  content: url("/wp-content/themes/acf_blocks_theme/new-assets/icons/bage-before.svg");
  position: absolute;
  display: block;
  left: unset;
  right: -7px;
  bottom: -54px;
}
.calculate.bages2 .calculate-bages_item:nth-child(4) p::before{
  left: unset;
  right: -7px;
}
.calculate.bages2 .calculate-bages_item:nth-child(7) p::before{
  left: unset;
  right: -7px;
}
.calculate.bages2 .calculate-bages_item:nth-child(5) p::before{
  right: unset;
  left: -7px;
}
.calculate.bages2 .calculate-bages_item:nth-child(2) p::before{
  left: unset;
  right: -7px;
}
html body.page-id-1521 .calculate.bages2 .calculate-bages_item:nth-child(2){
  left: 12.5vw;
  top: calc(28vw + 70px);
  border-radius: 40px 40px 40px 0px;
}
html body.page-id-1521 .calculate.bages2 .calculate-bages_item:nth-child(2) p::before{
  right: unset;
  left: -7px;
}
html body.page-id-1521 .calculate.bages2 .calculate-bages_item:nth-child(1) {
  left: calc(19.7vw - 251px);
  top: calc(40.7vw + 70px);
}
html body.page-id-1521  .calculate.bages2 .calculate-bages_item:nth-child(4){
  left: 42.8vw;
  top: calc(28.8vw + 70px);
  border-radius: 40px 40px 40px 0px;
}
html body.page-id-1521 .calculate.bages2 .calculate-bages_item:nth-child(3){
  border-radius: 40px 40px 0px 40px;
  left: 29.7vw;
  top: calc(36.6vw + 70px);
}
html body.page-id-1521 .calculate.bages2 .calculate-bages_item:nth-child(3) p::before{
  left: unset;
  right: -7px;
}
html body.page-id-1521 .calculate.bages2 .calculate-bages_item:nth-child(4) p::before{
  right: unset;
  left: -7px;
}

html body.page-id-1521 .calculate.bages2 .calculate-bages_item:nth-child(5){
  left: 39.7vw;
  top: calc(47.6vw + 35px);
  border-radius: 40px 40px 40px 0px; 
}

html body.page-id-1521 .calculate.bages2 .calculate-bages_item:nth-child(6){
  border-radius: 40px 40px 0px 40px;
  left: calc(78vw - 260px);
  top: calc(31.5vw + 70px);
}
html body.page-id-1521 .calculate.bages2 .calculate-bages_item:nth-child(7){
  border-radius: 0px 40px 40px 40px;
  left: 64.1vw;
  top: unset;
  bottom: calc(15vw - 70px);
}
html body.page-id-1521 .calculate.bages2 .calculate-bages_item:nth-child(7) p::before{
  right: unset;
  left: -7px;
  transform: rotate(180deg);
  bottom: 69px;
}
html body.page-id-1521 .calculate .calculate-bages_item p::before{
  left: unset;
  right: -8px;
}

html body.page-id-1429 .calculate.bages2 .calculate-bages_item:nth-child(1) {
  left: calc(20.7vw - 254px);
  top: calc(35.7vw);
}
html body.page-id-1477 .calculate.bages2 .calculate-bages_item:nth-child(1){
  left: calc(18.7vw - 254px);
  top: calc(40.7vw);
}
html body.page-id-1429 .calculate.bages2 .calculate-bages_item:nth-child(7){
  border-radius: 40px 40px 40px 0px;
  left: 55vw;
  top: calc(37vw + 70px);
}
html body.page-id-1477 .calculate.bages2 .calculate-bages_item:nth-child(7){
  border-radius: 40px 40px 40px 0px;
  left: 59.7vw;
  top: calc(21.4vw + 70px);
}
html body.page-id-1429 .calculate.bages2 .calculate-bages_item:nth-child(4){
  border-radius: 40px 0px 40px 40px;
  left: calc(24.9vw - 267px);
  top: unset;
  bottom: calc(16vw - 70px);
}
html body.page-id-1477 .calculate.bages2 .calculate-bages_item:nth-child(4){
  border-radius: 0px 40px 40px 40px;
  left: 25vw;
  top: unset;
  bottom: calc(17vw - 70px);
}
html body.page-id-1429 .calculate.bages2 .calculate-bages_item:nth-child(4) p::before{
  right: -7px;
  left: unset;
  transform: rotate(180deg);
  bottom: 69px;
}
html body.page-id-1477 .calculate.bages2 .calculate-bages_item:nth-child(4) p::before{
  right: unset;
  left: -8px;
  transform: rotate(180deg);
  bottom: unset;
  top: -54px;
}
html body.page-id-1429 .calculate.bages2 .calculate-bages_item:nth-child(5){
  border-radius: 40px 40px 0px 40px;
  left: calc(49.6vw - 315px);
  top: calc(37vw + 70px);
}
html body.page-id-1477 .calculate.bages2 .calculate-bages_item:nth-child(5){
    border-radius: 40px 40px 0px 40px;
    left: calc(42.6vw - 315px);
    top: calc(31vw + 70px);
}
html body.page-id-1429 .calculate.bages2 .calculate-bages_item:nth-child(2){
  left: calc(43.3vw - 333px);
  top: calc(28.8vw + 35px); 
}
html body.page-id-1477 .calculate.bages2 .calculate-bages_item:nth-child(2){
    left: calc(39.3vw - 333px);
    top: calc(27.4vw + 35px);
}
html body.page-id-1429 .calculate.bages2 .calculate-bages_item:nth-child(3){
  left: 60vw;
  top: calc(19.1vw + 35px);
}
html body.page-id-1477 .calculate.bages2 .calculate-bages_item:nth-child(3){
  left: 76vw;
  top: calc(34.1vw + 35px);
}
html body.page-id-1429 .calculate.bages2 .calculate-bages_item:nth-child(6){
  left: 71.7vw;
  top: calc(25.9vw + 70px);
}
html body.page-id-1477 .calculate.bages2 .calculate-bages_item:nth-child(6){
  left: 46.1vw;
  top: calc(35.9vw + 70px);
}
html body.page-id-1429 .calculate.bages2 .calculate-bages_item:nth-child(5) p::before, html body.page-id-1477 .calculate.bages2 .calculate-bages_item:nth-child(5) p::before{
  left: unset;
  right: -8px;
}
html body.page-id-1429 .calculate.bages2 .calculate-bages_item:nth-child(7) p::before, html body.page-id-1477 .calculate.bages2 .calculate-bages_item:nth-child(7) p::before{
  right: unset;
  left: -7px;
}
.calculate-quiz {
  position: relative;
}
.calculate-quiz--default-title {
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  line-height: 110%;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 570px;
}
.calculate-quiz .calculate-quiz--regular-step {
  display: flex;
}
.calculate-quiz .calculate-quiz--regular-step-3 .calculate-quiz-content .d-flex {
  gap: 24px;
}
.calculate-quiz .calculate-quiz--regular-step-3 .calculate-quiz-content label, .calculate-quiz .calculate-quiz--regular-step-3 .calculate-quiz-content .form-group {
  width: calc(50% - 12px) !important;
}
.cases .case-item a.case-item_content_label{
  margin-top: 15px;
  display: flex;
}
.calculate-quiz .calculate-quiz--regular-step-3 .calculate-quiz-content label[for=parameter-1] {
  position: relative;
}
.calculate-quiz .calculate-quiz--regular-step-3 .calculate-quiz-content label span{
  background: #FFBB53;
  padding: 3px 14px;
  border-radius: 20px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #33302F;
  margin-left: 34px;
  display: inline-block;
  z-index: 9;
  position: absolute;
  top: -15px;
}
.calculate-quiz--default-step {
  background: #134B42;
  padding: 80px 68px 80px 80px;
  color: #fff;
  border-radius: 16px;
  width: calc(100% - 124px);
  z-index: 10;
  position: relative;
}
.calculate-quiz--default-step::before {
  display: none;
}
.calculate-quiz-progress {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #33302F;
  opacity: 0.5;
}
.calculate-quiz--regular-step {
  background: #F3F3F3;
  border: 1px solid rgba(9, 9, 9, 0.15);
  border-radius: 16px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.calculate-quiz-nav {
  opacity: 0;
}
.hidden-input-group{
  display: none;
}
.calculate-quiz-nav .button {
  background: #FFBB53;
  border-radius: 60px;
  display: flex;
  padding: 26px 60px;
}
.calculate-quiz-nav .button.go-to-final-step{
  gap: 20px;
}
.input--white.invalid{
 border: 1px solid red !important;
 
}
.calculate-quiz--final-step .input--white.invalid{
 border-color: transparent !important;
}
.calculate-quiz-nav .button .btn-label{
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #33302F;
  opacity: 0.75;
}
.calculate-quiz-nav .button .btn-text{
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: #33302F;
}
.calculate-quiz--regular-step:nth-child(2) {
  width: calc(100% - 104px);
  z-index: 9;
}
.calculate-quiz--regular-step:nth-child(3) {
  width: calc(100% - 84px);
  z-index: 8;
}
.calculate-quiz--regular-step:nth-child(4) {
  width: calc(100% - 64px);
  z-index: 7;
}
.calculate-quiz--regular-step:nth-child(5) {
  width: calc(100% - 44px);
  z-index: 6;
}
.calculate-quiz--regular-step:nth-child(6) {
  width: calc(100% - 24px);
  z-index: 5;
}
.calculate-quiz--regular-step:nth-child(7) {
  width: calc(100% - 5px);
  z-index: 4;
}
.page-id-1765 .calculate-quiz--default-step{
 width: calc(100% - 204px);
}
.page-id-1765 .calculate .quiz-form{
  flex-direction: row !important;
}
.page-id-1765 .calculate-quiz--regular-step:nth-child(2) {
  width: calc(100% - 184px);
  z-index: 9;
}
.page-id-1765 .calculate-quiz--regular-step:nth-child(3) {
  width: calc(100% - 164px);
  z-index: 8;
}
.page-id-1765 .calculate-quiz--regular-step:nth-child(4) {
  width: calc(100% - 144px);
  z-index: 7;
}
.page-id-1765 .calculate-quiz--regular-step:nth-child(5) {
  width: calc(100% - 124px);
  z-index: 6;
}
.page-id-1765 .calculate-quiz--regular-step:nth-child(6) {
  width: calc(100% - 104px);
  z-index: 5;
}
.page-id-1765 .calculate-quiz--regular-step:nth-child(7) {
  width: calc(100% - 84px);
  z-index: 4;
}
.page-id-1765 .calculate-quiz--regular-step:nth-child(8) {
  width: calc(100% - 64px);
  z-index: 3;
}
.page-id-1765 .calculate-quiz--regular-step:nth-child(9) {
  width: calc(100% - 44px);
  z-index: 2;
}
.page-id-1765 .calculate-quiz--regular-step:nth-child(10) {
  width: calc(100% - 24px);
  z-index: 1;
}
.page-id-1765 .calculate-quiz--regular-step:nth-child(11) {
  width: calc(100% - 5px);
  z-index: 0;
}
.calculate-quiz-step.active {
  z-index: 99 !important;
  padding: 80px 30px 100px 100px;
}
.calculate-quiz-step.active .calculate-quiz-nav {
  opacity: 1;
  width: 100% !important;
  justify-content: space-between;
}
.calculate-quiz-step.active::before {
  content: "";
  width: 17px;
  height: calc(100% + 2px);
  background-color: #134B42;
  position: absolute;
  left: 0;
  top: -1px;
  border-radius: 16px;
}
.calculate-quiz-step.active .calculate-quiz-content {
  display: flex !important;
}
.calculate-quiz--final-step.calculate-quiz-step.active {
  background: #134B42;
  color: #fff;
  padding-right: 146px;
}
.calculate-quiz--final-step.calculate-quiz-step.active .calculate-quiz-counter {
  opacity: 1;
}
.calculate-quiz--final-step.calculate-quiz-step.active h3 {
  color: #fff;
  max-width: 620px;
}
.calculate-quiz--final-step.calculate-quiz-step.active svg path {
  fill: #fff;
  opacity: 1 !important;
}
.calculate-quiz--final-step.calculate-quiz-step.active .calculate-quiz-content {
  max-width: unset;
  margin-left: 0;
}
.calculate-quiz--final-step.calculate-quiz-step.active .quiz-form {
  width: 100%;
}
.calculate-quiz--final-step.calculate-quiz-step.active .quiz-form label {
  width: calc(50% - 12px);
}
.calculate-quiz--final-step.calculate-quiz-step.active .quiz-form .input-group label {
  margin-top: -55px;
  width: 100%;
  margin-left: 40px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.calculate-quiz--final-step.calculate-quiz-step.active .quiz-form .input-group label a {
  text-decoration: none !important;
}
.calculate-quiz--final-step.calculate-quiz-step.active .quiz-form .button {
  gap: 20px;
  padding: 20px 60px 20px 40px;
  border-radius: 50px;
  margin-top: 30px;
}
.calculate-quiz--final-step.calculate-quiz-step.active .quiz-form .button .btn-text {
  font-family: "Jost";
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: #33302F;
}
.calculate-quiz--final-step.calculate-quiz-step.active .quiz-form .button svg path {
  fill: #33302F;
}
.calculate-quiz--final-step.calculate-quiz-step.active .quiz-form .top-label::before {
  content: "Ваше имя *";
}
.calculate-quiz--final-step.calculate-quiz-step.active .quiz-form .top-label.top-label--phone::before{
  content: "Телефон *";
}
.calculate-quiz--final-step .input-group input:checked + label::after{
  top: calc(50% - 14px) !important;
}
.calculate-quiz--final-step.calculate-quiz-step.active::before {
  display: none;
}
.calculate-quiz-counter {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  min-width: 44px;
  font-size: 36px;
  line-height: 100%;
  text-align: right;
  text-transform: uppercase;
  color: #33302F;
  opacity: 0.25;
}
.calculate-quiz-heading {
  gap: 0 40px;
}
.calculate-quiz-heading h3 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 110%;
  text-transform: uppercase;
  color: #33302F;
}
.calculate-quiz-content {
  display: none !important;
  margin-top: 60px;
  gap: 24px;
  margin-left: 75px;
  max-width: 940px;
}
.calculate-quiz-content .calculate-quiz-option {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px 30px;
  background: #FFFFFF;
  border: 1px dashed #33302F;
  border-radius: 50px;
  cursor: pointer;
}
.calculate-quiz-content .calculate-quiz-option input {
  display: none;
}
.calculate-quiz-content .calculate-quiz-option.active {
  background: #FFBB53;
}
.calculate-quiz-content .calculate-quiz-option.active::before {
  content: url("/wp-content/themes/acf_blocks_theme/new-assets/icons/check-mark.svg");
  margin-right: 12px;
  display: inline-block;
}
.calculate-quiz--default-description {
  color: #fff;
  max-width: 575px;
}
.calculate-quiz--default-subtitle {
  font-family: "Jost";
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFBB53;
  margin-top: 60px;
}
.calculate-quiz_features_list {
  max-width: 588px;
  gap: 20px;
  margin-top: 22px;
}
.calculate-quiz_features_item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px 12px 20px;
  gap: 12px;
  background: rgba(9, 9, 9, 0.5);
  border: 1px dashed #FFFFFF;
  border-radius: 50px;
  width: calc(50% - 10px);
}
.calculate-quiz_features_item span {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
}
.calculate-quiz_features_btn button {
  font-family: "Jost";
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: #33302F;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 60px 20px 40px;
  gap: 20px;
  background: #FFBB53;
  border-radius: 60px;
}

.advantages {
  padding-top: 120px;
}
.advantages2 .advantages_steps {
 max-width: unset;
}
.advantages2  .advantages_step{
  max-width: calc(50% - 25px);
  gap: 24px;
}
 .title-text{
	margin-top: 60px;
}
.title-text .section-title{
  font-family: 'Jost';
  font-style: normal;
  font-weight: 900;
  font-size: 96px;
  line-height: 110%;
  color: #33302F;
}
.title-text .paragraph-text{
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 110%;
  text-transform: uppercase;
  color: #33302F;
  max-width: 568px;
}
.advantages2  .advantages_step .advantages_step_title{
  font-family: 'Jost';
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: #33302F;
}
.advantages2 .advantages_steps{
  gap: 56px 0;
}
.advantages2 .section-title {
  max-width: 867px !important;
}
.advantages2 .advantages_step .advantages_step_title .yellow-bg{
  border-radius: 5px;
  padding: 0px 2px;
}
.advantages2 .advantages_step .paragraph-text{
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #33302F;
  max-width: 632px;
  margin-top: 0;
}
.advantages_steps {
  max-width: 569px;
  margin-top: 80px;
  gap: 40px;
  padding-bottom: 94px;
}
.advantages_step_subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #33302F;
  opacity: 0.9;
}
.advantages_step_title {
  font-family: "Jost";
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: #33302F;
  display: inline-block;
  margin-top: 10px;
}
.advantages_step_title .highlighted-text::before {
  content: "";
  background-color: #FFBB53;
  width: calc(100% + 3px);
  position: absolute;
  height: 92%;
  padding: 5px;
  border-radius: 5px;
  z-index: -1;
  top: 0px;
  left: 0px;
}
.advantages .section-title {
  max-width: 570px;
}
.advantages_items {
  background-color: #134B42;
  padding: 100px 100px 0 100px;
  color: #fff;
  max-width: 948px;
  width: 56%;
  gap: 40px 0;
  border-radius: 4px 0 0px 4px;
}
.advantages_item {
  gap: 40px;
}
.advantages_item div {
  font-family: "Jost";
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 514px;
}
.advantages_item img {
  width: 64px;
  height: 64px;
  max-width: 64px;
}
.advantages_item.advantages_item--title {
  margin-top: 40px;
}
.advantages_item.advantages_item--title h3 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 527px;
  margin-left: 104px;
  margin-bottom: -8px;
}

.our-team {
  padding-top: 120px;
}
.our-team_text {
  max-width: 504px;
}
.our-team_thumb {
  position: relative;
  max-width: 422px;
}
.our-team-staff_row {
  gap: 55px 24px;
  max-width: 80%;
  margin-top: 80px;
}
.our-team-staff_item {
  max-width: calc(25% - 18px);
  width: calc(25% - 18px);
}
.our-team_thumb_boss{
  display: flex;
  width: 422px;
  height: 630px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.sfaff_thumb_item{
  display: flex;
  width: 100%;
  height: 410px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.our-team-staff_item .staff_thumb img {
  width: 100%;
}
.our-team-staff_item .staff_name {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  color: #33302F;
  margin-top: 30px;
}
.our-team-staff_item .staff_post {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #33302F;
  opacity: 0.8;
  max-width: 215px;
  margin-top: 10px;
}
.our-team-staff_item .staff_description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #33302F;
  margin-top: 20px;
}
.our-team_thumb:before {
  content: "";
  width: 120px;
  height: 4px;
  background-color: #FFBB53;
  position: absolute;
  right: -60px;
  top: calc(50% - 2px);
}
.our-team_title {
  max-width: 422px;
}
.our-team_boss {
  gap: 0 80px;
  margin-top: 90px;
}
.our-team_boss-description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #33302F;
  margin-top: 25px;
}
.our-team_boss-description p {
  margin-top: 15px;
}
.our-team_boss-description p:first-child {
  margin-top: 0 !important;
}
.our-team_boss-name {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #33302F;
}
.our-team_boss-post {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  color: #33302F;
}
.our-team-text_row {
  position: relative;
  margin-top: -20px;
}
.our-team-text_row_title {
  font-family: "Jost";
  font-style: normal;
  font-weight: 900;
  font-size: 96px;
  line-height: 100%;
  text-align: right;
  text-transform: uppercase;
  color: #33302F;
}
.our-team-text_row_text {
  position: absolute;
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 110%;
  text-align: right;
  text-transform: uppercase;
  color: #33302F;
  width: auto;
  min-width: 422px;
  right: 0;
  top: 106px;
}

.map {
  margin-top: 14px;
  padding-top: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 58px;
}
.map .section-title {
  max-width: 550px;
}
.map_callback-text {
  position: relative;
  margin-bottom: 45px;
}
.map_callback-text::after {
  content: "";
  width: 408px;
  background-image: url(/wp-content/themes/acf_blocks_theme/new-assets/icons/map-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 14px;
  position: absolute;
  right: -57%;
  top: calc(50% + 2px);
  z-index: 0;
}
.map_callback-text span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #33302F;
  max-width: 380px;
  margin-right: 46px;
  display: inline-block;
}
.map_callback-text svg {
  margin-top: 20px;
  position: relative;
  z-index: 10;
}
.map .map_form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 63px 64px;
  background: #33302F;
  border-radius: 4px;
  max-width: 568px;
  color: #fff;
  margin-top: 77px;
}
.map .map_form-title {
  font-family: "Jost";
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 110%;
  text-transform: uppercase;
  color: #FFBB53;
}
.map .map_form-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: #F3F3F3;
  margin-top: 12px;
}
.map .map_form form {
  width: 100%;
  gap: 37px;
  margin-top: 40px;
}
.map .map_form form input {
  background: #FFFFFF;
  border-radius: 50px;
  padding: 31px 33px;
  color: #33302F;
  width: 100%;
}
.map .map_form form input::placeholder {
  color: #33302F;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
}
.map .map_form form button {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #33302F;
  padding: 25px 30px;
  margin-top: 8px;
  border-radius: 50px;
}
.map .map_form form .input-group {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}


.features-yellow-list{
  padding-top: 178px;
}
.features-yellow-list .section-title .yellow-bg{
  line-height: 1.2;
  border-radius: 5px;
  margin-bottom: 10px;
  display: inline-block;
}
.features-yellow-list .paragraph-text{
  max-width: 719px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #33302F;
  margin-bottom: 80px;
}
.features-yellow-list .features-yellow-list_title{
  font-family: 'Jost';
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: #33302F;
  margin-bottom: 32px;
}
.features-yellow-list_item {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}
.features-yellow-list_item .strong{
 font-weight: 700 !important;
}
.features-yellow-list_item p{
  position: relative;
  font-family: 'Montserrat';
  font-style: normal;
  font-size: 20px;
  line-height: 160%;
  color: #33302F;
}
.features-yellow-list_item::before{
  content: url('/wp-content/themes/acf_blocks_theme/new-assets/icons/check-circle.svg');
}
.features-yellow-list .container{
  position: relative;
}
.features-yellow-list .container::before{
  content: '';
  background-image: url('/wp-content/themes/acf_blocks_theme/new-assets/images/Frame 427319797.webp');
  background-repeat: no-repeat;
  background-size: cover;
  width: 24vw;
  height: 30vw;
  position: absolute;
  right: 0;
  top: 99px;
}

.cases .case-items {
  padding-top: 80px;
  gap: 25px;
}
.cases .slick-list {
  width: calc(100vw + 90px - (100vw - 1460px - 15px) / 2);
  display: inline-block;
  overflow: unset;
}
.cases .slick-slide {
  padding-right: 25px;
}
.cases .container-flexible {
  overflow: hidden;
}
.cases .case-item_thumb {
  border-radius: 4px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cases .case-item_info {
  background-color: #33302F;
  width: 148px;
  color: #fff;
  padding: 25px;
}
.cases .case-item_info .case-item_label {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: inherit;
  opacity: 0.5;
}
.cases .case-item_info .case-item_value {
  margin-top: 16px;
}
.cases .case-item_info .case-item_value p:first-child {
  font-family: "Jost";
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 110%;
  text-transform: uppercase;
  color: inherit;
}
.cases .case-item_info .case-item_value p:last-child {
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 110%;
}
.cases .case-item .case-item_price {
  background-color: #FFBB53;
  color: #33302F;
}
.cases .case-item h3 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #33302F;
  margin-bottom: 10px;
}
.cases .case-item .case-item_content {
  margin-top: 40px;
}
.cases .case-item_content_text {
  margin-top: 20px;
}
.select2-container{
  width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  padding-bottom: 24px !important;
}
.cases .case-item .case-item_content_label {
  padding: 4px 6px;
  background: #33302F;
  border-radius: 4px;
  width: fit-content;
  color: #fff;
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding-bottom: 2px;
  align-items: center;
  padding: 5px 11px;
  gap: 0 5px;
  display: flex;
  border-radius: 20px; 
}
.cases .case-item .case-item_content_label img{
  width: 25px;
}
.cases .case-item .case-item_content_label svg, .cases .case-item .case-item_content_label svg path{
  color: #33302F;
  fill: #33302F;
}
.cases .case-item .case-item_content_label.case-item_content_label--yellow {
  color: #33302F;
  background-color: #FFBB53;
}

.work .container {
  padding-top: 120px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 569px 712px;
}

.work .paragraph-text {
  max-width: 570px;
}
.work-items {
  gap: 24px;
  margin-top: 80px;
}
.work-item {
  max-width: 422px;
}
.work-item_counter, .work-item_title, .work-item_text {
  max-width: 422px !important;
}
.work-item_counter {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 72px;
  line-height: 100%;
  text-transform: uppercase;
  color: #33302F;
  opacity: 0.5;
  margin-bottom: -25px;
}
.work-item_title {
  font-family: "Jost";
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: #33302F;
  background-color: #fff;
  position: relative;
  z-index: 9;
  padding-top: 5px;
  display: inline-block;
  max-width: fit-content !important;
}
.work-item_text {
  font-size: 18px;
}
.work-item .button {
  padding: 20px 0;
  border-radius: 60px;
  font-family: "Jost";
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: #33302F;
  gap: 0 20px;
  min-width: 290px;
  padding-left: 40px;
}
.work-item .button.yellow-btn {
  min-width: 420px;
  margin-right: 315px;
}

.work-item .button.whats-app-btn {
  min-width: 298px;
}
.work-item.work-item--btn-group {
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: row;
}

.work-item:nth-child(2n) {
  width: calc(100% - 422px - 24px);
  max-width: unset;
}

.garanties {
  margin-top: 112px;
  padding-top: 120px;
}
.garanties .section-counter {
  color: #33302F;
}
.garanties-item {
  color: #fff;
  padding: 96px 80px !important;
  gap: 24px 0px;
  border-radius: 4px;
}
.garanties-item img{
  max-width: 64px;
  max-height: 64px;
}
.garanties-item .grey-bg {
  color: #33302F;
}
.garanties-item h3 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: inherit;
}
.garanties-item .paragraph-text {
  margin-top: 0 !important;
}
.garanties-inner {
  gap: 24px;
}
.garanties-inner active .yellow-bg, .garanties-inner .grey-bg {
  color: #33302F !important;
}
.garanties-inner:first-child .garanties-item:nth-child(1) {
  padding: 0;
}
.garanties-inner:first-child .garanties-item:nth-child(1), .garanties-inner:first-child .garanties-item:nth-child(4) {
  width: 41%;
}
.garanties-inner:first-child .garanties-item:nth-child(2), .garanties-inner:first-child .garanties-item:nth-child(3) {
  width: 56%;
}
.garanties-inner {
  width: calc(70% - 12px);
}
.garanties-inner:nth-child(2) {
  width: calc(30% - 12px);
}

.reviews {
  margin-top: 120px;
  padding-bottom: 120px;
}
.reviews .paragraph-text {
  max-width: 570px;
}
.reviews_inner {
  margin-top: 36px;
  min-height: 514px;
}
.reviews .slick-list {
  width: calc(100vw + 70px - (100vw - 1460px - 15px) / 2);
  display: inline-block;
  overflow: unset;
}
.reviews .slick-slide {
  padding-right: 24px;
}
.reviews .container-flexible {
  overflow: hidden;
}
.slick-current .reviews_item {
  background-color: #134B42;
  color: #fff;
  transition: all 0.5s;
  max-height: 1000px;
}
.slick-current .reviews_item .reviews_category {
  background: #FFBB53;
  font-weight: 700;
}
.slick-current .reviews_item .reviews_thumb {
  filter: unset;
}
.reviews_thumb img{
 border-radius: 100%;
}

.slick-current .reviews_item::before {
  display: none;
}
.reviews_item {
  position: relative;
  background-color: #F3F3F3;
  padding: 60px 60px 50px 44px;
  color: #33302F;
  border-radius: 4px;
  overflow-y: hidden;
  gap: 0 24px;
  transition: all 0.5s;
  max-height: 1000px;
  max-height: 291px;
}
.reviews_item .reviews_category {
  padding: 8px 12px;
  gap: 10px;
  border-radius: 0px 0px 0px 8px;
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
  color: #33302F;
  background-color: #EAEAEA;
  border-top-right-radius: 3px;
}
.reviews_item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(243, 243, 243, 0) 0%, #F3F3F3 100%);
}
.reviews_content {
  width: calc(100% - 24px - 56px);
}
.reviews_thumb {
  width: 56px;
  filter: grayscale(100%);
}
.reviews_name {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
}
.slider-nav button{
  height: 50px;
}
.reviews_case {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
}
.reviews_text {
  margin-top: 24px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
}
.reviews_inner {
  gap: 0px 24px;
}
.reviews_numbers {
  margin-top: 0;
}
.slick-slide{
  cursor: pointer;
}
.reviews_numbers_count {
  font-family: "Jost";
  font-style: normal;
  font-weight: 900;
  font-size: 96px;
  line-height: 110%;
  text-align: right;
  text-transform: uppercase;
  color: #33302F;
}
.reviews_numbers_description {
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 110%;
  text-align: right;
  text-transform: uppercase;
  color: #33302F;
  max-width: 568px;
  margin-left: auto;
  margin-top: 10px;
}

.faq {
  background-color: #F3F3F3;
  padding: 120px 0;
}
.faq_inner {
  width: 41%;
  color: #33302F;
}
.faq_items {
  margin-top: 36px;
}
.faq_inner.faq_inner-content {
  width: 59%;
  margin-left: 172px;
}
.faq_item {
  border-top: 1px solid #C3C2C2;
  padding: 25px 0;
  /* transition: all 0.3s; */
  /* max-height: 108px; */
  overflow: hidden;
}
.faq_item.active {
  /* max-height: 1000px; */
}
.faq_item.active .faq_title::after {
  transform: rotate(0);
 /* transition: all 0.3s; */
}
.faq_item.active .faq_title_text{
 font-weight: 500;
}
.faq_item.active .faq_text {
  /* max-height: 10000px;
  overflow: unset; */
}
.faq_title {
  position: relative;
  cursor: pointer;
}
.faq_title::before {
  content: "";
  width: 24px;
  height: 1.5px;
  position: absolute;
  right: 0;
  top: 15px;
  background-color: #33302F;
}
.faq_title::after {
  content: "";
  width: 24px;
  height: 1.5px;
  position: absolute;
  right: 0;
  top: 15px;
  transform: rotate(90deg);
  background-color: #33302F;
  transition: all 0.3s;
}
.faq_title div:nth-child(2) {
  padding-left: 23px;
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
  display: inline-block;
  max-width: 94%;
}
.faq_title div{
	  max-width: 94%;
}
.faq_title .highlighted-text{
  background-color: #FFBB53;
  padding: 0px 5px;
  z-index: 1;
  line-height: 1.5;
}
.faq_counter {
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
}
.faq_text {
  margin-top: 24px;
  padding-left: 38px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #33302F;
  display: none;
}

.about-company-text {
  padding-top: 120px;
  padding-bottom: 122px;
}
.about-company-text .about-company-content {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #33302F;
  max-height: 311px;
  position: relative;
}

.about-company-text .about-company-content h3,.about-company-text .about-company-content h3 span, .about-company-text .about-company-content h2,.about-company-text .about-company-content h2 span, .about-company-text .about-company-content h4,.about-company-text .about-company-content h4 span {
  font-family: "Jost";
  margin-top: 20px;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 24px !important;
  line-height: 120%;
}
.card-link{
  width: 250px !important;
}
.post-info{
  width: calc(100% - 250px - 40px) !important;
}
.about-company-text .about-company-content {
  margin-top: 40px;
  max-height: 311px;
  transition: all 0.6s;
  overflow: hidden;
}
.about-company-text .about-company-content.active {
  max-height: fit-content;
}
.about-company-text .about-company-content.active::before {
  bottom: -300px;
}
.about-company-text .about-company-content::before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -7px;
  height: 104px;
  z-index: 9;
  transition: all 0.6s;
}
.about-company-text p {
  margin-top: 15px;
}
.about-company-text ul {
  margin-top: 10px;
}
.about-company-text ul li {
  position: relative;
  margin-left: 11px;
}
.about-company-text ul li::before {
  content: "•";
  padding-right: 14px;
  position: absolute;
  left: -11px;
}
.about-company-text .about-company-read-more {
  width: fit-content;
  margin-top: 24px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #FFBB53;
  border-bottom: 1px dashed #FFBB53;
  cursor: pointer;
}

.popup-callback {
  position: fixed;
  left: 0;
  top: -220%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(9, 9, 9, 0.85);
  backdrop-filter: blur(15px);
  transition: all 0.4s;
  z-index: 9999999999;
}
.popup-callback .popup-callback-wrapper {
  max-width: 570px;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  color: #fff;
}
.popup-callback .popup-callback-close {
  right: 11vw;
  top: 6vw;
  max-width: 40px;
  max-height: 40px;
  position: fixed;
  cursor: pointer;
}
.popup-callback .popup-callback-title {
  font-family: "Jost";
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #FFBB53;
}
.popup-callback .paragraph-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
}
.popup-callback .phone-group {
  position: relative;
}
.popup-callback .phone-group input {
  background: #FFFFFF;
  border-radius: 50px;
  padding: 28px 33px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #33302F;
  width: 100%;
}
.popup-callback .phone-group input, .popup-callback .phone-group input::placeholder {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #33302F;
}
.popup-callback .phone-group button {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  border-radius: 50px;
  color: #33302F;
  height: 100%;
  padding: 22px 79px;
}
.popup-callback .popup-form {
  margin-top: 40px;
}
.popup-callback .popup-callback-subtitle {
  margin-top: 24px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #FFFFFF;
}
.popup-callback .input-group label {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  width: 100%;
  display: inline-block;
  text-align: left;
  margin-top: 16px;
}
.popup-callback .popup-form_massagers p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
}
.popup-callback .popup-form_massagers_title {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #FFBB53;
  margin-top: 56px;
  display: inline-block;
}
.popup-callback .popup-form_massagers-btn-group {
  margin-top: 40px;
  gap: 3px;
  color: #33302F;
}
.popup-callback .popup-form_massagers-btn-group .button {
  padding: 20px 50px 20px 40px;
  border-radius: 50px;
  gap: 0 20px;
}
.popup-callback .popup-form_massagers-btn-group .button .btn-text {
  font-family: "Jost";
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: #33302F;
}
#popup_form .input-group label::before{
  top: calc(50% - 6px) !important;
}
#popup_form label{
  width: 100%;
}
select option{
  color: #33302F;
}
form .select2-results__option[aria-selected]{
  font-family: "Montserrat", sans-serif;
}
form .select2-container--default .select2-selection--single .select2-selection__placeholder, form .select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #fff;
  padding: 0;
}
form .select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: #888 transparent transparent transparent;
}
form .select2-container--default .select2-selection--single{
  background-color: transparent;
  border: 1px solid #aaa;
  border-radius: 4px;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  font-size: 18px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  padding: 29px 16px;
  border-bottom: 1px solid #fff;
  margin-bottom: 18px;
  width: 100%;
  outline: none;
}

.popup-callback.active {
  top: 0;
}

.thank-you {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/wp-content/themes/acf_blocks_theme/new-assets/images/thank-you-bg.webp");
  margin-top: -200px;
  padding-top: 280px;
  min-height: calc(100vh + 93px);
  color: #fff;
}
.thank-you .section-title {
  font-family: "Jost";
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  line-height: 110%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.thank-you h2 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 110%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.thank-you .text2 {
  margin-top: 40px;
  margin-bottom: 28px;
}
.thank-you .button {
  padding: 20px 60px 20px 40px;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 60px;
  margin-right: 12px;
  gap: 20px;
}
.thank-you .button .btn-label {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #33302F;
  opacity: 0.75;
}
.thank-you .button .btn-text {
  font-family: "Jost";
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: #33302F;
}
.thank-you .button svg {
  width: 32px;
  height: 32px;
}
.footer{
  overflow: hidden;
}
.footer-nav{
  background: #134B42;
  color: #fff;
  padding: 50px 0;
}
.footer-nav__inner{
  gap: 0 38px;
}
.footer-nav ul{
  gap: 15px 0 !important;
  width: 80%;
  justify-content: space-between;
}
.footer-nav li{
  width: 26%;
}
.footer-nav li a{
  font-size: 15px;
 }
.footer-nav-logo{
  display: flex;
  align-items: center;
}
.footer-nav .menu-fullscreen-menu{
  display: flex;
  justify-content: flex-end;
} 
.footer-nav nav{
  display: flex;
  justify-content: flex-end;
}
.features .features-list .paragraph-text{
  max-width: 580px;
}
/*# sourceMappingURL=style.css.map */
