input[type="checkbox"]:disabled + label
{
    color: #cccccc;
}
input[type="checkbox"]:disabled + label:before
{
    border: 1px solid #e2e2e2
}
li.disabled {
    display: none;
}
.catalog__item .catalog__badge:nth-child(2)
{
    left: 100px;
}
.catalog__item .catalog__badge:nth-child(3)
{
    left: 200px;
}
@media (max-width: 640px) {
    header .mobile-nav__items
    {
        overflow: auto;
        max-height: 80vh;
    }
}
.news-list .news-item.big {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.news-list .news-item.big .map{
    width: 65%;
    margin-right: 20px;
}
.news-list .news-item.big .comment{
    width: 100%;
    padding: 20px 0 30px;
}
footer form {
    color: #fff;
}
footer form i{
    color: rgb(51, 51, 51);
}

.product-info__setssList,
.product-info__type_planoksList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.product-info__setssList div,
.product-info__type_planoksList div {
    width: 50px;
    height: 50px;
    border: 1px solid #efefef;
    text-align: center;
    line-height: 50px;
    background: #fff;
    margin-right: 12px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    font-family: "DinThin", sans-serif;
    font-size: 18px; }
.product-info__setssList div,
.product-info__type_planoksList div {
    width: auto;
    padding: 0 5px;
}
.product-info__setssList div:last-child,
.product-info__type_planoksList div:last-child {
    margin-right: 0; }
.product-info__setssList div:hover,
.product-info__type_planoksList div:hover {
    border-color: #959595; }
.product-info__setssList div.is-active,
.product-info__type_planoksList div.is-active {
    border-color: #e4e3e3;
    background-color: #efeeee; }
.product-tab {
    justify-content: space-between;
}
header .header-bottom .header-nav__submenuList li {
    white-space: nowrap;
}
.product-images .product-images__small {
    display: none;
}
.product-images:hover .product-images__small {
    display: flex;
}
.product-images__small li {
    display: flex;
}
.product-images__small li img {
    height: auto !important;
    margin: auto;
}
.product-info__colorsList div {
    display: flex;
}
.product-info__colorsList div img {
    height: auto !important;
    margin: auto;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    min-width: 100%;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: #fff;
    text-decoration: none;    
}


.ordering__paysystem {
    width: 225px;
    font-family: "DinThin", sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    padding: 14px 0;
    margin-bottom: 40px;
    cursor: pointer; }
.ordering__paysystem span {
    display: block;
    font-family: "DinMedium", sans-serif;
    font-size: 14px;
    color: #333; }
.ordering__paysystem.is-active {
    color: #666;
    background: #fdb813;
    border-color: #927224; }
@media only screen and (max-width: 768px) {
    .ordering__paysystem {
        width: 100%;
        margin-bottom: 20px; } }

@media only screen and (max-width: 1024px) {
    .product-info__price    {
        font-size: 42px;} }
header .header-bottom .header-cart__list > li {
    position: relative;}
header .header-bottom .header-cart__list > li .cart-item__delete {
    position: absolute;
    top: 25%;
    padding: 0;
    margin: 0;
    right: 10px;}

.catalog__name {
    color: #464646;}

.news-item__title {
    color: initial !important;}
header .header-bottom .header-nav__submenuRow > div {
    max-width: 50%;
}
header .header-bottom .header-nav__submenuSizes {
    line-height: 2.5em;
}
.product-info__price {
    font-size: 40px;
}
.catalog__bottom {
    padding: 42px 50px 12px;
}
.btn--block {
    display: inline-block;
    width: 100%;
}


.compare-block {
    padding: 30px 0;
    padding-bottom: 25px;
}
.compare-block .product-info__name {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
}
.compare-block .bx_sort_container {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.compare-block .bx_sort_container .sortbutton{
    text-decoration: underline;
    text-transform: uppercase;
}
.compare-block .bx_sort_container .sortbutton.current{
    color: #fdb813;
}
.compare-block .table_compare{
    overflow-x: auto;
}
.compare-block .data-table{
    width: 100%;
    margin: 25px auto 0;
}
.compare-block .data-table tr:nth-child(even):not(.top) {
    background: #ececec;
}
.compare-block .data-table tr.top {
    border-color: #e2e0e0;
    border-style: solid;
    border-width: 0 1px 0 1px;
}
.compare-block .data-table tr.top:first-child {
    border-width: 1px 1px 0 1px;
}
.compare-block .data-table tr.top:last-child {
    border-width: 0 1px 1px 1px;
}
.compare-block .data-table tr td {
    max-width: 50vw;
}
.compare-block .data-table tr td:not(:first-child){
    text-align: center;
}
.compare-block .data-table tr:not(.top) td {
    padding: 10px 15px;
    border: 1px solid #e2e0e0;
    text-transform: uppercase;
    font-size: 13px;
}
.compare-block .data-table tr.top td {
    border-color: #e2e0e0;
    border-style: solid;
    border-width: 0 1px 0 1px;
    padding: 7px 15px;
}
.compare-block .data-table tr.top td.price {
    font-family: "DinThin", sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-transform: inherit;
    white-space: nowrap;
}

.compare-block .data-table tr td[valign="top"],
.compare-block .data-table tr td:first-child {
    font-weight: bold;
    position: relative;
}
.compare-block .data-table tr td img{
    max-height: 150px;
    max-width: 100%;
}
.compare-block .data-table tr.top td .name{
    font-size: 17px;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
}
.compare-block .data-table tr.top td .close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 22px;
    height: 22px;
    opacity: 0.3;
    cursor: pointer;
}
.compare-block .data-table tr.top td .close:hover {
    opacity: 1;
}
.compare-block .data-table tr.top td .close:before,
.compare-block .data-table tr.top td .close:after {
    position: absolute;
    left: 10px;
    content: ' ';
    height: 23px;
    width: 2px;
    background-color: #333;
}
.compare-block .data-table tr.top td .close:before {
    transform: rotate(45deg);
}
.compare-block .data-table tr.top td .close:after {
    transform: rotate(-45deg);
}
.header-top__search {

}
.header-top__search .seach_button{
    display: none;
    background-image: url("../img/lupa.svg");
    background-size: auto 24px;
    background-repeat: no-repeat;
    background-position: center;
}
.header-top__search form {
    display: inline-block;
    position: relative;
}
.header-top__search form [type="text"] {
    background: #fff;
    border: none;
    padding: 3px 5px;
    width: 250px;
    height: 100%;
    font-size: 15px;
    font-style: italic;
}
.header-top__search form [type="submit"] {
    position: absolute;
    top: 3px;
    right: 0;
    border: none;
    width: 28px;
    height: 22px;
    background: url(../img/lupa.svg), #fdb813;
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0px;
}



/** Action in detail product page **/
.btn--compare,
.btn--favorite
{
    min-width: 40px;
    width: 49%;
    height: 40px;
    float: right;
    font-weight: bold;
    border: 1px solid #e4e3e3;
    /*background: #fd8a13;*/
    background: #252525;
    margin: 10px auto;
}
.btn--compare.checked,
.btn--favorite.checked
{
    /*background: #fd692a;*/
    background: #efeeee;
}
.btn--compare + .btn--favorite,
.btn--favorite + .btn--compare
{
    margin: 10px 2% 10px auto
}
.btn--compare:hover,
.btn--favorite:hover
{
    /*background: #474747;*/
    background: #efeeee;
}
.btn--compare span,
.btn--favorite span {
    font-family: "DinMedium", sans-serif;
    font-size: 14px;
    color: #fff;
    text-shadow: initial;
    font-weight: 500;
}
.btn--compare:hover span,
.btn--favorite:hover span,
.btn--compare.checked span,
.btn--favorite.checked span
{
    color: #252525;
}

.__jivoMobileButton {
    bottom: 30px !important;
}
header .header-top__nav {
    margin: 0 auto 0 0;
}
.header-top__contacts span {
    color: #ffffff;
}

header .header-middle .container {
    display: block;
    position: relative;
    max-width: 100%;
}
header .header-middle .container .logotype{
    display: block;
    width: 100%;
    height: 70px;
    margin-top: 10px;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(/local/templates/2023/new_img/header_RE-3-01.svg);
}
header .header-middle .container .logotype + .search {
    bottom: 25px;
}
header .header-middle .container .search{
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
}
@media only screen and (max-width: 1019px) {
    header .header-middle .container .logotype{
        background-image: url(/local/templates/2023/new_img/header_RE-3-02.svg);
        aspect-ratio: 325/52;
        height: auto;
        margin-top: 0;
        background-size: calc(100% - 250px) auto;
    }
    header .header-middle .container .logotype + .search {
        bottom: 29px;
    }
    header .header-middle .container .search {
        bottom: 18px;
    }
}
@media only screen and (max-width: 750px) {
    header .header-middle .container .logotype {
        background-size: auto 100%;
    }
    header .header-middle .container .logotype + .search {
        margin-top: 40px;
    }
    header .header-middle .container .search {
        position: relative;
        right: auto;
        bottom: auto;
        margin: 20px auto 0;
    }
}

@media only screen and (max-width: 1020px) {
    header .header-middle .container{
        text-align: center;
    }
    header .header-middle .container .header-middle__text{
        margin: 0 auto;
    }
    .product-flex .product-images {
        margin: 50px 0 0; 
    }
    .product-flex .product-info__collection + .product-info__name {
        top: 40px;
    }
}

.ordering__paysystem_tinkoff {
    color: #333;
    border: 1px solid #ffdd2d;
    background-color: #ffdd2d;
}

.product-info__price_table
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-info__price_table .product-info__price-row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 7px;
}
.product-info__price_table .product-info__price-row .product-info__price
{
    margin: auto 0 auto 20px !important;
}

.catalog__sizesList a[data-available="N"] {
    color: #6d6b6b;
}
.catalog__sizesList a[data-available="Y"] {
    color: #ffffff;
}
.catalog__sizesList a[data-available="N"].is-active {
    /*border-color: #fdb813;*/
    border-color: #6d6b6b;
    color: #6d6b6b;
}
.catalog__sizesList a[data-available="Y"].is-active {
    /*border-color: #fdb813;*/
    border-color: #ffffff;
    color: #ffffff;
}
.catalog__sizesList a[data-available="N"]:hover {
    border-color: #6d6b6b;
}
.catalog__sizesList a[data-available="Y"]:hover {
    border-color: #ffffff;
}

@media only screen and (max-width: 1020px) {
    .catalog__sizesList a[data-available="N"] {
        color: #999999;
    }
    .catalog__sizesList a[data-available="Y"] {
        color: #6d6b6b;
        font-weight: bold;
    }
    .catalog__sizesList a[data-available="N"].is-active {
        /*border-color: #fdb813;*/
        border-color: #999999;
        color: #999999;
    }
    .catalog__sizesList a[data-available="Y"].is-active {
        /*border-color: #fdb813;*/
        border-color: #6d6b6b;
        color: #6d6b6b;
    }
    .catalog__sizesList a[data-available="N"]:hover {
        border-color: #999999;
    }
    .catalog__sizesList a[data-available="Y"]:hover {
        border-color: #6d6b6b;
    }
}
@media only screen and (max-width: 1200px) {
    header .mobile-nav__items {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
        grid-gap: 10px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        overflow-x: hidden
    }
    header .mobile-nav__items a {
        margin: 0 auto !important;
        padding: 0 20px 0 10px;
    }
    header .mobile-nav__items a img {
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 125px;
    }
}

header .header-bottom .header-nav > .header-nav__item {
    border-right: 1px solid #5a5a5a
}
header .header-bottom .header-nav > .header-nav__item:last-child {
    border-right: none;
}
header .header-bottom.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}
header .header-bottom > .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px auto;
    grid-template-columns: 1fr auto;
    grid-gap: 20px;
}

header .header-bottom .header-cart {
    margin-top: initial;
}


.catalog--mainPage, .catalog {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px 10px;
}
.catalog--mainPage .catalog__item, .catalog .catalog__item {
    width: 100%;
}


/** слайдер на главной странице */
.main-block-picture-slide {}
.main-block-picture-slide .item {}
.main-block-picture-slide .item a {}
.main-block-picture-slide .item a img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    max-width: 2960px;
    aspect-ratio: 296/90;
    margin: 0 auto;
}
.main-block-picture-slide .item a img.desktop {
    display: block;
}
.main-block-picture-slide .item a img.mobile {
    display: none;
}
.main-block-picture-slide .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    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;
    gap: 10px;
}
.main-block-picture-slide .owl-dots .owl-dot {
    display: block;
    width: 30px;
    height: 10px;
    background: #ffffff !important;
    border-radius: 2px;
}
.main-block-picture-slide .owl-dots .owl-dot.active {
    background: #fdb813 !important;
    outline: 3px solid #000000;
}
@media screen and  (max-width: 768px){
    .main-block-picture-slide .item a img {
        aspect-ratio: 91/45;
    }
    .main-block-picture-slide .item a img.desktop {
        display: none;
    }
    .main-block-picture-slide .item a img.mobile {
        display: block;
    }
}

.product-tab {
    flex-wrap: wrap;
}
.product-tab .product-tab__video {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 500px;
    max-width: 100%;
    order: 1
}
.product-tab .product-tab__text {
    order: 2
}
.product-tab .product-tab__video + .product-tab__text {
    width: calc(100% - 550px);
    min-width: 300px;
    order: 0
}
@media screen and (max-width: 980px){
    .product-tab .product-tab__video {
        width: 100%;
    }
    .product-tab .product-tab__video + .product-tab__text {
        width: 100%;
    }
}
.product-tab .product-tab__collections {
    order: 3
}
.collections__table {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.collections__table .collections__item {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-gap: 20px;
    align-items: center;
    width: 100%;
}
@media screen and (max-width: 980px){
    .collections__table .collections__item {
        grid-template-columns: 90px 1fr;
    }
}
.collections__table .collections__item img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-height: 120px;
    aspect-ratio: 1/1;
}
@media screen and (max-width: 980px){
    .collections__table .collections__item img {
        max-height: 90px;
    }
}
.collections__table .collections__item p {
    display: block;
    margin: 10px 0;
    font-size: 16px;
    color: #000000;
}


.info_for_client .tbank
{
    position: relative;
    width: fit-content;
    max-width: 100%;
    margin: 0 0 30px;
    padding: 35px 10px 20px;
    border: 2px solid #fdb813;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px #fdb813;
    font-family: "DinThin", sans-serif;
    text-transform: uppercase;
    text-align: left;
    font-weight: 300;
}
.info_for_client .tbank .head
{
    margin-bottom: 10px;
    display: block;
    width: 100%;
    font-size: 18px;
}
.info_for_client .tbank .content
{
    font-family: "Din", sans-serif;
    font-size: 13px;
}
.info_for_client .tbank .price
{
    font-family: "Din", sans-serif;
    color: #eca700;
    font-weight: 500;
    font-size: x-large;
}
.info_for_client .tbank .info
{
    display: inline-flex;
    width: 20px;
    height: 20px;
    border: 2px solid #fdb813;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 13px;
    color: #fdb813;
    font-weight: bold;
    text-transform: lowercase;
    cursor: pointer;
    transition: all .75s;
}

.info_for_client .tbank .info:hover
{
    border: 2px solid #373737;
    color: #373737;
}

#tbank-detail
{
    max-width: 100%;
    width: 500px;
    padding: 35px 30px 20px;
    border: 2px solid #fdb813;
    border-radius: 10px;
    color: #373737;
    line-height: 1.4;
}
.fancybox__content>.f-button.is-close-btn {
    display: none !important;
}