@media (max-width: 1023px){
    .panelTop_text{
        font-size: 16px;
    }
}
@media (min-width: 1024px){
    .panelTop_text{
        font-size: 21px !important;
    }
}

.card_imgs_big .owl-item, .card_imgs_big .owl-item a{
    height: 500px !important;
}
@media (min-width: 1440px) {
    .card_cell{
        padding: 30px 30px 0 30px;
    }
    .card_imgs {
        padding: 10px;
    }
}
.card_imgs_big{
    margin:0
}


.masonry_item_head_title{
    text-wrap: nowrap;
}

@media (min-width: 1440px){
    .masonry_item_head_title.white {
        font-size: 30px;
        color: #fff;
    }
}

.brand_head_count_stor select{
    border-bottom: none;
    background: #103a71;
    color: #fff;
    padding: 6px 8px;
}

#scroll_to_top {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    background: #0c3a6f;
    border-radius: 50%;
    opacity: 1;
    z-index: 1;
}
#scroll_to_top:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 18px;
    height: 11px;
    margin: -6px 0 0 -9px;
    background: url(/html/css/../img/sprite.png) -254px -50px no-repeat;
}

@media(max-width: 767px){
    #scroll_to_top{
        bottom:80px
    }
}

.collection_offer .card_meta_size {
    margin: 10px 0;
    color: #1d1f22;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.collection_offer .card_meta_size .card_meta_size__dots {    
    margin: 0 10px;
    flex-grow: 1;
    border-bottom: 1px dashed #bbb;
}


.foot_mob_links{
    display: none;
}

@media (max-width: 800px) {
    .foot_mob_links{
        margin-top: 20px;
        display: block;
    }
}

#set_filter.submit {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: fit-content;
    cursor: pointer;
}
#set_filter.submit.disabled {
    opacity: 0.5;
    background: grey;    
    pointer-events: none;
}

.sectionBottomText {
    margin: 50px 0 80px;
}


.promo_links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 4px;
    overflow: hidden;
    height: 78px;
    transition: height 0.3s ease;
}
.promo_links a{
    border-radius: 20px;
    background: #0B3A6F;
    color: #fff;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    line-height: 1;    
}
.promo_links__show {
    width: fit-content;
    margin-top: 8px;
    color: #0B3A6F;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 6.5%;
    text-underline-offset: 22%;
    text-underline-position: from-font;
    margin-left: 8px;
    cursor: pointer;
}
.promo_links__show.promo_links__show-hidden {
    color: #6B6B6B;
}
@media (max-width: 767px) {
    .promo_links {
        height: 207px;
    }
}

.soc_no_bg{background: none !important;}
.contacts_form_agree a, .rf_caption a{text-decoration: underline;}
.mt40{margin-top:40px !important;}

