/* Header redesign scoped styles for боевой сайт */
.vsevdom-redesign-header,
.vsevdom-redesign-mobile-header {
    font-family: Verdana, sans-serif;
}

.header__promo {
    margin-top: 0 !important;
}

#my-header,
.vsevdom-redesign-header {
    margin-top: 0 !important;
}

body.no-main-page {
    padding-top: 0 !important;
}

body.no-main-page #my-page {
    top: 0 !important;
}

@media screen and (max-width: 800px) {
    body.no-main-page {
        padding-top: 89px !important;
    }

    body.no-main-page #my-page {
        top: 89px !important;
    }
}

.select-city {
    top: 200px !important;
    height: calc(100% - 200px) !important;
    padding-top: 0 !important;
}

.select-city.scrolled {
    padding-top: 0 !important;
}

.select-city .select-city-inner .head-city {
    top: 200px !important;
}

.select-city .select-city-inner .head-city-list {
    padding-top: 92px !important;
}

@media screen and (max-width: 800px) {
    .select-city {
        top: 89px !important;
        height: calc(100% - 89px) !important;
    }

    .select-city .select-city-inner .head-city {
        top: 89px !important;
    }
}

.vsevdom-redesign-header .container,
.vsevdom-redesign-mobile-header .container {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
}

.vsevdom-redesign-header a,
.vsevdom-redesign-mobile-header a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

.vsevdom-redesign-header {
    position: relative;
    z-index: 9999;
    background-color: #fff;
}

@media screen and (max-width: 800px) {
    .vsevdom-redesign-header {
        display: none;
    }
}

.vsevdom-redesign-header .top-bar {
    background-color: #e1e1e1;
    padding: 10px 0;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
}

.vsevdom-redesign-header .top-bar .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.vsevdom-redesign-header .top-bar .address {
    color: #646464;
    line-height: 1.5;
}

.vsevdom-redesign-header .top-bar .top-menu {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.vsevdom-redesign-header .top-bar .top-menu a {
    color: #838383;
}

.vsevdom-redesign-header .top-bar .top-menu a:hover {
    color: #000;
}

.vsevdom-redesign-header .main {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 23px 0 15px;
}

.vsevdom-redesign-header .logo {
    display: inline-flex;
    align-items: center;
}

.vsevdom-redesign-header .logo img {
    max-width: 159px;
    position: relative;
    top: -9px;
}

.vsevdom-redesign-header .logo:hover img {
    opacity: 0.7;
}

.vsevdom-redesign-header .select-city-link {
    display: inline-flex;
    align-items: center;
    align-self: center;
    float: none;
    height: auto;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #555555;
    border-bottom: 1px dashed #555555;
    margin-left: 48px;
    line-height: 1.2;
    position: relative;
    top: 0;
    vertical-align: middle;
    white-space: nowrap;
}

.vsevdom-redesign-header .select-city-link.sity-button {
    margin-top: 0 !important;
    padding-top: 0 !important;
    top: 0 !important;
}

.vsevdom-redesign-header .select-city-link:hover {
    color: #ffcb08;
    border-bottom-color: #ffcb08;
}

.vsevdom-redesign-header .messenger-link {
    display: inline-flex;
    align-items: center;
    margin-left: 24px;
    white-space: nowrap;
}

.vsevdom-redesign-header .messenger-link-primary {
    margin-left: auto;
}

.vsevdom-redesign-header .messenger-link img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 7px;
}

.vsevdom-redesign-header .messenger-link span {
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #555555;
}

.vsevdom-redesign-header .messenger-link:hover span {
    color: #ffcb08;
}

.vsevdom-redesign-header .phone {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
}

.vsevdom-redesign-header .phone .tel {
    font-family: "PF BeauSans Pro", sans-serif;
    font-weight: 100;
    font-size: 36px;
    color: #555555;
    line-height: 1;
}

.vsevdom-redesign-header .phone .tel:hover {
    color: #ffcb08;
}

.vsevdom-redesign-header .phone .operation-time {
    font-size: 14px;
    color: #969696;
    font-family: Tahoma, sans-serif;
    margin-top: 4px;
}

.vsevdom-redesign-header .menu {
    background-color: #ffcb08;
}

.vsevdom-redesign-header .menu .container {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding-left: 0;
    padding-right: 0;
}

.vsevdom-redesign-header .menu .icon {
    margin-right: 20px;
    position: relative;
    top: 2px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 52px;
    min-width: 52px;
}

.vsevdom-redesign-header .menu .dropdown {
    position: relative;
}

.vsevdom-redesign-header .menu .cat-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 17px 0 14px;
    font-size: 0;
    line-height: 0;
    background: transparent;
}

.vsevdom-redesign-header .menu .cat-trigger:before,
.vsevdom-redesign-header .menu .cat-trigger:after {
    content: none !important;
    display: none !important;
}

.vsevdom-redesign-header .menu .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 320px;
    padding: 14px 0;
    margin: 0;
    list-style: none;
    background: #f4f4f4;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
    z-index: 10020;
}

.vsevdom-redesign-header .menu .dropdown:hover > .dropdown-menu,
.vsevdom-redesign-header .menu .dropdown-menu.opened {
    display: block;
}

.vsevdom-redesign-header .menu .dropdown-menu > li {
    position: relative;
}

.vsevdom-redesign-header .menu .dropdown-menu > li > a {
    display: block;
    padding: 10px 18px;
    color: #555;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    white-space: nowrap;
}

.vsevdom-redesign-header .menu .dropdown-menu > li > a:hover {
    background: #ebebeb;
    color: #000;
}

.vsevdom-redesign-header .menu .dropdown-sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 320px;
    padding: 14px 0;
    margin: 0;
    list-style: none;
    background: #e8e8e8;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.vsevdom-redesign-header .menu .dropdown-menu > li:hover > .dropdown-sub-menu {
    display: block;
}

.vsevdom-redesign-header .menu .dropdown-sub-menu li a {
    display: block;
    padding: 10px 18px;
    color: #555;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
}

.vsevdom-redesign-header .menu .dropdown-sub-menu li a:hover {
    background: #dddddd;
    color: #000;
}

.vsevdom-redesign-header .menu .icon img {
    width: 20px;
}

.vsevdom-redesign-header .menu .items {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex: 1 1 auto;
    min-width: 0;
    width: calc(100% - 72px);
}

.vsevdom-redesign-header .menu .items .item {
    margin-right: 0;
    flex: 1 1 0;
    min-width: 0;
}

.vsevdom-redesign-header .menu .items .item:last-child {
    margin-right: 0;
}

.vsevdom-redesign-header .menu .items .item > a,
.vsevdom-redesign-header .menu .items .item > span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 10px 14px;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.vsevdom-redesign-header .menu .items .item .text {
    color: #fff;
    font-size: 20px;
    font-family: "PF BeauSans Pro Bbook", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.1;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vsevdom-redesign-header .menu .items .item > a:hover,
.vsevdom-redesign-header .menu .items .item > a.active,
.vsevdom-redesign-header .menu .items .item.current > a {
    background-color: #e4b506;
}

.vsevdom-redesign-mobile-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    height: 89px;
    display: none;
    box-shadow: 0 4px 7.6px 0.4px rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

@media screen and (max-width: 800px) {
    .vsevdom-redesign-mobile-header {
        display: flex;
    }
}

.vsevdom-redesign-mobile-header .menu-icon {
    width: 23px;
    height: 20px;
    position: relative;
    display: block;
}

.vsevdom-redesign-mobile-header .mobile-mnu-dropdown {
    position: relative;
    margin-left: 20px;
}

.vsevdom-redesign-mobile-header .dropdown-menu-mobile,
.vsevdom-redesign-mobile-header .dropdown-menu-cat-mobile {
    display: none;
    margin: 0;
    padding: 12px 0;
    list-style: none;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.vsevdom-redesign-mobile-header .dropdown-menu-mobile {
    position: absolute;
    top: calc(100% + 18px);
    left: 0;
    min-width: 260px;
    z-index: 10030;
}

.vsevdom-redesign-mobile-header .dropdown-menu-mobile.opened,
.vsevdom-redesign-mobile-header .dropdown-menu-cat-mobile.opened {
    display: block;
}

.vsevdom-redesign-mobile-header .dropdown-menu-mobile > li > a,
.vsevdom-redesign-mobile-header .dropdown-menu-cat-mobile > li > a,
.vsevdom-redesign-mobile-header .mobile-mnu-cat-trigger {
    display: block;
    padding: 10px 16px;
    color: #555;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
}

.vsevdom-redesign-mobile-header .menu-icon .icon {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #959595;
    width: 100%;
    height: 4px;
}

.vsevdom-redesign-mobile-header .menu-icon .icon:before,
.vsevdom-redesign-mobile-header .menu-icon .icon:after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    background-color: #959595;
}

.vsevdom-redesign-mobile-header .menu-icon .icon:before {
    top: 8px;
}

.vsevdom-redesign-mobile-header .menu-icon .icon:after {
    top: 16px;
}

.vsevdom-redesign-mobile-header .logo img {
    max-width: 120px;
    display: block;
}

.vsevdom-redesign-mobile-header .messengers {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vsevdom-redesign-mobile-header .messengers img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
}

html.burger-menu-opened,
body.burger-menu-opened {
    overflow: hidden;
}

.wrap-modal,
.mfp-bg,
.mfp-wrap,
.fancybox-overlay,
.fancybox-wrap,
.fancybox-opened {
    z-index: 20000 !important;
}

.vsevdom-redesign-burger {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #333638;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.vsevdom-redesign-burger.open {
    opacity: 1;
    visibility: visible;
    z-index: 10050;
}

.vsevdom-redesign-burger .container {
    max-width: 1110px;
}

.vsevdom-redesign-burger .wrap-top {
    background-color: #333638;
    position: relative;
    overflow-y: auto;
}

.vsevdom-redesign-burger .wrap-top .container {
    position: relative;
    padding: 50px 0;
}

.vsevdom-redesign-burger .wrap-top .inner {
    max-width: 830px;
}

.vsevdom-redesign-burger .top {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #949494;
    padding: 0 0 20px 20px;
    margin-bottom: 60px;
}

.vsevdom-redesign-burger .top .close {
    margin-right: 50px;
}

.vsevdom-redesign-burger .top .close:hover {
    opacity: 0.7;
}

.vsevdom-redesign-burger .top .title,
.vsevdom-redesign-burger .bottom .title,
.vsevdom-redesign-burger .links .wrap-select-city .title {
    font-family: "PF BeauSans Pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #ffcb08;
}

.vsevdom-redesign-burger .top .title,
.vsevdom-redesign-burger .bottom .title {
    font-size: 24px;
}

.vsevdom-redesign-burger .links {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 60px;
    position: relative;
}

.vsevdom-redesign-burger .links .wrap-select-city {
    align-items: center;
    margin-bottom: 40px;
    display: none;
}

.vsevdom-redesign-burger .links .wrap-select-city .select-city-link {
    margin-left: 10px;
    font-size: 18px;
    color: #fff;
    position: relative;
    top: -2px;
    border-bottom: 1px dashed #fff;
}

.vsevdom-redesign-burger .links .item {
    max-width: 350px;
}

.vsevdom-redesign-burger .links .item > a {
    font-family: "PF BeauSans Pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.vsevdom-redesign-burger .links .item > a:after {
    content: "→";
    margin-left: 10px;
    color: #ffcb08;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.vsevdom-redesign-burger .links .item:hover > a,
.vsevdom-redesign-burger .links .item.active > a {
    color: #ffcb08;
}

.vsevdom-redesign-burger .links .item:hover > a:after,
.vsevdom-redesign-burger .links .item.active > a:after {
    display: inline-block;
    opacity: 1;
    visibility: visible;
}

.vsevdom-redesign-burger .links .item .sub-menu {
    position: absolute;
    top: 0;
    left: 350px;
    padding-left: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.vsevdom-redesign-burger .links .item:hover .sub-menu,
.vsevdom-redesign-burger .links .item.active .sub-menu {
    opacity: 1;
    visibility: visible;
}

.vsevdom-redesign-burger .links .item .sub-menu a {
    font-family: "PF BeauSans Pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    display: block;
}

.vsevdom-redesign-burger .links .item .sub-menu a:hover {
    color: #ffcb08;
}

.vsevdom-redesign-burger .bottom .address {
    display: none;
}

.vsevdom-redesign-burger .bottom .title {
    border-bottom: 1px dashed #949494;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.vsevdom-redesign-burger .bottom .items {
    display: flex;
    flex-wrap: wrap;
}

.vsevdom-redesign-burger .bottom .items a {
    font-family: "PF BeauSans Pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #79818c;
    font-size: 20px;
    margin-right: 60px;
    margin-bottom: 12px;
}

.vsevdom-redesign-burger .bottom .items a:last-child {
    margin-right: 0;
}

.vsevdom-redesign-burger .bottom .items a:hover {
    color: #ffcb08;
}

.vsevdom-redesign-burger .decor {
    position: absolute;
    right: 30px;
    bottom: 0;
}

.vsevdom-redesign-burger .wrap-bottom {
    background-color: #d8ad08;
}

.vsevdom-redesign-burger .wrap-bottom .container {
    padding: 30px 0 70px;
}

.vsevdom-redesign-burger .wrap-bottom .form {
    display: flex;
    align-items: center;
    color: #fff;
}

.vsevdom-redesign-burger .wrap-bottom .form .title {
    font-size: 24px;
    font-family: "PF BeauSans Pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-right: 60px;
    line-height: 1.1;
}

.vsevdom-redesign-burger .wrap-bottom .form .field {
    outline: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: transparent;
    border-bottom: 1px dashed #fff;
    font-family: "PF BeauSans Pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    color: #fff;
    width: 255px;
    padding: 10px 0;
}

.vsevdom-redesign-burger .wrap-bottom .form .field::placeholder {
    color: #fff;
    opacity: 1;
}

.vsevdom-redesign-burger .wrap-bottom .form .button {
    margin-left: 30px;
    background-color: #ffcb08;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: none;
    font-family: "Verdana", sans-serif;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    width: 160px;
    height: 50px;
    transition: all 0.3s ease;
}

.vsevdom-redesign-burger .wrap-bottom .form .button:hover {
    background-color: #000;
}

.vsevdom-redesign-burger .wrap-bottom .form .burger-messengers {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: 60px;
}

.vsevdom-redesign-burger .wrap-bottom .form .burger-messengers img {
    width: 30px;
    height: 30px;
    display: block;
    object-fit: contain;
}

@media screen and (max-width: 800px) {
    .vsevdom-redesign-burger {
        padding: 30px 0 0 30px;
        justify-content: flex-start;
    }

    .vsevdom-redesign-burger .wrap-top .container {
        padding: 0;
    }

    .vsevdom-redesign-burger .top {
        padding: 0 0 20px 0;
        margin-bottom: 40px;
    }

    .vsevdom-redesign-burger .links .wrap-select-city {
        display: flex;
    }

    .vsevdom-redesign-burger .links .wrap-select-city .title,
    .vsevdom-redesign-burger .links .wrap-select-city .select-city-link {
        font-size: 18px;
    }

    .vsevdom-redesign-burger .links .item > a {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .vsevdom-redesign-burger .links .item .sub-menu {
        position: relative;
        left: 0;
        top: auto;
        opacity: 1;
        visibility: visible;
        padding-left: 20px;
        margin-bottom: 12px;
    }

    .vsevdom-redesign-burger .links .item .sub-menu a {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .vsevdom-redesign-burger .bottom .title {
        display: none;
    }

    .vsevdom-redesign-burger .bottom .address {
        display: block;
        font-family: "PF BeauSans Pro", sans-serif;
        font-weight: 300;
        font-style: normal;
        color: #fff;
        font-size: 16px;
        border-bottom: 1px dashed #949494;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .vsevdom-redesign-burger .bottom .items a {
        width: 50%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .vsevdom-redesign-burger .decor,
    .vsevdom-redesign-burger .wrap-bottom {
        display: none;
    }
}

@media screen and (min-width: 801px) {
    .vsevdom-redesign-burger {
        height: 100dvh;
        min-height: 100dvh;
    }

    .vsevdom-redesign-burger .wrap-top {
        flex: 1 1 auto;
        min-height: 0;
    }

    .vsevdom-redesign-burger .wrap-top .container {
        min-height: 100%;
        display: flex;
        align-items: flex-end;
        padding: clamp(24px, 4.6dvh, 56px) 0 0;
    }

    .vsevdom-redesign-burger .wrap-top .inner {
        width: 100%;
    }

    .vsevdom-redesign-burger .top {
        padding: 0 0 clamp(14px, 1.9dvh, 20px) 20px;
        margin-bottom: clamp(24px, 5.2dvh, 60px);
    }

    .vsevdom-redesign-burger .top .close {
        margin-right: clamp(28px, 4.6dvh, 50px);
    }

    .vsevdom-redesign-burger .top .title,
    .vsevdom-redesign-burger .bottom .title {
        font-size: clamp(20px, 2.2dvh, 24px);
    }

    .vsevdom-redesign-burger .links {
        margin: 0 auto clamp(24px, 4.8dvh, 60px);
    }

    .vsevdom-redesign-burger .links .wrap-select-city {
        margin-bottom: clamp(18px, 3.5dvh, 40px);
    }

    .vsevdom-redesign-burger .links .item {
        max-width: min(350px, 32vw);
    }

    .vsevdom-redesign-burger .links .item > a {
        font-size: clamp(18px, 1.95dvh, 20px);
        margin-bottom: clamp(14px, 2.8dvh, 30px);
        line-height: 1.15;
    }

    .vsevdom-redesign-burger .links .item .sub-menu {
        left: clamp(300px, 31vw, 350px);
        padding-left: clamp(18px, 2.4vw, 30px);
    }

    .vsevdom-redesign-burger .links .item .sub-menu a {
        font-size: clamp(17px, 1.9dvh, 20px);
        margin-bottom: clamp(10px, 1.9dvh, 20px);
        line-height: 1.15;
    }

    .vsevdom-redesign-burger .bottom .title {
        padding-bottom: clamp(8px, 1.2dvh, 10px);
        margin-bottom: clamp(12px, 2dvh, 20px);
    }

    .vsevdom-redesign-burger .bottom .items a {
        font-size: clamp(18px, 1.95dvh, 20px);
        margin-right: clamp(28px, 5.6dvh, 60px);
        margin-bottom: clamp(8px, 1.2dvh, 12px);
        line-height: 1.1;
    }

    .vsevdom-redesign-burger .decor {
        right: 30px;
        width: auto;
        max-width: none;
    }

    .vsevdom-redesign-burger .wrap-bottom .container {
        padding: clamp(18px, 2.8dvh, 30px) 0 clamp(24px, 6.5dvh, 70px);
    }

    .vsevdom-redesign-burger .wrap-bottom .form .title {
        font-size: clamp(18px, 2.2dvh, 24px);
        line-height: 1.08;
        margin-right: clamp(24px, 5dvh, 60px);
    }

    .vsevdom-redesign-burger .wrap-bottom .form .field {
        width: clamp(220px, 20vw, 255px);
        padding: clamp(8px, 1.2dvh, 10px) 0;
        font-size: clamp(18px, 1.95dvh, 20px);
    }

    .vsevdom-redesign-burger .wrap-bottom .form .button {
        margin-left: clamp(20px, 2.8vw, 30px);
        width: clamp(148px, 14vw, 160px);
        height: clamp(46px, 4.8dvh, 50px);
        font-size: clamp(16px, 1.8dvh, 18px);
    }

    .vsevdom-redesign-burger .wrap-bottom .form .burger-messengers {
        margin-left: clamp(28px, 5dvh, 60px);
        gap: clamp(14px, 1.7dvh, 18px);
    }

    .vsevdom-redesign-burger .wrap-bottom .form .burger-messengers img {
        width: clamp(28px, 3dvh, 30px);
        height: clamp(28px, 3dvh, 30px);
    }
}

@media screen and (min-width: 801px) and (max-height: 700px) {
    .vsevdom-redesign-burger .wrap-top .container {
        padding-top: 18px;
        padding-bottom: 14px;
    }

    .vsevdom-redesign-burger .links {
        margin-bottom: 18px;
    }

    .vsevdom-redesign-burger .links .item > a {
        margin-bottom: 10px;
    }

    .vsevdom-redesign-burger .links .item .sub-menu a,
    .vsevdom-redesign-burger .bottom .items a {
        margin-bottom: 8px;
    }


    .vsevdom-redesign-burger .wrap-bottom .container {
        padding-top: 14px;
        padding-bottom: 18px;
    }
}

@media screen and (min-width: 801px) and (min-height: 1100px) {
    .vsevdom-redesign-burger .wrap-top .container {
        padding-top: 60px;
        padding-bottom: 36px;
    }

    .vsevdom-redesign-burger .top {
        margin-bottom: 68px;
    }

    .vsevdom-redesign-burger .links {
        margin-bottom: 68px;
    }

    .vsevdom-redesign-burger .wrap-bottom .container {
        padding-bottom: 78px;
    }
}

@media screen and (min-width: 801px) {
    .main-head-slider.slider-special-cat .slide-item .slide-item-inner.first-slide {
        padding-top: 20px;
    }
}

/* Footer and footer callback styles moved from footer.html.php */
.main-footer {
    margin-top: 0;
    padding: 40px 0 28px;
    background-color: #f0f0f0;
}
.main-footer .container {
    max-width: 1110px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}
.main-footer .blocks {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-footer .blocks .block {
    width: 25%;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
}
.main-footer .blocks .block:last-child {
    padding-right: 0;
}
.main-footer .blocks .block .logo {
    display: inline-block;
    margin-bottom: 28px;
}
.main-footer .blocks .block .logo img {
    max-width: 150px;
    height: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.main-footer .blocks .block .logo:hover img {
    opacity: .7;
}
.main-footer .blocks .block .phone {
    display: inline-block;
    font-size: 16px;
    color: #454442;
    margin-bottom: 4px;
    text-decoration: none;
    line-height: 1.25;
}
.main-footer .blocks .block .phone:last-of-type {
    margin-bottom: 0;
}
.main-footer .blocks .block .callback {
    background-color: #ffcb08;
    color: #fff;
    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;
    width: 104px;
    height: 31px;
    font-size: 13px;
    line-height: 1;
    margin: 11px 0 20px;
    text-decoration: none;
}
.main-footer .blocks .block .callback:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
.main-footer .blocks .block .address,
.main-footer .blocks .block .operation-time,
.main-footer .blocks .block .title,
.main-footer .blocks .block .links {
    font-family: Tahoma, sans-serif;
}
.main-footer .blocks .block .address,
.main-footer .blocks .block .operation-time {
    font-size: 13px;
    color: #646464;
    line-height: 20px;
}
.main-footer .blocks .block .operation-time {
    margin-top: 10px;
}
.main-footer .blocks .block .footer-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}
.main-footer .blocks .block .footer-socials a {
    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;
    width: 30px;
    height: 30px;
    transition: opacity .3s ease, transform .3s ease;
}
.main-footer .blocks .block .footer-socials a:hover {
    opacity: .75;
    transform: translateY(-2px);
}
.main-footer .blocks .block .footer-socials img {
    display: block;
    width: 30px;
    height: 30px;
}
.main-footer .blocks .block .title {
    display: inline-block;
    font-size: 13px;
    color: #646464;
    font-weight: bold;
    margin-bottom: 12px;
    text-decoration: none;
    line-height: 1.2;
}
.main-footer .blocks .block a.title:hover {
    color: #ffcb08;
    text-decoration: none;
}
.main-footer .blocks .block .title:not(a) {
    cursor: default;
}
.main-footer .blocks .block .title:not(a):hover {
    color: #646464;
    text-decoration: none;
}
.main-footer .blocks .block .title.footer-spacer {
    visibility: hidden;
}
.main-footer .blocks .block .title.secondary-title {
    margin-top: 18px;
    margin-bottom: 10px;
}
.main-footer .blocks .block .title.single-link {
    margin-top: 18px;
    margin-bottom: 0;
}
.main-footer .blocks .block .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    color: #646464;
    line-height: 18px;
    margin-bottom: 0;
}
.main-footer .blocks .block.products-block .links a {
    margin-bottom: 1px;
}
.main-footer .blocks .block.products-block .links a:last-child {
    margin-bottom: 0;
}
.main-footer .blocks .block.info-block .links a,
.main-footer .blocks .block.info-block .title.single-link {
    white-space: nowrap;
}
.main-footer .blocks .block .links a {
    color: #646464;
    text-decoration: none;
}
.main-footer .blocks .block .links a:hover {
    color: #ffcb08;
    text-decoration: none;
}
.main-footer .blocks .block.mobile {
    display: none;
}
.main-footer .bottom {
    width: 100%;
    margin-top: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 11px;
    font-family: Tahoma, sans-serif;
    color: #b1b1b1;
}
.main-footer .bottom a {
    text-decoration: underline;
}
.main-footer .bottom a:hover {
    color: #ffcb08;
    text-decoration: none;
}
.main-footer .bottom .copyright {
    max-width: 255px;
    margin-right: 30px;
}
.main-footer .bottom .policy {
    max-width: 570px;
}
@media screen and (min-width: 800px) {
    .main-footer .blocks {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 0;
    }
    .main-footer .blocks .block,
    .main-footer .blocks .block.contacts-block,
    .main-footer .blocks .block.products-block,
    .main-footer .blocks .block.info-block {
        width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        padding-right: 30px;
        margin-bottom: 0;
        text-align: left;
    }
    .main-footer .blocks .block:last-child {
        padding-right: 0;
    }
    .main-footer .blocks .block.mobile {
        display: none;
    }
    .main-footer .blocks .block.desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media screen and (max-width: 799px) {
    .main-footer {
        padding: 38px 40px;
    }
    .main-footer .container {
        left: 0;
    }
    .main-footer .blocks {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        gap: 0;
    }
    .main-footer .blocks .block .footer-socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .main-footer .blocks .block,
    .main-footer .blocks .block.contacts-block,
    .main-footer .blocks .block.products-block,
    .main-footer .blocks .block.info-block,
    .main-footer .blocks .block.products-mobile-block {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0;
        margin-bottom: 0;
        text-align: center;
    }
    .main-footer .blocks .block .logo {
        display: none;
    }
    .main-footer .blocks .block .callback {
        margin: 21px auto 31px;
    }
    .main-footer .blocks .block .address,
    .main-footer .blocks .block .operation-time,
    .main-footer .blocks .block .title,
    .main-footer .blocks .block .links {
        font-size: 16px;
    }
    .main-footer .blocks .block .operation-time {
        display: none;
    }
    .main-footer .blocks .block.desktop {
        display: none;
    }
    .main-footer .blocks .block.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .main-footer .blocks .block .title {
        margin-top: 35px;
        margin-bottom: 8px;
    }
    .main-footer .blocks .block .title.single-link {
        margin-top: 35px;
        margin-bottom: 0;
    }
    .main-footer .bottom {
        margin-top: 59px;
    }
    .main-footer .bottom .copyright,
    .main-footer .bottom .policy {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .main-footer .bottom .copyright {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 375px) {
    .main-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main-footer .blocks .block .address,
    .main-footer .blocks .block .operation-time,
    .main-footer .blocks .block .title,
    .main-footer .blocks .block .links {
        font-size: 14px;
    }
}
#callback_back_cell {
    max-width: 540px;
    margin: 0 auto;
}
#callback_back_cell .callback-back-cell-inner {
    position: relative;
    max-width: 540px;
    min-height: 600px;
    margin: 0 auto;
    padding: 50px;
    background: #ffffff;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}
#callback_back_cell .callback-modal-title {
    position: relative;
    z-index: 2;
    margin: 0 0 22px;
    color: #e5b805;
    font-family: "PF BeauSans Pro", sans-serif;
    font-size: 31px;
    font-weight: bold;
    line-height: 1.08;
}
#callback_back_cell .callback-modal-description {
    position: relative;
    z-index: 2;
    max-width: 335px;
    margin: 0;
    color: #555555;
    font-family: Tahoma, sans-serif;
    font-size: 18px;
    line-height: 1.45;
}
#callback_back_cell .callback-modal-form {
    position: relative;
    z-index: 2;
    max-width: 335px;
    margin-top: 30px;
}
#callback_back_cell .callback-modal-form .row {
    margin-bottom: 10px;
}
#callback_back_cell .callback-modal-form .callback-field {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border: 1px dashed #ffcb08;
    background: transparent;
    outline: none;
    color: #555555;
    font-family: Tahoma, sans-serif;
    font-size: 18px;
}
#callback_back_cell .callback-modal-form .callback-field::placeholder {
    color: #9a9a9a;
    opacity: 1;
}
#callback_back_cell .callback-modal-form .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px;
}
#callback_back_cell .callback-modal-form .callback-submit {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 190px;
    height: 60px;
    padding: 0 24px;
    border: 0;
    background: #ffcb08;
    color: #000000;
    font-family: "PF BeauSans Pro", sans-serif;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color .3s ease, color .3s ease;
}
#callback_back_cell .callback-modal-form .callback-submit:hover {
    background: #e5b805;
}
#callback_back_cell .callback-modal-form .callback-rules {
    max-width: 240px;
    margin: 0;
    color: #c0c0c0;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    line-height: 1.45;
}
#callback_back_cell .callback-modal-form .callback-rules a {
    color: #e5b805;
}
#callback_back_cell .callback-modal-form .callback-rules a:hover {
    text-decoration: underline;
}
#callback_back_cell .callback-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #606060;
    font-family: "PF BeauSans Pro", sans-serif;
    font-size: 31px;
    font-weight: bold;
    line-height: 20px;
    cursor: pointer;
    z-index: 3;
    transform: rotate(45deg);
    transition: color .3s ease;
}
#callback_back_cell .callback-close:hover {
    color: #e5b805;
}
#callback_back_cell .callback-modal-decor {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 235px;
    pointer-events: none;
    z-index: 1;
}
.main-footer .blocks .block .links {
    font-size: 15px;
}
.main-footer .blocks .block .links .category-divider {
    display: block;
    width: 100%;
    height: 1px;
    margin: 10px 0 12px;
    background: #d6d6d6;
}
@media screen and (max-width: 800px) {
    .main-footer .blocks .block .links {
        font-size: 17px;
    }
    #callback_back_cell .callback-back-cell-inner {
        min-height: auto;
        padding: 40px 20px 24px;
    }
    #callback_back_cell .callback-modal-title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 18px;
    }
    #callback_back_cell .callback-modal-description {
        max-width: 100%;
        font-size: 16px;
        text-align: center;
    }
    #callback_back_cell .callback-modal-form .callback-field,
    #callback_back_cell .callback-modal-form .callback-submit {
        font-size: 16px;
    }
    #callback_back_cell .callback-modal-form .action {
        gap: 16px;
    }
    #callback_back_cell .callback-modal-form .callback-submit,
    #callback_back_cell .callback-modal-form .callback-rules {
        width: 100%;
        max-width: 100%;
    }
    #callback_back_cell .callback-modal-decor {
        max-width: 120px;
    }
}
@media screen and (max-width: 375px) {
    .main-footer .blocks .block .links {
        font-size: 15px;
    }
}


/* Category pages hero redesign */
.category-hero-redesign {
    background-color: #E6E6E6;
    margin-bottom: 0;
}

.main-head-slider.category-hero-redesign .container {
    position: relative;
}

.main-head-slider.category-hero-redesign .slide-item-inner.first-slide.category-hero-redesign__visual {
    position: relative;
    overflow: hidden;
    min-height: 478px !important;
    padding: 61px 320px 0 71px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.main-head-slider.category-hero-redesign .slide-item-inner.first-slide.category-hero-redesign__visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.18);
    pointer-events: none;
}

.main-head-slider.category-hero-redesign .category-hero-redesign__left {
    position: relative;
    z-index: 1;
    max-width: 640px;
}

.main-head-slider.category-hero-redesign .slide-item-inner.first-slide.category-hero-redesign__visual .offer-wrapper {
    position: relative;
    z-index: 1;
}

.main-head-slider.category-hero-redesign .category-hero-redesign__top {
    display: inline-block;
    background: rgba(0, 0, 0, 0.7);
    padding: 22px 44px 28px 25px;
}

.main-head-slider.category-hero-redesign .slide-item .slide-item-inner.first-slide h1.category-hero-redesign__title,
.main-head-slider.category-hero-redesign .category-hero-redesign__title {
    position: static !important;
    display: block !important;
    margin: 0 !important;
    color: #fff !important;
    font-family: "PF BeauSans Pro", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 40px !important;
    line-height: 1.18 !important;
    background: transparent !important;
    padding: 0 !important;
    max-width: none !important;
}

.main-head-slider.category-hero-redesign .slide-item .slide-item-inner.first-slide h1.category-hero-redesign__title > span,
.main-head-slider.category-hero-redesign .category-hero-redesign__title-main,
.main-head-slider.category-hero-redesign .category-hero-redesign__title-subtitle {
    display: block !important;
    position: static !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    line-height: inherit !important;
}

.main-head-slider.category-hero-redesign .category-hero-redesign__title-main {
    color: #fff !important;
    font-size: 40px !important;
    font-weight: 700 !important;
}

.main-head-slider.category-hero-redesign .category-hero-redesign__title-subtitle {
    margin-top: 15px !important;
    color: #ffcb08 !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
}

.main-head-slider.category-hero-redesign .category-hero-redesign__description {
    max-width: 560px;
    margin: 22px 0 46px;
    color: #fff;
    font-family: "PF BeauSans Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.35;
}

.main-head-slider.category-hero-redesign .category-hero-redesign__description strong {
    font-weight: 700;
}

.main-head-slider.category-hero-redesign .category-hero-redesign__actions {
    display: flex;
    align-items: center;
    max-width: 420px;
}

.main-head-slider.category-hero-redesign .category-hero-redesign__button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 203px;
    height: 50px;
    background-color: #ffcb08 !important;
    border-radius: 25px;
    color: #fff !important;
    font-family: "PF BeauSans Pro", sans-serif !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
}

.main-head-slider.category-hero-redesign .category-hero-redesign__button:hover {
    background-color: #000 !important;
    color: #fff !important;
}

@media screen and (max-width: 800px) {
    .category-hero-redesign {
        background-color: transparent;
    }

    .main-head-slider.category-hero-redesign .container {
        margin-bottom: 0;
    }

    .main-head-slider.category-hero-redesign .slide-wrapper {
        position: relative;
        z-index: 1;
        height: 478px;
    }

    .main-head-slider.category-hero-redesign .slide-wrapper .owl-stage-outer,
    .main-head-slider.category-hero-redesign .slide-wrapper .owl-stage,
    .main-head-slider.category-hero-redesign .slide-wrapper .owl-item,
    .main-head-slider.category-hero-redesign .slide-wrapper .slide-item {
        height: 478px !important;
    }

    .main-head-slider.category-hero-redesign .slide-item-inner.first-slide.category-hero-redesign__visual {
        min-height: 478px !important;
        height: 478px !important;
        padding: 30px 15px 70px !important;
    }

    .main-head-slider.category-hero-redesign .slide-item-inner.first-slide.category-hero-redesign__visual::before {
        background: rgba(0, 0, 0, 0.18);
    }

    .main-head-slider.category-hero-redesign .category-hero-redesign__left {
        max-width: none;
        width: 100%;
    }

    .main-head-slider.category-hero-redesign .category-hero-redesign__top {
        display: block;
        margin: 0;
        padding: 24px 25px 18px;
        box-sizing: border-box;
    }

    .main-head-slider.category-hero-redesign .category-hero-redesign__title {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        width: 100% !important;
        max-width: 100% !important;
        text-align: center;
        font-size: 32px !important;
        line-height: 1.2 !important;
        white-space: normal !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
        hyphens: manual !important;
    }

    .main-head-slider.category-hero-redesign .category-hero-redesign__title-main {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
        hyphens: manual !important;
        font-size: 32px !important;
    }

    .main-head-slider.category-hero-redesign .category-hero-redesign__title-subtitle {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 20px !important;
        font-size: 20px !important;
        text-align: center;
        white-space: normal !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
        hyphens: manual !important;
    }

    .main-head-slider.category-hero-redesign .category-hero-redesign__description {
        max-width: none;
        margin: 33px 0 37px;
        color: #fff !important;
        font-size: 16px;
        text-align: center;
    }

    .main-head-slider.category-hero-redesign .category-hero-redesign__actions {
        flex-direction: column;
        max-width: none;
    }

    .main-head-slider.category-hero-redesign .category-hero-redesign__button {
        width: 183px;
        height: 45px;
        margin-bottom: 21px;
    }

    .main-head-slider.category-hero-redesign .offer-wrapper {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        width: 300px !important;
        max-width: 300px !important;
        min-height: 0 !important;
        height: auto !important;
        margin: -105px auto 0 !important;
        padding: 34px 35px 70px 35px !important;
        background-color: #ffcb08 !important;
        color: #fff !important;
        box-sizing: border-box !important;
        text-align: center !important;
        z-index: 2 !important;
        overflow: visible !important;
    }

    .main-head-slider.category-hero-redesign .offer-wrapper .owl-stage-outer {
        height: auto !important;
        overflow: hidden !important;
    }

    .main-head-slider.category-hero-redesign .offer-wrapper .text-wrapper,
    .main-head-slider.category-hero-redesign .offer-wrapper .offer-slide {
        min-height: auto !important;
        height: auto !important;
    }

    .main-head-slider.category-hero-redesign .offer-wrapper .text-wrapper {
        text-align: center !important;
    }

    .main-head-slider.category-hero-redesign .offer-wrapper .title {
        display: none !important;
    }

    .main-head-slider.category-hero-redesign .offer-wrapper .subtitle {
        display: block !important;
        margin: 0 0 22px !important;
        color: #fff !important;
        font-family: "PF BeauSans Pro", sans-serif !important;
        font-weight: 700 !important;
        font-style: normal !important;
        font-size: 22px !important;
        line-height: 1.2 !important;
        text-align: center !important;
    }

    .main-head-slider.category-hero-redesign .offer-wrapper p {
        margin: 0 0 20px !important;
        max-width: none !important;
        color: #fff !important;
        font-family: "PF BeauSans Pro", sans-serif !important;
        font-weight: 300 !important;
        font-style: normal !important;
        font-size: 18px !important;
        line-height: 1.2 !important;
        text-align: center !important;
    }

    .main-head-slider.category-hero-redesign .offer-wrapper p br,
    .main-head-slider.category-hero-redesign .offer-wrapper a {
        display: none !important;
    }

    .main-head-slider.category-hero-redesign .offer-wrapper .owl-nav {
        display: block !important;
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 14px !important;
        width: 70px !important;
        height: 30px !important;
        margin: 0 auto !important;
        z-index: 3 !important;
    }

    .main-head-slider.category-hero-redesign .offer-wrapper .owl-nav.disabled {
        display: block !important;
    }

    .main-head-slider.category-hero-redesign .offer-wrapper .owl-nav > div {
        position: absolute !important;
        width: 30px !important;
        height: 30px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 1px solid #fff !important;
        border-radius: 50% !important;
        background: transparent !important;
        color: transparent !important;
        font-size: 0 !important;
        outline: none !important;
    }

    .main-head-slider.category-hero-redesign .offer-wrapper .owl-nav > div span {
        font-size: 0 !important;
    }

    .main-head-slider.category-hero-redesign .offer-wrapper .owl-nav > div:hover {
        background-color: #000 !important;
        border-color: #000 !important;
    }

    .main-head-slider.category-hero-redesign .offer-wrapper .owl-nav > div.disabled {
        border-color: rgba(255, 255, 255, 0.5) !important;
        background: transparent !important;
        cursor: default !important;
    }

    .main-head-slider.category-hero-redesign .offer-wrapper .owl-nav > div::before,
    .main-head-slider.category-hero-redesign .offer-wrapper .owl-nav > div::after {
        content: "";
        position: absolute;
        width: 13px;
        height: 1px;
        background-color: #fff;
    }

    .main-head-slider.category-hero-redesign .offer-wrapper .owl-prev {
        left: calc(50% - 35px) !important;
    }

    .main-head-slider.category-hero-redesign .offer-wrapper .owl-prev::before {
        transform: rotate(-41deg);
        top: 10px;
        left: 7px;
    }

    .main-head-slider.category-hero-redesign .offer-wrapper .owl-prev::after {
        transform: rotate(40deg);
        top: 18px;
        left: 7px;
    }

    .main-head-slider.category-hero-redesign .offer-wrapper .owl-next {
        left: auto !important;
        right: calc(50% - 35px) !important;
        margin-left: 0 !important;
    }

    .main-head-slider.category-hero-redesign .offer-wrapper .owl-next::before {
        transform: rotate(41deg);
        top: 10px;
        left: 9px;
    }

    .main-head-slider.category-hero-redesign .offer-wrapper .owl-next::after {
        transform: rotate(-40deg);
        top: 18px;
        left: 9px;
    }
}

@media screen and (max-width: 375px) {
    .main-head-slider.category-hero-redesign .category-hero-redesign__description {
        font-size: 14px;
    }
}

