@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');.page_hide_pc{
      display: block;
    }@media (min-width: 1025px){.page_hide_pc{
        display: none
    }
      }.page_show_pc{
      display: none;
    }@media (min-width: 1025px){.page_show_pc{
        display: block
    }
      }.page_show_tablet{
      display: none;
    }@media (min-width: 641px) and (max-width: 1024px){.page_show_tablet{
        display: block
    }
      }.page_hide_tablet{
      display: block;
    }@media (min-width: 641px){.page_hide_tablet{
        display: none
    }
      }.page_hide_mob{
      display: block;
    }@media (max-width: 639px){.page_hide_mob{
        display: none
    }
      }.page_show_mob{
      display: block;
    }@media (min-width: 640px){.page_show_mob{
        display: none
    }
      }.page.open-pushy{
    overflow: hidden;
}.page_theme_main {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-x: hidden;
    height: 100%;
    color: #000000;
    /* max-width: 1280px; */
    margin: 0 auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 80px;
}html {
    font-size: 16px;
}body {
    font-size: 1.6rem;
    /* Базовый размер шрифта "m" */
    margin: 0;
    /* добавляем общие отступы для всей страницы */
    padding: 0;
    /* добавляем общие отступы для всей страницы */
}a {
    text-decoration: none;
}p,
.p {
    padding: 0;
    margin: 0;
    padding-top: 12px;
    font-size: 16px;
    line-height: 24px;
    overflow-wrap: break-word;
    font-weight: 300;
}ul,
ol {
    margin: 0;
    padding: 0 0 12px 0px;
    font-size: 14px;
    list-style-type: none;
    font-weight: 300;
}ul li,
.ul .li,
ol li,
.ol .li {
    /* padding-bottom: 12px; */
    line-height: 20px;
    font-size: 16px;
    padding-left: 4px;
    font-weight: 300;
}h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    margin: 0;
}h1,
.h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    color: #000000;
}@media (max-width: 600px) {h1,
.h1 {
        font-size: 34px
}
    }h2,
.h2 {
    font-size: 32px;
    font-style: normal;
    /* font-weight: bold; */
    line-height: 140%;
    /* letter-spacing: 1px; */
}h3,
.h3 {
    font-size: 24px;
    font-style: normal;
    /* font-weight: bold; */
    color: gray;
    line-height: 120%;
    letter-spacing: 0%;
}h4,
.h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 120%;
    line-height: 140%;
    letter-spacing: 0%;
}h5,
.h5 {
    font-weight: bold;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0%;
    /* padding-bottom: 12px; */
}h6,
.h6 {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0%;
}img {
    display: block;
    height: auto;
    width: 100%;
}.s-message {
    display: none;
}/* Добавляем отступы для всей страницы */.page_theme_main body {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
}/* Удаляем отступы для header и footer */.page_theme_main header,
.page_theme_main footer {
    padding: 0;
    margin: 0;
}.header {
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    margin-bottom: 80px;
}.header__wrapper {
        height: 80px;
        max-width: 1280px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 16px;
    }.header__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 10px;
    }.header__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 5px;
    }.header__burger {
        display: none;
    }.header__adress {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 15px;
    }.header__menu-push {
    background-color: #cceaf7;
    width: 96%;
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 99;
    display: none;
    /* Initially hidden */
    padding: 20px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 1.2em;
    color: #333;
}.header__menu-push .right {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 5px;
    }.header__menu-push .menu-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    text-align: center;
}.header.hidden .header__menu-push {
    display: block;
    -webkit-animation: slideDown 0.5s ease-in-out;
            animation: slideDown 0.5s ease-in-out;
}@-webkit-keyframes slideDown {
    from {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}@keyframes slideDown {
    from {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}@media screen and (max-width: 1150px) {
        .header__adress {
            display: none;
        }
}@media screen and (max-width: 988px) {
        .header__right {
            display: none;
        }
        .header .menu-top {
            display: none;
        }
        .header__burger {
            display: block;
        }
            .header__menu-push .header__right {
                display: block;
            }
            .header__menu-push .menu-top {
                display: block;
            }
                .header__menu-push .menu-top .menu-top__ul_level_1 {
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                            flex-direction: column;
                    gap: 10px;
                }
            .header__menu-push .header__right {
                padding-right: 35px;
            }
}@media screen and (max-width: 500px) {
        .header__menu-push {
            width: 90%;
        }
}.logo {
    width: 164px;
    height: 60px;
}.link {
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}.link_disabled {
        pointer-events: none;
    }.link {
    cursor: pointer;
    text-decoration: none;
    color: var(--BlueHover, #000);
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: color .2s;
    transition: color .2s;
    display: block;
}.link_hovered {
        color: #330808b0;
    }.link_visited {
        color: #330808b0;
    }.link_active {
        color: var(--BlueHover, #330808b0);
    }.image {
    border: 0;
}.menu-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}.menu-top .icon {
        margin-left: 3px;
    }.menu-top__ul {
        list-style: none;
        padding: 0px;
        margin: 0;
    }.menu-top__ul_level_1 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 24px;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        }.menu-top__ul_level_1 .link {
                text-decoration: none;
                white-space: nowrap;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                position: relative;
            }.menu-top__ul_level_1 .link_hovered::after {
                width: 100%;
                height: 1px;
            }.menu-top__ul_level_1 .link_active {
                font-weight: 700;
            }.menu-top__ul ul {
            display: none;
            position: absolute;
            z-index: 99;
        }.menu-top__li_livel_1 {
            font-size: 14px;
            position: relative;
        }.menu-top__li_livel_1 .icon_rotate {
                    -webkit-transform: rotate(180deg);
                            transform: rotate(180deg);
                }.button {
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}button,
.button {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    outline: none;
    cursor: pointer;
    font-size: 24px;
    font-style: normal;
    /* font-weight: 600; */
    line-height: 100%;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.625rem;
    word-wrap: break-word;
    border: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 50px;
    white-space: nowrap;
    background-color: #0094D6;
}/* colors */.font_color_black {
        color: var(--Dark, #0D0D0D);
    }.font_color_white {
        color: var(--White, #FFF);
    }.font_color_red {
        color: var(--Red, #FF1F00);
    }.font_color_pink {
        color: #801C20;
        ;
    }.font_color_brown {
        color: #8C8575;
    }/* size */.font_size_s {
        font-size: 12px;
    }.font_size_m {
        font-size: 14px;
    }.font_size_l {
        font-size: 16px !important;
    }.font_size_xl {
        font-size: 18px;
    }.font_size_xxl {
        font-size: 20px;
    }.font_size_xxxl {
        font-size: 22px;
    }.font_size_xxxxl {
        font-size: 24px;
    }.font_size_xxxxxl {
        font-size: 26px;
    }.font_size_xxxxxxl {
        font-size: 28px;
    }.font_size_xxxxxxxl {
        font-size: 32px;
    }.font_size_xxxxxxxxl {
        font-size: 48px;
    }@media (max-width: 540px) {.font_size_xxxxxxxxl {
            font-size: 30px
    }
        }.font_size_xxxxxxxxxl {
        font-size: 96px;
    }@media (max-width: 1310px) {.font_size_xxxxxxxxxl {
            font-size: 78px
    }
        }@media (max-width: 1160px) {.font_size_xxxxxxxxxl {
            font-size: 67px
    }
        }@media (max-width: 1100px) {.font_size_xxxxxxxxxl {
            font-size: 55px
    }
        }@media (max-width: 888px) {.font_size_xxxxxxxxxl {
            font-size: 45px
    }
        }@media (max-width: 440px) {.font_size_xxxxxxxxxl {
            font-size: 36px
    }
        }/*weight*/.font_weight_normal {
        font-weight: 400;
    }.font_weight_medium {
        font-weight: 500;
    }.font_weight_bold {
        font-weight: 700;
    }.font_height_s {
        line-height: 12px;
    }.font_height_m {
        line-height: 14px;
    }.font_height_l {
        line-height: 16px;
    }.font_height_xl {
        line-height: 18px;
    }.font_height_xxl {
        line-height: 20px;
    }.font_height_xxxl {
        line-height: 22px;
    }.font_height_xxxxl {
        line-height: 24px;
    }.icon {
    display: inline-block;

    text-align: center;

    background: 50% no-repeat;
}/* Hack for correct baseline positioning */.icon:empty:after {
        visibility: hidden;

        content: '\00A0';
    }/*
     * Чтобы иконка правильно позиционировалась внутри блочного контекста,
     * нужно прописать родителю свойство line-height со значением, равным высоте иконки
     */.icon > img,
    .icon > svg {
        margin: -5.15em 0 -5em; /* 0.15 — magic number, empirically found */

        vertical-align: middle;
    }.icon_size_xxs {
            width: 0.25rem;
            height: 0.25rem;
        }.icon_size_xs {
            width: 0.5rem;
            height: 0.5rem;
        }.icon_size_s {
            width: 0.75rem;
            height: 0.75rem;
        }.icon_size_m {
            width: 16px;
            height: 16px;
        }.icon_size_l {
            width: 1.25rem;
            height: 1.25rem;
        }.icon_size_xl {
            width: 1.5rem;
            height: 1.5rem;
        }.icon_size_xxl {
            width: 2rem;
            height: 2rem;
        }.icon_size_xxxl {
            width: 2.5rem;
            height: 2.5rem;
        }.icon_size_xxxxl,
        .icon_size_4xl {
            width: 3rem;
            height: 3rem;
        }.icon_size_xxxxxl,
        .icon_size_5xl {
            width: 3.5rem;
            height: 3.5rem;
        }.icon_size_xxxxxxl,
        .icon_size_6xl {
            width: 60px;
            height: 60px;
        }.icon_size_xxxxxxxl,
        .icon_size_7xl {
            width: 4.5rem;
            height: 4.5rem;
        }.icon_size_xxxxxxxxl,
        .icon_size_8xl {
            width: 7.6875rem;
            height: 7.6875rem;
        }.icon_size_auto {
            width: 100%;
        }.icon_location {
        background-image: url("../../img/icon/location.png");
    }.icon_phone {
        background-image: url("../../img/icon/phone.png");
    }.icon_gurantre {
        background-image: url("../../img/icon/g.png");
    }.icon_oplata {
        background-image: url("../../img/icon/o.png");
    }.icon_deliver {
        background-image: url("../../img/icon/d.png");
    }.icon_support {
        background-image: url("../../img/icon/p.png");
    }.icon_burger {
        background-image: url("../../img/icon/burger.png");
    }.icon_inst {
        background-image: url("../../img/icon/instagram.png");
    }.icon_tel {
        background-image: url("../../img/icon/tel.png");
    }.icon_email {
        background-image: url("../../img/icon/email.png");
    }.icon_telegram {
        background-image: url("../../img/icon/telegram.png");
    }.header.hidden .icon_burger {
        background-image: url("../../img/icon/close.png");
        -webkit-transition: background-image 0.5s ease;
        transition: background-image 0.5s ease;
    }.icon_close {
        background-image: url("../../img/icon/close.png");
    }.icon_close2 {
        background-image: url("../../img/icon/close2.png");
    }.button_size_xxxxxs {}.button_size_xxxxs {
        padding: 16px 24px;
        font-size: 20px;
        border-radius: 8px;
    }.button_size_xxxs {
        padding: 16px 32px;
        font-size: 20px;
        border-radius: 8px;
        margin-top: 12px;
        max-width: 200px;
    }.button_size_xxs {
        padding: 12px 24px;
    }.button_size_xs {}.button_size_s {
        height: 70px;
    }.button_size_m {
        padding: 10px 20px;
    }.button_size_l {
        padding: 20px 50px;
    }@media (max-width: 540px) {.button_size_l {
            font-size: 20px
    }
        }.button_size_xl {
        padding: 12px;
    }.button_size_xxl {
        padding: 16px;
    }.button_size_xxxl {
        padding: 18px 145px;
    }@media (max-width: 700px) {.button_size_xxxl {
            padding: 18px 0px;
            width: 100%
    }
        }.button_size_auto {
        width: 100%;
        padding: 16px 0px;
        font-size: 20px;
        border-radius: 8px;
    }&_color_red {
        color: red;
    }&_color_gray {
        color: var(--dark-400, #8A8E92);
    }&_color_orange {
        color: var(--Orange, #FF4A00);
    }&_color_white {
        color: var(--white, #fff);
    }&_color_black {
        color: var(--black, #000) !important;
    }.pushy {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0; /* Обновлено для полной ширины экрана */
    height: auto;
    z-index: 9999;
    background-color: white;
    overflow-y: auto; 
    padding: 31px 28px 32px 23px;
    /* -webkit-overflow-scrolling: touch; */
    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99), -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    
}.pushy .menu-top{
        display: block;
    }.pushy .menu-top .menu-top__ul_level_1{
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            gap: 12px;
        }.pushy .button_theme_black {
        display: block;
    }/* Отступы */.decorator_space-a_none {
            padding: 0!important;
        }.decorator_space-a_xxxs {
            padding: 2px;
        }.decorator_space-a_xxs {
            padding: 4px;
        }.decorator_space-a_xs {
            padding: 8px;
        }.decorator_space-a_s {
            padding: 12px;
        }.decorator_space-a_m {
            padding: 16px;
        }.decorator_space-a_l {
            padding: 20px;
        }.decorator_space-a_xl {
            padding: 24px;
        }.decorator_space-a_xxl {
            padding: 32px;
        }.decorator_space-a_xxxl {
            padding: 40px;
        }.decorator_space-a_xxxxl {
            padding: 48px;
        }.decorator_space-v_xxxs {
            padding-top: 2px;
            padding-bottom: 2px;
        }.decorator_space-v_xxs {
            padding-top: 4px;
            padding-bottom: 4px;
        }.decorator_space-v_xs {
            padding-top: 8px;
            padding-bottom: 8px;
        }.decorator_space-v_s {
            padding-top: 12px;
            padding-bottom: 12px;
        }.decorator_space-v_m {
            padding-top: 16px;
            padding-bottom: 16px;
        }.decorator_space-v_l {
            padding-top: 20px;
            padding-bottom: 20px;
        }.decorator_space-v_xl {
            padding-top: 24px !important;
            padding-bottom: 24px !important;
        }.decorator_space-v_xxl {
            padding-top: 32px;
            padding-bottom: 32px;
        }.decorator_space-v_xxxl {
            padding-top: 40px;
            padding-bottom: 40px;
        }.decorator_space-v_xxxxl {
            padding-top: 48px;
            padding-bottom: 48px;
        }.decorator_space-v_xxxxxl {
            padding-top: var(--space-xxxxxl);
            padding-bottom: var(--space-xxxxxl);
        }.decorator_space-v_xxxxxxl {
            padding-top: var(--space-xxxxxxl);
            padding-bottom: var(--space-xxxxxxl);
        }.decorator_space-h_xxxs {
            padding-left: 2px;
            padding-right: 2px;
        }.decorator_space-h_xxs {
            padding-left: 4px;
            padding-right: 4px;
        }.decorator_space-h_xs {
            padding-left: 8px;
            padding-right: 8px;
        }.decorator_space-h_s {
            padding-left: 12px;
            padding-right: 12px;
        }.decorator_space-h_m {
            padding-left: 16px;
            padding-right: 16px;
        }.decorator_space-h_l {
            padding-left: 20px;
            padding-right: 20px;
        }.decorator_space-h_xl {
            padding-left: 24px;
            padding-right: 24px;
        }.decorator_space-h_xxl {
            padding-left: 32px;
            padding-right: 32px;
        }.decorator_space-h_xxxl {
            padding-left: 40px;
            padding-right: 40px;
        }.decorator_space-h_xxxxl {
            padding-left: 48px;
            padding-right: 48px;
        }.decorator_space-h_xxxxxl {
            padding-left: var(--space-xxxxxl);
            padding-right: var(--space-xxxxxl);
        }.decorator_space-h_xxxxxxl {
            padding-left: var(--space-xxxxxxl);
            padding-right: var(--space-xxxxxxl);
        }.decorator_space-t_xxxs {
            padding-top: 2px;
        }.decorator_space-t_xxs {
            padding-top: 4px;
        }.decorator_space-t_xs {
            padding-top: 8px;
        }.decorator_space-t_s {
            padding-top: 12px;
        }.decorator_space-t_m {
            padding-top: 16px;
        }.decorator_space-t_l {
            padding-top: 20px;
        }.decorator_space-t_xl {
            padding-top: 24px !important;
        }.decorator_space-t_xxl {
            padding-top: 32px;
        }.decorator_space-t_xxxl {
            padding-top: 40px;
        }.decorator_space-t_xxxxl {
            padding-top: 48px;
        }.decorator_space-t_xxxxxl {
            padding-top: 72px !important;
        }.decorator_space-t_xxxxxxl {
            padding-top: 96px;
        }.decorator_space-r_xxxs {
            padding-right: 2px;
        }.decorator_space-r_xxs {
            padding-right: 4px;
        }.decorator_space-r_xs {
            padding-right: 8px;
        }.decorator_space-r_s {
            padding-right: 12px;
        }.decorator_space-r_m {
            padding-right: 16px;
        }.decorator_space-r_l {
            padding-right: 20px;
        }.decorator_space-r_xl {
            padding-right: 24px;
        }.decorator_space-r_xxl {
            padding-right: 24px;
        }.decorator_space-r_xxxl {
            padding-right: 40px;
        }.decorator_space-r_xxxxl {
            padding-right: 48px;
        }.decorator_space-r_xxxxxl {
            padding-right: var(--space-xxxxxl);
        }.decorator_space-r_xxxxxxl {
            padding-right: var(--space-xxxxxxl);
        }.decorator_space-b_xxxs {
            padding-bottom: 2px;
        }.decorator_space-b_xxs {
            padding-bottom: 4px;
        }.decorator_space-b_xs {
            padding-bottom: 8px;
        }.decorator_space-b_s {
            padding-bottom: 12px;
        }.decorator_space-b_m {
            padding-bottom: 16px;
        }.decorator_space-b_l {
            padding-bottom: 20px;
        }.decorator_space-b_xl {
            padding-bottom: 24px;
        }.decorator_space-b_xxl {
            padding-bottom: 32px;
        }.decorator_space-b_xxxl {
            padding-bottom: 40px;
        }.decorator_space-b_xxxxl {
            padding-bottom: 48px;
        }.decorator_space-b_xxxxxl {
            padding-bottom: 72px !important;
        }.decorator_space-b_xxxxxxl {
            padding-bottom: 96px;
        }.decorator_space-l_xxxs {
            padding-left: 2px;
        }.decorator_space-l_xxs {
            padding-left: 4px;
        }.decorator_space-l_xs {
            padding-left: 8px;
        }.decorator_space-l_s {
            padding-left: 12px;
        }.decorator_space-l_m {
            padding-left: 16px;
        }.decorator_space-l_l {
            padding-left: 20px;
        }.decorator_space-l_xl {
            padding-left: 24px;
        }.decorator_space-l_xxl {
            padding-left: 32px;
        }.decorator_space-l_xxxl {
            padding-left: 40px;
        }.decorator_space-l_xxxxl {
            padding-left: 48px;
        }.decorator_space-l_xxxxxl {
            padding-left: 72px);
        }.decorator_space-l_xxxxxxl {
            padding-left: 96px;
        }.decorator_indent-a_none {
            margin: 0;
        }.decorator_indent-a_auto {
            margin: auto;
        }.decorator_indent-a_xxxs {
            margin: 2px;
        }.decorator_indent-a_xxs {
            margin: 4px;
        }.decorator_indent-a_xs {
            margin: 8px;
        }.decorator_indent-a_s {
            margin: 12px;
        }.decorator_indent-a_m {
            margin: 16px;
        }.decorator_indent-a_l {
            margin: 20px;
        }.decorator_indent-a_xl {
            margin: 24px;
        }.decorator_indent-a_xxl {
            margin: 32px;
        }.decorator_indent-a_xxxl {
            margin: 40px;
        }.decorator_indent-a_xxxxl {
            margin: 48px;
        }.decorator_indent-a_xxxxxl {
            margin: var(--space-xxxxxl);
        }.decorator_indent-a_xxxxxxl {
            margin: var(--space-xxxxxxl);
        }.decorator_indent-v_auto {
            margin-top: auto;
            margin-bottom: auto;
        }.decorator_indent-v_xxxs {
            margin-top: 2px;
            margin-bottom: 2px;
        }.decorator_indent-v_xxs {
            margin-top: 4px;
            margin-bottom: 4px;
        }.decorator_indent-v_xs {
            margin-top: 8px;
            margin-bottom: 8px;
        }.decorator_indent-v_s {
            margin-top: 12px;
            margin-bottom: 12px;
        }.decorator_indent-v_m {
            margin-top: 16px;
            margin-bottom: 16px;
        }.decorator_indent-v_l {
            margin-top: 20px;
            margin-bottom: 20px;
        }.decorator_indent-v_xl {
            margin-top: 24px;
            margin-bottom: 24px;
        }.decorator_indent-v_xxl {
            margin-top: 32px;
            margin-bottom: 32px;
        }.decorator_indent-v_xxxl {
            margin-top: 40px;
            margin-bottom: 40px;
        }.decorator_indent-v_xxxxl {
            margin-top: 48px;
            margin-bottom: 48px;
        }.decorator_indent-v_xxxxxl {
            margin-top: 72px;
            margin-bottom: 72px;
        }.decorator_indent-v_xxxxxxl {
            margin-top: var(--space-xxxxxxl);
            margin-bottom: var(--space-xxxxxxl);
        }.decorator_indent-h_auto {
            margin-left: auto;
            margin-right: auto;
        }.decorator_indent-h_xxxs {
            margin-left: 2px;
            margin-right: 2px;
        }.decorator_indent-h_xxs {
            margin-left: 4px;
            margin-right: 4px;
        }.decorator_indent-h_xs {
            margin-left: 8px;
            margin-right: 8px;
        }.decorator_indent-h_s {
            margin-left: 12px;
            margin-right: 12px;
        }.decorator_indent-h_m {
            margin-left: 16px;
            margin-right: 16px;
        }.decorator_indent-h_l {
            margin-left: 20px;
            margin-right: 20px;
        }.decorator_indent-h_xl {
            margin-left: 24px;
            margin-right: 24px;
        }.decorator_indent-h_xxl {
            margin-left: 32px;
            margin-right: 32px;
        }.decorator_indent-h_xxxl {
            margin-left: 40px;
            margin-right: 40px;
        }.decorator_indent-h_xxxxl {
            margin-left: 48px;
            margin-right: 48px;
        }.decorator_indent-h_xxxxxl {
            margin-left: var(--space-xxxxxl);
            margin-right: var(--space-xxxxxl);
        }.decorator_indent-h_xxxxxxl {
            margin-left: var(--space-xxxxxxl);
            margin-right: var(--space-xxxxxxl);
        }.decorator_indent-t_none {
            margin-top: 0;
        }.decorator_indent-t_xxxs {
            margin-top: 2px;
        }.decorator_indent-t_xxs {
            margin-top: 4px;
        }.decorator_indent-t_xs {
            margin-top: 8px;
        }.decorator_indent-t_s {
            margin-top: 12px;
        }.decorator_indent-t_m {
            margin-top: 16px;
        }.decorator_indent-t_l {
            margin-top: 20px;
        }.decorator_indent-t_xl {
            margin-top: 24px;
        }.decorator_indent-t_xxl {
            margin-top: 32px;
        }.decorator_indent-t_xxxl {
            margin-top: 40px;
        }.decorator_indent-t_xxxxl {
            margin-top: 48px;
        }.decorator_indent-t_xxxxxl {
            margin-top: 72px;
        }.decorator_indent-t_xxxxxxl {
            margin-top: 96px;
        }.decorator_indent-r_xxxs {
            margin-right: 2px;
        }.decorator_indent-r_xxs {
            margin-right: 4px;
        }.decorator_indent-r_xs {
            margin-right: 8px;
        }.decorator_indent-r_s {
            margin-right: 12px;
        }.decorator_indent-r_m {
            margin-right: 16px;
        }.decorator_indent-r_l {
            margin-right: 20px;
        }.decorator_indent-r_xl {
            margin-right: 24px;
        }.decorator_indent-r_xxl {
            margin-right: 24px;
        }.decorator_indent-r_xxxl {
            margin-right: 32px;
        }.decorator_indent-r_xxxxl {
            margin-right: 40px;
        }.decorator_indent-r_xxxxxl {
            margin-right: var(--space-xxxxxl);
        }.decorator_indent-r_xxxxxxl {
            margin-right: var(--space-xxxxxxl);
        }.decorator_indent-b_xxxs {
            margin-bottom: 2px;
        }.decorator_indent-b_xxs {
            margin-bottom: 4px;
        }.decorator_indent-b_xs {
            margin-bottom: 8px;
        }.decorator_indent-b_s {
            margin-bottom: 12px;
        }.decorator_indent-b_m {
            margin-bottom: 16px;
        }.decorator_indent-b_l {
            margin-bottom: 20px;
        }.decorator_indent-b_xl {
            margin-bottom: 24px;
        }.decorator_indent-b_xxl {
            margin-bottom: 32px;
        }.decorator_indent-b_xxxl {
            margin-bottom: 40px;
        }.decorator_indent-b_xxxxl {
            margin-bottom: 48px;
        }.decorator_indent-b_xxxxxl {
            margin-bottom: 72px;
        }.decorator_indent-b_xxxxxxl {
            margin-bottom: 96px;
        }.decorator_indent-l_auto {
            margin-left: auto;
        }.decorator_indent-l_xxxs {
            margin-left: 2px;
        }.decorator_indent-l_xxs {
            margin-left: 4px;
        }.decorator_indent-l_xs {
            margin-left: 8px;
        }.decorator_indent-l_s {
            margin-left: 12px;
        }.decorator_indent-l_m {
            margin-left: 16px;
        }.decorator_indent-l_l {
            margin-left: 20px;
        }.decorator_indent-l_xl {
            margin-left: 24px;
        }.decorator_indent-l_xxl {
            margin-left: 32px;
        }.decorator_indent-l_xxxl {
            margin-left: 40px;
        }.decorator_indent-l_xxxxl {
            margin-left: 48px;
        }.decorator_indent-l_xxxxxl {
            margin-left: var(--space-xxxxxl);
        }.decorator_indent-l_xxxxxxl {
            margin-left: var(--space-xxxxxxl);
        }.bunner {
    background-image: url("../../img/picture/bunner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 670px;
}.bunner .h1 {
        text-align: center;
    }.bunner__wrapper {
        background-color: rgba(0, 148, 214, 0.35);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        height: 670px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 0 auto;
    }.bunner__wrapper2 {
        max-width: 1280px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }.bunner__wrapper2 .button {
            margin-top: 120px;
        }.bunner__description {
        text-align: center;
    }@media screen and (max-width:600px) {
    .bunner {
        height: auto;
    }
        .bunner__wrapper {
            height: auto;
        }
        .bunner__wrapper2 {
            padding-top: 30px;
            padding-bottom: 30px;
        }
            .bunner__wrapper2 .button {
                margin-top: 60px;
            }
}.detail {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1000;
        display: none;
    }.detail__right {
            overflow-y: auto;
            max-height: 550px;
        }.detail__wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 25px;
            background-color: #fff;
            max-width: 80%;
            padding: 16px;
            min-width: 63%;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
        }.detail__content .image {
                width: 80px;
            }.detail__close {
            position: absolute;
            top: 15px;
            right: 15px;
            font-size: 24px;
            cursor: pointer;
        }.detail__overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }.detail__image {
            max-width: 100%;
            height: auto;
            margin-bottom: 20px;
        }.detail .button {
            border-radius: 8px;
        }@media screen and (max-width: 1150px) {
            .detail__wrapper {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                max-height: 80%;
                max-width: 90%;
            }
    }.photo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 416px;
        height: 356px;
    }.photo .swiper-wrapper.wrapp {
        margin-left: 70px;
        height: 99%;
    }.photo .swiper-slide {
        margin-right: 100px !important;
        border-radius: 12px;
        border: 1px solid #d8dee4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 344px !important;
        opacity: 0 !important;
    }.photo .swiper-slide.swiper-slide-active {
        opacity: 1 !important;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }.photo .swiper-slide .swiper-slide-visible .swiper-slide-prev {
        opacity: 0 !important;
    }.photo .mySwiper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }.photo .mySwiper .image {
        width: 100%;
        height: auto;
        border-radius: 12px;
    }.photo .custom-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-right: 10px;
        gap: 7px;
        width: auto !important;
    }.photo .custom-pagination .swiper-pagination-bullet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 48px;
        height: 48px;
        background-size: cover;
        background-position: center;
        border-radius: 12px;
        cursor: pointer;
        margin: 5px 0;
        background-color: white;
        border: 2px solid #d8dee4;
        opacity: 1;
    }.photo .custom-pagination .swiper-pagination-bullet:first-child {
        background-image: url("../../../img/icon/close.png") !important;
    }.photo .custom-pagination .swiper-pagination-bullet:nth-child(2) {
        background-image: url("../../../img/icon/burger.png") !important;
    }.photo .custom-pagination .swiper-pagination-bullet:nth-child(3) {
        background-image: url("../../../img/icon/d.png") !important;
    }.photo .custom-pagination .swiper-pagination-bullet:nth-child(4) {
        background-image: url("../../../img/icon/g.png") !important;
    }.photo .custom-pagination .swiper-pagination-bullet:nth-child(5) {
        background-image: url("../../../img/icon/p.png") !important;
    }.photo .custom-pagination .swiper-pagination-bullet:nth-child(6) {
        background-image: url("../../../img/icon/o.png") !important;
    }.photo .custom-pagination .swiper-pagination-bullet-active {
        border: 2px solid #000;
        /* custom border for active state */
    }@media screen and (max-width: 460px) {
        .photo .swiper-slide {
            margin-right: 166px !important;
            width: 67% !important;
        }
        /* .photo {
            width: 90%;
        }
        .photo .swiper-slide {
            margin-right: 38px !important;
            width: 98% !important;
        } */
    }@media screen and (max-width: 380px) {
        .photo .swiper-slide {
            margin-right: 203px !important;
            width: 58% !important;
        }
        /* .photo {
            width: 90%;
        }
        .photo .swiper-slide {
            margin-right: 38px !important;
            width: 98% !important;
        } */
    }///////////////////////////////////////////////////////////////
    .photo .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }.photo .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        /* По умолчанию Swiper сам управляет шириной */
        border-radius: 12px;
        border: 1px solid #d8dee4;
    }.photo .mySwiper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }.photo .custom-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-right: 10px;
        gap: 7px;
    }.photo .custom-pagination .swiper-pagination-bullet {
        width: 48px;
        height: 48px;
        border-radius: 12px;
        background-size: cover;
        background-position: center;
        border: 2px solid #d8dee4;
        cursor: pointer;
    }.photo .custom-pagination .swiper-pagination-bullet-active {
        border: 2px solid #00b3ff;
    }photo .custom-pagination .swiper-pagination-bullet-active {
        border: 2px solid #00b3ff;
    }.detail2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}.detail2__right {
        overflow-y: auto;
        max-height: 550px;
    }.detail2__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 25px;
        background-color: #fff;
        max-width: 80%;
        padding: 16px;
        min-width: 63%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }.detail2__content .image {
            width: 80px;
        }.detail2__close2 {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 24px;
        cursor: pointer;
    }.detail2__overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }.detail2__image {
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
    }.detail2 .button {
        border-radius: 8px;
    }@media screen and (max-width: 1150px) {
        .detail2__wrapper {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            max-height: 80%;
            max-width: 90%;
        }
}.detail3 {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
     background: rgba(0, 0, 0, 0.5);
     z-index: 1000;
     display: none;
 }.detail3__right {
         overflow-y: auto;
         max-height: 550px;
     }.detail3__wrapper {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         gap: 25px;
         background-color: #fff;
         max-width: 80%;
         padding: 16px;
         min-width: 63%;
         position: absolute;
         top: 50%;
         left: 50%;
         -webkit-transform: translate(-50%, -50%);
                 transform: translate(-50%, -50%);
     }.detail3__content .image {
             width: 80px;
         }.detail3__close3 {
         position: absolute;
         top: 15px;
         right: 15px;
         font-size: 24px;
         cursor: pointer;
     }.detail3__overlay {
         position: absolute;
         width: 100%;
         height: 100%;
         top: 0;
         left: 0;
     }.detail3__image {
         max-width: 100%;
         height: auto;
         margin-bottom: 20px;
     }.detail3 .button {
         border-radius: 8px;
     }@media screen and (max-width: 1150px) {
         .detail3__wrapper {
             -webkit-box-orient: vertical;
             -webkit-box-direction: normal;
                 -ms-flex-direction: column;
                     flex-direction: column;
             max-height: 80%;
             max-width: 90%;
         }
 }.catalog {
    max-width: 1280px;
    margin: 0 auto;
}.catalog .h1 {
        text-align: center;
    }.catalog__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 20px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }.catalog__item {
        padding: 10px;
        width: 30%;
    }.catalog__item .image {
            max-height: 330px;
        }.catalog__item {
    opacity: 0;
    /* Скрываем блоки изначально */
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    /* Смещение вниз */
    -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
    transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
    transition: opacity 1.5s ease, transform 1.5s ease;
    transition: opacity 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
    /* Плавная анимация */
}.catalog__item_visible {
    opacity: 1;
    /* Делает блок видимым */
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* Возвращаем блок на место */
}@media screen and (max-width: 1000px) {
        .catalog__items {
            gap: 0;
        }
        .catalog__item {
            width: 47%;
        }
}@media screen and (max-width: 670px) {
        .catalog__items {
            gap: 20px;
        }
        .catalog__item {
            width: 99%;
        }
}.gallery .h1 {
        text-align: center;
    }.gallery__wrapper {
        max-width: 1280px;
        padding: 32px 16px;
        margin: 0 auto;
    }.gallery .hidden {
        display: none;
    }.gallery .works {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }.gallery .image {
        max-height: 400px;
    }.gallery .work {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
        padding-top: 20px;
    }.gallery .work__top {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 20px;
        }.gallery .work__top .image:first-child {
                width: 32%;
            }.gallery .work__top .image:not(:first-child) {
                width: 32%;
            }.gallery .work__middle {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 20px;
        }.gallery .work__middle .image:nth-child(2) {
                width: 32%;
            }.gallery .work__middle .image:not(:nth-child(2)) {
                width: 32%;
            }.gallery .work__bottom {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 20px;
        }.gallery .work__bottom .image:nth-child(3) {
                width: 32%;
            }.gallery .work__bottom .image:not(:nth-child(3)) {
                width: 32%;
            }.gallery__wrapper {
        opacity: 0;
        /* Скрываем блоки изначально */
        -webkit-transform: translateY(50px);
                transform: translateY(50px);
        /* Смещение вниз */
        -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
        transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
        transition: opacity 1.5s ease, transform 1.5s ease;
        transition: opacity 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
        /* Плавная анимация */
    }.gallery__wrapper_visible {
        opacity: 1;
        /* Делает блок видимым */
        -webkit-transform: translateY(0);
                transform: translateY(0);
        /* Возвращаем блок на место */
    }.gallery__btn {
        padding: 16px 32px;
        margin: 20px auto;
    }.gallery_more .hidden {
    display: block;
}@media screen and (max-width: 1280px) {
    .gallery .work {
        gap: 10px;
        padding-top: 10px;
    }
        .gallery .work__top {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 10px;
        }
            .gallery .work__top .image:first-child {
                width: 33%;
            }
            .gallery .work__top .image:not(:first-child) {
                width: 33%;
            }
        .gallery .work__middle {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 10px;
        }
            .gallery .work__middle .image:nth-child(2) {
                width: 33%;
            }
            .gallery .work__middle .image:not(:nth-child(2)) {
                width: 33%;
            }
        .gallery .work__bottom {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 10px;
        }
            .gallery .work__bottom .image:nth-child(3) {
                width: 33%;
            }
            .gallery .work__bottom .image:not(:nth-child(3)) {
                width: 33%;
            }
        .gallery .work .image {
            max-height: 350px;
        }
}@media screen and (max-width: 900px) {
    .gallery .image {
        max-height: 290px !important;
    }
}@media screen and (max-width: 660px) {
        .gallery .image {
            max-height: 150px !important;
        }
            .gallery .work__top {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                gap: 10px;
            }
                .gallery .work__top .image:first-child {
                    width: 31%;
                }
                .gallery .work__top .image:not(:first-child) {
                    width: 31%;
                }
            .gallery .work__middle {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                gap: 10px;
            }
                .gallery .work__middle .image:nth-child(2) {
                    width: 31%;
                }
                .gallery .work__middle .image:not(:nth-child(2)) {
                    width: 31%;
                }
            .gallery .work__bottom {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                gap: 10px;
            }
                .gallery .work__bottom .image:nth-child(3) {
                    width: 31%;
                }
                .gallery .work__bottom .image:not(:nth-child(3)) {
                    width: 31%;
                }
}.reviews__btn-wrapp {
        text-align: center;
    }.reviews .h1 {
        text-align: center;
    }.reviews__wrapper {
        max-width: 1280px;
        margin: 0 auto;
        padding-left: 16px;
        padding-right: 16px;
    }.reviews .item {
        background-color: white;
        max-width: 515px;
        border: 4px solid #0094D6;
        padding: 25px;
        height: 350px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }.reviews .item__top {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            gap: 20px;
        }.reviews .item__name {
            font-size: 32px;
        }.reviews .item .image {
            width: 100%;
            /* height: 100px; */
            /* border-radius: 50px; */
        }.reviews .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
    }.reviews .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
    }.reviews .swiper-pagination {
        position: relative;
        /* Относительное позиционирование */
        margin-top: 0px;
        /* Отступ вниз */
        text-align: center;
        /* Центрируем пагинацию */
    }.reviews__wrapper {
        opacity: 0;
        /* Скрываем блоки изначально */
        -webkit-transform: translateY(50px);
                transform: translateY(50px);
        /* Смещение вниз */
        -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
        transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
        transition: opacity 1.5s ease, transform 1.5s ease;
        transition: opacity 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
        /* Плавная анимация */
    }.reviews__wrapper_visible {
        opacity: 1;
        /* Делает блок видимым */
        -webkit-transform: translateY(0);
                transform: translateY(0);
        /* Возвращаем блок на место */
    }@media screen and (max-width: 625px) {
        .reviews .item {
            padding: 10px;
            max-width: 270px;
            height: 200px;
        }
            .reviews .item__name {
                font-size: 22px;
            }
            .reviews .item__desc {
                font-size: 14px;
            }
}.delivery .h1 {
        text-align: center;
    }.delivery__content {
        max-width: 1180px;
        margin: 0 auto;
        padding-left: 16px;
        padding-right: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }.delivery__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 24px;
    }.delivery__description {
        max-width: 440px;
    }.delivery__left,
    .delivery__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 35px;
    }.delivery .wrapper {
        width: 60px;
        height: 60px;
    }.delivery__wrapper {
        opacity: 0;
        /* Скрываем блоки изначально */
        -webkit-transform: translateY(50px);
                transform: translateY(50px);
        /* Смещение вниз */
        -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
        transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
        transition: opacity 1.5s ease, transform 1.5s ease;
        transition: opacity 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
        /* Плавная анимация */
    }.delivery__wrapper_visible {
        opacity: 1;
        /* Делает блок видимым */
        -webkit-transform: translateY(0);
                transform: translateY(0);
        /* Возвращаем блок на место */
    }@media screen and (max-width: 1180px) {
        .delivery__content {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            gap: 35px;
        }
        .delivery__description {
            max-width: 100%;
        }
        .delivery__item {
            /* font-size: 20px; */
        }
}.contact-form {
    background-color: #cceaf7;
}.contact-form__wrapper {
        max-width: 932px;
        margin: 0 auto;
        padding: 50px 16px;
    }.contact-form__title {
        text-align: center;
    }.contact-form__description {
        text-align: center;
    }.contact-form__help {
        text-align: center;
    }.contact-form .iti {
        /* width: 100%; */
    }.contact-form .iti__flag-container {
        margin-right: 8px;
        /* Отступ флага */
    }.contact-form input {
        width: 100%;
        padding: 30px;
        border-radius: 8px;
        border: 0;
        font-size: 20px;
        margin-bottom: 25px;
    }.contact-form textarea {
        width: 100%;
        height: 245px;
        padding: 30px;
        border-radius: 50px;
        border: 0;
        font-size: 20px;
        margin-bottom: 25px;
    }.contact-form__submit {
        text-align: center;
    }.contact-form__wrapper {
        opacity: 0;
        /* Скрываем блоки изначально */
        -webkit-transform: translateY(50px);
                transform: translateY(50px);
        /* Смещение вниз */
        -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
        transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
        transition: opacity 1.5s ease, transform 1.5s ease;
        transition: opacity 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
        /* Плавная анимация */
    }.contact-form__wrapper_visible {
        opacity: 1;
        /* Делает блок видимым */
        -webkit-transform: translateY(0);
                transform: translateY(0);
        /* Возвращаем блок на место */
    }@media screen and (max-width: 1280px) {
        .contact-form input {
            width: 95%;
        }
}@media screen and (max-width: 1000px) {
        .contact-form input {
            width: 90%;
        }
}@media screen and (max-width: 650px) {
        .contact-form input {
            width: 85%;
        }
}@media screen and (max-width: 400px) {
        .contact-form input {
            width: 82%;
        }
}.input {
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}.textarea {
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}.contacts .h1 {
        text-align: center;
    }.contacts a {
        color: #000;
    }.contacts__content {
        max-width: 880px;
        margin: 0 auto;
        padding-left: 16px;
        padding-right: 16px;
    }.contacts__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }.contacts__description {
        max-width: 440px;
        font-size: 25px;
    }.contacts__left,
    .contacts__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 35px;
    }.contacts__wrapper {
        opacity: 0;
        /* Скрываем блоки изначально */
        -webkit-transform: translateY(50px);
                transform: translateY(50px);
        /* Смещение вниз */
        -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
        transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
        transition: opacity 1.5s ease, transform 1.5s ease;
        transition: opacity 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
        /* Плавная анимация */
    }.contacts__wrapper_visible {
        opacity: 1;
        /* Делает блок видимым */
        -webkit-transform: translateY(0);
                transform: translateY(0);
        /* Возвращаем блок на место */
    }.contacts__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }@media screen and (max-width: 680px) {
        .contacts__top {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
        }
        .contacts__description {
            max-width: 100%;
            font-size: 19px;
        }
}.button_theme_brown {
    background-color: #CABBA8;    
}.link_theme_black {
    cursor: pointer;
    text-decoration: none;
    color: var(--BlueHover, #000000);
    font-size: 16px;
    -webkit-transition: color .2s;
    transition: color .2s;
    font-weight: 600;
}.link_theme_black_hovered {
        color: var(--BlueHover, #FF4A00) !important;
    }.link_theme_black_visited {
        color: #7A008E;
    }.link_theme_black_active {
        color: var(--BlueHover, #FF4A00);
    }