
.your-order-count-prices-wrap .your-order-prices-wrap{
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    color: #130F0E;
}
.your-order-count-prices-wrap .your-order-prices-wrap .your-order-prices-wrap{
    padding: 0;
}

.product-list-one-element .product-list-one-element-wrap input[type="radio"],
.product-list-one-element .product-list-one-element-wrap input[type="radio"]:checked,
input:focus{
    outline: none;
}


/*  Невелирование бутстрапа*/
.container:before, .container:after{
    content: none;
}
a:hover, a:focus{
    text-decoration: none;
}
label{
    margin-bottom: 0;
}
/*  Невелирование бутстрапа*/


body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #130F0E;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

ul, ol {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
    max-height: -webkit-fill-available;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
input{
    outline: none;
}
footer{
    margin-top: 32px;
}

/*UI kit start*/
@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.breadcrumbs{
    padding: 60px 0;
}
.ajax-loader::after {
    content: "";
    width: 11px;
    height: 11px;
    border: 2px solid #130F0E;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    background: none;
}

/*.no-scroll {*/
/*    overflow: hidden;*/
/*}*/
.no-wrap {
    text-wrap: nowrap;
}

.hidden {
    display: none;
}

.modal {
    display: none;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}

.modal .close-modal-wrap {
    position: absolute;
    right: 10px;
    height: 20px;
    top: 20px;
}

.modal .close-modal-wrap .close-modal-btn {
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.modal .close-modal-wrap .close-modal-btn::after {
    content: url(../img/close-modal.svg);
}

.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 24px;
    width: 80%;
    max-width: 424px;
    -webkit-box-shadow: 0 0 32px #00000014;
    box-shadow: 0 0 32px #00000014;
    border-radius: 6px;
    position: relative;
    z-index: 100;
}

.modal-sign-in-checked-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}


@media (max-width: 768px) {
    .modal-content {
        width: 80%;
    }
}

.container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

/*button start*/
.color-black {
    color: #130F0E;
}

.color-gray {
    color: #818181;
}

.color-red {
    color: #F75F39;
}

.color-green {
    color: #4DDD6C;
}

.btn {
    border-radius: 2px;
    padding: 15px 65px;
    border: none;
    font-size: 12px;
    line-height: 14px;
    vertical-align: top;
    cursor: pointer;
    color: #130F0E;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.yellow {
    background: #F9F13A;
}

.yellow:hover {
    background: #FFF643;
}

.yellow:focus {
    background: #F5ED3D;
}

.gray {
    background: #EEEEEE;
}

.btn.disable {
    background: #D9D9D9;
    color: #818181;
}


.link {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    vertical-align: top;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.l-black {
    color: #130F0E;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.l-gray {
    color: #818181;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.l-red {
    color: #F75F39;
    opacity: 70%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.l-green {
    color: #4DDD6C;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.l-black:hover {
    opacity: 70%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.l-gray:hover {
    color: #130F0E;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.l-red:hover {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.l-green:hover {
    opacity: 70%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.l-black:focus,
.l-gray:focus,
.l-red:focus,
.l-green:focus {
    opacity: 80%;
}


.link::after {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.link.l-black::after {
    background-image: url(../img/array-link-black.svg);
}

.link.l-gray::after {
    background-image: url(../img/array-link-gray.svg);
}

.link.l-red::after {
    background-image: url(../img/array-link-red.svg);
}

.link.l-green::after {
    background-image: url(../img/array-link-green.svg);
}

.l-gray:hover::after {
    background-image: url(../img/array-link-black.svg);
}

.link.disable {
    color: #818181;
    opacity: 1;
}

.link.disable::after {
    background-image: url(../img/array-link-gray.svg);
    opacity: 1;
}

.link.disable:hover {
    color: #818181;
    opacity: 1;
}

.link.disable:hover::after {
    background-image: url(../img/array-link-gray.svg);
    opacity: 1;
}

/*button end*/

/*card start*/
.cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 312px;
    margin-bottom: 20px;
}

.cards .cards-wrap-photo-hit {
    position: relative;
}

.cards .cards-wrap-photo-hit .hit-follow {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    top: 6px;
    z-index: 9;
}

.cards .cards-wrap-photo-hit .hit-follow .cards-hit-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 70%;
    justify-items: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cards .cards-wrap-photo-hit .hit-follow .cards-hit-list .cards-hit-hits,
.cards .cards-wrap-photo-hit .hit-follow .cards-hit-list .cards-hit-news,
.cards .cards-wrap-photo-hit .hit-follow .cards-hit-list .cards-hit-sale {
    padding: 6px;
    border-radius: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cards .cards-wrap-photo-hit .hit-follow .cards-hit-list .cards-hit-hits span,
.cards .cards-wrap-photo-hit .hit-follow .cards-hit-list .cards-hit-news span,
.cards .cards-wrap-photo-hit .hit-follow .cards-hit-list .cards-hit-sale span {
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
}

.cards .cards-wrap-photo-hit .hit-follow .cards-hit-list .cards-hit-sale {
    background: #F75F39;
    color: #FFFFFF;
}

.cards .cards-wrap-photo-hit .hit-follow .cards-hit-list .cards-hit-news {
    background: #F9F13A;
    color: #130F0E;
}
.cards .cards-wrap-photo-hit .hit-follow .cards-hit-list .cards-hit-hits {
    background: #72CCFF;
    color: #130F0E;
}

.cards .cards-wrap-photo-hit .hit-follow .cards-follow {
    position: absolute;
    right: 6px;
    top: 0;
}

.cards .cards-wrap-photo-hit .hit-follow .cards-follow .cards-follow-icons {
    background: url(../img/cards-follow.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    opacity: 60%;
    position: absolute;
    right: 0;
    top: 0;
}
.cards .cards-wrap-photo-hit .hit-follow .cards-follow .cards-follow-icons._active {
    background: url(../img/cards-follow-active.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    opacity: 1;
}

.cards .cards-wrap-photo-hit .hit-follow .cards-follow .cards-follow-icons:hover {
    opacity: 1;
}

.cards .cards-wrap-photo-hit .cards-photo img {
    width: 100%;
    border-radius: 2px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.cards:hover > .cards-wrap-photo-hit .cards-photo img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 52px #00000014;
    box-shadow: 0 0 52px #00000014;
}

.cards .cards-wrap-info {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 150px;
    max-height: 250px;
}
.d-none{
    display: none!important;
}
.row{
    margin-left: 0px;
    margin-right: 0px;
}
.cards .cards-wrap-info .cards-name {
    position: relative;
    width: 100%;
    margin-bottom: auto;
}

.cards .cards-wrap-info .product--name {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: #130F0E;
}

.cards .cards-wrap-info .cards-size {
    margin-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cards .cards-wrap-info .cards-size .product-item-scu-item-list{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-item-scu-item-text-container .product-item-scu-item-text-block .product-size{
    color: rgba(0, 0, 0, 0.60) !important;
}
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block .product-size{
    color: #130F0E!important;
}
.product-item-scu-item-text-container.notallowed.selected .product-item-scu-item-text-block .product-size{
    color: #130F0E!important;
}
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block::after{
    content: none;
}
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block .product-size{
    color: #D9D9D9!important;
}


.product-item-scu-item-text-block,
.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block{
    outline: none;
}


.cards .cards-wrap-info .cards-size .cards-size-nt {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #818181;
}

.cards .cards-wrap-info .cards-size .product-size-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    font-size: 12px;
}

.cards .cards-wrap-info .cards-size .product-size-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    font-size: 12px;
    width: 70%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cards .cards-wrap-info .cards-size .product-size {
    color: #D9D9D9;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    cursor: pointer;
}

.cards .cards-wrap-info .cards-size .product-size.selected {
    color: #130F0E;
}

.cards .cards-wrap-info .cards-button-end-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 12px;
}

.cards .cards-wrap-info .cards-button-end-price .product-prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 4px;
}

.cards .cards-wrap-info .cards-button-end-price .product-prices .product-new-price {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    color: #130F0E;
}

.cards .cards-wrap-info .cards-button-end-price .product-prices .product-old-price {
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    color: #F75F39;
    text-decoration: line-through;
}

.cards .cards-wrap-info .cards-button-end-price .product-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
}
.cards .cards-wrap-info .cards-button-end-price .product-buy .product-item-button-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}




.cards .cards-wrap-info .cards-button-end-price .product-buy .btn-product-buy {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    vertical-align: top;
    position: relative;
}

.cards .cards-wrap-info .cards-button-end-price .product-buy .btn-product-buy::before {
    content: "";
    background: url(../img/cards-product-buysvg.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 14px;
}

.cards .cards-wrap-info .cards-button-end-price .product-buy .btn-product-buy.__active{
    color: #4DDD6C;
}
.cards .cards-wrap-info .cards-button-end-price .product-buy .btn-product-buy._active::before {
    content: "";
    background: url(../img/active-buy.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 14px;
}
/*card end*/
/*category-card start*/
.catalog-category-card {
    position: relative;
    width: 100%;
    height: 240px;
    max-width: 424px;
    background: #F3F3F3;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    aspect-ratio: 2 / 1;
    overflow: hidden;
}


.catalog-category-card picture{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
}


.catalog-category-card:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 52px #00000014;
    box-shadow: 0 0 52px #00000014;
}


.catalog-category-card .catalog-category-card-name {
    position: absolute;
    top: 24px;
    left: 24px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #130F0E;
    max-width: 240px;
}

.catalog-category-card a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
}


/*category-card end*/
/*sale-card start*/
.sale-card {
    width: 100%;
    max-width: 312px;
    height: auto;
    background: #f2f2f2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.sale-card .sale-card-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sale-card .sale-card-link .sale-card-name-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 24px;
    gap: 10px;
}

.sale-card:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 52px #00000014;
    box-shadow: 0 0 52px #00000014;
}

.sale-card .sale-card-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #130F0E;
    max-width: 200px;
}

.sale-card .sale-card-num {
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    color: #F75F39;
}
.sale-card .sale-card-link-icon{
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sale-card .sale-card-link-icon:after {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/array-link-gray.svg);
}

/*sale-card end*/
/*blog-card end*/
.blog-card{
    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;
}

.blog-card .blog-card-link {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.blog-card-link:hover > .blog-card-wrap .blog-preview-photo img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 52px #00000014;
    box-shadow: 0 0 52px #00000014;
}

.blog-card .blog-card-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 312px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.blog-card .blog-card-wrap {
    position: relative;
}

.blog-card-wrap .blog-preview-photo img {
    width: 100%;
}

.blog-card .blog-card-wrap .blog-advice {
    position: absolute;
    top: 6px;
    left: 6px;
    background: #FFFFFF;
    border-radius: 1px;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    max-width: 90%;
}

.blog-card .blog-card-wrap .blog-advice .blog-advice-text {
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    color: #130F0E;
}

.blog-card .blog-preview-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}

.blog-card .blog-preview-info .blog-preview-name {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}

.blog-card .blog-preview-info .blog-preview-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: justify;
    color: #818181;
}

/*blog-card end*/
/*UI kit end*/

/*header start*/
.header-top {
    background: #f7f7f7;
    padding: 12px 0;
    width: 100%;
}

.header-top-cn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top .header-top-cn .header-natifi-warn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #130F0E;
}

.header-top .header-top-cn .header-natifi-warn::before {
    content: url(../img/header-warning.svg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.header-main-menu {
    padding: 17px 0;
}

.header-main-menu .header-main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.4%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-main-menu-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    gap: 3.5%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-main-menu-main-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 29px;
    margin: 0;
    margin-bottom: 10px;
}

.header-main-menu-main-wrap li > a {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    text-align: center;
    color: #130F0E;
}

.header-main-logo-link {
    max-width: 208px;
    display: inline-block;
    min-width: 208px;
}

.header-main-menu-search-follow-basket-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18.5px;
}

.header-wrapper-main-menu-search-follow-basket-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    width: 40%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.header-main-menu-search-follow-basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14.5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}





.header-main-menu-search,
.header-main-menu-follow {
    opacity: 0.6;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-main-menu-search:hover,
.header-main-menu-follow:hover {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-main-menu-basket {
    cursor: pointer;
    position: relative;
}

.header-main-menu-basket .count-basket {
    font-size: 9px;
    font-weight: 600;
    line-height: 11px;
    color: #130F0E;
    background: #F9F13A;
    position: absolute;
    top: -9px;
    right: -5px;
    padding: 2px 4px;
    border-radius: 100%;
}

.header-main-menu-search-follow-basket-login .header-main-menu-login {
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
    opacity: 0.8;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-main-menu-search-follow-basket-login .header-main-menu-login .header-main-menu-login-text{
    color: #130F0E;
    width: 50px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.header-main-menu-login:hover {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-main-menu-search::after {
    content: url(../img/search-btn.svg);
}

.header-main-menu-search._active::after {
    content: url(../img/search-active.svg);
}

.header-main-menu-follow::after {
    content: url(../img/head-followe.svg);
}

.header-main-menu-basket::after {
    content: url(../img/basket.svg);
}

.header-main-menu-login::before {
    content: url(../img/login.svg);
}

.header-main-menu-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.header-main-menu-social .header-main-menu-phone-inc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    gap: 6px;
    margin-bottom: 6px;
}

.header-main-menu-social .header-main-menu-phone-inc::before {
    content: url(../img/phone.svg);
    width: 12px;
    height: 12px;
}

.header-main-menu-social .header-main-menu-social-icon-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    gap: 4px;
    margin: 0;
}

.header-main-menu-social-icon-link-inc {
    display: inline-block;
    width: 28px;
    height: 28px;
}
.header-main-menu-social-icon-link li {
    display: none; /* Скрываем все элементы li */
}

.header-main-menu-social-icon-link li:nth-child(-n+2) {
    display: list-item; /* Показываем только первые два элемента li */
}

/* На мобильных устройствах показываем все элементы */
.header-main-menu-social.mobil-sc .header-main-menu-social-icon-link li {
    display: list-item;
}

/* Делаем ссылку внутри li видимой */
.header-main-menu-social-icon-link li:nth-child(-n+2) .header-main-menu-social-icon-link-inc {
    display: inline-block;
}

.header-main-menu-social.mobil-sc .header-main-menu-social-icon-link .header-main-menu-social-icon-link-inc {
    display: inline-block;
}

.header-main-menu-social.mobil-sc .header-main-menu-social-icon-link{
    width: 100%;
    max-width: 100%;
}


.header-main-menu-catalog {
    width: 100%;
}

.header-main-menu-catalog-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;

}
.header-main-menu-catalog{
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
}

.header-menu-catalog-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.header-menu-catalog-wrapper > li {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.header-main-menu-catalog-main-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    padding: 16px 44px;
    background: #F9F13A;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.header-main-menu-catalog-main-link:hover {
    color: #130F0E;
}

.header-main-menu-catalog-main-btn::before {
    content: url(../img/catalog-main.svg);
}

.mobil-header-wrapper-main-menu-search-follow-basket-login {
    display: none;
}

.modal--search {
    background: none;
    left: auto;
    right: 0;
    position: absolute;
    height: 150px;
    max-width: 500px;
    top: 12px;
    width: 500px;
    z-index: 999;
}

.modal-content--search {
    margin: 0;
    position: absolute;
    right: 12%;
    top: 17%;
    max-width: 424px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    padding: 16px;
}
.modal-content--search .btn.yellow{
    padding: 16px 20px;
}
.modal-search-text {
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    margin-left: 8px;
    margin-bottom: 8px;
}

.modal-search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    height: 100%;
    max-height: 44px;
    margin-top: 8px;
    position: relative;
}

.modal-search-input {
    position: relative;
    border: none;
    background: #F8F8F8;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #818181;
    padding: 18px 16px 18px 48px;
    width: 100%;
}


.modal-icon-search::after {
    content: url(../img/search-btn.svg);
    position: absolute;
    top: 12px;
    left: 15px;
    z-index: 1;
    opacity: 0.4;
}

.btn-mobil-click {
    display: none;
}

.modal-line::before {
    content: "";
    display: block;
    width: 100px;
    background: #F9F13A;
    height: 6px;
    margin-bottom: 12px;
}

.form-line-input-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    max-width: 424px;
    margin-top: 24px;
    overflow: hidden;
}

.form-line-input-label > label {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    color: #130F0E;
    text-transform: uppercase;
}

.form-line-input-label > input {
    border: none;
    background: #F8F8F8;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #818181;
    height: 44px;
    padding: 0 10px;
    margin-bottom: 10px;
}
.form-line-input-label > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form-line-input-label > div > label {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    color: #130F0E;
    text-transform: uppercase;
}

.form-line-input-label > div > label+label {
    font-size: 9px;
    font-weight: 600;
    line-height: 10.97px;
    color: #F75F39;
    text-transform: uppercase;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.form-line-input-label > div.error > input{
    color: #F75F39;
    border:1px solid #F75F39;
}
.form-line-input-label > div.error > .modal-icon-sign-in{
    top: 37%;
}
.form-line-input-label > div > input {
    border: none;
    background: #F8F8F8;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #818181;
    height: 44px;
    padding: 0 10px;
    margin-bottom: 10px;
}

.modal-sign-in-checked-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

input[type="checkbox"]:focus {
    outline: none;
}

.modal-sign-in-register {
    border-top: 1px solid #EEEEEE;
    padding-top: 10px;
    text-align: center;
}

.modal-sign-in-register-text {
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    color: #818181;
}

.modal-sign-in-register-link {
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    color: #130F0E;

}

.modal-sign-in-checked {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    background-color: #d8d8d8;
    border: 1px solid #ccc;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.modal-icon-sign-in {
    position: absolute;
    right: 2%;
    top: 48%;
    cursor: pointer;
}

.modal-icon-sign-in::before {
    content: url(../img/No-Preview-pass.svg);
}

.modal-icon-sign-in.active-priv-pass::before {
    content: url(../img/priview-pass.svg);
}

.pass-icons-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.pass-icons-wrap input {
    border: none;
    background: #F8F8F8;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #818181;
    height: 44px;
    padding: 0 10px;
    margin-bottom: 10px;
}

.pass-icons-wrap label {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    color: #130F0E;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.modal-sign-in-checked:checked {
    background-color: #d8d8d8;
}
.btn:focus {
    outline: none;
}
.modal-sign-in-checked:checked::after {
    content: '';
    position: absolute;
    top: 40%;
    left: 50%;
    width: 5px;
    height: 10px;
    border: solid #130F0E;
    border-width: 0 1px 1px 0;
    -webkit-transform: translate(-50%, -50%) rotate(40deg);
    -ms-transform: translate(-50%, -50%) rotate(40deg);
    transform: translate(-50%, -50%) rotate(40deg);
}

.modal-sign-in-checked-text {
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    color: #818181;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 0;
    margin: 6px 0px 0px 0px;
}

.modal-sign-in-checked-one-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.modal.saccess-modal {
    background: none;
    top: 30%;
    max-width: 386px;
    right: 0;
    left: auto;
}

.saccess-modal-content-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #130F0E;
}

.modal-content.saccess-modal-content.modal-content--unsuccessfully {
    position: initial;
}

.saccess-modal .close-modal-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    top: 0;
}

.saccess-modal .close-modal-btn {
    position: absolute;
    right: 10px;
    height: 20px;
    top: 0;
}


.saccess-modal-content-icons::before {
    content: url(../img/succes.svg);
}

.problem-modal-content-icons::before {
    content: url(../img/problem.svg);
}

.unsuccessfully-modal-content-icons::before {
    content: url(../img/nosucces.svg);
}

.modal--problem {
    max-width: 500px !important;
}

.cookies-modal {
    background: none;
    top: 70%;
    max-width: 424px;
    right: 2%;
    left: auto;
}

.modal-cookies-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.modal-cookies-submit {
    padding: 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 170px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-cookies-text {
    font-size: 12px;
}

.modal-product-list-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal-product-list-search input {
    width: 100%;
}

.product-list-one-element {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modal-product-list-form > .product-list-one-element:last-of-type {
    border-bottom: none;
}

.product-list-one-element .product-list-one-element-wrap input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #EEEEEE;
    border-radius: 50%;
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    cursor: pointer;
    position: relative;
}

.product-list-one-element-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.product-list-one-element .product-list-one-element-wrap input[type="radio"]:checked {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f8f03a;
    -webkit-box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.05);
    box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    width: 24px;
    min-width: 24px;
    height: 24px;
    cursor: pointer;
    position: relative;
}

.product-list-one-element .product-list-one-element-wrap label {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    width: 80%;
}

.product-list-one-element .product-list-price {
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    color: #818181;
    text-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.product-list-one-element .product-list-price .old-price{
    font-size: 10px;
    font-weight: 500;
    line-height: 13px;
    color: #F75F39;
    text-decoration: line-through;
}

.modal-content--size-table {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}
.size-table__top {
    border-collapse: collapse;
    width: 100%;
    border: none;
    outline: none;
}
.size-table__top table{
    border: none;
    width: 100%;
}
.size-table__top td,
.size-table__top th {
    border: none;
    outline: none;
}
.size-table__top tr:first-child{
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    color: #130F0E;
}

.size-table__top tr {
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    color: #818181;
    margin-top: 24px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 2fr));
    -moz-column-gap: 1.5%;
    -webkit-column-gap: 1.5%;
    column-gap: 1.5%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}


.product-list-one-element .product-list-one-element-wrap input[type="radio"]:checked::after {
    content: url(../img/radiocheck.svg);
    position: absolute;
    top: 22%;
    left: 18%;
    width: 2px;
    display: inline-block;
    height: 0;
    font-weight: 800;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #828282;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    text-align: center;
}

.size-table-text {
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    color: #818181;
    max-width: 912px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.table-size-button-wrap {
    margin-top: 24px;
}
.size-table__center{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1.5% 2fr 1.5% 2fr 1.5% 1fr 1.5% 1fr;
    grid-template-columns: 2fr 2fr 2fr 1fr 1fr;
    -moz-column-gap: 1.5%;
    -webkit-column-gap: 1.5%;
    column-gap: 1.5%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    padding: 18px 0;
}
.size-table-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-column-gap: 1.5%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 18px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.order-data-status-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
}

.order-data-status--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.order-data-status-name {
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    color: #818181;
}

.order-data-status-text {
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    color: #130F0E;
}

.order-item-name {
    font-size: 11px;
    font-weight: 600;
    line-height: 13px;
    color: #130F0E;
    width: 80%;
}

.order-item-size {
    font-size: 9px;
    font-weight: 600;
    line-height: 11px;
    color: #130F0E;
    text-transform: uppercase;
}

.order-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.order-list-wrap {
    margin: 24px 0;
}

.order-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #EEEEEE;
    gap: 4px;
    padding-bottom: 12px;
    margin-top: 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.order-item-wrap-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.order-list-wrap > .order-item-wrap:last-of-type {
    border-bottom: none;
}

.modal-order-bottom-text {
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    color: #818181;
}

.modal-order-bottom-link {
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    color: #130F0E;
    border-bottom: 1px solid #130F0E;
}

.modal-order-bottom {
    text-align: center;
}

.order-info-wrap {
    gap: 4px;
}

.order-photo {
    min-width: 40px;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
}

.order-photo img {
    max-height: 100%;
}

.modal--orders .order-price-wrap .new-price {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    color: #130F0E;
    text-align: right;
    text-wrap: nowrap;
}

.modal--orders .order-price-wrap .old-price {
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    color: #F75F39;
    text-decoration: line-through;
    text-align: right;
    text-wrap: nowrap;
}

.shop-room-address-text {
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    color: #818181;
}

.shop-room-address-text-adr {
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    color: #130F0E;
}

.room-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
}

.modal-shop-room-wrapper-in-stock-size-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
}

.modal-shop-room-wrapper-in-stock-size-text {
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
}

.modal-shop-room-wrapper-in-stock-size-item {
    background: #F8F8F8;
    color: #130F0E;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    padding: 10px 6px;
    max-width: 39px;
    width: 100%;
    text-align: center;
    max-height: 29px;
    height: 100%;
    border-radius: 2px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.modal-shop-room-wrapper-in-stock-size-item.disable {
    background: #f7f7f7;
    color: #e3e3e3;
}

.modal-shop-room-address-wrap {
    margin: 20px 0;
}

.modal-shop-room-wrapper-in-stock-icon::before {
    content: url(../img/yes-in-stock.svg);
}

.modal-shop-room-wrapper-not-available-icon::before {
    content: url(../img/not-stock.svg);
}

.modal-shop-room-btn {
    width: 100%;
}

.modal-shop-room-wrapper-in-stock-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}


/* footer */


.footer-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 16px;
}
.footer-logo,
.footer-logo-info{
    max-width: 240px;

}
.footer-info-phone{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
    width: 100%;
}
.footer-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 12px;
}
.footer-social{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    margin-top: 20px;
}
.footer-social .header-main-menu-social-icon-link{
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    padding: 0;
}
.footer-social .header-main-menu-social-icon-link li:nth-child(-n+3){
    display: list-item;
}

.footer-social-icon-link-inc{
    width: 28px;
    height: 28px;
}

.footer-phone-inc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    gap: 10px;
}

.footer-phone-inc::before {
    content: url(../img/phone.svg);
    width: 12px;
    height: 12px;
}
.footer-address-inc,
.footer-email-inc{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color:#818181;
    gap: 10px;
}
.footer-email-inc::before {
    content: url(../img/email.svg);
    width: 12px;
    height: 12px;
}

.footer-address-inc::before {
    content: url(../img/addres.svg);
    width: 12px;
    height: 12px;
}

.footer-info-link-bar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 544px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-shop-link-bar-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}
.footer-shop-link-bar-name{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #130F0E;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
}
.footer-shop-link-bar-link{
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 8px;
    display: block;
    width: 160px;
}
.footer-shop-link-bar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}
.footer-mobil-product-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    max-width: 320px;
    width: 100%;
}
.footer-mobil-product-info-description{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
}
.footer-mobil-product-info-qu-code{
    width: 120px;
    height: 120px;
}
.footer-mobil-product-info-description span{
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    color: #130F0E;
    width: 188px;
}
.footer-mobil-product-info-description p{
    font-size: 11px;
    line-height: 13px;
    font-weight: 500;
    color: #818181;
    width: 188px;
}

.footer-down{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 0;
    border-top: 1px solid #EEEEEE;
}
.footer-down-left-text{
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #818181;
}

.footer-down-right-link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
}

.footer-down-right-link a{
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #818181;
    border-bottom: 1px solid #818181;
}
.footer-mobil-product-info-qu-code-hid-pc-show-mb{
    display: none;
}




/* main-banner*/
.main-swiper-js-banner{
    position: relative;
}
.swiper-main-slide-prev,
.swiper-main-slide-next{
    position: absolute;
    width: 40px;
    height: 100%;
    z-index: 1;
    top: 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;
}
.swiper-main-slide-prev{
    left: 0;
}
.swiper-main-slide-next {
    right: 0;
}
.swiper-main-slide-prev::after{
    content: url("../img/arrow-banner.svg");
    display: block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.swiper-main-slide-next::before{
    content: url("../img/arrow-banner.svg");
}

.main-banner swiper-container {
    width: 100%;
    max-height: 435px;
}
.main-banner a{
    height: 100%;
}
.main-banner swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-banner swiper-slide picture{
    width: 100%;
    max-height: 100%;
}
.main-banner swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.advantages-wrappper{
    background: #f7f7f7;
}
.advantages-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.advantages--wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.advantages-four-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 0;
    gap: 8px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    color: #130F0E;
}
.advantages-four-item .black{
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    color: #130F0E;
}
.advantages-four-item .title{
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    color: #130F0E;
    text-wrap: nowrap;
}

.product-sliders{
    margin:100px 0;
}
.line-end-text-wrap-name{
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
}

.line-end-text-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.product-sliders swiper-container::part(container) {
    padding-top: 32px;
}
.product-sliders swiper-container::part(pagination) {
    position: absolute;
    top: 9px;
    left: 94.7%;
    width: 77px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.product-sliders swiper-container::part(button-prev) {
    position: absolute;
    top:6px;
    color: #130F0E;
    width: 8px;
    height: 28px;
    left: 89.4%;
    padding: 15px;
}
.product-sliders swiper-container::part(button-next) {
    position: absolute;
    top: 6px;
    color: #130F0E;
    width: 8px;
    height: 28px;
    right: 0;
    padding: 15px;
}

.product-sliders swiper-container::part(bullet-active) {
    background-color: #F9F13A;
}
.cards-photo swiper-container::part(container) {
    padding-top: 0;
}
.cards-photo swiper-container::part(pagination) {
    position: absolute;
    top: 94%;
    left: 29%;
    width: 135px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.cards-photo swiper-container::part(button-prev) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    color: #FFFFFF;
    width: 8px;
    height: 100%;
    left: 0;
    padding: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cards-photo swiper-container::part(button-next) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    color: #FFFFFF;
    width: 8px;
    height: 100%;
    right: 0;
    padding: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cards-photo swiper-container::part(bullet-active) {
    background-color: #FFFFFF;
}
.cards-photo swiper-container::part(bullet) {
    background-color: #FFFFFF;
}
.catalog-menu-sec-two{
    margin:207px 0;
}
.catalog-menu-sec-two-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 34px;
}
.catalog-menu-sec-two .line-end-text-wrap .link{
    text-wrap: nowrap;
}

.sales-sec-tree-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 28px;
}

.padel-courts-sec-four {
    margin: 100px 0;
    background: #f7f7f7;
    padding: 60px 0;
}
.padel-courts-info-wrap{
    max-width: 31%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.blog-sec{
    margin: 135px 0;
}
.padel-courts-info-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 32px;
}
.padel-courts-photo-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.padel-courts-photo-img{
    max-height: 490px;
    max-width: 412px;
    width: 100%;
}

.padel-courts-info-text-wrap p{
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    color: #130F0E;
}
.padel-courts-info-text-wrap p+p{
    margin-top: 10px;
}


.padel-courts-info-btn{
    padding: 16px 20px;
    margin-top: 40px;
}
.list-of-brands-section-five{
    margin: 100px auto;
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 1320px;
}
.list-of-brands-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.list-of-brands{
    max-width: 170px;
    max-height: 100px;
}

.blog-wrap-swiper swiper-container::part(container) {
    padding-top: 32px;
}
.blog-wrap-swiper swiper-container::part(pagination) {
    position: absolute;
    top: 9px;
    left: 94.7%;
    width: 77px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.blog-wrap-swiper swiper-container::part(button-prev) {
    position: absolute;
    top:6px;
    color: #130F0E;
    width: 8px;
    height: 28px;
    left: 89.4%;
    padding: 15px;
}
.blog-wrap-swiper swiper-container::part(button-next) {
    position: absolute;
    top: 6px;
    color: #130F0E;
    width: 8px;
    height: 28px;
    right: 0;
    padding: 15px;
}

.blog-wrap-swiper swiper-container::part(bullet-active) {
    background-color: #F9F13A;
}
.short-description-sec{
    margin: 60px 0;
}
.short-description-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
}
.short-description-photo{
    max-width: 400px;
    width: 100%;
    height: auto;
    max-height: 520px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.short-description-text-p-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.short-description-text-p-wrap p{
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #130F0E;
}
.short-description-text-p-wrap p+p{
    margin-top:10px ;
}

.short-description-text-pod-text,
.short-description-text-ul-h,
.short-description-text-ul li{
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #130F0E;
}
.short-description-text-ul li::before{
    content: '•';
    color: black;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.short-description-text-ul{
    padding: 0 20px;
}
.short-description-text-ul-h{
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}
.short-description-text-pod-text{
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
}
.short-description-text .line-end-text-wrap{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.short-description-link-wrap-right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.subscribe-newsletter{
    background: #f7f7f7;
    padding:30px 0;
}
.subscribe-newsletter-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.subscribe-newsletter-form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}
.subscribe-newsletter-form-wrap-emeil-end-submit{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.native-subscribe-newsletter-form{
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    color: #818181;
    text-align: center;
    max-width:400px;
}
.native-subscribe-newsletter-form a{
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    color: #818181;
    text-align: center;
    max-width:400px;
    border-bottom: 1px solid;
}

.subscribe-newsletter-text-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
}
.subscribe-newsletter-text-top{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #130F0E;
}
.subscribe-newsletter-text-bottom{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #818181;
}

.subscribe-newsletter-form-wrap-emeil-end-submit input{
    padding: 22px 24px;
    background: #ffffff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #818181;
    width: 100%;
}
.subscribe-newsletter-form-wrap-emeil-end-submit button,
.subscribe-newsletter-form-wrap-emeil-end-submit input{
    border: none;
    outline: none;
}
.subscribe-newsletter-form-wrap-emeil-end-submit button{
    padding: 22px 24px;
    background: #ffffff;
    font-size: 11px;
    line-height: 13px;
    font-weight: 600;
    color: #130F0E;
}
.short-description-text{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.breadcrumbs-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 6px;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

.line-end-text-wrap + .breadcrumbs-list{
    margin-top: 24px;
}


.breadcrumbs-list span span,
.breadcrumbs-list .breadcrumbs-list__item span,
.breadcrumbs-list .breadcrumbs-list__item a{
    font-size: 11px;
    line-height: 13px;
    font-weight: 500;
    color: #818181;
    text-transform: uppercase;
}
.catalog-menu-sec-lvl-free{
    margin: 60px 0;
}
.catalog-menu-sec-lvl-free .catalog-menu-sec-lvl-free-wrap,
.catalog-menu-sec-lvl-two .catalog-menu-sec-lvl-two-wrap,
.catalog-menu-sec-lvl-one .catalog-menu-sec-lvl-one-wrap{
    margin: 24px 0;
}
.catalog-menu-sec-lvl-two-list-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}
.catalog-menu-sec-lvl-list-btn{
    padding: 15px 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 700;
    line-height: 15.85px;
    color: #130F0E;
}
.useful-articles{
    margin-bottom: 60px;
}
.useful-articles-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.useful-articles-btn{
    background: #f7f7f7;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color:#818181;
    text-wrap: nowrap;
    padding: 12px;
}
.useful-articles-name{
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
}
.catalog-filer-end-cards{

}
.smart-filer-wrapper{
    position: relative;
    max-width:300px;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.smart-filer-wrapper .filter{

}
.smart-filer-wrapper .filter .filter__item--title,
.smart-filer-wrapper .filter .filter__title{
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    color: #130F0E;
    text-transform: uppercase;
}
.smart-filer-wrapper .filter .filter__title{
    margin-bottom: 12px;
}


.smart-filer-wrapper .filter .filter__item--title{
    font-size: 13px;
    line-height: 15px;
    cursor: pointer;
    position: relative;
}
.filter__item .filter__item--title::before{
    content: url(../img/array-filter.svg);
    position: absolute;
    top: 2px;
    right: 0;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter__item.bx-active .filter__item--title::before{
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    top: -2px;
}
.filter__body{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}
.filter__item-controls{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.filter__item{
    background: #f7f7f7;
    border-radius: 2px;
    padding: 20px;
}
.extra-controls__wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    background: #FFFFFF;
    padding: 12px;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.extra-controls__wrap span{
    font-weight: 600;
    font-size: 10px;
    line-height: 13px;
    color: #818181;
}
.extra-controls__wrap input{
    width: 200px;
    max-width: 78px;
    height: auto;
    border: none;
    background: none;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    color: #130F0E;

}
.extra-controls__wrap input:focus-visible{
    outline: none;
}
.filter__item-open-show{
    display: none;
}
.filter__item._active .filter__item-open-show{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
}

.filter__item .filter__item-open-show input[type="checkbox"]{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    background-color: #FFFFFF;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.filter__item .filter__item-open-show input[type="checkbox"]:checked {
    background: #f8f03a;
}
.filter__item .filter__item-open-show input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 40%;
    left: 50%;
    width: 5px;
    height: 9px;
    border: solid #130F0E;
    border-width: 0 1px 1px 0;
    -webkit-transform: translate(-50%, -50%) rotate(40deg);
    -ms-transform: translate(-50%, -50%) rotate(40deg);
    transform: translate(-50%, -50%) rotate(40deg);
}
.filter-checkbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
}

.filter-checkbox input{
    margin: 0;
}

.filter-checkbox label{
    margin: 0;
}
.filter-checkbox span{
    font-weight: 600;
    font-size: 13px;
    line-height: 15.85px;
    text-transform: uppercase;
}

.filter-checkbox div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    height: 100%;
}
.filter__item-checkbox-show-all{
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    cursor: pointer;
    color: #818181;
}
.filter__bottom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.filter__bottom-btn{
    font-size: 11px;
    font-weight: 600;
    line-height: 13px;
}

.catalog-cards-filter-wrapper{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px auto;
    grid-template-columns: 1fr auto;
    gap: 20px;
}
.catalog-cards-wrapper{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
}
.catalog-pagination{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
}
.pagination-link{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #818181;
    padding: 13px 20px;
}

.pagination-link:hover{
    font-weight: 500;
    color: #130F0E;
    background: #fbfbfb;
}
.pagination-link._active{
    font-weight: 600;
    color: #130F0E;
    background: #f7f7f7;
}

.category-description-name-text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.category-description-name-text--p{
    line-height: 15px;
    color: #130F0E;
    font-size: 13px;
    font-weight: 500;
    margin-top: 20px;
    text-align: justify;
}
.category-description{
    margin: 100px 0;
}
.category-description iframe{
    max-width: 100%;
    height: auto;
}
.advertising-small-banner img{
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 400px;
}

.banner-middle-of-the-page-img img{
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.filter-product-name{
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    color: #818181;
    position: relative;
    padding-right: 18px;
    cursor: pointer;
}
.filter-product{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-bottom: 15.5px;
    position: relative;
}
.filter-product-name::after{
    content: url(../img/array-filter.svg);
    position: absolute;
    top: 0;
    opacity: 40%;
    right: 0;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.filter-product-name.open::after{
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.filter-product-wrap{
    display: none;
}
.filter-product--item a{
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    color: #818181;
    position: relative;
    padding-right: 18px;
    cursor: pointer;
    text-transform: uppercase;
}
.filter-product-wrap._active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    gap: 12px;
    background: #ffff;
    border-radius: 4px;
    top: 20px;
    right: -10px;
    z-index: 99;
}

.detail-element-product-braadcrumbs .breadcrumbs-list{
    margin: 60px 0;
}
.detail-element-product{
    padding-bottom: 60px;
}

.detail-element-product-size--item {
    background: #fdfdfe;
    color: #130F0E;
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    padding: 4px 7px;
    border-radius: 2px;
    cursor: pointer;
}
.detail-element-product-size--item.notallowed {
    background: #f7f7f7;
    color: #130F0E;
    opacity: 0.4;
}
.detail-element-product-size--item.notallowed.selected {
    background: #F9F13A;
    opacity: 0.9;
}
.detail-element-product-size--item.selected {
    background: #F9F13A;
}
.detail-element-product-swiper-photo-end-info-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: 85px auto;
    grid-template-rows: 85px auto;
}
.detail-element-product-swiper-photo-end-info-wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.detail-element-product-swiper-photo-end-info-wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}
.detail-element-product-swiper-photo-end-info-wrapper > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}
.detail-element-product-swiper-photo-end-info-wrapper > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}

.detail-element-product-swiper-photo-wrap {
    -ms-grid-column: 1;
    grid-column: 1;
    max-height: 622px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    width: 520px;
}

.detail-element-product-info-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
}
.detail-element-product-info-wrap,
.detail-element-product-info-name{
    max-width: 720px;
    width: 1440px;
}

.detail-element-product-info-wrap {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
}
.detail-element-product--info--wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.detail-element-product--info-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    gap: 32px;
    margin: 0;
    margin-bottom: 8px;
}

.detail-element-product-detail-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 32px;
}
.detail-element-product-detail-info-left-advantages-list,
.detail-element-product-detail-info-left-props-list-wrap{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    list-style: none;
    padding: 0;
}
.detail-element-product-detail-info-left-advantages-list{
    margin-top: 12px;
}
.detail-element-product-detail-info-left-description-text,
.detail-element-product-detail-info-left-props-name,
.detail-element-product--info-artical,
.detail-element-product--info-brend,
.detail-element-product--info-s{
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    color: #818181;
}
.detail-element-product--info-artical a,
.detail-element-product--info-brend a,
.detail-element-product--info-s a{
    border-bottom: 1px solid #818181;
    color: #818181;
}
.detail-element-product-detail-info-left-props-name{
    line-height: 12px;
    font-size: 10px;
}
.detail-element-product-detail-info-left-description-text{
    line-height: 14px;
    font-size: 12px;
}
.detail-element-product--info-product-buy .detail-element-not-available-icon,
.detail-element-product--info-product-buy .detail-element-in-stock-icon{
    font-size: 11px;
    font-weight: 600;
    line-height: 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.detail-element-in-stock-icon::before {
    content: url(../img/yes-in-stock.svg);
    display: block;
    height: 20px;
}

.detail-element-not-available-icon::before {
    content: url(../img/not-stock.svg);
    display: block;
    height: 20px;
    position: relative;
    top: -3px;
}
.detail-element-product-info--name{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
.bx-catalog-subscribe-button{
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    vertical-align: top;
    position: relative;
}
.btn-size-not-available{
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    vertical-align: top;
    position: relative;
}
.btn-size-not-available.detail-element-not-available-icon::before{
    background: url(../img/not-stock.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 25px;
    display: inline-block;
    height: 14px;
}
.detail-element-product-detail-info-left-props--item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
}
.detail-element-product-detail-info-left-props-value{
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
}
.detail-element-product-info-name{
    margin-bottom: 32px;
}
.detail-element-product-detail-info-left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    max-width: 432px;
}
.detail-element-product-detail-info-left-advantages--title{
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
}
.detail-element-product-detail-info-left-advantages-list--item{
    position: relative;
    padding-left: 16px;
    font-size: 12px;
    font-weight: 500;
    list-style: 14px;
}
.detail-element-product-detail-info-left-advantages-list--item::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: yellow;
    border-radius: 50%;
}

.link.l-black.detail-element-product-detail-info-left-description-link::after{
    background-image: url(../img/array-down.svg);
}
.detail-element-product-detail-info-right{
    padding: 20px;
    background: #f7f7f7;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    border-radius: 2px;
    max-width: 296px;
}
.detail-element-product-detail-info-right-product{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}
.detail-element-product-detail-info-right-product-prices{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.detail-element-product-detail-info-right-product-old-discond-prices-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.detail-element-product-detail-info-right-product-new-prices{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
.detail-element-product-detail-info-right-product-discond{
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color:#F75F39 ;
}
.detail-element-product-detail-info-right-product-old-prices{
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    color:#F75F39 ;
    opacity: 50%;
    text-decoration: line-through;
}
.detail-element-product-string-tension-name,
.detail-element-product-size-top-name{
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    color: #130F0E;
    text-transform: uppercase;
}
.detail-element-product-size-link{
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    color: #818181;
    opacity: 60%;
    text-transform: uppercase;
    cursor: pointer;
}
.detail-element-product-size-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.detail-element-product-detail-info-right-product-string-tension,
.detail-element-product-detail-info-right-product-size{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
.detail-element-product-size-list-down{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
}
.detail-element-product-detail-info-right-product-size:not(:last-child){
    margin-bottom: 20px;
}
/* Стилизация контейнера */
.tooltip-tt {
    position: relative;
    display: inline-block;
}

/* Стилизация подсказки по умолчанию */
.tooltip-tt .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: white;
    color: #818181;
    text-align: center;
    border-radius: 2px;
    padding: 8px 6px;
    position: absolute;
    z-index: 1;
    top: 120%;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    border: 1px solid #eeeeee;
}

/* Показ подсказки при наведении */
.tooltip-tt:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.product-string-tension--item{
    background: #FFFFFF;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #130F0E;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
}
.product-string-tension-add-btn,
.product-string-tension-add{
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
}
.product-string-tension-add-btn::before{
    content: url(../img/cards-product-buysvg.svg);
    display: inline-block;
    width: 20px;
    height: 14px;
}
.product-string-tension-add-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.detail-info-right-product-shoproom-btn{
    font-size: 11px;
    font-weight: 600;
    line-height: 13px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.detail-element-product-detail-info-right--buy{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
}
.detail-element-product-detail-info-right--buy-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 124px;
    padding: 16px 12px;
    background: #ffffff;
    gap: 11px;
}
.detail-element-product-detail-info-right--buy--number{
    padding: 0;
    margin: 0;
    max-width: 35px;
    outline: none;
    border: none;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #130F0E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}
.detail-element-product-detail-info-right--buy--plus,
.detail-element-product-detail-info-right--buy--minus{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 18px;
    height: 18px;
    position: relative;
    cursor: pointer;
}

.detail-element-product-detail-info-right--buy--minus::after,
.detail-element-product-detail-info-right--buy--plus::after{
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
}
.detail-element-product-detail-info-right--buy--minus::after{
    content: url(../img/minus.svg);
    top: -4.6px;
}
.detail-element-product-detail-info-right--buy--plus::after{
    content: url(../img/plus.svg);
}

.detail-element-product-detail-info-right--buy-btn{
    width: 100%;
    text-wrap: nowrap;
    padding: 18px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.detail-element-product-detail-info-right--buy-btn::before{
    content: url(../img/cards-product-buysvg.svg);
    display: inline-block;
    width: 25px;
    height: 14px;
}
.detail-element-product-detail-info-right-information{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}
.detail-element-product-detail-info-right-information-disc,
.detail-element-product-detail-info-right-information-free-delivery{
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.detail-element-product-detail-info-right-information-disc::before{
    content: url(../img/sales.png);
}
.detail-element-product-detail-info-right-information-free-delivery::before{
    content: url(../img/delivery.png);
}
.detail-element-product-detail-info-right-information-disc:after{
    content: url(../img/detail-element-warning.svg);
}
.detail-element-product-detail-info-left-brend{
    max-width: 94px;
}

.detail-element-swiper-main{
    margin-bottom: 12px;
    height: 100%;
}
.detail-element-swiper-small swiper-slide{
    max-width: 90px;
}
.detail-element-swiper-small-wrap{
    max-width: 95%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}
.detail-element-swiper-small-btn-next{
    position: absolute;
    right: -3px;
    top: 35%;
    cursor: pointer;
}
.detail-element-swiper-small-btn-next::after{
    content: url(../img/arrow-detail-element-smoll-swiper.svg);
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.detail-element-swiper-main-wrap{
    position: relative;
    height: 520px;
}
.detail-element-swiper-main-wrap-top-info{
    position: absolute;
    z-index: 112;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 95%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 0;
    margin: 11px 11px;
    top: 0;
}

.detail-element-swiper-main-wrap-top-brends-brend-icon{
    max-width: 94px;
    max-height: 57px;
    padding: 4px;
    height: 100%;
    width: 100%;
    background: #fff;
    display: block;
    border-radius: 2px;
}
.detail-element-swiper-main-wrap-top-brends{
    max-width: 94px;
    width: 100%;
    max-height: 57px;
    height: 57px;
}
.detail-element-swiper-main-wrap-top-info-hit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    width: 100%;
    justify-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.detail-element-swiper-main-wrap-top-info-hit .cards-hit-hits,
.detail-element-swiper-main-wrap-top-info-hit .cards-hit-news,
.detail-element-swiper-main-wrap-top-info-hit .cards-hit-sale {
    padding: 9px 12px;
    border-radius: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.detail-element-swiper-main-wrap-top-info-hit .cards-hit-hits span,
.detail-element-swiper-main-wrap-top-info-hit .cards-hit-news span,
.detail-element-swiper-main-wrap-top-info-hit .cards-hit-sale span {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
}

.detail-element-swiper-main-wrap-top-info-hit .cards-hit-sale {
    background: #F75F39;
    color: #FFFFFF;
}

.detail-element-swiper-main-wrap-top-info-hit .cards-hit-news {
    background: #F9F13A;
    color: #130F0E;
}
.detail-element-swiper-main-wrap-top-info-hit .cards-hit-hits {
    background: #72CCFF;
    color: #130F0E;
}


.detail-element-swiper-main-wrap-bottom-info{
    position: absolute;
    z-index: 112;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 96%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 0;
    margin: 11px 11px;
    bottom: 0;
}
.detail-element-swiper-main-wrap-bottom-info-props{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    width:100%;
}
.detail-element-swiper-main-wrap-bottom-info-props .cards-props{
    background: #F9F13A;
    color: #130F0E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    gap: 6px;
}
.detail-element-swiper-main-wrap-bottom-info-props .cards-props img{
    -o-object-fit: none;
    object-fit: none;
    width: auto;
}



.detail-element-swiper-small .swiper-slide-thumb-active{
    opacity: 60%;
}

.detail-element-swiper-small-photo--item,
.detail-element-swiper-main-photo--item {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.background-blur-small,
.background-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: color;
    background-color: #00000063;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    z-index: 1;
}
.background-blur{
    top: -3px;
    left: -3px;
    width: 102%;
    height: 102%;
}
.background-blur-small{
    -webkit-filter: blur(1px);
    filter: blur(1px);
    background-color: #0000008f;
    top: -3px;
    left: -3px;
    width: 107%;
    height: 107%;
}

.detail-element-swiper-small-photo--item picture,
.detail-element-swiper-small-photo--item img,
.detail-element-swiper-main-photo--item picture,
.detail-element-swiper-main-photo--item img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
}
.detail-element-swiper-main-photo--item img{
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 525px;
}
.detail-element-swiper-small-photo--item picture,
.detail-element-swiper-main-photo--item picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.detail-element-swiper-small-photo--item.video::before{
    content: url(../img/detail-element-video.svg);
    position: absolute;
    z-index: 3;
    bottom: 1.67px;
    left: 5.67px;
}

.profiles{
    margin-bottom: 100px;
}
.profiles-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.profile-main-menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 296px;
    gap: 12px;
    width: 100%;
    margin-right: 40px;
}
.prifle-main-menu-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.profile-main-menu--title{
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    margin: 0;
}

.profile-main-menu-link{
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    padding: 20px;
    background: #F8F8F8;
    color: #130F0E;
    opacity: 0.5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.profile-main-menu-link:hover{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.9;
}
.profile-main-menu-link::after{
    content: url(../img/arrow-detail-element-smoll-swiper.svg);
}
.profile-main-menu-link:hover::after{
    background-image: none;
}
.profile-main-menu-link._active{
    opacity: 1;
}
.profile-main-info{
    width: 100%;
}
.profile-main-info.order-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.order-list-wrapper-link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.order-list-wrapper-link a{
    margin: 0;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
}
.profile-main-menu--exit{
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.5px;
}
.profile-main-menu--exit::after{
    content: url(../img/profil-exit.svg);
}
.sale-order-title{
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #130F0E;
}
.profile-main-info-link{
    padding: 24px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    background: #F8F8F8;
    max-width: 312px;
    width: 264px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 2px;
}

.profile-main-info-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
}

.profile-main-info-link::after{
    opacity: 0.4;
}
.profile-orders-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.profile-orders-prices-wrap,
.profile-orders-info-num-data-wrap,
.profile-orders-info,
.profile-orders-prices{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.profile-orders-prices{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
.profile-orders-prices-wrap{
    margin-right: 24px;
}
.profile-orders-info{
    gap:6px;
}
.profile-orders-photo,
.profile-orders-photo-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 406px;
    width: 100%;
}
.profile-orders-photo-wrap-wr{
    width: 52px;
    height: 52px;
    border-radius: 2px;
}
.profile-orders-photo-wrap-wr img{
    width: 52px;
    height: 52px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 2px;
}

.profile-orders-info-number{
    font-weight: 600;
    font-size: 16px;
    line-height: 19.5px;
    text-transform: uppercase;
}
.profile-orders-info-data{
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    color: #818181;
}

.profile-orders-info-status{
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    padding: 12px;
    text-align: center;
    border-radius: 1px;
}
.profile-orders-info-status.created{
    background:#D9D9D9;
}
.profile-orders-info-status.going-to{
    background:#72CCFF;
}
.profile-orders-info-status.in-delivery{
    background:#F9F13A;
}
.profile-orders-info-status.delivered{
    background:#4DDD6C;
}
.profile-orders-info-status.completed{
    background:#D9D9D9;
}
.profile-orders-info-status.canceled{
    background:#F75F39;
    color: #FFFFFF;
}
.profile-orders-photo-last{
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
}

.profile-orders-prices-old{
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    color: #818181;
    text-decoration: line-through;
    text-align: right;
}
.profile-orders-prices-new{
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-wrap: nowrap;
}
.profile-orders-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px;
    background: #F8F8F8;
    border-radius: 2px;
    cursor: pointer;
}
.profile-orders-prices{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.profile-orders-prices::after{
    content: url(../img/array-link-gray.svg);
}
.profile-orders-info-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    border-radius: 2px;
}
.profile-bonus-info-main-info{
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
}
.profile-bonus-info-main-info-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.profile-bonus-info-main-info-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
}
.profile-bonus-info-main-info-wrap-titles{
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #818181;
    text-transform: uppercase;
}
.profile-bonus-info-main-info-count-bonus{
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}
.warning-info-bonus-label{
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    cursor: pointer;
}
.profile-bonus-info-history-title-wrapper--item-title,
.profile-bonus-info-history-title{
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.profile-bonus-info-history-title-wrapper--item-title{
    font-weight: 600;
}
.profile-bonus-info-history-title-wrapper--item-data{
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    color: #818181;
}
.profile-bonus-info-history-title-wrapper--item-bonus{
    font-size: 15px;
    line-height: 17px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.profile-bonus-info-history-title-wrapper--item-bonus.plus{
    color: #4DDD6C;
}
.profile-bonus-info-history-title-wrapper--item-bonus.minus{
    color: #F75F39;
}

.profile-bonus-info-history-wrap-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4px 20px;
    background: #f7f7f7;
    border-radius: 2px;
}
.profile-bonus-info-history-title-wrapper--item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #EEEEEE;
}
.profile-bonus-info-history-wrap-list .profile-bonus-info-history-title-wrapper--item:last-child{
    border-bottom: none;
}
.profile-bonus-info-history--item-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.profile-bonus-info-history-title{
    margin-bottom: 12px;
}
.profile-bonus-info-history{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.profile-bonus-info-main-info-checkbox-wrap input[type="checkbox"]{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    background-color: #f7f7f7;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0;
}
.profile-bonus-info-main-info-checkbox-wrap input[type="checkbox"]:checked {
    background: #f8f03a;
}
.profile-bonus-info-main-info-checkbox-wrap input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 40%;
    left: 50%;
    width: 5px;
    height: 9px;
    border: solid #130F0E;
    border-width: 0 1px 1px 0;
    -webkit-transform: translate(-50%, -50%) rotate(40deg);
    -ms-transform: translate(-50%, -50%) rotate(40deg);
    transform: translate(-50%, -50%) rotate(40deg);
}
.profile-bonus-info-main-info-checkbox-wrap{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}
.personal_wrapper{
    width: 100%;
}

.profile-account-info-form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.profile--form-input-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 32px;
    padding-bottom: 32px;
}

.profile-account-info-form-input--check {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    background-color: #d8d8d8;
    border: 1px solid #ccc;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.profile-account-info-form-input--check:checked {
    background-color: #d8d8d8;
}

.profile-account-info-form-input--check:checked::after {
    content: '';
    position: absolute;
    top: 40%;
    left: 50%;
    width: 5px;
    height: 10px;
    border: solid #130F0E;
    border-width: 0 1px 1px 0;
    -webkit-transform: translate(-50%, -50%) rotate(40deg);
    -ms-transform: translate(-50%, -50%) rotate(40deg);
    transform: translate(-50%, -50%) rotate(40deg);
}
.profile-account-info-form-input-check--text {
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    color: #818181;
    margin: 0;
}

.profile-account-info-form-input-check--text a {
    color: #818181;
    border-bottom: 1px solid;
}


.profile-account-info-form-input-check-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}
.profile--form-input-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 8px;
    position: relative;
}
.profile--form-input-wrapper > label {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    color: #130F0E;
}

.profile--form-input-wrapper > input {
    border: none;
    background: #F8F8F8;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #818181;
    height: 44px;
    padding: 0 10px;
    margin-bottom: 10px;
    outline: none;
}
.profile--form-input-wrapper .modal-icon-sign-in{
    top: 35px;
}

.profile-subscribe-form .profile--form-input-wrap{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.profile-subscribe-form .profile--form-input-wrapper{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.profile-account-info-form-input--sub-email-natif{
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    color: #818181;
}

.profile-subscribe-form .profile--form-input-wrapper > input{
    color: #130F0E;
}

.profile-subscribe-form .profile-account-info-form-input-check-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 12px;
    margin-bottom: 32px;
}

.profile-subscribe-form .profile-subscribe-form-input-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
.profile-subscribe-form .profile-subscribe-form-input-wrap label{
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    color: #130F0E;
}
.profile-subscribe-form .profile-subscribe-form-input-wrap input[type="checkbox"]{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    background-color: #f7f7f7;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border: none;
    outline: none;
}
.profile-subscribe-form .profile-subscribe-form-input-wrap input[type="checkbox"]:checked {
    background: #F9F13A;
}
.profile-subscribe-form .profile-subscribe-form-input-wrap input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 40%;
    left: 50%;
    width: 5px;
    height: 9px;
    border: solid #130F0E;
    border-width: 0 1px 1px 0;
    -webkit-transform: translate(-50%, -50%) rotate(40deg);
    -ms-transform: translate(-50%, -50%) rotate(40deg);
    transform: translate(-50%, -50%) rotate(40deg);
}

.profile-subscribe-form .profile-subscribe-form-input-wrap input[type="radio"]:checked {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #F9F13A;
    -webkit-box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.05);
    box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    width: 16px;
    min-width: 16px;
    height: 16px;
    cursor: pointer;
    position: relative;
    outline: none;
    border: none;
}

.profile-subscribe-form .profile-subscribe-form-input-wrap input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #EEEEEE;
    border-radius: 50%;
    width: 16px;
    min-width: 16px;
    height: 16px;
    cursor: pointer;
    position: relative;
    outline: none;
    border: none;
}
.input-check--titles{
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
}


.main-cart-title-wrap{
    padding: 40px 0;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.main-cart-title-title{
    font-weight:700 ;
    font-size: 32px;
    line-height: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.main-cart-title-title::after{
    content: '';
    display: block;
    width: 100px;
    border-top:6px solid #F9F13A;
    height: 4px;
}
.main-cart-back-lick{
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.main-cart-back-lick::before{
    content: url(../img/array-link-black-left.svg);
}
.main-cart-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    gap: 40px;
}
.main-cart-wrapper > div:first-child{
    width: 100%;
}
.main-cart-product-list{
    width: 100%;
}

.main-cart-product-list--items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #EEEEEE;
}
.main-cart-product-list > .main-cart-product-list--items:first-child{
    padding-top: 0;
}
.main-cart-product-photo-info-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.main-cart-product--photo{
    max-width: 100px;
    max-height: 100px;
    width: 100px;
    height: 100px;
    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;
    -o-object-fit: contain;
    object-fit: contain;
}
.main-cart-product--photo img{
    max-height: 100%;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    -o-object-fit: fill;
    object-fit: fill;
}
.main-cart-product-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-cart-product-info-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.main-cart-product-info-hit{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main-cart-product-info-size-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}

.main-cart-product-count-prices-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 351px;
    width: 100%;
}

.main-cart-product-info-name{
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
}
.main-cart-product-info-size--value,
.main-cart-product-info-size--name{
    font-size: 11px;
    line-height: 13px;
    font-weight: 600;
}
.main-cart-product-info-size--items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-cart-product-info-size--value{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
.main-cart-product-info-size--value::after{
    content: '';
    background: url(../img/cart-reload-size.svg);
    display: none;
    width: 10px;
    height: 11px;
}

.main-cart-product-info-hit--items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    position: relative;
    width: 100%;
    justify-items: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main-cart-product-info-hit--items .cards-hit-hits,
.main-cart-product-info-hit--items .cards-hit-news,
.main-cart-product-info-hit--items .cards-hit-sale {
    padding: 6px;
    border-radius: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-cart-product-info-hit--items .cards-hit-hits span,
.main-cart-product-info-hit--items .cards-hit-news span,
.main-cart-product-info-hit--items .cards-hit-sale span {
    font-weight: 700;
    font-size: 9px;
    line-height: 11px;
}

.main-cart-product-info-hit--items .cards-hit-sale {
    background: #F75F39;
    color: #FFFFFF;
}

.main-cart-product-info-hit--items .cards-hit-news {
    background: #F9F13A;
    color: #130F0E;
}
.main-cart-product-info-hit--items .cards-hit-hits {
    background: #72CCFF;
    color: #130F0E;
}

.main-cart-product-count-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 124px;
    padding: 16px 12px;
    background: #f7f7f7;
    gap: 10px;
}
.main-cart-product-count--number{
    padding: 0;
    margin: 0;
    max-width: 50px;
    outline: none;
    border: none;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #130F0E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background: #f7f7f7;
    width: 100px;
}
.main-cart-product-count--plus,
.main-cart-product-count--minus{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 18px;
    height: 18px;
    position: relative;
    cursor: pointer;
}

.main-cart-product-count--minus::after,
.main-cart-product-count--plus::after{
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
}
.main-cart-product-count--minus::after{
    content: url(../img/minus.svg);
    top: -4.6px;
}
.main-cart-product-count--plus::after{
    content: url(../img/plus.svg);
}



.main-cart-product-close-btn::after{
    content: url(../img/closes-cart.svg);
}

.main-cart-product-prices-wrap .new-price {
    font-size: 18px;
    font-weight: 600;
    line-height: 17px;
    color: #130F0E;
}

.main-cart-product-prices-wrap .old-price {
    font-size: 12px;
    font-weight: 500;
    line-height: 13px;
    color: #F75F39;
    text-decoration: line-through;
}
.main-cart-product-prices-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.main-cart-product-close-btn{
    width: 20px;
    display: block;
    height: 20px;
    cursor: pointer;
}


.you-order-wrapper{
    border-radius: 2px;
    padding: 20px;
    background: #f7f7f7;
}
.your-order-count--number,
.your-order-count--name,
.your-order-delivery--name{
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
}
.your-order-itog--name{
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
}
.your-order-prices-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 16px 0;
}

.your-order-prices-wrap .prices-old {
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    color: #818181;
    text-decoration: line-through;
}

.your-order-prices-wrap .prices-new {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    color: #F75F39;
}
.your-order-count-prices-wrap .your-order-prices-wrap .prices-new,
.your-order-delivery .your-order-prices-wrap .prices-new{
    color: #130F0E;
}

.your-order-count-prices-wrap,
.your-order-delivery,
.your-order-itog{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #EEEEEE;
}
.your-order-itog{
    border-bottom: none;
}
.your-order-promo-code{
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}
.your-order-wrapper{
    padding: 20px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background: #F8F8F8;
    text-transform: uppercase;
}
.your-order-promo-code-wrap{
    background: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.your-order-promo-code-wrap-input{
    background: #FFFFFF;
    outline: none;
    border: none;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
}
.your-order-promo-code-wrap-btn{
    cursor: pointer;
    font-size: 11px;
    line-height: 13px;
    font-weight: 600;
}

.your-order-wrapper--titles{
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
}

.placing-order{
    padding: 40px 0;
    margin-bottom: 30px;
}
.main-placing-order-title{
    font-weight:700 ;
    font-size: 28px;
    line-height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 20px 0;
}

.main-placing-order-title::after{
    content: '';
    display: block;
    width: 100px;
    border-top:6px solid #F9F13A;
    height: 4px;
}

.main-placing-order-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.main-placing-order-personal-information{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
}
.main-placing-order-personal-information--item-input-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 8px;
    position: relative;
}
.main-placing-order-personal-information--item-input-wrap span{
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    color: #130F0E;
    text-transform: uppercase;
}
.main-placing-order-personal-information{
    background: #f7f7f7;
    padding: 24px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.main-placing-order-personal-information--item-input-wrap div input{
    border: none;
    background: #fdfdfe;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #818181;
    height: 44px;
    padding: 0 10px;
    outline: none;
    width: 100%;
    margin: 0;
}

.main-placing-order-personal-information-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
}

.main-placing-order-personal-information--item-input-wrap textarea{
    border: none;
    background: #fdfdfe;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #818181;
    outline: none;
    resize: none;
    padding: 10px 10px;
    text-transform: uppercase;
}
.main-placing-order-personal-information--item-input-wrap.addres input{
    background: #ededed;
}

.main-placing-order-personal-information--titles{
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #130F0E;
    text-transform: uppercase;
}
.main-placing-order-personal-information--titles.delivery-tt{
    margin-bottom: 14px;
}
.main-placing-order-personal-information-btn{
    text-transform: uppercase;
    width: 100%;
}
.main-placing-order-personal-information,
.main-placing-order-delivery-end-oplata-wrapper{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
}

.main-placing-order-delivery-wrap{
    padding: 24px;
    background: #f8f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


.order-personal-information--item--wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}
.main-placing-order-personal-information--item-input-wrap--check-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.order-personal-information-delivery--pp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 8%;
}

.order-personal-information--item--native-text{
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    color: #818181;
    margin-left: 36px;
    text-align: left;
    margin-bottom: 10px;
    width: 94%;
}

.order-personal-information--item--native-data{
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
}
.natif-delivery-check{
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    color: #F75F39;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


.main-placing-order-personal-information--item-input-wrap--check-wrap-RADIO:checked {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #F9F13A;
    -webkit-box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.05);
    box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    width: 23px;
    min-width: 16px;
    height: 23px;
    cursor: pointer;
    position: relative;
    outline: none;
    border: none;
}

.main-placing-order-personal-information--item-input-wrap--check-wrap-RADIO{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #FFFFFF;
    border-radius: 50%;
    width: 23px;
    min-width: 16px;
    height: 23px;
    cursor: pointer;
    position: relative;
    outline: none;
    border: none;
    max-width: 23px;
    max-height: 23px;
}
.main-placing-order-personal-information--item-input-wrap--check-wrap-RADIO:checked::after {
    content: url(../img/radiocheck.svg);
    position: absolute;
    top: 26%;
    left: 16%;
    width: 2px;
    display: inline-block;
    height: 0;
    font-weight: 800;
    font-size: 9px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #828282;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    text-align: center;
}

.main-placing-order-personal-information--item-input-wrap-check{
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
}
.main-placing-order-personal-information--item-input-wrap > .main-placing-order-personal-information--item-input-wrap-check:last-of-type{
    border-bottom: none;
    padding-bottom: 0;
}
.main-placing-order-delivery-wrap .main-placing-order-personal-information--item-input-wrap{
    padding: 10px 0 0;
}
.main-placing-order-delivery-wrap > .main-placing-order-personal-information--item-input-wrap:last-of-type{
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.main-placing-order-personal-information--titles-smoll{
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
}

.main-placing-order-personal-information--item-input-wrap-check{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}
.order-personal-information--item--wrap--wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.main-placing-order-delivery-end-oplata-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    border-radius: 10px;
}

.placing-order{
    padding-bottom: 100px;
}

.info-page-template-top{

}

.info-page-template-top-name{
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
}

.info-page-template-top-name::before{
    content: "";
    display: block;
    width: 100px;
    background: #F9F13A;
    height: 6px;
    margin-bottom: 12px;
}



.indentation{
    padding: 60px 0;
}



.info-page-template-text-h2 h2{
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
}
.info-page-template-text-wrap *,
.info-page-template-text-wrap,
.info-page-template-text-h4-x3 *,
.info-page-template-text-h3-x2 *,
.info-page-template-text-h3 *,
.info-page-template-text-wrap *,
.info-page-template-text-h2 *{
    font-size: 13px;
    font-weight: 500;
    line-height: 15.85px;
}
.info-page-template-callout h3,
.info-page-template-list-ul-x4 h3,
.info-page-template-text-h3-x2 h3,
.info-page-template-text-h3 h3,
.info-page-template-text-wrap h3{
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
}

.info-page-template-text-wrap b,
.info-page-template-text-wrap b,
.info-page-template-text-h4-x3 b,
.info-page-template-text-h3-x2 b,
.info-page-template-text-h3 b,
.info-page-template-text-wrap b,
.info-page-template-text-h2 b{
    font-weight: 700;
}




.info-page-template-text-h4-x3 h4{
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.info-page-template-text-h4-x3-wrapper,
.info-page-template-text-h3-x2-wrapper,
.info-page-template-text-end-photo-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}
.info-page-template-photo-wrap,
.info-page-template-text-wrap{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.info-page-template-text-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.info-page-template-list-ul-x4-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.info-page-template-list-ul-x4 ul {
    padding-left: 0;
}
.info-page-template-list-ul-x4 ol,
.info-page-template-list-ul-x4 ul{
    padding: 0;
}
.info-page-template-list-ul-x4 ol li,
.info-page-template-list-ul-x4 ul li {
    position: relative;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14.63px;
    list-style: initial;
}
.info-page-template-list-ul-x4 ol li{
    list-style:decimal ;
}
.info-page-template-list-ul-x4 ol li::marker,
.info-page-template-list-ul-x4 ul li::marker {
    color: #F9F13A;
}

.info-page-template-callout > div > div *,
.info-page-template-callout > div > div{
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    padding-left: 16px;
    border-left: 4px solid #F9F13A;
}

.main-card-post-photo-banner-wrap{
    position: relative;
}
.main-card-post-photo-banner-advice{
    position: absolute;
    top: 19px;
    left: 15px;
}
.main-card-post-photo-banner-advice-text{
    padding: 8px;
    background: #ffff;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    border-radius: 2px;
}
.main-card-post-photo-banner-preview-photo{
    width: 100%;
    max-height: 400px;
}
.main-card-post-photo-banner-preview-photo img{
    max-width: 1320px;
    max-height: 400px;
    width: 100%;
    height: 100%;
}

.catalog-brand-wrap-w{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.catalog-brand-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}
.catalog-menu-sec-lvl-free-brend-photo{
    width: 150px;
    height: 89px;
}
.catalog-brand-wrap .line-end-text-wrap-name::before{
    content: "";
    display: block;
    width: 100px;
    background: #F9F13A;
    height: 4px;
    margin-bottom: 12px;
}
.brands-list-wrapper{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
    margin-bottom: 60px;
}

.brands--item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: 8px;
    min-height: 100px;
}
.brands--item-photo{
    max-width: 272px;
    max-height: 160px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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;
}

.brands--item-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 360px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.brands--item-name{
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}
.brands--item-desc{
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #130F0E;
    margin-bottom: 16px;
    margin-top: 8px;
    text-align: justify;
}



.blog-list-wrapper{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 40px;
}

.blog-main--item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}
.blog-main--item.indentation{
    padding-top: 0 ;
}
.blog-main--item-photo{
    position: relative;
}
.blog-main--item-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.blog-main--item-info--btn{
    margin-top:8px ;
}
.blog-main--item-info--name{
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
}
.blog-main--item-info-wrappers{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}
.blog-main--item-info--text{
    font-size: 13px;
    font-weight: 500;
    line-height: 15.85px;
}
.blog-main--item-info--btn{

}

.blog-main--item-photo .blog-advice {
    position: absolute;
    top: 6px;
    left: 6px;
    background: #FFFFFF;
    border-radius: 1px;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.blog-main--item-photo .blog-advice .blog-advice-text {
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    color: #130F0E;
}

.blog-main--item-info,
.blog-main--item-photo{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.catalog-menu-sec-lvl-blog-wrap{
    margin: 60px 0;
}

.contacts-maps-wrap{
    position: relative;
}


.contacts-maps-info{
    position: absolute;
    top: 40px;
    left: 60px;
    padding:20px ;
    background:#FFFFFF;
    max-width:296px;
    width: 100%;
}

.catalog-menu-sec-contact{
    margin: 60px 0;
}
.contacts-info{
    padding: 24px 40px;
    background: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    right: 0;
    max-width: 360px;
    width: 100%;
}
.contacts-maps-info--info{
    font-weight: 500;
    font-size: 13px;
    line-height: 15.85px;
    color:#818181;
}
.contacts-maps-info--title{
    font-size: 18px;
    font-weight: 700;
    line-height: 21.93px;
}
.contact-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.contacts-maps {
    width: 100%;
    height: 520px;
    overflow: hidden;
}

.contacts-maps img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}


.error-has-occurred{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 80px 0;
}
.error-has-occurred-title{
    font-weight: 900;
    font-size: 140px;
    line-height: 170.66px;
    color: #F9F13A;
}
.error-has-occurred-text{
    font-size: 13px;
    font-weight: 500;
    line-height: 15.85px;
}

.v-catalog-top{
    font-size: 11px;
    gap: 0;
    line-height: 13.46px;
}

.catalog-cards-wrapper-w{
    max-width: 980px;
    min-width: 980px;
}
@media (max-width: 1260px) {
    .catalog-cards-wrapper-w{
        min-width: auto;
    }
}
@media (max-width: 1400px) {
    .header-main-menu-social-icon-link {
        gap: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .detail-element-product-info-wrap,
    .detail-element-product-info-name{
        margin-left: 30px;
        max-width: 600px;
        width: 1440px;
    }
    .detail-element-product-swiper-photo-wrap{

    }

    .header-main-menu-login-text {
        display: none;
    }

    .header-main-menu-social {
        gap: 0;
    }

    .header-main-menu .header-main-wrapper {
        gap: 0;
    }
    .product-sliders swiper-container::part(pagination) {
        left: 94.2%;
    }
    .product-sliders swiper-container::part(button-prev) {
        left: 88.7%;
    }
    .cards-photo swiper-container::part(container) {
        padding-top: 0;
    }
    .cards-photo swiper-container::part(pagination) {
        left: 29%;
    }
    .cards-photo swiper-container::part(button-prev) {
        left: 0;
    }
    .blog-wrap-swiper swiper-container::part(pagination) {
        left: 94.2%;
    }
    .blog-wrap-swiper swiper-container::part(button-prev) {
        left: 88.7%;
    }
    .catalog-cards-wrapper{
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .detail-element-product-info-wrap, .detail-element-product-info-name{
        max-width: 581px;
        margin-left: 0;
    }
    .detail-element-product-swiper-photo-wrap{
        max-width: 450px;
    }
    .blog-main--item{
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 1200px) {
    .header-wrapper-main-menu-search-follow-basket-login {
        gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header-main-menu-social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 5px;
    }

    .header-wrapper-main-menu-search-follow-basket-login {
        gap: 5px;
    }

    .footer-logo,
    .footer-logo-info {
        min-width: 240px;
    }

    .footer-mobil-product-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .footer-down-right-link a {
        text-wrap: nowrap;
    }

    .footer-down {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
    }

    .product-sliders swiper-container::part(pagination) {
        left: 93%;
    }

    .product-sliders swiper-container::part(button-prev) {
        left: 86.4%;
    }


    .padel-courts-info-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
    }

    .padel-courts-info-wrap{
        max-width: 100%;
    }
    .cards-photo swiper-container::part(container) {
        padding-top: 0;
    }
    .cards-photo swiper-container::part(pagination) {
        left: 29%;
    }
    .cards-photo swiper-container::part(button-prev) {
        left: 0;
    }
    .blog-wrap-swiper swiper-container::part(pagination) {
        left: 93%;
    }

    .blog-wrap-swiper swiper-container::part(button-prev) {
        left: 86.4%;
    }
    .profile-orders-wrap{
        gap: 25px;
    }
    .profile-orders-photo, .profile-orders-photo-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px;
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .profile-orders-info{
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .detail-element-product-swiper-photo-wrap{
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
    }
    .detail-element-product-info-name{
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
    }
    .detail-element-product-info-wrap {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 3;
        grid-row: 3;
    }
    .detail-element-product-swiper-photo-end-info-wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        justify-items: center;
        gap: 24px;
    }
    .detail-element-product-swiper-photo-end-info-wrapper > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .detail-element-product-detail-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 32px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .detail-element-product-info-name{
        margin: 0;
    }
    .detail-element-product-info-wrap, .detail-element-product-info-name{
        width: 100%;
        max-width: 100%;
    }
    .blog-main--item{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .blog-main--item-photo{
        width: 100%;
    }
    .blog-preview-photo img{
        width: 100%;
    }
}

@media (max-width: 999px) {

    .modal--main-menu-search-follow-basket-login{
        position: absolute;
        top: -10%;
    }
    .table-size-button-list-wrap {
        overflow-y: scroll;
    }

    .table-size-button-wrap {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 6px;
    }

    .table-size-modal-wrapper-switch {
        overflow-y: scroll;
    }

    .size-table__top {
        width: 912px;
    }

    .size-table-item {
        width: 912px;
    }

    .header-main-menu-social.mobil-sc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
    }


    .header-wrapper-main-menu-search-follow-basket-login {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header-main-menu-search-follow-basket-login {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
    }

    .header-main-menu-search-follow-basket {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header-main-menu-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .header-main-menu-social .header-main-menu-phone-inc{
        display: none;
    }
    .header-main-menu-main-wrap {
        display: none;
    }
    .header-wrapper-main-menu-search-follow-basket-login{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    .modal .header-main-menu-search-follow-basket-login .header-main-menu-login{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .modal .header-main-menu-social .header-main-menu-phone-inc{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .header-main-menu-social .header-main-menu-social-icon-link{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 70px;
        max-width: 75px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .modal .header-main-menu-social .header-main-menu-social-icon-link{
        margin: auto;
    }
    .header-main-menu-wrapp {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .header-main-menu-social-icon-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 6px;
        padding: 0;
        margin: 0;
        height: auto;
    }

    .mobil-header-wrapper-main-menu-search-follow-basket-login {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
    }

    .header-main-search-basket {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 6px;
    }

    .btn-mobil-click {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 900;
        color: #130F0E;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 7px;
        cursor: pointer;
        padding: 0 10px;
        height: auto;
        margin-bottom: 10px;
    }

    .btn-mobil-click:hover {
        color: #F9F13A;
    }

    .modal-content--main-menu-search-follow-basket-login {
        width: 80%;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        border: none;
    }

    .modal .header-wrapper-main-menu-search-follow-basket-login.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #EEEEEE;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .modal .header-main-menu-follow{
        display: block;
    }

    .modal--main-menu-search-follow-basket-login {
        background: none;
        margin-top: 10%;
    }

    .modal--main-menu-search-follow-basket-login .header-main-menu-main-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 12px;
        margin-top: 16px;
        padding: 0 50px;
    }

    .modal--main-menu-search-follow-basket-login .header-main-menu-search-follow-basket-login {
        border-bottom: 1px solid #EEEEEE;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 10px;
    }

    .modal--main-menu-search-follow-basket-login .header-main-menu-social {
        margin: 10px 0;
    }

    .modal--main-menu-search-follow-basket-login .header-main-menu-main-wrap > li > a {
        color: #818181;
        font-size: 11px;
    }

    .modal-content--main-menu-search-follow-basket-login .close-modal-wrap {
        display: none;
    }
    .footer-top{
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto 1fr auto;
        grid-template-rows: auto 1fr auto;
        height: 70vh;
    }
    .footer-top > *:nth-child(1){
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .footer-top > *:nth-child(2){
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .footer-top > *:nth-child(3){
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    .footer-top > *:nth-child(4){
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }
    .footer-top > *:nth-child(5){
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    .footer-top > *:nth-child(6){
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }
    .footer-logo-info{
        max-width: 500px;
    }
    .footer-logo-info{
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
    }
    .footer-info-link-bar{
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3 / 4;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
    }
    .footer-shop-link-bar-wrapper{
        width: 200px;
    }
    .footer-mobil-product-info{
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
    }
    .footer-info-phone-end-info-wrap{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        gap: 12px;
    }
    .footer-info-link-bar{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 30%;
    }

    .cards-photo swiper-container::part(container) {
        padding-top: 0;
    }
    .cards-photo swiper-container::part(pagination) {
        left: 29%;
    }
    .cards-photo swiper-container::part(button-prev) {
        left: 0;
    }
    .list-of-brands-section-five{
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .short-description-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .catalog-cards-filter-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .smart-filer-wrapper {
        max-width: 100%;
        width: 100%;
    }

    .catalog-cards-wrapper-w{
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .catalog-cards-wrapper {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }
    .filter-product{
        width: 100%;
    }
    .profiles-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .profile-main-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .prifle-main-menu-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        overflow-x: scroll;
    }
    .profile-main-menu-link{
        text-wrap: nowrap;
        gap: 8px;
    }
    .profile-main-menu--exit{
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .profile-main-info-link{
        max-width: 100%;
        width: auto;
        font-size: 14px;
        line-height: 17px;
        padding: 12px;
        height: 66px;
    }
    .profiles .breadcrumbs-list{
        padding: 40px 0;
    }
    .profile--form-input-wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .profile-account-info-btn{
        width: 100%;
    }
    .detail-element-product-detail-info{
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }
    .tooltip-tt .tooltiptext{
        display: none;
    }
    .detail-element-product-swiper-photo-end-info-wrapper{
        gap: 50px;
    }
    .main-cart-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .main-cart-title-wrap{
        padding: 20px 0;
    }
    .main-cart-product-list--items{
        gap: 8px;
    }
    .main-cart-product-count-prices-wrap{
        max-width: 280px;
    }
    .main-cart-product-info-size-wrapper{
        gap: 4px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .main-cart-product-info{
        gap: 8px;
    }
    .main-placing-order-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .brands--item{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .blog-list-wrapper{
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.mobil-show{
    display: none;
}
@media (max-width: 768px) {
    .profile-main-info-link{
        height: 66px;
        width: 48%;
        max-width: 100%;
    }
    .mobil-hidden{
        display: none;
    }
    .mobil-show{
        display: flex;
    }
    .modal--main-menu-search-follow-basket-login .header-main-menu-main-wrap{
        width: 100%;
        padding: 0;
    }
    .header-main-menu-catalog-main-btn._active{
        padding: 15px 20px;
    }
    .header-main-menu-catalog-main-btn._active::before{
        content: url(../img/open-catalog-menu-btn-right.svg);
    }
    .header-main-menu-catalog-main-btn._active::after{
        content: url(../img/open-catalog-menu-btn.svg);
    }
    .header-main-menu-follow{
        display: none;
    }
    .header-main-menu-search-follow-basket-login .header-main-menu-login{
        display: none;
    }

    .header-menu-catalog-wrapper {
        display: none;
    }

    .header-main-menu-catalog .container {
        padding-right: var(--bs-gutter-x, 0) !important;
        padding-left: var(--bs-gutter-x, 0) !important;
        margin: 0 !important;
        max-width: 100% !important;
    }

    .header-main-menu-catalog-main-btn::after {
        content: url(../img/array-down.svg);
        position: absolute;
        right: 20px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .header-natifi-warn {
        font-size: 12px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 6px;
    }

    .header-main-logo-link {
        max-width: 156px;
        min-width: 100px;
    }

    .modal-content--search {
        max-width: 320px;
        width: 100%;
        left: auto;
        right: 0;
    }
    .modal.modal--search.show-modal{
        width: 320px;
        max-width: 320px;
        left: auto;
        right: 0;
    }

    .modal-search-input {
        padding: 18px 0 18px 37px;
    }

    .modal-search-submit {
        padding: 10px 23px;
    }
    .footer-top{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer-info-link-bar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .footer-mobil-product-info-qu-code{
        display: none;
    }
    .footer-mobil-product-info-description p{
        display: none;
    }
    .footer-mobil-product-info-qu-code-hid-pc-show-mb{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer-mobil-product-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
    }
    .main-banner{
        height: 183px;
    }
    .main-banner swiper-container {
        width: 100%;
        max-height: 200px;
    }
    .advantages-wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .advantages--wrap{
        width: 100%;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr);
        justify-items: center;
    }
    .advantages--wrap > *:nth-child(1){
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .advantages--wrap > *:nth-child(2){
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .advantages--wrap > *:nth-child(3){
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    .advantages--wrap > *:nth-child(4){
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }
    .product-slider-news{
        width: 320px;
    }
    .product-sliders swiper-container::part(button-prev) {
        left: 60.4%;
    }
    .product-sliders swiper-container::part(pagination) {
        left: 80%;
    }
    .catalog-menu-sec-two .catalog-menu-sec-two-wrapper .catalog-category-card{
        max-width: 200px;
        aspect-ratio: 2 / 3;
    }
    .catalog-category-card-name{
        font-size: 15px;
        line-height: 18px;
    }
    .subscribe-newsletter,
    .short-description-sec,
    .blog-sec,
    .list-of-brands-section-five,
    .sales-sec-tree,
    .catalog-menu-sec-two,
    .padel-courts-sec-four,
    .product-sliders{
        margin: 120px 0;
    }
    .product-sliders{
        margin: 60px 0;
    }
    .sales-sec-tree{
        margin-bottom:60px;
    }
    .padel-courts-sec-four{
        margin:60px 0;
    }
    .list-of-brands-section-five{
        margin:60px 0;
    }
    .cards-photo swiper-container::part(container) {
        padding-top: 0;
    }
    .cards-photo swiper-container::part(pagination) {
        left: 29%;
    }
    .cards-photo swiper-container::part(button-prev) {
        left: 0;
    }
    .sales-sec-tree-wrapper,
    .catalog-menu-sec-two-wrapper{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .blog-wrap-swiper swiper-container::part(button-prev) {
        left: 60.4%;
    }
    .blog-wrap-swiper swiper-container::part(pagination) {
        left: 80%;
    }
    .subscribe-newsletter{
        margin: 30px 0;
        padding: 40px 0;
    }
    .subscribe-newsletter-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
    }
    .catalog-menu-sec-lvl-list-btn{
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        font-size: 12px;
        line-height: 15px;
    }
    .useful-articles-wrapper{
        gap: 8px;
    }
    .useful-articles-btn{
        font-size: 11px;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }
    .useful-articles-name{
        font-size: 11px;
        line-height: 14px;
    }
    .catalog-cards-filter-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .catalog-cards-wrapper {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
    .filter__title{
        position: relative;
        cursor: pointer;
    }
    .filter .filter__body{
        display: none;
    }
    .filter .filter__bottom{
        display: none;
    }
    .filter .smart-filter-button-box{
        display: none;
    }
    .filter__body._active{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .filter__title::after{
        content: url(../img/array-filter.svg);
        position: absolute;
        top: 2px;
        right: 0;
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .filter__title.open::after{
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        top: -2px;
    }
    .profile-orders-wrap{
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto 12px 85px;
        grid-template-columns: auto 85px;
        -ms-grid-rows: auto 12px 1fr;
        grid-template-rows: auto 1fr;
        gap: 12px;
    }
    .profile-orders-wrap > *:nth-child(1){
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .profile-orders-wrap > *:nth-child(2){
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .profile-orders-wrap > *:nth-child(3){
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    .profile-orders-wrap > *:nth-child(4){
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }
    .profile-orders-photo{
        width: 100%;
    }
    .profile-orders-info-status{
        max-width: 113px;
        font-size: 12px;
    }
    .profile-orders-info-number{
        font-size:14px ;
    }
    .profile-orders-photo, .profile-orders-photo-wrap{
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .profile-orders-photo-wrap-wr:nth-child(n+4) {
        display: none;
    }
    .profile-bonus-info-main-info-wrapper{
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .profile-subscribe-form .profile--form-input-wrap{
        gap: 0;
    }
    .main-cart-product-list--items{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .main-cart-product-count-prices-wrap{
        max-width: 100%;
    }
    .main-cart-product-info-size--name{
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        white-space: nowrap;
    }
    .main-cart-product-info-size--value{
        display: inline-block;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        position: relative;
        padding-right: 13px;
    }
    .main-cart-product-info-size--value::after{
        position: absolute;
        top: 0;
        right: 0;
    }
    .main-cart-product-photo-info-wrap{
        gap: 8px;
    }
    .main-cart-product-info{
        max-width: 65%;
    }
    .main-cart-product-count-wrap{
        max-width: 170px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    .main-cart-title-title{
        font-size: 26px;
        line-height: 31px;
    }
    .main-cart-product-info-name{
        font-size: 13px;
        line-height: 15px;
    }
    .order-personal-information-delivery--pp{
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .info-page-template-text-h4-x3-wrapper,
    .info-page-template-text-h3-x2-wrapper,
    .info-page-template-text-end-photo-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .info-page-template-list-ul-x4-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .info-page-template-top-name{
        font-size: 26px;
        line-height: 31.69px;
    }
    .info-page-template-text-h2 h2{
        font-size: 22px;
        line-height: 26.82px;
    }
    .info-page-template-text-h4-x3 p,
    .info-page-template-text-h3-x2 p,
    .info-page-template-text-h3 p,
    .info-page-template-text-wrap p,
    .info-page-template-text-h2 p{
        font-size: 12px;
        line-height: 14.63px;
    }
    .info-page-template-callout h3,
    .info-page-template-list-ul-x4 h3,
    .info-page-template-text-h3-x2 h3,
    .info-page-template-text-h3 h3,
    .info-page-template-text-wrap h3{
        font-size: 20px;
        line-height: 24.38px;
    }
    .catalog-menu-sec-lvl-free-wrap.catalog-brand-wrap-w{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .brands-list-wrapper{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .brands--item{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .brands--item-info{
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        max-width: 100%;
    }
    .blog-list-wrapper{
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .blog-main--item-info .blog-main--item-info--text + .blog-main--item-info--text{
        display: none;
    }
    .blog-main--item-info--btn{
        display: none;
    }
    .blog-main--item-info--text{
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
        text-align: justify;
        color: #818181;
    }
    .blog-main--item{
        max-width: 312px;
        margin: 0 auto;
    }
    .blog-main--item-info--name{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .blog-main--item-info--name::after {
        content: '';
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
        width: 20px;
        height: 20px;
    }

    .blog-main--item-info--name.l-black::after {
        background-image: url(../img/array-link-black.svg);
    }
    .catalog-menu-sec-lvl-blog-wrap{
        margin: 40px 0;
    }
    .contact-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .error-has-occurred-title{
        font-weight: 900;
        font-size: 100px;
        line-height: 121.9px;
        color: #F9F13A;
    }
    .error-has-occurred-text{
        font-size: 12px;
        font-weight: 500;
        line-height: 14.63px;
    }
    .detail-element-product-detail-info {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        justify-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

}

@media (max-width: 500px) {
    .modal--main-menu-search-follow-basket-login {
        margin-top: 20%;
    }
    .header-main-menu-wrapp{
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .modal.saccess-modal {
        top: 70%;
    }

    .saccess-modal-content-text {
        width: 80%;
    }

    .modal-cookies-submit {
        padding: 15px 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        max-width: 120px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .btn-tabl-size {
        padding: 11px 30px;
    }

    .saccess-modal .close-modal-btn {
        right: -18px;
    }

    .header-main-menu-catalog-main-btn {
        padding: 15px 20px;
    }
    .footer-mobil-product-info-description span{
        width: 100%;
        max-width: 188px;
    }
    .footer-info-link-bar{
        gap: 0;
        margin-bottom: 12px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer-shop-link-bar-name{
        font-size: 13px;
    }
    .footer-shop-link-bar-link{
        font-size: 12px;
    }
    .footer-mobil-product-info-qu-code-hid-pc-show-mb a{
        text-wrap: nowrap;
    }
    .footer-address-inc,
    .footer-email-inc{
        text-wrap: wrap;
    }
    .footer-shop-link-bar-wrapper {
        width: 50%;
    }
    .footer-down-right-link{
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-mobil-product-info-description{
        text-align: left;
    }
    .main-banner swiper-container {
        width: 100%;
        max-height: 183px;
    }
    .catalog-menu-sec-two .catalog-menu-sec-two-wrapper{
        gap: 8px;
    }
    .catalog-menu-sec-two .catalog-menu-sec-two-wrapper .catalog-category-card{
        max-width: 170px;
    }
    .sales-sec-tree .sales-sec-tree-wrapper{
        gap: 8px;
    }
    .sales-sec-tree .sales-sec-tree-wrapper .sale-card{
        max-width: 170px;
    }
    .sales-sec-tree .sales-sec-tree-wrapper .sale-card .sale-card-name{
        font-size: 14px;
        line-height: 17px;
    }
    .sales-sec-tree .sales-sec-tree-wrapper .sale-card .sale-card-link-icon:after{
        width: 40px;
    }
    .sales-sec-tree .sales-sec-tree-wrapper .sale-card .sale-card-link .sale-card-name-num{
        padding: 24px 10px;
    }
    .padel-courts-photo-wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cards-photo swiper-container::part(container) {
        padding-top: 0;
    }
    .cards-photo swiper-container::part(pagination) {
        left: 29%;
    }
    .cards-photo swiper-container::part(button-prev) {
        left: 0;
    }
    .line-end-text-wrap-name{
        font-size: 22px;
        line-height: 26.82px;
    }
    .detail-element-product--info-wrap{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .detail-element-product-swiper-photo-wrap{
        max-width: 320px;
    }
    .detail-element-product-info-wrap, .detail-element-product-info-name{
        width: 90%;
        max-width: 90%;
    }
    .detail-element-product-info-wrap{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .detail-element-product-size-list-down{
        width: 100%;
    }
    .detail-element-product-info--name{
        font-size: 18px;
        line-height: 22px;
    }
    .detail-element-product-swiper-photo-end-info-wrapper{
        gap: 12px;
    }
    .detail-element-product-swiper-photo-wrap{
        margin-bottom: 12px;
    }
    .detail-element-product-detail-info-right--buy--number{
        text-align: center;
    }

    .detail-element-product-braadcrumbs .breadcrumbs-list{
        margin: 40px 0;
    }
    .detail-element-product--info-wrap{
        gap: 8px;
    }
    .tooltip-tt .tooltiptext{
        display: none;
    }
    .detail-element-product-detail-info-right{
        width: 100%;
        max-width: 100%;
    }
    .blog-list-wrapper{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .contacts-maps-info{
        left: 12px;
    }
    .contacts-info{
        padding: 24px 12px;
    }
    .advantages-four-item img{
        width: 32px;
        height: 32px;
        object-fit: none;
    }
    .advantages-four-item .title{
        text-wrap: wrap;
    }
    .catalog-category-card picture{
        height: 80%;
        width: 80%;
    }
}
@media (max-width: 460px) {
    .profile-orders-photo-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .profile-orders-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-grid-columns: auto 12px 115px;
        grid-template-columns: auto 115px;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        gap: 12px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .profile-orders-wrap > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .profile-orders-wrap > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
}
@media (max-width: 378px) {
    .modal-content--search {
        right: 10px;
        max-width: 295px;
        top: 20%;
    }

    .modal-search-input {
        padding: 18px 0 18px 50px;
        width: 100%;
    }

    .product-list-one-element .mob--one-elements input[type="radio"]:checked {
        width: 36px;
        height: 24px;
    }

    .product-list-one-element .mob--one-elements input[type="radio"] {
        width: 36px;
        height: 24px;
    }

    .btn-tabl-size {
        padding: 11px 30px;
    }

    .order-photo {
        width: 80px;
        height: auto;
    }
    .submenu-level-1 a,
    .submenu-level-2 a,
    .submenu-level-3 a{
        position: unset;
        padding: 0;
        width: 50%;
        margin-right: 50%;
    }
    .main-banner swiper-slide picture{
        height: 100%;
    }
    .catalog-menu-sec-two .catalog-menu-sec-two-wrapper{
        gap: 8px;
    }
    .catalog-menu-sec-two .catalog-menu-sec-two-wrapper .catalog-category-card{
        max-width: 200px;
    }
    .sales-sec-tree .sales-sec-tree-wrapper{
        gap: 8px;
    }
    .sales-sec-tree .sales-sec-tree-wrapper .sale-card{
        max-width: 150px;
    }
    .cards-photo swiper-container::part(container) {
        padding-top: 0;
    }
    .cards-photo swiper-container::part(pagination) {
        left: 29%;
    }
    .cards-photo swiper-container::part(button-prev) {
        left: 0;
    }
}
@media (max-width: 350px) {
    .footer-mobil-product-info-qu-code-hid-pc-show-mb{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (min-width: 320px) {
    .container {
        max-width: 90%;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 90%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 90%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

.show-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


































/* TOP MENU */
.menu-row {
    position: static;
}

.menu-row > .maxwidth-theme {
    background: none;
}

.logo-row .menu-row.maxwidth-theme:before,.logo-row .menu-row.maxwidth-theme:after {
    display: none;
}

.menu-only {
    position: relative;
}

.menu-row .menu-only {
    position: static;
}

.menu-row.bgcolored .menu-only {
    position: relative;
}

.mega-menu {
    position: relative;
    z-index: 115;
}

.menu-row .menu-only .mega-menu {
    position: static;
}


.mega-menu ul.nav {
    padding: 0 0 0px 0;
    clear: both;
    float: none;
    position: static;
    display: block;
    font-size: 13px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}

.mega-menu ul.nav li {
    padding: 0;
    margin: 0;
    clear: both;
    float: none;
    display: block;
}

.mega-menu ul.nav li:before {
    display: none;
}

.mega-menu ul.nav li, .mega-menu ul.nav .dropdown-menu {
    background-color: #fafafa;
}

.mega-menu ul.nav li > a {
    padding: 9px 45px 9px 10px;
    text-shadow: none !important;
    border-top: 1px solid #e1e4e6;
    border-bottom: 1px solid transparent;
    margin: 0;
    line-height: 24px;
    text-decoration: none;
    position: relative;
    border-radius: 0;
    clear: both;
    float: none;
    display: block;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    white-space: normal;
    color: #444444;
}

.mega-menu ul.nav li > a i.fa-angle-down {
    position: absolute;
    right: -10px;
    top: 0px;
    font-size: 20px;
    width: 64px;
    height: 44px;
    text-align: center;
    line-height: 44px;
}

.mega-menu ul.nav li:first-of-type > a {
    border-top: medium none !important;
}

.mega-menu ul.nav li.active > a, .mega-menu ul.nav li:hover > a {
    border-top: 1px solid #e1e4e6;
    border-bottom: 1px solid #e1e4e6;
    margin: 0;
    padding: 9px 55px 9px 10px;
    background: none;
    color: #ffffff;
}

.mega-menu ul.nav li.active > a i.fa-angle-down, .mega-menu ul.nav li:hover > a i.fa-angle-down {
    right: 0px;
}

.mega-menu ul.nav li.active + li > a, .mega-menu ul.nav li:hover + li > a {
    border-top: 1px solid transparent;
}

.mega-menu ul.nav li > a:focus {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.mega-menu ul.nav .dropdown-menu {
    font-size: 13px;
    position: static;
    clear: both;
    float: none;
    display: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none !important;
    border-radius: 0;
    margin: 0;
    padding: 0 0 0 20px;
}

.mega-menu ul.nav .dropdown-menu li:first-of-type > a {
    border-top: 1px solid transparent;
}




.bglight .mega-menu ul.nav .dropdown-menu li:last-of-type > a {
    border-bottom: 1px solid transparent;
}

.mega-menu ul.nav li.resp-active > ul.dropdown-menu {
    display: block !important;
}

.mega-menu .table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
}

.bx-mac .mega-menu .table, .bx-ios .mega-menu .table {
    max-width: inherit;
}

.mega-menu .table a {
    display: block;
    width: 100%;
    text-decoration: none;
    white-space: nowrap;
}

.mega-menu .table .td {
    padding: 0;
    text-align: center;
    position: relative;
    padding-right: 20px;
}

.menu-row .menu-only .mega-menu .table .td {
    position: static;
}



.mega-menu .table .td.dropdown > .wrap {
    position: relative;
}

.mega-menu .table .td:hover > .wrap > .dropdown-menu {
    display: block;
    opacity: 1;
    -webkit-animation: toggle_opacity 800ms;
    animation: toggle_opacity 800ms;
}

.mega-menu .table .td > .wrap > a .fa {
    vertical-align: middle;
    display: none;
}

.mega-menu .table .td > .wrap > a .fa.fa-angle-down::before {
    font-size: 10px;
    font-weight: bold;
    vertical-align: top;
}

.mega-menu .table .tail {
    display: none;
}

.mega-menu .table .dropdown-menu {
    border-radius: 0;
    border: none;
    margin: -1px 0 0;
    top: auto;
    padding: 0;
    text-align: left;
    opacity: 0;
}

.menu-row .mega-menu .table .td.dropdown.wide_menu > .wrap {
    position: static;
}



.menu-row .mega-menu .table .td.wide_menu:hover > .wrap > .dropdown-menu, .menu-row .mega-menu .table .td.wide_menu.hover > .wrap > .dropdown-menu {
    display: block;
    width: 100%;
    margin-top: 0px;
    border-top: 1px solid #f2f2f2;
    padding: 25px 30px 10px;
    left: 0px !important;
}

.menu-row .mega-menu .table .td.wide_menu:hover > .wrap > .dropdown-menu, .menu-row .mega-menu .table .td.wide_menu.hover > .wrap > .dropdown-menu {
    max-height: 485px;
    overflow: auto;
}

.menu-row .mega-menu .table .td.wide_menu > .wrap > .dropdown-menu::-webkit-scrollbar {
    width: 8px;
}

.menu-row .mega-menu .table .td.wide_menu > .wrap > .dropdown-menu::-webkit-scrollbar-track {
    border-radius: 8px;
}

.menu-row .mega-menu .table .td.wide_menu > .wrap > .dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #999;
    border: 2px solid #fff;
}

.menu-row .mega-menu .table .td.wide_menu > .wrap > .dropdown-menu::-webkit-scrollbar-thumb:window-inactive {
    background: #999;
    border: 2px solid #fff;
}

.menu-row .mega-menu .table .td.wide_menu:hover > .wrap > .dropdown-menu > li > a, .menu-row .mega-menu .table .td.wide_menu.hover > .wrap > .dropdown-menu > li > a {
    font-weight: bold;
    padding-top: 2px !important;
    padding-bottom: 5px !important;
    font-size: 13px;
}

.menu-row .mega-menu .table .td.wide_menu > .wrap > .dropdown-menu > li {
    display: inline-block;
    width: 25%;
    float: left;
    margin: 0px 0px 30px;
    padding: 0px 20px 0px 0px;
}

.menu-row .mega-menu .table .td.wide_menu > .wrap > .dropdown-menu > li.has_img {
    padding-left: 80px;
    min-height: 60px;
}

.menu-row .mega-menu .table .td.wide_menu > .wrap > .dropdown-menu > li.has_img .menu_img {
    display: block;
    width: 60px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.menu-row .mega-menu .table .td.wide_menu > .wrap > .dropdown-menu > li.has_img .menu_img img {
    max-width: 100%;
}

.menu-row .mega-menu .table .td.wide_menu .dropdown-menu > li:nth-child(4n+1) {
    clear: left;
}

.menu-row .mega-menu .table .td.wide_menu .dropdown-menu > li > a {
    white-space: normal;
    border: none;
}

.mega-menu .table .td:not(.wide_menu) .dropdown-menu > li.has_img .menu_img, body .mega_fixed_menu .mega-menu .table .td .dropdown-menu > li.has_img .menu_img {
    display: none;
}

.logo-row.menu-row {
    position: relative;
}

.logo-row.menu-row .mega-menu, .logo-row.menu-row .mega-menu .table .td.wide_menu {
    position: static;
}

.menu-row .menu-item.hover > .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
}

body .menu-row .mega-menu .table .td.wide_menu > .wrap > .dropdown-menu > li > .dropdown-menu > li.collapsed:not(.clicked_exp) {
    display: none;
}

.menu-row .mega-menu .table .td.wide_menu > .wrap > .dropdown-menu > li > .dropdown-menu > li, .catalog_icons_N .menu-row .mega-menu .table .td.wide_menu > .wrap > .dropdown-menu > li > .dropdown-menu > li.clicked_exp {
    display: inline-block;
}

.menu-row .mega-menu .table .td.wide_menu > .wrap > .dropdown-menu > li.has_img > .dropdown-menu > li, .catalog_icons_N .menu-row .mega-menu .table .td.wide_menu > .wrap > .dropdown-menu > li.has_img > .dropdown-menu > li.clicked_exp, .catalog_icons_Y .menu-row .mega-menu .table .td.wide_menu > .wrap > .dropdown-menu > li.has_img > .dropdown-menu > li.clicked_exp {
    display: block;
}

.menu-row .mega-menu .table .td.wide_menu > .wrap > .dropdown-menu > li > .dropdown-menu li a {
    padding-right: 0px !important;
}

.menu-row .mega-menu .table .td.wide_menu > .wrap > .dropdown-menu > li:not(.has_img) > .dropdown-menu li a {
    font-size: 12px;
}

.menu-row .mega-menu .table .td.wide_menu > .wrap > .dropdown-menu > li > .dropdown-menu li a:not(:hover) {
    color: #666;
}

.menu-row .mega-menu .table .td.wide_menu .dropdown-submenu:not(.has_img) .dropdown-submenu .dropdown-menu {
    display: none;
}

.menu_top_block.catalog_block .dropdown>li.full>.dropdown>li> .image + a {
    padding-left: 70px;
    padding-top: 10px;
}

.menu_top_block.catalog_block .dropdown>li.full>.dropdown>li> a {
    padding-left: 0px;
    padding-top: 0px;
}

.menu_top_block.catalog_block .dropdown>li.full>.dropdown>li> .image + a +.dropdown {
    padding-left: 70px;
}

.menu_top_block.catalog_block .dropdown>li.full>.dropdown>li>.dropdown {
    padding-left: 0px;
}

.mega-menu .table .dropdown-submenu:not(.has_img):not(.active):hover>a {
    /*color:#222;*/
}

.mega-menu .table .dropdown-menu li a {
    color: #222222;
    padding: 14px 29px 14px 19px;
    border-top: 1px solid #f0f0f0;
}

.mega-menu .table .td:not(.wide_menu) .dropdown-menu li > a .name {
    display: block;
    max-width: 200px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #130F0E;
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
}

.mega-menu .table .wrap > .dropdown-menu li:first-of-type > a {
    border-top-color: transparent !important;
}

.mega-menu .table .wrap > .dropdown-menu li:first-of-type > .dropdown-menu {
    top: 1px;
}

.menu-row.bgcolored .mega-menu .table .wrap > .dropdown-menu li:first-of-type > .dropdown-menu {
    top: 0px;
}

.mega-menu .table .td:not(.wide_menu) .wrap > .dropdown-menu li:first-of-type > .dropdown-menu li:first-of-type > a {
    padding-top: 15px !important;
}

.mega-menu .table .dropdown-submenu, .dropdown-menu li {
    position: relative;
    padding: 0px;
    margin-bottom: 0px;
}

.mega-menu .table .dropdown-submenu:before, .dropdown-menu li:before {
    display: none;
}

.mega-menu .table .td:not(.wide_menu) .dropdown-submenu > a:after {
    display: block;
    font-family: FontAwesome;
    content: "\f105";
    right: 10px;
    position: absolute;
    top: 50%;
    margin: -6px 0 0;
    font-weight: bold;
    font-size: 11px;
    opacity: 0.7;
}

.menu-row .mega-menu .table .td.wide_menu .dropdown-submenu .dropdown-menu {
    display: block;
    position: static;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background: none;
}

.menu-row .mega-menu .table .td.wide_menu.hover .dropdown-submenu .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
}

.mega-menu .table .td.wide_menu .dropdown-submenu .dropdown-menu >li.collapsed {
    display: none;
}

.menu-row .mega-menu .table .td.wide_menu .dropdown-submenu .dropdown-menu >li > a {
    font-size: 13px;
    padding: 4px 20px !important;
}

.menu-row .mega-menu .table .td.wide_menu .dropdown-submenu .dropdown-submenu .dropdown-menu {
    margin: 0px 0px 0px 20px;
    float: none;
}

.mega-menu .table .td .more_items {
    display: none;
}

.mega-menu .table .td.wide_menu .more_items {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.menu-row .mega-menu .table .td.wide_menu .more_items {
    padding: 4px 20px;
}

.mega-menu .table .td.wide_menu .with_dropdown:after {
    margin-top: -1px;
}

.mega-menu .table .td:not(.wide_menu) .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    -webkit-animation: toggle_opacity 300ms;
    animation: toggle_opacity 300ms;
}

.mega-menu .table .dropdown-submenu .dropdown-menu {
    top: 2px;
    left: 100%;
}

.mega-menu .table .dropdown-submenu .dropdown-menu {
    top: 1px;
}

.menu-row.middle-block.bglight .mega-menu .table .dropdown-submenu .dropdown-menu {
    top: 3px;
}

.menu-row.middle-block.bglight .mega-menu .table .wrap > .dropdown-menu li:first-of-type > .dropdown-menu {
    top: 2px;
}

.mega-menu .table .dropdown-submenu .dropdown-menu > li:first-of-type > a {
    border-top: none;
}

.mega-menu .table .dropdown.js-dropdown .fa {
    display: none;
}

.mega-menu .table .more-items > span {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    vertical-align: top;
    padding-right: 21px;
}

.mega-menu .table .td.search-item .wrap > a {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 13px !important;
    padding-bottom: 18px !important;
}

.mega-menu .table .td.search-item .wrap > a .fa {
    font-size: 15px;
}

.mega-menu .table .td .wrap > a {
    border: none;
    font-weight: bold;
    position: relative;
    text-transform: none;
    color: #222222;
    width: auto;
    display: inline-block;
    font-size: 1em;
    position: relative;
    color: #222222;
    line-height: 52px;
}

/*middle menu*/
.maxwidth-theme > .row {
    margin: 0px;
}

.maxwidth-theme > .row > .col-md-12 {
    padding: 0px;
}

.mega-menu .table .td .wrap > a >div {
    display: inline-block;
}

.mega-menu .table .td.catalog .wrap > a:before, .mega-menu .table .td.dropdown .wrap > a:after {
    content: "";
    position: absolute;
    display: block;
}
.mega-menu .table .td.dropdown .wrap > a:not(.more-items):after {
    top: 0;
    right: -20px;
    font-family: FontAwesome;
    content: "\f107";
    font-size: 14px;
    width: 15px;
    height: 12px;
    text-align: center;
    color: black;
}

.table-menu-wrapper{
    width: 100%;
    max-width: 100%;
}
.mega-menu .table .tr{
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mega-menu .table{
    margin-bottom: 0;
}

.error{
    position: relative;
    color: #F75F39!important;
}
.modal-sign-in-register{
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    gap: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #FFFFFF;
}



.popup-window{
    border-radius:6px ;
    padding: 24px!important;
    gap: 24px;
}
.popup-window-titlebar-text{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #130F0E;
    margin-top: 13px;
    text-transform: uppercase;
}
.popup-window-titlebar-text::before{
    content: "";
    background: #F9F13A;
    display: block;
    width: 100px;
    height: 4px;
    margin-bottom: 7px;
}
.popup-window-close-icon:after{
    width: 16px;
    height: 16px;
}
.popup-window-titlebar-close-icon {
    top: 30px;
    right: 23px;
}

.popup-window-content div{
    width: 100%;
    margin: 0;
    text-align: center;
    height: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.popup-window-content div img{
    max-height: 350px !important;
    height: 250px;
    width: 200px;
    margin-bottom: 20px;
}
.popup-window-with-titlebar .popup-window-content{
    padding: 10px;
}
.popup-window-content div p{
    font-size: 11px;
    line-height: 12px;
    font-weight: 600;
    color: #130F0E;
    margin-top: 13px;
    text-transform: uppercase;
}
.popup-window-buttons .btn.btn-default.btn-buy.btn-sm{
    border-radius: 2px;
    padding: 15px 65px;
    border: none;
    font-size: 12px;
    line-height: 14px;
    vertical-align: top;
    cursor: pointer;
    color: #130F0E;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    background: #F9F13A;
}


.popup-window-buttons .btn.btn-default.btn-buy.btn-sm:hover {
    background: #FFF643;
}


.your-order-wrapper .your-order-count-prices-wrap.your-order-itog .your-order-delivery--name{
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
}

.your-order-wrapper .your-order-count-prices-wrap{
    color: #130F0E;
}
.main-button-container-wrap{
    width: 100%;
}
.product-item-detail-info-container a{
    color: #F75F39;
}

.product-item-detail-info-container .bx-catalog-subscribe-button{
    border-radius: 2px;
    padding: 15px 65px;
    border: none;
    font-size: 12px;
    line-height: 14px;
    vertical-align: top;
    cursor: pointer;
    color: #130F0E;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    background: #F9F13A;
}


.product-item-detail-info-container .bx-catalog-subscribe-button:hover {
    background: #FFF643;
}

#bx-soa-orderSave{
    width: 100%;
}
.config-container{
    text-align: center;
}
input[type="hidden"]{
    display: none;
}
#bx-soa-delivery .bx-soa-coupon{
    display: none;
}
.oplata-wrappers {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 7px 1fr;
    grid-template-columns: auto 1fr;
    gap: 7px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-rows: 14px 7px 50px;
    grid-template-rows: 14px 50px;
}
.oplata-wrappers > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.oplata-wrappers > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.oplata-wrappers > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
.oplata-wrappers > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}
.oplata-wrappers div{
    -ms-grid-column: 1;
    grid-column: 1;
}
.oplata-wrappers div+div{
    -ms-grid-column: 2;
    grid-column: 2;
    display: block;
}

.main-placing-order-personal-information--item-input-wrap-check-oplata-wrap .bx-soa-pp-company-graf-container{
    width: 23px;
}
.container-wrapper-delivery-end-region {
    border-radius: 2px;
}
.placing-order-personal-information--pri-cart-pay{
    font-size: 12px;
    font-weight: 700;
    line-height: 23px;
    color: #130F0E;
    text-transform: uppercase;
}
.search-no-found{
    text-align: center;
    margin-top: 40px;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
}
.module-pagination{
    margin-bottom: 100px;
}
.module-pagination .point_sep{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #818181;
    padding: 13px 20px;
}
@media (max-width: 1100px) {
    .table-menu-wrapper .tr{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .table-menu-wrapper .menu-item:not(:first-child) {
        font-size: 12px;
    }
    .table-menu-wrapper .menu-item{
        padding-right:12px;
    }

    .table-menu-wrapper .menu-item:first-child {
        padding-right:0;
        width: 100%;
    }
    .table-menu-wrapper .menu-item:first-child .header-main-menu-catalog-main-btn {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .table-menu-wrapper .menu-item.td:not(:first-child) {
        display: none;
    }

    .table-menu-wrapper .menu-item.td:first-child {
        width: 100%;
        padding: 0;
    }

    .table-menu-wrapper .menu-item:first-child .header-main-menu-catalog-main-btn {
        width: 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .popup-window-buttons{
        text-align: center;
        padding: 20px 0 10px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }
    .popup-window-buttons .btn.btn-default.btn-buy.btn-sm{
        margin: 0 !important;
        width: 100%;
    }
}


.modal-size-table-text,
.btn-tabl-size{
    text-transform: uppercase;
}

.lists-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 270px;
    height: 162px;
    gap: 20px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wrap-photo img{
    width: 70px;
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
}
.news-list-wrapper{
    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;
    gap: 40px;
}
.wrap-text-list b{
    font-size: 15px;
    padding-top: 15px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    color: #130F0E;
}

.l-black-link{
    font-size: 15px;
    padding-top: 15px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    color: #130F0E;
}
.fq-wrapper{
    display: block;
    margin-bottom: 100px;
}
.modal-shop-room-text{
    margin-bottom: 20px;
}

.lists-service{
    display: block;
    padding-bottom: 100px;
}
.order-block{
    width: 100%;
}
.btn-sertif{
    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;
    margin-bottom: 70px;
}
.sert-block-wrapper{
    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;
}
.sert-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 380px;
}
.sert-block img{
    width: 380px;
}

@media (max-width: 768px) {
    .news-list-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 140px;
    }
}
.smart-filter-block{
    margin-top: 12px;
    height: auto;
}


.product-sliders .cards{
    width: 307px;
}



.modal-content--product-list .form-line-input-label{
    margin-bottom: 0;
}

.product-list-one-element-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    overflow-y: scroll;
    max-height: 400px;
    width: 103%;
    padding-right: 7px;
}
.modal-content--product-list .form-line-input-label > div > input{
    padding-left: 42px;
}
.modal-content--product-list .form-line-input-label > div{
    position: relative;
}

.detail-element-product-size-link-nomodal{
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    color: #818181;
    opacity: 60%;
    text-transform: uppercase;
    cursor: pointer;
}
section .info-page-template-text-h3 img{
    -o-object-fit: none;
    object-fit: none;
}


@media (max-width: 1100px) {

}
@media (max-width: 768px) {
    .mega-menu .table .dropdown-submenu, .dropdown-menu li{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        border-bottom: 1px solid #EEEEEE;
    }
    .mega-menu .table .dropdown-submenu .dropdown-menu{
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
    }
    .submenu {
        overflow: hidden;
        height: 0;
        -webkit-transition: height 0.3s ease-in-out;
        -o-transition: height 0.3s ease-in-out;
        transition: height 0.3s ease-in-out;
    }
    .menu-item.__open .submenu {
        height: auto;
    }
    .catalog-cards-wrapper-w > div:first-child{
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    ._open-menu-active{
        opacity: 1;
    }
    .open-sub-menu {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        opacity: 1!important;
        width: 95%;
        left: 15px;
        -webkit-animation: toggle_opacity 300ms;
        animation: toggle_opacity 300ms;
        -webkit-box-shadow: none;
        box-shadow: none;

    }
    .mega-menu .table .wrap > .dropdown-menu li > a{
        padding: 0;
        margin: 16px 20px;
        width: 80%;
        position: relative;
        border: none;
    }
    .mega-menu .table .td:not(.wide_menu) .dropdown-submenu > a:after{
        display: none;
    }
    .mega-menu .table .td > .wrap > .dropdown-menu {
        border-radius: 6px;
        -webkit-box-shadow: 0px 0px 32px 0px #00000014;
        box-shadow: 0px 0px 32px 0px #00000014;
    }

    .mega-menu .table .td:hover > .wrap > .dropdown-menu {
        display: none;
        opacity: 0;
        -webkit-animation: toggle_opacity 800ms;
        animation: toggle_opacity 800ms;
    }
    .mega-menu .table .td:not(.wide_menu) .dropdown-submenu:hover > .dropdown-menu{
        display: none;
        opacity: 0;
        -webkit-animation: toggle_opacity 300ms;
        animation: toggle_opacity 300ms;
    }
    .mega-menu .dropdown-submenu:after{
        content: url("");
        background: url(../img/open-sub-menu.svg);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 20px;
        height: 20px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        position: absolute;
        right: 20px;
        background-position: center;
        background-repeat: no-repeat;
        top: 17px;
        opacity: 0.5;
    }
    .mega-menu .dropdown-submenu.submenu-open:after{
        content: url("");
        background: url(../img/open-sub-menu.svg);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 20px;
        height: 20px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        position: absolute;
        right: 20px;
        background-position: center;
        background-repeat: no-repeat;
        top: 20px;
        opacity: 1;
    }
    .dropdown-menu.toggle_menu{
        width: 100%;
    }
    .mega-menu .table .dropdown-submenu .dropdown-menu > li > a{
        padding-left: 20px;
    }
    .mega-menu .table a {
        width: 80%;
    }
    .mega-menu .menu-item.dropdown-submenu a{
        padding-left: 20px;
    }
    .mega-menu .table .td:not(.wide_menu) .wrap > .dropdown-menu li:first-of-type > .dropdown-menu li:first-of-type > a {
        padding-top: 0px !important;
    }
    .menu-item.dropdown-submenu {
        width: 100%;
    }
    .dropdown-menu.open-sub-menu .menu-item.dropdown-submenu{
        width: 100%;
    }
    .mega-menu .table .dropdown-menu{
        top: 60px;
    }
    .main-banner swiper-slide picture{
        height: 100%;
    }
    .main-banner swiper-slide img{
        -o-object-fit: cover;
        object-fit: cover;
    }
    .header-main-menu-catalog-main-btn::before {
        content: url(../img/catalog-main.svg);
        position: absolute;
        left: 20px;
    }
    .product-list-one-element-wrapper{
        width: 100%;
    }
}


.color-btn-N{background: #72CCFF;}
.color-btn-CC{background: #72CCFF;}
.color-btn-CV{background: #F9F13A;}
.color-btn-CW{background: #F9F13A;}
.color-btn-CZ{background: #F9F13A;}
.color-btn-KI{background: #4DDD6C;}
.color-btn-P{background: #72CCFF;}
.color-btn-D{background: #4DDD6C;}
.color-btn-F{background: #D9D9D9;}
.color-btn-C{background:#F75F39;}


.brends_link_filter{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


.about_custom,
.info-page-template-text-fix-style-text{
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 15.85px;
}
.about_custom h3,
.info-page-template-text-fix-style-text h3{
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
}

/* accordion */
.accordion-body {
    position: relative;
}

.accordion-head {
    cursor: pointer;
    padding: 40px 80px 30px 45px;
    position: relative;
    font-size: 1.067em;
    font-weight: bold;
    z-index: 1;
    color: #222;
    display: block;
}

.accordion-head.accordion-open {
    border-bottom: none;
    background: #f5f5f5;
}

.accordion-head.accordion-open + .panel-collapse {
    background: #f5f5f5;
}

.item-accordion-wrapper {
    border: 1px solid #f5f5f5;
    margin-bottom: -1px;
    padding-bottom: 11px;
}

.item-accordion-wrapper.opened {
    background: #f5f5f5;
}

.item-accordion-wrapper .accordion-head {
    border: none;
}

.accordion-type-1 .item, .accordion-type-2 .item, .accordion-type-1 .item:hover, .accordion-type-2 .item:hover {
    border-color: #f5f5f5 !important;
}

.accordion-type-1 .item .accordion-body, .accordion-type-2 .item .accordion-body, .accordion-type-1 .item .panel-collapse, .accordion-type-2 .item .panel-collapse, .accordion-type-1 .item .accordion-head, .accordion-type-2 .item .accordion-head {
    border: none !important;
}

.accordion-type-1 .item .accordion-head, .accordion-type-2 .item .accordion-head {
    margin-bottom: 0 !important;
}

.accordion-head.accordion-open .fa:before {
    content: "\f106";
}

.panel-collapse.in {
    background: #f5f5f5;
}

.panel-collapse .accordion-body {
    padding: 0px 80px 30px 45px;
    position: relative;
    z-index: 2;
}

.accordion-type-1 .accordion-head a {
    display: inline;
    text-decoration: none;
}

.accordion-head .fa {
    border-radius: 30px;
    color: #222222;
    position: absolute;
    top: 38px;
    font-size: 24px;
    line-height: 26px;
    width: 26px;
    height: 26px;
    text-align: center;
}

.accordion-head:hover .fa {
    background: #f5f5f5;
}

.accordion-type-1 .accordion-head .fa {
    right: 29px;
}

.accordion-type-2 .accordion-head {
    padding-left: 85px;
    padding-right: 29px;
}

.accordion-type-2 .accordion-head a {
    display: inline;
    line-height: 18px;
    text-decoration: none;
    font-size: 16px;
}

.accordion-type-2 .accordion-head:after {
    content: "";
    display: table;
    clear: both;
}

.accordion-type-2 .accordion-head .fa {
    left: 47px;
}

.accordion-type-2 .accordion-head.accordion-open .fa {
    line-height: 25px;
}

.accordion-type-2 .panel-collapse .accordion-body {
    padding: 0px 29px 41px 85px;
}

section.toggle {
    margin: 10px 0 0;
    position: relative;
    clear: both;
}

section.toggle input {
    cursor: pointer;
    filter: alpha(opacity=0);
    height: 45px;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

section.toggle label {
    border-left: 3px solid;
    transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out;
    background: #F4F4F4;
    border-radius: 3px;
    display: block;
    font-size: 1.1em;
    min-height: 20px;
    padding: 12px 20px 12px 10px;
    position: relative;
    cursor: pointer;
    font-weight: 400;
}

section.toggle .toggle-content {
    display: none;
}

section.toggle label::-moz-selection {
    background: none;
}

section.toggle label i.fa-minus {
    display: none;
}

section.toggle label i.fa-plus {
    display: inline;
}

section.toggle label::selection {
    background: none;
}

section.toggle label::before {
    border: 6px solid transparent;
    border-left-color: inherit;
    content: '';
    margin-top: -6px;
    position: absolute;
    right: 4px;
    top: 50%;
}

section.toggle label + p {
    color: #999;
    display: block;
    overflow: hidden;
    padding-left: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 25px;
}

section.toggle label i {
    font-size: 0.7em;
    margin-right: 8px;
    position: relative;
    top: -1px;
}

section.toggle.active i.fa-minus {
    display: inline;
}

section.toggle.active i.fa-plus {
    display: none;
}

section.toggle.active > label {
    color: white;
}

section.toggle.active > label::before {
    border: 6px solid transparent;
    border-top-color: inherit;
    margin-top: -3px;
    right: 10px;
}

section.toggle > p.preview-active {
    height: auto;
}

section.toggle > p.preview-active,section.toggle.active > p {
    white-space: normal;
}
.rdn_textPart {
    display: block;
    font-size: 12px !important;
    font-weight: normal;
    color: #b4b4b4;
}
.tizers_block .row{
    display: flex;
    justify-content: space-between;
}
.tizers_block .item {
    margin: 0px 0px 10px;
    display: flex;
    flex-direction: row;
}

.main-card-post-photo-banner img{
    object-fit: none;
}
.brands--item-link{
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .padel-courts-sec-four img {
        max-height: 500px;
    }
}