body{
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #323232;
    font-family: "ony one", sans-serif;
    margin-top: 235px;
}

body.template-is-index{
    margin-top: 0;
}

@media (max-width: 1550px){
    body{
        margin-top: 170px;
    }
}

@media (max-width: 1200px){
    body{
        margin-top: 210px;
    }
}

@media (max-width: 579px){
    body{
        margin-top: 170px;
    }
}

html{
}

.container {
    max-width: 1920px;
    padding-left: 50px;
    padding-right: 50px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1200px){
    .container{
        padding-left:  30px;
        padding-right: 30px;
    }
}

@media (max-width: 579px){
    .container{
        padding-left: 15px;
        padding-right: 15px;
    }
}

a,
a.nav-link{
    color: #293484;
    transition: .4s;
}

a:hover,
a.nav-link:hover,
a.nav-link:focus{
    color: #f55555;
}

b{
    font-weight: bold;
}


/* BOOTSTRAP CUSTOM
================================
================================*/
.btn{
    position: relative;
    height: 60px;
    border-radius: 0;
    line-height: 1;
    display: flex;
    justify-content: start;
    column-gap: 5px;
    padding: .5rem .5rem;
    padding-right: 1.25rem;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    align-items: end;
    text-align: start;
    line-height: 1.2;
}

.btn::after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: .5rem;
    right: .5rem;
    mask-image: url(arrow-angle-button.svg);
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    mask-repeat: no-repeat;
    mask-position: center;
}

.btn:focus{
    box-shadow: none;
}

@media (max-width: 579px){
    .btn{
        height: 50px;
        font-size: 16px;
        border-radius: 0;
    }
    .btn::after{
        top: .75rem;
        right: .75rem;
    }
}

.btn:focus{
    box-shadow: 0 0 0 .25rem rgba(204, 204, 204, .5);
}

.btn-red {
    --bs-btn-color: #fff;
    --bs-btn-bg: #EA1F29;
    --bs-btn-border-color: #EA1F29;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #F94141;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #F94141;
    --bs-btn-active-border-color: #F94141;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #EA1F29;
    --bs-btn-disabled-border-color: #EA1F29
}
.btn-blue {
    --bs-btn-color: #fff;
    --bs-btn-bg: #293484;
    --bs-btn-border-color: #293484;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2F3C9D;
    --bs-btn-hover-border-color: #2F3C9D;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2F3C9D;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #293484;
    --bs-btn-disabled-border-color: #293484
}
.btn-light {
    --bs-btn-color: #293484;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #293484;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #293484;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #293484;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-light::after{
    background-color: #293484;
}

/* FONT FAMILY
================================
================================*/
.fonts{
    font-family: fonts-title ;
}

/* FONT WEIGHT
================================
================================*/
.fw-100{
    font-weight: 100 !important;
}
.fw-200{
    font-weight: 200 !important;
}
.fw-300{
    font-weight: 300 !important;
}
.fw-400{
    font-weight: 400 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-700{
    font-weight: 700 !important;
}
.fw-800{
    font-weight: 800 !important;
}
.fw-900{
    font-weight: 900 !important;
}

/* FONT SIZE 
================================
================================*/


/* LOST CSS
================================
================================*/


/* COLOR & BACKGROUND
================================
================================*/


/* MOBILE NAV SWIPE 
================================
================================*/

/* DYNAMIC - CART */
#dynamicCart{
    padding: 0;
}

#dynamicCart .dynamic-side-header{
    display: flex;
    align-items: end;
}

.dynamic-side-title{
    font-family: cska;
    font-size: 84px;
    line-height: .75;
    text-transform: uppercase;
    color: #293484;
    padding-left: 2rem;
}

.js-dynamic-close{
    width: 100px;
    height: 100px;
    background-color: #E9EBEE;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#dynamicCart .dynamic-side-body{
    display: flex;
    flex-direction: column;
    height: calc(100% - 100px);
}

.dynamic-side-cart-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    background-color: #F2F3F5;
    margin-top: 1.5rem;
}

.dynamic-side-cart-header-count{
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #293484;
}

.dynamic-side-cart-header-clear{
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #293484;
}

.dynamic-side-cart-bottom{
    margin-top: auto;
}

.dynamic-side-cart-bottom-total{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .9rem 2rem;
    background-color: #F2F3F5;
    text-transform: uppercase;
    color: #293484;
    font-weight: 500;
    font-size: 22px;
}

.dynamic-side-cart-bottom .btn{
    height: 110px;
    width: 100%;
    padding: .75rem .75rem;
}

.dynamic-side-cart-bottom .btn::after{
    top: .75rem;
    right: .75rem;
}

/* box-item-side */
.box-side-item{
    padding-top: 1.25rem;
    border-bottom: 2px solid #F2F3F5;
}

.box-side-item .cover{
    display: block;
    aspect-ratio: 3/4;
}

.box-side-item .cover img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box-side-item-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.dynamic-side-cart-list{
    /*height: calc(100% - 170px);*/
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.box-side-item-title-price,
.box-side-item-qty-remove{
    display: flex;
    align-items: start;
    justify-content: space-between;
    column-gap: 1rem;
}

.box-side-item-title-price{
    padding-right: 1rem;
}

.box-side-item-title{
    text-decoration: none;
    color: #293484;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
}

.box-side-item-price{
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #293484;
    white-space: nowrap;
}

.box-side-item-variants{
    margin: .5rem 0;
    display: flex;
    flex-direction: column;
    row-gap: .75rem;
}

.box-side-item-variant{
    display: flex;
    align-items: center;
    column-gap: .25rem;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: .85;
}

.box-side-item-variant .text{
    color: #9DA0B2;
}

.box-side-item-variant .value{
    color: #293484;
}

/* quantity */
.quantity{
    display: grid;
    grid-template-columns: 30px 30px 30px;
    column-gap: .5rem;
}

.quantity .btn-qty,
.quantity input{
    height: 30px;
    border: 0;
    text-align: center;
    padding: 0;
}

.quantity .btn-qty{
    background-color: transparent;
    font-size: 26px;
    color: #293484;
    line-height: .85;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.quantity input{
    font-size: 18px;
    font-weight: 500;
    width: 30px;
}

.box-side-item-qty-remove{
    margin-top: .5rem;
}

.box-side-item-remove{
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #E9EBEE;
}

@media (max-width: 1550px){
    .dynamic-side-title{
        font-size: 72px;
    }
}

@media (max-width: 1200px){
    .dynamic-side-title{
        font-size: 64px;
    }
    .js-dynamic-close{
        width: 80px;
        height: 80px;
    }
    .dynamic-side-cart-header{
        padding: 1rem 2rem;
    }
    #dynamicCart .dynamic-side-body{
        height: calc(100% - 80px);
    }
}

@media (max-width: 579px){
    .dynamic-side-title{
        font-size: 48px;
        padding-left: 1rem;
    }
    .js-dynamic-close{
        width: 48px;
        height: 48px;
    }

    #dynamicCart .dynamic-side-body{
        height: calc(100% - 48px);
    }

    .dynamic-side-cart-header{
        padding: 1rem 1rem;
    }
    .dynamic-side-cart-header-count,
    .dynamic-side-cart-header-clear{
        font-size: 14px;
    }
    .box-side-item-title,
    .box-side-item-price{
        font-size: 14px;
    }

    .box-side-item-variants{
        row-gap: .5rem;
    }

    .box-side-item-variant{
        font-size: 12px;
    }

    .quantity .btn-qty{
        font-size: 24px;
    }
    .quantity input{
        font-size: 16px;
    }

    .box-side-item-remove{
        width: 32px;
        height: 32px;
    }

    .dynamic-side-cart-bottom-total{
        font-size: 18px;
        padding: 1rem 1rem;
    }

    .dynamic-side-cart-bottom .btn{
        height: 86px;
    }
}

/* HEADER 
================================
================================*/
header{
    position: fixed;
    top: 0;
    left: auto;
    right: auto;
    margin: auto;
    z-index: 2;
    overflow: hidden;
}

body.template-is-index header{
    position: fixed;
}

header .container{
    padding-left: 30px;
    padding-right: 30px;
}

.header-wrapper{
    display: flex;
    column-gap: .5rem;
    padding: 1.15rem 0;
}

.header-burger {
    position: relative;
    width: 38px;
    height: 38px;
    display: block;
    cursor: pointer;
}

.header-burger i {
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #293484;
    display: block;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), 
                top 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
                background-color 0.3s ease;
    left: 0;
    top: 50%;
    transform-origin: center;
    transition: .4s;
}

body.template-is-index .header-burger i{
    background-color: white;
}

.header-burger:hover i {
    background-color: #f55555;
}

/* Состояние закрыто (гамбургер) */
.header-burger[aria-expanded="false"] i:first-child {
    top: calc(50% - 7px);
    transform: rotate(0deg);
}

.header-burger[aria-expanded="false"] i:last-child {
    top: calc(50% + 7px);
    transform: rotate(0deg);
}

/* Состояние открыто (крестик) */
.header-burger[aria-expanded="true"] i:first-child,
.header-burger[aria-expanded="true"] i:last-child {
    top: 50%;
}

.header-burger[aria-expanded="true"] i:first-child {
    transform: translateY(-50%) rotate(45deg);
}

.header-burger[aria-expanded="true"] i:last-child {
    transform: translateY(-50%) rotate(-45deg);
}


@media (max-width: 1550px){
    header .container{
        padding-left:  15px;
        padding-right: 15px;
    }
    .header-wrapper{
        padding: .75rem 0;
    }

    .header-burger{
        width: 26px;
        height: 26px;
    }
    .header-burger[aria-expanded="false"] i:first-child {
        top: calc(50% - 5px);
    }

    .header-burger[aria-expanded="false"] i:last-child {
        top: calc(50% + 5px);
    }

}

@media (max-width: 579px){
    .header-wrapper{
        flex-wrap: wrap;
    }
}



/* logo */
.header-logo{
    margin-top: -1rem;
    display: block;
}

.header-logo img{
    width: 205px;
    transition: .3s ease-in-out;
    object-fit: contain;
}

@media (max-width: 1550px){
    .header-logo img{
        width: 134px;
    }
}

@media (max-width: 1200px){
    .header-logo img{
        width: 104px;
    }
}

@media (max-width: 579px){
    .header-logo{
        margin-top: -.5rem;
    }
    .header-logo img{
        width: 102px;
        width: 102px;
    }
}

/* header info */
.header-info-menu{
    position: relative;
    /*padding: .5rem 0;*/
    display: flex;
    flex-direction: column;
    /*row-gap: 2rem;*/
}

.header-info{
    display: flex;
    align-items: center;
    column-gap: 1.25rem;
    transition: 0.3s ease-in-out;
}

.nav-info-contants li a{
    color: #293484;
    padding: 0;
    font-size: 12px;
}
body.template-is-index .nav-info-contants li a{
    color: white;
}
body.template-is-index .nav-info-contants li a:hover{
    color: #f55555;
}

@media (max-width: 1550px){
    .header-info{
        margin-top: 1rem;
    }
}

/* cups */
.nav-info-cups{
    column-gap: .9rem;
    border-right: 2px solid #293484;
    padding-right: 1.5rem;
}

.nav-info-cups li img{
    height: 25px;
    object-fit: contain;
}

body.template-is-index .nav-info-cups li img{
    filter: brightness(0) invert(1);
}
body.template-is-index .nav-info-cups{
    border-right-color: white;
}

@media (max-width: 1550px){
    .nav-info-cups li img{
        height: 20px;
    }
}

/* header contacts */
.nav-info-contants{
    column-gap: 1.5rem;
}

/* header menu */
.header-menu{
    margin-top: 2rem;
    transition: 0.3s ease-in-out;
}

.nav-menu-catalog{
    column-gap: 1.35rem;
}

.nav-menu-catalog li a{
    padding: 0;
    color: #293484;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}

body.template-is-index .nav-menu-catalog li a{
    color: white;
}

body.template-is-index .nav-menu-catalog li a:hover{
    color: #f55555;
}

@media (max-width: 1550px){
    .header-menu{
        margin-top: 1rem;
    }

    .nav-menu-catalog{
        column-gap: .5rem;
    }
    .nav-menu-catalog li a{
        font-size: 15px;
    }
}

@media (max-width: 1200px){
    .nav-menu-catalog li a{
        font-size: 14px;
    }
}

/* header tools */
.header-tools-buttons{
    display: flex;
    flex-direction: column;
    /*row-gap: 2rem;*/
    transition: 0.3s ease-in-out;
}

.nav-header-tools{
    column-gap: 1.4rem;
    justify-content: end;
    flex-wrap: nowrap;
}

.nav-header-tools li a{
    position: relative;
    padding: 0;
    color: #293484;
    display: flex;
    align-items: center;
    column-gap: .5rem;
}

body.template-is-index .nav-header-tools li a{
    color: white;
}
body.template-is-index .nav-header-tools li a:hover{
    color: #f55555;
}

.nav-header-tools li a svg path{
    transition: 0.3s ease-in-out;
}

.nav-header-tools li a svg path{
    fill: #293484;
}

body.template-is-index .nav-header-tools li a svg path{
    fill: #F2F3F5;
}
body.template-is-index .nav-header-tools li a:hover svg path{
    fill: #f55555;
}

.nav-header-tools li a:hover svg path{
    fill: #f55555;
}

.nav-header-tools li a span[data-cartman-items-count]{
    position: absolute;
    width: 100%;
    height: 100%;
}

.nav-header-tools li a .count{
    position: absolute;
    top: 0;
    right: 0;

    color: #fff;
    background-color: #EA1F29;
    height: 18px;
    min-width: 18px;
    border-radius: 50%;
    top: -6px;
    right: -11px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

@media (max-width: 1550px){
    .nav-header-tools{
        column-gap: 1rem;
    }
    .nav-header-tools li a img,
    .nav-header-tools li a svg{
        width: 20px;
        height: 20px;
    }
}

/* header buttons */
.header-buttons{
    display: flex;
    align-items: center;
    margin-top: 2rem;
    transition: 0.3s ease-in-out;
}

.header-buttons .btn{
    height: 110px;
}

.header-buttons .btn:focus{
    box-shadow: none;
}

@media (max-width: 1550px){
    .header-buttons .btn{
        height: 84px;
        font-size: 12px;
    }
}

@media (max-width: 1200px){
    .header-buttons-mob-top{
        display: flex;
        align-items: center;
        transition: .3s ease-in-out;
        margin-bottom: .25rem;
    }
    .header-buttons-mob-top .btn{
        width: 100%;
        height: 50px;
        font-size: 12px;
    }
}


/* HEADER COLLAPSE */
.header-collapse-menu{
    position: absolute;
    top: -100px;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin-left: 1rem;
    margin-top: auto;
    margin-bottom: auto;
    will-change: transform;
    transition: .3s;
}

.nav-menu-collapse{
    column-gap: 2rem;
}

.nav-menu-collapse li a{
    padding: 0;
    font-size: 35px;
    line-height: .85;
    font-family: cska;
    font-weight: 500;
    text-transform: uppercase;
    color: #9DA0B2;
}

.nav-menu-collapse li:first-child a{
    color: #293484;
}

.nav-menu-collapse li a:hover,
.nav-menu-collapse li a:focus{
    color: #f55555;
}

.header-collapse{
    height: calc(100vh - 86px);
    background-image: url(header-collapse-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-color: white;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

#headerCollapse.collapsing{
    opacity: 0;
    transition: 0.3s ease-in-out;
}

#headerCollapse.collapse.show{
    opacity: 1;
    transition: 0.3s ease-in-out;
}

#headerCollapse{
    background-color: white;
}

.header-collapse-content{
    background-color: #f2f3f5;
    padding: 2rem 0;
    height: calc(100vh - 155px - 86px);
}

.header-collapse-content .nav-menu-title{
    color: #293484;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: .85rem;
}

.header-collapse-content .nav-menu-link{
    row-gap: .65rem;
}

.header-collapse-content .nav-menu-link li a{
    font-size: 18px;
    color: #757583;
}

.box-header-collapse-phone{
    padding: 4rem 2rem 6rem 2rem;
    background-color: white;
}

.box-header-collapse-phone .text,
.header-collapse-socials .text{
    font-weight: 400;
    color: #757583;
}

.box-header-collapse-phone a.phone{
    font-weight: 500;
    font-size: 28px;
    color: #293484;
    margin-top: .5rem;
    text-decoration: none;
    display: inline-block;
}

.header-collapse-band{
    height: 135px;
    width: 100%;
    background-color: #293484;
}

.header-collapse-socials{
    padding: 2rem 2rem;
}

.header-collapse-socials .nav-socials{
    margin-top: 1rem;
}

.header-collapse-socials .nav-socials li a svg path{
    fill: #293484;
}

.header-collapse-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
}

.nav-header-collapse-bottom-link{
    flex-direction: column;
    row-gap: .5rem;
}

.nav-header-collapse-bottom-link li a{
    padding: 0;
    font-size: 16px;
    color: #757583;
}

.header-collapse-bottom .nav-info-cups li img{
    filter: unset;
    height: 32px;
    object-fit: contain;
}

@media (max-width: 1200px){
    .box-header-collapse-phone{
        padding: 3rem 1rem 5rem 1rem;
    }
    .box-header-collapse-phone a.phone{
        font-size: 22px;
    }
    .header-collapse-content .nav-menu-link li a{
        font-size: 16px;
    }

    .header-collapse-content .container,
    .header-collapse .container{
        padding-right: 0;
    }
}

@media (max-width: 920px){
    .header-info-menu{
        width: 100%;
    }

    .header-collapse-menu{
        position: absolute;
        top: auto;
        left: -100%;
        /*right: auto;*/
        bottom: auto;
        height: 0;
    }
    header:has(.header-burger[aria-expanded="true"]) .header-collapse-menu{
        margin-left: 0;
        overflow-x: auto;
        padding-bottom: 1rem;
        left: 0;
        height: 100%;
    }

    .header-collapse-menu .nav-menu-collapse{
        margin-top: 1.5rem;
    }

    .nav-menu-collapse{
        flex-wrap: nowrap;
    }
    .nav-menu-collapse li a{
        text-wrap: nowrap;
        font-size: 26px;
    }

    .header-collapse{
        overflow-y: auto;
        overflow-x: hidden;
        padding-bottom: 2rem;
        height: calc(100vh - 50px - 64px - .25rem);
    }

    .header-collapse-content{
        height: auto;
    }

    .box-header-collapse-phone{
        padding: 3rem 1rem 6rem 1rem;
    }

    .header-collapse-band{
        height: 84px;
    }

    .header-collapse-socials{
        border-bottom: 1px solid #ccc;
        padding: 1.5rem 1rem;
    }

    .header-collapse-socials .text{
        font-size: 14px;
    }

    .header-collapse-socials .nav-socials li a img,
    .header-collapse-socials .nav-socials li a svg{
        width: 28px;
        height: 28px;
    }

    .header-collapse-bottom{
        flex-direction: column;
        align-items: start;
        row-gap: 2rem;
        padding: 1rem 0;
    }

    .header-collapse-bottom .nav-info-cups li img{
        height: 22px;
    }

    .nav-header-collapse-bottom-link li a{
        font-size: 12px;
    }
}

@media (max-width: 850px){
    .header-collapse-menu .nav-menu-collapse{
        margin-top: 1rem;
    }
}

@media (max-width: 579px){
    .header-collapse{
        height: calc(100vh - 160px);
    }

    .header-collapse-content{
        height: auto;
        padding: 0;
        background-color: unset;
        margin: .25rem 0 2rem 0;
    }

    .header-collapse-menu .nav-menu-collapse{
        margin-top: 1.5rem;
    }

    .header-collapse-content .container,
    .header-collapse .container{
        padding-left: 0;
    }

    .header-collapse-content .nav-menu-title{
        position: relative;
        padding: 1rem;
        border-bottom: 2px solid #DFE1EA;
        background-color: #F2F3F5;
        width: 100%;
        margin-bottom: 0;
        font-size: 15px;
    }

    .header-collapse-content .nav-menu-title::after{
        position: absolute;
        content: '';
        width: 15px;
        height: 11px;
        top: 0;
        right: 1rem;
        bottom: 0;
        margin: auto;
        background-image: url(arrow-right-night.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .header-collapse-bottom{
        padding: 1rem;
    }
}

/* HEADER SCROLLING */
header.scrolling{
    background-color: #fff;
    box-shadow: 0 6px 80px #2121211a;
}

header.scrolling,
header:has(.header-burger[aria-expanded="true"]){
    background-color: white;
}

header.scrolling .header-wrapper,
header:has(.header-burger[aria-expanded="true"]) .header-wrapper{
    padding: 0;
    align-items: center;
}

header.scrolling .header-burger i,
header:has(.header-burger[aria-expanded="true"]) .header-burger i{
    background-color: #293484;
}

header.scrolling .header-burger:hover i,
header:has(.header-burger[aria-expanded="true"]) .header-burger:hover i{
    background-color: #f55555;
}

header.scrolling .header-logo,
header:has(.header-burger[aria-expanded="true"]) .header-logo{
    margin-top: 0;
}

header.scrolling .header-logo img,
header:has(.header-burger[aria-expanded="true"]) .header-logo img{
    width: 75px;
}

header.scrolling .header-info,
header:has(.header-burger[aria-expanded="true"]) .header-info{
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

header.scrolling .breadcrumbs,
header:has(.header-burger[aria-expanded="true"]) .breadcrumbs{
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

header.scrolling .nav-menu-catalog li a,
header:has(.header-burger[aria-expanded="true"]) .nav-menu-catalog li a{
    color: #293484;
}

header.scrolling .nav-menu-catalog li a:hover,
header:has(.header-burger[aria-expanded="true"]) .nav-menu-catalog li a:hover{
    color: #f55555;
}

header.scrolling .header-tools-buttons,
header:has(.header-burger[aria-expanded="true"]) .header-tools-buttons{
    flex-direction: row-reverse;
    column-gap: 1.5rem;
    align-items: center;
}

header.scrolling .header-menu,
header:has(.header-burger[aria-expanded="true"]) .header-menu{
    margin-top: 0;
    transition: .3s ease-in-out;
}

header.scrolling .header-buttons,
header:has(.header-burger[aria-expanded="true"]) .header-buttons{
    margin-top: 0;
}

header.scrolling .header-buttons .btn,
header:has(.header-burger[aria-expanded="true"]) .header-buttons .btn{
    height: 86px;
    width: 136px;
    line-height: 1.4;
}

header.scrolling .nav-header-tools li a svg path,
header:has(.header-burger[aria-expanded="true"]) .nav-header-tools li a svg path{
    fill: #293484;
}

header.scrolling .nav-header-tools li a:hover svg path,
header:has(.header-burger[aria-expanded="true"]) .nav-header-tools li a:hover svg path{
    fill: #f55555;
}

header.scrolling .nav-header-tools li a,
header:has(.header-burger[aria-expanded="true"]) .nav-header-tools li a{
    color: #293484;
}

header.scrolling .nav-header-tools li a:hover,
header:has(.header-burger[aria-expanded="true"]) .nav-header-tools li a:hover{
    color: #f55555;
}

@media (max-width: 1550px){
    header.scrolling .header-tools-buttons,
    header:has(.header-burger[aria-expanded="true"]) .header-tools-buttons{
        column-gap: .75rem;
    }
    header.scrolling .header-logo img,
    header:has(.header-burger[aria-expanded="true"]) .header-logo img{
        width: 64px;
    }
}

@media (max-width: 1200px){
    header.scrolling .header-buttons .btn,
    header:has(.header-burger[aria-expanded="true"]) .header-buttons .btn{
        height: 70px;
        width: 95px;
        line-height: 1.4;
    }
}

@media (max-width: 920px){
    header.scrolling .header-wrapper,
    header:has(.header-burger[aria-expanded="true"]) .header-wrapper{
        padding-bottom: .35rem;
    }
    header.scrolling .header-logo,
    header:has(.header-burger[aria-expanded="true"]) .header-logo{
        margin-top: 0;
    }
    header.scrolling .header-logo img,
    header:has(.header-burger[aria-expanded="true"]) .header-logo img{
        width: 48px;
    }
}

/* header collapse true */
header:has(.header-burger[aria-expanded="true"]) .header-menu{
    opacity: 0;
    visibility: hidden;
    height: 0;
}
header:has(.header-burger[aria-expanded="true"]) .header-collapse-menu{
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    height: 100%;
}

body:has(header .header-burger[aria-expanded="true"]){
    /*overflow: hidden;*/
}

/* NAVIGATION
================================
================================*/


/* MAIN INDEX 
================================
================================*/
.main-slider{
    height: calc(100vh - 80px);
    height: calc(100svh - 80px);
    height: calc(100dvh - 80px);
    max-height: 940px;
    background-color: black;
}

.main-slider .swiper-slide .cover{
    position: relative;
    width: 100%;
    height: 100%;
}

.main-slider .swiper-slide .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-slider .swiper-slide .cover::after{
    //background: #000;
    content: "";
    height: 100%;
    left: 0;
   // opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.main-slider-info{
    position: absolute;
    bottom: 5rem;
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 6fr 4fr;
    align-items: end;
    column-gap: 1rem;
    z-index: 2;
}

.main-slider-info-content{
    grid-column: 2/3;
}

.main-slider-info-content-desc{
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.4px;
    margin-top: 1.5rem;
}

.main-slider-info-content{
    position: relative;
    color: white;
    z-index: 2;
}

.main-slider-info-content-title{
    font-size: 176px;
    font-family: "cska";
    text-transform: uppercase;
    line-height: .85;
}

.main-slider-info-buttons{
    display: flex;
    align-items: center;
    column-gap: 0;
    justify-content: end;
}

.main-slider-info-buttons .btn{
    height: 124px;
    font-size: 18px;
}

.main-slider-info-buttons .btn:focus{
    box-shadow: none;
}

@media (max-width: 1550px){
    .main-slider-info-content-title{
        font-size: 135px;
    }
    .main-slider-info-buttons .btn{
        height: 110px;
    }
}

@media (max-width: 1200px){
    .main-slider-info{
        display: grid;
        grid-template-columns: 3fr 1.5fr;
    }
    .main-slider-info-content{
        grid-column: 1/2;
    }
    .main-slider-info-content-title{
        font-size: 100px;
    }
    .main-slider-info-content-desc{
        font-size: 18px;
    }
    .main-slider-info-buttons .btn{
        font-size: 14px;
    }
}

@media (max-width: 920px){
    .main-slider-info{
        display: flex;
        flex-direction: column;
        row-gap: 2.5rem;
        bottom: 4rem;
        align-items: start;
    }

    .main-slider-info-content-title{
        font-size: 74px;
    }
    .main-slider-info-content-desc{
        font-size: 14px;
    }

    .main-slider-info-buttons{
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .main-slider-info-buttons .btn{
        width: 100%;
        height: 84px;
        font-size: 12px;
    }
}

/* Стили для пагинации в виде полоски */
.main-block-slider .swiper-tools .main-slider-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 6px;
}

.main-slider-pagination .swiper-pagination-bullet {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0;
    opacity: 0;
    margin: 0 !important;
    overflow: hidden;
    cursor: pointer;
    transition: .4s;
}

.main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
}

.main-slider-pagination .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    /*background: #00a0ff;*/
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(5px);
    transition: width 0.1s linear;
}

.main-slider-pagination .swiper-pagination-bullet-active::before {
    width: var(--progress, 0%);
}

/* Стили для видео */
.box-slider video,
.box-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-slider video {
    display: block;
}

/* Стили для кнопок */
.main-block-slider .swiper-tools .swiper-navs{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.swiper-navs .swiper-button-prev.main-slider-button-prev,
.swiper-navs .swiper-button-next.main-slider-button-next{
    position: absolute;
    top: auto;
    bottom: 1.5rem;
    margin: auto;
    width: 20px;
    height: 20px;
    z-index: 1;
    transition: .4s;
}

.swiper-navs .main-slider-button-prev::after,
.swiper-navs .main-slider-button-next::after{
    position: absolute;
    content: '';
    display: block;
    border-color: #F2F3F5;
    border-style: solid;
    border-width: 2px 2px 0 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 12px;
    width:  12px;
    transform: rotate(45deg);
    position: absolute;
}

.swiper-navs .main-slider-button-prev::after{
    transform: rotate(-135deg);
}

.swiper-navs .main-slider-button-prev{
    left: 2rem;
}
.swiper-navs .main-slider-button-next{
    right: 2rem;
}

.main-block-slider .swiper-tools{
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 80px);
    max-height: 940px;
    width: 100%;
}

/* slider counter */
.swiper-counter{
    position: absolute;
    left: 3rem;
    bottom: 6rem;
    z-index: 1;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
}

@media (max-width: 1200px){
    .swiper-counter{
        left: 0;
        right: 0;
        bottom: 1.5rem;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: .5rem;
    }
}

@media (max-width: 579px){
    .box-slider-info{
        padding: 0 2rem;
    }
    .box-slider-info-title{
        font-size: 24px;
    }
    .main-slider-pagination{
        bottom: 30px;
    }

    .main-slider .swiper-tools .main-slider-pagination{
        column-gap: .5rem;
    }
    .main-slider .swiper-tools .main-slider-pagination .swiper-pagination-bullet{
        margin: 0;
    }
}

/* MAIN PARTNER */
.main-block-partner{
    height: 80px;
    background-color: #F2F3F5;
    padding: 10px 0;
    overflow: hidden;
}

/*
.carousel-partner .swiper-slide{
    height: 60px;
}

.carousel-partner .swiper-slide .cover{
    width: fit-content;
    height: 100%;
    display: inline-block;
}

.carousel-partner .swiper-slide .cover img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .5;
    transition: .4s;
}

.carousel-partner .swiper-slide .cover:hover img{
    filter: grayscale(0);
    opacity: 1;
}

.box-product .marquee{
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
}
*/

.marquee {
  width: 100%;
  /*overflow: hidden;*/
  white-space: nowrap;
  background: #f0f0f0;
}

.marquee-wrapper{
    height: 60px;
}

.marquee:hover .marquee-content {
  animation-play-state: paused;
}

.marquee-content {
  display: inline-block;
  animation: scroll 15s linear infinite;
  height: 60px;
}

.marquee-content .cover{
    height: 60px;
    display: inline-block;
    margin: 0 2rem;
}

.marquee-content .cover img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .5;
    transition: .4s;
}

.marquee-content .cover:hover img{
    filter: grayscale(0);
    opacity: 1;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 579px){
    .marquee-content {
        animation: scroll 5s linear infinite;
    }
    .main-block-partner{
        height: 60px;
        padding: 0;
    }
    .marquee-content .cover{
        margin: 0 .5rem;
    }
}

/* BLOCK HIT */
.main-block{
    margin-top:     3.5rem;
    margin-bottom:  3.5rem;
}

a.more{
    font-weight: 500;
    font-size: 20px;
    text-decoration: underline;
    letter-spacing: 0.5px;
}

.block-title{
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.block-title h2,
.block-title h1{
    color: #293484;
    font-family: 'cska';
    text-transform: uppercase;
    line-height: .85;
    font-weight: 400;
    font-size: 174px;
}

@media (max-width: 1550px){
    .block-title h2,
    .block-title h1{
        font-size: 144px;
    }
    a.more{
        font-size: 20px;
    }
}

@media (max-width: 1200px){
    a.more{
        font-size: 18px;
    }
    .block-title h2,
    .block-title h1{
        font-size: 104px;
    }
}

@media (max-width: 579px){
    .main-block{
        margin-top:     2rem;
        margin-bottom:  2rem;
    }

    .block-title{
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
        row-gap: 1rem;
    }

    .block-title h2,
    .block-title h1{
        font-size: 96px;
        width: 75%;
    }
    .block-title a.more{
        margin-left: auto;
    }

    .main-block-page .block-title h1{
        font-size: 56px;
    }
}

.main-block .swiper{
    margin: 2rem 0;
}

.swiper-tools{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swiper-tools-nav{
    display: flex;
    align-items: center;
    column-gap: 2rem;
    z-index: 1;
}

.swiper-tools-nav .swiper-button-prev,
.swiper-tools-nav .swiper-button-next{
    position: relative;
    width: 36px;
    height: 36px;
    top: auto;
    left: auto;
    right: auto;
    margin-top: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.swiper-tools-nav .swiper-button-prev::after,
.swiper-tools-nav .swiper-button-next::after{
    display: none;
}

.swiper-tools-nav .swiper-button-prev{
    background-image: url(arrow-left-night.svg);
}
.swiper-tools-nav .swiper-button-next{
    background-image: url(arrow-right-night.svg);
}

@media (max-width: 579px){
    .swiper-tools-nav{
        column-gap: 1rem;
    }

    .swiper-tools-nav .swiper-button-prev,
    .swiper-tools-nav .swiper-button-next{
        width: 24px;
        height: 24px;
    }

    .swiper-tools{
        flex-direction: column;
        row-gap: 1rem;
    }

    .swiper-tools .btn{
        height: 84px;
        width: 100%;
        font-size: 12px;
    }
}

/* BOX PRODUCT */
.box-product .cover{
    position: relative;
    aspect-ratio: 3/4;
    display: block;
    overflow: hidden;
}

.box-product .cover-posters{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.box-product .cover .cover-posters img.poster:first-child{
    transition: .4s;
}

.box-product .cover .cover-posters:hover img.poster:first-child{
    opacity: 0;
}


.box-product .cover img.poster:last-child{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    object-fit: contain;
    transition: .4s;
}

.box-product .cover .cover-posters:hover img.poster:last-child{
    opacity: 1;
    transform: scale(1.1);
}

.labels{
    position: absolute;
    top: .5rem;
    left: .5rem;
    z-index: 1;
}

.labels label{
    background-color: #ccc;
    color: white;
    padding: .1rem .25rem;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

.labels label.hit{
    background-color: #f55555;
    color: white;
}

.labels label.sale{
    background-color: #f55555;
    color: white;
}

.labels label.print{
    background-color: #f55555;
    color: white;
}

.labels label.new{
    background-color: #293484;
    color: white;
}

.box-product-title{
    font-weight: 500;
    color: #293484;
    font-size: 19px;
    letter-spacing: -0.3px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(1.4em * 2);
    max-height: calc(1.4em * 2);
    text-decoration: none;
}

.box-product-price-colors{
    display: flex;
    align-items: center;
    column-gap: 2rem;
    margin-top: .85rem;
}

.box-product-price{
    font-weight: 500;
    color: #293484;
    font-size: 19px;
    letter-spacing: -0.3px;
}

.box-product-colors{
    display: flex;
    align-items: center;
    column-gap: .25rem;
}

.box-product-colors span.color{
    display: block;
    width: 11px;
    height: 11px;
    border: 1px solid #9DA0B2;
    border-radius: 50%;
}

@media (max-width: 1200px){
    .box-product-title{
        font-size: 18px;
    }
    .box-product-price-colors{
        column-gap: 1rem;
        margin-top: .5rem;
    }
}

@media (max-width: 579px){
    .box-product-title{
        font-size: 15px;
        text-transform: uppercase;
        line-height: 1.3;
    }
    .box-product-price-colors{
        margin-top: .25rem;
    }
}

/* PRODUCT POSTER */
.box-product-poster{
    position: relative;
    height: 100%;
    display: block;
}

.box-product-poster .cover{
    aspect-ratio: 9/8;
    display: block;
    height: 100%;
    width: 100%;
}

.box-product-poster .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-product-poster-title{
    position: absolute;
    left:   1.75rem;
    bottom: 1.25rem;

    font-family: 'cska';
    font-weight: 400;
    font-size: 116px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
}

@media (max-width: 1200px){
    .box-product-poster-title{
        font-size: 76px;
    }
}

@media (max-width: 579px){
    .box-product-poster-title{
        font-size: 55px;
        bottom: 1.75rem;
    }
}

/* BANNER */
.main-block-banner .cover img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* COLLECTION GRID */
.box-collection-info-button{
    position: absolute;
    left: 0;
    bottom: 3.25rem;
    padding: 0 3rem;
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-items: end;
    column-gap: 1rem;
}

.box-collection.box-collection-large .box-collection-info-button{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.box-collection-info{
    color: white;
    margin-bottom: 3rem;
}

.box-collection .cover{
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.box-collection.box-collection-simple .cover{
    aspect-ratio: 1/1;
}

.box-collection.box-collection-large .cover{
    aspect-ratio: 16/9;
}

.box-collection .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.box-collection .cover:hover img{
    transform: scale(1.1);
}

.box-collection-subtitle{
    font-size: 16px;
}

.box-collection-title{
    margin-top: 10px;
    font-size: 120px;
    line-height: .85;
    font-family: 'cska';
    text-transform: uppercase;
}

.box-collection-desc{
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin-top: 1.35rem;
}

.box-collection.box-collection-large .box-collection-subtitle,
.box-collection.box-collection-large .box-collection-title,
.box-collection.box-collection-large .box-collection-desc{
    color: #293484;
}

.box-collection.box-collection-large .box-collection-title{
    font-size: 144px; 
}

.box-collection-desc{
    font-size: 23px;
}

.box-collection.box-collection-large .box-collection-button{
    margin-left: auto;
}

.box-collection-button .btn{
    width: 100%;
    height: 138px;
    font-size: 18px;
}

.box-collection.box-collection-large .box-collection-info-button .btn{
    min-width: 210px;
}

@media (max-width: 1550px){
    .box-collection-subtitle{
        font-size: 14px;
    }
    .box-collection-title{
        font-size: 97px;
    }
    .box-collection-desc{
        font-size: 14px;
    }
    .box-collection-info-button{
        bottom: 2.25rem;
        grid-template-columns: 2fr 1fr;
        padding: 0 2rem;
    }

    .box-collection-button{
        min-width: 180px;
    }

    .box-collection-button .btn{
        font-size: 16px;
        height: 110px;
    }
}

@media (max-width: 1200px){
    .box-collection-info{
        margin-bottom: 2rem;
    }

    .box-collection-title,
    .box-collection.box-collection-large .box-collection-title{
        font-size: 76px;
    }
    .box-collection-button{
        width: 100%;
    }
    .box-collection-button .btn{
        height: 96px;
        font-size: 14px;
    }
    .box-collection.box-collection-large .box-collection-info-button .btn{
        width: fit-content;
        margin-left: auto;
        min-width: 160px;
    }
}

@media (max-width: 920px){
    .box-collection{
        aspect-ratio: 1/1;
    }

    .box-collection-large{
        aspect-ratio: 16/9;
    }

    .box-collection .cover{
        width: 100%;
        height: 100%;
    }

    .box-collection-info-button,
    .box-collection.box-collection-large .box-collection-info-button{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        bottom: 0;
        padding: 1rem;
        justify-content: space-between;
        align-items: start;
    }

    .box-collection-info{
        margin-bottom: 0;
    }

    .box-collection-subtitle{
        font-size: 12px;
    }
    .box-collection-title,
    .box-collection.box-collection-large .box-collection-title{
        font-size: 55px;
    }
    .box-collection-desc{
        font-size: 12px;
    }

    .box-collection-button{
        margin-left: 0;
        width: 40%;
    }

    .box-collection.box-collection-large .box-collection-button{
        width: 100%;
    }

    .box-collection-button .btn{
        height: 84px;
        font-size: 12px;
    }
}

@media (max-width: 579px){
    .box-collection-large{
        aspect-ratio: 1/1;
    }
}

/* COLLECTION 
================================
================================*/
/* BREADCRUMBS */
.nav-breadcrumbs{
    column-gap: 2.5rem;
    margin-top: 1.5rem;
}

.nav-breadcrumbs li .nav-link{
    position: relative;
    color: #9DA0B2;
    font-weight: 400;
    font-size: 13px;
    padding: 0;
}

.nav-breadcrumbs li a.nav-link:hover{
    color: #f55555;
}

.nav-breadcrumbs li + li .nav-link::after{
    position: absolute;
    content: '';
    width: 8px;
    height: 12px;
    top: 0;
    left: -1.5rem;
    bottom: 0;
    margin: auto;
    background-image: url(angle-right-grey.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

angle-right-grey.svg

.main-block-collection-header{
    margin-top: 0;
}

.block-title-collection{
    font-family: cska;
    font-size: 176px;
    color: #293484;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    line-height: .85;
    text-transform: uppercase;
}

.nav-collection{
    column-gap: 2rem;
    margin-bottom: 3.5rem;
}

.nav-collection li a{
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    text-decoration: underline;
    letter-spacing: 0.5px;
}

.nav-collection li a.active{
    color: #f55555;
}

.collection-title-filter{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.collection-title{
    font-size: 87px;
    text-transform: uppercase;
    color: #293484;
    font-family: cska;
    font-weight: 400;
    line-height: .85;
}

.collection-title span{
    color: #9DA0B2;
}

@media (max-width: 1550px){
    .block-title-collection{
        font-size: 145px;
    }
    .nav-collection{
        column-gap: 1.25rem;
    }
}

@media (max-width: 1200px){
    .block-title-collection{
        font-size: 104px;
    }
    .nav-collection{
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: .5rem;
        padding-left: 15px;
        padding-right: 15px;
        column-gap: 1rem;
    }

    .nav-collection li a{
        font-size: 16px;
        text-wrap: nowrap;
    }

    .main-block-collection-header ::-webkit-scrollbar {
        width: 4px;
        border-radius: 8px;
    }

    .main-block-collection-header ::-webkit-scrollbar:horizontal {
        height: 0;
    }
    .collection-title{
        font-size: 53px;
    }
}

@media (max-width: 920px){
    .main-block-collection-header .container{
        padding-right: 0;
        padding-left: 0;
    }

    .nav-collection-parent{
        flex-wrap: nowrap;
        column-gap: 1.5rem;
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 0 15px;
    }
    .nav-collection-parent li a{
        padding: 0;
        text-wrap: nowrap;
        font-size: 45px;
        color: #293484;
        font-family: cska;
        font-weight: 400;
        text-transform: uppercase;
        color: #9DA0B2;
    }
    .nav-collection-parent li a.active{
        color: #293484;
    }

    .block-title-collection{
        font-size: 72px;
        padding: 0 15px;
    }

    .nav-collection{
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: .5rem;
        padding-left: 15px;
        padding-right: 15px;
        column-gap: 1rem;
    }

    .nav-collection li a{
        font-size: 16px;
        text-wrap: nowrap;
    }

    .collection-title{
        font-size: 37px;
    }

    .collection-title-filter{
        padding: 0 15px;
    }
}

/* FILTER */
/* FILTER */
.sidebar-filter-header{
    display: flex;
    align-items: center;
    column-gap: 2rem;
    margin-bottom: 1rem;
    background-color: white;
    justify-content: space-between;
}

.sidebar-filter-header-close{
    width: auto;
    height: auto;
    padding: 0;
    background-color: transparent;
}

.sidebar-filter-header-close.js-dynamic-close img{
    width: 30px;
    height: 30px;
}

.sidebar-filter-header-title{
    font-weight: 500;
    font-size: 22px;
    color: #293484;
    text-transform: uppercase;
    line-height: .85;
}

.sidebar-filter{
}

.sidebar-filter-list{
}



.box-filter-title{
    position: relative;
    font-weight: 500;
    font-size: 15px;
    color: #293484;
    padding: .75rem 0;
    border-top: 1px solid #E6E6E6;
}

.box-filter:first-child .box-filter-title{
    border-top: 0;
}

.box-filter-title::after{
    position: absolute;
    content: '';
    width: 15px;
    height: 17px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url(arrow-down-dark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    transition: .4s;
}

.box-filter-title[aria-expanded="true"]::after{
    transform: rotate(180deg);
}

.nav-filter{
    flex-direction: column;
    row-gap: .75rem;
    margin-bottom: 1rem;
}

.nav-filter label{
    display: flex;
    align-items: start;
    column-gap: .5rem;
    cursor: pointer;
}

.nav-filter span.text{
    transform: translateY(1px);

    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #293484;
}

.nav-filter .checkbox{
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    display: inline-block;
    border-radius: 2px;
    margin-top: .1rem;
    border: 1px solid #9DA0B2;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    transition: .4s;
}

.nav-filter input{
    display: none;
}

.nav-filter input:checked + .checkbox{
    background-color: #293484;
    background-image: url(check-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75%;
}

@media (max-width: 579px){
    .box-filter:nth-child(2) .box-filter-title{
        border-top: 0;
    }
}

/* color */
.nav-filter-color li .checkbox{
    border-radius: 16px;
    opacity: .75;
    width: 20px;
    height: 20px;
}

.nav-filter-color li input:checked + .checkbox{
    box-shadow: inset 0 0 0px 2px #293484;
    background-image: unset;
    border-color: #293484;
}

/* price */
.box-filter-price{
    margin-bottom: 1rem;
}

.box-filter-price.range-slider input{
    width: 100%;
    height: 38px;
    border-radius: 4px;
    background-color: #F3F4F8;
    font-weight: 400;
    font-size: 14px;
    border: 0;
    outline: none;
    text-align: center;
    color: #001758;
}

.collection-filter .range-slider .irs-bar{
  background-color: #293484;
}

.irs--flat .irs-handle{
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #293484;
}

.irs--flat .irs-handle{
  top: 18px;
}

.irs--flat .irs-handle i,
.irs--flat .irs-min, 
.irs--flat .irs-max,
.irs--flat .irs-from, 
.irs--flat .irs-to{
  display: none !important;
}

.sidebar-filter-footer{
    margin-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.sidebar-filter-footer .btn-red{
    height: 86px;
    justify-content: space-between;
    font-size: 14px;
}

.sidebar-filter-clear{
    font-size: 12px;
    padding: .5rem 1.25rem;

    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 500;
    color: #293484;
}

@media (max-width: 1200px){
    .sidebar-filter-footer .btn-red{
        height: 76px;
    }
}

@media (max-width: 920px){
    .sidebar-filter-header{
        padding: 1.5rem 1.25rem;        
    }
    .sidebar-filter {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .box-filter-price.range-slider input{
        background-color: white;
    }

    .sidebar-filter-footer{
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

/* FILTER end */

/* PAGINATION */
.collection-pagination{
    margin-top: 3rem;
}

.nav-pagination{
    justify-content: center;
    column-gap: 1rem;
}

.nav-pagination li .nav-link{
    padding: 0;
    width: 20px;
    text-align: center;
    border-bottom: 2px solid transparent;
    color: #293484;
}

.nav-pagination li a.nav-link:not(.arrow):hover{
    color: #293484;
    border-color: #293484;
}

.nav-pagination li .nav-link.active{
    color: #f55555;
    border-bottom: 2px solid #f55555;
}

.nav-pagination li a.arrow{
    width: 30px;
}

.nav-pagination li a.arrow img{
    width: 20px;
    transition: .4s;
}

.nav-pagination li a.arrow:hover img{
    transform: scale(1.25);
}

@media (max-width: 579px){
    .nav-pagination{
        justify-content: space-between;
    }
}

/* SIDEBAR 
================================
================================*/


/* PRODUCT
================================
================================*/
.product-gallery{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
}

.product-gallery .cover{
    aspect-ratio: 3/4;
    display: block;
}

.product-gallery .cover img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* product info */
.product-info{
    /*position: sticky;*/
    /*top: 7rem;*/
}

.product-info-category{
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: #293484;
    margin-bottom: 2rem;
}

.product-info-title{
    color: #293484;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.1;
}

.product-info-sku{
    margin-top: 1.75rem;
    font-weight: 400;
    font-size: 15px;
    color: #293484;
}

.product-info-color{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.product-info-variant-title{
    font-weight: 400;
    font-size: 15px;
    color: #293484;
    margin-bottom: .75rem;
}

.product-info-similar{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: .25rem;
}

.product-info-similar .cover{
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product-info-similar .cover.active{
    background-image: url(check-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}


.product-info-variants{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: .25rem;
    row-gap: .25rem;
    margin-bottom: 1rem;
}

.product-info-variants label .text{
    height: 40px;
    background-color: #9DA0B2;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    transition: .4s;
}

.product-info-variants label input{
    display: none;
}

.product-info-variants label input:checked + .text,
.product-info-variants label input[checked] + .text{
    background-color: #293484;
    color: white;
}

.product-info-variants label input[disabled] + .text{
    text-decoration: line-through;
    opacity: .5;
    cursor: not-allowed;
}

.product-info-prices{
    margin-top: 3rem;
    margin-bottom: 1.75rem;
    display: flex;
    align-items: baseline;
    column-gap: 1rem;
}

.product-info-prices span{
    font-weight: 500;
    font-size: 28px;
    text-transform: uppercase;
    color: #293484;
    line-height: 1;
}

.product-info-prices del{
    color: #ccc;
    line-height: 1;
    font-size: 20px;
}

.product-info-qty-button{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.product-info-qty-button .btn{
    height: 86px;
}

.product-info-qty-button .quantity{
    height: 100%;
    background-color: #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: .5rem;
}

.product-info-qty-button .quantity input{
    width: 30px;
    background-color: transparent;
    color: #293484;
}

.product-info-desc{
    margin-top: 4rem;
    font-weight: 400;
    font-size: 14px;
    color: #293484;
}

.product-info-desc p{
    margin-bottom: .75rem;
    line-height: 1.3;
}

.product-info-desc ul{
    display: flex;
    flex-direction: column;
    row-gap: .25rem;

    margin-block-start: .25rem;
    margin-block-end: .75rem;
    padding-inline-start: 1rem;
}

.product-info-desc ul li{
    line-height: 1.3;
}

/* product app */
.product-info-options{
    margin-bottom: 2rem;
}

.product-info-options .tab-content{
    padding-top: 2rem;
}

.nav-product-app{
    column-gap: 1rem;
}

.nav-product-app li label{
    text-transform: uppercase;
    font-size: 40px;
    color: #9DA0B2;
    font-family: 'cska';
    font-weight: 400;
    cursor: pointer;
    transition: .4s;
    line-height: .85;
}

.nav-product-app li label.active,
.nav-product-app li label[aria-selected="true"],
.nav-product-app li label input:checked + span.text,
.nav-product-app li label input[checked] + span.text{
    color: #293484;
}

.nav-product-app li label input{
    display: none;
}

.product-app-wrapper.product-app-wrapper-null{
    padding: 1.5rem 1rem;
}

.product-app-wrapper{
    background-color: #e6e6e6;
    padding: .5rem 1rem;
}

.product-app-wrapper-title{
    font-size: 22px;
    margin: 0;
    font-weight: 500;
    color: #293484;
    margin-bottom: 1rem;
}

.product-app-select{
    background-color: white;
    padding: 1.25rem;
    margin-bottom: 1rem;
}

.product-app-select-title{
    font-size: 15px;
    margin-bottom: .25rem;
}

.product-app-select input{
    height: 46px;
    background-color: #F2F3F5;
    outline: none;
    border: 0;
    padding: .25rem .5rem;
    width: 100%;
}

.product-app-select input::placeholder{
    font-size: 14px;
}

.product-app-select .dropdown-toggle{
    height: 46px;
}

.product-app-select .dropdown-toggle:hover,
.product-app-select .dropdown-toggle.show{
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
}

.product-app-select .dropdown-toggle:focus,
.product-app-select .dropdown-toggle.show{
    box-shadow: none !important;
    outline: none !important;
    background-color: #f8f9fa !important;
}

.product-app-select .dropdown-toggle .filter-option{
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1;
}

.product-app-select .dropdown-menu{
    border-radius: 0;
    border-color: transparent;
}

.product-app-select .dropdown-menu li a{
    padding: .75rem .75rem;
}

.product-app-select .dropdown-menu li a.active{
    background-color: #293484;
    color: white;
}

.product-app-select .dropdown-menu li a:not(.active):hover{
    background-color: #f2f3f5;
}

.product-app-select .dropdown-menu li a:not(.active):focus{
    color: #293484;
}

.product-app-select .dropdown-toggle::after{
    top: 0;
    right: .25rem;
    bottom: 0;
    margin: auto;
    background-image: url(angle-down-night.svg);
    width: 11px;
    height: 6px;
    mask-image: unset;
    background-color: transparent;
    border: 0;
    transition: .4s;
}

.product-app-select .dropdown-toggle.show::after{
    transform: rotate(180deg);
}

.product-app-price .text{
    font-size: 14px;
}

.product-app-price .value{
    font-size: 16px;
    font-weight: 500;
}

.product-app-wrapper .cover{
    position: relative;
    aspect-ratio: 3/4;
    display: block;
}

.product-app-text{
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    row-gap: .15rem;
}

.product-app-name{
    color: white;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
}

.product-app-number{
    color: white;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'cska';
    line-height: .85;
}

@media (max-width: 1200px){
    .product-app-wrapper-title{
        font-size: 18px;
    }

    .product-info-title{
        font-size: 24px;
    }

    .nav-product-app li label{
        font-size: 34px;
    }
}

@media (max-width: 1050px){
    .product-info-qty-button .btn{
        font-size: 14px;
    }
}

@media (max-width: 579px){
    .product-info{
        display: flex;
        flex-direction: column;
        margin-top: 2rem;
    }

    .product-info div{
        order: 99;
    }

    .product-info .product-info-title{
        order: 0;
        font-size: 18px;
    }
    .product-info .product-info-sku{
        order: 1;
        margin-top: 1rem;
    }
    .product-info .product-info-category{
        order: 2;
        margin-top: 1rem;
    }

    .product-carousel .swiper-tools .swiper-pagination{
        display: flex;
        align-items: center;
        column-gap: 0;
    }
    .product-carousel .swiper-tools .swiper-pagination .swiper-pagination-bullet{
        margin: 0;
        border-radius: 0;
        width: 100%;
        transition: .4s;
        height: 4px;
        background-color: #cccccc;
        opacity: 1;
    }
    .product-carousel .swiper-tools .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background-color: #f2f3f5;
    }

    .product-info-similar .cover{
        height: 34px;
    }

    .product-info-variants label .text{
        min-width: 40px;
        height: 26px;
        font-size: 14px;
    }

    .product-info-variant-title{
        font-size: 13px;
    }

    .product-info-prices span{
        font-size: 18px;
    }
    .product-info-prices del{
        font-size: 14px;
    }

    .nav-product-app li label{
        font-size: 28px;
    }

    .product-info-qty-button .quantity{
        order: 0;
    }
    .product-info-qty-button .btn{
        order: 1;
        height: 70px;
        font-size: 12px;
    }
    .product-app-number{
        font-size: 60px;
    }
}

/* CART 
================================
================================*/
.main-block-cart{
    margin-bottom: 6rem;
}

.cart-header{
    display: flex;
    flex-direction: column;
    width: fit-content;
}

.block-cart-back{
    letter-spacing: 0.5px;
    color: #293484;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 3rem;
    display: inline-block;
}

.block-title-cart{
    position: relative;
    display: inline-block;
    margin-bottom: 2.5rem;
}

.block-title-cart .count{
    position: absolute;
    top: -15px;
    right: -70px;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #EA1F29;
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-family: 'cska';
}

.cart-wrapper{
    background-color: #F2F3F5;
    padding: 2rem 2.25rem;
}

.cart-title{
    font-weight: 500;
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
    color: #293484;
    margin-bottom: 1.5rem;
}

.cart-list{
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.box-item{
    position: relative;
    background-color: white;
    padding: 1rem;
}

.box-item-title-prices{
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding-right: 4rem;
    column-gap: 1rem;
}

.box-item-title{
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #293484;
    letter-spacing: 0.5px;
    text-decoration: none;
    margin-bottom: 1.5rem;
}

.box-item-prices{
    display: flex;
    flex-direction: column;
    row-gap: .25rem;
    align-items: end;
}

.box-item-prices span{
    color: #293484;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;;
}

.box-item-prices del{
    font-size: 14px;
    color: #aaa;
}

.box-item-qty{
    margin-top: 1.5rem;
}

.box-item-variant{
    margin-bottom: .25rem;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}

.box-item-variant .text{
    color: #9DA0B2;
}

.box-item-variant .value{
    color: #293484;
}

.box-item-remove{
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    background-color: #E9EBEE;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* CART CHECKOUT */
.cart-checkout{
    position: sticky;
    top: 5rem;
    background-color: #F2F3F5;
    padding: 2rem 2.25rem;
}

.cart-checkout-band{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    color: #293484;
    font-weight: 500;
    font-size: 28px;
}

.cart-checkout-button{
    margin-top: 1.5rem;
}

.cart-checkout-button .btn{
    width: 100%;
    height: 110px;
}

/* CART HEADER */
body.template-is-cart{
    margin-top: 140px;
}

body.template-is-cart header{
    background-color: #F2F3F5;
}

body.template-is-cart header .header-wrapper{
    padding: .25rem 0 .25rem 0;
    align-items: center;
    column-gap: 1rem;
}

body.template-is-cart .header-logo{
    width: 75px;
    margin-top: 0;
}
 
body.template-is-cart header.scrolling .header-logo,  
body.template-is-cart header:has(.header-burger[aria-expanded="true"]) .header-logo{
    margin-top: 0;
}

body.template-is-cart header.scrolling .header-wrapper, 
body.template-is-cart header:has(.header-burger[aria-expanded="true"]) .header-wrapper{
    padding: .25rem 0 .25rem 0;
}

body.template-is-cart .header-logo img{
    width: 100%;
    height: 100%;
}

body.template-is-cart .header-collapse{
    height: calc(100vh - 80px);
}

.header-info-menu-cart{
    display: flex;
    align-items: center;
    column-gap: 2rem;
}

.header-info-menu-cart span{
    color: #9DA0B2;
    font-size: 16px;
    line-height: 1;
}

.header-info-menu-cart a{
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    text-decoration: none;
    line-height: 1;
}

@media (max-width: 1550px){
    body.template-is-cart{
        margin-top: 140px;
    }

    .block-title-cart h1{
        font-size: 144px;
    }
}

@media (max-width: 1200px){
    .box-item-prices{
        text-wrap: nowrap;
    }
    .box-item-variant{
        font-size: 14px;
    }
    .cart-title,
    .cart-checkout-band{
        font-size: 24px;
    }
}

@media (max-width: 1050px){
    .block-title-cart h1{
        font-size: 104px;
    }
    .block-title-cart .count{
        width: 45px;
        height: 45px;
        right: -50px;
        font-size: 24px;
    }
    .cart-checkout-button .btn{
        height: 86px;
    }
    .cart-wrapper,
    .cart-checkout{
        padding: 1.25rem 1.75rem;
    }
    .box-item-title{
        margin-bottom: 1rem;
        font-size: 16px;
    }
    .box-item-qty{
        margin-top: 1rem;
    }
}

@media (max-width: 920px){
    body.template-is-cart{
        margin-top: 110px;
    }
}

@media (max-width: 579px){
    body.template-is-cart{
        margin-top: 80px;
    }

    .block-cart-back{
        font-size: 14px;
        margin-bottom: 2rem;
    }

    .block-title-cart{
        margin-bottom: 1.5rem;
    }

    .block-title-cart h1{
        font-size: 48px;
    }
    .block-title-cart .count{
        width: 28px;
        height: 28px;
        font-size: 14px;
        right: -36px;
        top: -14px;
    }

    .main-block-cart .cart-wrapper{
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }

    .cart-title{
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .cart-wrapper{
        padding: 1.5rem 0;
    }

    .box-item-title-prices{
        flex-direction: column;
        padding-right: 0;
    }

    .box-item-title{
        font-size: 14px;
        margin-bottom: .75rem;
    }

    .box-item-prices{
        flex-direction: row;
        column-gap: 1rem;
    }

    .box-item-variants{
        margin: 1rem 0;
    }
    .box-item-variant{
        font-size: 14px;
    }

    .main-block-cart .cart-checkout{
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        padding: 1rem 1rem;
    }

    .cart-checkout-band{
        font-size: 20px;
    }

    #cart-checkout{
        position: sticky;
        bottom: 0;
    }

    .cart-checkout-button{
        margin-top: .75rem;
    }

    .cart-checkout-button .btn{
        height: 86px;
        font-size: 14px;
    }

    body.template-is-cart .header-logo{
        width: 48px;
    }
    body.template-is-cart .header-collapse{
        height: calc(100vh - 56px);
    }
}

/* SEARCH
================================
================================*/
#modalSearch .modal-dialog{
    width: 100%;
    max-width: 100%;
    top: 0;
    margin: 0;
}

#modalSearch .modal-dialog .modal-content{
    border-radius: 0;
}

.form-search{
    display: grid;
    grid-template-columns: 10fr 2fr;
    height: 86px;
    align-items: center;
}

.form-search input{
    width: 100%;
    height: 60px;
    border: 0;
    padding-left: 3rem;
    background-image: url(search-night.svg);
    background-repeat: no-repeat;
    background-position: center left;
    font-size: 18px;
}

.form-search input:focus{
    box-shadow: none;
    outline: none;
}


.form-search input::placeholder{
    color: #9DA0B2;
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
    transition: .4s;
}

.form-search input:focus::placeholder{
    opacity: .5;
}

.form-search-buttons{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 0;
}

.form-search-buttons .btn{
    width: 100%;
    height: 86px;
    font-size: 12px;
}

.form-search-buttons .btn-light::after{
    display: none;
}

@media (max-width: 1200px){
    .form-search{
        grid-template-columns: 9fr 3fr;
    }
}

@media (max-width: 920px){
    .form-search{
        grid-template-columns: 8fr 4fr;
    }
}

@media (max-width: 579px){
    #modalSearch .container{
        padding-left: 0;
        padding-right: 0;
    }

    .form-search{
        display: flex;
        flex-direction: column;
        column-gap: 0;
        row-gap: 0;
        height: auto;
        margin-top: .5rem;
    }
    .form-search-buttons{
        display: grid;
        grid-template-columns: 9fr 3fr;
        width: 100%;
    }
    .form-search input{
        width: 90%;
        background-size: 18px;
        padding-left: 2rem;
    }
}

/* PAGE
================================
================================*/
.main-block-page{}

/* FOOTER 
================================
================================*/
footer{
    background-color: black;
}

.footer-wrapper{
    padding: 3rem 0;
    color: white;
}

.footer-partner .cover{
    height: 100px;
    display: block;
    text-align: center;
}

.footer-partner .cover img{
    width: fit-content;
    height: fit-content;
    object-fit: contain;
    filter: grayscale(1);
    transition: .4s;
}

.footer-partner .cover.invers img{
    filter: grayscale(1) invert(.8);
    transition: .4s;
}

.footer-partner .cover:hover img{
    filter: grayscale(0) invert(0);
    transition: .4s;
}
.footer-partner .cover.invers:hover img{
    filter: grayscale(0) invert(1);
    transition: .4s;
}

@media (max-width: 1200px){
    .footer-wrapper{
        padding: 1rem 0;
    }

    .footer-partner .cover{
        width: 100%;
        height: 70px;
    }

    .footer-partner .cover img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

/* footer cups */
.footer-cups{
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.box-cups .cover{
    position: relative;
    text-align: center;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.box-cups .cover img{
    width: 100%;
    height: 100%;
    filter: brightness(0) invert(1);;
}

.box-cups-title{
    text-align: center;
    font-size: 18px;
    color: #747576;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: .75rem;
}

.box-cups .cover .count{
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
    line-height: .8;
}

.nav-menu-title{
    color: #F2F3F5;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 1.05rem;
    display: inline-block;
}

@media (max-width: 1200px){
    .footer-cups .cover{
        height: 65px;
    }
    .footer-cups .cover img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .box-cups-title{
        font-size: 12px;
    }
    .box-cups .cover .count{
        font-size: 24px;
        right: .25rem;
    }
}

@media (max-width: 1550px){
    .footer-logo{
        width: 100%;
        height: 100%;
    }
    .footer-logo img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

.nav-menu-link{
    flex-direction: column;
    row-gap: .5rem;
}

.nav-menu-link li a{
    padding: 0;
    color: #747576;
}

/*
.nav-menu-link li a:hover{
    color: #f55555;
}
*/

@media (max-width: 1200px){
    footer .nav-menu-title{
        font-size: 13px;
    }
    footer .nav-menu-link li a{
        font-size: 14px;
    }
    .nav-footer-payment{
        flex-direction: column;
        justify-content: end;
        row-gap: 1rem;
        align-items: center;
    }
}

@media (max-width: 920px){
    .nav-footer-payment{
        flex-direction: row;
        justify-content: start;
    }
}

@media (max-width: 579px){
    footer .nav-menu-link li a{
        font-size: 12px;
    }
}

.nav-footer-payment{
    column-gap: 1rem;
}

.nav-socials{
    column-gap: 1.5rem;
}

.nav-socials li a{
    padding: 0;
}

.footer-copy,
.footer-info{
    font-size: 14px;
    line-height: 1.4;
}

.footer-copy{
    color: #747576;
    margin-top: 1.5rem;
}

.footer-info{
    margin-top: 1.5rem;
}

.footer-info span{
    color: #747576;
}

.footer-contact,
.footer-contact a{
    color: #747576;
    font-size: 14px;
    line-height: 1.4;
}

.footer-contact hr{
    border-color: #747576;
    margin: .5rem 0;
    opacity: 1;
}

a.footer-contact-email{
    color: #F2F3F5;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-top: .5rem;
}

.footer-poweredby{
    font-size: 14px;
    color: #444;
    transition: .4s;
}

.footer-poweredby a{
    color: #444;
    transition: .4s;
}

.footer-poweredby:hover,
.footer-poweredby:hover a{
    color: #aaa;
}

.footer-poweredby a:hover{
    color: #f55555;
}

@media (max-width: 1200px){
    .footer-copy,
    .footer-info{
        font-size: 12px;
    }
}

@media (max-width: 579px){
    .footer-info{
        margin-top: .5rem;
    }
    .footer-contact{
        font-size: 12px;
    }
    a.footer-contact-email{
        margin-top: 1rem;
        font-size: 15px;
    }
    .footer-timework-mob{
        font-size: 12px;
        line-height: 1.4;
    }
}
