* {
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
    font-family: 'GolosText', Arial, sans-serif;
    font-family: 'Mulish', Arial, sans-serif;
    line-height: 1.35;
}
.container {
    max-width: 1360px;
    padding: 0 40px;
    margin: 0 auto;
    min-height: 60px; /* Предотвращает CLS при загрузке контента */
}

.container.container-reverse {
    display: flex;
    flex-direction: column-reverse;
}
/*--------header-----------*/
.header-logo .header-decor {
    position: absolute;
    top: -10px;
    left: -137px;
    display: block;
    width: auto;
}

.header-logo .header-decor li{
    position: absolute;
    width: 15px;
    height: 15px;
    display: block;
    background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.2) 20%,
    transparent 60%
    );
    border-radius: 50%;
    z-index: 1;
    filter: blur(4px);
}

.header-logo .header-decor .green-light {
    background-color: green;
    left: 20px;
    bottom: 39px;
}

.header-logo .header-decor .red-light {
    background-color: red;
    bottom: 62px;
    left: 126px;
}

.header-logo .header-decor .yellow-light {
    background-color: yellow;
    bottom: 65px;
    left: 45px;
}

.header-logo .header-decor .orange-light {
    background-color: orange;
    bottom: 87px;
    left: 73px;
}

.header-logo .header-decor .blue-light {
    background-color: blue;
    bottom: 34px;
    left: 97px;
}

.header-logo .header-decor .purple-light {
    background-color: purple;
    right: 30px;
    top: 3px;
}

.header-logo .header-decor .white-light {
    background-color: lightgoldenrodyellow;
    right: 150px;
    top: -3px;
}

.header-logo .header-decor img {
    width: 270px;
    height: 91px;
    aspect-ratio: 270 / 91;
}

.header-logo a img {
    position: relative;
}

.header-top {
    position: relative;
    background-color: #333636;
    padding: 9px 0;
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.header-top::after,
.header-top::before {
    content: '';
    position: absolute;
    display: block;
    width: 100vw;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: #333636;
}
.header-top::after {
    right: 100%;
}
.header-top::before {
    left: 100%;
}
.header-top-menu {
    margin-right: auto;
}
.header-time {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    padding-left: 42px;
}
.header-time::before {
    content: '';
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.15) url('/local/templates/moskitok/images/time-icon.svg') 50% 50% no-repeat;
    border-radius: 50%;
}
.header-phone a:link,
.header-phone a:visited {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    position: relative;
    padding-left: 42px;
}
.header-phone a:link::before,
.header-phone a:visited::before {
    content: '';
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.15) url('/local/templates/moskitok/images/phone-icon.svg') 50% 50% no-repeat;
    border-radius: 50%;
}
.header-phone a:hover,
.header-phone a:focus,
.header-phone a:active {
    color: #EF3124;
}
.header-socials {
    display: flex;
    column-gap: 6px;
    margin-left: 30px;
}
.header-socials-link {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}
.header-socials-link:hover,
.header-socials-link:focus,
.header-socials-link:active {
    text-decoration: none;
}
.header-socials-link svg path {
    transition: all .2s linear;
}
.header-socials-link:hover svg path,
.header-socials-link:focus svg path,
.header-socials-link:active svg path {
    fill: #EF3124;
}
.header-center {
    display: flex;
    align-items: center;
    padding: 10px 0 0;
    column-gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.header__menu-sub {
    flex: 1 1 auto;
    margin: 0 20px;
    min-width: 0;
}
.header-logo {
    position: relative;
    width: 182px;
    margin: 0px 20px 0px 0;
}
.header-logo img {
    width: 182px;
    height: auto;
    object-fit: contain;
}
.header-search {
    flex-grow: 1;
}
.header-buttons {
    display: flex;
    column-gap: 10px;
}
.header-calc a:link,
.header-calc a:visited {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #8639F1;
    border-radius: 8px;
    padding: 11px 18px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #8639F1;
    color: #fff;
    transition: background .2s ease-in-out;
}
.header-calc a svg path {
    transition: stroke .3s ease-in-out;
}
.header-calc a:hover {
    background: transparent;
}
.header-calc a:hover path {
    stroke: #8639F1;
}
.header-calc a:hover span {
    transition: color .2s ease-in-out;
}
.header-calc a:hover span {
    color: #8639F1;
}
/* .header-calc a:link::before,
.header-calc a:visited::before {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    background: url('/local/templates/moskitok/images/calc-icon.svg') no-repeat;
} */
.header-callback a:link,
.header-callback a:visited {
    display: block;
    width: fit-content;
    padding: 12px 19px;
    background-color: transparent;
    border: 1px solid #2C2F37;
    border-radius: 8px;
    padding: 11px 18px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #2C2F37;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.header-callback a:hover,
.header-callback a:active {
    background-color: #8639F1;
    border: 1px solid transparent;
    color: #fff;
}

.header-buttons .header-callback a:link,
.header-buttons .header-callback a:visited {
    display: block;
    width: fit-content;
    padding: 11px 18px;
    background-color: #8639F1;
    border: 1px solid #8639F1;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
}

.header-buttons .header-callback a:hover,
.header-buttons .header-callback a:active {
    background-color: transparent;
    border-color: #8639F1;
    color: #8639F1;
}

.header-buttons .header-calc a:link,
.header-buttons .header-calc a:visited {
    display: flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border-radius: 8px;
    padding: 11px 18px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #2C2F37;
    color: #2C2F37;
    transition: background .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
}

.header-buttons .header-calc a svg path {
    transition: stroke .2s ease-in-out;
}

.header-buttons .header-calc a:hover {
    background: #8639F1;
    border-color: #8639F1;
    color: #fff;
}

.header-buttons .header-calc a:hover svg,
.header-buttons .header-calc a:hover svg path {
    color: #fff;
    stroke: #fff;
}

.header-buttons .header-calc a:hover span {
    color: #fff;
}

.header__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

/* ------------- */

.header__right-block {
    display: flex;
    gap: 21px;
}

@media (min-width: 1201px) {
    .header-center {
        flex-wrap: nowrap;
        justify-content: flex-start;
        column-gap: 20px;
    }
    .header__menu-sub {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0;
        gap: 20px;
        position: static;
        flex: 0 0 442px;
        width: 442px;
        height: 19px;
        margin: 8px 0 0;
        z-index: 2;
    }
    .header-logo {
        flex: 0 0 182px;
        margin-right: 0;
    }
    .header__right-block {
        margin-left: auto;
        flex: 0 0 auto;
        align-items: flex-start;
    }
    .header__menu-sub .header-menu,
    .header__menu-sub #header-utility-menu {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
        flex-wrap: nowrap;
        width: 100%;
        margin: 0;
        padding: 0;
        justify-content: flex-start;
    }
    .header__menu-sub .header-menu li,
    .header__menu-sub #header-utility-menu li {
        margin: 0;
        white-space: nowrap;
    }
}

.contacts .contacts__phone a:link,
.contacts .contacts__phone a:visited {
    margin-bottom: 3px;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 135%;
    color: #2C2F37;
}

.contacts .contacts__time {
    font-size: 13px;
    line-height: 135%;
    color: #2C2F37;
    opacity: .5;
}

.contacts .contacts__phone--icon a{
    border: 1px solid #2C2F37;
    border-radius: 8px;
    width: 45px;
    height: 45px;
    position: relative;
    display: block;
    transition: border-color .2s ease-in-out;
}
.contacts .contacts__phone--icon a:hover {
    border-color: #8639F1;
}
.contacts .contacts__phone--icon a path {
    transition: fill .3s ease-in-out;
} 
.contacts .contacts__phone--icon a:hover path {
    fill: #8639F1;
}
.contacts .contacts__phone--icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*---------footer--------------*/
.footer {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    background-color: #1F2222;
    padding: 120px 0 70px;
}
.footer-top {
    margin: 0 0 45px;
    display: flex;
    gap: 60px;
    justify-content: space-between;
}
.footer-logo img {
    width: 210px;
    height: auto;
}
.footer-menu {
    display: flex;
    gap: 45px 80px;
    flex-wrap: wrap;
}
.footer-menu-block {
    width: calc(50% - 80px / 2);
}
.footer-menu-title {
    display: block;
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}
.footer-address {
    font-size: 16px;
    color: #ffffff;
    width: max-content;
    line-height: 1.35;
    margin: 0 0 25px;
}
.footer-address span {
    display: block;
}
.footer-contacts-wrapper {
    margin: 0 0 63px;
}
.footer-contacts-first {
    width: 30%;
    padding: 0 0 0 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: center;
}
.footer-contacts-second {
    width: 20%;
    padding: 0 0 0 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-contacts-first .footer-contacts-wrapper {
    width: fit-content;
    margin: 0 auto;
}
.footer-contacts-second .footer-contacts-wrapper {
    width: fit-content;
    margin-left: auto;
}
.footer-phone {
    margin-bottom: 10px;
}
.footer-phone a:link,
.footer-phone a:visited {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    transition: color .3s ease-in-out;
}
.footer-phone a:hover {
    color: #8639F1;
}
.footer-email a:link,
.footer-email a:visited {
    font-size: 16px;
    color: #ffffff;
    transition: color .3s ease-in-out;
}
.footer-email a:hover {
    color: #8639F1;
}
.footer-socials {
    display: flex;
    gap: 8px;
}
.footer-btns {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer-callback a:link,
.footer-callback a:visited {
    display: block;
    max-width: 200px;
    width: 100%;
    height: 45px;
    background-color: #8639F1;
    border-radius: 8px;
    padding: 11px 34px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    white-space: nowrap;
}
.footer-calc a:link,
.footer-calc a:visited {
    display: block;
    max-width: 200px;
    width: 100%;
    height: 45px;
    background-color: #8639F1;
    border-radius: 8px;
    padding: 11px 34px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
}
.footer-info {
    padding: 40px 40px 45px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
}
.footer-logo {
    margin: 0 0 45px;
}
.footer-wrapper {
    display: flex;
    justify-content: space-between;
}
.footer-rating {
    display: flex;
    align-items: center;
}
.footer-rating-grade {
    font-size: 22px;
    font-weight: 500;
    display: flex;
    margin-right: 20px;
    color: #ffffff;
}
.footer-rating-text {
    color: #ffffff;
    display: block;
    font-size: 14px;
}
.footer-sites {
    display: flex;
    gap: 40px;
    padding: 17px 50px 20px 40px;
    background-color: rgba(217, 217, 217, 0.05);
    border-radius: 20px;
}
.footer-supplier {
    display: flex;
    align-items: center;
    padding-left: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-supplier img {
    display: block;
    margin-right: 15px;
    width: auto;
    height: 38px;
}
.footer-supplier-text {
    color: #ffffff;
    display: block;
    font-size: 14px;
}
.footer-bottom {
    display: flex;
    gap: 10px;
    flex-direction: column;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}
.footer-bottom a:link,
.footer-bottom a:visited {
    color: rgba(255, 255, 255, 0.7);
}
.footer-bottom a:hover,
.footer-bottom a:focus,
.footer-bottom a:active {
    text-decoration: underline;
}
/*--------tablet--------------*/
@media (min-width: 768px) and (max-width: 1200px) {
    .header-menu-wrapper,
    .header-top-menu {
        display: none;
    }
    .header__menu {
        width: 100%;
        gap: 10px;
    }
    .header-menu {
        gap: 10px;
        width: 100%;
        flex-wrap: wrap;
    }
    .header__socials {
        position: absolute;
        right: 40px;
        top: auto;
        bottom: 42%;
    }
    .header__bottom .header__menu {
        width: 100% !important;
    }
    .header__bottom .header__list .header__link {
        font-size: 15px !important;
    }
    .header-center {
        flex-wrap: wrap;
        row-gap: 10px;
        justify-content: space-between;
        margin: 0 0 20px;
    }
    .header-search {
        order: 1;
        width: 100%;
    }
    .footer {
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        padding: 50px 0 0;
    }
    .footer-top {
        gap: 20px;
        flex-wrap: wrap;
    }
    .footer-info {
        width: calc(50% - 20px / 2);
    }
    .footer-menu {
        width: calc(50% - 20px / 2);
        gap: 20px;
        justify-content: space-between;
    }
    .footer-wrapper {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 20px;
    }
    .footer-menu-block {
        width: calc(50% - 20px / 2);
    }
    .footer-sites {
        justify-content: center;
    }
    .footer-center {
        padding: 20px;
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .footer-center-title {
        width: 100%;
        max-width: none;
    }
    .footer-address {
        width: 100%;
        margin-bottom: 10px;
    }
    .footer-contacts-first {
        border-left: none;
        width: auto;
        padding-left: 0;
    }
    .footer-contacts-second {
        width: auto;
    }
    .footer-bottom {
        flex-direction: row;
        gap: 20px;
        justify-content: space-between;
    }
    .footer-bottom span {
        width: calc(33.333% - 40px / 3);
    }
}

/*-------------mobile-----------*/
@media (max-width: 767px) {
    .container {
        padding: 0 20px;
    }
    .header-menu-wrapper,
    .header-top-menu {
        display: none;
    }
    .header__right-block {
        gap: 10px;
        align-items: center;
    }
    /* Одна линия зазоров: телефон — калькулятор — бургер без «двойного» gap из .header-buttons */
    .header-buttons {
        display: contents;
    }
    .header-calc span {
        display: none;
    }
    .header-logo {
        width: max-content;
    }
    .header-time {
        max-width: 140px;
    }
    .header-phone span {
        display: none;
    }
    .header-socials {
        margin-left: auto;
    }
    .header-center {
        flex-wrap: wrap;
        row-gap: 10px;
        justify-content: space-between;
    }
    .header-calc a:link,
    .header-calc a:visited {
        padding: 0;
        width: 45px;
        height: 45px;
        position: relative;
        display: block;
    }
    .header-buttons .header-calc a:link,
    .header-buttons .header-calc a:visited {
        padding: 0;
        width: 45px;
        height: 45px;
        display: block;
        border: 1px solid #8639F1;
        background: #8639F1;
        color: #fff;
    }
    .header-calc a svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .header-calc a:link::before,
    .header-calc a:visited::before {
        display: none;
    }
    .header-search {
        order: 1;
        width: 100%;
    }
    .header-logo {
        flex-grow: 1;
    }
    .header-logo img {
        display: block;
        width: 140px;
    }
    .footer {
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        padding: 30px 0;
    }
    .footer-top {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 30px;
        align-items: center;
        margin: 0 0 20px;
    }
    .footer-menu {
        display: none;
    }
    .footer-center {
        padding: 20px;
        flex-wrap: wrap;
        row-gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-center-title {
        width: 100%;
        max-width: none;
    }
    .footer-logo {
        margin: 0 0 20px;
    }
    .footer-contacts-wrapper {
        margin: 0 0 20px;
        text-align: center;
    }
    .footer-socials {
        justify-content: center;
    }
    .footer-address {
        font-size: 14px;
        margin: 0 0 20px;
        width: max-content;
        text-align: center;
    }
    .footer-phone {
        margin: 0 0 8px;
    }
    .footer-email {
        width: max-content;
        margin: 0 auto;
    }
    .footer-contacts-first {
        border-left: none;
        width: auto;
        padding: 0;
        margin-bottom: 10px;
    }
    .footer-contacts-first .footer-contacts-wrapper {
        margin: 0;
    }
    .footer-contacts-second {
        width: auto;
    }
    .footer-info {
        width: 100%;
        padding: 0;
        border: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-btns {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .footer-rating {
        justify-content: center;
    }
    .footer-bottom {
        gap: 10px;
    }
    .footer-callback {
        width: 100%;
    }
    .footer-calc a:link,
    .footer-calc a:visited,
    .footer-callback a:link,
    .footer-callback a:visited {
        max-width: none;
    }
    .footer-calc {
        width: 100%;
    }
    .footer-wrapper {
        flex-direction: column-reverse;
        gap: 22px;
    }
    .footer-sites {
        padding: 20px 20px 25px;
        flex-direction: column;
        gap: 20px;
    }
    .footer-supplier {
        padding: 20px 0 0;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        justify-content: center;
    }
}
.header__bottom .header__menu {
    width: 100%;
}
.header__bottom .header__list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}
@media (min-width: 993px) {
    .header__bottom .header__list {
        display: flex;
        width: 100%;
        flex-wrap: nowrap;
    }
}
.header__bottom .header__list .header__link {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.35;
    color: #2C2F37;
    transition: color .2s ease-in-out;
    text-transform: none;
}
.header__bottom .header__list .header__link:hover {
    color: #8639F1;
}
.header__bottom .header__burger2::before,
.header__bottom .header__burger2::after {
    display: none;
}
.header__bottom .header__burger2 {
    width: 0px;
    height: 0px;
    position: unset;
}
.header__bottom .header__menu .dropdown {
    top: 100%;
    right: auto;
    left: 0;
    margin-top: 0;
}

/* Mega-menu «Москитные сетки» */
.header,
.header .container,
.header-wrapper,
.header__bottom,
.header__bottom .header__menu {
    overflow: visible;
}
.header__bottom .header__menu {
    position: relative;
}
.header__bottom .header__mega-holder {
    position: static;
    width: 0;
    height: 0;
    overflow: visible;
}
.header__bottom .header__menu .dropdown.mega-menu {
    display: none;
    width: 100vw !important;
    max-width: none;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 0 0 calc(50% - 50vw);
    border: none !important;
    box-shadow: none !important;
    background: #F1F4F4 !important;
    position: absolute;
    left: 0;
    right: auto;
    top: 100%;
    transform: none;
    z-index: 998;
    border-bottom: 1px solid rgba(44, 47, 55, 0.08);
    float: none !important;
}
.header__bottom .header__menu .mega-menu .bx_dropdown,
.header__bottom .header__menu .mega-menu .bx_inner {
    float: none !important;
    display: block !important;
    width: auto !important;
}
.header__bottom .header__menu .mega-menu__panel {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 36px 40px 88px;
    min-height: 0;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    border: none;
    box-sizing: border-box;
}
.header__bottom .header__menu .mega-menu__columns {
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: repeat(var(--mega-cols, 3), minmax(210px, 1fr));
    gap: 12px 32px;
    width: auto !important;
    float: none !important;
}
.header__bottom .header__menu .mega-menu__col,
.header__bottom .header__menu .mega-menu .bx_inner {
    display: block !important;
    width: auto !important;
    float: none !important;
    min-width: 210px;
}
.header__bottom .header__menu .mega-menu__col-title,
.header__bottom .header__menu .mega-menu__col .h4,
.header__bottom .header__menu .mega-menu .h4 {
    color: #8639F1;
    font-family: 'Golos Text', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 14px !important;
    text-transform: none;
    text-align: left;
}
.header__bottom .header__menu .mega-menu__list,
.header__bottom .header__menu .mega-menu .dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block !important;
    width: auto !important;
}
.header__bottom .header__menu .mega-menu__item,
.header__bottom .header__menu .mega-menu .dropdown ul li {
    display: block !important;
    width: auto !important;
    margin: 0 0 8px;
    padding: 0;
    text-align: left;
    overflow: visible;
}
.header__bottom .header__menu .mega-menu__item a,
.header__bottom .header__menu .mega-menu .dropdown li a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 18px !important;
    color: #474A4A;
    font-family: 'Golos Text', sans-serif;
    font-size: 16px;
    line-height: 1.35;
    text-decoration: none;
    transition: color .2s ease;
    overflow: visible;
}
.header__bottom .header__menu .mega-menu__item a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 2px;
    margin-top: -1px;
    background: #8639F1;
}
.header__bottom .header__menu .mega-menu__item a:hover,
.header__bottom .header__menu .mega-menu .dropdown li a:hover {
    color: #8639F1;
    text-decoration: none;
}
.header__bottom .header__menu .mega-menu__item--has-badge > a.mega-menu__link {
    position: relative;
    display: inline-block;
    padding: 0 0 0 18px !important;
    overflow: visible;
}
.header__bottom .header__menu .mega-menu__badge {
    position: absolute !important;
    left: calc(100% + 4px);
    top: 50%;
    margin: 0;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: max-content;
    min-width: 0;
    height: auto;
    min-height: 20px;
    padding: 4px 9px 5px;
    border-radius: 5px 11px 4px 10px;
    font-family: 'Golos Text', sans-serif;
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 0;
    white-space: nowrap;
    transform: translateY(calc(-50% - 3px)) rotate(-5deg);
    transform-origin: left center;
    pointer-events: none;
    z-index: 2;
    overflow: visible;
}
.header__bottom .header__menu .mega-menu__badge--top {
    padding: 4px 8px 5px;
    color: #ffffff;
    background: #8639F1;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
}
.header__bottom .header__menu .mega-menu__badge--new,
.header__bottom .header__menu .mega-menu__badge--sale {
    padding: 4px 10px 5px;
    font-size: 10px;
}
.header__bottom .header__menu .mega-menu__badge--new {
    color: #ffffff;
    background: #1F9D55;
}
.header__bottom .header__menu .mega-menu__badge--sale {
    color: #ffffff;
    background: #E04B4B;
}
.header__bottom .header__menu .mega-menu__item a.mega-menu__link--disabled {
    color: #474A4A;
    cursor: default;
    pointer-events: none;
}
.header__bottom .header__menu .mega-menu__promo,
.header__bottom .header__menu .mega-menu .special-offer {
    flex: 0 0 224px;
    width: 224px !important;
    max-width: 224px;
    float: none !important;
    margin: 0 !important;
    padding: 0 0 0 24px;
    border-left: 1px solid #8639F1;
    border-top: none;
    text-align: center;
    position: relative !important;
    align-self: stretch;
}
.header__bottom .header__menu .mega-menu__promo-title {
    color: #8639F1;
    font-family: 'Golos Text', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 20px;
}
.header__bottom .header__menu .mega-menu__promo-link,
.header__bottom .header__menu .mega-menu .special-offer a {
    display: block;
    text-decoration: none;
    color: #474A4A;
    position: static !important;
}
.header__bottom .header__menu .mega-menu__promo-image {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    position: static !important;
}
.header__bottom .header__menu .mega-menu__promo-image img,
.header__bottom .header__menu .mega-menu .special-offer img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.06);
    position: static !important;
}
.header__bottom .header__menu .mega-menu__promo-subtitle {
    display: block;
    margin: 16px 0 0;
    font-family: 'Golos Text', sans-serif;
    font-size: 14px;
    line-height: 1.25;
    color: #474A4A;
    text-align: center;
}
.header__bottom .header__item--mega .header__link:hover,
.header__bottom .header__item--mega.selected .header__link {
    color: #8639F1;
}

/* Mega-menu «Жалюзи на окна» — типографика как у каталога сеток */
.header__bottom .header__menu .mega-menu--zhalyuzi .mega-menu__panel {
    flex-wrap: wrap;
    padding-bottom: 28px;
}
.header__bottom .header__menu .mega-menu--zhalyuzi .mega-menu__col--two-col .mega-menu__list {
    column-count: 2;
    column-gap: 20px;
}
.header__bottom .header__menu .mega-menu--zhalyuzi .mega-menu__col--two-col .mega-menu__item {
    break-inside: avoid;
}
.header__bottom .header__menu .mega-menu--zhalyuzi .mega-menu__groups-wrap .mega-menu__group + .mega-menu__group {
    margin-top: 12px;
}
.header__bottom .header__menu .mega-menu--zhalyuzi .mega-menu__groups-wrap--two-col {
    column-count: 2;
    column-gap: 28px;
}
.header__bottom .header__menu .mega-menu--zhalyuzi .mega-menu__groups-wrap--two-col .mega-menu__group {
    break-inside: avoid;
}
.header__bottom .header__menu .mega-menu--zhalyuzi .mega-menu__group-title--link .mega-menu__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 0 0 18px !important;
    font-family: 'Golos Text', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    color: #2C2F37;
    text-decoration: none;
}
.header__bottom .header__menu .mega-menu--zhalyuzi .mega-menu__group-title--link .mega-menu__link::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 2px;
    margin-top: -1px;
    background: #8639F1;
}
.header__bottom .header__menu .mega-menu--zhalyuzi .mega-menu__group-title--link .mega-menu__link:hover {
    color: #8639F1;
}
.header__bottom .header__menu .mega-menu--zhalyuzi .mega-menu__list--sub {
    margin: 2px 0 0;
    padding: 0 0 0 20px;
}
.header__bottom .header__menu .mega-menu--zhalyuzi .mega-menu__item--sub {
    margin-bottom: 4px;
}
.header__bottom .header__menu .mega-menu--zhalyuzi .mega-menu__item--sub a {
    padding: 0 0 0 14px !important;
    font-family: 'Golos Text', sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.35;
    color: #6B6E72 !important;
}
.header__bottom .header__menu .mega-menu--zhalyuzi .mega-menu__item--sub a:hover {
    color: #8639F1 !important;
}
.header__bottom .header__menu .mega-menu--zhalyuzi .mega-menu__item--sub a::before {
    width: 8px;
    height: 2px;
    background: #C4ADF0;
}
.header__bottom .header__menu .mega-menu--zhalyuzi .mega-menu__col--two-col .mega-menu__item a {
    font-family: 'Golos Text', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    color: #474A4A;
}
.header__bottom .header__menu .mega-menu--zhalyuzi .mega-menu__promo-image img {
    transform: none;
}
.header__bottom .header__menu .mega-menu--zhalyuzi .mega-menu__tags-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    flex: 0 0 100%;
    width: 100%;
    margin-top: 8px;
    padding: 18px 0 0;
    border-top: 1px solid rgba(134, 57, 241, .12);
}
.header__bottom .header__menu .mega-menu--zhalyuzi .mega-menu__tags-footer-item {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border: 1px solid #D8DCDD;
    border-radius: 8px;
    background: #fff;
    font-family: 'Golos Text', sans-serif;
    font-size: 13px;
    line-height: 1.25;
    color: #2C2F37;
    text-decoration: none;
    white-space: nowrap;
}
.header__bottom .header__menu .mega-menu--zhalyuzi .mega-menu__tags-footer-item:hover {
    border-color: #8639F1;
    color: #8639F1;
}
.sidebar-mobile-nav__item--sub .sidebar-mobile-nav__link--sub {
    padding-left: 28px;
    font-family: 'Golos Text', sans-serif;
    font-size: 15px;
    color: #474A4A;
}

/* Mega-menu «Подбор по ЖК» */
.header__bottom .header__menu .mega-menu--zhk .mega-menu__panel--zhk {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    width: 100%;
    max-width: 1360px;
}
.header__bottom .header__menu .mega-menu--zhk .mega-menu__panel-body--zhk {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
}
.header__bottom .header__menu .mega-menu__dev-tabs {
    flex: 0 0 220px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-self: flex-start;
    margin-left: 0;
    padding-left: 0;
}
.header__bottom .header__menu .mega-menu--zhk .mega-menu__dev-panels {
    margin-left: 0;
}
.header__bottom .header__menu .mega-menu__dev-tab {
    display: block;
    width: 100%;
    padding: 10px 12px;
    border: none;
    border-radius: 8px;
    background: transparent;
    text-align: left;
    font-family: 'Golos Text', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #474A4A;
    cursor: pointer;
}
.header__bottom .header__menu .mega-menu__dev-tab:hover,
.header__bottom .header__menu .mega-menu__dev-tab.is-active {
    color: #8639F1;
    background: rgba(134, 57, 241, 0.08);
}
.header__bottom .header__menu .mega-menu__dev-panels {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    overflow: hidden;
}
.header__bottom .header__menu .mega-menu__dev-panel {
    display: none;
    width: 100%;
}
.header__bottom .header__menu .mega-menu__dev-panel.is-active {
    display: block;
    width: 100%;
}
.header__bottom .header__menu .mega-menu--zhk .mega-menu__dev-panel .mega-menu__columns {
    width: 100% !important;
    float: none !important;
}
.header__bottom .header__menu .mega-menu__dev-landing {
    margin-bottom: 16px;
}
.header__bottom .header__menu .mega-menu__dev-landing a {
    font-family: 'Golos Text', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #8639F1;
    text-decoration: none;
}
.header__bottom .header__menu .mega-menu__dev-landing a:hover {
    text-decoration: underline;
}
.header__bottom .header__menu .mega-menu--zhk .mega-menu__col-title--zhk {
    margin-bottom: 14px !important;
}
.header__bottom .header__menu .mega-menu--zhk .zhk-menu-search {
    width: 100%;
    max-width: none;
    margin: 0;
}
.header__bottom .header__menu .mega-menu--zhk .zhk-menu-search--mega {
    flex: 0 0 auto;
}
.header__bottom .header__menu .mega-menu--zhk .zhk-menu-search__input {
    box-sizing: border-box;
    width: 100%;
    min-height: 44px;
    padding: 10px 14px;
    border: 2px solid #DDDDDD;
    border-radius: 8px;
    font-family: 'Golos Text', sans-serif;
    font-size: 16px;
    line-height: 1.35;
    color: #2C2F37;
    outline: none;
    background: #fff;
}
.header__bottom .header__menu .mega-menu--zhk .zhk-menu-search__input:focus {
    border-color: #8639F1;
}
.header__bottom .header__menu .mega-menu--zhk .zhk-menu-search__empty {
    margin: 8px 0 0;
    font-family: 'Golos Text', sans-serif;
    font-size: 14px;
    line-height: 1.35;
    color: #474A4A;
}
.header__bottom .header__menu .mega-menu__item.is-hidden-by-search,
.header__bottom .header__menu .mega-menu__col.is-hidden-by-search {
    display: none !important;
}
.header__bottom .header__menu .mega-menu .dropdown ul li {
    display: block !important;
}

@media (max-width: 1199px) {
    .header__bottom .header__menu .dropdown.mega-menu {
        width: 100vw !important;
        max-width: none;
    }
    .header__bottom .header__menu .mega-menu__panel {
        flex-direction: column;
        padding: 28px 40px 64px;
    }
    .header__bottom .header__menu .mega-menu__columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100% !important;
    }
    .header__bottom .header__menu .mega-menu__promo,
    .header__bottom .header__menu .mega-menu .special-offer {
        flex: 0 0 auto;
        width: 100% !important;
        max-width: none;
        margin: 16px 0 0 !important;
        padding: 16px 0 0;
        border-left: none;
        border-top: 1px solid #8639F1;
    }
    .header__bottom .header__menu .mega-menu--zhk .mega-menu__panel--zhk {
        flex-direction: column;
        gap: 20px;
    }
    .header__bottom .header__menu .mega-menu--zhk .mega-menu__panel-body--zhk {
        flex-direction: column;
        gap: 20px;
    }
    .header__bottom .header__menu .mega-menu__dev-tabs {
        flex: 0 0 auto;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        margin-left: 0;
    }
    .header__bottom .header__menu .mega-menu--zhk .mega-menu__dev-panels {
        margin-left: 0;
    }
    .header__bottom .header__menu .mega-menu__dev-tab {
        width: auto;
    }
}
@media (max-width: 992px) {
    .header__bottom {
        display: none;
    }
    .header__bottom .header__menu .dropdown.mega-menu {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .header__bottom .header__menu .mega-menu__columns {
        grid-template-columns: 1fr 1fr;
    }
    .header__bottom .header__menu .mega-menu__col-title,
    .header__bottom .header__menu .mega-menu__col .h4 {
        font-size: 18px;
    }
    .header__bottom .header__menu .mega-menu__item a {
        font-size: 16px;
    }
}
.corousel-1 .swiper-container.promo,
.corousel-1 .swiper-container.promo .swiper-slide {
    overflow: hidden;
}
.advantages .advantages__title {
    font-family: 'Golos Text', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0;
    color: #2C2F37;
    margin: 0 0 30px;
    text-align: center;
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.advantages .advantages__subtitle{
    font-family: 'Golos Text', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0;
    margin: 0 0 40px;
    text-align: center;
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
}
.color-purple {
    color: #8639F1;
}
.margin-0 {
    margin: 0 !important;
}
/* *********************** */
.suitable__products {
    margin: 0 0 100px;
}
.suitable__container {
    position: relative;
}
.suitable__container:not(:last-child) {
    margin: 0 0 60px;
}
.suitable__carousel {
    overflow: hidden;
    position: unset;
    padding: 8px 8px;
}
/* Как у блока «Калькулятор» на странице VSN */
.calculator__title,
.suitable__title {
    font-family: 'Golos Text', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 110%;
    letter-spacing: 0;
    color: #2C2F37;
    margin: 0 0 30px;
}
.suitable__title {
    max-width: 1009px;
}
@media (max-width: 768px) {
    .calculator__title,
    .suitable__title {
        font-size: 24px;
    }
}
.suitable__wrapper {
    margin: 0 0 35px;
    overflow: visible;
}
.swiper-pagination-suitable {
    text-align: center;
}

/* Активный пункт подменю (b-navigation) — фиолетовый фон */
.navigation__item.active {
    color: #fff;
    background-color: #8639F1;
}
.navigation__item.active:hover {
    background-color: #6b2dc4;
    color: #fff;
}

/* Блок типов сеток для дверных проёмов */
.dvernaya-types {
    padding: 60px 0 80px;
    margin-bottom: 60px;
}
.dvernaya-types__title {
    font-family: 'Golos Text', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 110%;
    color: #2C2F37;
    margin: 0 0 30px;
}
.dvernaya-types__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: stretch;
}
.dvernaya-types__card {
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
}
.dvernaya-types__card-img {
    margin: 0 0 20px;
    text-align: center;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dvernaya-types__card-img img {
    max-width: 120px;
    width: auto;
    height: 100px;
    object-fit: contain;
    object-position: center;
}
.dvernaya-types__card-title {
    font-size: 22px;
    font-weight: 600;
    color: #2C2F37;
    margin: 0 0 12px;
    min-height: 1.35em;
    line-height: 1.35;
}
.dvernaya-types__card-desc {
    font-size: 15px;
    line-height: 1.5;
    color: #2C2F37;
    margin: 0 0 16px;
}
.dvernaya-types__card-label {
    font-size: 15px;
    font-weight: 600;
    color: #2C2F37;
    margin: 0 0 8px;
}
.dvernaya-types__card ul {
    margin: 0 0 16px;
    padding-left: 20px;
}
.dvernaya-types__card ul li {
    font-size: 14px;
    line-height: 1.5;
    color: #2C2F37;
    margin-bottom: 4px;
}
.dvernaya-types__check {
    list-style: none !important;
    padding-left: 0 !important;
}
.dvernaya-types__check li {
    margin-bottom: 6px;
}
.dvernaya-types__slider {
    position: relative;
}
.js-dvernaya-types-swiper {
    overflow: hidden;
}
.js-dvernaya-types-swiper .swiper-wrapper {
    align-items: stretch;
}
.js-dvernaya-types-swiper .swiper-slide {
    height: auto !important;
}
.js-dvernaya-types-swiper .dvernaya-types__card {
    height: 100%;
}
.swiper-pagination-dvernaya-types {
    padding-top: 35px;
    text-align: center;
}
.swiper-pagination-dvernaya-types .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #C9CCCC;
    opacity: 1;
    margin: 0 5px;
    border-radius: 10px;
    transition: width 0.3s ease;
}
.swiper-pagination-dvernaya-types .swiper-pagination-bullet-active {
    width: 50px;
    background: #C9CCCC;
}
@media (max-width: 992px) {
    .dvernaya-types__grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .setka-detail__tabs {
        margin-bottom: 20px;
    }
    .setka-detail__tabs a {
        padding: 8px 12px;
        font-size: 13px;
    }
    .dvernaya-types {
        padding: 40px 0 50px;
    }
    .dvernaya-types__title {
        font-size: 24px;
    }
}

/* *********************** */
.advantages-product.container-bg {
    margin: 0 auto 100px;
    position: relative;
}
.advantages-product.container-bg::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background: url(/local/templates/moskitok/components/bitrix/news.list/stages/./image/purple-bg.webp) no-repeat center;
}
.advantages-product__title {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    line-height: 1.1;
    color: #2C2F37;
    margin: 0 0 40px;
}

/* sidebar */


.sidebar__content #sidebar-multilevel-menu {
    background: transparent;
    margin: 0 0 30px;
}
.sidebar__content #sidebar-multilevel-menu li a {
    text-align: left;
    color: #2C2F37;
    padding: 0 0 13px;
    margin: 0 0 13px;
    border-bottom: 1px solid #E0E3E3;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.35;
}
.sidebar__btns {
    padding: 0 20px 0;
    margin: 0 0 30px;
}
.sidebar__btns .open_modal_callback {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.35;
    padding: 10.5px;
    border: 1px solid #8639F1;
    border-radius: 8px;
    background-color: #8639F1;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
}
.sidebar__btns .open_modal_callback:hover {
    background-color: transparent;
    color: #2C2F37;
}
.sidebar__btns .header-calc a{
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.35;
}
/* *********************** */
@media (max-width: 1400px) {
    .bcy-1 {
      padding-top: 10px;
    }
    .swiper-button-next-castom,
  .swiper-button-prev-castom {
    display: none;
  }
}

@media (min-width: 1100px) and (max-width: 1380px) {
    .header__block-3__a .open_modal_callback {
      font-size: 14px;
    }
  }
@media (min-width: 800px) and (max-width: 1350px) {
    .row.main .block__right__container {
      display: block;
    }
}

@media (max-width: 1240px) {
    .setka__wrapper {
      grid-template-columns: repeat(3, 1fr);
    }
    .setka__header {
      flex-direction: column;
      gap: 30px;
      align-items: flex-start;
    }
    .setka__header .setka__control {
      align-self: flex-start;
      flex-wrap: nowrap;
    }
    /* Главная: заголовок в две строки слева, табы справа в одном ряду */
    .setka--home .setka__header {
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
      gap: clamp(16px, 4vw, 24px);
    }
    .setka--home .setka__header .setka__control {
      align-self: center;
    }
    .our-services .our-services__wrapper {
        flex-direction: column;
        gap: 10px;
      }
    
      .calk__wrapper {
        grid-template-columns: auto;
      }
    
      .calk__select {
        width: 98%;
      }
      .setka-detail__wrapper {
		flex-direction: column;
	}
	.setka-detail__gallery--wrapper {
		width: 50%;
		margin: 0 auto;
	}
	.setka-detail__container {
		width: 100%;
	}
}

@media (min-width: 1240px) {
    .product-advantages__container {
      overflow: hidden;
    }
    .hide-on-desktop {
        display: none;
    }
    /* Скрываем мобильное меню на десктопе */
    .header__sandwich {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1240px) {
    .hide-on-tablet {
        display: none !important;
      }
    /* Скрываем мобильное меню на планшете */
    .header__sandwich {
        display: none !important;
    }
      .corousel-1 {
        margin: 0 0 60px;
      }
      .projects,
      .partners,
      .block__calk,
      .remont {
        margin: 0 0 60px !important;
      }
      .b-form-engineer .form-engineer__container,
      .b-form .form__container {
        overflow: hidden;
      }
      .b-form-engineer .form-engineer__info,
      .b-form .form__info {
        padding: 30px;
        width: calc(65% - 23px / 2);
      }
      .b-form-engineer .form-engineer__imgbox,
      .b-form .form__imgbox {
        width: calc(35% - 23px / 2);
        margin: 0;
      }
      .b-form-engineer .form-engineer__imgbox img,
      .b-form .form__imgbox img {
        max-width: none;
      }
      .b-form-engineer .form-engineer__info-title,
      .b-form .form__info-title {
        font-size: 32px;
      }
      .b-form-engineer .form-engineer__info-subtitle,
      .b-form .form__info-subtitle {
        font-size: 16px;
        margin: 0 0 10px;
      }
      .b-form-engineer .form-engineer__info-field,
      .b-form .form__info-field {
        justify-content: space-between;
        flex-direction: column;
      }
      .b-form-engineer .form-engineer__info-input,
      .b-form .form__info-input {
        width: 100%;
      }
      /* ******************************* */
      .projects .swiper-slide img {
        height: revert-layer;
        border-radius: 15px;
      }
      /* ******************************* */
      .workers .workers__header-title {
        margin: 0 !important;
      }
      .workers .workers__block-body {
        padding: 16px 16px 18px !important;
      }
      .workers .workers__block-name {
        font-size: 17px !important;
        line-height: 1.2 !important;
      }
      .workers .workers__block-exp {
        font-size: 14px !important;
      }
      .workers .workers__block-more {
        font-size: 14px !important;
      }
      /* ******************************* */
      .setka {
        padding-bottom: 0;
        margin: 90px 0 60px;
      }
      /* ******************************* */
      body h2 {
        font-size: 35px !important;
        margin: 0 0 35px !important;
      }
      .container-bg {
        padding: 30px 0;
      }
      .advantages {
        margin: 0 0 60px;
      }
      .advantages .advantages__title {
        font-size: 40px;
      }
      .advantages .advantages__subtitle {
        font-size: 40px;
        margin-bottom: 30px;
      }
      .steklopakety {
        margin: 0 0 60px;
      }
}

@media (max-width: 1200px) {
    .header__block-1__img,
    .header__block-2__img,
    .header__block-3__img {
      display: none;
    }
    .header__list li a {
      font-size: 13px;
    }
    .color__block__right1 {
        display: block;
      }
      .block__right__container {
        display: flex;
        justify-content: space-between;
        text-align: center;
        padding-top: 30px;
      }
      .row__color__content-1 {
        align-items: flex-start;
      }
      .row__color__content-2 {
        align-items: flex-start;
      }
      .bcy-1 {
        padding-top: 0px;
      }
      .recomend__right__item1 {
        justify-content: center;
      }
      .recomend__block__left {
        margin-bottom: 30px;
      }
      .block__calk-title.active ~ .block__calk-container iframe {
        min-height: 1500px;
      }
}

@media (max-width: 992px) {
    .mobail {
        display: none;
      }
      body .services-section.type2 .items .item-wrap .item {
        height: auto;
      }
      .services-section.type2 .content {
        padding-top: 0;
      }
    .header__body__top__info {
      display: none;
    }
    .header__burger.active span {
        transform: scale(0);
      }
      .header__burger.active:before {
        transform: rotate(45deg);
        top: 9px;
        background: #00a550;
        width: 25px;
      }
      .header__burger.active:after {
        transform: rotate(-45deg);
        bottom: 9px;
        background: #00a550;
        width: 25px;
      }
      .header__menu.active {
        justify-content: center;
      }
      .header__burger {
        display: block;
      }
      .header__burger2,
      .logo2,
      .calk__content__left {
        display: none;
      }
      .header__menu {
        position: fixed;
        top: -100%;
        left: 0;
        width: 0;
        height: 100%;
        background: #fff;
        transition: all 0.6s ease 0s;
      }
      .header:before {
        z-index: 3;
      }
      .header__menu.active {
        top: 0;
        margin: 0;
      }
      .header__burger {
        z-index: 4;
        position: relative;
        top: 0;
        left: 0;
      }
      .header__logo {
        position: relative;
        z-index: 4;
      }
      .header__burger:before,
      .header__burger:after {
        width: 30px;
      }
      .header__burger span {
        width: 30px;
      }
      /*-----------------*/
    
      /*АДАПТАЦИЯ СПИСКА*/
      .header__list {
        display: block;
      }
      .header__menu ul li {
        margin-bottom: 50px;
        text-align: center;
      }
      .header__list li a {
        font-size: 20px;
      }
      .header__menu {
        padding-top: 140px;
      }
      body #breadcrum {
        margin-top: 100px;
      }
      body.pagem .color .color__title {
        margin-top: 100px;
      }
      body .color__title {
        margin-bottom: 20px;
      }
      body #modal_callback_form,
      body #modal_callback_form2,
      body #modal_callback_form3 {
        width: 100%;
      }
      .setka__wrapper {
        grid-template-columns: repeat(2, 1fr);
      }
      .content__block__icons1 {
        text-align: center;
      }
      .block__bg__text {
        padding: 20px 0 20px 10px;
      }
      .text__img-2__img {
        text-align: center;
        padding-top: 30px;
      }
      .form-phone input {
        margin-bottom: 10px;
      }
      .header__body__top {
        position: relative;
      }
      .header__body__top .header__logo {
        margin: auto;
        width: auto;
      }
      .header__body__top .header__logo img {
        height: 40px;
        width: auto;
      }
      .header:before {
        height: 80px;
      }
      .header .header__body__bottom {
        position: absolute;
        top: 10px;
        width: 100%;
      }
      .mobi-tel {
        display: block;
        width: 26px;
        height: 26px;
        position: absolute;
        background: url(../img/telephone.png) no-repeat;
        top: 18px;
        left: 88%;
        z-index: 4;
        background-size: contain;
      }
      .header__list li a {
        font-size: 16px;
      }
      .header__menu {
        justify-content: center;
      }
      .header__menu {
        padding-top: 80px;
      }
      .header-callback,
      .header__menu-sub,
      .header__socials,
      .header__menu ul {
        display: none;
      }
      .header-logo {
        margin: 0 !important;
      }
      .header-center {
        margin: 0 !important;
      }
      .header__menu ul li {
        margin-bottom: 20px;
      }
      .header__menu.active:before {
        content: '';
        position: absolute;
        height: 0%;
        width: 100%;
        box-shadow: 0px 5px 30px rgb(0 0 0 / 36%);
      }
      .tomatus {
        justify-content: flex-end;
      }
      .footer__row__bottom__text {
        justify-content: space-between;
      }
      .footer__row__bottom__img {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 10px;
      }
      #canc input[type='submit'] {
        margin: auto;
      }
      .row__color__content a img {
        width: 100%;
      }
      #tabs4 .morephoto {
        top: 145px;
      }
      #tabs4 .morephoto .col-md-2.prrb {
        width: 16%;
      }
      a#watsapp {
        bottom: 78px;
        display: block;
        left: 78%;
        position: fixed;
        z-index: 10000;
      }
      a.call {
        bottom: 15px;
        display: block;
        left: 78%;
        position: fixed;
        z-index: 10000;
      }
      a#watsapp img,
      a.call img {
        width: 56px;
        height: 56px;
        border-radius: 140px;
        opacity: 0.9;
      }
      img {
        max-width: 100%;
        height: auto;
      }
}

@media (min-width: 768px) and (max-width: 979px) {
    .calk__imgbox {
      display: none;
    }
    .calk__form {
      width: 100%;
    }
    .setka__imgbox img {
      max-width: none;
    }
    .setka__item {
      width: calc(33.333% - 40px / 3);
    }
    .steklopakety .setka__item {
        width: calc(50% - 20px / 2);
      }
}

@media (max-width: 768px) {
    .setka-detail {
		margin: 0 0 40px;
	}
	.setka-detail__wrapper {
		margin: 0 0 30px;
		gap: 25px;
	}
	.setka-detail__info-title {
		font-size: 22px;
		margin: 0 0 20px;
	}
	.setka-detail__info {
		margin: 0 0 20px;
	}
	.setka-detail__content-title {
		margin: 0 0 15px !important;
	}
	.setka-detail__content-text {
		font-size: 14px;
	}
	.setka-detail__content-text h3 + ul li {
		padding-left: 24px;
		margin: 0 0 12px;
		line-height: 150%;
	}
	.setka-detail__content-text h3 + ul li::before {
		left: 0;
		top: 10px;
		width: 12px;
	}
	.setka-detail__info-item,
	.setka-detail__info-item span {
		font-size: 14px;
	}
	.setka-detail__btns {
		gap: 5px;
	}
	.b-btn.b-btn--purple {
		width: 100%;
		max-width: none;
	}
	.setka-detail__gallery--wrapper {
		margin: 0;
		width: 100%;
	}
	.setka-detail__imgbox.swiper-slide {
		max-height: none;
	}
	.setka-detail__gallery .setka-detail__imgbox.swiper-slide  {
		min-height: 295px;
	}
	.setka-detail__title {
		font-size: 2.5rem;
		margin: 0 0 20px;
	}
    .steklopakety {
        margin: 0 0 40px;
      }
    .advantages .advantages__title {
        font-size: 22px !important;
        line-height: 1.15;
        margin: 0 0 6px !important;
        padding: 0 4px;
    }
    .advantages .advantages__subtitle {
        font-size: 17px;
        line-height: 1.2;
        margin-bottom: 12px;
    }
      .steklopakety .setka__item {
        width: 100%;
      }
    .container-bg {
        padding: 30px 0;
      }
    .main-title-h2 {
        margin-bottom: 25px;
        font-size: 28px;
    }
    .partners .partners__item {
        padding: 40px;
      }
      .partners .swiper-pagination-partners {
        padding-top: 15px;
    }
    .our-services {
        margin-bottom: 50px;
      }
      .our-services h2 {
        margin-bottom: 25px;
        font-size: 28px;
      }
      .our-services .our-services__item {
        padding: 20px;
        padding-bottom: 20px;
      }
      .our-services .our-services__title {
        margin-bottom: 15px;
        font-size: 17px;
      }
      .our-services .our-services__descr {
        margin-bottom: 71px;
        font-size: 14px;
        width: auto;
        position: relative;
        z-index: 999;
      }
      .our-services .our-services__imgbox {
        top: auto;
        transform: none;
        bottom: 0;
      }
      .our-services__link a {
        font-size: 14px;
        padding: 13px 25px;
      }
    .footer__top__col {
        text-align: center;
      }
      .footer__top__a {
        text-align: center;
      }
      .footer__top__icons {
        justify-content: center;
      }
      .footer__top__block__a {
        padding-top: 40px;
      }
    .sidebar {
      max-width: none;
    }
    .sidebar__btns .header-calc a svg{
      position: relative;
      top: auto;
      left: auto;
      transform: none;
    }
    .corousel-1__row {
        margin-bottom: 0;
      }
      .corousel__list {
        display: block;
        text-align: center;
        padding-left: 0;
      }
      .corousel__list li {
        margin: 0 0 40px 0;
      }
      .corousel__list li a {
        padding: 5px 5px;
        font-size: 13px;
      }
      .pereezd__a-1 {
        padding: 5px 0px;
      }
      .color__title h2 {
        text-align: center;
      }
      body .recomend__right__item1 {
        justify-content: left;
      }
      .color__block__right1 {
        display: flex;
        justify-content: center;
      }
      .block__right__container {
        display: block;
        text-align: left;
      }
      .recomend__item__text p {
        line-height: 15px;
      }
      .setka-1__block__bottom h5 {
        font-size: 14px;
      }
      .setka-1__block__bottom p {
        font-size: 14px;
      }
      .block__bg__text {
        padding: 0;
      }
      .row.colum-5 .col-md-2 {
        width: 20%;
      }
      .main {
        padding-left: 40px;
      }
      .text__img-1__img {
        text-align: center;
        margin-bottom: 30px;
      }
      body h2 {
        font-size: 2.0rem !important;
        margin: 0 0 27px !important;
      }
      .otzivi__text__a,
      .spansor__text__a,
      .video__a,
      .recomend__block__left {
        display: none;
      }
      .block__bg__text p {
        font-size: 14px;
      }
      .row .block__bg__text {
        padding: 10px 10px 0px 5px;
      }
      .col.calk__content__right {
        text-align: center;
      }
      .video__a {
        text-align: center;
      }
      .video__title__h2 {
        text-align: center;
        margin-bottom: 20px;
      }
      .video-2__img {
        text-align: center;
        margin-bottom: 20px;
      }
      .sponsor__img {
        margin-bottom: 10px;
      }
      .sponsor__h2 {
        text-align: center;
        margin-bottom: 20px;
      }
      .news__col__img {
        text-align: center;
      }
      .mews__col__text h5 {
        text-align: center;
        margin-bottom: 20px;
      }
      .news__col__1 {
        margin-bottom: 40px;
      }
      .news__row__content {
        margin: 0;
      }
      .b-form-engineer .form-engineer__info-head .form-engineer__imgbox,
      .b-form .form__info-head .form__imgbox {
        display: none;
      }
      .header {
        background-color: #f1f4f4;
        padding: 0px;
        position: relative;
        z-index: 999;
      }
      .hide-on-mobile {
        display: none !important;
      }
      .corousel-1 {
        margin: 0 0 30px;
        padding: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
      }
      .corousel-1 .swiper-container.promo {
        margin: 0 0 50px;
      }
      .block__calk {
        padding: 0 20px;
      }
      /* Фикс для контейнера калькулятора - предотвращает наложение блока специалистов */
      .block__calk.calculator-page {
        position: relative;
        z-index: 1;
        overflow: visible;
        padding-bottom: 30px;
      }
      .block__calk.calculator-page .container {
        position: relative;
      }
      .block__calk.calculator-page #moskitok-calculator {
        position: relative !important;
        min-height: auto;
      }
      /* Принудительный float clear для виджета калькулятора */
      .block__calk.calculator-page::after {
        content: "";
        display: table;
        clear: both;
      }
      .calculator-page__title {
        font-size: 28px;
        margin: 0 0 30px;
        text-align: center;
      }
      .block__calk .block__calk-title {
        margin: 0 !important;
      }
      .block__calk-title::after {
        width: 20px;
        transform: translateY(-80%);
      }
      .block__calk-title.active::after {
        transform: translateY(-20%) rotate(180deg);
      } 
      .workers,
      .projects,
      .partners,
      .block__calk,
      .engineer,
      .remont {
        margin: 0 0 30px !important;
      }
      .b-form-engineer .form-engineer__container,
      .b-form .form__container {
        position: relative;
        padding: 0;
        background-color: transparent;
        border: none;
      }
      .b-form-engineer .form-engineer__imgbox img, 
      .b-form .form__imgbox img {
        height: auto;
      }
      .b-form-engineer .form-engineer__info-title,
      .b-form .form__info-title {
        font-size: 22px;
        margin: 0 0 25px;
      }
      .b-form-engineer .form-engineer__info,
      .b-form .form__info {
        width: 100%;
        padding: 0;
      }
      .b-form-engineer .form-engineer__info-subtitle,
      .b-form .form__info-subtitle {
        font-size: 14px;
        padding: 20px 20px 8px;
        background-color: #F1F4F4;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        margin: 0;
        max-width: none;
      }
      .b-form-engineer .form-phone,
      .b-form .form-phone {
        padding: 0 20px 30px;
        background-color: #F1F4F4;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
      }
      .b-form-engineer .form-engineer__info-field,
      .b-form .form__info-field {
        flex-direction: column;
      }
      .b-form-engineer .form-engineer__info-input,
      .b-form .form__info-input {
        width: 100%;
      }
      .b-form-engineer .form-phone .form-engineer__info-btn,
      .b-form .form-phone .form__info-btn {
        width: 100%;
      }
      .b-form-engineer .form-engineer__info-input input,
      .b-form .form__info-input input {
        margin: 0;
      }
      .b-form-engineer .form-phone .form-engineer__info-btn input,
      .b-form .form-phone .form__info-btn input {
        margin: 0;
        width: 100%;
      }
      .b-form-engineer .form-engineer__info-policy,
      .b-form .form__info-policy {
        max-width: none;
        font-size: 12px;
        text-align: left;
      }
      .b-form-engineer .form-engineer__imgbox,
      .b-form .form__imgbox {
        display: none;
      }
      .b-form-engineer .form-engineer__info-head,
      .b-form .form__info-head {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        align-items: flex-end;
      }
      .b-form-engineer .form-engineer__info-head .form-engineer__imgbox,
      .b-form .form__info-head .form__imgbox {
        display: block;
        max-width: 162px;
      }
      /* ************************************* */
      .calk__imgbox {
        display: none;
      }
      .calk__form {
        width: 100%;
        padding: 30px 20px 35px;
      }
      .calk__title {
        margin: 0 0 15px !important;
      }
      .calk__field {
        margin: 0 0 10px;
      }
      .canc_colors p {
        text-align: left;
      }
      .canc_colors .col-calc p {
        width: 45px !important;
        height: 45px !important;
        margin-right: 2px !important;
      }
      .canc_colors .col-calc p.other {
        padding: 14px 29.5px !important;
        width: max-content !important;
      }
      /* ************************************ */
      .projects .projects__header-title {
        margin: 0 0 15px !important;
      }
      .projects .projects__header-container {
        flex-direction: column;
        margin: 0 0 15px !important;
        align-items: flex-start !important;
      }
      .projects .projects__header-text {
        max-width: none;
        width: 100%;
        font-size: 14px;
      }
      .projects .swiper-slide img {
        max-height: 390px;
        border-radius: 15px !important;
      }
      .projects .swiper-container.swiper-projects {
        overflow: visible;
      }
      /* ******************************* */
      .workers {
        padding: 0 0 65px;
        position: relative;
        clear: both;
      }
      /* Исправление наложения блока специалистов на калькулятор */
      #calculator + .workers {
        margin-top: 50px !important;
        position: relative;
        z-index: 2;
        background-color: #fff;
      }
      .workers .workers__header {
        margin: 0 0 15px !important;
      }
      .workers .workers__header-title {
        margin: 0 !important;
        text-align: center;
        width: 100%;
      }
      .workers .workers__header-btn {
        position: absolute;
        bottom: 0;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
      }
      .workers .workers__header-btn a {
        width: max-content;
      }
      .workers .workers__block-imgbox {
        margin: 0 !important;
      }
      /* ******************************* */
      .setka {
        margin: 30px 0;
        padding: 0;
      }
      .setka__header {
        gap: 20px;
        margin: 0 0 20px;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
      }
      .setka--home .setka__header {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: flex-start;
      }
      .setka__header .setka__control {
        align-self: center;
        flex-wrap: wrap;
        justify-content: center;
      }
      .setka__wrapper {
        gap: 5px;
      }
      .setka__item {
        width: calc(50% - 5px / 2);
        height: 175px;
        min-height: 175px;
        max-height: 175px;
        padding: 15px;
        overflow: hidden;
      }
      .setka__title {
        font-size: 14px;
        margin: 0 0 5px;
      }
      .setka__imgbox {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        align-items: center;
        justify-content: center;
        height: 120px;
      }
      .setka__imgbox.setka__imgbox--shift {
        bottom: 0;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        height: 110px;
      }
      .setka__imgbox.setka__imgbox--shift img {
        max-height: 110px;
        height: auto;
        width: auto;
        max-width: 100%;
      }
      .setka__main-title {
        text-align: center;
        margin: 0 !important;
        font-size: 2rem !important;
      }
      .setka__btn {
        font-size: 13px;
      }
      /* *********************** */
      .form-phone {
        text-align: center;
      }
      .input__name__1 {
        margin-right: 0px;
      }
      .form-phone input {
        margin-bottom: 10px;
      }
      .b-navigation {
		margin: 0 0 20px;
	}
      /* Скрытие всех кнопок навигации слайдеров на мобильной версии */
      .swiper-button-next-castom,
      .swiper-button-prev-castom {
        display: none !important;
      }
}

@media (max-width: 480px) {
	.advantages .advantages__title {
		font-size: 20px !important;
		margin: 0 0 4px !important;
	}
	.advantages .advantages__subtitle {
		font-size: 16px;
		margin-bottom: 10px;
	}
}

@media (min-width: 768px) {
	.navigation__wrapper {
		display: flex;
		gap: 5px;
		align-items: center;
		flex-wrap: wrap;
	}
}

@media (max-width: 576px) {
    .footer__row__content {
      text-align: center;
    }
    .footer__content__group {
      margin-bottom: 10px;
    }
}

@media (max-width: 550px) {
    .setka__wrapper {
      grid-template-columns: auto;
    }
    .setka__btn {
      padding: 10px 15px;
    }
}

/* ========================================= */
/* FAQ стили для продуктовых страниц (details/summary) */
/* ========================================= */

/* Заголовок ВНЕ серого блока */
.faq-title,
h2.faq-title {
    font-family: 'Golos Text', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0;
    color: #2C2F37;
    margin: 0 0 40px;
    text-align: center;
    max-width: 1200px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
}

/* Заголовок внутри .faq (для старых страниц) */
.faq h2,
.faq .setka-detail__content-title {
    font-family: 'Golos Text', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0;
    color: #2C2F37;
    margin: 0 0 40px;
    text-align: center;
}

.faq {
    width: 100% !important;
    max-width: 1200px;
    margin: 0 auto 120px !important;
    padding: 60px;
    background-color: #F1F4F4;
    border-radius: 30px;
}

.faq details {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #C9CCCC !important;
    border-radius: 0 !important;
    padding: 24px 0 !important;
    margin-bottom: 0 !important;
}

/* Убираем border у последнего элемента в каждой колонке */
.faq > div:last-child details,
.faq > details:last-of-type {
    border-bottom: none !important;
}

.faq details summary {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #2C2F37;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding-right: 65px;
    position: relative;
}

.faq details summary::-webkit-details-marker {
    display: none;
}

.faq details summary::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1V13M1 7H13' stroke='%232C2F37' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.2s ease;
}

.faq details[open] summary::after {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='2' viewBox='0 0 14 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1H13' stroke='%232C2F37' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.faq details > div,
.faq details [itemprop="acceptedAnswer"] {
    padding-top: 16px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #474A4A;
}

.faq details p {
    margin: 0 0 10px;
}

.faq details p:last-child {
    margin-bottom: 0;
}

.faq details ul {
    margin: 10px 0;
    padding-left: 20px;
}

.faq details li {
    margin-bottom: 5px;
    list-style: disc;
}

/* Планшет */
@media (max-width: 1240px) {
    .faq-title,
    h2.faq-title {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .faq {
        padding: 40px;
        margin-bottom: 80px !important;
    }

    .faq h2,
    .faq .setka-detail__content-title {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .faq details summary {
        font-size: 18px;
    }
}



/* Мобильная версия */
@media (max-width: 768px) {
    .faq-title,
    h2.faq-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .faq {
        padding: 24px 20px;
        margin-bottom: 60px !important;
        border-radius: 16px;
    }

    .faq h2,
    .faq .setka-detail__content-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .faq details {
        padding: 16px 0 !important;
    }

    .faq details summary {
        font-size: 16px;
        padding-right: 50px;
        gap: 12px;
    }

    .faq details summary::after {
        width: 36px;
        height: 36px;
    }

    .faq details > div,
    .faq details [itemprop="acceptedAnswer"] {
        font-size: 14px;
        padding-top: 12px;
    }
}

@media (max-width: 480px) {
    .faq-title,
    h2.faq-title {
        font-size: 22px;
    }

    .faq h2,
    .faq .setka-detail__content-title {
        font-size: 22px;
    }

    .faq details summary {
        font-size: 15px;
        padding-right: 45px;
    }

    .faq details summary::after {
        width: 32px;
        height: 32px;
        background-size: 10px;
    }
}

/* ========================================= */
/* Адаптивные стили для блока Отзывы */
/* ========================================= */
@media (max-width: 1240px) {
    .reviews.container-bg,
    .calculator-strip.container-bg {
        min-height: auto;
        padding: 60px 40px;
    }
    #calculator.calculator-strip.container-bg {
        padding: 24px 40px 52px;
    }
    .reviews .reviews__head-title {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .reviews.container-bg,
    .calculator-strip.container-bg {
        padding: 30px 20px;
        border-radius: 16px;
    }
    #calculator.calculator-strip.container-bg {
        padding: 14px 20px 28px;
    }
    .reviews .reviews__head-title {
        font-size: 26px;
    }
    .reviews .reviews__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

/* ========================================= */
/* .workers .workers__header-title и .price-page__section-title */
/* ========================================= */
.workers .workers__header-title,
.price-page__section-title {
    font-size: 3rem;
}

.price-page__section-title {
    font-family: 'Golos Text', sans-serif;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0;
    color: #2C2F37;
    margin: 0;
}

#calculator .price-page__section-title {
    margin-bottom: 1.5rem;
}

/* ========================================= */
/* Страница цен - заголовок таблицы */
/* ========================================= */
.price-table__heading {
    font-size: 1.5rem;
    margin: 2rem 0 1rem;
    font-family: 'Golos Text', sans-serif;
    font-weight: 600;
    color: #2C2F37;
}

/* ========================================= */
/* Хлебные крошки - мобильная версия */
/* ========================================= */
@media (max-width: 767px) {
    .container > .b-breadcrumb {
        margin-left: -10px;
        margin-right: -10px;
    }
}

/* Каталог цен (Полотно / Конструкции) — мобильная версия без отступа справа */
@media (max-width: 768px) {
    .price-catalog { grid-template-columns: 1fr; }
    .price-catalog__subhead { gap: 8px; padding-left: 12px; padding-right: 12px; }
    .price-catalog__cell { gap: 8px; padding-left: 12px; padding-right: 12px; }
}

/* ========================================= */
/* Блок цен на рамочные москитные сетки */
/* ========================================= */
.ramochnye-prices-block.container-bg {
    margin: 0 auto 120px;
    padding: 110px 50px;
    max-width: 1820px;
    border-radius: 30px;
}
@media (min-width: 768px) and (max-width: 1240px) {
    .ramochnye-prices-block.container-bg {
        margin: 0 auto 60px;
        padding: 40px 30px;
    }
}
@media (max-width: 768px) {
    .ramochnye-prices-block.container-bg {
        margin: 0 auto 30px;
        padding: 30px 20px;
        border-radius: 16px;
    }
}
.ramochnye-prices__table-wrap {
    overflow-x: auto;
    margin-bottom: 1rem;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    background: #fff;
}
.ramochnye-prices__table {
    width: 100%;
    border-collapse: collapse;
    min-width: 400px;
}
.ramochnye-prices__table th,
.ramochnye-prices__table td {
    padding: 14px 20px;
    text-align: left;
    border-bottom: 1px solid #E8E8E8;
    vertical-align: middle;
    color: #2C2F37;
    font-size: 15px;
}
.ramochnye-prices__table th {
    font-weight: 600;
    background: rgba(241, 244, 244, 0.6);
}
.ramochnye-prices__table tbody tr:last-child td {
    border-bottom: none;
}
.ramochnye-prices__table a {
    color: inherit;
    text-decoration: underline;
}
.ramochnye-prices__table a:hover {
    opacity: 0.8;
}
.ramochnye-prices__hint {
    font-size: 14px;
    color: #666;
    margin: 0;
}
.ramochnye-prices__hint a {
    color: #7B61FF;
}

/* ========================================= */
/* Блок сравнения конструкций */
/* ========================================= */
.compare-constructions {
    padding: 60px 0;
    background: #fff;
}
.compare-constructions__title {
    font-family: 'Golos Text', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 110%;
    color: #2C2F37;
    margin-bottom: 20px;
}
.compare-constructions__subtitle {
    font-size: 17px;
    color: #474A4A;
    margin-bottom: 40px;
    line-height: 150%;
}
.compare-constructions__table {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.compare-constructions__row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: #F1F4F4;
    border-radius: 10px;
    min-height: 56px;
}
.compare-constructions__row--header {
    background: #F1F4F4;
}
.compare-constructions__row--header .compare-constructions__cell {
    font-weight: 600;
}
.compare-constructions__cell {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    flex: 1;
    font-family: 'Golos Text', sans-serif;
    font-size: 15px;
    line-height: 150%;
    color: #474A4A;
    text-align: center;
    border-right: 1px solid #FFFFFF;
    box-sizing: border-box;
}
.compare-constructions__cell:last-child {
    border-right: none;
}
.compare-constructions__cell--param {
    flex: 0 0 200px;
    font-weight: 600;
    justify-content: flex-start;
    text-align: left;
}
.compare-constructions__cell--highlight {
    background: #F6EFFF;
}
.compare-constructions__cell a {
    color: #7B2CBF;
    text-decoration: none;
}
.compare-constructions__cell a:hover {
    text-decoration: underline;
}
@media (max-width: 1024px) {
    .compare-constructions__table {
        overflow-x: auto;
    }
    .compare-constructions__row {
        min-width: 900px;
    }
    .compare-constructions__cell {
        font-size: 14px;
        padding: 12px 15px;
    }
    .compare-constructions__cell--param {
        flex: 0 0 160px;
    }
}
@media (max-width: 768px) {
    .compare-constructions {
        padding: 40px 0;
    }
    .compare-constructions__title {
        font-size: 24px;
    }
    .compare-constructions__subtitle {
        font-size: 15px;
    }
}

/* Заголовок «Как выбрать москитную сетку?» — тот же визуал, что у benefit__header-title, отдельный блок */
.choose-guide {
    margin: 0 0 8px;
}
.choose-guide .choose-guide__header {
    display: flex;
    justify-content: space-between;
    margin: 0;
    gap: 15px;
}
.choose-guide .choose-guide__title {
    font-family: 'Golos Text', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    color: #2C2F37;
}
@media (min-width: 768px) and (max-width: 1240px) {
    .choose-guide .choose-guide__title {
        margin: 0 !important;
        width: 100%;
    }
    .choose-guide .choose-guide__header {
        margin: 0 0 8px;
    }
}
@media (max-width: 768px) {
    .choose-guide {
        margin: 0 0 4px;
    }
    .choose-guide .choose-guide__title {
        margin: 0 !important;
        font-size: 24px;
        line-height: 110%;
    }
    .choose-guide .choose-guide__header {
        flex-direction: column;
        margin: 0 0 8px;
    }
}

/* Обзор конструкций: строки = типы, многострочный текст в ячейках (/moskitnye-setki/) */
.compare-constructions--guide {
    padding: 0 0 48px;
}
.compare-constructions--guide .compare-constructions__table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.compare-constructions--guide .compare-constructions__row {
    align-items: stretch;
    min-height: auto;
    min-width: 1180px;
}
.compare-constructions--guide .compare-constructions__cell {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    font-size: 15px;
    line-height: 150%;
}
.compare-constructions--guide .compare-constructions__row--header .compare-constructions__cell {
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 56px;
    font-size: 15px;
}
.compare-constructions--guide .compare-constructions__row--header .compare-constructions__cell.compare-constructions__cell--param {
    justify-content: flex-start;
    text-align: left;
}
.compare-constructions--guide .compare-constructions__cell--param {
    flex: 0 0 168px;
}
.compare-constructions--guide .compare-constructions__cell:not(.compare-constructions__cell--param) {
    flex: 1 1 160px;
    min-width: 150px;
}
@media (max-width: 1024px) {
    .compare-constructions--guide .compare-constructions__row {
        min-width: 1100px;
    }
}
@media (max-width: 768px) {
    .compare-constructions--guide {
        padding: 0 0 32px;
    }
    .compare-constructions--guide .compare-constructions__cell {
        font-size: 14px;
        padding: 12px 14px;
    }
}

.compare-constructions--plisse-systems {
    padding: 48px 0;
    background: #fff;
}
.compare-constructions--plisse-systems .compare-constructions__cell--param {
    flex: 0 0 220px;
}
.compare-constructions--plisse-systems .compare-constructions__row {
    min-width: 960px;
}
@media (max-width: 1024px) {
    .compare-constructions--plisse-systems .compare-constructions__cell--param {
        flex: 0 0 190px;
    }
    .compare-constructions--plisse-systems .compare-constructions__row {
        min-width: 900px;
    }
}


/* Diler Hero Section */
.diler-hero {
    padding: 0 0 60px;
}
.diler-hero__title {
    font-family: 'Golos Text', Arial, sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 32px;
    color: #2C2F37;
    line-height: 110%;
    letter-spacing: 0%;
}
.diler-hero__content {
    display: flex;
    gap: 24px;
    align-items: stretch;
    margin-bottom: 28px;
}
.diler-hero__card {
    width: 630px;
    min-height: 340px;
    background: #f5f5f7;
    border-radius: 30px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    flex-shrink: 0;
}
.diler-hero__card-title {
    font-family: 'Golos Text', Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    color: #2C2F37;
    margin-bottom: 16px;
    padding: 0;
    align-self: stretch;
}
.diler-hero__card-text {
    font-family: 'Golos Text', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #474A4A;
    margin: 0;
    align-self: stretch;
}
.diler-hero__photo {
    flex: 1;
    border-radius: 20px;
    overflow: hidden;
    min-height: 300px;
}
.diler-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.diler-hero__actions {
    display: flex;
    gap: 16px;
}
.diler-btn {
    flex: 1;
    display: block;
    text-align: center;
    padding: 18px 20px;
    background: rgba(134, 57, 241, 1);
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    transition: background 0.25s ease;
    cursor: pointer;
}
.diler-btn:hover {
    background: rgba(110, 40, 210, 1);
    color: #fff !important;
}
@media (max-width: 768px) {
    .diler-hero__title {
        font-size: 28px;
    }
    .diler-hero__content {
        flex-direction: column;
    }
    .diler-hero__card {
        width: 100%;
        min-height: auto;
        padding: 24px;
        gap: 16px;
        border-radius: 20px;
    }
    .diler-hero__card-title {
        font-size: 24px;
    }
    .diler-hero__card-text {
        font-size: 15px;
    }
    .diler-hero__photo {
        min-height: 220px;
        border-radius: 16px;
    }
    .diler-hero__actions {
        flex-direction: column;
    }
}

/* Diler Partners Section */
.diler-partners {
    margin: 0 auto 120px;
    max-width: 1820px;
    padding: 0 16px;
}
.diler-partners__bg {
    position: relative;
    background: #F1F4F4;
    border-radius: 30px;
    padding: 80px 60px;
    overflow: hidden;
}
.diler-partners__glow {
    position: absolute;
    width: 589px;
    height: 589px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #8639F1;
    opacity: 0.1;
    filter: blur(100px);
    border-radius: 50%;
    pointer-events: none;
}
.diler-partners__title {
    font-family: 'Golos Text', Arial, sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 110%;
    color: #2C2F37;
    text-align: center;
    margin: 0 0 50px;
    position: relative;
    z-index: 1;
}
.diler-partners__slider-wrap {
    position: relative;
    z-index: 1;
}
.diler-partners .js-diler-partners-swiper {
    overflow: hidden;
}
.diler-partners__card {
    background: #fff;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 330px;
    height: auto;
    box-sizing: border-box;
}
.diler-partners__card-text {
    padding: 26px 28px 14px;
}
.diler-partners__card-title {
    font-family: 'Golos Text', Arial, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #2C2F37;
    margin: 0;
}
.diler-partners__card-desc {
    font-family: 'Golos Text', Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 130%;
    color: #474A4A;
    margin: 0;
}
.diler-partners__card-img {
    margin-top: auto;
    height: 246px;
    border-radius: 30px;
    overflow: hidden;
    margin: auto 0 0;
}
.diler-partners__card-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 30px;
}
@media (max-width: 1240px) {
    .diler-partners__bg {
        padding: 60px 40px;
    }
    .diler-partners__title {
        font-size: 40px;
    }
}
@media (max-width: 768px) {
    .diler-partners {
        margin-bottom: 60px;
    }
    .diler-partners__bg {
        padding: 30px 20px;
        border-radius: 16px;
    }
    .diler-partners__title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .diler-partners__glow {
        width: 300px;
        height: 300px;
    }
    .diler-partners__card {
        min-height: auto;
    }
}
.swiper-pagination-diler-partners {
    text-align: center;
    margin-top: 20px;
}

/* Diler Terms Section */
.diler-terms {
    margin: 0 0 120px;
}
.diler-terms__title {
    font-family: 'Golos Text', Arial, sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 110%;
    text-align: center;
    color: #2C2F37;
    margin: 0 0 40px;
}
.diler-terms__table {
    display: flex;
    flex-direction: column;
    gap: 1px;
    max-width: 1280px;
    margin: 0 auto;
}
.diler-terms__row {
    display: flex;
    align-items: center;
    padding: 20px 28px;
    background: #F1F4F4;
    border-radius: 0;
}
.diler-terms__row:first-child {
    border-radius: 16px 16px 0 0;
}
.diler-terms__row:last-child {
    border-radius: 0 0 16px 16px;
}
.diler-terms__label {
    font-family: 'Golos Text', Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 130%;
    color: #474A4A;
    width: 280px;
    flex-shrink: 0;
}
.diler-terms__value {
    font-family: 'Golos Text', Arial, sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 130%;
    color: #2C2F37;
}
@media (max-width: 1240px) {
    .diler-terms__title {
        font-size: 40px;
    }
}
@media (max-width: 768px) {
    .diler-terms {
        margin-bottom: 60px;
    }
    .diler-terms__title {
        font-size: 28px;
        margin-bottom: 24px;
    }
    .diler-terms__row {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        padding: 16px 20px;
    }
    .diler-terms__label {
        width: auto;
        font-size: 14px;
    }
    .diler-terms__value {
        font-size: 15px;
    }
}

/* Diler Logistics Section */
.diler-logistics {
    margin: 0 0 120px;
}
.diler-logistics__inner {
    display: grid;
    grid-template-columns: 1fr 630px;
    gap: 0;
    align-items: center;
    position: relative;
}
.diler-logistics__title {
    font-family: 'Golos Text', Arial, sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 110%;
    color: #2C2F37;
    margin: 0 0 30px;
}
.diler-logistics__map-side {
    position: relative;
    z-index: 1;
}
.diler-logistics__map {
    position: relative;
    margin-right: -200px;
}
.diler-logistics__map-img {
    width: 100%;
    height: auto;
    display: block;
}
.diler-logistics__map-img path {
    stroke: #F1F4F4;
    stroke-width: 1.5;
}
.diler-logistics__pin {
    position: absolute;
    left: 13%;
    top: 58%;
    transform: translate(-50%, -100%);
    z-index: 2;
}
.diler-logistics__glow {
    position: absolute;
    width: 512px;
    height: 512px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #8639F1;
    opacity: 0.1;
    filter: blur(100px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.diler-logistics__info {
    display: flex;
    flex-direction: column;
    gap: 25px;
    background: #F1F4F4;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    z-index: 2;
}
.diler-logistics__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding-bottom: 25px;
    border-bottom: 1px solid #D9D9D9;
}
.diler-logistics__row:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.diler-logistics__row-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
.diler-logistics__row-name {
    font-family: 'Mulish', 'Golos Text', Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    color: #2C2F37;
}
.diler-logistics__row-desc {
    font-family: 'Golos Text', Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 130%;
    color: #474A4A;
}
.diler-logistics__row-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.diler-logistics__row-icon svg {
    width: 40px;
    height: 40px;
    color: #474A4A;
}
@media (max-width: 1240px) {
    .diler-logistics__inner {
        grid-template-columns: 1fr 1fr;
    }
    .diler-logistics__title {
        font-size: 40px;
    }
    .diler-logistics__map {
        margin-right: -100px;
    }
}
@media (max-width: 768px) {
    .diler-logistics {
        margin-bottom: 60px;
    }
    .diler-logistics__inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .diler-logistics__map {
        margin-right: 0;
    }
    .diler-logistics__title {
        font-size: 28px;
    }
    .diler-logistics__info {
        padding: 24px;
        gap: 20px;
    }
    .diler-logistics__glow {
        width: 250px;
        height: 250px;
    }
}

/* Diler Contacts Section */
.diler-contacts {
    margin: 0 0 120px;
}
.diler-contacts__title {
    font-family: 'Golos Text', Arial, sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 110%;
    color: #2C2F37;
    margin: 0 0 40px;
}
.diler-contacts__inner {
    display: grid;
    grid-template-columns: 630px 1fr;
    gap: 20px;
    align-items: stretch;
}
.diler-contacts__info {
    background: #F1F4F4;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.diler-contacts__email-row {
    display: flex;
    align-items: center;
    gap: 8px;
}
.diler-contacts__copy {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
    transition: opacity 0.2s ease;
}
.diler-contacts__copy:hover {
    opacity: 1;
}
.diler-contacts__item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.diler-contacts__label {
    font-family: 'Golos Text', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: rgba(44, 47, 55, 0.5);
}
.diler-contacts__value {
    font-family: 'Golos Text', Arial, sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    color: #2C2F37;
}
a.diler-contacts__value {
    text-decoration: none;
    transition: color 0.2s ease;
}
a.diler-contacts__value:hover {
    color: #8639F1;
}
.diler-contacts__phone {
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
}
.diler-contacts__map {
    border-radius: 20px;
    overflow: hidden;
    min-height: 400px;
}
.diler-contacts__map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 400px;
}
@media (max-width: 1240px) {
    .diler-contacts__inner {
        grid-template-columns: 1fr 1fr;
    }
    .diler-contacts__title {
        font-size: 40px;
    }
}
@media (max-width: 768px) {
    .diler-contacts {
        margin-bottom: 60px;
    }
    .diler-contacts__inner {
        grid-template-columns: 1fr;
    }
    .diler-contacts__title {
        font-size: 28px;
        margin-bottom: 24px;
    }
    .diler-contacts__info {
        padding: 24px;
        gap: 20px;
    }
    .diler-contacts__map {
        min-height: 300px;
    }
}

/* Diler Bottom CTA Section */
.diler-bottom-cta {
    margin: 0 0 120px;
}
.diler-bottom-cta__actions {
    display: flex;
    gap: 16px;
}
@media (max-width: 768px) {
    .diler-bottom-cta {
        margin-bottom: 60px;
    }
    .diler-bottom-cta__actions {
        flex-direction: column;
    }
}

/* Diler Partner Gets Section */
.diler-partner-gets .advantages__block-title {
    font-family: 'Mulish', 'Golos Text', Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #2C2F37;
}
.diler-partner-gets .advantages__block-text {
    display: none;
}

/* Non-scroll fix for modals */
html.non-scroll {
    overflow: hidden !important;
    margin-right: var(--scrollbar-width, 0px) !important;
}

/* Delivery page (/delivery/) */
.delivery-page__content {
    padding-bottom: 60px;
}
.delivery-pay {
    margin: 8px 0 32px;
}
.delivery-pay__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}
.delivery-pay__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 18px 22px;
    border-radius: 16px;
    background: #202222;
    border: 1px solid rgba(134, 57, 241, 0.22);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.delivery-pay__item:hover {
    border-color: rgba(134, 57, 241, 0.45);
    box-shadow: 0 16px 48px rgba(134, 57, 241, 0.15);
}
.delivery-pay__icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 120px;
    margin-bottom: 14px;
    border-radius: 12px;
    background-color: #202222;
}
.delivery-pay__icon {
    max-width: 100%;
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
    mix-blend-mode: lighten;
}
.delivery-pay__title {
    font-family: 'Golos Text', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    color: #f4f4f5;
    margin: 0 0 8px;
}
.delivery-pay__text {
    font-size: 14px;
    line-height: 1.45;
    color: #a8adb8;
    margin: 0;
}
.delivery-pay__grid--tariffs {
    grid-template-columns: repeat(3, 1fr);
}
.delivery-tariffs .delivery-pay__icon-wrap {
    min-height: 140px;
}
.delivery-tariffs .delivery-pay__icon {
    max-height: 150px;
}
.delivery-tariffs .delivery-pay__text strong {
    color: #e2e6ed;
    font-weight: 600;
}
.delivery-regions-note {
    margin-top: 18px;
    padding: 18px 22px;
    border-radius: 16px;
    background: #202222;
    border: 1px solid rgba(134, 57, 241, 0.22);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}
.delivery-regions-note__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #a8adb8;
}
.delivery-regions-note__lead {
    color: #f4f4f5;
    font-weight: 600;
}
@media (max-width: 991px) {
    .delivery-pay__grid--tariffs {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 575px) {
    .delivery-pay__grid {
        grid-template-columns: 1fr;
    }
}
.delivery-page__faq {
    margin-top: 48px;
}
.delivery-pickup {
    margin: 16px 0 36px;
}
.delivery-pickup__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
}
.delivery-pickup__grid > * {
    min-width: 0;
}
.delivery-pickup__card {
    background: #202222;
    border: 1px solid rgba(134, 57, 241, 0.22);
    border-radius: 16px;
    padding: 22px 22px 20px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.delivery-pickup__card:hover {
    border-color: rgba(134, 57, 241, 0.35);
}
.delivery-pickup__info-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}
.delivery-pickup__card-title {
    font-family: 'Golos Text', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    color: #f4f4f5;
    margin: 0 0 12px;
}
.delivery-pickup__text {
    font-size: 15px;
    line-height: 1.5;
    color: #a8adb8;
    margin: 0 0 12px;
}
.delivery-pickup__text:last-child {
    margin-bottom: 0;
}
.delivery-pickup__text--hours {
    margin-bottom: 8px;
}
.delivery-pickup__address {
    font-size: 15px;
    line-height: 1.55;
    color: #e2e4e8;
    margin: 0 0 14px;
}
.delivery-pickup__link {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #c9b8f5;
    text-decoration: none;
    border-bottom: 1px solid rgba(201, 184, 245, 0.45);
    padding-bottom: 1px;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.delivery-pickup__link:hover {
    color: #e8e0ff;
    border-bottom-color: rgba(232, 224, 255, 0.7);
}
.delivery-pickup__link--inline {
    border-bottom: none;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}
.delivery-pickup__video-note {
    margin: 14px 0 0;
    font-size: 14px;
    line-height: 1.45;
    color: #a8adb8;
    flex-shrink: 0;
}
.delivery-pickup__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    align-items: center;
}
.delivery-pickup__phone {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #f4f4f5;
    text-decoration: none;
    margin-top: 4px;
    letter-spacing: 0.02em;
}
.delivery-pickup__phone:hover {
    color: #fff;
}
.delivery-pickup__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.delivery-pickup__list li {
    position: relative;
    padding-left: 18px;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.5;
    color: #a8adb8;
}
.delivery-pickup__list li:last-child {
    margin-bottom: 0;
}
.delivery-pickup__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #8639F1;
}
.delivery-pickup__list strong {
    color: #e2e4e8;
    font-weight: 600;
}
.delivery-pickup__hours-label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #7c8190;
    margin: 0 0 8px;
}
.delivery-pickup__video-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    padding-bottom: 20px;
}
.delivery-pickup__video-title {
    font-family: 'Golos Text', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #f4f4f5;
    margin: 0 0 14px;
    flex-shrink: 0;
}
.delivery-pickup__video-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    min-height: 0;
}
.delivery-pickup__video-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 12px;
    overflow: hidden;
    background: #202222;
    border: 1px solid rgba(134, 57, 241, 0.15);
    flex-shrink: 0;
}
.delivery-pickup__video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
@media (max-width: 991px) {
    .delivery-pickup__grid {
        grid-template-columns: 1fr;
        align-items: stretch;
    }
    .delivery-pickup__info-stack {
        height: auto;
    }
    .delivery-pickup__video-card {
        height: auto;
    }
    .delivery-pickup__video-body {
        flex: 0 0 auto;
    }
}

/* ========================================= */
/* Каталог цен (страницы /price/ и /moskitnye-setki/) */
/* ========================================= */
.price-catalog-wrap {
    margin: 30px 0 60px;
}
.price-catalog-wrap__title {
    font-family: 'Golos Text', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 110%;
    color: #2C2F37;
    margin: 0 0 16px;
    text-align: center;
}
.price-page__intro {
    margin-bottom: 2rem;
    color: #444;
    line-height: 1.6;
}
.price-catalog {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 3rem;
    max-width: 1280px;
}
.price-catalog__heading {
    font-family: "Golos Text", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: 0;
    margin: 0 0 16px 0;
    color: #2C2F37;
}
.price-catalog__subhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 8px;
    gap: 40px;
    font-size: 14px;
    color: #666;
}
.price-catalog__subhead-name { flex: 1; }
.price-catalog__subhead-price { flex-shrink: 0; }
.price-catalog__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.price-catalog__cell {
    display: flex;
    align-items: center;
    gap: 40px;
    height: 80px;
    min-height: 80px;
    padding: 0 20px;
    border-radius: 10px;
    border-bottom: 1px solid #E8E8E8;
    background: rgba(241, 244, 244, 1);
    text-decoration: none;
    color: inherit;
    transition: background 0.2s;
}
.price-catalog__cell:hover { background: rgba(227, 222, 240, 1); }
.price-catalog__img {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 10px;
    overflow: hidden;
    background: #E8E8E8;
}
.price-catalog__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.price-catalog__name {
    flex: 1;
    font-weight: 500;
    color: #2C2F37;
    font-size: 15px;
}
.price-catalog__price {
    flex-shrink: 0;
    font-weight: 500;
    color: #2C2F37;
    white-space: nowrap;
}
.price-catalog__more {
    margin-top: 12px;
}
.price-catalog__more-toggle {
    list-style: none;
    cursor: pointer;
    text-align: center;
}
.price-catalog__more-toggle::-webkit-details-marker {
    display: none;
}
.price-catalog__more-label {
    color: #8639F1;
    font-weight: 500;
}
.price-catalog__more-label--open {
    display: none;
}
.price-catalog__more[open] .price-catalog__more-label--closed {
    display: none;
}
.price-catalog__more[open] .price-catalog__more-label--open {
    display: inline;
}
@media (min-width: 769px) {
    .price-catalog__more {
        display: none;
    }
}
.price-table__hint {
    color: #666;
    font-size: 14px;
    margin-top: 1rem;
}
@media (max-width: 768px) {
    .price-catalog-wrap__title {
        font-size: 24px;
    }
    .price-catalog {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .price-catalog__subhead {
        gap: 8px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .price-catalog__cell {
        gap: 8px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .price-catalog__more {
        margin-top: 10px;
    }
    .price-catalog__cell--more {
        display: none;
    }
    .price-catalog__col:has(.price-catalog__more[open]) .price-catalog__cell--more {
        display: flex;
    }
}

/* ---------- Experts: основатель ---------- */
.experts-founder {
    margin: 0 0 40px;
}
.experts-founder__card {
    display: grid;
    grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
    gap: 32px 40px;
    align-items: center;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid #e6e6ea;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    padding: 0;
    cursor: pointer;
}
.experts-founder__card:hover {
    border-color: rgba(134, 57, 241, 0.35);
    box-shadow: 0 16px 48px rgba(134, 57, 241, 0.14);
}
.experts-founder__photo {
    position: relative;
    aspect-ratio: 4 / 5;
    background: linear-gradient(165deg, #e8e4f2 0%, #d4cfe8 100%);
    min-height: 280px;
}
.experts-founder__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.experts-founder__placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    font-weight: 600;
    color: #8639F1;
    text-transform: uppercase;
}
.experts-founder__content {
    padding: 28px 32px 32px 0;
    text-align: left;
}
.experts-founder__label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8639F1;
    margin: 0 0 8px;
}
.experts-founder__name {
    font-family: "Golos Text", -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.15;
    color: #2C2F37;
    margin: 0 0 14px;
}
.experts-founder__exp {
    font-size: 17px;
    line-height: 1.45;
    color: #2C2F37;
    margin: 0 0 18px;
    max-width: 520px;
}
.experts-founder__exp strong {
    font-weight: 600;
}
.experts-founder__more {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #8639F1;
}
@media (max-width: 900px) {
    .experts-founder__card {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .experts-founder__photo {
        min-height: 360px;
        max-height: 70vw;
    }
    .experts-founder__content {
        padding: 24px 22px 28px;
    }
    .experts-founder__name {
        font-size: 28px;
    }
}
@media (max-width: 600px) {
    .experts-founder__name {
        font-size: 24px;
    }
    .experts-founder__content {
        padding: 20px 18px 24px;
    }
}

/* ---------- Experts / Специалисты ---------- */
.experts-page {
    padding: 0 0 80px;
}
/* Верх страницы /calculator/ (обёртка без класса calculator-page — он на блоке iframe) */
.calculator-page-head {
    padding: 0;
}
@media (max-width: 767px) {
    .experts-page {
        padding: 16px 0 40px;
    }
    .calculator-page-head {
        padding: 16px 0 0;
    }
}
.experts-page__intro {
    max-width: 720px;
    font-size: 18px;
    line-height: 1.5;
    color: #2C2F37;
    margin: 0 0 40px;
    opacity: 0.9;
}
.experts-page__empty {
    font-size: 16px;
    color: #666;
}
.experts-page__pager {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.experts-page__pager .bx-pagination {
    margin: 0;
}
.experts-page__pager .bx-pagination .bx-pagination-item {
    margin: 0 4px;
}
.experts-page__pager .bx-pagination .bx-pagination-item a,
.experts-page__pager .bx-pagination .bx-pagination-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 15px;
    text-decoration: none;
    color: #2C2F37;
    border: 1px solid #e6e6ea;
    background: #fff;
}
.experts-page__pager .bx-pagination .bx-pagination-item a:hover {
    border-color: rgba(134, 57, 241, 0.4);
    color: #8639F1;
}
.experts-page__pager .bx-pagination .bx-pagination-item.bx-active span {
    border-color: #8639F1;
    background: rgba(134, 57, 241, 0.08);
    color: #8639F1;
    font-weight: 600;
}
.experts-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: stretch;
}
.experts-card {
    display: flex;
    min-height: 0;
}
.experts-card__link {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    flex: 1 1 auto;
    position: relative;
    z-index: 1;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid #e6e6ea;
    border-radius: 16px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
    cursor: pointer;
}
.experts-card__link:hover {
    border-color: rgba(134, 57, 241, 0.35);
    box-shadow: 0 12px 36px rgba(134, 57, 241, 0.12);
}
.experts-card__photo {
    flex: 0 0 auto;
    aspect-ratio: 4 / 5;
    background: linear-gradient(165deg, #e8e4f2 0%, #d4cfe8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.experts-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.experts-card__placeholder {
    font-size: 48px;
    font-weight: 600;
    color: #8639F1;
    opacity: 0.85;
    text-transform: uppercase;
}
.experts-card__body {
    padding: 20px 20px 22px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}
.experts-card__head {
    flex: 0 0 auto;
}
.experts-card__footer {
    margin-top: auto;
    flex: 0 0 auto;
    padding-top: 4px;
}
.experts-card__name {
    font-family: "Golos Text", -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 8px;
    color: #2C2F37;
}
.experts-card__position {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 10px;
    color: #5c5f66;
}
.experts-card__exp {
    font-size: 15px;
    line-height: 1.4;
    margin: 0 0 6px;
    color: #2C2F37;
}
.experts-card__phone--muted {
    font-size: 15px;
    color: #666;
    margin: 0 0 10px;
}
.experts-card__more {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #8639F1;
}
.experts-page--detail {
    padding-bottom: 100px;
    overflow-x: hidden;
}
.expert-detail__grid {
    display: grid;
    grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
    gap: 40px 48px;
    align-items: start;
    margin-bottom: 48px;
}
.expert-detail__photo {
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(165deg, #e8e4f2 0%, #d4cfe8 100%);
    aspect-ratio: 4 / 5;
    max-width: 400px;
}
.expert-detail__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.expert-detail__placeholder {
    width: 100%;
    min-height: 100%;
    aspect-ratio: 4 / 5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 72px;
    font-weight: 600;
    color: #8639F1;
    text-transform: uppercase;
}
.expert-detail__name {
    margin-bottom: 16px;
}
.expert-detail__position {
    font-size: 17px;
    line-height: 1.45;
    color: #5c5f66;
    margin: -4px 0 18px;
    max-width: 560px;
}
.expert-detail__stag {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 22px;
    color: #2C2F37;
}
.expert-detail__stag strong {
    font-weight: 600;
}
.expert-detail__contacts {
    margin: 4px 0 0;
}
.expert-detail__contact-row {
    display: grid;
    grid-template-columns: 108px 1fr;
    gap: 6px 16px;
    align-items: baseline;
    font-size: 16px;
    line-height: 1.45;
    margin: 0 0 14px;
    color: #2C2F37;
}
.expert-detail__contact-label {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #666;
}
.expert-detail__contact-link {
    color: #8639F1;
    text-decoration: none;
}
.expert-detail__contact-link:hover {
    text-decoration: underline;
}
.expert-detail__contact-row--address .expert-detail__contact-value {
    max-width: 520px;
    display: inline-block;
}
a.expert-detail__phone--lg {
    font-size: 22px;
    font-weight: 600;
    color: #2C2F37;
    text-decoration: none;
}
a.expert-detail__phone--lg:hover {
    color: #8639F1;
}
.expert-detail__row {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 12px;
    color: #2C2F37;
}
.expert-detail__label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #666;
    margin-bottom: 2px;
}
.expert-detail__value {
    font-weight: 600;
}
a.expert-detail__phone {
    font-size: 24px;
    font-weight: 600;
    color: #2C2F37;
    text-decoration: none;
}
a.expert-detail__phone:hover {
    color: #8639F1;
}
.expert-detail__callback {
    margin-top: 20px;
}
.expert-detail__about {
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.expert-detail__about-inner {
    max-width: 860px;
}
.expert-detail__workers {
    position: relative;
    width: 100%;
    margin-top: 32px;
    padding-top: 40px;
    border-top: none;
}
.expert-detail__workers::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    margin-left: -50vw;
    background: #e8e8ec;
    pointer-events: none;
}
.expert-detail__workers .workers {
    padding-bottom: 0;
}
.expert-detail__about-title {
    font-family: "Golos Text", -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #2C2F37;
    padding: 0;
    border: none;
}
.expert-detail__about-text {
    font-size: 18px;
    line-height: 1.6;
    color: #2C2F37;
}
.expert-detail__about-text p {
    margin: 0 0 1em;
}
.expert-detail__back {
    margin: 24px 0 0;
    font-size: 16px;
}
.expert-detail__back a {
    color: #8639F1;
    text-decoration: none;
    font-weight: 500;
}
.expert-detail__back a:hover {
    text-decoration: underline;
}
@media (max-width: 992px) {
    .experts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .expert-detail__grid {
        grid-template-columns: 1fr;
        max-width: 400px;
    }
    .expert-detail__name {
        font-size: 2rem;
    }
}
@media (max-width: 600px) {
    .experts-grid {
        grid-template-columns: 1fr;
    }
    .expert-detail__grid {
        max-width: none;
    }
    .expert-detail__contact-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}

/* ========================================= */
/* Inline video inside setka-detail content  */
/* ========================================= */
.setka-detail__video {
    margin: 24px 0 32px;
}
.setka-detail__video-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 12px;
    overflow: hidden;
    background: #202222;
    border: 1px solid rgba(134, 57, 241, 0.15);
}
.setka-detail__video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
@media (max-width: 767px) {
    .setka-detail__video {
        margin: 18px 0 24px;
    }
    .setka-detail__video-wrap {
        border-radius: 10px;
    }
}

/* ========================================= */
/* Страница /moskitnye-setki/pik/ (PIK_desktop) */
/* ========================================= */
.pik-page__hero {
    margin-bottom: 0;
}
.pik-page__title {
    font-family: 'Golos Text', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.1;
    color: #2C2F37;
    margin: 40px 0 50px;
    max-width: 777px;
}
.pik-page__section-title {
    font-family: 'Golos Text', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.1;
    color: #2C2F37;
    margin: 0 0 30px;
    max-width: 900px;
}
.pik-page__section-title--center {
    text-align: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}
.pik-page__about-wrap {
    max-width: 1920px;
    margin: 0 auto 80px;
    padding: 0 50px;
    box-sizing: border-box;
}
.pik-page__about {
    position: relative;
    max-width: 1820px;
    width: 100%;
    height: 655px;
    margin: 0 auto;
    background: #F1F4F4;
    border-radius: 30px;
    box-sizing: border-box;
    overflow: visible;
}
.pik-page__about-glow {
    position: absolute;
    width: 655px;
    height: 655px;
    left: calc(50% - 655px / 2 + 12.5px);
    top: 50%;
    transform: translateY(-50%);
    background: #8639F1;
    opacity: 0.1;
    filter: blur(100px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.pik-page__about-inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    height: 100%;
    padding: 145px 244px 113px 270px;
    box-sizing: border-box;
}
.pik-page__about-content {
    position: relative;
    z-index: 1;
    flex: 0 1 738px;
    min-width: 0;
    max-width: 738px;
}
.pik-page__about-title {
    font-family: 'Golos Text', sans-serif;
    font-size: 50px;
    font-weight: 600;
    font-style: normal;
    line-height: 110%;
    color: #2C2F37;
    margin: 0 0 24px;
    max-width: 738px;
}
.pik-page__about-text {
    font-size: 17px;
    line-height: 1.45;
    color: #474A4A;
    margin: 0 0 30px;
    max-width: 522px;
}
.pik-page__about-btn {
    min-width: 260px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.pik-page__about-media {
    position: relative;
    flex: 0 0 656px;
    width: 656px;
}
.pik-page__about-slider {
    position: relative;
    width: 656px;
    height: 397px;
    overflow: hidden;
    border-radius: 30px;
}
.pik-page__about-slider .swiper-slide {
    height: 397px;
}
.pik-page__about-slider .swiper-slide picture {
    display: block;
    width: 100%;
    height: 100%;
}
.pik-page__about-slider .swiper-slide picture,
.pik-page__about-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pik-page__about-pagination {
    display: none;
}
.pik-page__about-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    border: 1px solid #C9CCCC;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
    transition: border-color 0.2s ease-in-out;
}
.pik-page__about-nav::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -3px;
    border-left: 1.5px solid #2C2F37;
    border-bottom: 1.5px solid #2C2F37;
    transform: rotate(45deg);
    box-sizing: border-box;
}
.pik-page__about-nav--prev {
    left: -80px;
    transform: translateY(-50%);
}
.pik-page__about-nav--next {
    left: calc(100% + 30px);
    transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 1700px) and (min-width: 1241px) {
    .pik-page__about-wrap {
        padding: 0 clamp(16px, 2%, 30px);
    }
    .pik-page__about {
        min-height: 655px;
        height: auto;
        overflow: hidden;
    }
    .pik-page__about-inner {
        display: grid;
        grid-template-columns: minmax(0, 738fr) minmax(0, 656fr);
        align-items: center;
        gap: clamp(20px, 2vw, 30px);
        min-height: 655px;
        height: auto;
        padding-top: clamp(50px, 6%, 120px);
        padding-bottom: clamp(40px, 5%, 90px);
        padding-left: clamp(24px, 4%, 120px);
        padding-right: clamp(24px, 4%, 110px);
    }
    .pik-page__about-content {
        flex: none;
        width: 100%;
        max-width: none;
    }
    .pik-page__about-media {
        flex: none;
        width: 100%;
        min-width: 0;
        max-width: none;
    }
    .pik-page__about-slider {
        width: 100%;
        height: auto;
        aspect-ratio: 656 / 397;
    }
    .pik-page__about-slider .swiper-slide {
        height: auto;
        aspect-ratio: 656 / 397;
    }
    .pik-page__about-nav--prev {
        left: 10px;
    }
    .pik-page__about-nav--next {
        left: auto;
        right: 10px;
        transform: translateY(-50%) rotate(180deg);
    }
}
.pik-page__about-nav:hover {
    border-color: #8639F1;
}
.pik-page__about-nav:hover::after {
    border-color: #8639F1;
}
.pik-page__consult {
    margin: 0 0 80px;
    padding: 60px 0;
}
.pik-page__consult-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}
.pik-page__consult-title {
    font-family: 'Golos Text', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.1;
    color: #2C2F37;
    margin: 0 0 20px;
    max-width: 449px;
}
.pik-page__consult-text {
    font-size: 17px;
    line-height: 1.3;
    color: #474A4A;
    margin: 0 0 24px;
    max-width: 315px;
}
.pik-page__consult-field {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.pik-page__consult-field input[type="tel"] {
    flex: 1 1 220px;
    min-height: 50px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 16px;
}
.pik-page__consult-field .b-btn {
    min-width: 134px;
    min-height: 50px;
    border: none;
    cursor: pointer;
}
.pik-page__consult-policy {
    font-size: 12px;
    line-height: 1.4;
    color: #474A4A;
    max-width: 268px;
    margin: 0;
}
.pik-page__consult-image img {
    width: 100%;
    max-width: 449px;
    height: auto;
    display: block;
    margin-left: auto;
}
.pik-page__marketplace {
    margin: 0 0 80px;
}
.pik-page__marketplace-head {
    display: grid;
    grid-template-columns: minmax(0, 701px) minmax(0, 536px);
    justify-content: space-between;
    align-items: start;
    gap: 43px;
    margin-bottom: 30px;
}
.pik-page__marketplace-title {
    font-family: 'Golos Text', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 110%;
    color: #2C2F37;
    margin: 0;
    max-width: 701px;
}
.pik-page__marketplace-note {
    font-family: 'Golos Text', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 130%;
    color: #474A4A;
    margin: 10px 0 0;
    max-width: 536px;
}
.pik-page__marketplace-grid {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    max-width: 1280px;
    gap: 0;
}
.pik-page__marketplace-mobile {
    display: none;
}
.pik-page__marketplace-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: block;
}
.pik-page__marketplace-swiper:not(.swiper-initialized) .swiper-slide ~ .swiper-slide {
    display: none;
}
.pik-page__marketplace-card {
    flex: 0 0 305px;
    width: 305px;
    background: #F1F4F4;
    border-radius: 30px;
    padding: 35px 30px;
    min-height: 384px;
    height: 384px;
    box-sizing: border-box;
}
.pik-page__marketplace-card--img {
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}
.pik-page__marketplace-card--img .pik-page__marketplace-card-body {
    flex: 1 1 auto;
    padding: 35px 30px 0;
    box-sizing: border-box;
}
.pik-page__marketplace-card-img {
    width: 100%;
    height: 241px;
    flex-shrink: 0;
    margin-top: auto;
    background: transparent;
}
.pik-page__marketplace-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    display: block;
    background: transparent;
}
.pik-page__marketplace-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    margin: 0 -20px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 30px;
    position: relative;
    z-index: 2;
    align-self: center;
}
.pik-page__marketplace-arrow-icon {
    display: block;
    width: 18px;
    height: 0;
    border-top: 1.5px solid #8639F1;
    flex: none;
    box-sizing: border-box;
    position: relative;
}
.pik-page__marketplace-arrow-icon::after {
    content: '';
    position: absolute;
    right: -1px;
    top: -4px;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid #8639F1;
    border-bottom: 1.5px solid #8639F1;
    transform: rotate(-45deg);
    box-sizing: border-box;
}
.pik-page__marketplace-card-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    color: #2C2F37;
    margin: 0 0 12px;
}
.pik-page__marketplace-card p {
    font-size: 17px;
    line-height: 1.3;
    color: #474A4A;
    margin: 0;
}
.pik-page__marketplace-card--photo {
    position: relative;
    background-color: #121824;
    background-image: var(--pik-marketplace-photo);
    background-size: cover;
    background-position: center;
    justify-content: flex-end;
}
.pik-page__marketplace-card--photo .pik-page__marketplace-card-overlay {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(180deg, rgba(18, 24, 36, 0.72) 0%, rgba(18, 24, 36, 0.45) 45%, rgba(18, 24, 36, 0.68) 100%);
    z-index: 1;
}
.pik-page__marketplace-card--photo .pik-page__marketplace-card-body {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 35px 30px;
    min-height: 100%;
    box-sizing: border-box;
}
.pik-page__marketplace-card--photo .pik-page__marketplace-card-title,
.pik-page__marketplace-card--photo p {
    color: #FFFFFF;
}
.pik-page__marketplace-card--photo-placeholder {
    background-color: #D5DADB;
    background-image: none;
    min-height: 280px;
}
.pik-page__marketplace-card--photo-placeholder .pik-page__marketplace-card-body {
    justify-content: flex-end;
}
.pik-page__marketplace-card--photo-placeholder .pik-page__marketplace-card-title,
.pik-page__marketplace-card--photo-placeholder p {
    color: #474A4A;
}
.pik-jk-hero--placeholder {
    background-color: #3A4048;
    background-image: none;
}
.pik-jk-hero--placeholder .pik-jk-hero__overlay {
    background:
        linear-gradient(90deg, rgba(18, 24, 36, 0.72) 0%, rgba(18, 24, 36, 0.48) 50%, rgba(18, 24, 36, 0.28) 100%),
        linear-gradient(180deg, rgba(18, 24, 36, 0.1) 0%, rgba(18, 24, 36, 0.35) 100%);
}
.pik-page__engineer {
    margin: 80px 0;
}
.pik-page__engineer .engineer {
    margin: 0 !important;
}
.pik-page__catalog {
    margin: 0 0 80px;
}
.pik-page__catalog-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    margin: 0 0 40px;
}
.pik-page__catalog-title {
    font-family: 'Golos Text', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 110%;
    color: #2C2F37;
    margin: 0;
    max-width: 630px;
}
.pik-page__catalog-control {
    height: 54px;
    padding: 4px;
    background: #F1F4F4;
}
.pik-page__catalog-control .setka__btn {
    height: 100%;
    font-weight: 500;
    font-size: 17px;
    line-height: 135%;
    color: #2C2F37;
}
.pik-page__catalog-control .setka__btn.active {
    background: #2C2F37;
    color: #FFFFFF;
}
.pik-page__catalog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.pik-page__catalog-card {
    background: #F1F4F4;
    border-radius: 30px;
    padding: 35px;
    min-height: 279px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(190px, 220px);
    gap: 20px;
    align-items: center;
}
.pik-page__catalog-card-content {
    max-width: 340px;
}
.pik-page__catalog-card-title {
    font-family: 'Golos Text', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 125%;
    color: #2C2F37;
    margin: 0 0 12px;
}
.pik-page__catalog-card-text {
    font-size: 17px;
    line-height: 1.3;
    color: #474A4A;
    margin: 0 0 24px;
}
.pik-page__catalog-card-btn {
    display: inline-flex;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 30px;
    min-width: 154px;
    min-height: 45px;
    border: 1px solid #C9CCCC;
    border-radius: 100px;
    font-family: 'Golos Text', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
    color: #2C2F37;
    text-decoration: none;
    background: #F1F4F4;
    transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.pik-page__catalog-card-btn:hover {
    border-color: #8639F1;
    color: #8639F1;
}
.pik-page__catalog-card-img {
    align-self: end;
    text-align: right;
}
.pik-page__catalog-card-img img {
    width: 100%;
    max-width: 220px;
    max-height: 220px;
    object-fit: contain;
    object-position: right bottom;
    display: block;
    margin-left: auto;
}
.pik-page__catalog-card--cloth .pik-page__catalog-card-img img {
    max-width: 210px;
    max-height: 210px;
}
.pik-page__catalog-more {
    display: flex;
    flex-direction: column;
    margin: 24px 0 0;
}
.pik-page__catalog-more-toggle {
    order: 2;
    margin-top: 20px;
    list-style: none;
    cursor: pointer;
    text-align: center;
}
.pik-page__catalog-more-toggle::-webkit-details-marker {
    display: none;
}
.pik-page__catalog-more-label {
    color: #8639F1;
    text-decoration: none;
    font-weight: 500;
}
.pik-page__catalog-more-label--open {
    display: none;
}
.pik-page__catalog-more[open] .pik-page__catalog-more-label--closed {
    display: none;
}
.pik-page__catalog-more[open] .pik-page__catalog-more-label--open {
    display: inline;
}
.pik-page__catalog-grid--more {
    order: 1;
    margin-top: 0;
}
.pik-page__catalog-more-label:hover,
.pik-page__catalog-more-label:focus {
    color: #8639F1;
    text-decoration: underline;
}
.pik-page__jk {
    margin: 0 0 80px;
}
.pik-page__jk-title {
    font-family: 'Golos Text', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 110%;
    color: #2C2F37;
    margin: 0 0 40px;
    max-width: 1280px;
}
.pik-page__jk-subtitle {
    max-width: 1280px;
    font-size: 17px;
    line-height: 130%;
    color: #474A4A;
    margin: 0 0 40px;
}
.pik-page__jk-layout {
    display: flex;
    flex-direction: column;
}
.pik-page__jk-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 630px));
    justify-content: space-between;
    gap: 20px;
}
.pik-page__jk-card {
    width: 100%;
    min-height: 280px;
    box-sizing: border-box;
    background: #F1F4F4;
    border-radius: 30px;
    padding: 35px 57px;
    display: flex;
    justify-content: center;
}
.pik-page__jk-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 516px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.pik-page__jk-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    font-size: 17px;
    line-height: 150%;
    color: #474A4A;
}
.pik-page__jk-list li.pik-page__jk-item--more {
    display: none;
}
.pik-page__jk-layout--open .pik-page__jk-list li.pik-page__jk-item--more,
.pik-page__jk-layout:has(.pik-page__jk-more[open]) .pik-page__jk-list li.pik-page__jk-item--more {
    display: flex;
}
.pik-page__jk-list-arrow {
    width: 18px;
    height: 26px;
    flex: none;
    order: 0;
    flex-grow: 0;
    position: relative;
}
.pik-page__jk-list-arrow::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    width: 18px;
    height: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-top: 1.5px solid #8639F1;
}
.pik-page__jk-more {
    margin-top: 20px;
}
.pik-page__jk-more-toggle {
    list-style: none;
    cursor: pointer;
    text-align: center;
}
.pik-page__jk-more-toggle::-webkit-details-marker {
    display: none;
}
.pik-page__jk-more-label {
    color: #8639F1;
    text-decoration: none;
    font-weight: 500;
}
.pik-page__jk-more-label--open {
    display: none;
}
.pik-page__jk-more[open] .pik-page__jk-more-label--closed {
    display: none;
}
.pik-page__jk-more[open] .pik-page__jk-more-label--open {
    display: inline;
}
.pik-page__jk-more-label:hover,
.pik-page__jk-more-label:focus {
    text-decoration: underline;
}
.pik-page__works {
    margin: 0 0 80px;
}
.pik-page__works-header {
    text-align: left;
}
.pik-page__works .projects__header-container {
    align-items: flex-start;
    justify-content: space-between;
}
.pik-page__works-heading.projects__header-container {
    display: block;
    margin: 0 0 24px;
}
.pik-page__works-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0 0 30px;
}
.pik-page__works-filters {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}
.pik-page__works-title {
    font-family: 'Golos Text', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 110%;
    color: #2C2F37;
    margin: 0 0 24px;
    max-width: 528px;
    padding-bottom: 0 !important;
    text-align: left;
}
.pik-page__works .projects__header-text.pik-page__works-subtitle,
.pik-page__works-subtitle,
.pik-page__works-lead {
    max-width: 632px;
    width: 100%;
    margin: 0 0 30px;
    margin-right: auto;
    font-family: 'Golos Text', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #474A4A;
    text-align: left;
}
.pik-page__problems {
    margin: 0 auto 80px;
    position: relative;
    max-width: 1820px;
    min-height: 947px;
    border-radius: 30px;
    overflow: hidden;
}
.pik-page__problems::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 740px;
    height: 740px;
    transform: translate(-50%, -50%);
    background: url("/local/templates/moskitok/components/bitrix/news.list/stages/image/purple-bg.webp") no-repeat center;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
}
.pik-page__problems .container {
    position: relative;
    z-index: 1;
    padding-top: 40px;
}
.pik-page__problems-slider-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 36px;
}
.pik-page__problems-swiper {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
}
.pik-page__problems-swiper .swiper-slide {
    height: auto;
    box-sizing: border-box;
}
.pik-page__problem-card {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 35px 30px;
    height: 384px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.pik-page__problem-card-img {
    width: min(100%, 230px);
    height: auto;
    display: block;
    align-self: flex-end;
    margin-top: 12px;
}
.pik-page__problem-card h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    color: #2C2F37;
    text-align: center;
    margin: 0;
    align-self: stretch;
}
.pik-page__problems-nav {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #C9CCCC;
    background: transparent;
    cursor: pointer;
    position: relative;
    transition: border-color 0.2s;
}
.pik-page__problems-nav:hover {
    border-color: #8639F1;
}
.pik-page__problems-nav--prev {
    margin-right: 20px;
}
.pik-page__problems-nav--next {
    margin-left: 20px;
}
.pik-page__problems-nav::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    border-bottom: 1.5px solid #2C2F37;
    border-left: 1.5px solid #2C2F37;
}
.pik-page__problems-nav--prev::after {
    left: 50%;
    transform: translateY(-50%) translateX(-1px) rotate(45deg);
}
.pik-page__problems-nav--next::after {
    right: 50%;
    transform: translateY(-50%) translateX(1px) rotate(-135deg);
}
.pik-page__problems-nav.swiper-button-disabled {
    opacity: 0.4;
    cursor: default;
}
.pik-page__problems-pagination {
    text-align: center;
    margin-bottom: 40px;
}
.pik-page__problems-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #C9CCCC;
    opacity: 0.5;
    border-radius: 100px;
    display: inline-block;
    margin: 0 4px;
    cursor: pointer;
    transition: opacity 0.2s, width 0.2s;
}
.pik-page__problems-pagination .swiper-pagination-bullet-active {
    width: 50px;
    opacity: 1;
    border-radius: 100px;
}
.pik-page__fact {
    display: flex;
    gap: 20px;
    align-items: center;
    background: transparent;
    border-radius: 20px;
    padding: 30px;
}
.pik-page__fact-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    background: #2C2F37;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.pik-page__fact-text {
    margin: 0;
    width: 100%;
    max-width: 1040px;
    min-height: 104px;
    font-family: 'Golos Text', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #2C2F37;
}
.pik-page__fact-text strong {
    font-weight: 700;
}
.pik-page__fact-text span {
    font-weight: 400;
}
.pik-page__compare {
    margin: 0 0 80px;
}
.pik-page__compare-title {
    max-width: 936px;
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
}
.pik-page__compare-title-pik {
    color: #8639F1;
}
.pik-page__compare-table-wrap {
    overflow-x: auto;
}
.pik-page__compare-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 6px;
    min-width: 720px;
}
.pik-page__compare-table th,
.pik-page__compare-table td {
    height: 60px;
    padding: 16px 24px;
    text-align: left;
    font-size: 17px;
    line-height: 1.3;
    border: 0;
    background: #F1F4F4;
    color: #2C2F37;
    box-sizing: border-box;
    vertical-align: middle;
}
.pik-page__compare-table thead th:nth-child(1),
.pik-page__compare-table thead th:nth-child(2),
.pik-page__compare-table tbody td:nth-child(1),
.pik-page__compare-table tbody td:nth-child(2) {
    border-right: 1px solid #FFFFFF;
}
.pik-page__compare-table thead th {
    font-weight: 500;
}
.pik-page__compare-table thead th:nth-child(3) {
    color: #8639F1;
    font-weight: 700;
}
.pik-page__compare-table thead th:first-child,
.pik-page__compare-table thead th:nth-child(2),
.pik-page__compare-table tbody td:first-child {
    font-family: 'Golos Text', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 150%;
    color: #474A4A;
}
.pik-page__compare-table tr > :first-child {
    border-radius: 10px 0 0 10px;
}
.pik-page__compare-table tr > :last-child {
    border-radius: 0 10px 10px 0;
}
.pik-page__compare-table tbody td:first-child {
    width: 22%;
}
.pik-page__stages-cta {
    text-align: center;
    margin-top: 40px;
}
#calculator-iframe .setka__main-title {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 30px;
    font-family: 'Golos Text', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 110%;
    text-align: center;
    color: #2C2F37;
}
@media (max-width: 1240px) {
    .pik-page__marketplace-grid {
        flex-wrap: wrap;
        max-width: none;
        gap: 20px;
        justify-content: stretch;
    }
    .pik-page__marketplace-arrow {
        display: none;
    }
    .pik-page__marketplace-card {
        flex: 1 1 calc(50% - 10px);
        width: auto;
        min-width: calc(50% - 10px);
        height: auto;
        min-height: 384px;
    }
    .pik-page__marketplace-card-img {
        height: auto;
        aspect-ratio: 305 / 241;
        max-height: 241px;
    }
    .pik-page__problems-nav {
        display: none;
    }
    .pik-page__problems {
        min-height: 0;
    }
    .pik-page__problems::before {
        width: 560px;
        height: 560px;
    }
    .pik-page__consult-inner,
    .pik-page__marketplace-head {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .pik-page__marketplace-title,
    .pik-page__marketplace-note {
        max-width: none;
    }
    .pik-page__marketplace-note {
        margin-top: 0;
    }
    .pik-page__catalog-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 30px;
    }
    .pik-page__catalog-title {
        max-width: none;
    }
    .pik-page__catalog-grid {
        grid-template-columns: 1fr;
    }
    .pik-page__catalog-card {
        grid-template-columns: minmax(0, 1fr) minmax(180px, 220px);
    }
    .pik-page__jk-title,
    .pik-page__jk-subtitle {
        max-width: none;
    }
    .pik-page__jk-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .pik-page__jk-card {
        min-height: 0;
    }
    .pik-page__works-title,
    .pik-page__works-subtitle,
    .pik-page__works-lead {
        max-width: none;
        width: 100%;
        min-height: 0;
    }
    .pik-page__engineer {
        margin: 60px 0;
    }
    .pik-page__about-wrap {
        padding: 0 30px;
    }
    .pik-page__about {
        height: auto;
        min-height: 0;
        overflow: hidden;
    }
    .pik-page__about-glow {
        width: min(655px, 100%);
        height: min(655px, 100%);
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
    }
    .pik-page__about-inner {
        display: flex;
        flex-direction: column;
        min-height: 0;
        padding: 40px 30px;
        gap: 30px;
        align-items: center;
    }
    .pik-page__about-content {
        text-align: center;
        max-width: none;
    }
    .pik-page__about-title br {
        display: none;
    }
    .pik-page__about-text {
        max-width: none;
    }
    .pik-page__about-media {
        width: 100%;
        max-width: 656px;
    }
    .pik-page__about-slider {
        width: 100%;
        height: auto;
        aspect-ratio: 656 / 397;
    }
    .pik-page__about-slider .swiper-slide {
        height: auto;
        aspect-ratio: 656 / 397;
    }
    .pik-page__about-nav--prev {
        left: 10px;
        transform: translateY(-50%);
    }
    .pik-page__about-nav--next {
        left: auto;
        right: 10px;
        transform: translateY(-50%) rotate(180deg);
    }
    .pik-page__consult-image img {
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .pik-page__title,
    .pik-page__section-title,
    .pik-page__about-title,
    .pik-page__catalog-title,
    .pik-page__jk-title,
    .pik-page__works-title,
    .pik-page__marketplace-title {
        font-size: 32px;
    }
    .pik-page__title {
        margin: 24px 0 32px;
    }
    .pik-page__about-wrap {
        padding: 0 20px;
        margin-bottom: 50px;
    }
    .pik-page__engineer {
        margin: 40px 0;
    }
    .pik-page__about {
        height: auto;
        border-radius: 16px;
    }
    .pik-page__about-inner {
        padding: 30px 20px 36px;
        gap: 24px;
        align-items: stretch;
        justify-content: flex-start;
    }
    .pik-page__about-content {
        text-align: left;
        flex: 0 1 auto;
        max-width: none;
    }
    .pik-page__about-slider {
        width: 100%;
        max-width: none;
        height: auto;
        aspect-ratio: 656 / 397;
        border-radius: 20px;
    }
    .pik-page__about-media {
        max-width: none;
        flex: 0 1 auto;
        width: 100%;
    }
    .pik-page__about-nav {
        display: none;
    }
    .pik-page__about-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-top: 16px;
    }
    .pik-page__about-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 !important;
        border-radius: 100px;
        background: #C9CCCC;
        opacity: .5;
        transition: width .2s ease, opacity .2s ease;
    }
    .pik-page__about-pagination .swiper-pagination-bullet-active {
        width: 50px;
        opacity: 1;
    }
    .pik-page__about-btn {
        width: 100%;
    }
    .pik-page__marketplace-grid {
        display: none;
    }
    .pik-page__marketplace-mobile {
        display: block;
        position: relative;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow: hidden;
    }
    .pik-page__marketplace-swiper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
    .pik-page__marketplace-mobile .pik-page__marketplace-card {
        flex: 0 0 auto;
        width: 100%;
        min-width: 0;
        min-height: 0;
        height: auto;
    }
    .pik-page__marketplace-mobile-next {
        position: absolute;
        top: 50%;
        right: -14px;
        width: 60px;
        height: 60px;
        border: 0;
        border-radius: 50%;
        background: #FFFFFF;
        box-shadow: 0 6px 18px rgba(44, 47, 55, 0.12);
        transform: translateY(-50%);
        z-index: 3;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pik-page__marketplace-mobile-next::before {
        content: '';
        width: 12px;
        height: 12px;
        border-top: 2px solid #8639F1;
        border-right: 2px solid #8639F1;
        transform: rotate(45deg);
        margin-left: -4px;
    }
    .pik-page__marketplace-mobile-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-top: 16px;
    }
    .pik-page__marketplace-mobile-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 !important;
        border-radius: 50%;
        background: #D9D9D9;
        opacity: 1;
        transition: width .2s ease, border-radius .2s ease, background-color .2s ease;
    }
    .pik-page__marketplace-mobile-pagination .swiper-pagination-bullet-active {
        width: 50px;
        border-radius: 100px;
        background: #C9CCCC;
    }
    .pik-page__catalog-header {
        margin-bottom: 24px;
    }
    .pik-page__catalog-control {
        height: 48px;
    }
    .pik-page__catalog-control .setka__btn {
        padding: 0 18px;
        font-size: 15px;
    }
    .pik-page__catalog-grid {
        gap: 12px;
        justify-items: stretch;
    }
    .pik-page__catalog-card {
        width: 100%;
        max-width: none;
        min-height: 132.86px;
        border-radius: 10px;
        padding: 15px 15px 11px;
        grid-template-columns: minmax(0, 1fr) 72px;
        gap: 10px;
        align-items: end;
    }
    .pik-page__catalog-card-content {
        max-width: 176px;
    }
    .pik-page__catalog-card-title {
        margin: 0 0 8px;
        font-weight: 600;
        font-size: 20px;
        line-height: 125%;
    }
    .pik-page__catalog-card-text {
        max-width: 176px;
        margin: 0 0 10px;
        font-weight: 400;
        font-size: 9px;
        line-height: 130%;
    }
    .pik-page__catalog-card-img {
        text-align: right;
        align-self: end;
    }
    .pik-page__catalog-card-img img {
        margin: 0 0 0 auto;
        width: 100%;
        max-width: 71.43px;
        max-height: 101.48px;
        object-fit: contain;
        object-position: right bottom;
    }
    .pik-page__catalog-card-btn {
        width: 73.33px;
        min-width: 73.33px;
        height: 21.43px;
        min-height: 21.43px;
        padding: 0 8px;
        font-weight: 500;
        font-size: 9px;
        line-height: 135%;
        border-radius: 100px;
    }
    .pik-page__catalog-more-toggle {
        margin-top: 16px;
    }
    .pik-page__catalog-grid--more {
        margin-top: 0;
    }
    .pik-page__jk-subtitle {
        margin-bottom: 24px;
    }
    .pik-page__jk-card {
        padding: 22px 18px;
        border-radius: 20px;
        display: block;
    }
    .pik-page__jk-list {
        max-width: none;
        gap: 12px;
    }
    .pik-page__jk-list li {
        gap: 14px;
        font-size: 16px;
    }
    .pik-page__jk-more {
        margin-top: 16px;
    }
    .pik-page__works .projects__header-text.pik-page__works-subtitle,
    .pik-page__works-subtitle,
    .pik-page__works-lead {
        max-width: none;
        width: 100%;
        font-size: 17px;
        line-height: 150%;
        text-align: left;
        margin-right: 0;
    }
    .pik-page__catalog-grid,
    .pik-page__jk-grid {
        grid-template-columns: 1fr;
    }
    .pik-page__problem-card {
        height: auto;
        min-height: 300px;
    }
    .pik-page__problems {
        border-radius: 16px;
        min-height: 0;
    }
    .pik-page__problems::before {
        width: 340px;
        height: 340px;
    }
    .pik-page__problem-card {
        min-height: 0;
    }
    .pik-page__problem-card-img {
        align-self: center;
    }
    .pik-page__fact {
        align-items: flex-start;
        padding: 20px;
    }
    .pik-page__fact-text {
        max-width: none;
        min-height: 0;
        font-size: 17px;
    }
    .pik-page__consult-field {
        flex-direction: column;
    }
    .pik-page__consult-field .b-btn {
        width: 100%;
    }
}

/* Super offer — рамочные сетки */
.super-offer {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 24px;
    align-items: stretch;
}
.super-offer__content {
    background: linear-gradient(135deg, #f8f6ff 0%, #f3efff 100%);
    border: 1px solid rgba(134, 57, 241, 0.12);
    border-radius: 16px;
    padding: 32px 36px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.super-offer__benefits {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.super-offer__benefit {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    line-height: 1.45;
    color: #474A4A;
}
.super-offer__benefit strong {
    color: #2C2F37;
    font-weight: 600;
}
.super-offer__benefit-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(134, 57, 241, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8639F1;
    margin-top: 1px;
}
.super-offer__sidebar {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 36px 40px;
    box-shadow: 0 8px 32px rgba(44, 47, 55, 0.06);
    position: relative;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.super-offer__price-label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #aaa;
    margin-bottom: 6px;
}
.super-offer__price-row {
    margin-bottom: 6px;
}
.super-offer__price-value {
    font-family: 'Golos Text', sans-serif;
    font-size: 46px;
    font-weight: 900;
    line-height: 1;
    color: #2C2F37;
    letter-spacing: -0.02em;
}
.super-offer__price-note {
    font-size: 13px;
    line-height: 1.35;
    color: #bbb;
    margin-bottom: 24px;
}
.super-offer-stats {
    margin: 0 0 40px;
}
.super-offer-stats__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.super-offer-stats .super-offer__stat {
    padding: 16px 18px;
}
.super-offer__stat {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    border-radius: 10px;
    padding: 12px 14px;
    box-sizing: border-box;
}
.super-offer__stat-label {
    flex-shrink: 0;
    width: 72px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: lowercase;
    letter-spacing: 0.02em;
}
.super-offer__stat-main {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1;
}
.super-offer__stat-text {
    min-width: 0;
}
.super-offer__stat--measure {
    background: #fef2f2;
    color: #dc2626;
}
.super-offer__stat--measure .super-offer__stat-label {
    color: #dc2626;
}
.super-offer__stat--install {
    background: #f0fdf4;
    color: #16a34a;
}
.super-offer__stat--install .super-offer__stat-label {
    color: #16a34a;
}
.super-offer__stat--warranty {
    background: #fffbeb;
    color: #d97706;
}
.super-offer__stat-num {
    flex-shrink: 0;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    min-width: 36px;
    text-align: center;
}
.super-offer__stat-unit {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2px;
    text-transform: lowercase;
}
.super-offer__stat-desc {
    font-size: 11px;
    line-height: 1.3;
    opacity: 0.9;
}
.super-offer__form-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 12px;
}
.super-offer__form-input {
    width: 100%;
}
.super-offer__form-input input {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    font-family: 'Golos Text', sans-serif;
    color: #2C2F37;
    background: #fff;
    transition: border-color 0.2s;
    box-sizing: border-box;
}
.super-offer__form-input input:focus {
    outline: none;
    border-color: #8639F1;
}
.super-offer__form-input input.error {
    border-color: #e53935;
}
.super-offer__form-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 48px;
    padding: 0 20px;
    border: none;
    border-radius: 8px;
    background: #8639F1;
    color: #fff;
    font-family: 'Golos Text', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.2s;
}
.super-offer__form-btn:hover {
    background: #6f2ed0;
}
.super-offer__form-btn.non-click,
.super-offer__form-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.super-offer__form-btn-icon {
    flex-shrink: 0;
}
.super-offer__form-area {
    margin-bottom: 12px;
}
.super-offer__form-success {
    display: none;
    text-align: center;
    padding: 22px 16px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 12px;
}
.super-offer__form-area.is-success .super-offer__form {
    display: none;
}
.super-offer__form-area.is-success .super-offer__form-success {
    display: block;
}
.super-offer__form-success-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: #22c55e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.super-offer__form-success-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    color: #2C2F37;
    margin-bottom: 6px;
}
.super-offer__form-success-text {
    font-size: 14px;
    line-height: 1.45;
    color: #666;
}
.super-offer__form.hide-form {
    display: none;
}
.super-offer__calc-link {
    display: block;
    font-size: 13px;
    line-height: 1.35;
    color: #8639F1;
    text-decoration: none;
    margin-top: auto;
    margin-bottom: 20px;
    transition: opacity 0.2s;
}
.super-offer__calc-link:hover {
    opacity: 0.75;
    color: #8639F1;
}
.super-offer__micro {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.super-offer__micro-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    line-height: 1.3;
    color: #999;
}
.super-offer__micro-dot {
    flex-shrink: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
}

@media (max-width: 1200px) {
    .super-offer {
        grid-template-columns: 1fr 300px;
        gap: 16px;
    }
    .super-offer__sidebar {
        padding: 28px 24px;
    }
    .super-offer__price-value {
        font-size: 38px;
    }
}

@media (max-width: 992px) {
    .super-offer {
        grid-template-columns: 1fr;
    }
    .super-offer__content,
    .super-offer__sidebar {
        height: auto;
    }
    .super-offer__content {
        justify-content: flex-start;
    }
    .super-offer__calc-link {
        margin-top: 0;
    }
    .super-offer-stats__inner {
        grid-template-columns: 1fr;
    }
    .super-offer__content {
        padding: 24px;
    }
    .super-offer__sidebar {
        padding: 32px 28px;
    }
}

@media (max-width: 768px) {
    .super-offer__content {
        padding: 20px;
    }
    .super-offer__benefit {
        font-size: 14px;
    }
    .super-offer__sidebar {
        padding: 24px 20px;
    }
    .super-offer__price-value {
        font-size: 36px;
    }
    .super-offer__stat-num {
        font-size: 22px;
    }
    .super-offer__micro {
        flex-direction: column;
        gap: 10px;
    }
}

/* ========================================= */
/* Страница /moskitnye-setki/pik/2-y-irtyshskiy/ */
/* ========================================= */
.pik-jk-page .pik-jk-section {
    margin-bottom: 80px;
}
.pik-jk-page .pik-page__marketplace-head {
    display: block;
    margin-bottom: 30px;
}
.pik-jk-page .pik-page__marketplace-head .pik-page__section-title {
    margin-bottom: 0;
}
.pik-jk-page .pik-page__marketplace-note {
    margin: 16px 0 0;
    max-width: 760px;
}
.pik-jk-topbar {
    position: relative;
    background: #F1F4F4;
    margin: 0 0 -1px;
}
.pik-jk-topbar::before,
.pik-jk-topbar::after {
    content: '';
    position: absolute;
    display: block;
    width: 100vw;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: #F1F4F4;
    z-index: 0;
}
.pik-jk-topbar::before {
    left: 100%;
}
.pik-jk-topbar::after {
    right: 100%;
}
.pik-jk-topbar .container {
    position: relative;
    z-index: 1;
}
.pik-jk-topbar .b-breadcrumb {
    padding: 20px 0 24px;
}
.pik-jk-hero {
    position: relative;
    min-height: 680px;
    margin-bottom: 80px;
    background-image: var(--pik-jk-hero-bg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.pik-jk-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(18, 24, 36, 0.88) 0%, rgba(18, 24, 36, 0.62) 42%, rgba(18, 24, 36, 0.18) 72%, rgba(18, 24, 36, 0.05) 100%),
        linear-gradient(180deg, rgba(18, 24, 36, 0.15) 0%, rgba(18, 24, 36, 0.45) 100%);
}
.pik-jk-hero__container {
    position: relative;
    z-index: 1;
    padding-top: 48px;
    padding-bottom: 56px;
}
.pik-jk-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 36px;
    align-items: center;
    width: 100%;
    min-width: 0;
}
.pik-jk-hero__main,
.pik-jk-hero__value {
    min-width: 0;
    max-width: 100%;
}
.pik-jk-hero__title {
    font-family: 'Golos Text', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 24px;
    max-width: 700px;
}
.pik-jk-hero__lead {
    font-family: 'Golos Text', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 16px;
    max-width: 560px;
}
.pik-jk-hero__text {
    font-size: 18px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 24px;
    max-width: 520px;
}
.pik-jk-hero__form {
    max-width: 520px;
}
.pik-jk-hero__field {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.pik-jk-hero__field input[type="tel"] {
    flex: 1 1 220px;
    min-height: 50px;
    border: none;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 16px;
    background: #fff;
    color: #2C2F37;
}
.pik-jk-hero__field input[type="tel"]::placeholder {
    color: rgba(44, 47, 55, 0.45);
}
.pik-jk-hero__field .b-btn {
    flex: 0 0 auto;
    min-height: 50px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}
.pik-jk-form-policy {
    font-size: 12px;
    line-height: 1.45;
    color: #474A4A;
    margin: 10px 0 0;
    max-width: 420px;
}
.pik-jk-form-policy a {
    color: inherit;
    text-decoration: underline;
}
.pik-jk-form-policy--hero {
    color: rgba(255, 255, 255, 0.82);
}
.pik-jk-form-policy--hero a {
    color: rgba(255, 255, 255, 0.95);
}
.pik-jk-value-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.pik-jk-value-mobile {
    display: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}
.pik-jk-value-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: block;
}
.pik-jk-value-swiper:not(.swiper-initialized) .swiper-slide {
    display: block;
}
.pik-jk-value-swiper:not(.swiper-initialized) .swiper-slide ~ .swiper-slide {
    display: none;
}
.pik-jk-value-swiper.swiper-initialized .swiper-wrapper {
    align-items: stretch;
}
.pik-jk-value-card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 18px;
    padding: 18px 18px 16px;
    box-shadow: 0 14px 40px rgba(12, 18, 32, 0.18);
    backdrop-filter: blur(8px);
}
.pik-jk-value-card__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: #8639F1;
    color: #fff;
    font-family: 'Golos Text', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}
.pik-jk-value-card__title {
    font-family: 'Golos Text', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    color: #2C2F37;
    margin: 0 0 6px;
}
.pik-jk-value-card__text {
    font-size: 14px;
    line-height: 1.4;
    color: #474A4A;
    margin: 0;
}
.pik-jk-section__conclusion {
    margin-top: 30px;
}
.pik-jk-page .pik-page__fact {
    align-items: center;
}
.pik-jk-page .pik-page__fact-text {
    min-height: 0;
}
.pik-jk-picker-section {
    margin-bottom: 80px;
}
.pik-jk-picker {
    max-width: 1200px;
    margin: 30px auto 0;
}
.pik-jk-picker__head,
.pik-jk-picker__row {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) 44px minmax(0, 0.95fr) 44px minmax(0, 1.2fr);
    gap: 8px;
    align-items: center;
}
.pik-jk-picker__head {
    padding: 0 4px 14px;
}
.pik-jk-picker__head-cell {
    font-family: 'Golos Text', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #474A4A;
}
.pik-jk-picker__head-cell--product,
.pik-jk-picker__head-cell--feature {
    color: #8639F1;
}
.pik-jk-picker__row {
    margin-bottom: 10px;
}
.pik-jk-picker__row:last-child {
    margin-bottom: 0;
}
.pik-jk-picker__cell {
    min-height: 72px;
    padding: 18px 22px;
    border-radius: 18px;
    font-size: 16px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.pik-jk-picker__cell--situation {
    background: #F1F4F4;
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    color: #2C2F37;
}
.pik-jk-picker__cell--product {
    background: #F6EFFF;
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    color: #8639F1;
}
.pik-jk-picker__product {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}
.pik-jk-picker__product-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 2px 8px rgba(134, 57, 241, 0.12);
}
.pik-jk-picker__product-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pik-jk-picker__product-name {
    min-width: 0;
}
.pik-jk-picker__cell--feature {
    background: rgba(134, 57, 241, 0.08);
    color: #474A4A;
    border: 1px solid rgba(134, 57, 241, 0.14);
}
.pik-jk-picker__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pik-jk-picker__arrow-icon {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 18px rgba(44, 47, 55, 0.08);
    position: relative;
}
.pik-jk-picker__arrow-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #8639F1;
    border-right: 2px solid #8639F1;
    transform: translate(-60%, -50%) rotate(45deg);
}
.pik-jk-mistakes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 30px;
}
.pik-jk-mistake {
    background: #F1F4F4;
    border-radius: 24px;
    padding: 24px 22px 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
}
.pik-jk-mistake__badge {
    display: inline-flex;
    align-self: flex-start;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: #2C2F37;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    align-items: center;
}
.pik-jk-mistake__title {
    font-family: 'Golos Text', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    color: #2C2F37;
    margin: 0;
}
.pik-jk-mistake__row {
    border-radius: 14px;
    padding: 14px 16px;
}
.pik-jk-mistake__row p {
    margin: 6px 0 0;
    font-size: 15px;
    line-height: 1.45;
}
.pik-jk-mistake__label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.pik-jk-mistake__row--bad {
    background: #fff;
    border: 1px solid rgba(239, 49, 36, 0.18);
}
.pik-jk-mistake__row--bad .pik-jk-mistake__label {
    color: #EF3124;
}
.pik-jk-mistake__row--bad p {
    color: #474A4A;
}
.pik-jk-mistake__row--good {
    background: #F6EFFF;
    border: 1px solid rgba(134, 57, 241, 0.16);
    margin-top: auto;
}
.pik-jk-mistake__row--good .pik-jk-mistake__label {
    color: #8639F1;
}
.pik-jk-mistake__row--good p {
    color: #2C2F37;
}
.pik-jk-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 30px;
}
.pik-jk-stats--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.pik-jk-selection-tips {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
}
.pik-jk-selection-tip {
    margin: 0;
}
.pik-jk-stats__item {
    background: #F1F4F4;
    border-radius: 20px;
    padding: 28px 24px;
    text-align: center;
}
.pik-jk-stats__num {
    font-family: 'Golos Text', sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.1;
    color: #8639F1;
    margin-bottom: 8px;
}
.pik-jk-stats__label {
    font-size: 16px;
    line-height: 1.35;
    color: #474A4A;
}
.pik-jk-works {
    margin-bottom: 0;
}
.pik-jk-workers {
    margin-top: 0;
}
.pik-jk-workers .workers__header-title {
    max-width: 820px;
}
.pik-jk-reviews.reviews.container-bg {
    position: relative;
    margin: 80px auto 80px;
    padding: 70px 0 90px;
    max-width: 1820px;
    border-radius: 30px;
}
.pik-jk-reviews.reviews.container-bg::after {
    content: '';
    position: absolute;
    width: 88%;
    height: 88%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("/local/templates/moskitok/components/bitrix/news.list/otziv2/image/purple-bg.webp") center no-repeat;
    background-size: contain;
    border-radius: 50%;
    filter: blur(18px);
    opacity: 0.92;
    -webkit-mask-image: radial-gradient(ellipse 68% 62% at 50% 50%, #000 28%, transparent 78%);
    mask-image: radial-gradient(ellipse 68% 62% at 50% 50%, #000 28%, transparent 78%);
    pointer-events: none;
    z-index: 0;
}
.pik-jk-reviews .reviews__container {
    position: relative;
    z-index: 1;
}
.pik-jk-reviews__head {
    max-width: 820px;
    margin-bottom: 28px;
}
.pik-jk-reviews__title {
    font-family: 'Golos Text', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    color: #2C2F37;
    margin: 0 0 14px;
}
.pik-jk-reviews__note {
    margin: 0;
    font-size: 17px;
    line-height: 1.35;
    color: #474A4A;
    max-width: 760px;
}
.pik-jk-reviews__widget {
    position: relative;
}
.pik-jk-prices-section {
    padding: 70px 0 80px;
    margin-bottom: 0;
}
.pik-jk-prices-wrap {
    margin: 0;
}
.pik-jk-prices-intro {
    max-width: 720px;
    margin: 0 auto 36px;
    text-align: center;
    color: #474A4A;
}
.pik-jk-price-catalog {
    margin-bottom: 24px;
}
.pik-jk-price-catalog__note {
    margin: -8px 0 16px;
    font-size: 15px;
    line-height: 1.4;
    color: #474A4A;
}
.pik-jk-price-catalog__cell {
    cursor: default;
}
.pik-jk-price-catalog__cell:hover {
    background: rgba(241, 244, 244, 1);
}
.pik-jk-price-catalog__price {
    font-family: 'Golos Text', sans-serif;
    font-weight: 600;
    color: #8639F1;
}
.pik-jk-prices-perks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    max-width: 1280px;
    margin: 0 auto 32px;
}
.pik-jk-prices-perk {
    padding: 22px 24px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(44, 47, 55, 0.08);
}
.pik-jk-prices-perk--accent {
    background: #F6EFFF;
    border-color: rgba(134, 57, 241, 0.18);
}
.pik-jk-prices-perk__title {
    font-family: 'Golos Text', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #2C2F37;
    margin-bottom: 6px;
}
.pik-jk-prices-perk__text {
    font-size: 15px;
    line-height: 1.45;
    color: #474A4A;
}
.pik-jk-prices-perk--accent .pik-jk-prices-perk__text {
    color: #8639F1;
    font-weight: 500;
}
.pik-jk-prices-cta {
    text-align: center;
}
.pik-jk-prices-form {
    max-width: 520px;
    margin: 0 auto;
    text-align: left;
}
.pik-jk-prices-form__field {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.pik-jk-prices-form__field input[type="tel"] {
    flex: 1 1 220px;
    min-height: 50px;
    border: 1px solid rgba(44, 47, 55, 0.12);
    border-radius: 8px;
    padding: 0 20px;
    font-size: 16px;
    background: #fff;
    color: #2C2F37;
}
.pik-jk-prices-form__field .b-btn {
    flex: 0 0 auto;
    min-height: 50px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}
.pik-jk-prices-form .pik-jk-form-policy {
    margin-left: auto;
    margin-right: auto;
}
.pik-jk-final-cta {
    width: 100%;
    margin: 0;
    padding: 60px 0 80px;
    background: #F1F4F4;
    border-radius: 30px 30px 0 0;
}
.pik-jk-final-cta__inner {
    padding: 0;
}
.pik-jk-final-cta__discount {
    margin: 16px 0 0;
    font-size: 15px;
    line-height: 1.4;
    color: #8639F1;
    font-weight: 600;
}
.pik-jk-sticky-cta {
    display: none;
}
@media (max-width: 1240px) {
    .pik-jk-hero__layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .pik-jk-mistakes,
    .pik-jk-stats {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .pik-jk-topbar::before,
    .pik-jk-topbar::after {
        display: none;
    }
    .pik-jk-topbar .b-breadcrumb {
        padding: 10px 0 16px;
        margin-left: 0;
        margin-right: 0;
    }
    .pik-jk-hero__overlay {
        background:
            linear-gradient(180deg, rgba(12, 18, 28, 0.88) 0%, rgba(12, 18, 28, 0.62) 24%, rgba(12, 18, 28, 0.38) 52%, rgba(12, 18, 28, 0.55) 100%),
            linear-gradient(90deg, rgba(12, 18, 28, 0.72) 0%, rgba(12, 18, 28, 0.42) 58%, rgba(12, 18, 28, 0.18) 100%);
    }
    .pik-jk-hero {
        min-height: auto;
        overflow: hidden;
        align-items: flex-start;
    }
    .pik-jk-hero__container {
        padding-top: 32px;
        padding-bottom: 36px;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
    .pik-jk-hero__layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
        width: 100%;
        min-width: 0;
    }
    .pik-jk-hero__main,
    .pik-jk-hero__value {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
    .pik-jk-hero__title,
    .pik-jk-hero__lead,
    .pik-jk-hero__text,
    .pik-jk-hero__form {
        max-width: 100%;
    }
    .pik-jk-hero__title {
        font-size: 32px;
        overflow-wrap: anywhere;
    }
    .pik-jk-hero__lead {
        font-size: 22px;
    }
    .pik-jk-hero__text {
        font-size: 15px;
    }
    .pik-jk-hero__field {
        flex-direction: column;
        align-items: stretch;
    }
    .pik-jk-hero__field input[type="tel"] {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        height: 50px;
        min-height: 50px;
        box-sizing: border-box;
    }
    .pik-jk-hero__form.form-phone {
        text-align: left;
        width: 100%;
        max-width: 100%;
    }
    .pik-jk-hero__field .b-btn {
        width: 100%;
        white-space: normal;
    }
    .pik-jk-prices-form__field {
        flex-direction: column;
        align-items: stretch;
    }
    .pik-jk-prices-form__field input[type="tel"] {
        flex: 0 0 auto;
        width: 100%;
        height: 50px;
        min-height: 50px;
        box-sizing: border-box;
    }
    .pik-jk-prices-form__field .b-btn {
        width: 100%;
        white-space: normal;
    }
    .pik-jk-final-cta .pik-page__consult-field input[type="tel"] {
        flex: 0 0 auto;
        width: 100%;
        height: 50px;
        min-height: 50px;
        box-sizing: border-box;
    }
    .pik-jk-value-cards {
        display: none;
    }
    .pik-jk-value-mobile {
        display: block;
        position: relative;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow: hidden;
    }
    .pik-jk-value-swiper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
    .pik-jk-value-swiper .swiper-slide {
        display: flex;
        height: auto;
    }
    .pik-jk-value-mobile .pik-jk-value-card {
        width: 100%;
        min-height: 0;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
    }
    .pik-jk-value-mobile .pik-jk-value-card__title {
        font-size: 16px;
        line-height: 1.2;
    }
    .pik-jk-value-mobile .pik-jk-value-card__text {
        font-size: 13px;
        flex: 1 1 auto;
    }
    .pik-jk-value-mobile-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-top: 14px;
    }
    .pik-jk-value-mobile-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 !important;
        border-radius: 100px;
        background: rgba(255, 255, 255, 0.45);
        opacity: 1;
        transition: width 0.2s ease, background-color 0.2s ease;
    }
    .pik-jk-value-mobile-pagination .swiper-pagination-bullet-active {
        width: 34px;
        background: #fff;
    }
    .pik-jk-reviews.reviews.container-bg {
        margin: 40px auto 50px;
        padding: 40px 0 50px;
        border-radius: 20px;
    }
    .pik-jk-reviews.reviews.container-bg::after {
        width: 100%;
        height: 100%;
        filter: blur(12px);
        -webkit-mask-image: radial-gradient(ellipse 72% 68% at 50% 50%, #000 22%, transparent 80%);
        mask-image: radial-gradient(ellipse 72% 68% at 50% 50%, #000 22%, transparent 80%);
    }
    .pik-jk-reviews__title {
        font-size: 28px;
    }
    .pik-jk-reviews__note {
        font-size: 15px;
    }
    .pik-jk-prices-section {
        padding: 40px 0 50px;
    }
    .pik-jk-prices-perks {
        grid-template-columns: 1fr;
    }
    .pik-jk-price-catalog__price {
        white-space: normal;
    }
    .pik-jk-final-cta {
        padding: 40px 0 50px;
        border-radius: 20px 20px 0 0;
    }
    .pik-jk-page .pik-jk-section {
        margin-bottom: 50px;
    }
    .pik-jk-page .pik-page__fact {
        align-items: center;
    }
    .pik-jk-mobile-hide {
        display: none !important;
    }
    .pik-jk-sticky-cta {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 90;
        padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.94) 28%, #fff 100%);
        box-shadow: 0 -4px 20px rgba(12, 18, 28, 0.1);
        transform: translateY(110%);
        opacity: 0;
        pointer-events: none;
        transition: transform 0.25s ease, opacity 0.25s ease;
    }
    .pik-jk-sticky-cta.is-visible {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }
    .pik-jk-sticky-cta__btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 52px;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        box-sizing: border-box;
    }
    body.pik-jk-sticky-active {
        padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
    }
    .pik-jk-picker__head {
        display: none;
    }
    .pik-jk-picker__row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 16px;
        background: #F1F4F4;
        border-radius: 20px;
        margin-bottom: 12px;
    }
    .pik-jk-picker__arrow {
        display: none;
    }
    .pik-jk-picker__cell {
        min-height: 0;
        padding: 14px 16px;
    }
    .pik-jk-picker__cell--situation {
        background: #fff;
    }
    .pik-jk-picker__cell--product,
    .pik-jk-picker__cell--feature {
        background: #F6EFFF;
    }
}

/* Geo links block (Метро / Районы / Города) */
.geo-links {
    margin: 0 auto 100px;
    padding: 0 0 28px;
}
.geo-links__panel {
    padding: 40px 32px 64px;
    background: #F1F4F4;
    border-radius: 30px;
    overflow: visible;
}
.geo-links__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr);
    gap: 20px;
    align-items: stretch;
    overflow: visible;
}
.geo-links__card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 28px 24px 52px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 4px 24px rgba(44, 47, 55, 0.05);
    overflow: visible;
}
.geo-links__card-title {
    margin: 0 0 18px;
    font-family: 'Golos Text', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #8639F1;
}
.geo-links__list {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1 1 auto;
}
.geo-links__list--cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 6px;
}
.geo-links__link {
    display: inline-block;
    padding: 3px 0;
    font-family: 'Golos Text', sans-serif;
    font-size: 16px;
    line-height: 1.45;
    color: #2C2F37;
    text-decoration: none;
    transition: color 0.2s ease;
}
.geo-links__link:hover {
    color: #8639F1;
}
.geo-links__card-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    margin-top: 0;
    pointer-events: none;
}
.geo-links__more {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    z-index: 2;
    pointer-events: auto;
}
.geo-links__more span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10.5px 29.5px;
    border: 1px solid #C9CCCC;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(44, 47, 55, 0.08);
    font-family: 'Golos Text', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: normal;
    text-transform: none;
    color: #2C2F37;
    white-space: nowrap;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.geo-links__more:hover span,
.geo-links__more:focus-visible span {
    border-color: #8639F1;
    background-color: #8639F1;
    color: #fff;
    box-shadow: 0 6px 18px rgba(134, 57, 241, 0.22);
    transform: translateY(-1px);
}
.geo-links__more:active span {
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(134, 57, 241, 0.18);
}

[id^='modal_geo_links_'] {
    width: 820px;
    max-width: 95vw;
    height: auto;
}
[id='modal_geo_links_metro'] {
    width: 1100px;
}
.geo-links-modal__wrap {
    position: relative;
}
.geo-links-modal {
    padding: 36px 36px 30px;
    background: #fff;
    border-radius: 24px;
    max-height: min(78vh, 720px);
    overflow: auto;
}
.geo-links-modal--metro {
    max-height: min(82vh, 780px);
}
.geo-links-modal__metro-cols {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 28px;
    align-items: start;
}
.geo-links-modal__metro-col {
    min-width: 0;
}
.geo-links-modal__line + .geo-links-modal__line {
    margin-top: 22px;
}
.geo-links-modal__line-title {
    margin: 0 0 10px;
    font-family: 'Golos Text', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.geo-links-modal__line-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.geo-links-modal__station {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 4px 0;
}
.geo-links-modal__station-dot {
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    margin-top: 7px;
    border-radius: 50%;
}
.geo-links-modal__station-link,
.geo-links-modal__station-name {
    font-family: 'Golos Text', sans-serif;
    font-size: 14px;
    line-height: 1.35;
    color: #2C2F37;
}
.geo-links-modal__station-link {
    text-decoration: none;
    transition: color 0.2s ease;
}
.geo-links-modal__station-link:hover {
    color: #8639F1;
    text-decoration: underline;
}
.geo-links-modal__station-name {
    color: #4B5563;
}
.geo-links-modal__title {
    margin: 0 0 8px;
    font-family: 'Golos Text', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    color: #8639F1;
    text-align: center;
}
.geo-links-modal__count {
    margin: 0 0 22px;
    font-family: 'Golos Text', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #6B7280;
    text-align: center;
}
.geo-links-modal__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px 16px;
}
.geo-links-modal__list--cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.geo-links-modal__list--cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.geo-links-modal__link {
    display: block;
    padding: 10px 12px;
    border-radius: 12px;
    font-family: 'Golos Text', sans-serif;
    font-size: 15px;
    line-height: 1.35;
    color: #2C2F37;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.geo-links-modal__link:hover {
    background: #F6EFFF;
    color: #8639F1;
}

@media (max-width: 1100px) {
    .geo-links__grid {
        grid-template-columns: 1fr;
    }
    .geo-links__card--wide .geo-links__list--cols {
        grid-template-columns: 1fr;
    }
    .geo-links-modal__list--cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .geo-links-modal__metro-cols {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    [id='modal_geo_links_metro'] {
        width: 820px;
    }
}
@media (max-width: 640px) {
    .geo-links {
        margin-bottom: 72px;
    }
    .geo-links__panel {
        padding: 24px 16px 48px;
        border-radius: 24px;
    }
    .geo-links__card {
        padding: 22px 18px 46px;
    }
    .geo-links__card-title {
        font-size: 22px;
    }
    .geo-links__more span {
        min-height: 40px;
        padding: 9px 24px;
        font-size: 15px;
    }
    .geo-links-modal {
        padding: 28px 18px 22px;
    }
    .geo-links-modal__title {
        font-size: 24px;
    }
    .geo-links-modal__list--cols-2,
    .geo-links-modal__list--cols-3 {
        grid-template-columns: 1fr;
    }
    .geo-links-modal__metro-cols {
        grid-template-columns: 1fr;
    }
}

/* Samolet JK landing pages */
.pik-jk-geo-prose-wrap {
    width: 100%;
    margin: 8px 0 40px;
    padding: 32px 40px;
    background: #F1F4F4;
    border-radius: 16px;
    box-sizing: border-box;
}
.pik-jk-geo-prose {
    max-width: none;
    font-size: 17px;
    line-height: 1.65;
    color: #474A4A;
}
.pik-jk-geo-prose p {
    margin: 0 0 16px;
}
.pik-jk-geo-prose p:last-child {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .pik-jk-geo-prose-wrap {
        padding: 24px 20px;
        margin-bottom: 28px;
    }
}
.pik-jk-neighbor-links,
.pik-jk-product-links {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #474A4A;
}
.pik-jk-neighbor-links a,
.pik-jk-product-links a {
    color: #8639F1;
    text-decoration: underline;
}
.pik-jk-pain-intro {
    max-width: 820px;
    margin: 14px 0 0;
    text-align: left;
    font-size: 17px;
    line-height: 1.45;
    color: #474A4A;
}
.pik-jk-pain-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 36px;
}
.pik-jk-pain-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #F1F4F4;
    border-radius: 24px;
    padding: 28px 28px 32px;
    min-height: 100%;
}
.pik-jk-pain-card__img {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
}
.pik-jk-pain-card__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pik-jk-pain-card__title {
    margin: 0;
    font-family: 'Golos Text', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    color: #2C2F37;
}
.pik-jk-pain-card__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
    color: #474A4A;
}
.pik-jk-pain-section .pik-jk-section__conclusion {
    margin-top: 28px;
}
.pik-jk-windows-intro {
    max-width: 820px;
    margin: 14px 0 0;
    font-size: 18px;
    line-height: 1.45;
    color: #474A4A;
}
.pik-jk-windows-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}
.pik-jk-windows-highlight {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 140px;
    padding: 14px 18px;
    background: #F8F4FF;
    border: 1px solid rgba(134, 57, 241, 0.12);
    border-radius: 16px;
}
.pik-jk-windows-highlight__label {
    font-size: 13px;
    line-height: 1.3;
    color: #8639F1;
    font-weight: 500;
}
.pik-jk-windows-highlight__value {
    font-family: 'Golos Text', sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.25;
    color: #2C2F37;
}
.pik-jk-windows-prose-wrap {
    margin-top: 28px;
    margin-bottom: 48px;
}
.pik-jk-windows-section .pik-page__marketplace-grid {
    margin-top: 48px;
}
.pik-jk-windows-section .pik-jk-windows-prose-wrap + .pik-page__marketplace-grid {
    margin-top: 0;
}
.pik-page__compare-table--4col {
    min-width: 960px;
}
.pik-page__compare-table--4col thead th:last-child,
.pik-page__compare-table--4col thead th.pik-page__compare-col-pro {
    color: #8639F1;
    font-weight: 700;
    text-align: center;
}
.pik-page__compare-table--4col tbody td:last-child {
    background: #F8F4FF;
}
.pik-page__compare-title-samolet {
    color: #8639F1;
}
@media (max-width: 767px) {
    .pik-jk-pain-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 24px;
    }
    .pik-jk-pain-card {
        padding: 22px 20px 24px;
    }
    .pik-jk-pain-card__title {
        font-size: 19px;
    }
    .pik-jk-windows-highlights {
        gap: 10px;
    }
    .pik-jk-windows-highlight {
        min-width: calc(50% - 5px);
        flex: 1 1 calc(50% - 5px);
    }
}