

/* Start:/local/templates/neva-sport/css/main.css?1758112799218311*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary
{
    display: block;
}
.dropdown {
    position: relative;
}
.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(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../img/array-link-black.svg);
}

.link.l-gray::after {
    background-image: url(/local/templates/neva-sport/css/../img/array-link-gray.svg);
}

.link.l-red::after {
    background-image: url(/local/templates/neva-sport/css/../img/array-link-red.svg);
}

.link.l-green::after {
    background-image: url(/local/templates/neva-sport/css/../img/array-link-green.svg);
}

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

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

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

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

.link.disable:hover::after {
    background-image: url(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../img/search-btn.svg);
}

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

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

.header-main-menu-basket::after {
    content: url(/local/templates/neva-sport/css/../img/basket.svg);
}

.header-main-menu-login::before {
    content: url(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../img/catalog-main.svg);
}

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

.modal--search {
    background: white;
    left: auto;
    right: 0;
    position: absolute;
    height: 100px;
    max-width: 500px;
    top: 40px;
    width: 500px;
    z-index: 999;
    padding: 10px;
}

.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(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../img/No-Preview-pass.svg);
}

.modal-icon-sign-in.active-priv-pass::before {
    content: url(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../img/succes.svg);
}

.problem-modal-content-icons::before {
    content: url(/local/templates/neva-sport/css/../img/problem.svg);
}

.unsuccessfully-modal-content-icons::before {
    content: url(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../img/yes-in-stock.svg);
}

.modal-shop-room-wrapper-not-available-icon::before {
    content: url(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../img/email.svg);
    width: 12px;
    height: 12px;
}

.footer-address-inc::before {
    content: url(/local/templates/neva-sport/css/../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("/local/templates/neva-sport/css/../img/arrow-banner.svg");
    display: block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.swiper-main-slide-next::before{
    content: url("/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../img/yes-in-stock.svg);
    display: block;
    height: 20px;
}

.detail-element-not-available-icon::before {
    content: url(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../img/minus.svg);
    top: -4.6px;
}
.detail-element-product-detail-info-right--buy--plus::after{
    content: url(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../img/sales.png);
}
.detail-element-product-detail-info-right-information-free-delivery::before{
    content: url(/local/templates/neva-sport/css/../img/delivery.png);
}
.detail-element-product-detail-info-right-information-disc:after{
    content: url(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../img/minus.svg);
    top: -4.6px;
}
.main-cart-product-count--plus::after{
    content: url(/local/templates/neva-sport/css/../img/plus.svg);
}



.main-cart-product-close-btn::after{
    content: url(/local/templates/neva-sport/css/../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;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
}

.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(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../img/open-catalog-menu-btn-right.svg);
    }
    .header-main-menu-catalog-main-btn._active::after{
        content: url(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../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;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.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;*/
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}
.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: 14px;
    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: "";
        background: url(/local/templates/neva-sport/css/../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: "";
        background: url(/local/templates/neva-sport/css/../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(/local/templates/neva-sport/css/../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;
    }
}

/* End */


/* Start:/local/templates/neva-sport/components/bitrix/sale.basket.basket.line/top/style.css?17571451454401*/
.bx-basket { }

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }
/* End */


/* Start:/local/templates/neva-sport/components/bitrix/search.title/corp/style.css?17319753091499*/
.bx_searche.scrollbar{
    background: #ffff;
    padding: 10px;
    position: relative;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    -webkit-box-shadow: 0 0 32px #00000014;
    box-shadow: 0 0 32px #00000014;
    border-radius: 6px;
}
.bx_item_block .maxwidth-theme{
    display: flex;
    align-items: center;
    gap: 20px;
}

.bx_item_block .maxwidth-theme .bx_item_element{
    display: flex;
    gap: 20px;
}
.bx_item_block .maxwidth-theme .bx_item_element span{
    font-size: 11px;
    font-weight: 700;
    line-height: 17px;
    color: #130F0E;
}
.price.cost.prices{
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: #130F0E;
    text-wrap: nowrap;
}


.bx_item_block .maxwidth-theme .bx_item_element b{
    background: #f7ef3a;
}
.all_result_title-custom{
    border-radius: 2px;
    padding: 15px 65px;
    font-size: 12px;
    line-height: 14px;
    vertical-align: top;
    cursor: pointer;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color:#130F0E !important;
    border: 1px solid #f7ef3a;
    background: #ffffff;
}
.all_result_title-custom:hover, .all_result_title-custom:active, .all_result_title-custom:focus {
    color:#130F0E !important;
    border-color: #f7ef3a;
    background: #f7ef3a;
}
.bx_img_element{
    width: 43px;
    height: 43px;
}
.bx_img_element img{
    object-fit: contain;
}

/* End */


/* Start:/local/templates/neva-sport/components/bitrix/news.list/through_banners/style.css?17571392982525*/
.banner__wrapper {
    max-width: 1920px;
    max-height: 300px;
    margin: 0 auto;
    height: auto;
}

.banner__ball21 {
	max-width: 1920px;
	max-height: 300px;
	/*background: url(https://babolat-shop.ru/images/banners/onePlasOne.jpg) 55% 50% no-repeat;*/
	margin: 0 auto;
	background-size: cover;
}



.banner__image {
	width: 100%;
	height: 100%;
    object-fit: cover;
}

.link-banner-wrap{
    margin-top: 10px;
}

@media (max-width: 880px) {
    .link-banner-wrap{
        margin-top: 2px;
    }
}

@media (max-width: 660px) {
	.banner__wrapper {
		height: 117px;
	}

}


.countdown-title {
	color: #396;
	font-weight: 100;
	font-size: 40px;
	margin: 40px 0px 20px;
}

.countdown {
	display: flex;
	font-family: sans-serif;
	color: #fff;
	/*  display: inline-block;*/
	font-weight: 100;
	text-align: center;
	font-size: 34px;
	/*  font-weight: bold;*/
	background: #000;
}

.countdown-number {
	padding: 0px;
	border-radius: 3px;
	/* background: #00bf96; */
	display: inline-block;
	padding: 5px 5px 0px 5px;
	position: relative;
	top: 2px;
	left: 0px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.countdown-time {
	border-radius: 3px;
	/*  background: #00816a;*/
	/*  display: inline-block;*/
	font-stretch: semi-condensed;
}

.countdown-text {
	display: block;
	padding-top: 0px;
	font-size: 12px;
	text-align: center;
	top: -5px;
	left: 1px;
	position: relative;
}

.wrapper_counter {
	display: flex;
	background: #000;
	padding: 25px;
	/*flex-direction: column;*/
	justify-content: center;
	align-items: center;
}

.friday_counter {
	display: flex
}

.friday_header {
	/*  font-weight: bold;*/
	font-size: 18px;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 10px 20px 10px 20px;
}

.friday_text {
	font-weight: bold;
	font-size: 18px;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 10px 20px 10px 20px;
}

.friday_color_1 {
	color: #FFF;
}

.friday_color_2 {
	color: #FACB55;
}

.friday_color_3 {
	color: #999;
}

.timer_wrap {
	display: flex;
	padding: 4px;
}

.timer_circle_e {
	position: absolute;
	padding: 20px;
	background: red;
	border-radius: 50%;
	height: 64px;
	width: 64px;
}

.timer_circle_i {
	position: relative;
	padding: 0px;
	background: #000;
	border-radius: 50%;
	left: 2px;
	top: 2px;
	height: 60px;
	width: 60px;
}

.wrapper_counter {
	/*display: none;*/
}

@media screen and (max-width: 700px) {
	.wrapper_counter {
		flex-direction: column;
	}

	.friday_header {
		font-size: 16px;
	}

	.friday_text {
		font-size: 16px;
	}
}
/* End */


/* Start:/local/templates/neva-sport/components/bitrix/sender.subscribe/home_sender_subscribe/style.css?17316661194802*/
.bx-subscribe {
	margin: 10px 0;
}
.bx-subscribe div.bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-subscribe-desc {
	color: #aaa;
	font-size: 12px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}
.bx-subscribe .bx-input-group .bx-form-control {
	position: relative;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #F8FAFC;
	border: 1px solid #D5DADC;
	border-radius: 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.btn-subscribe {
	cursor: pointer;
	text-align: center;
	background: #70bb18;
	border: none;
	color: #fff;
	font-size: 13px;
	position: relative;
	text-transform: uppercase;
	border-radius: 2px;
	line-height: 30px;
	height: 40px;
	padding: 5px 60px 5px 20px;
	vertical-align: middle;
	outline: none;
	-webkit-transition: width 5s linear;
	-moz-transition: width 5s linear;
	-ms-transition: width 5s linear;
	-o-transition: width 5s linear;
	transition: width 5s linear;
}
.btn-subscribe:hover {
	background: #7ec629;
}
.btn-subscribe:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	background-color: #5b9f0b;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 0 2px 2px 0;
}
.btn-subscribe span {
	display: block;
}
.btn-subscribe.send {
	padding: 5px 40px;
	-webkit-animation-name: MeilSend;
	animation-name: MeilSend;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	outline: none;
	color: #fff;
}
.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}
.btn-subscribe.send:before {
	width: 0;
	background-position: 100px 50%;
	-webkit-animation-name: MeilSendButton;
	animation-name: MeilSendButton;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
	padding: 40px;
	color: #35414E;
}

.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #aaa;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
	font-weight: 100;
	font: 11px/10px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* End */


/* Start:/bitrix/components/abricos/antisovetnik/templates/.default/style.css?160812785257356*/

div#mkwtvk5q42u2 {
    z-index: 2147483646 !important;
    top: 0px !important;
    left: 0px !important;
    position: fixed !important;
    width: 100% !important;
    display: none;
    transform: none !important;
    pointer-events: auto !important;
}

div#mkwtvk5q42u2 * {
    animation: none 0s ease 0s 1 normal none running !important;
    backface-visibility: visible !important;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
    border: medium none currentColor !important;
    border-collapse: separate !important;
    -o-border-image: none !important;
       border-image: none !important;
    border-radius: 0 !important;
    border-spacing: 0 !important;
    bottom: auto !important;
    box-shadow: none !important;
    box-sizing: content-box !important;
    caption-side: top !important;
    clear: none !important;
    clip: auto !important;
    color: #000 !important;
    -moz-columns: auto !important;
         columns: auto !important;
    -moz-column-count: auto !important;
         column-count: auto !important;
    -moz-column-fill: balance !important;
         column-fill: balance !important;
    -moz-column-gap: normal !important;
         column-gap: normal !important;
    -moz-column-rule: medium none currentColor !important;
         column-rule: medium none currentColor !important;
    -moz-column-span: 1 !important;
         column-span: 1 !important;
    -moz-column-width: auto !important;
         column-width: auto !important;
    content: normal !important;
    counter-increment: none !important;
    counter-reset: none !important;
    cursor: auto !important;
    direction: ltr !important;
    display: inline !important;
    empty-cells: show !important;
    float: none !important;
    font-family: serif !important;
    font-size: medium !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    line-height: normal !important;
    height: auto !important;
    -webkit-hyphens: none !important;
        -ms-hyphens: none !important;
            hyphens: none !important;
    left: auto !important;
    letter-spacing: normal !important;
    list-style: disc outside none !important;
    margin: 0 !important;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 1 !important;
    orphans: 2 !important;
    outline: medium none invert !important;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    padding: 0 !important;
    page-break-after: auto !important;
    page-break-before: auto !important;
    page-break-inside: auto !important;
    perspective: none !important;
    perspective-origin: 50% 50% !important;
    position: static !important;
    right: auto !important;
    -moz-tab-size: 8 !important;
      -o-tab-size: 8 !important;
         tab-size: 8 !important;
    table-layout: auto !important;
    text-align: left !important;
    -moz-text-align-last: auto !important;
         text-align-last: auto !important;
    text-decoration: none !important;
    text-indent: 0 !important;
    text-shadow: none !important;
    text-transform: none !important;
    top: auto !important;
    transform: none !important;
    transform-origin: 50% 50% 0 !important;
    transform-style: flat !important;
    transition: none 0s ease 0s !important;
    unicode-bidi: normal !important;
    vertical-align: baseline !important;
    visibility: visible !important;
    white-space: normal !important;
    widows: 2 !important;
    width: auto !important;
    word-spacing: normal !important;
    z-index: auto !important;
    all: initial !important;
}

div#mkwtvk5q42u2 * {
    box-sizing: border-box !important;

    cursor: inherit !important;
    text-align: inherit !important;
    white-space: inherit !important;

    color: inherit !important;

    font: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: normal !important;

    pointer-events: inherit !important;
}

div#mkwtvk5q42u2 .mh2iu57wtvk5 {
    text-decoration: none !important;

    color: #999999 !important;

    font-size: 12px !important;
}

div#mkwtvk5q42u2 .m3a38yawtvk5 {
    text-align: left !important;
}

div#mkwtvk5q42u2 .mhry0wtvk55c {
    text-align: right !important;
}

div#mkwtvk5q42u2 .masqwtvk56ur {
    text-align: center !important;
}

div#mkwtvk5q42u2 .mmcdafswtvk5 {
    display: inline-block !important;
    overflow: hidden !important;

    max-width: 100% !important;

    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

div#mkwtvk5q42u2 .mlhgwtvk5xyz {
    display: block !important;

    height: 1px !important;

    background: #e6e6e6 !important;
}

div#mkwtvk5q42u2 .mykkwtvk5n4v:before,
div#mkwtvk5q42u2 .mykkwtvk5n4v:after {
    display: table !important;

    content: " " !important;
}

div#mkwtvk5q42u2 .mykkwtvk5n4v:after {
    clear: both !important;
}

div#mkwtvk5q42u2 .mrvlsjwtvk5n {
    display: block !important;

    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}





div#mkwtvk5q42u2 .m7oamdnwtvk5 {
    width: 16px !important;
    height: 13px !important;

    background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23999' fill-rule='evenodd' d='M5.09 9.636L1.274 5.818 0 7.09l5.09 5.092L16 1.272 14.727 0'/%3E%3C/svg%3E") !important;
}

div#mkwtvk5q42u2 .ms58cljwtvk5 {
    width: 10px !important;
    height: 6px !important;

    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg' fill='%23999' fill-rule='evenodd'%3E%3Cpath d='M9.287 0L5 4.5.714 0 0 .75l4.286 4.5L5 6l.714-.75L10 .75'/%3E%3C/svg%3E") !important;
}

div#mkwtvk5q42u2 .mphu7wtvk5to:focus .ms58cljwtvk5,
div#mkwtvk5q42u2 .mphu7wtvk5to:hover .ms58cljwtvk5,
div#mkwtvk5q42u2 .mphu7wtvk5to:active .ms58cljwtvk5 {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg' fill='%232b2b2b' fill-rule='evenodd'%3E%3Cpath d='M9.287 0L5 4.5.714 0 0 .75l4.286 4.5L5 6l.714-.75L10 .75'/%3E%3C/svg%3E") !important;
}

div#mkwtvk5q42u2 .m3bvrd8wtvk5 {
    width: 10px !important;
    height: 6px !important;

    transform: rotate(180deg) !important;

    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg' fill='%23999' fill-rule='evenodd'%3E%3Cpath d='M9.287 0L5 4.5.714 0 0 .75l4.286 4.5L5 6l.714-.75L10 .75'/%3E%3C/svg%3E") !important;
}

div#mkwtvk5q42u2 .mphu7wtvk5to:focus .m3bvrd8wtvk5,
div#mkwtvk5q42u2 .mphu7wtvk5to:hover .m3bvrd8wtvk5,
div#mkwtvk5q42u2 .mphu7wtvk5to:active .m3bvrd8wtvk5 {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg' fill='%232b2b2b' fill-rule='evenodd'%3E%3Cpath d='M9.287 0L5 4.5.714 0 0 .75l4.286 4.5L5 6l.714-.75L10 .75'/%3E%3C/svg%3E") !important;
}

div#mkwtvk5q42u2 .mob343iwtvk5 {
    width: 16px !important;
    height: 16px !important;

    opacity: 0.3 !important;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='%232B2B2B' fill-rule='evenodd'%3E%3Cpath d='M6.475 7.89L4 10.363l1.414 1.414L7.89 9.303l2.474 2.475 1.414-1.414L9.303 7.89l2.475-2.476L10.364 4 7.89 6.475 5.413 4 4 5.414 6.475 7.89zM8 16c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8z'/%3E%3C/svg%3E") !important;
}

div#mkwtvk5q42u2 .mxwu9gvwtvk5 {
    width: 16px !important;
    height: 16px !important;

    opacity: 0.3 !important;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='%232B2B2B' fill-rule='evenodd'%3E%3Cpath d='M8 16c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm3.82-7.515c.02-.16.036-.32.036-.485 0-.165-.015-.33-.036-.5l1.085-.815c.098-.075.123-.21.062-.32l-1.028-1.73c-.063-.11-.202-.155-.315-.11l-1.28.5c-.267-.195-.545-.365-.87-.49l-.19-1.325C9.266 3.09 9.16 3 9.03 3H6.972c-.128 0-.236.09-.257.21l-.19 1.325c-.324.125-.602.295-.87.49l-1.28-.5c-.112-.045-.25 0-.312.11l-1.028 1.73c-.067.11-.036.245.06.32l1.086.815c-.02.17-.036.335-.036.5 0 .165.015.325.036.485l-1.085.83c-.097.075-.128.21-.06.32l1.027 1.73c.06.11.2.15.313.11l1.28-.505c.267.2.545.37.87.495l.19 1.325c.02.12.128.21.256.21H9.03c.128 0 .236-.09.256-.21l.19-1.325c.324-.13.602-.295.87-.495l1.28.505c.112.04.25 0 .313-.11l1.027-1.73c.06-.11.036-.245-.062-.32l-1.085-.83z'/%3E%3Ccircle cx='8' cy='8' r='1'/%3E%3C/svg%3E") !important;
}

div#mkwtvk5q42u2 .m5wr9l2wtvk5 {
    width: 16px !important;
    height: 16px !important;

    opacity: 0.3 !important;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='%232B2B2B' fill-rule='evenodd'%3E%3Cpath d='M8 16c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zM5.9 4.925c.25-.264.557-.47.913-.618.355-.15.755-.222 1.196-.222.567 0 1.042.076 1.422.235.38.156.687.35.92.582.233.233.4.483.5.752.1.268.15.52.15.75 0 .384-.05.702-.15.95-.1.25-.225.46-.373.637-.15.178-.313.327-.494.452-.18.125-.35.248-.51.372-.16.125-.304.267-.427.427-.125.16.095.52.064.76h-2.26c.025-.344.427-.876.535-1.106.107-.234.234-.43.378-.598.145-.162.297-.305.457-.426.16-.12.308-.24.446-.358.136-.123.246-.254.33-.398.085-.143.122-.326.114-.54 0-.37-.09-.642-.27-.82-.18-.175-.43-.263-.752-.263-.216 0-.402.043-.558.126-.158.086-.285.198-.384.337-.102.142-.175.306-.223.493-.048.19-.073.392-.073.608H5.087c.01-.433.082-.83.223-1.19.14-.362.337-.674.59-.94zM7.02 12.87H8.91v-1.85H7.022v1.85z'/%3E%3C/svg%3E") !important;
}

div#mkwtvk5q42u2 .mswdtqpwtvk5 {
    width: 16px !important;
    height: 9px !important;

    opacity: 0.3 !important;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' xmlns='http://www.w3.org/2000/svg' fill='%232B2B2B' fill-rule='evenodd'%3E%3Cpath d='M16 4.5V4l-4-4-1 1 2 3H0v1h13l-2 3 1 1 4-4'/%3E%3C/svg%3E") !important;
}

div#mkwtvk5q42u2 .m3owtvk5cylp {
    width: 16px !important;
    height: 11px !important;

    opacity: 0.3 !important;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' xmlns='http://www.w3.org/2000/svg' fill='%232B2B2B' fill-rule='evenodd'%3E%3Cpath d='M3 6H0v1l4 4 1-1-2-3h13V6M13 5h3V4l-4-4-1 1 2 3H0v1'/%3E%3C/svg%3E") !important;
}


div#mkwtvk5q42u2 .mxvjkdmwtvk5 {
    width: 9px !important;
    height: 10px !important;

    background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' viewBox='0 0 9 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 7.647C8.14 9.062 6.612 10 4.87 10 2.182 10 0 7.757 0 4.994 0 2.344 2.003.176 4.536 0c-.984.826-1.614 2.082-1.614 3.492 0 2.488 1.963 4.506 4.383 4.506.6 0 1.174-.125 1.695-.35z' fill='%232B2B2B' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
}

div#mkwtvk5q42u2 .mqwtvk5346l9 {
    width: 13px !important;
    height: 13px !important;

    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.84 1.984c.543.046 1.015-.363 1.06-.91.04-.55-.363-1.026-.907-1.07C8.455-.04 7.98.37 7.94.918c-.048.545.356 1.025.9 1.066zm-.905.28c.248-.152.5-.098.763-.075.337.023.614.235.783.492l.994 1.99 1.354.94c.116.092.187.235.172.394-.02.246-.233.43-.476.41-.075-.005-.134-.035-.202-.066L9.844 5.325c-.044-.038-.082-.083-.112-.132l-.37-.745-.445 1.98 1.744 2.085c.04.064.068.14.08.215l.475 2.515c-.004.057.003.09 0 .136-.027.373-.348.646-.715.62-.304-.027-.528-.254-.6-.534L9.456 9.11l-1.42-1.57-.328 1.526c-.01.072-.105.223-.13.284l-1.362 2.32c-.135.21-.363.347-.62.324-.372-.026-.645-.352-.615-.722.01-.106.055-.216.09-.29l1.266-2.146 1.12-4.606-.652.833L5.75 6.418c-.137.173-.39.248-.586.13-.214-.125-.284-.398-.16-.614.008-.017.02-.033.033-.052L6.27 4.304c.05-.052 1.083-1.366 1.435-1.815.073-.095.23-.228.23-.228v.002z' fill='%23F00' fill-rule='evenodd'/%3E%3Cellipse fill='%23F00' fill-rule='evenodd' cx='1.637' cy='11.574' rx='.421' ry='.426'/%3E%3Cpath d='M4.203 7.995L3.03 7.07c-.175-.14-.427-.108-.563.07l-.164.21-.008-.006c-.174-.138-.426-.106-.562.07L.085 9.548c-.136.176-.105.43.07.567l.007.007-.013.018c-.14.176-.108.43.066.568l.85.672c.082-.24.304-.414.57-.414.23 0 .426.132.527.324L4.27 8.563c.137-.176.106-.43-.07-.568h.003z' fill='%23F00' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
}

div#mkwtvk5q42u2 .mtk7wtvk50ol {
    width: 40px !important;
    height: 44px !important;

    background-image: url("data:image/svg+xml,%3Csvg width='40' height='44' viewBox='0 0 40 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.667 12.57c-.487 0-.96.05-1.425.13C28.556 8.763 24.607 6 20 6c-4.607 0-8.558 2.763-10.242 6.7-.464-.08-.938-.13-1.425-.13C3.73 12.57 0 16.25 0 20.787 0 25.323 3.73 29 8.333 29h23.334C36.27 29 40 25.322 40 20.786c0-4.537-3.73-8.215-8.333-8.215z' fill='%23DDDACD' fill-rule='evenodd'/%3E%3Cpath d='M31.667 12.57c-.487 0-.96.05-1.425.13C28.556 8.763 24.607 6 20 6v.02c3.367 2.496 5.556 6.457 5.556 10.932 0 4.476-2.19 8.436-5.556 10.933V29h11.667C36.27 29 40 25.322 40 20.786c0-4.537-3.73-8.215-8.333-8.215z' fill-rule='evenodd' opacity='.15'/%3E%3Cpath fill='%23FFCF00' fill-rule='evenodd' d='M4 28h32l-6.07 16H10.07'/%3E%3Cellipse fill='%23F00' fill-rule='evenodd' cx='19.5' cy='5.5' rx='5.5' ry='5.5'/%3E%3Cpath d='M18.935.23c.88.253 1.715.688 2.41 1.362 2.216 2.148 2.216 5.634 0 7.78-.693.674-1.53 1.112-2.41 1.363 1.93.552 4.096.114 5.62-1.362 2.215-2.148 2.215-5.634 0-7.78C23.03.115 20.864-.322 18.934.23zM16 27.492h2.27V44H16V27.492zm9.08 0V44h5.677L37 27.492H25.08zm-2.27 0h-2.27V44h2.27V27.492z' fill-rule='evenodd' opacity='.15'/%3E%3C/svg%3E") !important;
}

div#mkwtvk5q42u2 .mplowtvk53f2 {
    width: 44px !important;
    height: 44px !important;

    background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='b' cx='22' cy='22' r='22'/%3E%3Ccircle id='a' cx='22' cy='22' r='22'/%3E%3Cmask id='d' x='0' y='0' width='44' height='44' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='c' fill='%23fff'%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cuse fill='%23FFED81' xlink:href='%23b'/%3E%3Cpath fill='%23FFF' mask='url(%23c)' d='M22 22L1 37l-5-18 1-10L6-3l3-1 13-1'/%3E%3Cuse stroke='%23FFCF00' mask='url(%23d)' stroke-width='4' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E") !important;
}

div#mkwtvk5q42u2 .mswa5d2wtvk5 {
    width: 9px !important;
    height: 10px !important;

    background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' viewBox='0 0 9 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 7.647C8.14 9.062 6.612 10 4.87 10 2.182 10 0 7.757 0 4.994 0 2.344 2.003.176 4.536 0c-.984.826-1.614 2.082-1.614 3.492 0 2.488 1.963 4.506 4.383 4.506.6 0 1.174-.125 1.695-.35z' fill='%232B2B2B' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
}

div#mkwtvk5q42u2 .m68bbjjwtvk5 {
    width: 9px !important;
    height: 10px !important;

    background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' viewBox='0 0 9 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 7.647C8.14 9.062 6.612 10 4.87 10 2.182 10 0 7.757 0 4.994 0 2.344 2.003.176 4.536 0c-.984.826-1.614 2.082-1.614 3.492 0 2.488 1.963 4.506 4.383 4.506.6 0 1.174-.125 1.695-.35z' fill='%23F61017' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
}


div#mkwtvk5q42u2 .mgwtvk5n4dz9 {
    width: 64px !important;
    height: 64px !important;

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 53c-3.04 0-5.5 2.46-5.5 5.5s2.46 5.5 5.5 5.5 5.5-2.46 5.5-5.5-2.46-5.5-5.5-5.5zm31 0c-3.04 0-5.5 2.46-5.5 5.5s2.46 5.5 5.5 5.5 5.5-2.46 5.5-5.5-2.46-5.5-5.5-5.5z' fill='%23222222'/%3E%3Cpath d='M64 11.99H19.243L14.703 0H0v6.976h9.08L23.136 46l36.368-9.985S64 35.035 64 29.17V11.99z' fill='%234B72B8'/%3E%3C/svg%3E") !important;
}

div#mkwtvk5q42u2 .m3mmvsrwtvk5 {
    width: 46px !important;
    height: 44px !important;

    background-image: url("data:image/svg+xml,%3Csvg width='46' height='44' viewBox='0 0 46 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M13 36c-2.212 0-4 1.788-4 4 0 2.212 1.788 4 4 4 2.212 0 4-1.788 4-4 0-2.212-1.788-4-4-4zm22 0c-2.212 0-4 1.788-4 4 0 2.212 1.788 4 4 4 2.212 0 4-1.788 4-4 0-2.212-1.788-4-4-4z' fill='%23222'/%3E%3Cpath d='M46 8H14l-3-8H0v5h7l10 27 26-7c-.232.054 3-.628 3-5V8z' fill='%234B72B8'/%3E%3C/g%3E%3C/svg%3E") !important;
}


div#mkwtvk5q42u2 .m3l1wtvk5vf4 {
    width: 17px !important;
    height: 14px !important;

    background-image: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='-2 -1 17 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%232b2b2b' stroke-width='2' d='M6 0L0 6l6 6'/%3E%3Cpath fill='%232b2b2b' d='M15 5H0v2h15z'/%3E%3C/g%3E%3C/svg%3E") !important;
}

div#mkwtvk5q42u2 .myj7rfmwtvk5 {
    width: 17px !important;
    height: 14px !important;

    background-image: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 -1 17 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%232b2b2b' stroke-width='2' d='M9 0l6 6-6 6'/%3E%3Cpath fill='%232b2b2b' d='M0 5h15v2H0z'/%3E%3C/g%3E%3C/svg%3E") !important;
}

div#mkwtvk5q42u2 .mvtne2wtvk5o {
    width: 14px !important;
    height: 12px !important;

    background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10h14v2H0v-2zm0-5h14v2H0V5zm0-5h14v2H0V0z' fill='%23999' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
}

div#mkwtvk5q42u2 .mxjqtbtwtvk5 {
    width: 8px !important;
    height: 14px !important;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13'%3E%3Cg fill='%23B2B2B2'%3E%3Cpath d='M4 7.8L2.7 13C6 8.4 8 6.5 8 3.9L4 7.8z'/%3E%3Cellipse cx='4' cy='3.9' rx='4' ry='3.9'/%3E%3C/g%3E%3C/svg%3E") !important;
}

div#mkwtvk5q42u2 .m9wtvk5jsdfn {
    width: 8px !important;
    height: 14px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13'%3E%3Cg fill='%23ff0000'%3E%3Cpath d='M4 7.8L2.7 13C6 8.4 8 6.5 8 3.9L4 7.8z'/%3E%3Cellipse cx='4' cy='3.9' rx='4' ry='3.9'/%3E%3C/g%3E%3C/svg%3E") !important;
}

div#mkwtvk5q42u2 .mjtb4uwtvk5m {
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}


div#mkwtvk5q42u2 .mphu7wtvk5to {
    position: relative !important;

    display: inline-block !important;
    overflow: visible !important;

    margin: 0 !important;
    padding: 0 !important;

    cursor: pointer !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
    transition: 0.1s ease-out !important;
    transition-property: border-color, border-width, background-color !important;
    text-align: center !important;
    white-space: nowrap !important;
    text-decoration: none !important;

    color: #2b2b2b !important;
    border: 1px solid transparent !important;
    border-radius: 2px !important;
    outline: 0 !important;
    background: 0 0 !important;
    background-clip: padding-box !important;

    font-family: Arial, sans-serif !important;
}

div#mkwtvk5q42u2 .mphu7wtvk5to:focus {
    outline: none !important;
}

div#mkwtvk5q42u2 .mphu7wtvk5to:disabled {
    cursor: default !important;
    pointer-events: none !important;

    background-color: rgba(0, 0, 0, 0.08) !important;
}

div#mkwtvk5q42u2 .mphu7wtvk5to::-moz-focus-inner {
    padding: 0 !important;

    border: 0 !important;
}

div#mkwtvk5q42u2 .mxqi2njwtvk5 {
    position: relative !important;

    display: inline-block !important;

    padding: 0 1em !important;

    resize: none !important;

    font-size: inherit !important;
    line-height: inherit !important;
}

div#mkwtvk5q42u2 .mphu7wtvk5to:disabled .mxqi2njwtvk5 {
    opacity: 0.5 !important;
}

div#mkwtvk5q42u2 .mfr4cimwtvk5 {
    position: relative !important;
    top: -1px !important;

    display: inline-block !important;

    max-width: 36px !important;

    resize: none !important;
    vertical-align: middle !important;

    color: rgba(0, 0, 0, 0.4) !important;
}

div#mkwtvk5q42u2 .m7wtvk5da9ej {
    border-color: #e6e6e6 !important;
    background: none !important;
}

div#mkwtvk5q42u2 .m7wtvk5da9ej:focus,
div#mkwtvk5q42u2 .m7wtvk5da9ej:hover,
div#mkwtvk5q42u2 .m7wtvk5da9ej:active {
    border-color: #c7c7c7 !important;
}

div#mkwtvk5q42u2 .md9pmljwtvk5 {
    border-color: #ffdb4d !important;
    background-color: #ffdb4d !important;
}

div#mkwtvk5q42u2 .md9pmljwtvk5:hover {
    border-color: #ffd632 !important;
    background-color: #ffd632 !important;
}

div#mkwtvk5q42u2 .md9pmljwtvk5:active {
    border-color: #ffcc00 !important;
    background-color: #ffcc00 !important;
}


div#mkwtvk5q42u2 .mukwtvk5wexw {
    min-width: 200px !important;
    padding-right: 24px !important;
    padding-left: 24px !important;

    font-size: 13px !important;
}

div#mkwtvk5q42u2 .mv842ewtvk5a {
    color: #ffffff !important;
    border-radius: 2px !important;
    border: solid 1px #cccccc !important;
    cursor: pointer !important;
    font-size: 12px !important;
}

    div#mkwtvk5q42u2 .mv842ewtvk5a .mxqi2njwtvk5 {
        padding: 4px 15px !important;
    }

        div#mkwtvk5q42u2 .mv842ewtvk5a:hover {
            border: solid 1px #ffffff !important;
        }

div#mkwtvk5q42u2 .mkyftyowtvk5 {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;

    display: block !important;

    height: 39px !important;

    cursor: pointer !important;
    transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out !important;
    text-align: left !important;

    color: #2b2b2b !important;

    font: 13px/13px Arial, sans-serif !important;
}

div#mkwtvk5q42u2 .mb74wtvk5yyt .mpp941qwtvk5,
    div#mkwtvk5q42u2 .mb74wtvk5yyt .move7x8wtvk5,
    div#mkwtvk5q42u2 .mb74wtvk5yyt .mowtvk5guq9k,
    div#mkwtvk5q42u2 .mb74wtvk5yyt .m5wr9l2wtvk5,
    div#mkwtvk5q42u2 .mb74wtvk5yyt .mxwu9gvwtvk5,
    div#mkwtvk5q42u2 .mb74wtvk5yyt .mcrfqg9wtvk5{
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    div#mkwtvk5q42u2 .mb74wtvk5yyt .mob343iwtvk5 {
        pointer-events: auto !important;
    }

    div#mkwtvk5q42u2 .mb74wtvk5yyt .m2ieq9wtvk5b {
        pointer-events: none !important;
    }

    div#mkwtvk5q42u2 .ms9uvy9wtvk5 {
    /*  */
}

div#mkwtvk5q42u2 .mkyftyowtvk5:hover {
    background-color: #ffefa6 !important;
    box-shadow: 0 1px 0 0 #d2c079 !important;
}

div#mkwtvk5q42u2 .mwtvk5v17wp3 {
    position: absolute !important;
    z-index: 1 !important;
    top: 0 !important;
    left: 0 !important;

    display: block !important;

    width: 37px !important;
    height: 100% !important;

    transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out !important;

    background: #fadf76 !important;
    box-shadow: 0 1px 0 0 #d6c97e !important;
}

div#mkwtvk5q42u2 .mwtvk5v17wp3:before {
    position: absolute !important;
    top: 0 !important;
    right: -11px !important;

    display: block !important;

    width: 11px !important;
    height: 39px !important;

    content: '' !important;

    background-image: url("data:image/svg+xml,%3Csvg width='11' height='39' viewBox='0 0 11 39' xmlns='http://www.w3.org/2000/svg' fill='%23FADF76' fill-rule='evenodd'%3E%3Cpath d='M0 19v20l11-20L0 0v19z'/%3E%3C/svg%3E") !important;
}

div#mkwtvk5q42u2 .mkyftyowtvk5:hover .mwtvk5v17wp3 {
    background-color: #ffefa6 !important;
    box-shadow: 0 1px 0 0 #d2c079 !important;
}

div#mkwtvk5q42u2 .mkyftyowtvk5:hover .mwtvk5v17wp3:before {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='39' viewBox='0 0 11 39' xmlns='http://www.w3.org/2000/svg' fill='%23ffefa6' fill-rule='evenodd'%3E%3Cpath d='M0 19v20l11-20L0 0v19z'/%3E%3C/svg%3E") !important;
}

div#mkwtvk5q42u2 .mfyd9jgwtvk5 {
    position: relative !important;
    z-index: 2 !important;

    display: -ms-flexbox !important;

    display: flex !important;

    width: 100% !important;
    height: 100% !important;

    line-height: inherit !important;

    -ms-flex-align: center !important;

        align-items: center !important;
}

div#mkwtvk5q42u2 .mpsf4gjwtvk5 {
    height: 39px !important;

    line-height: inherit !important;
}

div#mkwtvk5q42u2 .m2ieq9wtvk5b {
    width: 52px !important;

    background-repeat: no-repeat !important;
    background-position: 3px 3px !important;

    -ms-flex: 0 0 52px !important;

        flex: 0 0 52px !important;
}

div#mkwtvk5q42u2 .mpp941qwtvk5 {
    padding-right: 5px !important;
}

div#mkwtvk5q42u2 .mppkok7wtvk5 {
    margin-top: 11px !important;

    opacity: 0.6 !important;
}

div#mkwtvk5q42u2 .move7x8wtvk5 {
    display: -ms-flexbox !important;
    display: flex !important;
    overflow: hidden !important;

    padding-left: 4px !important;

    -ms-flex-align: center !important;

        align-items: center !important;
    -ms-flex: 1 0 0 !important;
        flex: 1 0 0 !important;
}

div#mkwtvk5q42u2 .mzf91awtvk50 {
    overflow: hidden !important;

    white-space: nowrap !important;
    text-overflow: ellipsis !important;

    line-height: inherit !important;

    -ms-flex: 0 1 auto !important;

        flex: 0 1 auto !important;
}

div#mkwtvk5q42u2 .mfhdxcwtvk5g {
    font-weight: bold !important;
}

div#mkwtvk5q42u2 .mrwz2i4wtvk5 {
    white-space: nowrap !important;

    line-height: inherit !important;

    -ms-flex: 0 0 auto !important;

        flex: 0 0 auto !important;
}

div#mkwtvk5q42u2 .mm3kprjwtvk5 {
    display: none !important;
}

div#mkwtvk5q42u2 .mi3wtvk5uh7w {
    display: inline-block !important;

    vertical-align: middle !important;
}

div#mkwtvk5q42u2 .mwtvk5adw5ar {
    margin: 0 6px 0 7px !important;
}

div#mkwtvk5q42u2 .mxk1jpiwtvk5 {
    position: relative !important;
    top: -1px !important;

    margin-right: 1px !important;
}

div#mkwtvk5q42u2 .m58dwtvk5haj {
    position: relative !important;
    top: -1px !important;

    margin-right: 2px !important;
}

div#mkwtvk5q42u2 .m1t8wtvk5c4o {
    position: relative !important;
    top: -1px !important;

    margin-left: 4px !important;

    transition: opacity 0.1s ease-out !important;
}

div#mkwtvk5q42u2 .m1t8wtvk5c4o:hover {
    opacity: 0.5 !important;
}

div#mkwtvk5q42u2 .mkyftyowtvk5:hover .m1t8wtvk5c4o {
    opacity: 0.5 !important;
}

div#mkwtvk5q42u2 .m1t8wtvk5c4o:first-child {
    margin-left: 0 !important;
}

div#mkwtvk5q42u2 .m1t8wtvk5c4o:hover {
    opacity: 0.5 !important;
}

div#mkwtvk5q42u2 .m2v8znuwtvk5 {
    font-weight: bold !important;
}

div#mkwtvk5q42u2 .m78wtvk5linc {
    font-weight: bold !important;
}

div#mkwtvk5q42u2 .mgwtvk5nsbtm {
    font-weight: bold !important;
}

div#mkwtvk5q42u2 .m2sa5mxwtvk5 {
    font-weight: bold !important;
}

div#mkwtvk5q42u2 .m1fha9wtvk5u {
    margin-left: 4px !important;

    opacity: 0.6 !important;

    font-size: 12px !important;
}

div#mkwtvk5q42u2 .m2behdwtvk5d {
    display: inline-block !important;
    overflow: hidden !important;

    max-width: 117px !important;

    transform: translateY(1px) !important;
    vertical-align: top !important;
    text-overflow: ellipsis !important;
}

div#mkwtvk5q42u2 .muvgewtvk52m {
    vertical-align: middle !important;
}

div#mkwtvk5q42u2 .mowtvk5guq9k {
    display: -ms-flexbox !important;
    display: flex !important;

    text-align: right !important;

    line-height: 39px !important;

    -ms-flex-align: center !important;

        align-items: center !important;
}

@media (min-width: 640px) {
    div#mkwtvk5q42u2 .mowtvk5guq9k {
        padding-left: 24px !important;
    }
}

div#mkwtvk5q42u2 .mp0khxmwtvk5 {
    height: 28px !important;
    margin-right: 4px !important;
    margin-left: 4px !important;
    padding-right: 23px !important;
    padding-left: 23px !important;

    font-size: 13px !important;
    line-height: 26px !important;
}

div#mkwtvk5q42u2 .mkyftyowtvk5:hover .mp0khxmwtvk5 {
    border-color: rgba(0, 0, 0, 0.3) !important;
}

div#mkwtvk5q42u2 .me78wchwtvk5 {
    margin-right: 4px !important;
    padding-right: 18px !important;
}

div#mkwtvk5q42u2 .mp6kwtvk5egl {
    display: none !important;
}

div#mkwtvk5q42u2 .mp0khxmwtvk5:first-child {
    margin-left: 0 !important;
}

div#mkwtvk5q42u2 .mp0khxmwtvk5:last-child {
    margin-right: 0 !important;
}

div#mkwtvk5q42u2 .mp0khxmwtvk5 .mupcwtvk5mfi {
    margin-left: 8px !important;
}

div#mkwtvk5q42u2 .mp0khxmwtvk5 .ms58cljwtvk5 {
    display: inline-block !important;
}

div#mkwtvk5q42u2 .mp0khxmwtvk5 .m3bvrd8wtvk5 {
    display: none !important;
}

div#mkwtvk5q42u2 .m6ekt8wtvk5s .ms58cljwtvk5 {
    display: none !important;
}

div#mkwtvk5q42u2 .m6ekt8wtvk5s .m3bvrd8wtvk5 {
    display: inline-block !important;
}

div#mkwtvk5q42u2 .me78wchwtvk5 {
    padding-right: 18px !important;
}

div#mkwtvk5q42u2 .muyxrp6wtvk5 {
    padding-right: 16px !important;
    padding-left: 24px !important;

    cursor: pointer !important;
    text-align: right !important;
    white-space: nowrap !important;

    line-height: 39px !important;
}

@media (min-width: 880px) {
    div#mkwtvk5q42u2 .mvuk5sjwtvk5 {
        display: block !important;
    }
}

div#mkwtvk5q42u2 .mwtvk57easu8 {
    overflow: hidden !important;

    background-color: #f6f5f3 !important;
    box-shadow: 0 1px 0 0 #e3e1dc !important;
}

div#mkwtvk5q42u2 .mwtvk57easu8:hover {
    cursor: pointer !important;

    background-color: #f6f5f3 !important;
    box-shadow: 0 1px 0 0 #e3e1dc !important;
}

div#mkwtvk5q42u2 .mwtvk57easu8 .m2ieq9wtvk5b {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNDEiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCA0MSAzMyI+ICAgIDxkZWZzPiAgICAgICAgPHBhdGggaWQ9ImEiIGQ9Ik0wIDB2MzNoMzJsOS0xNy05LTE2eiIvPiAgICA8L2RlZnM+ICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+ICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjYSIvPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPiAgICAgICAgPGcgZmlsbC1ydWxlPSJub256ZXJvIiBtYXNrPSJ1cmwoI2IpIj4gICAgICAgICAgICA8cGF0aCBmaWxsPSIjRkZDNjAwIiBkPSJNMjIuODY4IDIwLjMyOGwtMS4xNTctMS4xNTdzLjU3OS0xLjA0MiAxLjE1Ny0xLjYyYTUuMzMgNS4zMyAwIDAgMSAuOC0uNjY1LjM0LjM0IDAgMCAxIC40MjkuMDQxbDEuMDE1IDEuMDE1Yy4xMTIuMTEzLjEzMi4yOS4wNDQuNDI0LS4xMjYuMTktLjM0Mi40OC0uNjY4LjgwNS0uNTc4LjU3OS0xLjYyIDEuMTU3LTEuNjIgMS4xNTdtLTgtOGwtMS4xNTctMS4xNTdzLjU3OS0xLjA0MiAxLjE1Ny0xLjYyYTUuMzMgNS4zMyAwIDAgMSAuOC0uNjY1LjM0LjM0IDAgMCAxIC40MjkuMDQxbDEuMDE1IDEuMDE1Yy4xMTIuMTEzLjEzMi4yOS4wNDQuNDI0LS4xMjYuMTktLjM0Mi40OC0uNjY4LjgwNS0uNTc4LjU3OS0xLjYyIDEuMTU3LTEuNjIgMS4xNTciLz4gICAgICAgICAgICA8cGF0aCBmaWxsPSIjMDAwIiBkPSJNMTkuNjAxIDExLjc1OUw3Ljc5NSA4Ljk5NmwtLjg5NS44OTIgOS4wNDQgNS41MjcgMi42OSAyLjY2OCA1LjUwNyA5LjA3Mi44OTYtLjg5MS0yLjczNi0xMS44NDd6TTExLjIxMSAyMS4wNzhsLTUuNS0uNzUtLjUuNSA1IDMgMyA1IC41LS41LS43NS01LjVjLTEuNzY1LjU1NC0yLjI5NS4wMTctMS43NS0xLjc1eiIvPiAgICAgICAgICAgIDxwYXRoIGZpbGw9IiNGQzAiIGQ9Ik0yOC4yMTEgNS44MjhjLS40NzQtLjQ3My0zLjA5LjQxLTUuMjQ4IDIuNTY5TDE5LjYgMTEuNzU5bC0zLjY1NiAzLjY1Ni0yLjQ3NCAyLjQ3NWMtLjg4Ny44ODctMi4xNDkgMi40MzItMi43NTkgMy40MzgtLjM3Mi42MTMtMS41NDcgMi40NTMtMSAzIC41NDguNTQ4IDIuNDA3LS42MjcgMy0xIDEuMDE0LS42MzcgMi41NTctMS44NzkgMy40MzctMi43Ni40OTItLjQ5IDEuNDA0LTEuNDAzIDIuNDg2LTIuNDg1bDMuNjY3LTMuNjY3IDMuMzQtMy4zNGMyLjE1OS0yLjE1OSAzLjA0NC00Ljc3NCAyLjU3LTUuMjQ4eiIvPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+') !important;
}

div#mkwtvk5q42u2 .mx8gripwtvk5 {
    background-color: #fadf76 !important;
    box-shadow: 0 1px 0 0 #d2c079 !important;
}

div#mkwtvk5q42u2 .mx8gripwtvk5:hover {
    background-color: #ffefa6 !important;
    box-shadow: 0 1px 0 0 #d2c079 !important;
}

div#mkwtvk5q42u2 .mx8gripwtvk5 .m2ieq9wtvk5b {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTYiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCA5NiAyMCI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBpZD0iYSIgZD0iTTguNTcyLjIyM2gtOC4zdjE1LjE0aDguM3oiLz4KICAgICAgICA8cGF0aCBpZD0iYyIgZD0iTTYuMjE3IDEwLjc4MlYuMTEySC4yODd2MTAuNjd6Ii8+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGQ9Ik0wLTFoOTZ2MjAuNDE4SDB6Ii8+CiAgICAgICAgPHBhdGggZmlsbD0iIzFEMUQxQiIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNNi4xMiAyLjE0MUg1LjI1Yy0xLjMxMiAwLTIuNTgzLjg2OS0yLjU4MyAzLjM4OCAwIDIuNDM1IDEuMTY1IDMuMjE5IDIuNTgzIDMuMjE5aC44NjlWMi4xNHptLTEuMzU2IDcuOTYyTDIuMTggMTUuOTA1SC4yOTdMMy4xMzQgOS43QzEuOCA5LjAyMy45MTIgNy43OTYuOTEyIDUuNTI5YzAtMy4xNzYgMi4wMS00Ljc2MyA0LjQwMy00Ljc2M2gyLjQzNHYxNS4xMzlINi4xMnYtNS44MDJINC43NjV6TTM5LjQzIDEwLjU2OWMwLTMuMzQ2IDEuMjkzLTUuNDg0IDMuNzkxLTUuNDg0Ljk1MyAwIDEuNTA0LjI1NCAxLjk2OS41NTFsLS4yMzMgMS41NjZjLS40NDUtLjM4MS0xLjA4LS43NDItMS43NTctLjc0Mi0xLjE4NyAwLTIuMDMyIDEuMzM1LTIuMDMyIDQuMDI0IDAgMi42NjguNjM0IDQuMTkzIDEuOTY4IDQuMTkzLjgwNSAwIDEuNDItLjMxOCAxLjgwMS0uNjU3bC4zOCAxLjIyOWMtLjU3LjQ4NS0xLjI0OS44MDMtMi4yMjMuODAzLTIuMjg2IDAtMy42NjMtMS44NDEtMy42NjMtNS40ODN6bS00LjgyNi4wMnY1LjMxNUgzMi45NVY1LjIzNGgxLjY1M3Y0LjkzMmwyLjU2Mi00LjkzM2gxLjY3M2wtMi42NDggNS4wMTggMy4wMjggNS42NTNoLTEuOGwtMi44MTUtNS4zMTR6bS03Ljc3Mi0uOTk1aDIuNzMxYzAtMS44Mi0uMjk2LTMuMTUzLTEuMjQ4LTMuMTUzLTEuMDE3IDAtMS4zNzcgMS4yNDgtMS40ODMgMy4xNTN6bTEuODIyIDYuNDU4Yy0yLjIwMyAwLTMuNTU3LTEuNzU2LTMuNTU3LTUuMDM4IDAtMy40My45NTEtNS45MjkgMy4yMTgtNS45MjkgMS43NzggMCAyLjk0MyAxLjMzMyAyLjk0MyA0Ljk1NHYuOTExaC00LjQ0N2MwIDIuNDEzLjY3OCAzLjY4NSAxLjk5IDMuNjg1LjkzMiAwIDEuNjczLS40MjQgMi4wOTctLjcybC4zODIgMS4yN2MtLjY3OC41My0xLjU2OC44NjctMi42MjYuODY3em0tNy4wMy05LjQ4NmgtMS44NDN2LjE5MWMwIDIuMjQ2LS4xMDQgNS41MjgtLjk5NCA3Ljc5M2gyLjgzN1Y2LjU2NnptMi40NzcgMTEuNDM1SDIyLjYydi0yLjA5N2gtNC41NzRWMThoLTEuNDgzVjE0LjU1aC42NTZjLjk3NS0yLjI2NSAxLjA4LTUuNTY4IDEuMDgtOC40MDZ2LS45MWg0Ljk1NXY5LjMxNmguODQ3VjE4em0tOC40OS0xMi43Njh2MTAuNjdIMTMuOThWMTEuMTJoLTIuNDU2djQuNzg0SDkuODcyVjUuMjM0aDEuNjUydjQuNTNoMi40NTZ2LTQuNTNoMS42MzF6Ii8+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTAuMTUgLjU0MykiPgogICAgICAgICAgICA8bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNhIi8+CiAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgPHBhdGggZmlsbD0iIzFEMUQxQiIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNMS43MTEgNC42N2EyNi4xNTcgMjYuMTU3IDAgMCAxLS41MDgtMi4xNmgtLjA2NGMuMDQyLjcyLjA2NCAxLjQ4MS4wNjQgMi4yNDR2MTAuNjA5aC0uOTNWLjIyM2gxLjIyNmwyLjU2NCA5LjY3NmMuMTA2LjQwMi4yNTQgMS4xODYuMzE2IDEuNzU4aC4wNjNjLjA4NS0uNTcyLjI1NC0xLjM3Ny4zNi0xLjc1OEw3LjM4NS4yMjJoMS4xODd2MTUuMTRINy41NTdWNC43NTVjMC0uNzIuMDQtMS40ODMuMDgyLTIuMjQ0aC0uMDgyYy0uMTkzLjg0Ni0uMzQgMS40Ni0uNTEgMi4wOTZMNC43OCAxMy4wMzJoLS44MjZMMS43MTEgNC42N3oiIG1hc2s9InVybCgjYikiLz4KICAgICAgICA8L2c+CiAgICAgICAgPHBhdGggZmlsbD0iIzFEMUQxQiIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNNjUuMjkgMTMuMjE2di0yLjk0M2gtMS4xNDJjLTEuNzU5IDAtMi42MDYuODA1LTIuNjA2IDIuNjY4IDAgMS41MDIuNjU3IDIuMzcgMS42NzQgMi4zNy45OTUgMCAxLjY5My0uOTUzIDIuMDc0LTIuMDk1bS4wNDIgMS4yNWMtLjUwOCAxLjAxNS0xLjI2OSAxLjY1LTIuMzI4IDEuNjUtMS40NCAwLTIuNDM1LTEuMTQzLTIuNDM1LTMuMDkgMC0yLjI4NyAxLjI0OC0zLjQ3MyAzLjU1Ni0zLjQ3M2gxLjE2NVY4LjIxOGMwLTEuNjMtLjYxNC0yLjMyOS0xLjc3OC0yLjMyOS0uOTEgMC0xLjczNy40MjQtMi4yNDUgMS4xNjZMNjAuOTkgNi4xYy40MjQtLjU1IDEuMzE0LTEuMDggMi41MjEtMS4wOCAxLjc1NyAwIDIuNzUzLjk3NCAyLjc1MyAzLjA5MXY1LjgyNGMwIC43NC4xMDUgMS41NjYuMjMzIDEuOTY5aC0uOTExYy0uMDg1LS4yNzYtLjE5MS0uNjc4LS4yNTUtMS40NE03My43NjUgMTAuMzM2YzAtMi43OTUtLjc2My00LjQ0Ny0xLjk5LTQuNDQ3LS45NTMgMC0xLjc1OCAxLjAxNy0yLjIyNCAyLjE2djUuOTcxYy40MjMuODY5IDEuMDE2IDEuMjkgMS45NyAxLjI5IDEuMzU0IDAgMi4yNDQtMS42MDcgMi4yNDQtNC45NzRtLTQuMjE0IDQuODI3djQuMDQ0aC0uOTk0VjUuMjM0aC44NjhsLjA4MyAxLjc1NmMuNDY2LTEuMDE3IDEuMjUtMS45NjggMi40MzctMS45NjggMS43NzcgMCAyLjgxNCAyLjEzOCAyLjgxNCA1LjIzIDAgMy45MTctMS4zMTIgNS44NDMtMy4zMDIgNS44NDNhMi40MTkgMi40MTkgMCAwIDEtMS45MDYtLjkzMk03Ny42NjUgMTUuOTA1aC0uOTk0VjUuMjM1aC45OTR2NS4wMTdsMy41NzgtNS4wMThoLjk3NWwtMy41MTUgNC45NTQgMy43NjkgNS43MTdIODEuMzdsLTMuNzA1LTUuNTI2ek04My45MTUgOS45NTVoMy44NzVjLjE3LTIuODM3LS42NzgtNC4xMDgtMS43NTctNC4xMDgtMS4xMjMgMC0yLjAzNCAxLjQ0LTIuMTE4IDQuMTA4bTIuMzI4IDUuMjk0YzEuNDIgMCAyLjE2MS0xLjE0NCAyLjE2MS0xLjE0NGwuMzE4LjgwNXMtLjgwNSAxLjIwNi0yLjQ5OCAxLjIwNmMtMi4yNjcgMC0zLjMwMy0yLjA1My0zLjMwMy01LjU0NyAwLTMuNDk0IDEuMzExLTUuNTQ3IDMuMTEyLTUuNTQ3IDEuODQxIDAgMy4wMjggMS45MjYgMi42ODkgNS43MTdoLTQuODI5Yy4wNDMgMi45MjIuODA1IDQuNTEgMi4zNSA0LjUxIi8+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODkuMzQ4IDUuMTIzKSI+CiAgICAgICAgICAgIDxtYXNrIGlkPSJkIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI2MiLz4KICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICA8cGF0aCBmaWxsPSIjMUQxRDFCIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0zLjc2LjkzNnY5Ljg0NmgtLjk5NFYuOTM2SC4yODdWLjExaDUuOTN2LjgyNXoiIG1hc2s9InVybCgjZCkiLz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=) !important;
    background-size: 96px 20px !important;
    background-position: 11px 9px !important; /* left offset and top offset */
    margin-right: 16px !important;
    width: 96px !important;
    -ms-flex: 0 0 107px !important;
        flex: 0 0 107px !important; /* 96px of width + 11px of left offset */
}

div#mkwtvk5q42u2 .mx8gripwtvk5 .m1fha9wtvk5u {
    display: none !important;
}

@media (min-width: 1100px) {
    div#mkwtvk5q42u2 .mx8gripwtvk5 .m1fha9wtvk5u {
        display: inline !important;
    }
}

div#mkwtvk5q42u2 .mx8gripwtvk5 .muvgewtvk52m {
    display: none !important;

    margin-left: 4px !important;

    opacity: 0.6 !important;
}

@media (min-width: 1100px) {
    div#mkwtvk5q42u2 .mx8gripwtvk5 .muvgewtvk52m {
        display: inline !important;
    }
}

div#mkwtvk5q42u2 .mx8gripwtvk5 .me78wchwtvk5 {
    padding-right: 6px !important;
    padding-left: 6px !important;
}

div#mkwtvk5q42u2 .mx8gripwtvk5 .m7o7wtvk59dr {
}

div#mkwtvk5q42u2 .mx8gripwtvk5 .mwtvk5ob0t1w {
    display: none !important;
}

@media (min-width: 880px) {
    div#mkwtvk5q42u2 .mx8gripwtvk5 .me78wchwtvk5 {
        padding-right: 18px !important;
        padding-left: 23px !important;
    }

    div#mkwtvk5q42u2 .mx8gripwtvk5 .m7o7wtvk59dr {
        display: none !important;
    }

    div#mkwtvk5q42u2 .mx8gripwtvk5 .mwtvk5ob0t1w {
        display: inline !important;
    }
}

div#mkwtvk5q42u2 .mt8wtvk5sn9w {
    background-color: #fadf76 !important;
    box-shadow: 0 1px 0 0 #d2c079 !important;
}

div#mkwtvk5q42u2 .mx8gripwtvk5:hover {
    background-color: #ffefa6 !important;
    box-shadow: 0 1px 0 0 #d2c079 !important;
}

div#mkwtvk5q42u2 .mt8wtvk5sn9w .m2ieq9wtvk5b {
    width: 67px !important;

    background-image: url("data:image/svg+xml,%3Csvg width='55' height='33' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0v33h46l9-17-9-16z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0v33h46l9-17-9-16z' fill='%23FFF' fill-rule='nonzero'/%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)' fill='%23DE3322' fill-rule='nonzero'%3E%3Cpath d='M38.074 12.832l-3.247-.397c-.765-.093-1.997-.616-2.596-1.104l-2.343-1.9C28.903 8.632 27.155 8 25.818 8h-8.41c-1.368 0-3.107.716-4.028 1.615l-2.648 2.523C9.744 13.101 9 14.804 9 16.078v2.303c0 1.616 1.445 2.99 3.224 2.99h1.39C14.107 22.856 15.57 24 17.293 24a3.907 3.907 0 0 0 3.68-2.63h8.193c.494 1.486 1.957 2.63 3.68 2.63s3.185-1.144 3.68-2.63h1.39a3.095 3.095 0 0 0 2.183-.866 2.94 2.94 0 0 0 .9-2.123v-2.303c0-1.62-1.277-3.045-2.926-3.246h.001zm-20.78 8.638c-.719-.018-1.292-.59-1.292-1.291s.573-1.274 1.291-1.292c.713.025 1.277.596 1.277 1.291s-.564 1.266-1.277 1.291v.001h.001zm15.553 0c-.718-.018-1.29-.59-1.29-1.291s.572-1.274 1.29-1.292c.713.025 1.277.596 1.277 1.291s-.564 1.266-1.277 1.291v.001zm5.677-3.09c0 .364-.393.39-.608.39H36.45c-.555-1.3-1.958-2.424-3.603-2.424-1.644 0-3.049 1.125-3.603 2.425h-8.347c-.556-1.3-1.96-2.425-3.604-2.425-1.644 0-3.049 1.125-3.603 2.425h-1.467c-.326 0-.747-.127-.747-.39v-2.303c0-.624.51-1.681 1.005-2.165l2.663-2.566c.461-.45 1.569-.933 2.264-.933h8.41c.747 0 1.914.453 2.458.895l2.344 1.9c.97.788 2.646 1.512 3.9 1.663l3.27.405c.368.045.734.438.734.801v2.303-.001z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;

    -ms-flex: 0 0 67px !important;

        flex: 0 0 67px !important;
}

div#mkwtvk5q42u2 .mt8wtvk5sn9w .mzf91awtvk50 {
    display: block !important;

    margin-right: 8px !important;

    -ms-flex: 1 0 100% !important;

        flex: 1 0 100% !important;
}

@media (min-width: 640px) {
    div#mkwtvk5q42u2 .mt8wtvk5sn9w .mzf91awtvk50 {
        display: inline !important;

        -ms-flex: unset !important;

            flex: unset !important;
    }
}

@media (min-width: 880px) {
    div#mkwtvk5q42u2 .mt8wtvk5sn9w .mzf91awtvk50 {
        display: -ms-flexbox !important;
        display: flex !important;

        -ms-flex-align: center !important;

            align-items: center !important;
    }
}

div#mkwtvk5q42u2 .mt8wtvk5sn9w .mnsrdmwtvk5w {
    display: inline !important;
}

@media (min-width: 880px) {
    div#mkwtvk5q42u2 .mt8wtvk5sn9w .mnsrdmwtvk5w {
        display: block !important;
    }
}

div#mkwtvk5q42u2 .mt8wtvk5sn9w .m78wtvk5linc {
    display: inline !important;

    margin-right: 3px !important;
    margin-left: 3px !important;

    font-weight: bold !important;
}

@media (min-width: 880px) {
    div#mkwtvk5q42u2 .mt8wtvk5sn9w .m78wtvk5linc {
        display: block !important;
        overflow: hidden !important;

        text-overflow: ellipsis !important;

        -ms-flex: 0 1 auto !important;

            flex: 0 1 auto !important;
    }
}

div#mkwtvk5q42u2 .mt8wtvk5sn9w .mrwz2i4wtvk5 {
    font-weight: bold !important;
}

div#mkwtvk5q42u2 .mt8wtvk5sn9w .me78wchwtvk5 {
    padding-right: 6px !important;
    padding-left: 6px !important;
}

div#mkwtvk5q42u2 .mt8wtvk5sn9w .m7o7wtvk59dr {
}

div#mkwtvk5q42u2 .mt8wtvk5sn9w .mwtvk5ob0t1w {
    display: none !important;
}

@media (min-width: 880px) {
    div#mkwtvk5q42u2 .mt8wtvk5sn9w .me78wchwtvk5 {
        padding-right: 18px !important;
        padding-left: 23px !important;
    }

    div#mkwtvk5q42u2 .mt8wtvk5sn9w .m7o7wtvk59dr {
        display: none !important;
    }

    div#mkwtvk5q42u2 .mt8wtvk5sn9w .mwtvk5ob0t1w {
        display: inline !important;
    }
}

div#mkwtvk5q42u2 .mev6owtvk5ub {
}

div#mkwtvk5q42u2 .mev6owtvk5ub .mwtvk5v17wp3 {
    width: 100% !important;

    transition: width 30s cubic-bezier(0.28, 0.65, 1, 0.86) !important;
}

div#mkwtvk5q42u2 .mjzwtvk5k6tr {
}

div#mkwtvk5q42u2 .mjzwtvk5k6tr .mjgwtvk54cjr {
    display: none !important;
}

div#mkwtvk5q42u2 .mjzwtvk5k6tr.mjzwtvk5k6tr .mwtvk5v17wp3 {
    /*specifity hack for duration abtest!!!*/
    width: 101% !important;

    transition: width 0.5s ease !important;
}

div#mkwtvk5q42u2 .mjzwtvk5k6tr .m6etwwtvk5aq {
    width: 2000px !important;
    height: 2000px !important;

    transition: width 1s 0.5s cubic-bezier(0.25, 0.53, 0.79, 0.48), height 1s 0.5s cubic-bezier(0.25, 0.53, 0.79, 0.48),
        opacity 1s 0.5s cubic-bezier(0.25, 0.1, 1, 0.21) !important;

    opacity: 0 !important;
}

div#mkwtvk5q42u2 .mjzwtvk5k6tr .m6vdwtvk5o61 {
    display: inline !important;
}

div#mkwtvk5q42u2 .mjzwtvk5k6tr .me7r2cwtvk52 {
    display: none !important;
}

div#mkwtvk5q42u2 .m2ddpwtvk5lt {
}

div#mkwtvk5q42u2 .m2ddpwtvk5lt .mv46x7wwtvk5 {
    display: inline-block !important;
}

div#mkwtvk5q42u2 .m7x8gugwtvk5 {
}

div#mkwtvk5q42u2 .m7x8gugwtvk5 .mhawtvk53nrx {
    display: inline-block !important;
}

div#mkwtvk5q42u2 .m7x8gugwtvk5 .muvgewtvk52m {
    display: inline-block !important;

    color: #666666 !important;
}

div#mkwtvk5q42u2 .mkwtvk5jqque {
    pointer-events: none !important;
}

div#mkwtvk5q42u2 .mkwtvk5jqque * {
    pointer-events: none !important;
}

div#mkwtvk5q42u2 .malm705wtvk5 {
    cursor: default !important;
}

div#mkwtvk5q42u2 .m343owtvk5x4 {
    background-color: #ffefa6 !important;
    box-shadow: 0 1px 0 0 #d2c079 !important;
}

/* v2 features */
div#mkwtvk5q42u2 .m6kwtvk58vxc {
    height: 48px !important;
    font-family: "Yandex Sans Text", Arial, sans-serif !important;
    box-shadow: none !important;
}

div#mkwtvk5q42u2 .m6kwtvk58vxc:hover {
    box-shadow: none !important;
}

div#mkwtvk5q42u2 .m6kwtvk58vxc .mpsf4gjwtvk5 {
    height: 48px !important;
}

div#mkwtvk5q42u2 .m6kwtvk58vxc .muyxrp6wtvk5 {
    line-height: 48px !important;
}

div#mkwtvk5q42u2 .m6kwtvk58vxc.m5wtvk5741ug .m2ieq9wtvk5b {
    width: 96px !important;
    -ms-flex: 0 0 107px !important;
        flex: 0 0 107px !important; /* 96px of width + 11px of left offset */
    background-size: 96px 20px !important;
    background-position: 11px 8px !important; /* left offset and top offset */
    margin-right: 16px !important;
    height: 32px !important;
}

div#mkwtvk5q42u2 .m6kwtvk58vxc.m5wtvk5741ug .mmhkcwtvk57y {
    width: 1px !important;
    height: 32px !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    opacity: 0.1 !important;
    background-color: #2b2b2b !important;
}

div#mkwtvk5q42u2 .m6kwtvk58vxc .m2behdwtvk5d {
    font-size: 9px !important;
    vertical-align: baseline !important;
}

div#mkwtvk5q42u2 .m6kwtvk58vxc .mij7uwtvk5ur {
    text-transform: uppercase !important;
}

div#mkwtvk5q42u2 .m6kwtvk58vxc.m5wtvk5741ug .mpp941qwtvk5 {
    padding-right: 0 !important;
}

div#mkwtvk5q42u2 .m6kwtvk58vxc .mppkok7wtvk5 {
    display: inline-block !important;
    width: 12px !important;
    height: 12px !important;
    margin-top: 0 !important;
    background-size: 12px 12px !important;
    vertical-align: middle !important;
    opacity: 1 !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' fill-rule='evenodd'%3E%3Cpath d='M8.818 7.412c.767 0 1.074-.3 1.074-1.19 0-.915-.306-1.188-1.073-1.188-.768 0-1.075.273-1.075 1.19 0 .887.307 1.188 1.074 1.188M8.773 8.63c-.892 0-1.213.395-1.213 1.256 0 .862.32 1.203 1.214 1.203.893 0 1.214-.343 1.214-1.205 0-.86-.32-1.257-1.214-1.257m.09 3.846c-2.103-.042-2.646-.808-2.646-2.356 0-1.045.07-1.84 1.003-2.202-.78-.57-.793-1.156-.793-1.63v-.474c.083-1.575.613-2.174 2.438-2.174 1.826 0 2.356.6 2.44 2.174v.474c0 .474-.015 1.06-.795 1.63.933.363 1.003 1.157 1.003 2.202 0 1.548-.544 2.314-2.65 2.356h.002zM12.295.418C11.972.098 11.57 0 11.11 0H4.892c-.46 0-.864.098-1.184.418L.544 3.624C.17 4 0 4.446 0 4.962v6.146c-.012.516.155.892.518 1.254l3.107 3.108c.363.363.767.53 1.268.53h6.216c.5 0 .905-.167 1.267-.53l3.108-3.108c.363-.348.516-.738.516-1.254V8.99c-.013-.18-.11-.28-.292-.28h-.933v.656c0 .488-.07.74-.488.74h-.42c-.416 0-.486-.252-.486-.74V8.71h-.654c-.488 0-.74-.07-.74-.487v-.446c0-.418.252-.488.74-.488h.655v-.657c0-.488.07-.74.488-.74h.42c.417 0 .487.252.487.74v.655h.933c.195 0 .293-.112.293-.32V4.96c0-.516-.18-.962-.543-1.338L12.294.418zM4.25 3.955h-1.27c-.487 0-.738.082-.738.478v.45c0 .398.25.48.738.48h.293c.183 0 .266.095.266.368v5.906c0 .478.084.725.49.725H4.5c.404 0 .487-.246.487-.724V4.433c0-.396-.25-.478-.74-.478z'/%3E%3C/svg%3E") !important;
}

div#mkwtvk5q42u2 .m6kwtvk58vxc.m5wtvk5741ug .mcrfqg9wtvk5 {
    padding-left: 11px !important;
    font-size: 10px !important;
    margin-top: 0 !important;
}

div#mkwtvk5q42u2 .m6kwtvk58vxc.m5wtvk5741ug .mopfb4dwtvk5 {
    width: 12px !important;
    height: 12px !important;
    background-size: 12px 12px !important;
}

div#mkwtvk5q42u2 .m6kwtvk58vxc.m5wtvk5741ug .mcrfqg9wtvk5:before {
    left: 146px !important;
}

div#mkwtvk5q42u2 .m6kwtvk58vxc.m5wtvk5741ug .move7x8wtvk5 {
    padding-left: 8px !important;
}


div#mkwtvk5q42u2 .m6kwtvk58vxc .mp0khxmwtvk5 {
    height: 32px !important;
    line-height: 30px !important;
}

div#mkwtvk5q42u2 .m6kwtvk58vxc:hover .mp0khxmwtvk5 {
    height: 32px !important;
    line-height: 30px !important;
    border-color: transparent !important;
}

div#mkwtvk5q42u2 .m6kwtvk58vxc .mvuk5sjwtvk5 {
    height: 32px !important;
    line-height: 32px !important;
}

div#mkwtvk5q42u2 .m6kwtvk58vxc .mvuk5sjwtvk5:before {
    border-width: 16px 0 16px 8px !important;
}

div#mkwtvk5q42u2 .m6kwtvk58vxc .move7x8wtvk5 {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
        flex-direction: column !important;
    text-align: left !important;
    -ms-flex-pack: center !important;
        justify-content: center !important;
}

div#mkwtvk5q42u2 .m6kwtvk58vxc .mgkjgg2wtvk5 {
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100% !important;
    height: 16px !important;
    padding-left: 16px !important;
}

div#mkwtvk5q42u2 .m6kwtvk58vxc .m1vouyywtvk5 {
    height: 14px !important;
}

div#mkwtvk5q42u2 .m6kwtvk58vxc .m1vouyywtvk5.mdfplfiwtvk5 {
    padding-top: 2px !important;
}

div#mkwtvk5q42u2 .m6kwtvk58vxc .m1vouyywtvk5 .mzf91awtvk50 {
    text-transform: uppercase !important;
    font-size: 9px !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}

div#mkwtvk5q42u2 .m6kwtvk58vxc .m1vouyywtvk5 .mmwtvk5wwkqc:hover,
div#mkwtvk5q42u2 .m6kwtvk58vxc .mgkjgg2wtvk5 .mac84ehwtvk5:hover {
    border-bottom: 1px solid rgba(43, 43, 43, 0.2) !important;
    cursor: pointer !important;
}

div#mkwtvk5q42u2 .m6kwtvk58vxc .m1vouyywtvk5 .mfhdxcwtvk5g {
    font-weight: bold !important;
}

div#mkwtvk5q42u2 .m6kwtvk58vxc .m78wtvk5linc {
    font-size: 13px !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-stretch: normal !important;
}

div#mkwtvk5q42u2 .m6kwtvk58vxc .myvr7ynwtvk5 {
    border-color: #fff !important;
}

div#mkwtvk5q42u2 .m6kwtvk58vxc .mvuk5sjwtvk5 {
    font-weight: bold !important;
}

div#mkwtvk5q42u2 .m6kwtvk58vxc.mx8gripwtvk5 .me78wchwtvk5 {
    padding-right: 6px !important;
    padding-left: 6px !important;
}

div#mkwtvk5q42u2 .m6kwtvk58vxc.mx8gripwtvk5 .m7o7wtvk59dr {
    display: block !important;
}

div#mkwtvk5q42u2 .m6kwtvk58vxc.mx8gripwtvk5 .mwtvk5ob0t1w {
    display: none !important;
}

@media (min-width: 600px) {
    div#mkwtvk5q42u2 .m6kwtvk58vxc .m1fha9wtvk5u {
        display: inline !important;
    }
}

@media (min-width: 1000px) {
    div#mkwtvk5q42u2 .m6kwtvk58vxc.mx8gripwtvk5 .me78wchwtvk5 {
        padding-right: 18px !important;
        padding-left: 23px !important;
    }

    div#mkwtvk5q42u2 .m6kwtvk58vxc.mx8gripwtvk5 .m7o7wtvk59dr {
        display: none !important;
    }

    div#mkwtvk5q42u2 .m6kwtvk58vxc.mx8gripwtvk5 .mwtvk5ob0t1w {
        display: inline !important;
    }
}

div#mkwtvk5q42u2 .m97n1apwtvk5,
div#mkwtvk5q42u2 .m97n1apwtvk5:visited {
    cursor: pointer !important;
    transition: color 0.25s ease-out, border-color 0.25s ease-out !important;
    text-decoration: none !important;

    color: #666699 !important;
    border: 0 !important;
    outline: 0 !important;

    font-family: Arial, sans-serif !important;
    line-height: inherit !important;
}

        div#mkwtvk5q42u2 .m97n1apwtvk5:hover,
        div#mkwtvk5q42u2 .m97n1apwtvk5:visited:hover {
            transition: none !important;

            color: #f61017 !important;
        }

        div#mkwtvk5q42u2 .m97n1apwtvk5:hover .m7ojll9wtvk5 {
            color: #f61017 !important;
        }

        div#mkwtvk5q42u2 .mb5exwtvk57e .m97n1apwtvk5:hover,
        div#mkwtvk5q42u2 .mb5exwtvk57e .m97n1apwtvk5:visited:hover {
             color: #db3727 !important;
        }

div#mkwtvk5q42u2 .maugd6bwtvk5,
div#mkwtvk5q42u2 .maugd6bwtvk5:visited {
    text-decoration: underline !important;
}

div#mkwtvk5q42u2 .mzwptrmwtvk5,
div#mkwtvk5q42u2 .mzwptrmwtvk5:visited {
    color: #007700 !important;
}

div#mkwtvk5q42u2 .m8vqqwtvk58y,
div#mkwtvk5q42u2 .m8vqqwtvk58y:visited {
    color: #2b2b2b !important;
}

div#mkwtvk5q42u2 .mtkqdyrwtvk5,
div#mkwtvk5q42u2 .mtkqdyrwtvk5:visited {
    color: #3757c5 !important;
}

div#mkwtvk5q42u2 .mkocwtvk5p8w,
div#mkwtvk5q42u2 .mkocwtvk5p8w:visited {
    color: #999999 !important;
}

        div#mkwtvk5q42u2 .mkocwtvk5p8w:hover,
        div#mkwtvk5q42u2 .mkocwtvk5p8w:visited:hover {
            color: #2b2b2b !important;
        }

        div#mkwtvk5q42u2 .mb5exwtvk57e .mkocwtvk5p8w:hover,
        div#mkwtvk5q42u2 .mb5exwtvk57e .mkocwtvk5p8w:visited:hover {
             color: #db3727 !important;
        }

div#mkwtvk5q42u2 .m96viw3wtvk5,
div#mkwtvk5q42u2 .m96viw3wtvk5:visited {
    color: #ffffff !important;
}

        div#mkwtvk5q42u2 .m96viw3wtvk5:hover,
        div#mkwtvk5q42u2 .m96viw3wtvk5:visited:hover {
            opacity: 0.5 !important;
            color: #ffffff !important;
        }

div#mkwtvk5q42u2 .m65rawtvk59e,
div#mkwtvk5q42u2 .m65rawtvk59e:visited {
    color: #f61017 !important;
}

div#mkwtvk5q42u2 .m8wtvk5jwev5 {
    transition: none !important;
}

div#mkwtvk5q42u2 .mn1kewtvk5d6,
div#mkwtvk5q42u2 .mn1kewtvk5d6:visited {
    color: #999999 !important;
}

        div#mkwtvk5q42u2 .mn1kewtvk5d6:hover,
        div#mkwtvk5q42u2 .mn1kewtvk5d6:visited:hover {
            color: #f61017 !important;
        }

div#mkwtvk5q42u2 .mhyvwtvk5cn7,
div#mkwtvk5q42u2 .mhyvwtvk5cn7:visited {
    color: #db3727 !important;
}
div#mkwtvk5q42u2 .m84nljdwtvk5 {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    overflow: hidden !important;

    margin-right: -40px !important;
    margin-bottom: 24px !important;
    margin-left: -40px !important;
    padding-right: 40px !important;
    padding-left: 24px !important;

    background-color: #f7f7f7 !important;
}

div#mkwtvk5q42u2 .mw6orufwtvk5 {
    float: left !important;

    margin-right: 16px !important;
    margin-left: 16px !important;
    padding-top: 13px !important;
    padding-bottom: 11px !important;

    border-bottom: 2px solid transparent !important;

    font-size: 12px !important;
    line-height: 14px !important;
}

div#mkwtvk5q42u2 .mciv7mwwtvk5 {
    border-bottom-color: #2b2b2b !important;
}

div#mkwtvk5q42u2 .mciv7mwwtvk5:hover,
div#mkwtvk5q42u2 .mciv7mwwtvk5:visited:hover {
    cursor: default !important;

    color: #2b2b2b !important;
}

div#mkwtvk5q42u2 .mfqwtvk5awqy {
}

div#mkwtvk5q42u2 .mfqwtvk5awqy .mciv7mwwtvk5 {
    border-bottom-color: #db3727 !important;
}

/*
A/B-testing SOVETNIK-13822
*/
div#mkwtvk5q42u2 .mk150aswtvk5 {
    height: 40px !important;
    margin-bottom: 0 !important;
}

div#mkwtvk5q42u2 .mk150aswtvk5 .mxwtvk5nv6a7 {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
        align-items: center !important;
}

div#mkwtvk5q42u2 .mk150aswtvk5 .mw6orufwtvk5 {
    font-family: 'Yandex Sans Text Regular', Arial, sans-serif !important;
    letter-spacing: 0.3px !important;
    text-transform: uppercase !important;
    font-size: 10px !important;
    line-height: 10px !important;
    padding-bottom: 14px !important;
}

div#mkwtvk5q42u2 .mk150aswtvk5 .mciv7mwwtvk5 {
    border-bottom-color: #999 !important;
}
/* End */


/* Start:/local/templates/neva-sport/components/bitrix/main.register/main_custom/style.css?17571581851158*/
div.bx-auth-reg input.bx-auth-input {vertical-align:middle;}
div.bx-auth-reg span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth-reg div.bx-auth-secure-icon {background-image:url(/local/templates/neva-sport/components/bitrix/main.register/main_custom/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth-reg div.bx-auth-secure-unlock {background-image:url(/local/templates/neva-sport/components/bitrix/main.register/main_custom/images/sec-unlocked.png);}
/*.module-form-block-wr .form-block label.error {color: #b92200; text-transform: none; margin-bottom: 10px; font-family: Arial, sans-serif;
display: block;
font-size: 12px;
margin:0px;
padding:0px;
position: relative;
top:4px;
}*/
/*.button-30{margin-top: 17px;}*/
.error-fld2 {
	position: absolute;
	top: 27px;
	left: 465px;
	float: right;
	height: 28px;
	padding: 3px 0 0 9px !important;
	color:#fff !important;
	width: 130px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/neva-sport/components/bitrix/main.register/main_custom/images/error.png);
}

.register__prop-notmain{
	display: none;
}

#input_PERSONAL_BIRTHDAY + img{
	position: absolute;
    right: 10px;
    top: 35px;
}


#registraion-page-form #input_LOGIN{
    display: none;
}

/* End */


/* Start:/local/templates/neva-sport/styles.css?175714367552*/
.footer-email-inc a{
    color: black!important;
}
/* End */


/* Start:/local/templates/neva-sport/template_styles.css?17569942696462*/
ul, ol{
	margin:auto;
}
header + a{
	margin-top: 55px;
	display: block;
}
/* Под рефактор  задача с каталог меню*/
/*.menu-item.unvisible.dropdown.td .wrap  .dropdown-menu {*/
/*	display: block; !* Элемент всегда занимает место *!*/
/*	opacity: 0; !* Скрыт *!*/
/*	visibility: hidden; !* Невидим *!*/
/*	transition: opacity 1.4s ease, visibility 0s 1s; !* Анимация прозрачности и видимости *!*/
/*}*/
/*.menu-item.unvisible.dropdown.td:hover .wrap .dropdown-menu {*/
/*	opacity: 1; !* Показывается с прозрачностью *!*/
/*	visibility: visible; !* Делаем видимым *!*/
/*	transition: opacity 1.4s ease, visibility 0s;*/
/*}*/
.mega-menu .table .td:not(.wide_menu) .dropdown-submenu:hover .dropdown-menu{
	opacity: 1; /* Показывается с прозрачностью */
	visibility: visible; /* Делаем видимым */
	transition: opacity 1.4s ease, visibility 0s;
}
.menu-item.unvisible.dropdown.td:hover .wrap .dropdown-menu {
	opacity: 1; /* Показывается с прозрачностью */
	visibility: visible; /* Делаем видимым */
	transition: opacity 1.4s ease, visibility 0s;
}
/* Под рефактор  задача с каталог меню*/
.info-page-template-text-fix-style-text img {
	object-fit: none;
}
@media (max-width: 768px) {
	.main-banner {
		height: auto!important;
	}
	.main-banner swiper-container {
		max-height: max-content!important;
	}
	.main-banner a{
		width: 100%;
	}
	.catalog-category-card img{
		max-width: 250px!important;
		width: auto!important;
	}
	.menu-item.unvisible.dropdown.td &gt; .wrap  .dropdown-menu {
		display: none;
	}
}
.catalog-cards-wrapper .cards .cards-wrap-photo-hit .hit-follow{
	z-index: 11;
}
.breadcrumbs-list{
    align-items: center;
}
.popup-window .popup-window-close-icon.popup-window-titlebar-close-icon:hover{
    background: none;
}
.popup-window .popup-window-close-icon.popup-window-titlebar-close-icon:hover:after{
        background-position: 0;
}

.popup-window .popup-window-close-icon.popup-window-titlebar-close-icon:hover:after{
	background-position: 0;
}
.main-banner {
	height: 450px;
}
.main-swiper-js-banner .main-banner swiper-slide img{
	height: auto;
}


.main-cart-wrapper .product-sliders{
	margin: 100px 0 0;
}
.list-of-brands-section-five .list-of-brands-swiper{
	padding-top: 100px;
	margin-top: 0;
	margin-bottom: 0;
}
.list-of-brands-section-five .list-of-brands-swiper{
	max-height: 200px;
	height: 200px;
}
.product-sliders-news{
	max-height: 500px;
}
.product-sliders-news swiper-slide{
	max-height: 580px;
}

#bonus_payment_block{
	display: flex;
	flex-direction: column;
	width: 100%;
}

.fixed--polit{
	align-items: flex-start!important;
	margin-bottom: 20px!important;
	font-size: 11px;
	font-weight: 500;
	line-height: 13px;
	color: #818181;
	display: flex;
	gap: 5px;
}
.fixed--polit a{
	color: #818181;
	border-bottom: 1px solid;
}

#bonus_payment_block .bx-soa-section-content{
	overflow: hidden;
	background: var(--color-block-header);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 10px 30px;
	min-height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-placing-order-wrapper{
	flex-wrap: wrap;
}

.bx-soa-cart-total-fixed{
	display: none;
}
.product-sliders swiper-container::part(container){
	max-height: 580px;
	min-height: 580px;
}


.modal-wrapper {
	position: fixed;
	top: 0;
	left: 0;

	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	/*visibility: hidden;*/
	display: none;
	z-index: 999;
}
.modal-window {
	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: 999;
}

.js-secret-popup .modal-window {
	background: #333 url(https://babolat-shop.ru/landings/modal/create-self-image-68-2.jpg) 48% no-repeat;
	background-size: cover;
}

.js-delivery-popup .modal-window__title
{
	font-size: 35px;
}

.modal-window__content {
	color: #fff;
	padding: 30px;
}
.modal-window__content h2{
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #130F0E;
	padding: 0;
	margin-bottom: 20px;
}
.modal-window__content p{
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	color: #130F0E;
	text-align: justify;
}

.modal-window__title {
	font-size: 44px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	line-height: 42px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-transform: uppercase;
}
.modal-window__title:after {
	display: block;
	content: '';
	width: 150px;
	height: 3px;
	background: #fff;
	/*        margin-bottom: 20px;*/
	margin-top: 20px;
}
.modal-window__text {
	font-size: 24px;
	margin-bottom: 30px;
	white-space: pre-wrap;
	text-align: center;
	color: #eee;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.modal-window__btn {
	font-size: 20px;
	padding: 10px 20px 10px 20px;
	background: #f34c46;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	transition: ease-out 0.5s;
	width: 100%;
}
.modal-window__btn:hover {
	background: #fff;
	color: #000;
	transition: ease-out 0.5s;

}
.modal-window__link{
	text-decoration: none;
	color: #333;
}


.modal-window__close {
	position: absolute;
	right: 7px;
	top: 7px;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	color: #ddd;
	width: 36px;
	line-height: 36px;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	content: url("/local/templates/neva-sport/../img/close-modal.svg");
}
.modal-active{
	display: flex;
}


.label_block_auth{
	font-size: 11px;
	font-weight: 500;
	line-height: 13px;
	color: #818181;
	margin: 0;
	align-items: flex-end;
	gap: 5px;
	display: flex;
}
.label_block_auth a {
	font-size: 11px;
	font-weight: 500;
	line-height: 13px;
	color: #818181;
	text-decoration: underline;
}

.footer-oplata-info{
	margin-top: auto;
	margin-bottom: 20px;
}
@media (max-width: 768px) {
	.footer-oplata-info {
		margin-top: 30px;
		margin-bottom: 0;
		max-width: 160px;
	}
	.footer-top{
		margin-bottom: 10px;
	}
}



/*# ************************************* */



/*# ************************************* */
.mega-menu .table .td:hover > .wrap > .dropdown-menu{
    background: white;
}
/* End */
/* /local/templates/neva-sport/css/main.css?1758112799218311 */
/* /local/templates/neva-sport/components/bitrix/sale.basket.basket.line/top/style.css?17571451454401 */
/* /local/templates/neva-sport/components/bitrix/search.title/corp/style.css?17319753091499 */
/* /local/templates/neva-sport/components/bitrix/news.list/through_banners/style.css?17571392982525 */
/* /local/templates/neva-sport/components/bitrix/sender.subscribe/home_sender_subscribe/style.css?17316661194802 */
/* /bitrix/components/abricos/antisovetnik/templates/.default/style.css?160812785257356 */
/* /local/templates/neva-sport/components/bitrix/main.register/main_custom/style.css?17571581851158 */
/* /local/templates/neva-sport/styles.css?175714367552 */
/* /local/templates/neva-sport/template_styles.css?17569942696462 */
