@media(max-width: 992px){
    .header__content-bg,
    .header__content::after{
        display: none !important;
        background: none !important;
    }

    .header__content{
        background: #f9faff !important;
    }

    .section__info-title,
    .section__info_h3-title{
        font-size: 15px !important;
    }

    .section__info-text,
    .section__info_tabs_texts-text,
    .section__info_last-text,
    .section__info_last-text span,
    .section__info_last-text a{
        font-size: 14px !important;
    }
}

@media(max-width: 768px){
}

@media(max-width: 576px){
    .section__info-title,
    .section__info_h3-title{
        font-size: 13px !important;
    }

    .section__info-text,
    .section__info_tabs_texts-text,
    .section__info_last-text,
    .section__info_last-text span,
    .section__info_last-text a{
        font-size: 12px !important;
    }
}
@media(max-width: 375px){
    .section__info-title,
    .section__info_h3-title{
        font-size: 12px !important;
    }

    .section__info-text,
    .section__info_tabs_texts-text,
    .section__info_last-text,
    .section__info_last-text span,
    .section__info_last-text a{
        font-size: 11px !important;
    }
}


.header__content_title{
    text-align: start;
    display: block;
}

.header__content_text{
    text-align: start;
    max-width: 500px;
    width: 100%;
    font-family: 'RR';
    padding: 0 !important;
    font-size: 15px;
    color: #7A7A7A;
}

.header__content_title::after{
    margin: 20px 0;
    transform: translateX(-15px);
}

.header__content{
    position: relative;
    background: linear-gradient(117deg, #f9faff 50%, rgba(238, 239, 247, 0) 50.01%);
}

.header__content::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(117deg, #f9faff 0%, rgba(238, 239, 247, 0) 100%);
}

.header__content-bg{
    z-index: -3;
    width: 65%;
    object-fit: cover;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.section__product_cards{
    margin-top: 30px;
}

.section__info{
    margin-top: 40px;
}

.section__info-title,
.section__info_h3-title{
    margin-top: 20px;
    font-family: 'RR';
    font-size: 17px;
    color: #000;
}

.section__info-text{
    font-family: 'RR';
    font-size: 15px;
    color: #7A7A7A;
    line-height: 32px;
    
    margin-top: 20px;
}
.section__info_tabs{
    padding: 10px;
}

.section__info_tabs_texts{
    list-style: disc;
    line-height: 15px;
    margin-top: 20px;
}

.section__info_tabs_texts::marker{
    color: #FFDE00;
}

.section__info_last-text{
    font-family: 'RR';
    font-size: 15px;
    color: #0c0c0c;
    
    margin-top: 20px;
}

.section__info_last-text span,
.section__info_last-text a{
    font-family: 'RB';
    font-size: 15px;
    color: #000000;
}

.section__info_last-text a{
    text-decoration: underline;
    text-underline-offset: 4px;
}

.section__catalog-img{
    max-width: 500px;
    width: 100%;
    margin-top: 25px;
}