.catalog-category * {
    box-sizing: border-box;
}

.catalog-category {
    margin: 10px 0 32px;
}

.catalog-category__wrapper {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.category-child {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16);
    display: inline-block;
    height: 234px;
    padding: 24px 20px 42px;
    position: relative;
    vertical-align: top;
    text-decoration: none;
}

.category-child:hover {
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .05), 0 29px 26px 0 rgba(0, 0, 0, .08);
}

.category-child__content {
    height: calc(100% + 27px);
    margin: 0 24px;
    transition: opacity .5s ease 0s;
}

.category-child__image {
    display: inline-block;
    height: 120px;
    line-height: 150px;
    text-align: center;
    width: 100%;
}

.category-child__image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.category-child__title {
    align-items: center;
    color: #4e4e4e;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 63px;
    justify-content: center;
    margin: 12px 0 0;
    text-align: center;
}

.bx-filter-button-box .bx-filter-parameters-box-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bx-filter-button-box .bx-filter-parameters-box-container input,
.bx-filter-parameters-box .bx-filter-parameters-box-hint {
    cursor: pointer;
}

.js-slider-main {
    --swiper-theme-color: #e31e24;
    --swiper-pagination-bullet-inactive-color: white;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.js-slider-main .swiper-pagination {
    text-align: left;
    padding-inline-start: 42px;
    z-index: 1;
}

.js-slider-main .swiper-slide img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.js-slider-bottom {
    position: relative;
    list-style: none;
    overflow: hidden;
    margin: 20px 0 45px 0;
}

.js-slider-bottom .swiper-slide img {
    width: 100%;
    height: 100%;
}

.js-slider-bottom .swiper-button-next {
    background: url("../images/arrow_sl.png") no-repeat 0 0;
    cursor: pointer;
    height: 48px;
    margin-top: -24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(180deg);
    width: 24px;
}

.js-slider-bottom .swiper-button-prev {
    background: url("../images/arrow_sl.png") no-repeat 0 0;
    cursor: pointer;
    height: 48px;
    margin-top: -24px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
}

.js-slider-bottom .swiper-button-next::after,
.js-slider-bottom .swiper-button-prev::after {
    content: none;
}

.menu--mobile .menu__list .menu__item--back .menu__link {
    display: flex;
    align-items: center;
    gap: 20px;
}
.menu--mobile .menu__list .menu__item--title {
    margin: 27px 0 8px 0;
}
.menu--mobile .menu__list .menu__item--title .menu__link {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}
.menu--mobile .menu__list-dropdown {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    border: medium none;
    visibility: visible;
    opacity: 1;
    z-index: 5;
    transition: transform 0.2s ease-in-out;
    padding: 20px 0 0;
    margin: 0;
}
.menu--mobile .menu__item--expanded > .menu__list-dropdown {
    display: block;
}
.menu--mobile .menu__link {
    color: #fff;
    display: block;
    cursor: pointer;
    font-size: 16px;
    background: none;
    padding: 13px 20px;
    font-weight: 500;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    line-height: 1.4;
    border-bottom: 1px solid #3b424a;
    transition: color 0.2s ease-in-out;
}
.menu--mobile .menu__link svg {
    fill: #3b424a;
    transition: fill 0.2s ease-in-out;
}
.menu--mobile .menu__item:hover {
    background-color: #20242a;
}
.menu--mobile .menu__link[href]:hover svg {
    fill: #e31e24;
}
.menu--mobile .menu__icon-arrow {
    width: 17px;
    height: 17px;
    border-radius: 10px;
    line-height: 13px;
    right: 20px;
    top: 14px;
    position: absolute;
    text-align: center;
    margin: 0;
}
.menu--mobile .menu__icon-arrow svg {
    vertical-align: middle;
    display: inline-block;
}
.menu--mobile .menu__toggle_link {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    bottom: 0;
    cursor: pointer;
}
.menu--mobile .menu__block:not(:last-child) {
    margin-block-end: 8px;
}
.menu--mobile .menu__banner--bottom {
    order: 9999;
}

.mobile-menu {
    background: #2b3036;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 300px;
    max-width: 85%;
    transition: left 0.4s ease 0s, opacity 0.4s ease 0s;
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    z-index: 999;
}
.mobile-menu__wrapper {
    overflow: hidden;
}
.mobile-menu__close {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
}
.mobile-menu__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: transform 0.4s ease;
    padding: 74px 0 48px;
}
.mobile-menu__item {
    padding: 26px 0 0;
}
.mobile-menu__item:first-of-type {
    padding-top: 0;
}
.mobile-menu__separator {
    height: 1px;
    background: #ededed;
    margin: 0 24px 0;
}
.mobile-menu__socials {
    padding: 28px 24px 0;
}
.mobile-menu__map button {
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
}
.mobile-menu__map button span:last-child {
    display: none;
}
.mobile-menu__map._showmore-active button span:first-child {
    display: none;
}
.mobile-menu__map._showmore-active button span:last-child {
    display: block;
}
.mobile-menu--left {
    left: -100%;
}
.mobile-menu--show {
    left: 0;
    box-shadow: 0 0 25px rgba(8, 9, 9, 0.35);
}

.grecaptcha-badge {
    visibility: hidden;
}

.loading-state-before:before {
    content: "";
    display: block;
    background: #FFFFFF7F url(/local/assets/images/icons/double_ring.svg) center 250px no-repeat;
    position: absolute;
    z-index: 105;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cookie-notice {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
    color: #000000;
    background-color: #ffffff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.cookie-notice:not(.cookie-notice--visible) {
    display: none;
}
@media (min-width: 560px) {
    .cookie-notice {
        left: auto;
        right: 18px;
        bottom: 24px;
        width: min(100%, 400px);
    }
}
@media (min-width: 1025px) {
    .cookie-notice {
        border-radius: 2px;
    }
}
.cookie-notice__inner {
    box-sizing: border-box;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
@media (min-width: 560px) {
    .cookie-notice__inner {
        padding: 36px;
    }
}
.cookie-notice__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media (min-width: 560px) {
    .cookie-notice__content {
        gap: 18px;
    }
}
.cookie-notice__heading {
    font-size: 18px;
    line-height: 1.4;
}
@media (min-width: 560px) {
    .cookie-notice__heading {
        font-size: 24px;
    }
}
.cookie-notice__text {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}
.cookie-notice__text a:hover {
    text-decoration: none;
}
.cookie-notice__confirm-button {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 40px;
    height: 40px;
    text-transform: uppercase;
    background-color: #e31e24;
    border: 1px solid #e31e24;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlMzFlMjQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkMmMzMiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(bottom, #e31e24 0%, #ed2c32 100%);
    background-image: -moz-linear-gradient(bottom, #e31e24 0%, #ed2c32 100%);
    background-image: -o-linear-gradient(bottom, #e31e24 0%, #ed2c32 100%);
    background-image: linear-gradient(to top, #e31e24 0%, #ed2c32 100%);
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 24px;
    text-decoration: none;
    letter-spacing: 2.9px;
}

.text-green, .cookie-notice__text a {
    color: #e31e24;
}

.border-green, .cookie-notice__text a {
    border-color: #e31e24;
}

.border-bottom-dashed, .cookie-notice__text a {
    border-bottom: 1px dashed;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}