.delivery-types {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.payment-types {
    display: flex;
    gap: 48px;
    max-width: 600px;
    align-items: flex-start;
    flex-direction: column
}

.lil-gui {
    display: none!important;
}

.page-contacts-grid {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
}

.page-contacts-grid-item {
    width: calc(50% - 24px);
}

.contact-list-item__icon {
    width: 18px;
    height: 18px;
    display: block;
}

.contact-list-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contact-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
}

.contact-list-item {
    text-decoration: none;
}

.page-contacts-map {
    margin-top: 48px;
}

.page-contacts-dealers {
    margin-top: 72px;
}
.page-contacts-dealers-title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 24px;
}

.page-contacts-dealers-grid {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
}

.page-contacts-dealers-item {
    width: calc(50% - 48px);
}

.page-contacts-dealers-map {
    margin-top: 48px;
}

@media (max-width: 767px) {
    .page-contacts-dealers-item {
        width: 100%;
    }
    .page-contacts-grid-item {
        width: 100%;
    }
    .page-contacts-grid {
        gap: 32px;
    }
    .page-contacts-dealers-grid {
        gap: 32px;
    }
}

.param-link-title-wrapper {
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.param-link-title {
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.param-link-title img {
    width: 18px;
    height: 18px;
}

.in-blocks__title--start {
    justify-content: flex-start;
    gap: 24px;
}

@media (max-width: 767px) {
    .in-blocks__title--start {
        flex-direction: column;
        align-items: flex-start;
    }
}

.product-contact-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
}

.product-contact-wrapper {
    margin-top: 24px;
}

.product-contact-wrapper .contact-title {
    display: none;
}

.product-contact-wrapper .contact-list {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 10px;
}

.product-contact-wrapper .contact-list-item {
    width: calc(50% - 8px);
    min-width: max-content;
}

.f-pay-list-product {
    background: #4f4f4f;
    border-radius: 4px;
    padding: 0 6px;
}

.product-pay-tab-title {
    font-size: 16px;
    margin-bottom: 9px;
}

.product-pay-tab-title--top {
    margin-top: 16px;
}

.product-delivery-tab-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}

.product-delivery-logo {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}

.products__item-info-name {
    color: var(--cheme-color);
    font-size: 18px;
}

.payment-req-mt {
    margin-top: 48px;
}

.payment-req-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}

.payment-req-list {
    display: flex;
    flex-direction: column;
}

.payment-h1 {
    font-size: 1.875rem;
    margin-top: 48px;
}

.payment-req-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 48px;
    border-bottom: 1px solid #efefef;
    transition: 0.12s all ease;
    padding: 8px 4px;
}

.payment-req-item:hover {
    background-color: #efefef;
}

.payment-req-item__name {
    min-width: 240px;
    font-weight: 700;
}

.payment-req-item__value {
    color: #a0a0a0;
}

.payment-types-left {
    max-width: 100%;
}

.payment-types-left svg {
    max-width: 100%;
}

@media (max-width: 767px) {
    .payment-req-item {
        flex-direction: column;
        gap: 0px;
    }

    .payment-req-item__name {
        font-size: 12px;
        min-width: unset;
    }

    .payment-req-item {
        padding: 5px 2px;
    }

    .payment-h1 {
        font-size: 1.25rem;
    }

    .payment-req-title {
        font-size: 16px;
        margin-bottom: 8px;
    }
}

.bg-categ__list_home .bg-categ__row {
    background-size: 65%;
}

@media (max-width: 1440px) {
    .bg-categ__list_home .bg-categ__row {
        background-size: 85%;
    }
}

.bg-categ__item {
    max-width: 60%;
}

/*.bg-categ__row {
    background-size: 40%;
}*/

.bg-categ__title {
    max-width: 70%;
}

@media (max-width: 580px) {
    .bg-categ__item {
        max-width: 70%;
    }

    .bg-categ__row {
        background-size: auto 80px;
    }

    .bg-categ__list_home .bg-categ__row {
         background-size: auto 80px;
    }
}

.sertificates {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.sertificates-link {
    width: calc(100% / 4 - 72px / 4);
}

.sertificates-link img {
    width: 100%;
}

@media (max-width: 767px) {
    .in-blocks__item-banner_two .promo-img {
        flex-direction: column;
        gap: 32px;
    }
    .sertificates-link {
        width: calc(100% / 3 - 48px / 3);
    }
}

.bg-categ__wrap .bg-categ__list:nth-child(2) {
    height: calc(100% + 20px);
}

.in-blocks__item-banner_lemana {
    max-width: 100%;
}

.in-blocks__item-banner_lemana img {
    max-width: 100%;
}

.contract_banner img {
    max-width: 100%;
}

.ozon-banner {
    max-width: 100%;
    transition: 0.25s all ease;
}

.ozon-banner:hover {
    transform: translateY(-5px);
}

.ozon-banner img {
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.products__item-complex {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    line-height: 1.4;
}

.p-day__item .products__item-complex {
    margin-bottom: 10px;
}

.p-day__item .p-day__timer {
    margin-bottom: 0;
    margin-top: 10px;
}

.products__item-complex-cat {
    font-size: 18px;
    line-height: 1.4;
    color: #676767
}

.products__item-complex-brand {
    color: var(--cheme-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.products__item-complex-time {
    margin-top: 6px;
    width: max-content;
    background-color: var(--c-b-b);
    color: #FFF;
    border-radius: 4px;
    padding: 0 6px;
}

.products__item-complex-usage {
    margin-top: 6px;
    width: max-content;
    background-color: var(--c-b-b);
    color: #FFF;
    border-radius: 4px;
    padding: 0 6px;
}

.products__item-complex-tin {
    margin-top: 6px;
    width: max-content;
    background-color: #6c6c6c;
    color: #FFF;
    border-radius: 4px;
    padding: 0 6px;
}

.products__item-complex-platinum {
    margin-top: 6px;
    width: max-content;
    background-color: #7e1262;
    color: #FFF;
    border-radius: 4px;
    padding: 0 6px;
}

.products__item-complex-transparent {
    margin-top: 6px;
    width: max-content;
    background-color: #FFF;
    color: #676767;
    border: 1px solid #676767;
    border-radius: 4px;
    padding: 0 6px;
    line-height: 17px;
}

.h-block-phone_2 .h-phone__home .h-phone__tel {
    color: var(--c-h-ph-1);
}

.h-phone__info-tel--second {
    margin-bottom: 16px;
}

.stocks__stock.stock-none {
    opacity: 0;
}

.comparsion-link {
    width: 97%;
    float: left;
    margin: 0 20px 20px 0;
}

@media (max-width: 500px) {
    .comparsion-link-product {
        width: 100%;
    }
}



.calc-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #0492c4 0%, #3f5157 100%) no-repeat;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 54px;
    box-shadow: 0 0 20px 0 hsla(0, 0%, 87%, .7);
}

.calc-desktop {
    width: 100%;
}

.calc-desktop .calc-container {
    flex-direction: row;
    align-items: stretch;
    width: 100%;
}
.calc-desktop .calc-image {
    width: 45%;
    flex-shrink: 0;
    object-fit: cover;
    object-position: left center;
}

.calc-desktop .calc-image img {
    width: 100%;
    height: 100%;
}

.calc-desktop .calc-image-text {
    max-width: 85%;
}


.rs-label-digit {
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 10px);
    display: block;
    left: 5px;
    position: relative;
}

.calc-range {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.calc-range-left {
    flex-grow: 1;
    padding-bottom: 40px;
}

.calc-renge-right {
    font-size: 22px;
    color: #FFF;
    font-weight: 600;
    background: rgb(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    padding: 16px 16px 0 16px;
    min-width: 130px;
    flex-direction: column;
}

.box-result-value {
    font-size: 22px;
    color: #FFF;
    font-weight: 600;
    text-align: center;
    margin-top: 16px;
}

.calc-val-unit {
    font-size: 16px;
}

.box-result-input {
    width: 78px
}

.box-result-input input::-webkit-inner-spin-button,
.box-result-input input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.box-result-input input[type="number"] {
    -moz-appearance: textfield;
}

.box-result-input-label {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 2px;
    display: block;
}

.box-result-input input {
    width: 100%;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    padding: 0 8px;
    font-size: 18px;
    color: #296a80;
    font-weight: 600;
    background: rgba(255,255,255, 0.85);
}

.box-result-input input:focus {
    background: #FFFFFF;
}

.calc-range-right {
    width: 100px;
}

.range-slider {
    margin-top: 16px;
    width: 100%;
    padding: 0 32px;
}
.rs-range {
    margin-top: 29px;
    width: 100%;
    -webkit-appearance: none;
    background: transparent;
}
.rs-range:focus {
    outline: none;
}
.rs-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    box-shadow: none;
    background: #ffffff;
    border-radius: 0px;
    border: 0px solid #010101;
}
.rs-range::-moz-range-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    box-shadow: none;
    background: #ffffff;
    border-radius: 0px;
    border: 0px solid #010101;
}
.rs-range::-webkit-slider-thumb {
    box-shadow: none;
    border: 0px solid #ffffff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    height: 42px;
    width: 22px;
    border-radius: 22px;
    background: white;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -20px;
}
.rs-range::-moz-range-thumb {
    box-shadow: none;
    border: 0px solid #ffffff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    height: 42px;
    width: 22px;
    border-radius: 22px;
    background: white;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -20px;
}
.rs-range::-moz-focus-outer {
    border: 0;
}
.rs-label {
    position: relative;
    transform-origin: center center;
    display: block;
    width: 54px;
    height: 54px;
    background: transparent;
    border-radius: 10px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 3px;
    box-sizing: border-box;
    border: 2px solid #fff;
    left: attr(value);
    color: #fff;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    left: -16px;
    font-size: 23px;
}
.rs-label::after {
    content: attr(data-unit);
    display: block;
    font-size: 20px;
    letter-spacing: 0.07em;
    margin-top: -2px;
    font-size: 14px;
}

.calc-image {
    position: relative;
    display: flex;
}

.calc-image-text {
    position: absolute;
    bottom: 16px;
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    background: #0492c452;
    padding: 6px 12px 6px 16px;
    border-radius: 0 8px 8px 0;
    max-width: 60%;
    line-height: 120%;
}

.calc-image img {
    width: 100%;
}

.calc-mobile {
    display: none;
}

@media (max-width: 1080px) {
    .calc-mobile {
        display: block;
    }
    .calc-desktop {
        display: none;
    }
}

:root {
    --cc-black: #122744;
    --cc-background-input: #f4f6fa;
    --cc-background-input-select: #c9cdd5;
    --cc-border-radius: 25px;
    --cc-padding: 15px;
}
.ccallback {
    font-size: 14px;
    text-align: left;
}
.ccallback__button {
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    background: var(--cc-background-input);
    padding: var(--cc-padding);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
}
@media screen and (max-width: 900px) {
    .ccallback__button {
        bottom: 8rem;
        right: 2rem;
    }
}
.ccallback__button.pulsar {
    animation: animation-pulsar 8s ease-out infinite;
    animation-timing-function: cubic-bezier(0.2, 0.5, 0.8, 1);
}
.ccallback__button svg {
    width: 20px;
    height: 20px;
    z-index: 100;
}
.ccallback__captcha .wa-captcha {
    margin: 0;
    padding: 0;
}
.ccallback__captcha p:first-child {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ccallback__captcha p input {
    width: 90px !important;
}
.ccallback__label {
    position: relative;
    display: block;
}
.ccallback__label:after {
    content: "*";
    color: red;
    position: absolute;
    top: calc(50% + 5px);
    right: var(--cc-padding);
    transform: translateY(-50%);
    font-size: 16px;
    transition: opacity 0.3s;
}
.ccallback__label.ccallback__label--valid:after {
    content: "";
}
.ccallback__checkbox {
    margin-top: calc(var(--cc-padding) / 3);
    text-align: left;
    font-size: 14px;
}
@media screen and (max-width: 900px) {
    .ccallback__checkbox {
        font-size: 10px;
    }
}
.ccallback._hidden {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all 0.3ms ease;
}
.ccallback__overlay {
    position: fixed;
    inset: 0;
    background: rgba(18, 39, 68, 0.7);
    min-height: 100vh;
    backdrop-filter: blur(6px);
    z-index: 1001;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    opacity: 1;
    cursor: pointer;
    transition: opacity 0.4s;
}
.ccallback__content {
    position: relative;
    border: medium;
    inset: 0;
    outline: none;
    cursor: initial;
}
.ccallback__body {
    background-color: #ffffff;
    overscroll-behavior: contain;
    scrollbar-width: none;
    max-height: 90vh;
    width: 40vw;
    max-width: 600px;
    padding: 4vw;
    border-radius: var(--cc-border-radius);
    overflow-y: auto;
}
@media screen and (max-width: 900px) {
    .ccallback__body {
        width: 90vw;
        padding: 25px;
    }
}
.ccallback__close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background-color: var(--cc-background-input);
    border-radius: var(--cc-border-radius);
    cursor: pointer;
}
.ccallback__close:before {
    transform: rotate(45deg);
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: var(--cc-black);
}
.ccallback__close:after {
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: var(--cc-black);
}
.ccallback__header {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: var(--cc-padding);
    margin-right: 40px;
}
@media screen and (max-width: 900px) {
    .ccallback__header {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: calc(var(--cc-padding) / 2);
    }
}
.ccallback__text {
    font-size: 14px;
    margin-bottom: var(--cc-padding);
}
@media screen and (max-width: 900px) {
    .ccallback__text {
        font-size: 12px;
    }
}
.ccallback__phone {
    position: relative;
    display: flex;
    gap: calc(var(--cc-padding) / 4);
}
@media screen and (max-width: 900px) {
    .ccallback__phone {
        flex-direction: column;
    }
}
.ccallback__phone label {
    flex: 1;
}
.ccallback__phone div {
    flex: 1;
}
.ccallback__status {
    text-align: center;
}
.ccallback form {
    display: flex;
    flex-direction: column;
    gap: calc(var(--cc-padding) / 4);
}
.ccallback form label {
    position: relative;
}
.ccallback form label span {
    position: absolute;
    top: 50%;
    left: 10px;
    color: var(--cc-black);
    opacity: 0.8;
    transform: translateY(-50%);
    transition: opacity 0.4s;
    will-change: opacity;
    pointer-events: none;
}
.ccallback form button {
    padding: calc(var(--cc-padding) / 1) calc(var(--cc-padding) / 1) !important;
    height: auto !important;
    border-radius: calc(var(--cc-padding) / 2) !important;
}
@media screen and (max-width: 900px) {
    .ccallback form button {
        padding: 15px 20px !important;
    }
}
.ccallback form button:hover {
    opacity: 0.9;
}
.ccallback form input[type="text"] {
    position: relative;
    width: 100%;
    padding: var(--cc-padding) !important;
    color: var(--cc-black);
    background-color: #f4f6fa;
    border: 0 !important;
    outline: none;
    border-radius: calc(var(--cc-border-radius) / 2) !important;
    transition-property: background-color, opacity;
    transition-duration: 0.4s;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.05);
    height: 50px !important;
}
@media screen and (max-width: 900px) {
    .ccallback form input[type="text"] {
        font-size: 12px;
    }
}
.ccallback__submit {
    margin-top: var(--cc-padding);
}
.ccallback .slide-up {
    opacity: 0;
    height: 0;
    visibility: hidden;
}
.ccallback .slide-down {
    opacity: 1;
    text-align: center;
    height: auto;
    transition: all 0.3ms ease;
    min-height: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.ccallback__message {
    opacity: 0;
    height: 0;
    transition: all 0.3ms ease;
}
.ccallback__message p {
    margin: 0;
}
.cc-custom-select {
    position: relative;
}
.cc-custom-select .cc-select-items::-webkit-scrollbar {
    width: 8px;
}
.cc-custom-select .cc-select-selected {
    background-color: var(--cc-background-input);
    border-radius: calc(var(--cc-border-radius) / 2) !important;
    padding: var(--cc-padding);
    cursor: pointer;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.05);
    position: relative;
    max-height: 50px !important;
    color: var(--cc-black);
    font-size: 14px;
    text-align: left;
}
@media screen and (max-width: 900px) {
    .cc-custom-select .cc-select-selected {
        font-size: 12px;
    }
}
.cc-custom-select .cc-select-selected:before {
    position: absolute;
    right: var(--cc-padding);
    top: calc(50% - 4px);
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.00061%201.49976L6.00104%206.50018L11.0015%201.49976%22%20stroke%3D%22%23090714%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    content: " ";
    width: 12px;
    height: 7px;
}
.cc-custom-select .cc-select-selected.active:before {
    transform: rotate(180deg);
}
.cc-custom-select .cc-select-items {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 99;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    max-height: 145px;
    overflow-y: auto;
    color: var(--cc-black);
    text-align: left;
}
.cc-custom-select .cc-select-items div {
    padding: calc(var(--cc-padding) / 2) calc(var(--cc-padding));
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.cc-custom-select .cc-select-items div:hover {
    background-color: var(--cc-background-input-select);
}
.cc-custom-select .select-hide {
    display: none;
}
.cc-custom-select .cc-select-selected.active {
    background-color: var(--cc-background-input-select);
}
@keyframes animation-pulsar {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.03), 0 0 0 0 rgba(0, 0, 0, 0.03);
    }
    20% {
        box-shadow: 0 0 1rem 3rem rgba(0, 0, 0, 0.03), 0 0 0 1rem rgba(0, 0, 0, 0.03);
    }
    100% {
        box-shadow: 0 0 2rem 4rem transparent, 0 0 0 2rem transparent;
    }
}

.ccbbtn {
    display: none;
}

@media (max-width: 768px) {
    .ccbbtn {
        display: flex;
    }
}

.faq {
    margin: 0 auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.faq-details {
    margin-bottom: 12px;
    border: 1px solid #e1e5e9;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-details:hover {
    border-color: #3498db;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.faq-summary {
    padding: 18px 50px 18px 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    cursor: pointer;
    font-weight: 600;
    color: #2c3e50;
    font-size: 16px;
    list-style: none;
    position: relative;
    transition: background 0.3s ease;
    display: block;
}

/* Убираем стандартный маркер во всех браузерах */
.faq-summary::-webkit-details-marker {
    display: none;
}

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

/* Кастомная стрелка */
.faq-summary::after {
    content: '';
    position: absolute;
    right: 20px;
    top: calc(50% - 12px);
    transform-origin: center;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233498db'%3E%3Cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
}

.faq-details[open] .faq-summary::after {
    transform: rotate(-180deg);
}

.faq-details[open] .faq-summary {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
}

.faq-details[open] .faq-summary::after {
    color: white;
}

.faq-content {
    padding: 20px;
    background-color: white;
    color: #34495e;
    line-height: 1.6;
    font-size: 15px;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Стили для состояния hover и focus */
.faq-summary:hover {
    background: linear-gradient(135deg, #e8f4fc 0%, #e1eff9 100%);
}

.faq-details[open] .faq-summary:hover {
    background: linear-gradient(135deg, #2980b9 0%, #2573a6 100%);
}

/* Для мобильных устройств */
@media (max-width: 768px) {
    .faq-summary {
        padding: 16px 45px 16px 16px;
        font-size: 15px;
    }

    .faq-content {
        padding: 16px;
        font-size: 14px;
    }
}

@media (max-width: 1080px) {
    .sl-promo__right {
        display: none;
    }

    .in-blocks__title {
        display: none;
    }

    .owl-stage-outer {
        aspect-ratio: 1047 / 461;
    }
}

.pum h2 {
    margin-top: 24px;
}

.pum hr {
    margin: 32px 0;
}

.pum img {
    max-width: 70%;
    display: block;
    margin-bottom: 12px;
}

.pum table {
    margin-top: 24px;
}
