

/* Start:/local/templates/new100del/components/bitrix/system.pagenavigation/.default/style.css?176612859586*/
ul.pager {
    display: flex;
    justify-content: center;
	margin-bottom: 50px;
}
/* End */


/* Start:/local/templates/new100del/components/bitrix/news.list/brands/style.css?17814900864318*/
.swiper.brands-slider,
.swiper.brands-slider--secondary {
    width: 100%;
    height: 120px;

    .swiper-slide {
        text-align: center;
        border: 1px solid #EBEBEB;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 120px;

        img {
            max-height: 100%;
            max-width: 100%;
            object-fit: contain;
        }
    }
}

.brands {
    margin-top: 0;
    /* margin-bottom: 48px; */

    /* @media (min-width: 576px) {
        margin-bottom: 60px;
    }

    @media (min-width: 1200px) {
        margin-bottom: 120px;
    } */

    & > *:first-child {
        margin-top: 0;
    }

    .brands__flex-title {
        @media (max-width: 1200px) {
            margin-bottom: 24px;
        }
        @media (max-width: 575px) {
            margin-bottom: 16px;
        }
    }

    .brands__flex {
        margin-top: 0;
        margin-bottom: 40px;
        display: flex;

        .row {
            display: flex;
            align-items: stretch;
            width: 100%;
        }

        .col-xl-6.flex {
            display: flex;
            flex-direction: column;
        }

        @media (max-width: 1200px) {
            margin-bottom: 30px;
        }

        .brands__flex-text {
            margin-top: 0;
            padding: 0px;
            font-weight: 400;
            font-size: 18px;
            line-height: 140%;
            color: #4A4A49;

            display: flex;
            flex-direction: column;
            gap: 16px;

            p {
                margin: 0;
            }

            @media (max-width: 1200px) {
                font-size: 18px;
            }

            @media (max-width: 575px) {
                font-size: 14px;
            }
        }
    }

    .brands__flex-item-title {
        display: flex;
        gap: 20px;
        justify-content: space-between;
        border-bottom: 1px solid #EA5B0C;
        padding-bottom: 40px;

        height: 100%;
        box-sizing: border-box;

        @media (max-width: 1322px) {
            padding-bottom: 65px;
        }

        @media (max-width: 1200px) {
            padding-bottom: 0;
            margin-bottom: 30px;
        }

        @media (max-width: 575px) {
            padding-bottom: 0;
            margin-bottom: 16px;
            align-items: flex-start;
        }

        .all {
            background: #ea5b0c;
            height: 36px;
            padding: 0 4px;
            display: flex;
            flex-direction: column;
            justify-content: center;

            .brands__list-arrow-next {
                display: flex;
            }

            @media (max-width: 1200px) {
                display: none;
            }
        }
    }

    .brands__list {
        display: block;

        .brands__one {
            position: relative;
            display: block;
        }

        .brands__two {
            margin-top: 16px;
            position: relative;
            display: block;
        }

        .brands__list-item {
            cursor: pointer;
            height: 120px;
            border: 1px solid #EBEBEB;
            display: flex;
            margin: 0 8px;

            img {
                max-width: 150px;
                max-height: 100%;
                margin: auto;
            }
        }
    }

    .all {
        display: flex;
    }

    [data-tooltip] {
        position: relative;

        &:hover::after {
            display: block;
            position: absolute;
            content: attr(data-tooltip);
            background: #ffffff;
            padding: .25em;
            font-size: 22px;
            color: #ea5b0c;
            width: max-content;
            top: -20px;
        }
    }

    .button_all {
        margin: 30px auto;
        display: block;
        background: #ea5b0c;
        color: #f9f9f9;
        padding: 15px 30px;
        font-size: 18px;
        font-family: 'Stolzl';
    }

    .row > [class*="col-xl-6"] {
        @media (max-width: 1200px) {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }
}
/* End */


/* Start:/local/templates/new100del/components/bitrix/news.list/video/style.css?17813560269013*/
.main-socials .main-video__item,
.main-socials .main-video__item iframe,
.main-socials .main-video__item video {
    border-radius: 0 !important;
}

.main-socials .main-video__item video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.video-iframe-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    background: #000;
    overflow: hidden;
}

.main-socials .rutube-lazy {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #111;
    cursor: pointer;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
}

.main-socials .rutube-preview {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 1;
}

.main-socials .rutube-lazy::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.18);
    z-index: 2;
}

.main-socials .rutube-lazy .rutube-play-btn {
    z-index: 3;
}

.main-socials .rutube-lazy iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 4;
}

/* .rutube-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

.rutube-overlay .overlay-part {
    position: absolute;
    background: transparent;
    pointer-events: auto;
} */

.main-socials {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(7, auto);
    margin-top: 48px;
    margin-bottom: 48px;
    max-width: 100%;
    overflow: hidden;
}

@media (min-width: 575px) {
    .main-socials {
        grid-template-rows: repeat(6, auto);
        margin-top: 60px;
        margin-bottom: 100px;
    }
}

@media (min-width: 1200px) {
    .main-socials {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, auto);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        width: 100%;
        margin-top: 120px;
        margin-bottom: 160px;
    }
}

.main-socials-title {
    grid-area: 1 / 1 / 2 / 2;
}

.main-socials-text {
    grid-area: 2 / 1 / 3 / 2;
    margin-bottom: 32px;
}

@media (min-width: 576px) {
    .main-socials-text {
        margin-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .main-socials-text {
        margin-bottom: 32px;
    }
}

.main-socials-videos {
    width: 100%;
    min-width: 0 !important;
    max-width: 100%;
    grid-area: 3 / 1 / 6 / 2;
    margin-bottom: 16px;
}

@media (min-width: 576px) {
    .main-socials-videos {
        margin-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .main-socials-videos {
        grid-area: 1 / 2 / 4 / 3;
        margin-bottom: 0;
    }

    .main-socials-buttons {
        grid-area: 3 / 1 / 4 / 2;
        align-self: end;
    }
}

@media (max-width: 1199px) {
    .main-socials-buttons {
        grid-area: 6 / 1 / 8 / 2;
    }
}

@media (min-width: 767px) and (max-width: 1199px) {
    .main-socials-buttons {
        grid-area: 6 / 1 / 7 / 2;
    }
}

.main-socials-links__title {
    margin-bottom: 16px;
}

@media (min-width: 576px) {
    .main-socials-links__title {
        margin-bottom: 24px;
    }
}

@media (min-width: 1200px) {
    .main-socials-links__title {
        margin-bottom: 32px;
    }
}

.main-socials-links__hr {
    background-color: #ff5200;
    margin-bottom: 16px;
    border: none;
    height: 1px;
}

@media (min-width: 576px) {
    .main-socials-links__hr {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .main-socials-links__hr {
        margin-bottom: 0;
    }
}

.main-socials-links__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

@media (min-width: 576px) {
    .main-socials-links__text {
        font-size: 18px;
        line-height: 140%;
    }
}

.main-socials-buttons-link {
    display: grid;
    grid-template-columns: 100%;
    width: 100%;
    position: relative;
    bottom: 0;
    gap: 12px;
}

@media (min-width: 576px) {
    .main-socials-buttons-link {
        gap: 20px;
    }
}

@media (min-width: 767px) {
    .main-socials-buttons-link {
        grid-template-columns: repeat(2, 1fr);
    }
}

.main-socials-links__flex-item__little {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    background-color: #292929;
    color: #FFFFFF;
    line-height: 140%;
    height: 50px;
    font-family: "Stolzlmedium", var(--bs--font-medium, sans-serif);
    font-size: 14px;
    font-weight: 500;
}

@media (min-width: 576px) {
    .main-socials-links__flex-item__little {
        height: 60px;
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .main-socials-links__flex-item__little {
        height: 60px;
        font-size: 18px;
    }
}

.main-socials-links__flex-item__little:hover {
    color: #f8f8f8;
}

.main-video__item {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 370px;
    object-fit: cover;
    display: block;
}

@media (min-width: 576px) {
    .main-video__item {
        height: 513px;
    }
}

video::-webkit-media-controls {
    display: none;
}

.main-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 61px;
    height: 61px;
    border: none;
    border-radius: 50%;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='82' height='82' viewBox='0 0 82 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40.9987 75.1668C59.8684 75.1668 75.1654 59.8699 75.1654 41.0002C75.1654 22.1304 59.8684 6.8335 40.9987 6.8335C22.129 6.8335 6.83203 22.1304 6.83203 41.0002C6.83203 59.8699 22.129 75.1668 40.9987 75.1668Z' fill='%23EA5B0C' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.0938 41.0001V35.9434C31.0938 29.4176 35.7063 26.7868 41.3438 30.0326L45.7171 32.5609L50.0904 35.0893C55.7279 38.3351 55.7279 43.6651 50.0904 46.9109L45.7171 49.4393L41.3438 51.9676C35.7063 55.2134 31.0938 52.5484 31.0938 46.0568V41.0001Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    z-index: 2;
    transition: transform .3s ease;
}

@media (min-width: 576px) {
    .main-play-btn {
        width: 82px;
        height: 82px;
    }
}

.main-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.05);
}

.main-play-btn:focus-visible {
    outline: 2px solid #EA5B0C;
    outline-offset: 2px;
}

.main-pause-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, .6);
    cursor: pointer;
    z-index: 2;
    display: none;
    align-items: center;
    justify-content: center;
    transition: background .3s;
}

.main-pause-btn::before,
.main-pause-btn::after {
    content: '';
    width: 8px;
    height: 28px;
    background: #fff;
    border-radius: 2px;
}

.main-pause-btn::before {
    margin-right: 6px;
}

.main-socials-swiper {
    padding-bottom: 0 !important;
}

.main-socials-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 32px;
    padding: 0;
}

.main-socials-controls-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
}

@media (max-width: 575px) {
    .main-socials-controls {
        gap: 16px;
    }

    .main-socials-controls-buttons {
        gap: 8px;
    }
}

.main-slider-btn {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    cursor: pointer;
    transition: opacity 0.3s ease;
    display: flex;
}

.main-slider-btn svg {
    width: 100%;
    height: 100%;
}

.main-slider-btn.prev svg {
    transform: rotate(180deg);
}

.main-slider-btn:hover {
    opacity: 0.8;
}

.main-slider-btn.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.main-socials-controls .swiper-scrollbar {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    flex-grow: 1;
    background: #EBEBEB;
    height: 4px;
    border-radius: 2px;
    z-index: 10;
}

.main-socials-controls .swiper-scrollbar-drag {
    background: #EA5B0C;
    border-radius: 2px;
    cursor: grab;
}

.main-socials-controls .swiper-scrollbar-drag:active {
    cursor: grabbing;
}
/* End */


/* Start:/local/templates/new100del/components/bitrix/news.list/questions/style.css?17639448065138*/
.questions-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    align-items: stretch;
}

.questions-row {
    display: flex;
    gap: 20px;
    margin: 0px;
    align-items: flex-start;
}

.questions-spacer {
    height: 100px;
}

.questions-column {
    flex: 1;
    box-sizing: border-box;
    padding: 0px;
    min-width: 0;
}

.questions {
    margin-bottom: 120px;
}

.questions__upper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 28px;
}

.questions__upper-title {
    border-bottom: 1px solid #EA5B0C;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 130%;
    color: #4A4A49;
    padding-bottom: 32px;
}

.questions__upper-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #4A4A49;
    width: 660px;
}

.questions__center {
    display: flex;
    gap: 20px;
}

.questions__center-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #4A4A49;
    margin-top: 50px;
    margin-bottom: 32px;
}

.question-item {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #4A4A49;
    font-family: var(--bs--font-regular);
}

.question__center-div__visible {
    cursor: pointer;
    width: 100%;
    height: 70px;
    background-color: #F8F8F8;
    display: flex;
    align-items: center;
    padding-left: 20px;
    justify-content: space-between;
    padding-right: 20px;
    transition: background-color 0.2s ease;
    box-sizing: border-box;
}

.question__center-div__visible:hover,
.question__center-div__visible.active {
    background-color: #EBEBEB;
}

.question__flex {
    width: 100%;
}

.question__center-div {
    margin-bottom: 20px;
    position: relative;
}

.question__center-div:last-child {
    margin-bottom: 0px;
}

.question__center-div__hidden {
    width: 100%;
    padding: 0 20px;
    opacity: 0;
    visibility: hidden;
    z-index: -10;
    transition: .2s;
    position: absolute;
    box-sizing: border-box;
    left: 0;
}

.question__center-div__hidden p {
    width: 100%;
    margin-top: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #4A4A49;
    box-sizing: border-box;
}

.question__center-div__hidden.active {
    opacity: 1;
    visibility: visible;
    z-index: 10;
    position: relative;
}

.question__center-div__visible>svg {
    transition: .2s;
}

.question__center-div__visible>svg>path {
    transition: .2s;
}

.question__center-div__visible>svg.active {
    transform: rotate(45deg);
}

.question__center-div__visible>svg>path.active {
    stroke: #292929;
}

@media (max-width: 1299px) {
    .questions-row {
        flex-direction: column;
        gap: 0;
    }

    .questions-column {
        width: 100%;
        flex: none;
    }

    .questions__upper {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 24px;
    }

    .questions__upper-title {
        font-size: 32px;
        line-height: 120%;
        padding-bottom: 24px;
        width: 100%;
        margin-bottom: 30px;
    }

    .questions__upper-text {
        width: 100%;
    }

    .questions__center-title {
        font-size: 20px;
        margin-top: 40px;
        margin-bottom: 25px;
    }

    .question-item {
        font-size: 16px;
        line-height: 135%;
    }

    .question__center-div__visible {
        height: 60px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .question__center-div__hidden p {
        font-size: 16px;
        line-height: 135%;
        margin-top: 10px;
    }

    .questions-spacer {
        height: 80px;
    }

    .questions {
        margin-bottom: 80px;
    }

    .mb-4 {
        margin-bottom: 20px !important;
    }
}

/* Дополнительные адаптивные стили для очень маленьких экранов */
@media (max-width: 625px) {
    .questions-row:first-child {
        display: none !important;
    }

    .questions__upper-title {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .questions__upper-text {
        font-size: 14px;
    }

    .questions__center-title {
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 16px;
    }

    .question-item {
        font-size: 14px;
    }

    .question__center-div__visible {
        height: 55px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .question__center-div__hidden {
        padding: 0 12px;
    }

    .question__center-div__hidden p {
        font-size: 14px;
    }

    .questions-spacer {
        height: 40px;
    }

    .questions {
        margin-bottom: 60px;
    }

    .question__center-div {
        margin-bottom: 10px;
    }
}
/* End */


/* Start:/local/templates/new100del/components/bitrix/form.result.new/feedback_about/style.css?17814890929703*/
:root {
    --gap: 20px;
    --border: 1px solid #EBEBEB;
    --color-text: #4A4A49;
    --color-field: #878785;
    --color-accent: #EA5B0C;
    --color-white: #fff;
    --color-border-hover: #d0d0d0;
    --color-danger: #ff4444;

    --input-height: 57px;

    --fs-h1: 2.5rem;
    --fs-h2: 1.5rem;
    --fs-input: 1.125rem;
    --fs-button: 1.125rem;
    --fs-base: 1rem;
    --fs-label: 0.75rem;
}

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

.phone {
    font-family: 'Stolzlmedium';
    font-size: 1.1em;
    line-height: 1.4;
    color: #EA5B0C;
}

.feedback-about {
    font-size: var(--fs-base);
    background-color: #F8F8F8;
}

.feedback-about__body {
    display: flex;
    align-items: stretch;
}

.feedback-about__contacts {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: var(--gap);
    border: none;
    padding: 60px;
}

.feedback-about__header--mobile {
    display: none;
}

.feedback-about__header {
    display: block;
}

.feedback-about__success {
    padding: 60px;
}

.feedback-about__title {
    font-family: 'Stolzlmedium', serif;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: var(--color-text);
}

.feedback-about__desc {
    font-family: 'Stolzlregular', serif;
    font-weight: 400;
    font-size: var(--fs-h2);
    line-height: 1.4;
    margin-bottom: 2rem;
    color: var(--color-text);
}

.feedback-about__success .feedback-about__desc {
    font-family: 'Stolzl';
}

.feedback-about__comment {
    display: block;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.4;
    margin-bottom: 2rem;
    color: var(--color-text);
}

.feedback-about__field,
.feedback-about__message {
    font-size: var(--fs-input);
    color: var(--color-text);
    border: 1px solid #878785;
    background-color: #F8F8F8;
    transition: border-color 0.2s ease;
}

.feedback-about__field {
    flex: 0 0 calc(50% - var(--gap) / 2);
    width: 100%;
    min-height: var(--input-height);
    padding: 0 0.625rem;
}

.feedback-about__field::placeholder,
.feedback-about__message::placeholder {
    color: var(--color-field);
}

.feedback-about__field:hover,
.feedback-about__message:hover {
    border-color: var(--color-border-hover);
}

.feedback-about__field:focus,
.feedback-about__message:focus {
    outline: none;
    border-color: var(--color-text);
}

.feedback-about__field.error {
    border-color: var(--color-danger);
}

.feedback-about__message {
    width: 100%;
    height: 7.5rem;
    padding: 0.625rem;
    font-family: inherit;
}

.smart-captcha {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

.feedback-about__captcha-container {
    display: flex;
    flex-direction: row;
    gap: var(--gap);
}

.feedback-about__captcha-error {
    color: var(--color-danger);
    font-size: 0.75rem;
    display: none;
}

.feedback-about__policy {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    cursor: pointer;
}

.feedback-about__policy-text {
    font-weight: 400;
    font-size: var(--fs-label);
    line-height: 1.4;
    color: var(--color-field);
    margin: 0;
    padding-top: 0.0625rem;
    cursor: pointer;
}

.feedback-about__policy-text a {
    color: var(--color-accent);
    text-decoration: none;
    transition: color 0.2s ease;
}

.feedback-about__policy-text a:hover {
    text-decoration: underline;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
}

.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
    margin: 0;
}

.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 1.7em;
    height: 1.7em;
    flex-shrink: 0;
    border: 1px solid var(--color-field);
    margin-right: 0.67em;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50% 50%;
    transition: all 0.2s ease-in-out;
}

.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: var(--color-accent);
}

.custom-checkbox:not(:disabled):active+label::before {
    background-color: #f58b51;
    border-color: var(--color-accent);
}

.custom-checkbox:focus+label::before {
    box-shadow: 0 0 0 0.125rem rgba(234, 91, 12, 0.25);
    border-color: var(--color-accent);
}

.custom-checkbox:checked+label::before {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 7'%3e%3cpath fill='%23fff' d='M2.9 7a.7.7 0 0 1-.5-.2L.3 4.6a.7.7 0 0 1 1-.9l2.1 2.2L6.4.9a.7.7 0 1 1 1 .9L3.5 6.7a.7.7 0 0 1-.5.3Z'/%3e%3c/svg%3e");
}

.custom-checkbox:disabled+label::before {
    background-color: #e9ecef;
    border-color: #adb5bd;
    cursor: not-allowed;
}

.custom-checkbox:disabled+label {
    cursor: not-allowed;
    opacity: 0.6;
}

.feedback-about__btn {
    display: inline-block;
    align-items: center;
    justify-content: center;
    height: var(--input-height);
    padding: 0 4.94rem;
    font-family: 'Stolzlmedium', serif;
    font-size: var(--fs-button);
    font-weight: 500;
    color: var(--color-white);
    background: var(--color-accent);
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
    white-space: nowrap;
    text-decoration: none;
    line-height: var(--input-height);
    text-align: center;
}

.feedback-about__btn:hover {
    background-color: #d9520b;
}

.feedback-about__btn:active {
    background-color: #c3490a;
    transform: translateY(1px);
}

.feedback-about__image--desktop {
    transform: scaleX(-1);
}

.feedback-about__image--desktop,
.feedback-about__image--tablet {
    flex: 0 0 46%;
    margin: 0;
    padding: 0;
    display: flex;
}

.feedback-about__image--desktop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.feedback-about__image--tablet img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.feedback-about__image--mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.feedback-about__image--mobile,
.feedback-about__image--tablet {
    display: none;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 1300px) {
    .feedback-about__contacts {
        padding: 0;
        flex-direction: column;
    }

    .feedback-about__body {
        flex-direction: row-reverse;
    }

    .feedback-about {
        padding: 20px;
    }

    .feedback-about__header--mobile {
        display: block;
    }

    .feedback-about__header {
        display: none;
    }

    .feedback-about__title {
        font-size: 32px;
    }

    .feedback-about__desc {
        font-family: "Stolzl";
        font-size: 20px;
    }

    .feedback-about__image--tablet {
        display: block;
        flex: 0 0 40%;
    }

    .feedback-about__image--desktop {
        display: none;
    }
}

@media (max-width: 1199px) {
    :root {
        --input-height: 2.9rem;
    }

    .feedback-about {
        padding: 20px;
    }

    .feedback-about__header {
        display: none;
    }

    .feedback-about__contacts {
        flex-direction: column;
        margin-bottom: 0;
    }

    .feedback-about__body {
        gap: 20px;
    }

    .feedback-about__captcha-container {
        display: block;
    }

    .feedback-about__success {
        padding: 0;
    }
}

@media (max-width: 960px) {
    .feedback-about__title {
        font-size: 2rem;
    }

    .feedback-about__desc {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }

    .feedback-about__btn {
        font-size: 1rem;
    }

    .feedback-about__policy-text {
        font-size: 0.5rem;
    }

    .feedback-about__comment {
        font-size: 0.9rem;
    }
}

@media (max-width: 720px) {
    .feedback-about__image--tablet {
        display: none;
    }

    .feedback-about__body {
        display: block;
    }

    .feedback-about__image--mobile {
        display: block;
    }
}

@media (max-width: 625px) {
    .feedback-about {
        padding: 0;
    }

    .feedback-about,
    .feedback-about__field,
    .feedback-about__message {
        background-color: white;
    }

    .feedback-about__title {
        font-size: 1.25rem;
    }

    .feedback-about__contacts {
        flex-direction: column;
        gap: 8px;
    }

    .feedback-about__image--desktop {
        min-height: 200px;
    }

    .feedback-about__field,
    .feedback-about__message {
        font-size: 0.875rem;
        min-height: 48px;
        border: 1px solid var(--color-field);
    }

    .feedback-about__btn {
        width: 100%;
        height: 50px;
        font-size: 1rem;
    }

    .feedback-about__policy {
        margin-bottom: 1.5rem;
    }

    .feedback-about__captcha-container {
        flex-direction: column !important;
        gap: 12px;
        margin-bottom: 16px;
        width: 100%;
    }

    #about-captcha-container,
    .smart-captcha {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        transform: scale(1);
        margin: 0 !important;
    }

    .smart-captcha>iframe {
        width: 100% !important;
        max-width: 100% !important;
    }

    .feedback-about__captcha-container {
        margin-bottom: 8px;
    }

    .feedback-about__captcha-error {
        margin-top: 4px;
        font-size: 11px;
    }
}
/* End */
/* /local/templates/new100del/components/bitrix/system.pagenavigation/.default/style.css?176612859586 */
/* /local/templates/new100del/components/bitrix/news.list/brands/style.css?17814900864318 */
/* /local/templates/new100del/components/bitrix/news.list/video/style.css?17813560269013 */
/* /local/templates/new100del/components/bitrix/news.list/questions/style.css?17639448065138 */
/* /local/templates/new100del/components/bitrix/form.result.new/feedback_about/style.css?17814890929703 */
