<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 1440px) {
    .pos-swiper--btns .swiper-btn-custom.swiper-button-next{
        right: 80px;
    }
    .pos-swiper--btns .swiper-btn-custom.swiper-button-prev{
        left: 80px;
    }
    .swiper-holiday .container {
        max-width: 100%;
        padding-left: 200px;
        padding-right: 200px;
    }
}
@media (max-width: 1280px) {
    .header .nav .def-text{
        font-size: 18px;
    }
}
@media (max-width: 1199.98px) {
    
    .header .list--22 &gt; .list-item{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    /*
    .header .list--22{
        margin-left: 0px;
        margin-right: 0px;
    }*/
    .list--22 &gt; .list-item{
        padding-left: 15px;
        padding-right: 15px;
    }
    .list--22 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .header .def-text {
        font-size: 14px;
        line-height: 20px;
    }
    .swiper-holiday .container{
        padding-left: 100px;
        padding-right: 100px;
    }
    .footer .list--22{
        margin-left: -10px;
        margin-right: -10px;
    }
    .footer .list--22 &gt; .list-item{
        padding-left: 10px;
        padding-right: 10px;
    }
    .promo-cols{
        justify-content: center;
    }
    .promo-cols .col-content{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-picture{
        position: absolute;
        width: 100%;
        max-width: 350px!important;
        /* max-width: 100%!important; */
        padding-bottom: 0 !important;
        /* opacity: 0.3; */
        bottom: 10px;
        right: 0px;
        /* flex: 0 0 100%!important; */
        align-items: center;
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    .col-picture &gt; div{
        margin: 0;
    }
    .col-content{
        z-index: 1;
        /* text-align: center; */
        
    }
}

@media (max-width: 992px) {
    .custom-columns &gt; .col-categories{
        max-width: 25%;
        flex: 0 0 25%;
    }
    .open-menu .overlay {
        display: block;
    }
    .open-menu .mobile-header{
        right: 0px;
    }
    .d-flex-992{display:flex !important;}
    .d-none-992{display:none !important;}
    .header-fixed{
        padding-top: 74px;
    }
    .swiper-holiday .container {
        padding-left: 50px;
        padding-right: 50px;
    }
    /* .promo-cols .col-content {
        flex: 0 0 80%;
        max-width: 80%;
    } */
    .footer .options{
        flex-direction: column;
    }
    .footer .option:not(:last-child){
        margin-right: 0 !important;
        margin-bottom: 10px
    }
    .pos-swiper--btns .swiper-btn-custom.swiper-button-next{
        right: 40px;
    }
    .pos-swiper--btns .swiper-btn-custom.swiper-button-prev{
        left: 40px;
    }
    .max-w-100-992{
        max-width: 100% !important;
    }
}

@media (max-width: 767.98px) {
    .custom-columns &gt; .col-categories{
        max-width: 33.3%;
        flex: 0 0 33.3%;
    }
    .header-fixed{
        padding-top: 128px;
    }
    .swiper-holiday .swiper-btn-custom{
        display: none !important;
    }
    .promo-cols .col-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer .list{
        flex-direction: column;
    }
    .footer .btn-link{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .footer-menu{
        max-width: 100%;
        width: 100%;
    }
    .footer-menu .nav{
        max-width: 100%;
        width: 100%;
    }
    .footer-menu .list-item{
        max-width: 100%;
        width: 100%;
    }
    .footer .btn-link{
        max-width: 100%;
        width: 100%;
    }
    .pagination .list-pagination{
        margin-left: 0;
        margin-right: 0;
    }
    .d-none-768{display:none !important;}
    .d-block-768{display:block !important;}
}

@media (max-width: 575.98px) {
    .pagination .btn-pagination .def-text{
        display: none;
    }
    .custom-columns &gt; .col-categories{
        max-width: 50%;
        flex: 0 0 50%;
    }
    .col-picture{
        /* opacity: 0.1; */
        max-width: 200px!important;
    }
    .list--22 &gt; .list-item{
        padding-left: 10px;
        padding-right: 10px;
    }
    .list--22{
        margin-left: -10px;
        margin-right: -10px;
    }
    .promo-cols{
        padding-top: 50px;
    }
    .promo-cols .col{
        padding-bottom: 50px;
    }
    .heading-1{
        font-size: var(--h2Size);
        line-height: 44px;
    }
    
    
    
}
@media (max-width: 490px) {
    .custom-columns &gt; .col-categories{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .d-none-490{display:none !important;}
    .d-block-490{display:block !important;}
}
@media (max-width: 380px) {
    .heading {
        font-size: 24px;
        line-height: 35px;
    }
    .swiper-holiday .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .def-text-3 {
        font-size: 16px;
        line-height: 25px;
    }
}
@media (min-width: 490px) {
    .d-block-490{display:none !important;}
}
@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .d-block-768{display:none !important;}
}

@media (min-width: 992px) {
    .d-flex-992{display:none !important;}
    .open-menu .mobile-header {
        right: -340px;
    }
    .open-menu .overlay {
        display: none;
    }
}

@media (min-width: 1200px) {

}
</pre></body></html>