    .citybar{
        width:100%;
        display:flex;
        justify-content:center;
        padding:10px 12px;
        box-sizing:border-box;
    }

    .citybar__inner{
        position:relative;
        max-width:980px;
        width:100%;
        display:flex;
        justify-content:center;
    }

    .citybar__btn{
        display:inline-flex;
        align-items:center;
        gap:10px;
        border:1px solid rgba(0,0,0,0.12);
        background:#fff;
        border-radius:999px;
        padding:10px 14px;
        cursor:pointer;
        line-height:1.2;
        max-width:100%;
        box-sizing:border-box;
    }

    .citybar__pin{
        width:10px;
        height:10px;
        border-radius:999px;
        background:rgba(140,37,31,0.22);
        display:inline-block;
    }

    .citybar__city{
        font-weight:700;
        color:#8c251f;
        white-space:nowrap;
    }

    .citybar__sep{
        color:rgba(0,0,0,0.35);
    }

    .citybar__addr{
        color:#494949;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
        max-width:min(520px, 60vw);
    }

    .citybar__chev{
        width:5px;
        height:5px;
        display:inline-block;
        margin-left:2px;
        border-right:2px solid rgba(0,0,0,0.55);
        border-bottom:2px solid rgba(0,0,0,0.55);
        transform:rotate(45deg);
        transition:transform .15s ease;
    }

    .citybar__btn[aria-expanded="true"] .citybar__chev{
        transform:rotate(-135deg); /* стрелка "вверх" */
    }

    .citybar__dropdown{
        position:absolute;
        top:calc(100% + 8px);
        left:50%;
        transform:translateX(-50%);
        min-width:320px;
        max-width:min(560px, 92vw);
        width:max-content;
        background:#fff;
        border:1px solid rgba(0,0,0,0.12);
        border-radius:16px;
        padding:8px;
        box-shadow:0 18px 40px rgba(0,0,0,0.12);
        display:none;
        z-index:9999;
    }

    .citybar__dropdown.is-open{ display:block; }

    .citybar__item{
        width:100%;
        display:flex;
        flex-direction:column;
        gap:4px;
        padding:10px 12px;
        border-radius:12px;
        cursor:pointer;
        border:0;
        background:transparent;
        text-align:left;
    }

    .citybar__item:hover{
        background:rgba(140, 37, 31, 0.08);
    }

    .citybar__itemCity{
        font-weight:700;
        color:#8c251f;
    }

    .citybar__itemAddr{
        color:#494949;
        font-size:14px;
    }

    .citybar__item.is-active .citybar__itemCity{
        color:#117c29;
    }

    @media (max-width:480px){
        .citybar__addr{ max-width:52vw; }
        .citybar__dropdown{ min-width:280px; }
    }

    @media (max-width: 480px){
        .citybar__addr{ max-width: 52vw; }
        .citybar__dropdown{ min-width: 280px; }
    }
    .t-menuburger {
        position: relative;
        flex-shrink: 0;
        width: 28px;
        height: 20px;
        padding: 0;
        border: none;
        background-color: transparent;
        outline: none;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: transform .5s ease-in-out;
        cursor: pointer;
        z-index: 999;
    }

    .t-menuburger span {
        display: block;
        position: absolute;
        width: 100%;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .25s ease-in-out;
        height: 3px;
        background-color: #000;
    }

    .t-menuburger span:nth-child(1) {
        top: 0px;
    }

    .t-menuburger span:nth-child(2), .t-menuburger span:nth-child(3) {
        top: 8px;
    }

    .t-menuburger span:nth-child(4) {
        top: 16px;
    }

    .t-menuburger__big {
        width: 42px;
        height: 32px;
    }

    .t-menuburger__big span {
        height: 5px;
    }

    .t-menuburger__big span:nth-child(2), .t-menuburger__big span:nth-child(3) {
        top: 13px;
    }

    .t-menuburger__big span:nth-child(4) {
        top: 26px;
    }

    .t-menuburger__small {
        width: 22px;
        height: 14px;
    }

    .t-menuburger__small span {
        height: 2px;
    }

    .t-menuburger__small span:nth-child(2), .t-menuburger__small span:nth-child(3) {
        top: 6px;
    }

    .t-menuburger__small span:nth-child(4) {
        top: 12px;
    }

    .t-menuburger-opened span:nth-child(1) {
        top: 8px;
        width: 0%;
        left: 50%;
    }

    .t-menuburger-opened span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .t-menuburger-opened span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .t-menuburger-opened span:nth-child(4) {
        top: 8px;
        width: 0%;
        left: 50%;
    }

    .t-menuburger-opened.t-menuburger__big span:nth-child(1) {
        top: 6px;
    }

    .t-menuburger-opened.t-menuburger__big span:nth-child(4) {
        top: 18px;
    }

    .t-menuburger-opened.t-menuburger__small span:nth-child(1), .t-menuburger-opened.t-menuburger__small span:nth-child(4) {
        top: 6px;
    }

    @media (hover),(min-width: 0\0
    ) {
        .t-menuburger_first:hover span:nth-child(1) {
            transform: translateY(1px);
        }

        .t-menuburger_first:hover span:nth-child(4) {
            transform: translateY(-1px);
        }

        .t-menuburger_first.t-menuburger__big:hover span:nth-child(1) {
            transform: translateY(3px);
        }

        .t-menuburger_first.t-menuburger__big:hover span:nth-child(4) {
            transform: translateY(-3px);
        }
    }

    .t-menuburger_second span:nth-child(2), .t-menuburger_second span:nth-child(3) {
        width: 80%;
        left: 20%;
        right: 0;
    }

    @media (hover),(min-width: 0\0
    ) {
        .t-menuburger_second.t-menuburger-hovered span:nth-child(2), .t-menuburger_second.t-menuburger-hovered span:nth-child(3) {
            animation: t-menuburger-anim 0.3s ease-out normal forwards;
        }

        .t-menuburger_second.t-menuburger-unhovered span:nth-child(2), .t-menuburger_second.t-menuburger-unhovered span:nth-child(3) {
            animation: t-menuburger-anim2 0.3s ease-out normal forwards;
        }
    }

    .t-menuburger_second.t-menuburger-opened span:nth-child(2), .t-menuburger_second.t-menuburger-opened span:nth-child(3) {
        left: 0;
        right: 0;
        width: 100% !important;
    }

    .t-menuburger_third span:nth-child(4) {
        width: 70%;
        left: unset;
        right: 0;
    }

    @media (hover),(min-width: 0\0
    ) {
        .t-menuburger_third:not(.t-menuburger-opened):hover span:nth-child(4) {
            width: 100%;
        }
    }

    .t-menuburger_third.t-menuburger-opened span:nth-child(4) {
        width: 0 !important;
        right: 50%;
    }

    .t-menuburger_fourth {
        height: 12px;
    }

    .t-menuburger_fourth.t-menuburger__small {
        height: 8px;
    }

    .t-menuburger_fourth.t-menuburger__big {
        height: 18px;
    }

    .t-menuburger_fourth span:nth-child(2), .t-menuburger_fourth span:nth-child(3) {
        top: 4px;
        opacity: 0;
    }

    .t-menuburger_fourth span:nth-child(4) {
        top: 8px;
    }

    .t-menuburger_fourth.t-menuburger__small span:nth-child(2), .t-menuburger_fourth.t-menuburger__small span:nth-child(3) {
        top: 3px;
    }

    .t-menuburger_fourth.t-menuburger__small span:nth-child(4) {
        top: 6px;
    }

    .t-menuburger_fourth.t-menuburger__small span:nth-child(2), .t-menuburger_fourth.t-menuburger__small span:nth-child(3) {
        top: 3px;
    }

    .t-menuburger_fourth.t-menuburger__small span:nth-child(4) {
        top: 6px;
    }

    .t-menuburger_fourth.t-menuburger__big span:nth-child(2), .t-menuburger_fourth.t-menuburger__big span:nth-child(3) {
        top: 6px;
    }

    .t-menuburger_fourth.t-menuburger__big span:nth-child(4) {
        top: 12px;
    }

    @media (hover),(min-width: 0\0
    ) {
        .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(1) {
            transform: translateY(1px);
        }

        .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(4) {
            transform: translateY(-1px);
        }

        .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(1) {
            transform: translateY(3px);
        }

        .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(4) {
            transform: translateY(-3px);
        }
    }

    .t-menuburger_fourth.t-menuburger-opened span:nth-child(1), .t-menuburger_fourth.t-menuburger-opened span:nth-child(4) {
        top: 4px;
    }

    .t-menuburger_fourth.t-menuburger-opened span:nth-child(2), .t-menuburger_fourth.t-menuburger-opened span:nth-child(3) {
        opacity: 1;
    }

    @keyframes t-menuburger-anim {
        0% {
            width: 80%;
            left: 20%;
            right: 0;
        }
        50% {
            width: 100%;
            left: 0;
            right: 0;
        }
        100% {
            width: 80%;
            left: 0;
            right: 20%;
        }
    }

    @keyframes t-menuburger-anim2 {
        0% {
            width: 80%;
            left: 0;
        }
        50% {
            width: 100%;
            right: 0;
            left: 0;
        }
        100% {
            width: 80%;
            left: 20%;
            right: 0;
        }
    }

    .tmenu-mobile {
        background-color: #111;
        display: none;
        width: 100%;
        top: 0;
        z-index: 990;
    }

    .tmenu-mobile_positionfixed {
        position: fixed;
    }

    .tmenu-mobile__text {
        color: #fff;
    }

    .tmenu-mobile__container {
        min-height: 64px;
        padding: 0 20px;
        position: relative;
        box-sizing: border-box;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        flex-direction: row-reverse
    }

    .tmenu-mobile__list {
        display: block;
    }

    .tmenu-mobile__burgerlogo {
        display: inline-block;
        font-size: 24px;
        font-weight: 400;
        white-space: nowrap;
        vertical-align: middle;
        width: 100%;
    }

    .tmenu-mobile__imglogo {
        height: auto;
        display: block;
        max-width: 300px !important;
        box-sizing: border-box;
        padding: 0;
        margin: 0 auto;
    }

    @media screen and (max-width: 980px) {
        .tmenu-mobile__menucontent_hidden {
            display: none;
            height: 100%;
            top: 64px;
        }

        .tmenu-mobile {
            display: block;
        }
    }

    @media screen and (max-width: 980px) {
        #rec829219626 .tmenu-mobile {
            background-color: #f8f8f8;
            position: fixed;
        }

        #rec829219626 .t-menuburger {
            -webkit-order: 1;
            -ms-flex-order: 1;
            order: 1;
        }
    }

    #rec829219626 .tmenu-mobile__burgerlogo a {
        color: #8c251f;
        font-weight: 600;
    }

    #rec829219626 .tmenu-mobile__burgerlogo__title {
        color: #8c251f;
        font-weight: 600;
    }

    #rec829219626 .t-btnflex.t-btnflex_type_button {
        color: #8c251f;
        border-style: solid !important;
        border-color: #8c251f !important;
        --border-width: 1px;
        border-radius: 30px;
        box-shadow: none !important;
        font-family: Arial;
        font-weight: 700;
        transition-duration: 0.2s;
        transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
        transition-timing-function: ease-in-out;
    }

    @media (hover: hover) {
        #rec829219626 .t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):hover {
            box-shadow: 0px 15px 30px -10px rgba(0, 11, 48, 0.2) !important;
        }

        #rec829219626 .t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):focus-visible {
            box-shadow: 0px 15px 30px -10px rgba(0, 11, 48, 0.2) !important;
        }
    }

    #rec829219626 .t-btnflex.t-btnflex_type_button2 {
        color: #8c251f;
        border-style: solid !important;
        border-color: #8c251f !important;
        --border-width: 1px;
        border-radius: 30px;
        box-shadow: none !important;
        font-family: Arial;
        font-weight: 700;
        transition-duration: 0.2s;
        transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
        transition-timing-function: ease-in-out;
    }

    @media (hover: hover) {
        #rec829219626 .t-btnflex.t-btnflex_type_button2:not(.t-animate_no-hover):hover {
            box-shadow: 0px 15px 30px -10px rgba(0, 11, 48, 0.2) !important;
        }

        #rec829219626 .t-btnflex.t-btnflex_type_button2:not(.t-animate_no-hover):focus-visible {
            box-shadow: 0px 15px 30px -10px rgba(0, 11, 48, 0.2) !important;
        }
    }

    @media screen and (max-width: 980px) {
        #rec829219626 .t461__logowrapper {
            display: none;
        }
    }

    @media screen and (max-width: 980px) {
        #rec829219626 .t461__leftcontainer {
            padding: 20px;
        }
    }

    @media screen and (max-width: 980px) {
        #rec829219626 .t461__imglogo {
            padding: 20px 0;
        }
    }

    #rec829219626 .t-menu__link-item {
        -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
        transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
        position: relative;
    }

    #rec829219626 .t-menu__link-item:not(.t-active):not(.tooltipstered)::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 20%;
        opacity: 0;
        width: 100%;
        height: 100%;
        border-bottom: 0px solid #8c251f;
        -webkit-box-shadow: inset 0px -1px 0px 0px #8c251f;
        -moz-box-shadow: inset 0px -1px 0px 0px #8c251f;
        box-shadow: inset 0px -1px 0px 0px #8c251f;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        pointer-events: none;
    }

    #rec829219626 .t-menu__link-item.t-active:not(.t978__menu-link) {
        color: #117c29 !important;
    }

    #rec829219626 .t-menu__link-item.t-active::after {
        content: '';
        position: absolute;
        left: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 1;
        width: 100%;
        height: 100%;
        bottom: -0px;
        border-bottom: 0px solid #8c251f;
        -webkit-box-shadow: inset 0px -1px 0px 0px #8c251f;
        -moz-box-shadow: inset 0px -1px 0px 0px #8c251f;
        box-shadow: inset 0px -1px 0px 0px #8c251f;
    }

    #rec829219626 .t-menu__link-item:not(.t-active):not(.tooltipstered):hover {
        color: #117c29 !important;
    }

    #rec829219626 .t-menu__link-item:not(.t-active):not(.tooltipstered):focus-visible {
        color: #117c29 !important;
    }

    #rec829219626 .t-menu__link-item:not(.t-active):not(.tooltipstered):hover::after {
        opacity: 1;
        bottom: -0px;
    }

    #rec829219626 .t-menu__link-item:not(.t-active):not(.tooltipstered):focus-visible::after {
        opacity: 1;
        bottom: -0px;
    }

    @supports (overflow:-webkit-marquee) and (justify-content:inherit) {
        #rec829219626 .t-menu__link-item, #rec829219626 .t-menu__link-item.t-active {
            opacity: 1 !important;
        }
    }

    #rec829219626 .t461__logowrapper2 a {
        color: #8c251f;
        font-weight: 600;
    }

    #rec829219626 a.t-menu__link-item {
        font-size: 18px;
        color: #8c251f;
        font-weight: 700;
        letter-spacing: 0.5px;
    }

    @media screen and (max-width: 480px),(orientation: landscape) and (max-height: 480px) {
        #rec829219626 a.t-menu__link-item {
            font-size: 18px;
        }
    }

    #rec829219626 .t461__additional_langs_lang a {
        font-size: 18px;
        color: #8c251f;
        font-weight: 700;
        letter-spacing: 0.5px;
    }

    @media screen and (max-width: 480px),(orientation: landscape) and (max-height: 480px) {
        #rec829219626 .t461__additional_langs_lang a {
            font-size: 18px;
        }
    }

    #rec829219626 .t461__logo {
        color: #8c251f;
        font-weight: 600;
    }

    #rec829219626 .t461 {
        box-shadow: 0px 10px 20px rgba(0, 11, 48, 0.25);
    }

    .t966__content {
       text-align: center;
    }


    #rec393587265 .t966__content {
        background-color: #fff;
    }

    #rec393587265 .t966__tooltip-menu-corner {
        background-color: #fff;
        top: -6.5px;
        border-color: #eee;
        border-width: 0;
        border-style: none;
    }

    #rec393587265 .t966__tooltip-menu {
        max-width: 280px;
    }

    #rec393587265 .t966__menu-link.t-active .t966__menu-item-title, #rec393587265 .t966__menu-link .t966__menu-item-title.t-active, .t966__tooltip-menu[data-style-from-rec='393587265'] .t966__menu-ilink.t-active .t966__menu-item-title {
        color: #117c29 !important;
    }

    #rec393587265 .t966__menu-link:not(.t-active):hover .t966__menu-item-title:not(.t-active) {
        color: #117c29 !important;
    }

    @media screen and (max-width: 480px) {
        .t966__typo__menu_393587265 {
            font-size: 20px !important;
        }
    }

    .t-menuwidgeticons__button_hidden_395466163 {
        display: none !important;
    }

    .t-menuburger {
        position: relative;
        flex-shrink: 0;
        width: 28px;
        height: 20px;
        padding: 0;
        border: none;
        background-color: transparent;
        outline: none;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: transform .5s ease-in-out;
        cursor: pointer;
        z-index: 999;
    }

    .t-menuburger span {
        display: block;
        position: absolute;
        width: 100%;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .25s ease-in-out;
        height: 3px;
        background-color: #000;
    }

    .t-menuburger span:nth-child(1) {
        top: 0px;
    }

    .t-menuburger span:nth-child(2), .t-menuburger span:nth-child(3) {
        top: 8px;
    }

    .t-menuburger span:nth-child(4) {
        top: 16px;
    }

    .t-menuburger__big {
        width: 42px;
        height: 32px;
    }

    .t-menuburger__big span {
        height: 5px;
    }

    .t-menuburger__big span:nth-child(2), .t-menuburger__big span:nth-child(3) {
        top: 13px;
    }

    .t-menuburger__big span:nth-child(4) {
        top: 26px;
    }

    .t-menuburger__small {
        width: 22px;
        height: 14px;
    }

    .t-menuburger__small span {
        height: 2px;
    }

    .t-menuburger__small span:nth-child(2), .t-menuburger__small span:nth-child(3) {
        top: 6px;
    }

    .t-menuburger__small span:nth-child(4) {
        top: 12px;
    }

    .t-menuburger-opened span:nth-child(1) {
        top: 8px;
        width: 0%;
        left: 50%;
    }

    .t-menuburger-opened span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .t-menuburger-opened span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .t-menuburger-opened span:nth-child(4) {
        top: 8px;
        width: 0%;
        left: 50%;
    }

    .t-menuburger-opened.t-menuburger__big span:nth-child(1) {
        top: 6px;
    }

    .t-menuburger-opened.t-menuburger__big span:nth-child(4) {
        top: 18px;
    }

    .t-menuburger-opened.t-menuburger__small span:nth-child(1), .t-menuburger-opened.t-menuburger__small span:nth-child(4) {
        top: 6px;
    }

    @media (hover),(min-width: 0\0
    ) {
        .t-menuburger_first:hover span:nth-child(1) {
            transform: translateY(1px);
        }

        .t-menuburger_first:hover span:nth-child(4) {
            transform: translateY(-1px);
        }

        .t-menuburger_first.t-menuburger__big:hover span:nth-child(1) {
            transform: translateY(3px);
        }

        .t-menuburger_first.t-menuburger__big:hover span:nth-child(4) {
            transform: translateY(-3px);
        }
    }

    .t-menuburger_second span:nth-child(2), .t-menuburger_second span:nth-child(3) {
        width: 80%;
        left: 20%;
        right: 0;
    }

    @media (hover),(min-width: 0\0
    ) {
        .t-menuburger_second.t-menuburger-hovered span:nth-child(2), .t-menuburger_second.t-menuburger-hovered span:nth-child(3) {
            animation: t-menuburger-anim 0.3s ease-out normal forwards;
        }

        .t-menuburger_second.t-menuburger-unhovered span:nth-child(2), .t-menuburger_second.t-menuburger-unhovered span:nth-child(3) {
            animation: t-menuburger-anim2 0.3s ease-out normal forwards;
        }
    }

    .t-menuburger_second.t-menuburger-opened span:nth-child(2), .t-menuburger_second.t-menuburger-opened span:nth-child(3) {
        left: 0;
        right: 0;
        width: 100% !important;
    }

    .t-menuburger_third span:nth-child(4) {
        width: 70%;
        left: unset;
        right: 0;
    }

    @media (hover),(min-width: 0\0
    ) {
        .t-menuburger_third:not(.t-menuburger-opened):hover span:nth-child(4) {
            width: 100%;
        }
    }

    .t-menuburger_third.t-menuburger-opened span:nth-child(4) {
        width: 0 !important;
        right: 50%;
    }

    .t-menuburger_fourth {
        height: 12px;
    }

    .t-menuburger_fourth.t-menuburger__small {
        height: 8px;
    }

    .t-menuburger_fourth.t-menuburger__big {
        height: 18px;
    }

    .t-menuburger_fourth span:nth-child(2), .t-menuburger_fourth span:nth-child(3) {
        top: 4px;
        opacity: 0;
    }

    .t-menuburger_fourth span:nth-child(4) {
        top: 8px;
    }

    .t-menuburger_fourth.t-menuburger__small span:nth-child(2), .t-menuburger_fourth.t-menuburger__small span:nth-child(3) {
        top: 3px;
    }

    .t-menuburger_fourth.t-menuburger__small span:nth-child(4) {
        top: 6px;
    }

    .t-menuburger_fourth.t-menuburger__small span:nth-child(2), .t-menuburger_fourth.t-menuburger__small span:nth-child(3) {
        top: 3px;
    }

    .t-menuburger_fourth.t-menuburger__small span:nth-child(4) {
        top: 6px;
    }

    .t-menuburger_fourth.t-menuburger__big span:nth-child(2), .t-menuburger_fourth.t-menuburger__big span:nth-child(3) {
        top: 6px;
    }

    .t-menuburger_fourth.t-menuburger__big span:nth-child(4) {
        top: 12px;
    }

    @media (hover),(min-width: 0\0
    ) {
        .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(1) {
            transform: translateY(1px);
        }

        .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(4) {
            transform: translateY(-1px);
        }

        .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(1) {
            transform: translateY(3px);
        }

        .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(4) {
            transform: translateY(-3px);
        }
    }

    .t-menuburger_fourth.t-menuburger-opened span:nth-child(1), .t-menuburger_fourth.t-menuburger-opened span:nth-child(4) {
        top: 4px;
    }

    .t-menuburger_fourth.t-menuburger-opened span:nth-child(2), .t-menuburger_fourth.t-menuburger-opened span:nth-child(3) {
        opacity: 1;
    }

    @keyframes t-menuburger-anim {
        0% {
            width: 80%;
            left: 20%;
            right: 0;
        }
        50% {
            width: 100%;
            left: 0;
            right: 0;
        }
        100% {
            width: 80%;
            left: 0;
            right: 20%;
        }
    }

    @keyframes t-menuburger-anim2 {
        0% {
            width: 80%;
            left: 0;
        }
        50% {
            width: 100%;
            right: 0;
            left: 0;
        }
        100% {
            width: 80%;
            left: 20%;
            right: 0;
        }
    }

    .t-menuburger {
        position: relative;
        flex-shrink: 0;
        width: 28px;
        height: 20px;
        padding: 0;
        border: none;
        background-color: transparent;
        outline: none;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: transform .5s ease-in-out;
        cursor: pointer;
        z-index: 999;
    }

    .t-menuburger span {
        display: block;
        position: absolute;
        width: 100%;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .25s ease-in-out;
        height: 3px;
        background-color: #000;
    }

    .t-menuburger span:nth-child(1) {
        top: 0px;
    }

    .t-menuburger span:nth-child(2), .t-menuburger span:nth-child(3) {
        top: 8px;
    }

    .t-menuburger span:nth-child(4) {
        top: 16px;
    }

    .t-menuburger__big {
        width: 42px;
        height: 32px;
    }

    .t-menuburger__big span {
        height: 5px;
    }

    .t-menuburger__big span:nth-child(2), .t-menuburger__big span:nth-child(3) {
        top: 13px;
    }

    .t-menuburger__big span:nth-child(4) {
        top: 26px;
    }

    .t-menuburger__small {
        width: 22px;
        height: 14px;
    }

    .t-menuburger__small span {
        height: 2px;
    }

    .t-menuburger__small span:nth-child(2), .t-menuburger__small span:nth-child(3) {
        top: 6px;
    }

    .t-menuburger__small span:nth-child(4) {
        top: 12px;
    }

    .t-menuburger-opened span:nth-child(1) {
        top: 8px;
        width: 0%;
        left: 50%;
    }

    .t-menuburger-opened span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .t-menuburger-opened span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .t-menuburger-opened span:nth-child(4) {
        top: 8px;
        width: 0%;
        left: 50%;
    }

    .t-menuburger-opened.t-menuburger__big span:nth-child(1) {
        top: 6px;
    }

    .t-menuburger-opened.t-menuburger__big span:nth-child(4) {
        top: 18px;
    }

    .t-menuburger-opened.t-menuburger__small span:nth-child(1), .t-menuburger-opened.t-menuburger__small span:nth-child(4) {
        top: 6px;
    }

    @media (hover),(min-width: 0\0
    ) {
        .t-menuburger_first:hover span:nth-child(1) {
            transform: translateY(1px);
        }

        .t-menuburger_first:hover span:nth-child(4) {
            transform: translateY(-1px);
        }

        .t-menuburger_first.t-menuburger__big:hover span:nth-child(1) {
            transform: translateY(3px);
        }

        .t-menuburger_first.t-menuburger__big:hover span:nth-child(4) {
            transform: translateY(-3px);
        }
    }

    .t-menuburger_second span:nth-child(2), .t-menuburger_second span:nth-child(3) {
        width: 80%;
        left: 20%;
        right: 0;
    }

    @media (hover),(min-width: 0\0
    ) {
        .t-menuburger_second.t-menuburger-hovered span:nth-child(2), .t-menuburger_second.t-menuburger-hovered span:nth-child(3) {
            animation: t-menuburger-anim 0.3s ease-out normal forwards;
        }

        .t-menuburger_second.t-menuburger-unhovered span:nth-child(2), .t-menuburger_second.t-menuburger-unhovered span:nth-child(3) {
            animation: t-menuburger-anim2 0.3s ease-out normal forwards;
        }
    }

    .t-menuburger_second.t-menuburger-opened span:nth-child(2), .t-menuburger_second.t-menuburger-opened span:nth-child(3) {
        left: 0;
        right: 0;
        width: 100% !important;
    }

    .t-menuburger_third span:nth-child(4) {
        width: 70%;
        left: unset;
        right: 0;
    }

    @media (hover),(min-width: 0\0
    ) {
        .t-menuburger_third:not(.t-menuburger-opened):hover span:nth-child(4) {
            width: 100%;
        }
    }

    .t-menuburger_third.t-menuburger-opened span:nth-child(4) {
        width: 0 !important;
        right: 50%;
    }

    .t-menuburger_fourth {
        height: 12px;
    }

    .t-menuburger_fourth.t-menuburger__small {
        height: 8px;
    }

    .t-menuburger_fourth.t-menuburger__big {
        height: 18px;
    }

    .t-menuburger_fourth span:nth-child(2), .t-menuburger_fourth span:nth-child(3) {
        top: 4px;
        opacity: 0;
    }

    .t-menuburger_fourth span:nth-child(4) {
        top: 8px;
    }

    .t-menuburger_fourth.t-menuburger__small span:nth-child(2), .t-menuburger_fourth.t-menuburger__small span:nth-child(3) {
        top: 3px;
    }

    .t-menuburger_fourth.t-menuburger__small span:nth-child(4) {
        top: 6px;
    }

    .t-menuburger_fourth.t-menuburger__small span:nth-child(2), .t-menuburger_fourth.t-menuburger__small span:nth-child(3) {
        top: 3px;
    }

    .t-menuburger_fourth.t-menuburger__small span:nth-child(4) {
        top: 6px;
    }

    .t-menuburger_fourth.t-menuburger__big span:nth-child(2), .t-menuburger_fourth.t-menuburger__big span:nth-child(3) {
        top: 6px;
    }

    .t-menuburger_fourth.t-menuburger__big span:nth-child(4) {
        top: 12px;
    }

    @media (hover),(min-width: 0\0
    ) {
        .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(1) {
            transform: translateY(1px);
        }

        .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(4) {
            transform: translateY(-1px);
        }

        .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(1) {
            transform: translateY(3px);
        }

        .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(4) {
            transform: translateY(-3px);
        }
    }

    .t-menuburger_fourth.t-menuburger-opened span:nth-child(1), .t-menuburger_fourth.t-menuburger-opened span:nth-child(4) {
        top: 4px;
    }

    .t-menuburger_fourth.t-menuburger-opened span:nth-child(2), .t-menuburger_fourth.t-menuburger-opened span:nth-child(3) {
        opacity: 1;
    }

    @keyframes t-menuburger-anim {
        0% {
            width: 80%;
            left: 20%;
            right: 0;
        }
        50% {
            width: 100%;
            left: 0;
            right: 0;
        }
        100% {
            width: 80%;
            left: 0;
            right: 20%;
        }
    }

    @keyframes t-menuburger-anim2 {
        0% {
            width: 80%;
            left: 0;
        }
        50% {
            width: 100%;
            right: 0;
            left: 0;
        }
        100% {
            width: 80%;
            left: 20%;
            right: 0;
        }
    }

    .t-menuwidgeticons__button_hidden_395466163 {
        display: none !important;
    }

    #rec395466163 .t-menu__link-item {
        -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
        transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
        position: relative;
    }

    #rec395466163 .t-menu__link-item:not(.t-active):not(.tooltipstered)::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 20%;
        opacity: 0;
        width: 100%;
        height: 100%;
        border-bottom: 1px solid #8c251f;
        -webkit-box-shadow: inset 0px -1px 0px 0px #8c251f;
        -moz-box-shadow: inset 0px -1px 0px 0px #8c251f;
        box-shadow: inset 0px -1px 0px 0px #8c251f;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        pointer-events: none;
    }

    #rec395466163 .t-menu__link-item.t-active:not(.t978__menu-link) {
        color: #0e8025 !important;
    }

    #rec395466163 .t-menu__link-item:not(.t-active):not(.tooltipstered):hover::after {
        opacity: 1;
        bottom: -1px;
    }

    #rec395466163 .t-menu__link-item:not(.t-active):not(.tooltipstered):focus-visible::after {
        opacity: 1;
        bottom: -1px;
    }

    @supports (overflow:-webkit-marquee) and (justify-content:inherit) {
        #rec395466163 .t-menu__link-item, #rec395466163 .t-menu__link-item.t-active {
            opacity: 1 !important;
        }
    }

    #rec395466163 a.t-menusub__link-item {
        color: #000000;
    }

    #rec395466163 .t451m__right_descr {
        font-size: 18px;
        color: #494949;
    }

    #rec395466163 a.t-menu__link-item {
        font-size: 20px;
        color: #8c251f;
        font-weight: 700;
    }

    @media screen and (max-width: 480px),(orientation: landscape) and (max-height: 480px) {
        #rec395466163 a.t-menu__link-item {
            font-size: 20px;
        }
    }

    #rec1540655281 .t975 {
        border-color: #E2E2E2;
    }

    @media screen and (min-width: 640px) {
        #rec1540655281 .t975__menu-text {
            margin-top: 7px !important;
        }
    }

    #rec1540655281 .t975__wrapper::before {
        background-image: linear-gradient(to left, rgba(255, 255, 255, 0%) 0%, rgba(255, 255, 255, 100%) 100%);
    }

    #rec1540655281 .t975__wrapper::after {
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0%) 0%, rgba(255, 255, 255, 100%) 100%);
    }

    @media screen and (max-width: 480px) {
        #rec1540655281 .t975__list-item {
            min-width: calc(100% / 4);
        }
    }

    #rec1540655281 .t-menu__link-item {
    }

    @supports (overflow:-webkit-marquee) and (justify-content:inherit) {
        #rec1540655281 .t-menu__link-item, #rec1540655281 .t-menu__link-item.t-active {
            opacity: 1 !important;
        }
    }

    #rec1540655281 .t975 {
        box-shadow: 0px 15px 30px -10px rgba(0, 11, 48, 0.2);
    }

    /* === bydoors: layout верхнего ряда шапки — лого слева, доп.блок справа === */
    @media screen and (min-width: 981px) {
        #rec829219626 .t461__topwrapper {
            display: flex !important;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
            padding: 0 30px;
        }

        #rec829219626 .t461__logowrapper {
            position: static !important;
            transform: none !important;
            top: auto !important;
            left: auto !important;
            right: auto !important;
            width: auto !important;
            margin: 0 !important;
            order: 1;
            flex: 0 0 auto;
        }

        #rec829219626 .t461__logowrapper2 {
            position: static !important;
            left: auto !important;
            margin-left: 0 !important;
        }

        #rec829219626 .t461__listwrapper.t461__mobilelist {
            display: none !important;
        }

        #rec829219626 .t461__alladditional {
            position: static !important;
            transform: none !important;
            top: auto !important;
            left: auto !important;
            right: auto !important;
            width: auto !important;
            order: 2;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
        }
    }

    /* === bydoors header right block (desktop) === */
    .bydoors-headerright {
        display: flex;
        align-items: center;
        gap: 18px;
        flex-wrap: nowrap;
    }

    .bydoors-headerright__phonebox {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        line-height: 1;
        white-space: nowrap;
    }

    .bydoors-headerright__phone {
        font-family: TildaSans, Arial, sans-serif;
        font-size: 20px;
        font-weight: 600;
        color: #2a2a2a;
        text-decoration: none;
    }

    .bydoors-headerright__phone:hover {
        color: #8c251f;
    }

    .bydoors-headerright__phonelabel {
        margin-top: 4px;
        font-family: TildaSans, Arial, sans-serif;
        font-size: 13px;
        color: #8a8a8a;
        font-weight: 400;
    }

    .bydoors-headerright__max {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: #8c251f;
        color: #fff;
        text-decoration: none;
        border-radius: 999px;
        padding: 10px 22px 10px 10px;
        font-family: TildaSans, Arial, sans-serif;
        font-size: 17px;
        font-weight: 500;
        white-space: nowrap;
        transition: background 0.15s ease;
    }

    .bydoors-headerright__max:hover {
        background: #6e1c18;
        color: #fff;
    }

    .bydoors-headerright__max-icon {
        width: 34px;
        height: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
    }

    .bydoors-headerright__max-icon svg {
        width: 22px;
        height: 22px;
        display: block;
    }

    .bydoors-headerright__max-text {
        color: #fff !important;
    }

    .bydoors-headerright__icons {
        flex: 0 0 auto;
    }

    /* Скрываем десктопный правый блок там, где Tilda и так рисует мобильную панель.
       headerright__icons (cart+wishlist) тоже сюда — иначе они проявляются
       внизу мобильного меню при бургере. */
    @media screen and (max-width: 980px) {
        .bydoors-headerright__phonebox,
        .bydoors-headerright__max,
        .bydoors-headerright__icons {
            display: none !important;
        }
    }

    /* === Лого в мобильной панели — компактный logo_mobile.png === */
    .tmenu-mobile__burgerlogo .tmenu-mobile__imglogo {
        max-width: 70px !important;
        width: 70px !important;
        margin: 0 0 0 12px !important;
    }

    /* === Иконки телефона/MAX в мобильной панели === */
    .bydoors-mobicons {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        margin-right: 8px;
        flex: 0 0 auto;
    }

    .bydoors-mobicons__btn {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        background: #f8f8f8;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .bydoors-mobicons__btn svg {
        width: 20px;
        height: 20px;
        display: block;
    }

    .bydoors-mobicons__btn[data-city-phone] svg {
        width: 24px;
        height: 24px;
    }

/* Мобильное меню (t451m) — убираем дубль-иконки cart/wishlist которые
   тильда клонирует внизу из шапки. В мобильной шапке (mobicons +
   widgeticons-wrapper) они уже есть — зачем второй раз. */
.t451m .t-menuwidgeticons__wrapper {
    display: none !important;
}

/* Информация по городу в мобильном меню (выше соц-кнопок) */
.t451m__cityinfo {
    margin: 0 0 14px;
    padding: 0 4px;
    text-align: left;
    font-family: TildaSans, Arial, sans-serif;
}
.t451m__cityinfo-name {
    font-size: 16px;
    font-weight: 600;
    color: #8c251f;
    line-height: 1.3;
}
.t451m__cityinfo-addr {
    font-size: 13px;
    color: #555;
    line-height: 1.4;
    margin-top: 2px;
}

/* Floating-иконки cart (.t706__carticon) и wishlist (.t1002__wishlisticon) —
   тильда рендерит их position:fixed как круглые кнопки. У нас уже есть
   те же иконки в шапке (.t-menuwidgeticons + .bydoors-mobicons), и эти
   floating'и дублируют их + просвечивают через мобильное меню. Скрываем. */
.t706__carticon,
.t1002__wishlisticon {
    display: none !important;
}

/* Заголовок-блок t225 (header страниц-категорий и контентных) — добавляем
   воздух сверху, иначе сливается с шапкой. */
.t225 {
    margin-top: 20px;
}

/* Корзина (cart popup .t706__cartwin) — у тильды по умолчанию header
   с большой чёрной полосой на всю ширину (background:#000, height:50px).
   В wishlist .t1002 такого нет — там × просто в углу. Унифицируем:
   круглая красная кнопка в правом верхнем углу overlay'а, видна на
   любом фоне (overlay может быть тёмный или светлый в разных режимах). */
.t706__close {
    position: fixed !important;
    top: 12px !important;
    right: 12px !important;
    left: auto !important;
    width: 36px !important;
    height: 36px !important;
    background: #8c251f !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100002;
}

.t706__close .t706__close-button {
    background: transparent !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.t706__close .t706__cartwin-close-icon {
    width: 14px !important;
    height: 14px !important;
}

.t706__close .t706__cartwin-close-icon path,
.t706__close .t706__cartwin-close-icon rect {
    fill: #fff !important;
}

/* Мобилка: контент корзины во весь экран без отступов слева/справа,
   min-height гарантирует что окно не схлопывается на пустой корзине. */
@media screen and (max-width: 560px) {
    .t706__cartwin-content {
        margin: 0px auto 0;
        max-width: 100%;
        min-height: calc(100vh - 50px);
    }
}
