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

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

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

/* Reset and base styles  */
* {
    padding: 0px;
    margin: 0px;
    border: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Links */
a,
a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit;
}

ul,
ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img,
svg {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

button,
input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}

input[type='file'] {
    max-width: 100%;
}

body {
    font-family: 'Tinkoff Sans';
    background-color: #000000;
    color: #fff;
}

.container {
    max-width: 1800px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
}

h1 {
    font-size: clamp(25px, 6vw, 58px);
    font-weight: 500;
    line-height: 106%;
}

h2 {
    font-size: clamp(27px, 8vw, 64px);
    font-weight: 500;
    line-height: 106%;
}

header {
    padding-top: 15px;
}

.header-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.logo-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.logo-container__text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.name-logo {
    font-size: clamp(14px, 2vw, 24px);
    font-weight: 500;
}

.spec-logo {
    color: #A3A3A3;
    font-size: clamp(12px, 1.4vw, 20px)
}

.raiting-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.raiting-container__text {
    font-size: clamp(14px, 2vw, 24px);
}

.social-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.phone {
    font-size: clamp(14px, 3vw, 36px);
    color: #fff;
}

.callback {
    padding: 15px 38px;
    font-size: clamp(14px, 2vw, 24px);
    background-color: #D80000;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.callback:hover {
    background-color: #B50202;
    transform: scale(1.03);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.hero-section {
    padding-top: 100px;
}

.hero-section__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
}

.before_h1_text {
    color: #D80000;
    font-size: clamp(25px, 4vw, 27px);
    text-transform: uppercase;
}

.hero-section__container_image img {
    border-radius: 25px;
    height: 100%;
    object-fit: cover;
}

.after_h1_text {
    font-size: clamp(25px, 4vw, 27px);
    text-transform: uppercase;
    margin-top: 25px;
    max-width: 429px;
    width: 100%;
    color: #d80000;
}

.icon-hero-box {
    max-width: 440px;
    background-color: #fff;
    display: flex;
    border-radius: 5px;
    margin-top: 25px;
    flex-direction: row;
    gap: 15px;
    color: #464646;
    align-items: center;
    font-size: clamp(20px, 3vw, 23px);
    padding: 5px;
    transition: 0.3s;
}

.icon-bg-box {
    background-color: #000;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 4px;
}

.icon-hero-box:hover {
    background-color: #d80000;
    color: #ffffff;
}

.icon-hero-box:hover .icon-bg-box {
    background-color: #ffffff;
}

.icon-hero-box:hover .icon-bg-box svg path {
    stroke: #d80000;
}

.btn {
    padding: 15px 30px;
    font-size: clamp(14px, 2vw, 24px);
    border-radius: 10px;
    transition: 0.3s;
}

.red-button {
    background-color: #d80000;
    color: #fff;
}

.gray-button {
    background-color: #D3D3D3;
    color: #212121;
}

.button-box {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 27px;
}

.pt-120 {
    padding-top: 120px;
}

.color-text {
    color: #D80000;
}

.center {
    text-align: center;
}

p {
    font-size: clamp(16px, 3vw, 24px);
}

.after-header-h2 {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 5px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;
    color: #fff;
    margin-top: 55px;
}

.feature {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 1px solid #8e0f15;
    padding: 20px;
    min-height: 200px;
    background-color: #000;
    overflow: hidden;
    /* важно для ::before */
    z-index: 1;
}

/* Псевдоэлемент — градиентный слой */
.feature::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #000000, #D80000);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

/* При наведении — плавное появление градиента */
.feature:hover::before {
    opacity: 1;
}

/* Контент всегда сверху */
.feature * {
    position: relative;
    z-index: 1;
}

.feature h3 {
    margin: 0 0 15px;
    font-size: clamp(18px, 4vw, 24px);
}

.feature p {
    margin: auto 0 0;
    font-size: clamp(16px, 3vw, 20px);
    line-height: 1.4;
}

.last-section {
    padding-bottom: 120px;
}

.white-section {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #fff;
    color: #000;
}

.cost-breakdown {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    /* отступы вручную через margin */
    margin: 50px 0;
    position: relative;
    padding: 0 20px;
}

.cost-item {
    flex: 0 0 auto;
    padding: 25px 25px;
    background: #eee;
    width: 33%;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    z-index: 1;
    transition: all 0.3s ease;
}

.cost-item.first {
    border-radius: 20px 0 0 20px;
    z-index: 3;
}

.cost-item.middle {
    margin-left: -40px;
    border-radius: 20px;
    z-index: 10;
    background: #D7D7D7;
}

.cost-item.last {
    background-color: #D80000;
    color: white;
    margin-left: -40px;
    border-radius: 20px;
    z-index: 30;
}

.cost-item.first .percent {
    color: #D80000;
}

.cost-item.middle .percent {
    color: #D80000;
}

.cost-item .percent {
    font-size: clamp(25px, 6vw, 64px);
    font-weight: bold;
    margin-bottom: 12px;
}

.cost-item .text {
    font-size: clamp(20px, 4vw, 32px);
    line-height: 1.4;
}

.big-text p{
    font-size: clamp(25px, 5vw, 40px);
    text-align: center;
}

.button-block-center {
    margin-top: 40px;
    text-align: center;
}

.two-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 130px;
    align-items: start;
    position: relative;
}

.min-h3 {
    font-size: clamp(20px, 4vw, 32px);
    font-weight: 500;
    margin: 27px 0px;
}

.quiz-container {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    padding: 30px;
    position: sticky;
    top: 5px;
}

.quiz-step {
    display: none;
}

.quiz-step.active {
    display: block;
}

.quiz-options {
    display: flex;
    gap: 20px;
    margin: 20px 0;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.quiz-option {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    max-width: 30%;
    transition: 0.3s;
}

.quiz-option input {
    display: none;
}

.quiz-card {
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 10px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    background: #fff;
}

.quiz-card img {
    width: 100%;
    border-radius: 8px;
}

.quiz-card span {
    margin-top: 10px;
    font-weight: 500;
    color: #000;
    display: block;
}

/* 🟥 Подсветка при выборе */
.quiz-option input:checked~.quiz-card {
    border-color: #D80000;
    box-shadow: 0 0 0 3px rgba(216, 0, 0, 0.2);
}

/* 🔲 Подсветка при наведении */
.quiz-option:hover .quiz-card {
    border-color: #D80000;
}

.quiz-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.quiz-container button {
    background: #D80000;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.quiz-container button:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.progress-bar {
    height: 8px;
    background: #ccc;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}

.progress {
    height: 100%;
    width: 0%;
    background: #D80000;
    transition: width 0.3s ease;
}

.quiz-progress {
    color: #000;
}

.quiz-step h3 {
    font-size: clamp(20px, 4vw, 32px);
    color: #000;
}

.inp {
    border: 1px solid #d80000 !important;
    border-radius: 10px;
    height: 60px;
    width: 100%;
    padding: 20px;
    margin-top: 20px;
    color: #000;
    font-size: 20px;
}
input{
	color:#000;
}
.quiz-step .checkbox-container{
    margin-top: 20px;	
}
.list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.list li {
    padding-left: 30px;
    font-size: clamp(18px, 3.5vw, 24px);
    position: relative;
}

.list li::before {
    content: '';
    position: absolute;
    background-image: url(../img/polygon.svg);
    width: 20px;
    height: 21px;
    background-size: 20px 21px;
    left: 0;
    top: 3px;
}

.advanages-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.advanages-block__item {
    padding: 25px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: flex;
    gap: 25px;
    flex-direction: column;
    color: #000;
}

.advanages-block__item_header {
    font-size: clamp(20px, 4vw, 32px);
    font-weight: 500;
}

.paptners_logo {
    display: flex;
    flex-direction: row;
    gap: 3%;
    justify-content: center;
    margin-top: 50px;
    align-items: flex-end;
}

.mt-35 {
    margin-top: 35px;
}

.form-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: center;
}

.order-form input[type="text"],
.order-form input[type="tel"] {
    width: 100%;
    padding: 12px;
    margin-bottom: 16px;
    border: none;
    border-bottom: 2px solid #000;
    font-size: 16px;
    outline: none;
}

.checkbox-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 12px;
    color: #333;
    line-height: 1.4;
}

.checkbox-container input[type="checkbox"] {
    display: none;
}

.custom-checkbox {
    width: 16px;
    height: 16px;
    border: 2px solid #c00;
    border-radius: 3px;
    margin-top: 2px;
    margin-right: 8px;
    position: relative;
    flex-shrink: 0;
}

.checkbox-container input[type="checkbox"]:checked+.custom-checkbox::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 4px;
    width: 4px;
    height: 10px;
    border: solid #c00;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-text {
    flex: 1;
    margin-bottom: -5px;
    font-size: 14px;
}

.checkbox-text a {
    color: #000;
    text-decoration: underline;
}

.order-form button {
    width: 100%;
    padding: 14px;
    background-color: #c00;
    color: #fff;
    border: none;
    font-size: clamp(20px, 3vw, 24px);
    border-radius: 5px;
    cursor: pointer;
}

.mw-600 {
    max-width: 600px;
    margin-left: 0;
    margin-bottom: 35px;
    font-size: clamp(24px, 4vw, 34px);
}

.septik-img {
    margin-top: 35px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.problem-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 50px;
}

.problem-box__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.text-column {
    max-width: 1400px;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    margin-top: 35px;
}

.reviews-container {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin-top: 50px;
    color: #000;
    justify-content: center;
}

.reviews-container::-webkit-scrollbar {
    display: none;
}

.review {
    flex: 0 0 390px;
    height: 336px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    scroll-snap-align: start;
    position: relative;
}

.review h4 {
    margin: 0 0 5px;
    font-size: clamp(20px, 3vw, 24px);
}

.stars {
    color: #D2AC67;
    margin-bottom: 10px;
    font-size: 25px;
}

.content {
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    max-height: 8.8em;
    font-size: clamp(14px, 3vw, 18px);
}

.review.expanded .content {
    overflow-y: auto;
    max-height: none;
}

.review.expanded .fade {
    display: none;
}

.toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-align: left;
    align-self: flex-start;
    font-size: clamp(14px, 3vw, 20px);
    color: #A5A5A5;
    margin-top: 20px;
}
.header-rewiew{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-start;
}
.rewiews-palas{
    font-size: clamp(20px, 3vw, 24px);
    font-weight: 500;
    color: #A5A5A5;
}
.form-footer-container{
    background-color: #fff;
    padding: 80px 50px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 110px;
    color: #000;
    border-radius: 25px;
}
.bold-big-text{
    font-weight: 500;
}
.icon-list__item{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.icon-list{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 10px 20px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  transition: transform 0.3s ease;
}

.cookie-banner p {
    margin: 0;
    color: #333;
    flex: 1;
    font-size: clamp(14px, 3vw, 20px);
}

.cookie-banner a {
  color: #f33;
  text-decoration: underline;
  font-size: clamp(14px, 3vw, 20px);
}

.cookie-banner button {
  background: #e4002b;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 20px;
  font-size: clamp(14px, 3vw, 20px);
}

footer{
    border-top: 1px solid #CACACA;
    padding: 50px 0px;
}
footer .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
footer p{
    color: #767676;
	text-align:center;
}
footer a{
    font-size: clamp(16px, 3vw, 24px);
    color: #cc0000;
}
.l-section-h {
    position: relative;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: clamp(16px, 3vw, 24px);
}
.l-section-h  a{
    font-size: clamp(16px, 3vw, 24px);
    color: #cc0000;
}
.policy-section{
    margin-top: 50px;
}
/* Popup background overlay */
/* Скрыт по умолчанию */
.popup-overlay {
  display: none;
}

/* Показать по .active */
.popup-overlay.active {
  display: flex;
}

/* Основной контейнер попапа */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 20px;
  box-sizing: border-box;
}

/* Внутренний белый блок */
.popup-box {
  position: relative;
  background: #fff;
  padding: 35px 40px;
  border-radius: 20px;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}

/* Кнопка закрытия (крестик) */
.popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 26px;
  color: #999;
  cursor: pointer;
  transition: color 0.2s ease;
}

.popup-close:hover {
  color: #000;
}

/* Заголовок */
.popup-box .form-h2 {
  font-size: clamp(20px, 4vw, 32px);
  font-weight: 700;
  color: #000000;
  text-align: center;
}

/* Подзаголовок */
.after-header-h2-form {
  margin-top: 20px;
  font-size: clamp(16px, 3vw, 20px);
  color: #000000;
  text-align: center;
}
.popup-box .order-form{
    margin-top: 30px;
}
.form-success-message {
    padding: 30px 20px;
    background: #f6f6f6;
    border-radius: 18px;
    text-align: center;
    font-size: clamp(20px, 4vw, 25px);
    color: #d80000;
    margin-top: 10px;
    animation: fade-in 0.7s;
}
@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

#chaty-widget-0 .chaty-widget {
    bottom: 80px!important;
}
@media(max-width:1380px) {
    .phone {
        font-size: clamp(18px, 3vw, 24px);
    }

    .callback {
        font-size: clamp(18px, 2vw, 18px);
    }

    .before_h1_text {
        font-size: clamp(21px, 3vw, 20px);
    }

    h1 {
        font-size: clamp(25px, 6vw, 48px);
    }

    .two-column {
        gap: 40px;
    }
}

@media(max-width:1255px) {
    .callback {
        display: none;
    }

    h1 {
        font-size: clamp(25px, 6vw, 41px);
    }

    .after_h1_text {
        font-size: clamp(25px, 4vw, 24px);
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature {
        min-height: 160px;
    }

    .cost-item .percent {
        font-size: clamp(25px, 6vw, 44px);
    }

    .cost-item .text {
        font-size: clamp(20px, 4vw, 23px);
    }

    .two-column {
        gap: 40px;
        display: flex;
        flex-direction: column;
    }

    .quiz-container {
        position: relative;
        top: 5px;
        width: 100%;
    }

    .advanages-block {
        grid-template-columns: repeat(2, 1fr);
    }

    .paptners_logo {
        display: flex;
        flex-direction: row;
        gap: 20px 50px;
        margin-top: 50px;
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }

    .paptners_logo img {
        max-height: 50px;
    }

    .utp-container h2 {
        font-size: clamp(27px, 8vw, 50px);
    }

    .mw-600 {
        margin-bottom: 35px;
        font-size: clamp(23px, 3vw, 20px);
    }

    .form-container {
        align-items: start;
    }

    h2 {
        font-size: clamp(27px, 8vw, 53px);
    }

    .reviews-container {
        overflow-x: auto;
    }
    .form-footer-container {
        padding: 50px 20px;
        gap: 40px;
    }
}

@media(max-width:980px) {
    .header-container {
        flex-direction: column;
        gap: 10px;
    }

    .raiting-container {
        order: -1;
    }

    .raiting-container__text {
        font-size: clamp(24px, 4vw, 24px);
    }

    .name-logo {
        font-size: clamp(20px, 4vw, 24px);
    }

    .spec-logo {
        font-size: clamp(18px, 2vw, 20px);
    }

    .logo-container img {
        max-width: 65px;
        width: 100%;
    }

    .phone {
        font-size: clamp(26px, 3vw, 24px);
    }

    .hero-section__container {
        display: flex;
        gap: 35px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .hero-section {
        padding-top: 50px;
    }

    .after_h1_text {
        margin: 0 auto;
        margin-top: 25px !important;
    }

    .after_h1_text {
        font-size: clamp(20px, 4vw, 24px);
    }

    .icon-hero-box {
        margin: 0 auto;
        margin-top: 20px;
        max-width: fit-content;
        padding-right: 20px;
    }

    .button-box {
        align-items: center;
        align-content: center;
        justify-content: center;
    }

    .btn {
        padding: 18px 30px;
        font-size: clamp(21px, 2vw, 24px);
        border-radius: 10px;
        transition: 0.3s;
    }

    p {
        font-size: clamp(16px, 4vw, 24px);
    }

    .feature h3 {
        margin: 0 0 15px;
        font-size: clamp(21px, 6vw, 28px);
    }

    .feature p {
        font-size: clamp(16px, 4vw, 21px);
        line-height: 1.4;
    }

    .cost-breakdown {
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-direction: column;
    }

    .cost-item {
        width: 100%;
        border-radius: 20px !important;
    }

    .cost-item.middle {
        margin-left: 0;
    }

    .cost-item.last {
        margin-left: 0;
    }

    .white-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .last-section {
        padding-bottom: 60px;
    }

    .pt-120 {
        padding-top: 60px;
    }

    .quiz-option {
        max-width: 27%;
        transition: 0.3s;
        width: 100%;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .paptners_logo img {
        max-height: 40px;
    }

    .form-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .utp-container h2 {
        font-size: clamp(27px, 8vw, 50px);
        text-align: center;
    }

    .mw-600 {
        font-size: clamp(23px, 3vw, 20px);
        text-align: center;
        margin: 0 auto;
        max-width: 800px;
        margin-top: 35px;
    }

    .utp-container img {
        margin: 0 auto;
    }

    h2 {
        font-size: clamp(27px, 8vw, 45px);
    }

    .text-column {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .reviews-container {
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
      }
      .reviews-container {
        justify-content: flex-start;
    }
    .review {
        width: 100%;
        max-width: 320px;
    }
    .form-footer-container {
        padding: 50px 20px;
        gap: 40px;
        grid-template-columns: 1fr;
    }
    .icon-list {
        margin-top: 30px;
    }
}

@media(max-width:780px) {
    .problem-box {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }
}

@media(max-width:520px) {
    p {
        font-size: clamp(18px, 4vw, 24px);
    }

    .before_h1_text {
        font-size: clamp(20px, 4vw, 26px);
    }

    h1 {
        font-size: clamp(36px, 8vw, 48px);
    }

    .icon-hero-box {
        font-size: clamp(18px, 3vw, 23px);
    }

    .button-box {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .button-box .btn {
        width: 100%;
    }

    .social-container a img {
        max-width: 30px;
        width: 100%;
    }

    .features-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }

    .feature {
        min-height: 125px;
        padding: 10px;
    }

    .cost-breakdown {
        margin: 30px 0;
        padding: 0;
    }

    .features-grid {
        margin-top: 30px;
    }

    .quiz-step h3 {
        text-align: center;
    }

    .quiz-options {
        gap: 10px;
        justify-content: space-between;
    }

    .quiz-container {
        padding: 15px;
    }

    .quiz-card {
        padding: 0px;
    }

    .quiz-progress {
        display: none;
    }

    .advanages-block {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 30px;
    }

    .advanages-block__item_header {
        font-size: clamp(27px, 4vw, 32px);
    }

    .advanages-block__item_header br {
        display: none;
    }

    .advanages-block__item_text {
        font-size: clamp(19px, 4vw, 24px);
    }

    .paptners_logo {
        flex-direction: column;
        gap: 20px 20px;
        margin-top: 30px;
    }

    .paptners_logo img {
        max-height: 25px;
    }

    .quiz-option {
        max-width: 47%;
        transition: 0.3s;
        width: 100%;
    }

    .order-form {
        margin-top: 35px;
    }

    .mw-600 {
        font-size: clamp(19px, 3vw, 20px);
        margin-top: 20px;
    }

    .deka {
        max-height: 50px !important;
    }

    .mt-35 {
        margin-top: 20px;
    }

    .feature p {
        font-size: clamp(20px, 4vw, 21px);
        line-height: 1.4;
    }

    .feature h3 {
        margin: 0 0 15px;
        font-size: clamp(24px, 6vw, 28px);
    }

    .cost-item .percent {
        font-size: clamp(34px, 6vw, 44px);
    }

    .cost-item .text {
        font-size: clamp(23px, 4vw, 23px);
    }

    h2 {
        font-size: clamp(25px, 8vw, 62px);
    }

    .list li {
        font-size: clamp(21px, 3.5vw, 24px);
    }

    .utp-container h2 {
        font-size: clamp(34px, 8vw, 50px);
        text-align: center;
    }

    .problem-box__item p {
        font-size: clamp(22px, 4vw, 24px);
    }
    .content {
        max-height: 10em;
        font-size: clamp(16px, 3vw, 18px);
    }
    .toggle-btn {
        font-size: clamp(17px, 3vw, 20px);
    }
    .icon-list__item {
        align-items: flex-start;
    }
    .form-footer-container {
        padding: 30px 20px;
        gap: 10px;
    }
.cookie-banner {
    flex-direction: column;
    gap: 14px;
    align-items: center;
    text-align: center;
}
}