


.container{
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 16px;
}

.apply .container {
    max-width: 1500px;
    min-width: 320px;
}

.adults .container {
    max-width: 1430px;
    margin: 0 auto;
}


.container_full{
    max-width: 100%;
    min-width: 320px;
    margin: 0 auto;
}

.header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.logo {
    margin-right: auto;
}

.logo a {
    display: flex;
}

.lang_wrap {
    margin-left: auto;
    margin-right: 34px;
}

ul.nav_menu {
    display: flex;
    align-items: center;
    gap: 50px;
    list-style: none;
    padding: 0;
}

ul.nav_menu a{
  color: #18212E;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.btn_red.buy a {
    display: flex;
    text-decoration: none;
    border-radius: 8px;
    background: linear-gradient(0deg, #D30010 0%, #D30010 100%), #F0F4F8;
    color: #FFF;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 11px 20px;
}

.lang_wrap select {
    color: #005BB0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
}



section.hero_section {
    background-image: url(/wp-content/themes/ibuvir/assets/img/top_bg-min.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 90px 0 250px;
}

.top_archive {
    background-image: url(/wp-content/themes/ibuvir/assets/img/archive-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0 110px;
    position: relative;
    margin-bottom: 100px;
}

.top_archive:before {
    content: '';
    mask-image: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.15) 60%, rgba(0, 0, 0, 0.4) 65%, rgba(0, 0, 0, 0.7) 100%, black 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 90%;
    height: 100%;
    background: #fff;
}

.inner_archive {
    position: relative;
    z-index: 999;
}

.top_archive .breadcrumbs {
    position: absolute;
    top: 21px;
}

#breadcrumbs span {
    color: #002559;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;

}

#breadcrumbs a, span{
    color: #002559;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
}

.inner_archive h1 {
    margin: 0 0 20px;
    color: #002559;
    font-family: Montserrat, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}

.inner_archive p {
    color: #002559;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.title_archive {
    color: #002559;
    font-family: Montserrat, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.hero_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: fit-content;
    margin-left: auto;
    max-width: 700px;
}

.inner_hero {
    display: flex;
    flex-direction: column;
    gap: 52px;
}

.logo_title {
    margin-bottom: 91px;
}

.inner_hero_item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.text_hero_item .title {
    color: #283479;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.text_hero_item .desc {
    color: #1F337C;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.apply {
    background-image: url(/wp-content/themes/ibuvir/assets/img/apply-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 111px 0;
}

.apply_wrap {
    max-width: 828px;
}

h2.apply_title {
    color: #002559;
    font-family: Montserrat, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.apply_subtitle {
    color: #002559;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 54px;
}

.apply_list {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.apply_item {
    flex: 0 0 48%;
    max-width: 360px;
    position: relative;
    cursor: pointer;
}

.inner_aplly {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    
}

.apply_text {
    color: #002559;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.apply_item:after {
    content: '';
    background-image: url(/wp-content/themes/ibuvir/assets/img/icone/arrow-down.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    top: 20px;
    right: 0;
    position: absolute;
}

.apply_desc {
    color: rgba(0, 37, 89, 0.90);
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    display: none;
}

.apply_desc.active {
  display: block;
}

.apply_desc {
  transition: all 0.3s ease;
}


@media (max-width: 1540px){
    .apply_desc {
        font-size: 16px;
    }
    .apply .container {
        max-width: 1200px;
        min-width: 320px;
    }
    section.hero_section {
        background-image: url(/wp-content/themes/ibuvir/assets/img/top_bg-min.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 90px 0 100px;
    }
    .hero_wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        max-width: fit-content;
        margin-left: auto;
        max-width: 520px;
    }
    .text_hero_item .title {
        font-size: 24px;
    }
    .text_hero_item .desc {
        font-size: 18px;
    }
    .apply_wrap {
        max-width: 630px;
    }
    h2.apply_title {
        font-size: 44px;
        line-height: 50px;
        margin: 0 0 20px;
    }
    .apply_subtitle {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 44px;
    }
    .apply_text {
        font-size: 18px;
        line-height: 26px;
    }
    .apply_img img {
        max-width: 100px;
    }
    .apply_list {
        display: flex;
        gap: 26px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .apply_item {
        flex: 0 0 48%;
        max-width: 290px;
        position: relative;
        cursor: pointer;
    }
    .apply_item:after {
        content: '';
        width: 28px;
        height: 26px;
        top: 20px;
        right: 0;
    }
}

section.for_whom {
    padding-bottom: 100px;
}

.for_adults{
    background-image: url(/wp-content/themes/ibuvir/assets/img/adult-min.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    height: 900px;
    position: relative;
}

.for_children{
    background-image: url(/wp-content/themes/ibuvir/assets/img/children-min.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    height: 900px;
    position: relative;
}

.for_adults:after{
    content: '';
    position: absolute;
    background: #1B2974;
    bottom: 0;
    left: 0;
    height: 128px;
    width: 100%;
}

.for_children:after{
    content: '';
    position: absolute;
    background: #D30010;
    bottom: 0;
    left: 0;
    height: 128px;
    width: 100%;
}

.for_whom_wrap {
    display: flex;
    justify-content: space-between;
}

.adults_desc {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 171px 18px 0 0;
    margin-left: auto;
    max-width: 310px;
}



.adults_desc .title {
    color: #002559;
    font-family: Montserrat, sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    text-transform: uppercase;
    width: 100%;
}

.adults_desc .subtitle {
    color: #002559;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    width: 100%;
}

.btns_whom_wrap {
    display: flex;
    gap: 10px;
    margin-top: 40px;
    width: 100%;
    justify-content: space-between;
}
.btns_whom_wrap a{
    text-decoration: none;
}

a.red_btn {
    border-radius: 8px;
    background: linear-gradient(0deg, #D2000E 0%, #D2000E 100%), #1B2974;
    color: #FFF;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 11px 10px;
}

a.blue_btn {
    border-radius: 8px;
    border: 1px solid #1A2974;
    background: #273072;
    color: #FFF;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 11px 10px;
}

.product_adult {
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
    height: 64%;
    align-items: flex-end;
    padding-right: 80px;
    z-index: 9;
    position: relative;
}

.product_adult img {
    max-width: 100%;
    height: auto;
}

.children_desc {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 171px 0 0 20px;
    margin-right: auto;
    max-width: 310px;
}

.children_desc .title {
    color: #002559;
    font-family: Montserrat, sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    text-transform: uppercase;
    width: 100%;
}

.children_desc .subtitle {
    color: #002559;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    width: 100%;
}

.product_children {
    display: flex;
    justify-content: flex-start;
    margin-top: auto;
    height: 64%;
    align-items: flex-end;
    z-index: 9;
    position: relative;
    padding-left: 120px;
}

.btn_calculate {
    position: absolute;
    bottom: 60px;
    z-index: 9;
    right: 20%;
}

.btn_calculate a{
    border-radius: 8px;
    border: 1px solid #1A2974;
    background: #273072;
    color: #FFF;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 11px 32px;
    text-decoration: none;

}


@media (max-width: 1540px){
    .adults_desc .title {
        font-size: 28px;
        line-height: 40px;
    }
    .adults_desc {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding: 171px 18px 0 0;
        margin-left: auto;
        max-width: 310px;
    }
    .children_desc .title {
        font-size: 30px;
        line-height: 40px;
    }
    .children_desc {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding: 171px 0 0 20px;
        margin-right: auto;
        max-width: 310px;
    }
    a.red_btn {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 11px 10px;
    }
    a.blue_btn {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 11px 15px;
    }
    .product_children {
        display: flex;
        justify-content: flex-start;
        margin-top: auto;
        height: 64%;
        align-items: flex-end;
        z-index: 9;
        position: relative;
        padding-left: 50px;
    }
}

section.useful {
    padding: 40px 0;
}

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

.useful_title h2 {
    color: #18212E;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}

.all_posts a {
    color: #18212E;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    border-radius: 12px;
    border: 1.5px solid #CED4DA;
    padding: 16px 20px;
}


.useful_wrap {
    display: flex;
    gap: 30px;
}

.useful_wrap article {
    flex: 1;
    overflow: hidden;
}

.useful_wrap article a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.img_post {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f0f0f0;
}

.img_post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cat_name {
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 8px 16px;
    border-radius: 900px;
    color: #FFF;
    font-family: "DM Sans", sans-serif;
    font-size: 11.3px;
    font-style: normal;
    font-weight: 400;
    line-height: 7.92px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: inline-block;
    width: 147px;
}

.cat_name.blue_cat {
    background-color: #0066CC;
}

.cat_name.red_cat {
    background-color: #DC143C;
}

.cat_name.fiolet_cat {
    background-color: #9933FF;
}

.title_post {
    padding: 26px 4px 14px;
    color: #1B2974;
    font-family: Montserrat, sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 32.253px;
    text-transform: uppercase;
}

.desc_post {
    padding: 0 5px;
    color: #515151;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.949px;
}

.bottom_info_test p {
    margin: 0 auto;
    color: #AAA;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 56.863px;
    font-style: normal;
    font-weight: 400;
    line-height: 104.332%;
    max-width: 1077px;
    padding: 20px 0;
}

.bottom_info_test {
    margin-top: 52px;
}

footer.footer {
    background: #152571;
    padding: 25px 0;
}

.footer_wrap {
    display: flex;
    justify-content: center;
}

.footer_logo a {
    display: flex;
}

.icone_hero_item {
    width: 96px;
}

@media (max-width: 1360px){
    section.hero_section {
        background-image: url(/wp-content/themes/ibuvir/assets/img/top_bg-min.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 50px 0 120px;
    }
    .logo_title img {
        width: 100%;
        height: auto;
        max-width: 400px;
    }
    .logo_title {
        margin-bottom: 40px;
    }
    .inner_hero {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .inner_hero_item {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    h2.apply_title {
        font-size: 34px;
        line-height: 42px;
        margin: 0 0 20px;
    }
    .apply_subtitle {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 30px;
    }
    .apply_img img {
        max-width: 80px;
    }
    .apply_item {
        flex: 0 0 50%;
        max-width: 270px;
        position: relative;
        cursor: pointer;
    }
    .apply_item:after {
        content: '';
        width: 28px;
        height: 26px;
        top: 15px;
        right: 0;
    }
    .adults_desc .title {
        font-size: 26px;
        line-height: 36px;
    }
    .adults_desc {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding: 171px 20px 0 0;
        margin-left: auto;
        max-width: 250px;
    }
    .children_desc .title {
        font-size: 26px;
        line-height: 36px;
    }
    .children_desc {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding: 171px 0 0 20px;
        margin-right: auto;
        max-width: 250px;
    }
    .btn_calculate {
        position: absolute;
        bottom: 60px;
        z-index: 9;
        right: 10%;
    }
    .product_adult img {
        max-width: 400px;
        height: auto;
    }
    .product_children {
        display: flex;
        justify-content: flex-start;
        margin-top: auto;
        height: 62%;
        align-items: flex-end;
        z-index: 9;
        position: relative;
        padding-left: 30px;
    }
    .product_children img {
        max-width: 190px;
    }
    .title_post {
        padding: 20px 4px 10px;
        font-size: 20px;
        line-height: 28px;
    }
    .desc_post {
        padding: 0 5px;
        font-size: 18px;
        line-height: 24px;
    }
    .bottom_info_test p {
        color: #AAA;
        text-align: center;
        font-size: 48px;
        line-height: 104%;
        max-width: 1077px;
        padding: 20px 0;
    }
    section.for_whom {
        padding-bottom: 60px;
    }
}

@media (max-width: 1191px){
    section.hero_section {
        background-image: url(/wp-content/themes/ibuvir/assets/img/top_bg-min.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 50px 0 80px;
    }
    .logo_title img {
        width: 100%;
        height: auto;
        max-width: 350px;
    }
    .text_hero_item .title {
        font-size: 22px;
    }
    .icone_hero_item img {
        max-width: 100%;
        width: 80px;
    }
    .apply_img img {
        max-width: 70px;
    }
    .apply_item {
        flex: 0 0 50%;
        max-width: 250px;
        position: relative;
        cursor: pointer;
    }
    .apply_item:after {
        content: '';
        width: 28px;
        height: 26px;
        top: 9px;
        right: 0;
    }
    .adults_desc .title {
        font-size: 22px;
        line-height: 28px;
    }
    .children_desc .title {
        font-size: 22px;
        line-height: 28px;
    }
    a.red_btn {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 11px 10px;
    }
    a.blue_btn {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 11px 10px;
    }
    .btns_whom_wrap {
        display: flex;
        gap: 10px;
        margin-top: 40px;
        width: 100%;
        justify-content: flex-start;
    }
    .adults_desc {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding: 171px 10px 0 0;
        margin-left: auto;
        max-width: 230px;
    }
    .children_desc {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding: 171px 0 0 10px;
        margin-right: auto;
        max-width: 230px;
    }
    section.for_whom {
        padding-bottom: 0;
    }
    .title_post {
        padding: 26px 4px 14px;
        font-size: 18px;
        line-height: 24px;
    }
    .desc_post {
        padding: 0 5px;
        font-size: 16px;
        line-height: 22px;
    }
    .bottom_info_test p {
        color: #AAA;
        text-align: center;
        font-size: 38px;
        line-height: 104%;
        max-width: 1077px;
        padding: 20px 0;
    }
    .bottom_info_test {
        margin-top: 10px;
    }
    .hero_wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        max-width: fit-content;
        margin-left: auto;
        max-width: 520px;
    }
    .apply_wrap {
        max-width: 550px;
    }
    ul.nav_menu {
        display: flex;
        align-items: center;
        gap: 30px;
    }
}

button#menuBtn {
    display: none;
}

@media (max-width: 991px){
    .header_wrap #nav {
        display: none;
    }
    .header_wrap .active#nav {
        display: flex;
        position: absolute;
        left: 0;
        display: flex;
        flex-direction: column;
        border-radius: 24px;
        background: linear-gradient(180deg, #FFF 0%, #96CBFF 100%);
        box-shadow: 0 20px 12px 6px rgba(0, 0, 0, 0.15);
        width: 100%;
        padding: 20px 10px;
        top: 42px;
        gap: 8px;
        z-index: 99;
    }

    .header_wrap .active#nav li {
        padding: 14px 0;
    }
    button#menuBtn {
        display: flex;
        color: #000;
        border: none;
        background: #fff;
        margin-right: 20px;
        cursor: pointer;
        width: 35px;
        font-size: 28px;
    }
    .logo_title img {
        width: 100%;
        height: auto;
        max-width: 280px;
    }

    .hero_wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        max-width: fit-content;
        margin-left: auto;
        max-width: 430px;
    }
    section.hero_section {
        background-image: url(/wp-content/themes/ibuvir/assets/img/top_bg-min.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 40px 0 70px;
    }
    .icone_hero_item img {
        max-width: 100%;
        width: 60px;
    }
    .icone_hero_item {
        width: 60px;
    }
    .text_hero_item .title {
        font-size: 18px;
    }
    .text_hero_item .desc {
        font-size: 16px;
    }
    .for_whom_wrap {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .for_adults {
        background-image: url(/wp-content/themes/ibuvir/assets/img/adult-min.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 800px;
        position: relative;
    }
    .for_children {
        background-image: url(/wp-content/themes/ibuvir/assets/img/children-min.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 800px;
        position: relative;
    }
}

.apply_mob_img{
    display: none;
}

@media (max-width: 860px) {
    .hero_wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        max-width: fit-content;
        margin-left: auto;
        max-width: 370px;
    }
    section.hero_section {
        background-image: url(/wp-content/themes/ibuvir/assets/img/top_bg-min.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 40px 0 50px;
    }
    .apply_mob_img{
        display: flex;
    }
    .apply_mob_img img {
        width: 100%;
        height: auto;
    }
    .apply {
        background-image: none;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 60px 0;
        background: linear-gradient(180deg, #FFF 0%, #96CBFF 100%), linear-gradient(208deg, #B4D9FE 61.74%, rgba(205, 230, 253, 0.20) 85.71%), url(<path-to-image>) lightgray -36.93px 0px / 464.58% 100% no-repeat;
    }
    h2.apply_title {
        font-size: 32px;
        line-height: 38px;
        margin: 40px 0 20px;
    }
    .apply_wrap {
        max-width: 100%;
    }
    .apply_list {
        display: flex;
        gap: 26px;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: column;
    }
    .apply_item {
        flex: 0 0 100%;
        max-width: 358px;
        position: relative;
        cursor: pointer;
    }
    .product_adult {
        display: flex;
        justify-content: flex-end;
        margin-top: auto;
        height: 85%;
        align-items: flex-end;
        padding-right: 15px;
        z-index: 9;
        position: relative;
    }
    .product_adult img {
        max-width: 310px;
        height: auto;
    }
    .adults_desc {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding: 0;
        margin-left: auto;
        max-width: 100%;
        justify-content: flex-end;
        margin-top: auto;
        position: absolute;
        bottom: 21px;
        left: 16px;
        z-index: 99;
    }
    .for_adults:after {
        content: '';
        position: absolute;
        background: #1B2974;
        bottom: 0;
        left: 0;
        height: 180px;
        width: 100%;
    }
    .adults_desc .title {
        font-size: 24px;
        line-height: 28px;
        color: #fff;
    }
    .adults_desc .subtitle {
        color: #fff;
        font-family: Montserrat, sans-serif;
        font-size: 16px;
    }
    a.blue_btn {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 11px 10px;
        color: #273072;
        background: #fff;
    }
    .product_children {
        display: flex;
        justify-content: flex-end;
        margin-top: auto;
        height: 80%;
        align-items: flex-end;
        z-index: 9;
        position: relative;
        padding-left: 30px;
    }
    .btn_calculate {
        position: absolute;
        bottom: 37px;
        z-index: 9;
        left: 016px;
    }
    .product_children img {
        max-width: 150px;
    }
    .for_children:after {
        content: '';
        position: absolute;
        background: #D30010;
        bottom: 0;
        left: 0;
        height: 250px;
        width: 100%;
    }
    .children_desc {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding: 0;
        margin-right: auto;
        max-width: 100%;
        position: absolute;
        bottom: 90px;
        z-index: 999;
        left: 16px;
    }
    .children_desc a.red_btn {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 11px 12px;
        color: #D2000E;
        background: #fff;
    }
    .children_desc a.blue_btn {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 11px 10px;
        color: #fff;
        background: #273072;
    }
    .children_desc .title {
        font-size: 22px;
        line-height: 28px;
        color: #fff;
    }
    .children_desc .subtitle {
        color: #fff;
        font-size: 16px;
        width: 100%;
    }
    .useful_title h2 {
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
    }
    .all_posts {
        display: none;
    }
    .bottom_info_test p {
        color: #AAA;
        text-align: center;
        font-size: 24px;
        line-height: 104%;
        max-width: 100%;
        padding: 20px 0;
    }
}

.top_hero_mob{
    display: none;
}


@media (max-width: 768px) {
    .top_hero_mob{
        display: flex;
    }
    .top_hero_mob img{
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    .useful_wrap {
        gap: 20px;
    }
    .apply_img img {
        max-width: 60px;
    }
    .apply_text {
        font-size: 20px;
        line-height: 26px;
    }
    .product_adult img {
        max-width: 255px;
        height: auto;
    }
    .for_adults:after {
        content: '';
        position: absolute;
        background: #1B2974;
        bottom: 0;
        left: 0;
        height: 218px;
        width: 100%;
    }
    .product_adult {
        display: flex;
        justify-content: flex-end;
        margin-top: auto;
        height: 70%;
        align-items: flex-end;
        padding-right: 15px;
        z-index: 9;
        position: relative;
    }
    .for_adults {
        background-image: url(/wp-content/themes/ibuvir/assets/img/adult-min.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
        width: 100%;
        height: 570px;
        position: relative;
    }
    .for_children {
        background-image: url(/wp-content/themes/ibuvir/assets/img/children-min.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
        width: 100%;
        height: 630px;
        position: relative;
    }

    .product_children {
        display: flex;
        justify-content: flex-end;
        margin-top: auto;
        height: 75%;
        align-items: flex-end;
        z-index: 9;
        position: relative;
        padding-left: 30px;
    }
    .adults_desc {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding: 0;
        margin-left: auto;
        max-width: 91%;
        justify-content: flex-end;
        margin-top: auto;
        position: absolute;
        bottom: 21px;
        left: 16px;
        z-index: 99;
        width: 100%;
    }
    a.blue_btn {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 11px 10px;
        color: #273072;
        background: #fff;
        width: 50%;
        text-align: center;
    }
    a.red_btn {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 11px 12px;
        width: 50%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .children_desc {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding: 0;
        margin-right: auto;
        max-width: 91%;
        position: absolute;
        bottom: 90px;
        z-index: 999;
        left: 16px;
        width: 100%;
    }
    .btn_calculate a {
        padding: 11px 32px;
        width: 100%;
        display: block;
        max-width: 310px;
        text-align: center;
    }
    section.hero_section {
        background-image: none;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 0;
    }
    .lang_wrap {
        margin-left: auto;
        margin-right: 15px;
    }
}

@media (max-width: 575px) {
    .btn_calculate a {
        padding: 11px 32px;
        width: 86%;
        display: block;
        max-width: 310px;
        text-align: center;
    }
    .logo img {
        max-width: 110px;
    }
    .inner_hero_item {
        display: flex;
        align-items: center;
        gap: 40px;
    }
    .icone_hero_item {
        width: 60px;
        min-width: 60px;
    }
}


.logo_title_text {
    display: flex;
    align-items: center;
    gap: 40px;
}

.logo_title_text p {
    color: #283479;
    font-family: Montserrat, sans-serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.logo_title_text img {
    max-width: 280px;
}

.inner_hero_buy p {
    margin: 0;
    color: #283479;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.choose_buy_wrap {
    display: flex;
    justify-content: space-between;
}

.choose_left .title {
    color: var(--Black, #1D1D1D);
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 20px;
}

.choose_buy_product {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 280px;
}

.item_buy_product{
    color: #FFF;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 14px 5px;
    text-align: center;
    cursor: pointer;
}


.item_buy_product.first {
    border-radius: 900px;
    background: radial-gradient(253.69% 234.54% at 7.78% 30%, rgba(214, 151, 227, 0.80) 6.63%, rgba(188, 105, 206, 0.80) 41.14%, rgba(167, 66, 188, 0.80) 74.04%, rgba(130, 0, 157, 0.80) 100%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.item_buy_product.second{
    border-radius: 900px;
    background: radial-gradient(356.95% 263.54% at -15.56% 0%, #E6B2F5 0%, #B968CA 32.69%, #781B95 68.27%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.item_buy_product.third {
    border-radius: 900px;
    background: radial-gradient(157.55% 123.58% at 27.78% 16.67%, #82009D 0%, #560467 100%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

a.item_apteka_product {
    text-decoration: none;
    max-width: 190px;
}

.apteka_product {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn_apteka {
    color: #FFF;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    border-radius: 900px;
    background: #D30010;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    height: 40px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-decoration: none;
}

.choose_apteka_wrap .title {
    color: #002559;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 31px;
}

section.choose_buy {
    padding: 60px 0 100px;
}

.logo_apteka {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    border: 1px solid rgba(18, 141, 255, 0.20);
    margin-bottom: 30px;
    padding: 10px;
    transition: all 0.3s ease;
}

.logo_apteka:hover{
    border: 1px solid #82009D;
}

.logo_apteka img {
    width: fit-content;
    height: auto;
    max-width: 180px;
}

/* CSS */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(3px);
}

.modal-content {
    position: relative;
    border-radius: 24px;
    background: linear-gradient(180deg, #FFF 0%, #96CBFF 100%);
    margin: 50px auto;
    padding: 40px 70px;
    max-width: 820px;
    width: 90%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: modalFadeIn 0.3s ease;
}

.modal-body h2 {
    color: #18212E;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin: 0 0 44px 0;
}

.text_modal_top {
    color: #18212E;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    text-align: center;
    margin: 0 0 17px;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

.modal-close {
    position: absolute;
    top: 30px;
    right: 80px;
    font-size: 32px;
    font-weight: bold;
    color: #1B2974;
    cursor: pointer;
    transition: color 0.3s ease;
    line-height: 1;
}

.modal-close:hover,
.modal-close:focus {
  color: #1B2974;
}

.modal-body {
    max-width: 736px;
    margin: 0 auto;
}

.product_modal_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 57px;
    margin-bottom: 40px;
}

.product_modal_img {
    max-width: 152px;
}

.product_modal_img img {
    width: 152px;
    height: auto;
    max-width: 100%;
}

.product_modal_item {
    flex: 1;
    max-width: 525px;
}

.result_title {
    color: #1B2974;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 20px;
}

.result_name {
    color: #003E78;
    font-family: Montserrat, sans-serif;
    font-size: 26.074px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 16px;
}

.result_ml {
    color: #18212E;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    margin-bottom: 20px;
}

.result_text {
    color: #1B2974;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.title_dosage {
    color: #18212E;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    text-align: center;
    margin-bottom: 16px;
}

.subtitle_dosage {
    color: #18212E;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    margin-bottom: 24px;
}

.select-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.select-wrapper {
    flex: 1;
    min-width: 200px;
    max-width: 268px;
}

.select-label {
    display: block;
    margin-bottom: 8px;
    color: #002559;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
}

.custom-select {
  position: relative;
}

.custom-select::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  pointer-events: none;
}

.select-field {
    width: 100%;
    padding: 14px 45px 14px 20px;
    background: #1e3a5f;
    border: none;
    border-radius: 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    transition: all 0.3s ease;
    color: #FFF;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
}

.select-field:hover {
  background: #234a73;
}

.select-field:focus {
  background: #234a73;
  box-shadow: 0 0 0 3px rgba(30, 58, 95, 0.3);
}

/* Стили для option в выпадающем списке */
.select-field option {
  background: #fff;
  color: #333;
  padding: 10px;
}

/* Адаптив */
@media (max-width: 768px) {
  .select-group {
    flex-direction: column;
    gap: 15px;
}

.select-wrapper {
    min-width: 100%;
}
}

@media (max-width: 1540px) {
    .logo_title_text p {
        font-size: 40px;
        margin-bottom: 60px;
    }
    .logo_title_text img {
        max-width: 260px;
    }

    .inner_hero_buy p {
        margin: 0;
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .btn_apteka {
        max-width: 320px;
        margin: 0 auto;
    }
    .item_buy_product {
        width: 370px;
        margin: 0 auto;
    }

    .logo_title_text p {
        font-size: 24px;
        margin: 0;
    }
    .logo_title_text img {
        max-width: 170px;
    }
    .logo_title_text {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 20px;
    }
    .inner_hero_buy p {
        margin: 0;
        font-size: 16px;
    }
    .choose_buy_wrap {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 60px;
    }
    .choose_buy_product {
        display: flex;
        flex-direction: column;
        gap: 20px;
        max-width: 100%;
    }    
    a.item_apteka_product {
        text-decoration: none;
        width: 100%;
    }
    .choose_left .title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .useful_wrap {
        display: flex;
        gap: 30px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 8px;
    }
    
    .useful_wrap article {
        flex: 0 0 auto;
        min-width: 240px; /* Настроить под дизайн */
        overflow: hidden;
        width: 55%;
    }
}

/* CSS */
.dosage-container {
    display: flex;
    gap: 57px;
    align-items: flex-start;
    justify-content: center;
}



.dosage-row {
  display: flex;
  gap: 30px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.dosage-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
  min-width: 150px;
}

.dosage-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dosage-info {
  flex: 1;
}

.dosage-label {
    font-size: 13px;
    font-weight: 600;
    color: #666666;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 17px;
}

.dosage-value {
    color: #18212E;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.dosage-max {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-top: 15px;
  border-top: 1px solid #e0e6ed;
}

.dosage-max .dosage-value {
  font-size: 22px;
}

.dosage-comment {
  flex: 0 0 420px;
  background: #dc1f3a;
  border-radius: 16px;
  padding: 20px 19px;
  color: white;
}

.comment-header span {
    color: #FFF;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
}

.comment-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.comment-header svg {
  flex-shrink: 0;
}

.comment-text {
    color: #FFF;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

/* Адаптив */
@media (max-width: 1024px) {
  .dosage-container {
    flex-direction: column;
}

.dosage-comment {
    flex: 1;
    max-width: 100%;
}
}

@media (max-width: 768px) {
  .dosage-row {
    flex-direction: column;
    gap: 20px;
}

.dosage-item {
    min-width: 100%;
}

.dosage-comment {
    padding: 18px 20px;
}

.comment-header {
    font-size: 16px;
}

.comment-text {
    font-size: 12px;
}
}

@media (max-width: 767px) {
    .item_buy_product {
        width: 100%;
        margin: 0 auto;
    }
    .apteka_product {
        justify-content: center;
    }
}

.content_archive_wrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(300px, 1fr));
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto 50px;
}

.archive_item {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.archive_item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.archive_item_image {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    overflow: hidden;
    background: linear-gradient(135deg, #e8f4f8 0%, #d4e9f0 100%);
}

.archive_item_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.archive_item_content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.archive_item_title {
    padding: 0 4px 14px;
    color: #1B2974;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
}

.archive_item a {
    text-decoration: none;
}

.archive_item_description {
   padding: 0 5px;
   color: #515151;
   font-family: Montserrat, sans-serif;
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 24px;
   margin: 0 0 14px;
}

.archive_item_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.archive_item_date {
    color: #515151;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: flex;
    align-items: center;
    gap: 6px;
}

.archive_item_date::before {
    content: "";
    background-image: url(/wp-content/themes/ibuvir/assets/img/icone/calendar.svg);
    width: 24px;
    height: 24px;
}

.archive_item_link {
    display: flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
    white-space: nowrap;
    transition: gap 0.2s ease;
    color: #002559;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.archive_item_link:hover {
    gap: 10px;
}

.archive_item_link::after {
    content: "";
    background-image: url(/wp-content/themes/ibuvir/assets/img/icone/arrow-right.svg);
    width: 24px;
    height: 24px;
    transition: transform 0.2s ease;
}

.archive_item_link:hover::after {
    transform: translateX(4px);
}

.content_post_wrap h1 {
    color: var(--Blue, #002559);
    font-family: Montserrat, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.content_post_wrap .subtitle {
    color: var(--Blue, #002559);
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 50px;
}

.descpription_top {
    color: var(--Gray, #515151);
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.949px;
    margin-bottom: 50px;
}

.descpription_middle {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 50px;
}

.numeric {
    color: var(--Blue, #002559);
    font-family: Montserrat, sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}

.numeric_item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.numeric_text .title {
    color: var(--Blue, #002559);
    font-family: Montserrat, sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.numeric_text .text {
    color: var(--Gray, #515151);
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.949px;
}

.testimonial {
    border-radius: 8px;
    background: var(--Blue, #002559);
    padding: 30px;
    max-width: 100%;
    margin: 0 auto;
    color: white;
    margin-bottom: 50px;
}

.quote-text {
    color: var(--White, #FFF);
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.949px;
    margin-bottom: 8px;
}

.doctor-info {
    color: var(--White, #FFF);
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}

.description_bottom p {
    color: var(--Gray, #515151);
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin: 0;
}

.description_bottom {
    margin-bottom: 100px;
}

@media (max-width: 768px) {
    .testimonial {
        padding: 30px;
    }

    .quote-text {
        font-size: 15px;
    }

    .doctor-info {
        font-size: 13px;
    }
}



@media (max-width: 1191px) {
    .inner_archive h1 {
        margin: 0 0 20px;
        font-size: 36px;
        line-height: 40px;
    }
    .inner_archive p {
        font-size: 18px;
        line-height: 28px;
    }
    .content_post_wrap h1 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .descpription_top {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 50px;
    }
    .numeric_text .title {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .numeric {
        font-size: 20px;
    }
    .numeric_text .text {
        font-size: 16px;
        line-height: 24px;
    }
    .quote-text {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .doctor-info {
        font-size: 18px;
        line-height: 24px;
    }
    .description_bottom p {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
    }
}

@media (max-width: 1024px) {
    .content_archive_wrap {
        display: grid;
        grid-template-columns: repeat(2, minmax(300px, 1fr));
        gap: 32px;
        max-width: 1200px;
        margin: 0 auto 50px;
    }
}

.pagination .nav-links {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    gap: 7px;
}

.nav-links .page-numbers.current {
    color: #FFF;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.949px;
    border-radius: 8px;
    background: var(--Blue, #002559);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-links .page-numbers {
    color: var(--Blue, #002559);
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.949px;
    text-decoration: none;
    border-radius: 8px;
    background: #FFF;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prev_btn {
    display: flex;
}

.next_btn {
    display: flex;
}

@media (max-width: 991px) {
    .descpription_middle .numeric_img {
        max-width: 100%;
    }
    .numeric_wrap {
        order: 2;
    }
    .numeric_img img {
        width: 100%;
    }
    .descpription_middle {
        display: flex;
        justify-content: space-between;
        gap: 30px;
        margin-bottom: 50px;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .description_bottom {
        margin-bottom: 60px;
    }
    .descpription_middle {
        display: flex;
        justify-content: space-between;
        gap: 30px;
        margin-bottom: 30px;
        flex-direction: column;
    }
    .testimonial {
        padding: 30px;
        margin-bottom: 30px;
    }
    .content_post_wrap h1 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .content_post_wrap .subtitle {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .title_archive {
        font-size: 26px;
        line-height: 140%;
        letter-spacing: 0.96px;
        text-transform: uppercase;
        margin-bottom: 40px;
    }
    #breadcrumbs span {
        font-size: 14px;
        line-height: 20px;
    }
    .inner_archive h1 {
        margin: 0 0 20px;
        font-size: 32px;
        line-height: 38px;;
    }
    .inner_archive p {
        font-size: 16px;
        line-height: 20px;
    }
    .top_archive {
        background-image: url(/wp-content/themes/ibuvir/assets/img/archive-img-mob..png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        margin-bottom: 60px;
        height: 324px;
    }
    .inner_archive {
        position: absolute;
        bottom: 30px;
    }
    .content_archive_wrap {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 16px;
    }

    .archive_item_content {
        padding: 16px;
    }

    .archive_item_title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .archive_item_description {
        font-size: 13px;
        margin-bottom: 14px;
        -webkit-line-clamp: 3;
    }
}

@media (max-width: 480px) {
    .content_archive_wrap {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    

    .archive_item_title {
        font-size: 13px;
    }

    .archive_item_description {
        font-size: 12px;
        -webkit-line-clamp: 2;
    }

    .archive_item_footer {
        flex-wrap: wrap;
    }
}

.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    top: 20px;
    z-index: 9;
}

.breadcrumb-link {
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-link:hover {
  color: #003366;
}

.breadcrumb-separator {
  color: #999999;
}

.ibuvir-hero {
    width: 100%;
    padding-bottom: 50px;
    position: relative;
}

.hero-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
  position: relative;
}

.center_drug_adult img {
    width: 100%;
}

.center_drug_adult {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 43%;
    transform: translate(-50%, -50%);
    max-width: 520px;
}

.hero-image-section {
  flex: 1;
  min-width: 0;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.hero-content-section {
  flex: 1;
  min-width: 0;
  padding: 0 10px;
}

.hero-brand-logo {
  font-size: 48px;
  font-weight: 700;
  color: #003366;
  margin: 0 0 60px 0;
  max-width: 342px;
}

.hero-brand-logo img {
    width: 100%;
    height: auto;
}

.hero-title-adult {
    color: #002559;
    font-family: Montserrat, sans-serif;
    font-size:  48px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
    max-width: 699px;
}

.hero-description {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  max-width: 699px;
}

.description-icon {
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.description-icon svg {
  width: 100%;
  height: 100%;
}

.description-text {
  color: #283479;
  font-family: Montserrat, sans-serif;
  font-size:  20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* ========== ОСНОВНОЙ БЛОК ========== */
.ibuvir-info {
  width: 100%;
  padding: 40px 0;
}

.info-wrapper {
    display: flex;
    gap: 32px;
    align-items: flex-end;
}

.info-content {
  flex: 1;
  min-width: 0;
  max-width: 699px;
}

.info-image.info-image-child {
    max-width: 540px;
}

.info-title {
    color: #002559;
    font-family: Montserrat, sans-serif;
    font-size:  32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.info-description {
    color:  #002559;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.info-description strong {
  font-weight: 700;
  color: #003366;
}

.info-section {
  margin-bottom: 30px;
}

.info-section-title {
    color: #002559;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.info-list-item {
    display: flex;
    gap: 15px;
    align-items: center;
}

.info-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-icon img {
  width: 100%;
  height: 100%;
}

.info-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

.info-label {
    color: #002559;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.info-value {
  font-size: 14px;
  font-weight: 600;
  color: #003366;
  display: block;
}

.info-button {
    display: inline-block;
    background: linear-gradient(0deg, #D2000E 0%, #D2000E 100%), #1B2974;
    padding: 12px 28px;
    border-radius: 8px;
    color: #FFF;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.info-button:hover {
  background-color: #a01729;
}

.info-button:active {
  background-color: #8b1424;
}

.info-image {
    flex: 0 0 auto;
    width: 50%;
    min-width: 250px;
}

.product-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

@media (max-width: 1560px) {
    .info-image.info-image-child {
        max-width: 475px;
    }
}

@media (max-width: 1024px) {
  .info-wrapper {
    gap: 35px;
}

.info-title {
    margin-bottom: 20px;
}

.info-description {
    font-size: 13px;
    margin-bottom: 30px;
}

.info-image {
    width: 45%;
}

.info-list-item {
    gap: 12px;
}

.info-icon {
    width: 28px;
    height: 28px;
}

.info-label {
    font-size: 12px;
}

.info-value {
    font-size: 13px;
}
}

/* ========== МОБИЛЬНАЯ ВЕРСИЯ ========== */
@media (max-width: 768px) {
  .ibuvir-info {
    padding: 30px 0;
}

.info-wrapper {
    flex-direction: column;
    gap: 30px;
}

.info-title {
    margin-bottom: 18px;
}

.info-description {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.info-section {
    margin-bottom: 25px;
}

.info-section-title {
    font-size: 13px;
    margin-bottom: 15px;
}

.info-list {
    gap: 12px;
}

.info-list-item {
    gap: 12px;
}

.info-icon {
    width: 28px;
    height: 28px;
    margin-top: 2px;
}

.info-label {
    font-size: 12px;
}

.info-value {
    font-size: 13px;
}

.info-button {
    text-align: center;
    padding: 14px 20px;
    font-size: 13px;
}

.info-image {
    width: 100%;
    min-width: unset;
    order: 2;
}

.info-content {
    order: 1;
}
}

/* ========== МАЛЫЕ МОБИЛЬНЫЕ УСТРОЙСТВА ========== */
@media (max-width: 480px) {
  .ibuvir-info {
    padding: 25px 0;
}

.info-wrapper {
    gap: 25px;
}

.info-title {
    margin-bottom: 15px;
    font-size: 28px;
}

.info-description {
    font-size: 12px;
    margin-bottom: 20px;
}

.info-section-title {
    font-size: 12px;
    margin-bottom: 12px;
}

.info-list {
    gap: 10px;
}

.info-list-item {
    gap: 10px;
}

.info-icon {
    width: 34px;
    height: 34px;
}

.info-label {
    font-size: 11px;
}

.info-value {
    font-size: 12px;
}

.info-button {
    padding: 12px 18px;
    font-size: 12px;
}
}

@media (max-width: 1560px) {
    .hero-brand-logo {
        font-size: 48px;
        font-weight: 700;
        color: #003366;
        margin: 0 0 24px 0;
        max-width: 290px;
    }
    .hero-title-adult {
        line-height: 120%;
        margin-top: 0;
        margin-bottom: 24px;
        font-size: 32px;
        max-width: 699px;
    }
    .center_drug_adult {
        position: absolute;
        width: 100%;
        top: 92%;
        left: 43%;
        transform: translate(-50%, -50%);
        max-width: 440px;
    }
    #breadcrumbs a, span {
        font-size: 18px;
        line-height: 30px;
    }
}



@media (max-width: 1024px) {
  .hero-wrapper {
    gap: 30px;
}

.hero-brand-logo {
    font-size: 40px;
    margin-bottom: 15px;
}

.hhero-title-adult {
    font-size: 28px;
    margin-bottom: 25px;
}


}

@media (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 20px;
    font-size: 12px;
}

.hero-wrapper {
    flex-direction: column;
    gap: 25px;
}

.hero-image-section {
    width: 100%;
}

.hero-content-section {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.hero-brand-logo {
    font-size: 32px;
    margin-bottom: 15px;
}

.hero-title {
    font-size: 22px;
    margin-bottom: 20px;
}

.hero-description {
    gap: 15px;
}

.description-icon {
    width: 36px;
    height: 36px;
}


}

@media (max-width: 480px) {
  .breadcrumbs {
    margin-bottom: 15px;
    font-size: 11px;
}

.hero-wrapper {
    gap: 20px;
}

.hero-brand-logo {
    font-size: 26px;
    margin-bottom: 12px;
}

.hero-title {
    font-size: 18px;
    margin-bottom: 18px;
}

.hero-description {
    gap: 12px;
}

.description-icon {
    width: 32px;
    height: 32px;
    margin-top: 3px;
}

.description-text {
    font-size: 13px;
    line-height: 1.5;
}
}

/* ========== ОСНОВНОЙ БЛОК ========== */
.ibuvir-benefits {
  width: 100%;
  padding: 40px 0;
}

.benefits-title {
    color: #002559;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.benefit-card {
    padding: 32px 24px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 280px;
}

.benefit-card--purple {
  background: #82009D;
  color: white;
}

.benefit-card--light-blue {
  background: rgba(18, 141, 255, 0.20);
  color: #002559;
}

.benefit-card--dark-blue {
  background: #152571;
  color: white;
}

.benefit-card--red {
  background-color: #D30010;
  color: white;
}

.benefit-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
}

.benefit-icon img {
    width: 80px;
    max-width: 100px;
    height: auto;
}

.benefit-card .benefit-title {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 18px;
}

.benefit-card.benefit-card--light-blue .benefit-title{
    color: #002559;
}

.benefit-card .benefit-text {
    color:  #515151;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 16px;
}

@media (max-width: 1200px) {
  .benefits-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.benefit-card {
    padding: 25px;
    min-height: 260px;
    gap: 15px;
}

.benefit-card .benefit-title {
    font-size: 15px;
}

.benefit-card .benefit-text {
    font-size: 12px;
}

.benefit-icon {
    width: 42px;
    height: 42px;
}
}

@media (max-width: 1024px) {
  .benefits-title {
    font-size: 24px;
    margin-bottom: 25px;
}

.benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.benefit-card {
    padding: 28px;
    min-height: 240px;
    gap: 18px;
}

.benefit-card .benefit-title {
    font-size: 15px;
}

.benefit-card .benefit-text {
    font-size: 13px;
}

.benefit-icon {
    width: 44px;
    height: 44px;
}
}

@media (max-width: 768px) {
    .benefit-icon img {
        width: 45px;
        max-width: 100%;
        height: auto;
    }
    .ibuvir-benefits {
        padding: 30px 0;
    }

    .benefits-title {
        font-size: 20px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .benefit-card {
        padding: 24px;
        min-height: 220px;
        gap: 15px;
    }

    .benefit-card .benefit-title {
        font-size: 14px;
    }

    .benefit-card .benefit-text {
        font-size: 12px;
        line-height: 1.4;
    }

    .benefit-icon {
        width: 40px;
        height: 40px;
    }
}

/* ========== МАЛЫЕ МОБИЛЬНЫЕ УСТРОЙСТВА ========== */
@media (max-width: 480px) {
  .ibuvir-benefits {
    padding: 25px 0;
}

.benefits-title {
    font-size: 18px;
    margin-bottom: 18px;
}

.benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.benefit-card {
    padding: 20px;
    min-height: 200px;
    gap: 12px;
}

.benefit-card .benefit-title {
    font-size: 13px;
}

.benefit-card .benefit-text {
    font-size: 11px;
    line-height: 1.4;
}

.benefit-icon {
    width: 36px;
    height: 36px;
    align-self: end;
}
}

.indications {
  width: 100%;
  padding: 40px 0;
  background: linear-gradient(to bottom, #ffffff 0%, #C9E3FB 50%, #ffffff 100%);
  border-radius: 8px;
  position: relative;
}



.indications-wrapper {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}


.indications-content {
  flex: 1;
  min-width: 0;
  max-width: 1035px;
  z-index: 2;
}

.indications-title {
  font-size: 28px;
  font-weight: 700;
  color: #003366;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.indication-section {
  margin-bottom: 35px;
}

.section-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.section-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    object-fit: contain;
}

.section-title {
    color: #002559;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}

.section-description {
    color: #515151;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.949px;
}

.dosage-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
  margin-left: 0;
}

.dosage-card {
    border-radius: 8px;
    border: 1px solid var(--White, #FFF);
    background: #F2F8FE;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dosage-cards.dosage-cards-child .dosage-card{
    width: 456px;
}

.dosage-icon {
  object-fit: contain;
}

.dosage-label {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #1B2974;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
}

.dosage-value {
  font-size: 16px;
  font-weight: 700;
  color: #003366;
  margin: 0;
  line-height: 1.3;
}

.dosage-note {
    color: #515151;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.instruction-block {
    border-radius: 8px;
    border: 1px solid #FFF;
    background: #F2F8FE;
    padding: 40px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
    max-width: 425px;
}

.instruction-block-child {
    display: flex;
    z-index: 9;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.instruction_pack_child {
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    left: -232px;
    top: 50%;
    left: 43%;
    transform: translate(-50%, -50%);
}

.instruction_pack_child img {
    width: 100%;
    height: auto;
    max-width: 370px;
}

.instruction-title {
    margin: 0;
    color: #002559;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.instruction-text {
    color:  #515151;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.instruction-button {
  display: inline-block;
  background-color: #003366;
  color: white;
  padding: 12px 28px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background-color 0.3s ease;
  cursor: pointer;
  width: fit-content;
  color: #FFF;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.instruction-button:hover {
  background-color: #002244;
}

.instruction-button:active {
  background-color: #001a35;
}

.indications-image {
    flex: 0 0 auto;
    width: 45%;
    min-width: 280px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.indications-image.indications-child {
    width: 33%;
    top: 10%;
}

.indications-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.center_drug_adult.center_child {
    max-width: 295px;
    top: 77%;
    left: 40%;
}

@media (max-width: 1460px) {
    .indications-image {
        flex: 0 0 auto;
        width: 40%;
        min-width: 280px;
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

@media (max-width: 1200px) {
  .indications-wrapper {
    gap: 35px;
}

.indications-title {
    font-size: 24px;
    margin-bottom: 25px;
}

.dosage-cards {
    gap: 15px;
}

.dosage-card {
    padding: 20px;
}

.section-description {
    font-size: 13px;
}

.indications-image {
    width: 40%;
    min-width: 240px;
}
}

/* ========== ПЛАНШЕТ ========== */
@media (max-width: 1024px) {
  .indications {
    padding: 35px 0;
}

.indications-wrapper {
    flex-direction: column;
    gap: 30px;
}

.indications-title {
    font-size: 22px;
    margin-bottom: 22px;
}

.section-header {
    gap: 12px;
}

.section-icon {
    width: 28px;
    height: 28px;
}

.section-title {
    font-size: 15px;
}

.section-description {
    font-size: 13px;
    margin-left: 40px;
}

.dosage-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-left: 0;
}

.dosage-cards.dosage-cards-child .dosage-card {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

.dosage-value {
    font-size: 15px;
}

.instruction-block {
    padding: 25px;
}

.indications-image {
    width: 100%;
    min-width: unset;
}
}

/* ========== МОБИЛЬНАЯ ВЕРСИЯ ========== */
@media (max-width: 768px) {
  .indications {
    padding: 30px 0;
    background-color: #F0F5FB;
}

.indications-wrapper {
    gap: 25px;
    flex-direction: column;
}

.indications-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.indication-section {
    margin-bottom: 25px;
}

.section-header {
    gap: 12px;
    margin-bottom: 12px;
}

.section-icon {
    width: 26px;
    height: 26px;
}

.section-title {
    font-size: 14px;
}

.section-description {
    font-size: 12px;
    margin-left: 38px;
}

.dosage-cards {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-left: 0;
}

.dosage-card {
    padding: 18px;
    text-align: left;
    gap: 10px;
}

.dosage-icon {
    width: 36px;
    height: 36px;
    margin: 0 0 6px 0;
}

.dosage-label {
    font-size: 12px;
}

.dosage-value {
    font-size: 14px;
}

.dosage-note {
    font-size: 11px;
}

.instruction-block {
    padding: 22px;
    gap: 12px;
}

.instruction-title {
    font-size: 15px;
}

.instruction-text {
    font-size: 13px;
}

.instruction-button {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
    font-size: 13px;
}

.indications-image {
    width: 100%;
    min-width: unset;
    order: -1;
}
}

/* ========== МАЛЫЕ МОБИЛЬНЫЕ УСТРОЙСТВА ========== */
@media (max-width: 480px) {
  .indications {
    padding: 25px 0;
}

.indications-wrapper {
    gap: 20px;
}

.indications-title {
    font-size: 18px;
    margin-bottom: 18px;
}

.indication-section {
    margin-bottom: 20px;
}

.section-header {
    gap: 10px;
}

.section-icon {
    width: 24px;
    height: 24px;
}

.section-title {
    font-size: 13px;
}

.section-description {
    font-size: 11px;
    margin-left: 34px;
}

.dosage-cards {
    gap: 10px;
}

.dosage-card {
    padding: 16px;
}

.dosage-icon {
    width: 32px;
    height: 32px;
}

.dosage-label {
    font-size: 11px;
}

.dosage-value {
    font-size: 13px;
}

.dosage-note {
    font-size: 10px;
}

.instruction-block {
    padding: 20px;
}

.instruction-title {
    font-size: 14px;
}

.instruction-text {
    font-size: 12px;
}

.instruction-button {
    padding: 12px 18px;
    font-size: 12px;
}
}


.dose-block {
    max-width: 420px;
}

.dose-title{
    color: #002559;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 16px;
}

.dose-card{
    overflow:hidden;
    background: linear-gradient(to bottom, #cfe6fb 0%, #eaf4ff 55%, #ffffff 100%);
    border-radius: 8px;
    border: 2px solid var(--White, #FFF);
}

.dose-head{
    display:grid;
    grid-template-columns: 1fr 1fr;
    background: var(--navy);
    color:#fff;
    font-weight:700;
    font-size: clamp(18px, 2.5vw, 22px);
    letter-spacing:.2px;
}

.dose-th{
    padding: 18px 18px;
    background: var(--Blue, #002559);
}
.dose-th--center{ text-align:center; }

.dose-body{ display:block; }

.dose-row{
    display:grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #fff;
}

.dose-td{
    text-align: left;
    padding: 16px 24px;
    color: #515151;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.949px;
}
.dose-td--center{ 
    text-align:center; 
}

@media (min-width: 640px){
    .dose-th{ 
        padding: 20px 22px;
        color: var(--White, #FFF);
        text-align: center;
        font-family: Montserrat, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        text-align: left;
    }
    .dose-td{ 
        padding: 18px 22px; 
        text-align: left;
    }
}

.instruction-block-wrap {
    display: flex;
    justify-content: flex-start;
}

.info-image.inst-info-image {
    display: flex;
    align-items: flex-end;
    position: relative;
    left: -90px;
}

@media (max-width: 1440px) {
    .dosage-cards.dosage-cards-child .dosage-card {
        width: 400px;
    }
    .hero-title-adult {
        line-height: 120%;
        margin-bottom: 24px;
        font-size: 28px;
        max-width: 520px;
    }
    .description-text {
        font-size: 18px;
        max-width: 520px
    }
    .center_drug_adult {
        position: absolute;
        width: 100%;
        top: 92%;
        left: 43%;
        transform: translate(-50%, -50%);
        max-width: 340px;
    }
    .info-title {
        font-size: 28px;
    }
    .product-image {
        width: 90%;
        height: auto;
        display: block;
        object-fit: contain;
    }
    .benefits-title {
        font-size: 28px;
        margin-bottom: 24px;
        margin-top: 0;
    }
    .benefit-card .benefit-title {
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 18px;
    }
    .benefit-card .benefit-text {
        font-size: 18px;
        line-height: 30px;
        margin: 0 0 16px;
    }
    .benefits-title {
        font-size: 24px;
        margin-bottom: 24px;
        margin-top: 0;
    }
    .section-title {
        font-size: 20px;
        line-height: 28px;
        margin: 0;
    }
    .section-description {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    .bottom_info_test p {
        font-size: 46px;
        line-height: 104%;
        max-width: 1077px;
        padding: 20px 0;
    }
    .instruction-title {
        margin: 0;
        color: #002559;
        font-family: Montserrat, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }
    .dose-block {
        max-width: 420px;
    }
    .instruction_pack_child {
        
    }
}

@media (max-width: 1260px) {
    .hero-title-adult {
        line-height: 120%;
        margin-bottom: 24px;
        font-size: 26px;
        max-width: 460px;
    }
    .description-text {
        font-size: 16px;
        max-width: 460px;
    }
    .description-icon {
        width: 75px;
        height: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2px;
    }
    .hero-brand-logo {
        font-size: 29px;
        margin: 0 0 16px 0;
        max-width: 250px;
    }
    .instruction_pack_child {
        
    }
    .instruction_pack_child img {
        width: 100%;
        height: auto;
        transform: translateX(-5%);
    }
}

@media (max-width: 1191px) {
    .instruction-block {
        padding: 40px;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 30px;
        max-width: 360px;
    }
}

@media (max-width: 1024px) {
    .instruction_pack_child {
        transform: none;
    }
    .instruction_pack_child {
        max-width: 217px;
        display: flex;
        justify-content: flex-start;
        position: relative;
        left: -34px;
    }
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    .indications-content {
        flex: 1;
        min-width: 0;
        max-width: 100%;
        z-index: 2;
    }
    .indications-content {
        flex: 1;
        min-width: 0;
        max-width: 100%;
        z-index: 2;
        order: 2;
    }
    .indications-image {
        width: 100%;
        min-width: unset;
        position: relative;
        display: flex;
        order: 1;
    }
    .dosage-cards {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
        margin-left: 0;
    }
    .instruction-block {
        border-radius: 8px;
        border: 1px solid #FFF;
        background: #F2F8FE;
        padding: 40px;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 30px;
        max-width: 100%;
    }
    .center_drug_adult {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 43%;
        transform: translate(-50%, -50%);
        max-width: 240px;
    }
    .hero-title-adult {
        line-height: 120%;
        margin-bottom: 24px;
        font-size: 22px;
        max-width: 460px;
    }
    .hero-brand-logo {
        font-size: 29px;
        margin: 0 0 16px 0;
        max-width: 220px;
    }
    .center_drug_adult.center_child {
        max-width: 219px;
        top: 75%;
        left: 75%;
    }
    .instruction-block-child {
        display: flex;
        z-index: 9;
        position: relative;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .instruction_pack_child {
        max-width: 100%;
        display: flex;
        justify-content: flex-start;
        position: relative;
        left: 0;
    }

}

@media (max-width: 991px) {
    .instruction-block-wrap {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
    .info-image.inst-info-image {
        display: flex;
        align-items: center;
        position: relative;
        left: 0;
        justify-content: center;
    }
    .bottom_info_test p {
        font-size: 28px;
        line-height: 104%;
        max-width: 100%;
        padding: 20px 0;
    }
    .modal-content {
        margin: 50px auto;
        padding: 20px 8px;
        max-width: 100%;
        width: 95%;
    }
    .modal-body h2 {
        color: #18212E;
        text-align: left;
        font-family: Montserrat, sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
        margin: 0 0 30px 0;
    }
    .text_modal_top {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 135%;
        text-align: left;
        margin: 0 0 17px;
    }
    .modal-close {
        position: absolute;
        top: 20px;
        right: 24px;
        font-size: 32px;
        font-weight: bold;
        color: #1B2974;
        cursor: pointer;
        transition: color 0.3s ease;
        line-height: 1;
    }
    .modal-body {
        max-width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {

    .adults .info-button{
        width: 100%;
        box-sizing: border-box;
    }

    .dosage-cards.dosage-cards-child .dosage-card {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .dosage-cards {.dosage-cards.dosage-cards-child .dosage-card
        gap: 12px;
        margin-left: 0;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .center_drug_adult {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 70%;
        transform: translate(-50%, -50%);
        max-width: 265px;
    }
    .bottom_info_test p {
        font-size: 24px;
        line-height: 104%;
        max-width: 100%;
        padding: 20px 0;
    }
    .hero-title-adult {
        line-height: 120%;
        margin-bottom: 24px;
        font-size: 28px;
        max-width: 460px;
    }
    .ibuvir-hero {
        width: 100%;
        padding-bottom: 40px;
        position: relative;
    }
    .info-description {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .info-section-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .info-label {
        font-size: 16px;
    }
    .instruction-block {
        padding: 20px;
        display: flex;
        gap: 15px;
        margin-top: 30px;
        max-width: 100%;
        order: 2;
    }
    .info-image.inst-info-image {
        display: flex;
        align-items: center;
        position: relative;
        left: 0;
        justify-content: center;
        order: 1;
    }
    .instruction-button {
        padding: 12px 18px;
        font-size: 14px;
        width: 146px;
    }
    .benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
    }
    .benefit-card {
        padding: 20px 16px;
        min-height: max-content;
        gap: 15px;
    }
    .benefit-card .benefit-title {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 8px;
    }
    .benefit-card .benefit-text {
        font-size: 14px;
        line-height: 120%;
        margin: 0 0 16px;
    }
    .info-button {
        padding: 12px 18px;
        font-size: 14px;
        max-width: 90%;
    }
    .instruction-text {
        font-size: 16px;
    }
    .dosage-label {
        font-size: 14px;
    }
    .dosage-value {
        font-size: 16px;
    }
    .dosage-note {
        font-size: 13px;
    }
    .indications-image.indications-child {
        width: 100%;
        top: 0%;
    }
    .fade_bottom{
      mask-image: linear-gradient(
        to top,
        transparent 0%,
        rgba(0,0,0,0.3) 20%,
        rgba(0,0,0,0.7) 40%,
        black 60%
    );
      mask-size: 100% 100%;
      mask-repeat: no-repeat;
  }
  .indications-wrapper {
    gap: 0;
}
.child .hero-image {
    transform: scaleX(-1);
}
}

@media (max-width: 575px) {
    .section-icon {
        width: 36px;
        height: 36px;
    }
    .center_drug_adult {
        position: absolute;
        width: 100%;
        top: 38%;
        left: 62%;
        transform: translate(-50%, -50%);
        max-width: 246px;
    }
    .hero-wrapper {
        gap: 30px;
    }
    .center_drug_adult.center_child {
        max-width: 184px;
        top: 53%;
        left: 73%;
    }
    .dosage-cards.dosage-cards-child .dosage-card {
        width: 100%;
    }
    .adults .ibuvir-hero .description-icon img{
        width: 64px;
    }

}

.weight-slider-container {
    margin: 20px 0 30px 0;
    padding: 0 15px;
    max-width: 611px;
    margin: 0 auto;
    width: 100%;
}
.weight-label {
    display: block;
    margin-bottom: 11px;
    color: #1B2974;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
}

.slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.weight-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: linear-gradient(to right, #d62828 0%, #d62828 var(--value), #003a70 var(--value), #003a70 100%);
    outline: none;
    cursor: pointer;
    transition: box-shadow 0.2s;
    margin-bottom: 90px;
}

.weight-slider:hover {
    box-shadow: 0 0 8px rgba(214, 40, 40, 0.3);
}

/* Стили для ползунка - большой палец (Chrome, Edge, Safari) */
.weight-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: white;
    border: 3px solid #003a70;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s, box-shadow 0.2s;
}

.weight-slider::-webkit-slider-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.weight-slider::-webkit-slider-thumb:active {
    transform: scale(1.15);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

/* Стили для ползунка - большой палец (Firefox) */
.weight-slider::-moz-range-thumb {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: white;
    border: 3px solid #003a70;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s, box-shadow 0.2s;
}

.weight-slider::-moz-range-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.weight-display {
    color: #1B2974;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    min-width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* Стили для показателя дозировки */
.dosage-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 50px;
    padding: 0 15px;
}

.dosage-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    justify-content: center;
}

.dosage-item svg {
    margin-top: 2px;
    flex-shrink: 0;
    color: #003a70;
}

.dosage-label {
    display: block;
    color: #1B2974;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    text-transform: none;
}

.dosage-value {
    display: block;
    color: #18212E;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

@media (max-width: 991px) {
    .weight-slider-container {
        margin: 20px 0 30px 0;
        padding: 0;
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
    }
    .dosage-info {
        display: flex;
        gap: 30px;
        margin-bottom: 50px;
        padding: 0 15px;
        flex-direction: column;
        align-items: flex-start;
        align-content: flex-start;
    }
    .dosage-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        justify-content: flex-start;
    }
    .dosage-container {
        display: flex;
        gap: 24px;
        align-items: center;
        justify-content: center;
    }
}