.tr_select td {
    font-weight: bold
}
.header__logo {
    text-decoration: none;
}
.product__sizes-list input[type=radio] {
    display: none;
}
.detail__title .detail__type {
    display: block;
    text-transform: none;
}
.is-hidden {
    display: none !important;
    height: 0;
}

.is-dark .header__logo-text {
    color: #fff;
}

.ajax_loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    cursor: wait;
}

.form_tab {
    display: none;
}
.form_tab.active {
    display: block;
}
.note_success {
    background: #e3ffe7;
    padding: 10px 20px;
    border-radius: 6px;
    color: #00a300;
    margin: 0 0 20px;
}
.note_error {
    background: #ffdbdb;
    padding: 10px 20px;
    border-radius: 6px;
    color: #ef0000;
    margin: 0 0 20px;
}

@media (min-width: 1200px) {
    .filter__list--mod_4 {
        width: 100%;
    }
}

.product .product__fav {
    display: none;
}

.product:hover .product__fav {
    display: block;
}

section .catalog-top .breadcrumbs {
    margin-bottom: 20px;
    font-size: 12px;
    text-transform: uppercase;
    color: #a0a0a0;
}
section .catalog-top .breadcrumbs a {
    color: #a0a0a0;
}
@media (max-width: 767px) {
    section .catalog-top .breadcrumbs {
        order: 0;
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    section .catalog-top .breadcrumbs {
        width: 100%;
        margin-bottom: 20px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    section .catalog-top .page__title {
        width: auto;
        margin-bottom: 0px;
    }
}

.container .collapsed-text__text.is-collapsed {
    height: 175px;
}

.tooltip-container {
    position: relative;
    z-index: 2;
}

.tooltip-button {
    align-items: center;
    border: none;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 20px;
    justify-content: center;
    min-width: 20px;
    padding: 0;
    position: relative;
    width: 20px;
}

.tooltip-button::after {
    content: '';
    height: 40px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
}

.tooltip-button svg {
    display: block;
    fill: #fff;
    height: 16px;
    width: 16px;
}

.tooltip-button:focus-within + .tooltip {
    visibility: visible;
}

@media (any-hover: hover) {
    .tooltip-button:hover + .tooltip {
        visibility: visible;
    }
}

.tooltip {
    border-radius: 12px;
    background-color: #dcdcdc;
    font-size: 15px;
    left: 50%;
    max-width: 320px;
    padding: 12px;
    position: absolute;
    transform: translateX(-50%);
    top: calc(100% + 12px);
    text-align: center;
    visibility: hidden;
    width: 90vw;
    z-index: 1;
}

@media(max-width: 480px) {
    .tooltip--left {
        left: auto;
        right: -48px;
        transform: none;
    }
}

.cart__result-coupon-label {
    align-items: center;
    display: flex;
    gap: 10px;
}

@media(max-width: 1199.98px) {
    .header {
        position: fixed;
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-transition: background-color .3s,-webkit-transform .2s;
        transition: background-color .3s,-webkit-transform .2s;
        transition: transform .2s,background-color .3s;
        transition: transform .2s,background-color .3s,-webkit-transform .2s;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 3px -2px rgba(0,0,0,.15);
        box-shadow: 0 3px 3px -2px rgba(0,0,0,.15);
    }

    .header.is-dark .header__button svg,
    .header.is-dark .header__logo svg,
    .header.is-dark .header__link svg {
        fill: var(--black);
    }

    .header.is-dark .cart-qnt {
        background-color: var(--black);
        color: #fff;
    }
}

@media (min-width: 1200px) {
    .header.is-dark.is-scrolled .header-search__submit svg {
        fill: var(--black);
    }

    .header.is-dark.is-scrolled .header-search__input {
        color: var(--black);
        border-bottom-color: var(--input_border_default);
    }
}

.header-search__input {
    font-size: 16px;
}

/********************cookie**************************/
.cookies-info {
    display: none;
    position: fixed;
    background: #f0f0f0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 13;
}

.cookies-info.is-open {
    display: block;
}

.cookies-info__inner {
    max-width: 1920px;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
}

@media (max-width: 768px) {
    .cookies-info__inner {
        padding: 0 10px;
    }
}

.cookies-info__container {
    align-items: center;
    padding: 13px 30px 11px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .cookies-info__container {
        padding: 13px 10px 11px;
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    .cookies-info__container {
        padding: 13px 10px 11px;
    }
}

.cookies-info__text {
    max-width: 1000px;
    font-size: 16px;
    line-height: 26px;
    color: #383838;
}

@media (max-width: 1024px) {
    .cookies-info__text {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .02em;
    }
}

.cookies-info__text a {
    text-decoration: underline;
}

.cookies-info__apply {
    padding-left: 40px;
}

@media (max-width: 767px) {
    .cookies-info__apply {
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
}

.cookies-info .button {
    height: 44px;
    width: 310px;
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .cookies-info .button {
        width: 240px;
    }
}

@media (max-width: 699px) {
    a.scroll-to-top {
        bottom: 11px;
    }
}
/********************cookie**************************/

.sdek_pvzAddr {
    font-size: 13px;
    color: #6d6d6d;
    display: block;
    margin-top: 15px;
}

@media(min-width: 768px) {
    .sdek_pvzAddr {
        margin-top: 25px;
    }
}

@media(min-width: 1900px) {
    .sdek_pvzAddr {
        margin-top: 30px;
    }
}

.sale-paysystem-wrapper {
    border: 1px solid var(--input_border_default);
}

.sale-paysystem-yandex-button {
    display: block;
}

.sale-paysystem-yandex-button-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 65px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color .3s,border-color .3s,color .3s;
    transition: background-color .3s,border-color .3s,color .3s;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    border: none;
    background-color: var(--button_bg);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 300px;
    width: 100%;
}

@media (any-hover: hover) {
    .sale-paysystem-yandex-button-item:not(.disabled):hover,
    .sale-paysystem-yandex-button-item:not(:disabled):hover,
    .sale-paysystem-yandex-button-item:not([data-disabled]):hover {
        color: #fff;
        background-color: var(--black);
    }
}

@media(max-width: 1199.98px) {
    .header {
        position: fixed;
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-transition: background-color .3s,-webkit-transform .2s;
        transition: background-color .3s,-webkit-transform .2s;
        transition: transform .2s,background-color .3s;
        transition: transform .2s,background-color .3s,-webkit-transform .2s;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 3px -2px rgba(0,0,0,.15);
        box-shadow: 0 3px 3px -2px rgba(0,0,0,.15);
    }

    .header.is-dark .header__button svg,
    .header.is-dark .header__logo svg,
    .header.is-dark .header__link svg {
        fill: var(--black);
    }

    .header.is-dark .cart-qnt {
        background-color: var(--black);
        color: #fff;
    }
}

@media (min-width: 1200px) {
    .header.is-dark.is-scrolled .header-search__submit svg {
        fill: var(--black);
    }

    .header.is-dark.is-scrolled .header-search__input {
        color: var(--black);
        border-bottom-color: var(--input_border_default);
    }
}

.header-search__input {
    font-size: 16px;
}

/********************cookie**************************/
.cookies-info {
    display: none;
    position: fixed;
    background: #f0f0f0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 13;
}

.cookies-info.is-open {
    display: block;
}

.cookies-info__inner {
    max-width: 1920px;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
}

@media (max-width: 768px) {
    .cookies-info__inner {
        padding: 0 10px;
    }
}

.cookies-info__container {
    align-items: center;
    padding: 13px 30px 11px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .cookies-info__container {
        padding: 13px 10px 11px;
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    .cookies-info__container {
        padding: 13px 10px 11px;
    }
}

.cookies-info__text {
    max-width: 1000px;
    font-size: 16px;
    line-height: 26px;
    color: #383838;
}

@media (max-width: 1024px) {
    .cookies-info__text {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .02em;
    }
}

.cookies-info__text a {
    text-decoration: underline;
}

.cookies-info__apply {
    padding-left: 40px;
}

@media (max-width: 767px) {
    .cookies-info__apply {
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
}

.cookies-info .button {
    height: 44px;
    width: 310px;
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .cookies-info .button {
        width: 240px;
    }
}

@media (max-width: 699px) {
    a.scroll-to-top {
        bottom: 11px;
    }
}
/********************cookie**************************/

.sdek_pvzAddr,
#russianpost_select_address {
    font-size: 13px;
    color: #6d6d6d;
    display: block;
    margin-top: 15px;
}

@media(min-width: 768px) {
    .sdek_pvzAddr,
    #russianpost_select_address {
        margin-top: 25px;
    }
}

@media(min-width: 1900px) {
    .sdek_pvzAddr,
    #russianpost_select_address {
        margin-top: 30px;
    }
}

.sale-paysystem-wrapper {
    border: 1px solid var(--input_border_default);
}

.sale-paysystem-yandex-button {
    display: block;
}

.sale-paysystem-yandex-button-item,
.russianpost_link .btn,
.twpx_btn_wrapper .btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 65px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color .3s,border-color .3s,color .3s;
    transition: background-color .3s,border-color .3s,color .3s;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    border: none !important;
    background-color: var(--button_bg) !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 300px;
    width: 100%;
}

@media (any-hover: hover) {
    .sale-paysystem-yandex-button-item:not(.disabled):hover,
    .sale-paysystem-yandex-button-item:not(:disabled):hover,
    .sale-paysystem-yandex-button-item:not([data-disabled]):hover,
    .russianpost_link .btn:not(:disabled):hover,
    .twpx_btn_wrapper .btn:not(:disabled):hover {
        color: #fff;
        background-color: var(--black) !important;
    }
}

.sdek_pvzLair {
    padding-left: 30px;
}

.sdek_pvzLair .SDEK_selectPVZ {
    max-width: 300px;
}