main {
    margin-top: 0;
}
.content-area {
    margin-top: 0;
}
.content-box {
    width: 70%;
}
.banner {
    position: relative;
    width: 100%;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    padding: 29px 20px;
    overflow: hidden;
}

/* Фоновые изображения для разных разрешений */
.banner {
    background-image: url('../img/banner_rpo_375.png');
    min-height: 900px;
}

.sidebar {
    position: relative;
    min-width: 396px !important;
}

.banner-content {
    position: relative;
    z-index: 2;
    max-width: 910px;
    width: 100%;

    color: #ffffff;
}
.banner-title {
    color: #084781;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.32px;
    margin-bottom: 20px;
}
.banner-text {
    color: #333;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    margin-bottom: 20px;
}
.banner-icons {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 45px;
}
.banner-wrapicon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.banner-wrapicon svg {
    display: flex;
    width: 80px;
    height: 80px;
    padding: 1.6px;
    justify-content: center;
    align-items: center;
}
.banner-wrapicon span {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}
.banner-content a.btn_popup{
    padding: 19px 37px 19px 38px;
    text-decoration: none;
    border-radius: 5px;
    background-color: #084781;
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease 0.5s;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.banner-content .btn_popup::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;

    height: 100%;
    background: linear-gradient(90deg, #0C6DCA 0%, #084781 100%);
    transition: left 0.5s ease;
    z-index: 1;
}

.banner-content .btn_popup:hover {
    background: linear-gradient(90deg, #0C6DCA 0%, #084781 100%);
    animation: gradientToSolid 0.8s ease forwards;
}

.banner-content .btn_popup:hover::before {
    left: 0;
}

@keyframes gradientToSolid {
    0% {
        background: linear-gradient(90deg, #0C6DCA 0%, #084781 100%);
    }
    50% {
        background: linear-gradient(90deg, #0C6DCA 0%, #084781 100%);
    }
    100% {
        background-color: #0C6DCA;
    }
}

.banner-content .btn_popup > * {
    position: relative;
    z-index: 2;
}

.steps_order {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding-top: 30px;
}
.steps_order .warn {
    display: flex;
    padding: 24px 39px;
    align-items: flex-start;
    gap: 30px;
    border-radius: 20px;
    border: 4px dashed #E6D0CF;
}
.steps_order .warn .warn_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}
.steps_order .warn .warn_info .title{
    color: #BD2D26;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
}
.steps_order .warn .warn_info p{
    color: #4C4C4C;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    margin: 0;
}
.steps_order .steps {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 20px;
}
.steps_order .steps .step {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 50%;
}
.steps_order .steps .step .step_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}
.steps_order .steps .step .step_img {

    height: 100px;
}
.steps_order .steps .step .step_info span.title {
    color: #084781;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.32px;
}
.steps_order .steps .step .step_info span.title span {
    color: #BD2D26;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.32px;
}
.steps_order .steps .step .step_info p {
    color: #4C4C4C;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    margin: 0;
}
.content_info {
    border-radius: 20px;
    border: 4px solid #B7D6EB;
    margin-top: 145px;

    padding: 35px 30px;

    display: flex;
    flex-direction: column;

    gap: 20px;
    position: relative;
    transition: all 0.3s ease;
}
.content_info .title{
    color: #084781;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.44px; /* 89.333% */
    letter-spacing: -0.16px;
}
.content_info ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*gap: 13px;*/
    margin: 0 !important;
    padding-left: 20px !important;
}
.content_info ul li {
    list-style-type: none;
    line-height: unset !important;
    margin: 0 !important;
    font-size: unset !important;
    opacity: unset !important;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.10);
    padding: 7px 0;
}
.content_info ul li a {
    color: #4C4C4C;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.44px; /* 134% */
    letter-spacing: -0.16px;
    text-decoration: none !important;
    background: none;
}
.content_info ul li a.active {
    color: #084781;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.44px; /* 134% */
    letter-spacing: -0.16px;
    position: relative;
}
.content_info ul li a:hover {
    color: #0C6DCA;
    background: none;
}
.content_info ul li a.active:before {
    content: ' ';
    display: inline-block;
    width: 2px;
    height: 100%;
    background-color: #BD2D26;
    position: absolute;
    left: -15px;
}
/* Offset for anchor links */
[id^="obrabotka"],
[id^="instrukciya"],
[id^="oplata"],
[id^="vozvrat"],
[id^="recepturno"] {
    scroll-margin-top: 120px;
}
.content p.title_text_red,
.content h2.title_text_red{
    color: #BD2D26;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 35.2px; /* 110% */
    letter-spacing: -0.64px;
}
.main_text p.title_text_blue,
.main_text h2.title_text_blue{
    color: #084781;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.32px;
    margin: 35px 0;
}

.main_text p.title_text_black,
.main_text h2.title_text_black,
.main_text h3.title_text_black {
    color: #4C4C4C;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.32px;
}
.main_text p {
    color: #4C4C4C;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
    margin-top: 1rem;
}
.main_text ol {
    margin: 0 !important;

}
.main_text ol li {
    margin: 5px !important;
    color: #4C4C4C;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
    list-style-type: decimal !important;
}
.pl_10 {
    padding-left: 10px;
}
.slider_slick {

}
.slider_slick .big_slide {

}
.slider_slick .big_slide img {
    width: 100%;
}
.slide_thumb {
    /*display: flex;*/
    /*flex-direction: row;*/
    /*gap: 30px;*/
    /*align-items: center;*/
    margin-top: 30px;
    position: relative;
}
.slide_thumb .slick_slider_thumb {
    /*display: flex;*/
    /*gap: 20px;*/
    padding: 0 calc(60px + 30px );
}
.slide_thumb .slick_slider_thumb .thumb {

}
.slide_thumb .slick_slider_thumb .thumb img {
    width: 255px;
}
.slide_thumb .next_slick {
    right: 0;
}
.slide_thumb .prev_slick {
    left: 0;
}

.faq .subtitle__block, .bottom_info .title_text_red {
    margin: 44px 0;
}

.faq_list {
    display: flex;
    max-width: 1050px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.faq_list .faq_item {
    border-radius: 5px;
    display: flex;
    width: 100%;
    border: 1px solid rgba(27, 64, 106, 0.10);
    background: rgba(14, 118, 188, 0.10);
    flex-flow: column;
    cursor: pointer;
}
.faq_list .faq_item:nth-child(2n) {
    border-radius: 5px;
    border: 1px solid rgba(27, 64, 106, 0.10);
    background: none;
}
.faq_list .faq_item .faq_question:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 1V15M1 8H15' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    display: block;
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.faq_list .faq_item.active .faq_question:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.05021 3.05025L12.9497 12.9497M3.05021 12.9497L12.9497 3.05025' stroke='%230E76BC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    display: block;
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.faq_list .faq_item .faq_question {
    color: #222;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    padding: 25px 23px;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.faq_list .faq_item .faq_answer {
    display: none;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
    padding: 0 23px 25px;
}
.recommendations .subtitle__block h2 {
    color: #BD2D26;
    font-size: 32px;
    line-height: 38px;
    font-family: var(--primary-font-family);
    font-weight: 700;
    letter-spacing: -0.02em;
}
.faq_list .faq_item.active .faq_answer {
    display: inline-block;
}

@media (max-width: 820px) {
    .sidebar {
        order: 1;

    }
    .content-box {
        order: 2;
    }
    .content_info {
        margin-top: 20px;
    }
    .slide_thumb .slick_slider_thumb .thumb img {
        width: 180px;
    }
    .slide_thumb .next_slick img, .slide_thumb .prev_slick img {
        width: 44px;
    }
    .slide_thumb .next_slick {
        right: 20px;
    }
    .slide_thumb .prev_slick {
        left: 20px;
    }
    .banner {
        background-image: url('../img/banner_rpo_768.png');
        min-height: 900px;
    }
    .banner-title {
        margin-bottom: 20px;
        text-align: center;
        font-family: Inter;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.32px;
    }
    .banner-text {
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 22.4px */
    }
    .banner-wrapicon span {
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 22.4px */
    }
    .banner-icons {
        margin-bottom: 20px;
    }
    .banner-content {
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .banner-content a.btn_popup {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        max-width: 240px;
    }
    .rpo_smi_list {
        flex-flow: wrap;
    }
    .smi_item {
        width: 50%;
        margin-bottom: 40px;
    }
    .steps_order .steps {
        flex-flow: column;
    }
    .steps_order .steps .step {
        gap: 15px;
        width: 100%;
    }
}
.title_mobile {
    display: none;
}

@media (min-width: 1024px) {
    .banner {
        background-image: url('../img/banner_rpo.png');
        min-height: 600px;
    }
}


@media (min-width: 1440px) {
    .banner {
        min-height: 600px;
    }
}

@media (max-width: 580px){

    .sidebar {
        min-width: unset !important;
    }
    .title_mobile {
        display: inline-block;
        color: #BD2D26;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
    }
    .step_img {
        display: flex;
        flex-flow: row;
        gap: 15px;
        align-items: center;
    }
    .steps_order .warn {
        flex-flow: column;
    }
    .steps_order .warn .warn_info .title {
        display: none;
    }
    .rpo_smi_list {
        justify-content: center;
        align-items: center;
    }
    .smi_item {
        width: 100%;
    }
    .slide_thumb .slick_slider_thumb .thumb {
        margin: 0 5px;
    }
    .slide_thumb .slick_slider_thumb .thumb img {
        width: 150px;
    }
    .slide_thumb .slick_slider_thumb {
        /*display: flex;*/
        /*gap: 20px;*/
        padding: 0 ;
    }
    .slide_thumb .next_slick, .slide_thumb .prev_slick {
        display: none;
    }
    .banner-title {
        font-size: 21px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .banner-text {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%
    }
    .banner-icons {
        flex-flow: column;
    }
    .banner-wrapicon {
        flex-direction: row;
        width: 100%;
    }
    .banner-wrapicon svg {
        width: 20%;
    }
    .banner-wrapicon span {
        text-align: left;
        width: 80%;
    }
}