.table-custom.table-scroll__x .table-wrapper table {
    display: flex;
}
.table-custom.table-scroll__x .table-wrapper table td {
    min-width: 100px;
}
.table-custom.table-scroll__x .table-wrapper {
    width: 100%;
    overflow: hidden;
}
.table-custom.table-scroll__x .table-wrapper tbody:last-child {
    flex: 1;
    overflow: auto hidden;
    scroll-behavior: smooth;
}
.table-custom.table-scroll__x .table-wrapper tbody tr:nth-child(odd) td {
    background: #F4F3F1;
}
.table-custom.table-scroll__x .table-wrapper tbody tr td {
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
    font-family: "MuseoSansCyrl-100", sans-serif;
    color: #555555;
}
.table-custom.table-scroll__x .table-wrapper tbody tr td > * {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.table-custom.table-scroll__x .table-wrapper tbody:first-child tr td {
    color: #2C180B;
    min-width: 150px;
}

@media screen and (max-width: 1024px) {
    .table-custom.table-scroll__x .table-wrapper tbody:first-child tr td[rowspan] {
        max-width: 110px;
    }
}
@media screen and (max-width: 600px) {
    .table-custom.table-scroll__x .table-wrapper tbody:first-child tr td[rowspan] {
        max-width: 80px;
        min-width: auto;
    }
}
@media screen and (max-width: 425px) {
    .table-custom.table-scroll__x .table-wrapper tbody:first-child tr td[rowspan] {
        max-width: 70px;
        min-width: auto;
    }

    .table-custom.table-scroll__x .table-wrapper tbody:first-child tr td {
        min-width: auto;
        max-width: 70px;
        font-size: 12px;
    }
    .table-custom.table-scroll__x .table-wrapper tbody tr td {
        height: 80px;
    }
}



.tab-pane {
    display: none;
}
.tab-pane.is-active {
    display: block;
}

.nav.nav-tabs [data-element].is-active .sizes-action__item .sizes-action__title {
    color: #2C180B;
}
.nav.nav-tabs [data-element].is-active svg {
    fill: #2C180B;
}

.sizes-action__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    flex: 1;
    text-align: center;
    padding: 1.5rem;
}
.sizes-action__item:hover {
    background-color: #f5f5f5;
}
.sizes-action__item > * {
    width: 100%;
}
.sizes-action__item .sizes-action__image svg {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    margin: auto;
    display: block;
    fill: #B09784;
}
.sizes-action__item .sizes-action__image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 1.15rem 0;
}
.sizes-action__item .sizes-action__title {
    color: #2C180B;
    font-size: 1rem;
    line-height: 143%;
    font-weight: normal;
    min-height: 40px;
    vertical-align: middle;
    align-items: flex-start;
    display: flex;
    justify-content: center;
    text-align: center;
}

.nav.nav-tabs.sizes-action__slider {
    margin: 0 0 3rem 0;
    list-style: none;
    display: none;
}
.nav.nav-tabs.sizes-action__slider.slick-initialized {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.nav.nav-tabs.sizes-action__slider .slick-slide {
    padding: 0;
}
.nav.nav-tabs.sizes-action__slider .slick-arrow {
    height: 100%;
    background: transparent;
    width: 30px;
    position: relative;
    z-index: 2;
}
.nav.nav-tabs.sizes-action__slider .slick-arrow svg {
    fill: none;
    stroke: #B09784;
    width: 22px;
    height: 44px;
}
.nav.nav-tabs.sizes-action__slider .slick-arrow:hover svg {
    stroke: #2C180B;
}

.sizes-action__slider {
    display: none !important;
}
.sizes-action__select {
    margin: 0 0 2rem 0;
}
@media screen and (min-width: 550px){
    .sizes-action__select {
        display: none !important;
    }
    .sizes-action__slider {
        display: flex !important;
    }
}

.slick-slider .slick-track, .slick-slider .slick-list {
    flex: 1;
}

.page-sizes {
    padding: 3rem 15px;
}
.page-sizes .simple-select-btn-drop > svg {
    fill: #7a5b48;
}
.page-sizes .simple-select-btn-drop {
    background: #fff;
    border-left: 0;
}
.page-sizes .simple-select-main {
    color: #2c180b;
    text-transform: none;
    font-weight: normal;
}
.page-sizes .simple-select-main .simple-select-selected, .page-sizes .simple-select-main .simple-select-selected > a {
    color: inherit;
    font-weight: inherit;
    text-transform: inherit;
    font-family: inherit;
    font-size: inherit;
}
.page-sizes .simple-select-item > * {
    font-weight: normal;
    text-transform: none;
    padding: 15px 12px;
    border: none;
}

.section-description {
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    font-family: "MuseoSansCyrl-100", sans-serif;
}
.section-description * {
    color: inherit;
}
.section-description p {
    margin-bottom: 10px;
}
.section-description b {
    font-weight: 500;
}
.section-description img {
    max-height: 350px;
    display: block;
    margin: 0 auto;
}

.section-description {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 24px;
    margin-bottom: 24px;
}
.section-description .column {
    flex: 1;
    position: relative;
}
.section-description .column:first-child {
    width: 60%;
    min-width: 60%;
}
.section-description__text {
    max-width: 600px;
    margin-bottom: 24px;
}
.section-description__image img {
    width: 100%;
}

.product__badges-item .label-hint {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 400%;
    padding: 10px;
    background: #fff;
    color: #000;
    box-shadow: 0 0 16px rgba(44, 24, 11, 0.2);
    border-radius: 5px;
    margin: 7px 5px 0 0 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}

.product__badges-item:hover .label-hint {
    display: block;
}

@media screen and (max-width: 992px) {
    .section-description .column, .section-description .column:first-child {
        width: auto;
        min-width: auto;
    }
}

@media screen and (max-width: 768px) {
    .section-description {
        flex-direction: column;
    }
    .section-description .column:first-child {
        width: 100%;
    }

    .table-custom.table-scroll__x .table-wrapper > table > tbody:nth-of-type(1) tr td {
        width: 80px;
        min-width: 80px;
        break-after: avoid;
        overflow-wrap: break-word;
    }

    .table-custom.table-scroll__x .table-wrapper tbody tr td {
        height: 80px;
    }

}

@media screen and (max-width: 550px) {
    .table-custom.table-scroll__x .table-wrapper > table > tbody:nth-of-type(1) tr td {
        width: 50px;
        min-width: 50px;
        max-width: 80px;
        break-after: avoid;
        overflow-wrap: break-word;
        font-size: 12px;
    }

    .table-custom.table-scroll__x .table-wrapper tbody tr td {
        height: 120px;
    }
}

@media screen and (max-width: 425px) {
    .section.section-table > .table-custom {
        margin-left: -15px;
        margin-right: -15px;
    }

    .section.section-table > .table-custom > .table-wrapper > .table-title {
        margin-left: 15px;
    }
}

.table-title {
    font-family: "MinionPro-Regular", sans-serif;
    color: #2c180b;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 32px 0;
    padding: 0;
    text-transform: none;
}
.sizes-action__item .sizes-action__image {
    height: 48px;
    width: 48px;
    object-fit: contain;
}

.sizes-action__item .sizes-action__image img {
    width: 100%;
    height: 100%;
    object-fit: contain!important;
}

[data-element='tab'].is-active .sizes-action__item {
    background-color: #f5f5f5;
}

.sizes-image {
    width: 100%;
    height: 350px;
}

@media (max-width: 768px) {
    .popup-mask.popup-mask_overflow-auto.opened {
        overflow: auto;
    }
}

.b24-widget-button-visible {
    visibility: hidden !important;
}