@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Literata";
    src: url("../fonts/PlayfairDisplay.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

html {
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}
*, :after, :before {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: inherit;
}
body {
    color: #263238;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}
main { display: block; }
h1, h2, h3, h4, h5, h6, ol, p, ul { margin: 0; }
ol, ul { list-style: none; padding: 0; }
a { background-color: transparent; text-decoration: none; }
img { border-style: none; height: auto; max-width: 100%; }






/* --- Утилиты (только используемые) --- */
.container { margin: 0 auto; max-width: 1216px; padding-left: 16px; padding-right: 16px; width: 100%; }
.flex { display: flex; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.flex-col { flex-direction: column; }
.block { display: block; }
.hidden { display: none; }
.relative { position: relative; }
.absolute { position: absolute; }
.w-full { width: 100%; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mr-1 { margin-right: 4px; }
.mb-2 { margin-bottom: 8px; }
.mb-4 { margin-bottom: 16px; }
.mb-6 { margin-bottom: 24px; }
.mt-2 { margin-top: 8px; }
.mt-4 { margin-top: 16px; }
.py-4 { padding-top: 16px; padding-bottom: 16px; }
.pt-6 { padding-top: 24px; }
.pb-8 { padding-bottom: 32px; }
.px-4 { padding-left: 16px; padding-right: 16px; }
.px-6 { padding-left: 24px; padding-right: 24px; }
.text-center { text-align: center; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.uppercase { text-transform: uppercase; }
.capitalize { text-transform: capitalize; }
.color-primary-40 { color: #526d7a; }
.color-secondary-30 { color: #009947; }
.bg-primary-18 { background-color: #263238; }
.bg-primary-98 { background-color: #f9fafb; }
.rounded-2 { border-radius: 8px; }
.rounded-4 { border-radius: 16px; }
.rounded-6 { border-radius: 24px; }
.rounded-full { border-radius: 9999px; }
.visually-hidden { clip: rect(0 0 0 0); border: none; height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* --- Специфичные компоненты --- */
.advTxt { font-size: 10px; line-height: 1.33; }
.text-accent {
    background-image: linear-gradient(180deg,#66ffad,#66ffad);
    background-position: center bottom 3px;
    background-repeat: no-repeat;
    background-size: calc(100% - 8px) 8px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.intro__location { align-items: center; display: flex; }
.intro__locationIcon { align-self: center; }
.intro__hero {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
    align-items: start;
}
.intro__mediaWrap {
    min-width: 0;
    max-width: 100%;
}
.intro__content {
    min-width: 0;
    max-width: 100%;
}
.intro__mediaContent {
    border-radius: 8px;
    display: block;
    width: 100%;
}
.intro__hdr { font-family: 'Literata', 'Segoe UI', sans-serif; font-size: 24px; line-height: 1.33; }
.intro__txt { font-size: 16px; line-height: 1.5; }
.intro__listItem { align-items: center; display: flex; font-size: 16px; line-height: 1.5; }
.intro__listItem:before {
    align-items: center;
    background-color: #00853e;
    border: 1px solid #fff;
    border-radius: 100%;
    box-shadow: 0 0 0 2px #00853e;
    color: #fff;
    content: counter(section);
    counter-increment: section;
    display: flex;
    flex-shrink: 0;
    font-size: 14px;
    height: 20px;
    justify-content: center;
    line-height: 1;
    margin-right: 20px;
    text-align: center;
    width: 20px;
}
.intro__list { counter-reset: section; display: grid; row-gap: 16px; }
.btn {
    background-color: transparent;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: inherit;
    line-height: 1;
    min-height: 56px;
    min-width: 260px;
    outline: none;
    padding: 0;
    text-transform: uppercase;
    transition: all .2s linear;
}
.btn_default {
    background-color: #b10d3e;
    border: 2px solid #b10d3e;
    color: #fff;
    padding: 18px 8px;
}
.btn__inner { align-items: center; display: inline-flex; justify-content: center; }
.btn__text { margin: 0 12px; }
.btn__rightIcon path { fill: currentColor; }
.benefits__list { display: grid; gap: 16px; grid-template-columns: 1fr; }
.benefits__item {
    align-items: center;
    display: flex;
    gap: 12px;
    min-width: 0;
}
.benefits__imgWrap { flex: 0 0 48px; }
.benefits__text {
    font-size: 14px;
    line-height: 1.4;
    min-width: 0;
}
.benefits__itemLink {
    align-items: center;
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 6px;
    white-space: nowrap;
}
.benefits__ratingImg {
    display: block;
    flex-shrink: 0;
}
.description__txt { font-size: 16px; line-height: 1.5; }
.description__card {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
}
.description__cardVideoWrap,
.description__cardInfo {
    min-width: 0;
    max-width: 100%;
}
.description__cardTitle { font-size: 22px; line-height: 1.27; }
.defaultVideo { background-color: #f9fafb; border-radius: 8px; display: block; height: auto; width: 100%; }
.videoContainer { position: relative; }
.titleBlock__hdr { font-family: 'Literata', 'Segoe UI', sans-serif; font-size: 24px; font-weight: 800; line-height: 1.33; }
.titleBlock__txt {
    font-size: 16px;
    line-height: 1.5;
}
.contentCard__video {
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.contentBlock__list { display: grid; gap: 48px; }
.contentCard__mediaWrap {
    background-color: #f9fafb;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.contentCard__mediaWrap .videoContainer {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.contentCard__img { background-color: #f9fafb; border-radius: 8px; display: block; height: 100%; left: 0; -o-object-fit: cover; object-fit: cover; position: absolute; top: 0; width: 100%; }
.contentCard__budge {
    align-items: center;
    display: none;
    left: 0;
    position: absolute;
    top: 16px;
    z-index: 2;
}
.contentCard__budgeImg {
    flex-shrink: 0;
}
.install.section .titleBlock__hdr {
    font-size: clamp(20px, 3vw, 30px);
    max-width: 100%;
}
.install__wrap {
    margin: 0 auto;
    max-width: 1128px;
    padding: 0 48px;
    position: relative;
}
.install__slider {
    overflow: hidden;
    width: 100%;
}
.install__sliderItem {
    background-color: #f9fafb;
    box-sizing: border-box;
    height: auto;
    width: auto;
}
.install__sliderItem picture {
    display: block;
    width: 100%;
}
.install__sliderItem img {
    aspect-ratio: 2 / 3;
    display: block;
    height: auto;
    max-height: 320px;
    object-fit: cover;
    width: 100%;
}
.install__sliderBtn {
    align-items: center;
    background: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 12px rgba(38, 50, 56, 0.15);
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    z-index: 2;
}
.install__sliderBtn_prev { left: 0; }
.install__sliderBtn_next { right: 0; }
.install__sliderBtn:disabled {
    cursor: default;
    opacity: 0.35;
}
.install__sliderPagination {
    display: none;
}
.videoContainer__buttonWrap { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.videoContainer__button {
    background-color: transparent;
    border: none;
    color: #fff;
    height: 100%;
    opacity: 1;
    outline: none;
    width: 100%;
}
.playIcon {
    background-image: url(../images/play-icon.18ead102.svg);
    background-position: left 22px center;
    background-size: 40px 40px;
}
.pauseIcon, .playIcon {
    background-color: rgba(0,0,0,.7);
    background-repeat: no-repeat;
    border-radius: 50%;
    display: inline-block;
    height: 80px;
    width: 80px;
}
.pauseIcon { background-image: url(../images/pause-icon.4c3344f3.svg); background-position: 50%; background-size: 34px 34px; }
.againstClogs__list { display: grid; gap: 16px 24px; grid-template-columns: 1fr 1fr; }
.againstClogs__img { background-color: #f9fafb; }
.againstClogs__itemTitle { font-size: 16px; line-height: 1.5; }
.reminder__inner {
    align-items: center;
    background-color: #f9fafb;
    border-radius: 8px;
    display: inline-flex;
    gap: 8px;
    margin: 0 auto 10px;
    max-width: 100%;
    padding: 6px 12px;
}
.pageForm__wrap .reminder__inner {
    display: flex;
    justify-content: center;
    width: fit-content;
}
.reminder__img {
    flex-shrink: 0;
}
.reminder__txt {
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
}
.pageForm.section {
    background-color: #263238;
    padding: 32px 0;
}
.pageForm__wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    width: 100%;
}
.pageForm__title {
    color: #fff;
    font-family: 'Literata', 'Segoe UI', sans-serif;
    font-size: clamp(17px, 3vw, 24px);
    font-weight: 800;
    line-height: 1.25;
    margin: 0 auto 12px;
    max-width: 100%;
    text-align: center;
}
.pageForm__form {
    background-color: #fff;
    border-radius: 12px;
    margin: 0 auto;
    max-width: 400px;
    padding: 16px 14px 20px;
    width: 100%;
}
.pageForm__form .formTitle__hdr {
    font-size: clamp(15px, 2.5vw, 18px);
    font-weight: 700;
    line-height: 1.35;
    margin: 0 auto 14px;
    max-width: 100%;
    text-align: center;
}
.pageForm__formInner {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto 14px;
    max-width: 100%;
    width: 100%;
}
.pageForm__form .radioBtn__label {
    font-size: 15px;
    min-height: 56px;
}
.pageForm__submit {
    display: block;
    margin: 0 auto;
    max-width: 240px;
    width: 100%;
}
.pageForm__submit .btn__text {
    font-weight: 700;
    text-transform: uppercase;
}
.quiz__progress {
    background-color: #f0f3f5;
    border-radius: 2px;
    height: 3px;
    margin: 0 auto 14px;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}
.quiz__progressBar {
    background-color: #009947;
    border-radius: 2px;
    height: 100%;
    transition: width .3s ease;
    width: 12.5%;
}
.quiz__steps {
    width: 100%;
}
.quiz__step {
    display: none;
    width: 100%;
}
.quiz__step_active {
    display: block;
}
.quiz__sub {
    color: #526d7a;
    font-size: 13px;
    margin: -6px auto 12px;
    text-align: center;
}
.quiz__grid {
    display: grid;
    gap: 8px;
    margin: 0 auto 14px;
    max-width: 320px;
    width: 100%;
}
.quiz__grid_2,
.quiz__grid_4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.quiz__step .radioBtn__label {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    min-height: 56px;
    padding: 6px 4px;
}
.quiz__step .radioBtn__smallTxt {
    display: block;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 2px;
}
.quiz__fieldWrap {
    margin: 0 auto 10px;
    max-width: 320px;
    width: 100%;
}
.quiz__input {
    border: 1px solid #263238;
    border-radius: 8px;
    font-family: inherit;
    font-size: 14px;
    max-width: 100%;
    padding: 10px 12px;
    width: 100%;
}
.quiz__next,
.quiz__submit,
.pageForm__form .btn {
    display: block;
    margin: 6px auto 0;
    max-width: 240px;
    min-height: 44px;
    min-width: 0;
    width: 100%;
}
.quiz__leadForm {
    margin: 0 auto;
    max-width: 320px;
    width: 100%;
}
.quiz__secure {
    color: #526d7a;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
}
.quizThank {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 16px;
    position: fixed;
    z-index: 1000;
}
.quizThank[hidden] {
    display: none;
}
.quizThank__overlay {
    background: rgba(38, 50, 56, 0.72);
    inset: 0;
    position: absolute;
}
.quizThank__dialog {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    max-width: 400px;
    padding: 28px 20px 24px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.quizThank__close {
    background: transparent;
    border: none;
    color: #526d7a;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
    padding: 4px;
    position: absolute;
    right: 12px;
    top: 8px;
}
.quizThank__title {
    font-family: 'Literata', 'Segoe UI', sans-serif;
    font-size: clamp(22px, 4vw, 28px);
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 12px;
}
.quizThank__text {
    color: #526d7a;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 auto 20px;
    max-width: 320px;
}
.quizThank__btn {
    display: block;
    margin: 0 auto;
    max-width: 280px;
    min-width: 0;
    width: 100%;
}
.quizThank__btn .btn__inner {
    justify-content: center;
    width: 100%;
}
.quizThank__btn .btn__text {
    text-align: center;
    width: 100%;
}
body.quizThank-open {
    overflow: hidden;
}
.reviews__title {
    margin-bottom: 24px;
    text-align: center;
}
.reviews__grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    list-style: none;
    margin: 0;
    padding: 0;
}
.reviews__gridItem {
    min-width: 0;
}
.reviewCard {
    background-color: #f9fafb;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 360px;
    padding: 24px;
}
.reviewCard__img {
    display: block;
    margin-bottom: 8px;
}
.reviewCard__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 12px;
}
.reviewCard__text {
    flex: 1 1 auto;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 16px;
}
.reviewCard__text strong {
    font-weight: 600;
}
.reviewCard__userInfo {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-top: auto;
}
.reviewCard__noUserPic {
    align-items: center;
    background-color: #fde7ee;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    width: 40px;
}
.radioBtn__label {
    align-items: center;
    border: 1px solid #263238;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-family: 'Literata', 'Segoe UI', sans-serif;
    font-size: 26px;
    font-weight: 800;
    height: 100%;
    justify-content: center;
    line-height: 1.538;
    min-height: 112px;
    padding: 4px 0;
    text-align: center;
    transition: border .1s linear,color .1s linear,background-color .1s linear,box-shadow .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
}
.radioBtn__smallTxt { font-family: 'Open Sans', Arial, sans-serif; font-size: 16px; line-height: 1.5; font-weight: 700; }
.radioBtn__field:checked+.radioBtn__label {
    background-color: #fef5f8;
    border-color: #b10d3e;
    box-shadow: inset 0 0 0 3px #b10d3e;
    color: #b10d3e;
}
.reviewCard__noUserPic_colorBlue { background-color: #e3effb; }
.reviewCard__noUserPic_colorYellow { background-color: #faf7d9; }
.reviewCard__noUserPic_colorGreen { background-color: #e1f0ee; }
.reviewCard__userName {
    font-size: 15px;
    line-height: 1.4;
}
.contentCard__budgeText {
    background-color: #2f2f2f;
    color: #fff;
    font-size: 10px;
    left: 5px;
    padding: 4px 15px 4px 10px;
    position: relative;
}
.lowPrices__list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}
.lowPrices__item {
    min-width: 0;
}
.lowPrices__img {
    aspect-ratio: 270 / 151;
    background-color: #f9fafb;
    object-fit: cover;
}
.lowPrices__title {
    font-size: 16px;
    line-height: 1.5;
}
.warranty.section {
    padding-bottom: 32px;
    padding-top: 32px;
}
.warranty__wrapper {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
}
.warranty__img {
    flex-shrink: 0;
    max-width: 176px;
}
.warranty__content {
    min-width: 0;
    width: 100%;
}
.lowPrices.section {
    padding-bottom: 32px;
    padding-top: 8px;
}
.titleBlock__hdr_full {
    max-width: 100%;
}
.note__inner {
    background-color: #fff;
    border-radius: 0 0 24px 24px;
    padding: 24px 0 32px;
}
.note__txt {
    color: #526d7a;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    max-width: 740px;
}

/* Медиа-запросы (минимально для сохранения вида) */
@media (min-width: 576px) {
    .container { padding-left: 44px; padding-right: 44px; }
    .advTxt { font-size: 12px; }
    .btn { min-width: 328px; }
    .pageForm__wrap .btn,
    .quiz__next,
    .quiz__submit,
    .quizThank__btn { min-width: 0; }
    .reviews__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 768px) {
    .quiz__step .radioBtn__label {
        font-size: 15px;
        line-height: 1.25;
        min-height: 56px;
    }
    .intro__hero {
        gap: 32px;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
    .description__card {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
    .benefits__list {
        gap: 12px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .benefits__text { font-size: 13px; }
    .benefits__imgWrap { flex: 0 0 40px; }
    .benefits__imgWrap img { width: 40px; height: 40px; }
}
@media (min-width: 1024px) {
    .container { padding-left: 44px; padding-right: 44px; }
    .section { padding-bottom: 48px; padding-top: 48px; }
    .text-accent { background-position: center bottom 8px; background-size: calc(100% - 8px) 8px; }
    .titleBlock__hdr { font-size: 36px; line-height: 1.22; max-width: 740px; }
    .btn { min-width: 360px; }
    .pageForm__wrap .btn,
    .quiz__next,
    .quiz__submit {
        min-width: 0;
        max-width: 240px;
    }
    .quizThank__btn {
        min-width: 0;
        max-width: 280px;
    }
    .quiz__step .radioBtn__label {
        font-size: 15px;
        line-height: 1.25;
        min-height: 56px;
    }
    .radioBtn__label { font-size: 32px; line-height: 1.25; min-height: 144px; }
    .againstClogs__list { gap: 24px; grid-template-columns: repeat(3,1fr); }
    .contentBlock__list { gap: 64px; }
    .contentCard { display: grid; gap: 48px; grid-template-columns: auto 66%; }
    .contentCard__budge {
        display: flex;
    }
    .install__sliderItem img {
        max-height: 360px;
    }
    .reviews__grid {
        gap: 24px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lowPrices__list {
        gap: 24px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .warranty__wrapper {
        gap: 48px;
        grid-template-columns: 176px minmax(0, 1fr);
        justify-items: start;
        text-align: left;
    }
    .lowPrices.section .titleBlock__txt {
        margin-top: 16px;
    }
    .warranty.section .titleBlock__txt {
        margin-top: 16px;
    }
    .note__inner {
        padding: 48px 0 72px;
    }
    .intro__hero {
        gap: 40px;
        grid-template-columns: minmax(0, 464px) minmax(0, 1fr);
        max-width: 1200px;
        margin: 0 auto;
    }
    .intro__hdr { font-size: 45px; line-height: 1.15; }
    .intro__txt { font-size: 22px; line-height: 1.27; }
    .intro__mediaContent { border-radius: 16px; }
    .benefits__list {
        gap: 16px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .benefits__text { font-size: 14px; }
    .benefits__imgWrap { flex: 0 0 48px; }
    .benefits__imgWrap img { width: 48px; height: 48px; }
}
@media (min-width: 1200px) {
    .intro__hero { max-width: 1200px; }
}

/* Стили для слайдера */
.swiper-container { overflow: hidden; }
.swiper-wrapper { display: flex; }
.swiper-slide { flex-shrink: 0; }
.swiper-pagination { display: flex; justify-content: center; align-items: center; }

html, body {
    overflow-x: clip;
}

img {
    max-width: 100%;
}

.legal-page .container {
    max-width: 900px;
    padding-top: 32px;
    padding-bottom: 48px;
}

.legal-content,
.legal-page .wrapper {
    word-break: break-word;
}

.legal-page h1 {
    font-family: 'Literata', 'Segoe UI', sans-serif;
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 800;
    margin-bottom: 8px;
}

.legal-updated {
    color: #526d7a;
    font-size: 14px;
    margin-bottom: 24px;
}

.legal-page h2 {
    font-size: clamp(20px, 3vw, 28px);
    font-weight: 700;
    margin: 24px 0 12px;
}

.legal-page h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 10px;
}

.legal-page h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 16px 0 8px;
}

.legal-page p,
.legal-page li {
    margin-bottom: 12px;
    line-height: 1.6;
}

.legal-page ul {
    list-style: disc;
    padding-left: 24px;
    margin-bottom: 16px;
}

.legal-page a {
    color: #b10d3e;
    text-decoration: underline;
}

.footer {
    background-color: #263238;
    color: #f9fafb;
    padding: 48px 0 32px;
    font-size: 14px;
    line-height: 1.6;
}

.footer .container {
    max-width: 1216px;
}

.footer .row {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 32px;
    margin-bottom: 24px;
}

.footer .col-md-3 img {
    max-width: 120px;
    margin-bottom: 12px;
    display: block;
}

.footer .col-md-3 p,
.footer .col-md-6 p {
    margin-top: 8px;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
}

.footer ul li {
    margin-bottom: 8px;
}

.footer a {
    color: #f9fafb;
    text-decoration: underline;
}

.footer .copyright {
    border-top: 1px solid #526d7a;
    padding-top: 16px;
    text-align: center;
    font-size: 13px;
}

@media (max-width: 768px) {
    .footer .row {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 640px) {
    .install__wrap {
        max-width: 100%;
        padding: 0 40px;
    }

    .install__sliderItem img {
        max-height: 260px;
    }

    .install__sliderBtn {
        height: 40px;
        width: 40px;
    }

    .install__sliderBtn svg {
        height: 40px;
        width: 40px;
    }

    .footer .col-md-3,
    .footer .col-md-6 {
        word-break: break-all;
    }

    .logo a,
    .header__logo a {
        word-break: break-all;
    }

    .warranty__wrapper {
        gap: 16px;
    }

    .lowPrices__title {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .quizThank__dialog {
        padding: 24px 16px 20px;
    }

    .quizThank__btn {
        max-width: 100%;
    }

    .pageForm.section {
        padding: 24px 0;
    }

    .pageForm__form {
        padding: 14px 10px 18px;
    }

    .quiz__step .radioBtn__label {
        font-size: 14px;
        min-height: 48px;
    }

    .quiz__grid {
        gap: 6px;
        max-width: 100%;
    }

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

    .legal-page .container {
        padding-top: 20px;
        padding-bottom: 32px;
    }
}
