.instruction-page.container-base {
    overflow: visible;
    background: #fff;
}

.instruction {
    background: #fff;
    padding-top: 66px;
}


.instruction__header {
    position: relative;
    padding-bottom: 100px;
}

.instruction__header-inner {
    position: relative;
}

.instruction__header-content {
    position: relative;
    z-index: 2;
    padding-top: 64px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.instruction__title {
    color: #222266;
    font: 700 42px/45px OpenSans, sans-serif;
    margin: 0;
}

.instruction__download { 
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 20px 30px;
    border: 2px solid #222266;
    border-radius: 35px;
    cursor: pointer;
    transition: background-color .3s ease;
}

.instruction__download:hover {
    background-color: #222266;
}

.instruction__download:hover .instruction__download-text {
    color: #fff;
}

.instruction__download:hover .instruction__download-icon svg path {
    stroke: #fff;
}

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

.instruction__download-icon svg path {
    transition: stroke .3s ease;
}

.instruction__download-text {
    color: #222266;
    font: 700 18px/24px OpenSans, sans-serif;
    text-transform: uppercase;
    transition: color .3s ease;
}

.instruction__header-media {
    position: absolute;
    top: 0;
    right: 0;
    width: 640px;
    max-width: 55%;
    height: 320px;
    z-index: 1;
    pointer-events: none;
}

.instruction__header-bubble {
    position: absolute;
    z-index: 1;
    top: 0;
    right: -12px;
    width: 230px;
    height: 131px;
    overflow: hidden;
}

.instruction__header-bubble-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 1182px;
    max-width: none;
    height: 131px;
}

.instruction__header-bottles {
    position: absolute;
    z-index: 2;
    top: 23px;
    right: 76px;
    width: 481px;
    height: 287px;
}

.instruction__header-bubble-mobile,
.instruction__header-bottles-mobile {
    display: none;
}


.instruction__body {
    background: #fff;
    box-shadow: 0 2px 40px rgba(49, 42, 45, .12);
    border-radius: 25px;
    padding: 50px 30px;
    margin-bottom: 60px;
}

.instruction__content {
    display: grid;
    grid-template-columns: 1fr 340px;
    column-gap: 30px;
    row-gap: 80px;
}

.instruction__intro,
.instruction__divider,
.instruction__section {
    grid-column: 1;
}


.instruction__intro,
.instruction__section {
    display: flex;
    flex-direction: column;
    gap: 50px;
    scroll-margin-top: 86px;
}

.instruction__intro-head {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.instruction__intro-title {
    color: #222266;
    font: 600 28px/35px OpenSans, sans-serif;
    margin: 0;
}

.instruction__product-name {
    color: #222266;
    font: 600 20px/25px OpenSans, sans-serif;
    margin: 0;
}

.instruction__badge {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    padding: 6px 16px 8px;
    background: #CDE8F8;
    border-radius: 100px;
    color: #222266;
    font: 600 16px/20px OpenSans, sans-serif;
}

.instruction__section-title {
    color: #222266;
    font: 600 28px/35px OpenSans, sans-serif;
    margin: 0;
}

.instruction__subsection {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.instruction__subsection-title {
    color: #222266;
    font: 600 24px/28px OpenSans, sans-serif;
    margin: 0;
}

.instruction__text {
    color: #000;
    font: 400 16px/25px OpenSans, sans-serif;
    margin: 0;
}

.instruction__text--bold {
    font-weight: 600;
}

.instruction__text-muted {
    display: block;
    color: rgba(0, 0, 0, .5);
}

.instruction__lead,
.instruction__sub-label,
.instruction__regimen-title,
.instruction__country-label {
    color: #C30D6D;
    font: 600 18px/22px OpenSans, sans-serif;
    margin: 0;
}

.instruction__label {
    color: rgba(0, 0, 0, .5);
    font: italic 600 16px/20px OpenSans, sans-serif;
    margin: 0;
}

.instruction__link {
    color: #000000;
    text-decoration: underline;
}

.instruction__link[href^="tel:"] {
    text-decoration: none;
}

.instruction__subsection--manufacturer .instruction__link[href^="mailto:"] {
    text-decoration: none;
}

.instruction__textblock {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

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

.instruction__list-item {
    position: relative;
    padding-left: 20px;
    color: #000;
    font: 400 16px/25px OpenSans, sans-serif;
}

.instruction__list-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #C30D6D;
}

.instruction__list-item--bold {
    font-weight: 600;
}

.instruction__asterisk {
    color: #C30D6D;
}

.instruction__footnote {
    color: rgba(0, 0, 0, .5);
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}

.instruction__sub,
.instruction__regimen,
.instruction__freq {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.instruction__divider {
    width: 100%;
    height: 1px;
    border: 0;
    margin: 0;
    background: rgba(0, 0, 0, .15);
}

.instruction__divider--sub {
    background: rgba(0, 0, 0, .1);
}


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

.instruction__scheme-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.instruction__scheme-icon {
    flex-shrink: 0;
    width: 87px;
    height: 90px;
    object-fit: contain;
}

.instruction__scheme-number {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #CCE8F8;
    color: #222266;
    font: 600 14px/20px OpenSans, sans-serif;
}

.instruction__scheme-text {
    flex: 1 1 0;
    margin: 0;
    color: #000;
    font: 400 16px/25px OpenSans, sans-serif;
}


.instruction__contacts {
    background: #DCEDF6;
    border-radius: 40px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.instruction__country {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.instruction__country-title {
    color: #000;
    font: 700 16px/25px OpenSans, sans-serif;
    margin: 0;
}


.instruction__sidebar {
    grid-column: 2;
    grid-row: 1 / -1;
}

.instruction__sidebar-inner {
    position: sticky;
    top: 86px;
    background: #CCE8F8;
    border-radius: 25px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.instruction__sidebar-title {
    color: #222266;
    font: 600 20px/26px OpenSans, sans-serif;
    margin: 0;
}

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

.instruction__sidebar-link {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-decoration: none;
}

.instruction__sidebar-number {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    color: #222266;
    font: 600 14px/20px OpenSans, sans-serif;
}

.instruction__sidebar-text {
    color: #222266;
    font: 600 14px/20px OpenSans, sans-serif;
    text-decoration: underline;
    transition: color .2s ease;
}

.instruction__sidebar-link:hover .instruction__sidebar-text {
    color: rgba(34, 34, 102, .55);
    text-decoration: none;
}


@media (max-width: 767px) {

    .instruction__header {
        padding-top: 40px;
        padding-bottom: 160px;
    }

    .instruction__header-inner {
        position: static;
        max-width: none;
        padding: 0 16px;
    }

    .instruction__header-content {
        padding-top: 0;
        align-items: center;
        text-align: center;
        gap: 24px;
    }

    .instruction__title {
        font: 700 23px/30px OpenSans, sans-serif;
    }

    .instruction__download {
        padding: 14px 24px;
        gap: 12px;
    }

    .instruction__download-text {
        font-size: 15px;
        line-height: 20px;
    }

    .instruction__header-media {
        position: absolute;
        inset: 0;
        width: auto;
        max-width: none;
        height: auto;
    }

    .instruction__header-bubble,
    .instruction__header-bottles {
        display: none;
    }

    .instruction__header-bubble-mobile {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 84px;
        height: 79px;
    }

    .instruction__header-bottles-mobile {
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 212px;
        height: 127px;
    }

    .instruction__body {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        border-radius: 25px;
        padding: 24px 16px;
        margin-bottom: 0px;
    }

    .instruction__content {
        display: block;
        padding: 24px 0;
    }

    .instruction__content > * + * {
        margin-top: 40px;
    }

    .instruction__sidebar-inner {
        position: static;
    }

    .instruction__intro,
    .instruction__section {
        gap: 30px;
    }

    .instruction__subsection {
        gap: 15px;
    }

    .instruction__intro-title,
    .instruction__section-title {
        font: 600 24px/32px OpenSans, sans-serif;
    }

    .instruction__subsection-title {
        font: 600 20px/28px OpenSans, sans-serif;
    }

    .instruction__product-name {
        font: 500 16px/25px OpenSans, sans-serif;
    }

    .instruction__badge {
        font: 500 14px/18px OpenSans, sans-serif;
    }

    .instruction__lead,
    .instruction__sub-label,
    .instruction__regimen-title {
        font-size: 16px;
        line-height: 20px;
    }
    .instruction__scheme {
        gap: 15px;
    }

    .instruction__scheme-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .instruction__scheme-number {
        display: none;
    }

    .instruction__contacts {
        padding: 30px 15px;
    }
}
