.opt-section__title,
.opt-section__subtitle,
.opt-section-suit,
.opt-section-suit__item,
.opt-section-suit__item-title,
.opt-section-suit__item-subtitle,
.opt-section-provide,
.opt-section-provide__item,
.opt-section-provide__item-title,
.opt-section-provide__item-subtitle,
.opt-section-why-top__title,
.opt-section-why-top__grid,
.opt-section-why-top__item,
.opt-section-why-top__item-title,
.opt-section-why-top__item-subtitle,
.opt-section-why-bottom__title,
.opt-section-why-bottom__row,
.opt-section-why-bottom__item,
.opt-section-why-bottom__item-title,
.opt-section-why-bottom__item-subtitle,
.opt-section-cert__title,
.opt-section-cert__subtitle,
.opt-section-partner__title,
.opt-section-partner__subtitle,
.opt-section-partner__steps,
.opt-section-partner__step,
.opt-section-partner__step-title,
.opt-section-partner__step-subtitle,
.nfo-about__features,
.nfo-about__feature,
.nfo-about__feature-title,
.banner-opt-advantages,
.banner-opt-advantages__item,
.banner-opt-advantages__item-title,
.banner-opt-advantages__item-subtitle {
    margin: 0;
}

.opt-section-suit,
.opt-section-provide,
.opt-section-why-top__grid,
.opt-section-why-bottom__row,
.opt-section-partner__steps,
.nfo-about__features,
.banner-opt-advantages {
    padding-left: 0;
    list-style: none;
}

.opt-section-suit > li::before,
.opt-section-provide > li::before,
.opt-section-why-top__grid > li::before,
.opt-section-why-bottom__row > li::before,
.opt-section-partner__steps > li::before,
.nfo-about__features > li::before,
.banner-opt-advantages > li::before {
    content: none;
}

main .opt-page ul li p,
main .opt-page ol li p {
    display: block;
}

.main .opt-page ul li p, .main .opt-page ol li p {
    display: block;
}

.opt-page {
    position: relative;
    overflow-x: hidden;
    overflow-x: clip;
}

.opt-decor-holder {
    position: relative;
}

.opt-decor {
    position: absolute;
    z-index: -2;
    pointer-events: none;
    user-select: none;
}

.opt-decor img {
    display: block;
    width: 100%;
    height: auto;
}

.opt-decor--bottle {
    width: 1288px;
    top: -60px;
    left: 57%;
}

.opt-decor--capsules {
    width: 930px;
    top: -79%;
    right: 64%;
    rotate: 180deg;
}

@media (max-width: 991px) {
    .opt-decor {
        display: none;
    }
}

.opt-section__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #222228;
    margin-bottom: 16px;
}

.opt-section__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #222228;
}

.opt-section-suit {
    margin-top: 40px;
    display: grid;
    grid-gap: 12px;
    grid-template-columns: 1fr 1fr;
}

.opt-section-suit__item {
    width: 100%;
    height: 226px;
    border-radius: 12px;
    padding: 50px 20px;
    position: relative;
    overflow: hidden;
}

.opt-section-suit__item-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #222228;
    margin-bottom: 11px;
}

.opt-section-suit__item-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #8D8D8D;
    display: block;
}

.opt-section-suit__item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.opt-section-suit__item-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.opt-section-provide {
    margin-top: 40px;
    display: grid;
    grid-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
}

.opt-section-provide__item {
    padding: 20px;
    border: 1px solid #EBECEF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #FFFFFF;
}

.opt-section-provide__item-icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
}

.opt-section-provide__item-icon img {
    width: 100%;
    height: 100%;
}

.opt-section-provide__item-text {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.opt-section-provide__item-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #222228;
}

.opt-section-provide__item-subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #8D8D8D;
}

.opt-section-provide-button {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.opt-section-provide-button a {
    padding: 15px 35.5px;
    font-size: 15px;
    text-align: center;
    height: 48px;
    width: 268px;
}

.opt-section-why-top {
    margin-bottom: 3px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    padding: 50px 100px;
}

.opt-section-why-top__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 33px;
    color: #FFFFFF;
}

.opt-section-why-top__block {
    display: flex;
    align-items: center;
    gap: 44px;
}

.opt-section-why-top__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 12px;
}

.opt-section-why-top__item {
    padding: 20px 10px;
    background-color: #EDF0F9;
    border: 1px solid #000000;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 206px;
}

.opt-section-why-top__item-icon {
    height: 46px;
    margin-bottom: 10px;
}

.opt-section-why-top__item-icon img {
    height: 100%;
}

.opt-section-why-top__item-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #222228;
    margin-bottom: 11px;
}

.opt-section-why-top__item-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #222228;
}

.opt-section-why-top__block-icon {
    width: 286px;
    flex-shrink: 0;
}

.opt-section-why-top__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(86.57deg, #00263E 38.17%, rgba(6, 54, 93, 0) 117.26%);
}

.opt-section-why-top__image img {
    position: absolute;
    z-index: -1;
    left: 35%;
    top: -20%;
}

.opt-section-why-top__wrapper {
    z-index: 1;
    position: relative;
}

.opt-section-why-bottom {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    padding: 32px 76px 56px 76px;
}

.opt-section-why-bottom__wrapper {
    z-index: 1;
    position: relative;
}

.opt-section-why-bottom__title {
    margin-bottom: 66px;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}

.opt-section-why-bottom__title br {
    display: none;
}

.opt-section-why-bottom__row {
    width: 100%;
    display: flex;
    gap: 40px;
}

.opt-section-why-bottom__item {

}

.opt-section-why-bottom__item-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 24px;
    color: #FFFFFF;
}

.opt-section-why-bottom__item-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    opacity: 0.5;
    white-space: nowrap;
    display: block;
}

.opt-section-why-bottom__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(86.57deg, #00263E 38.17%, rgba(6, 54, 93, 0) 117.26%);
}

.opt-section-why-bottom__image img {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 35%;
}

.opt-section-why-bottom__item:not(:last-child) {
    padding-right: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.opt-section-cert {
    border-radius: 12px;
    padding: 50px 50px 102px 50px;
    position: relative;
    overflow: hidden;
    height: 382px;
}

.opt-section-cert__title {
    margin-bottom: 29px;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #222228;
}

.opt-section-cert__subtitle {
    max-width: 451px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #222228;
    margin-bottom: 28px;
}

.opt-section-cert__button a {
    padding: 15px 20px;
    font-size: 15px;
    width: 272px;
    height: 48px;
    text-align: center;
}

.opt-section-cert__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(180deg, #FBFBFB 0%, #FFFFFF 100%),
    linear-gradient(95.19deg, #00263E 0%, #06365D 96.63%);*/
    z-index: -1;
}

.opt-section-cert__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top;
}

.btn.nfo-about__button {
    max-width: 216px;
    width: 100%;
    margin-top: 40px;
}

.nfo-about__inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 928px;
    padding: 56px 0;
    border-radius: 14px;
}

.nfo-about__person {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

.nfo-about__left {
    position: relative;
    z-index: 2;
    width: 580px;
    padding-left: 50px;
}

.nfo-about__title {
    margin-bottom: 24px;
    color: #222228;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
}

.btn.nfo-about__button {
    margin-top: 8px;
    width: 194px;
    height: 48px;
}

.nfo-about__made {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 80px;
}

.nfo-about__made-icon {
    display: block;
    height: auto;
    flex: 0 0 auto;
}

.nfo-about__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 350px;
    margin-top: 24px;
}

.nfo-about__feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 166px;
    padding: 20px 16px;
    border-radius: 12px;
    background: #FAFAFA;
    text-align: center;
}

.nfo-about__feature-icon {
    display: block;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    object-fit: contain;
}

.nfo-about__feature-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #222228;
}

.mobile {
    display: none !important;
}

.opt-section-partner {
    height: 950px;
    border-radius: 12px;
    padding: 50px;
    position: relative;
    overflow: hidden;
}

.opt-section-partner__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 16px;
    color: #222228;
}

.opt-section-partner__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #222228;
}

.opt-section-partner__steps {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 13px;
}

.opt-section-partner__step {
    padding: 24px;
    border-radius: 12px;
    height: 110px;
    display: flex;
    gap: 12px;
    border: 1px solid #EBECEF;
}

.opt-section-partner__step-number {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    background-color: #0E273B;
    border-radius: 6px;
    height: 32px;
    width: 32px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    display: flex;
}

.opt-section-partner__step-title {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #222228;
}

a.opt-section-partner__step-title,
.opt-section-partner__step-title a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: #222228 !important;
    cursor: pointer;
}

.opt-section-partner__step-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #8D8D8D;
}

.opt-section-partner__image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.opt-section-partner__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: bottom;
}

.form-bg-career {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #fcfcfc, #faf8f9);
    overflow: hidden;
}

.form-bg-career::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 669px;
    background-image: url('/images/background-form.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.banner-opt-advantages {
    margin-top: 28px;
    display: flex;
    gap: 40px;
}

.banner-opt-advantages__item {
    display: flex;
    gap: 10px;
}

.banner-opt-advantages__item-title {
    margin-bottom: 1.5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
}

.banner-opt-advantages__item-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
}

.opt-page .lineclamp-3 {
    -webkit-line-clamp: 4;
}

.opt-page .banners-big__depend-height {
    height: auto;
    padding-bottom: 80px;
}

body.header_opacity .opt-page .banners-big__depend-padding {
    height: 762px;
}

.nfo-about__intro {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #222228;
    margin-bottom: 22px;
}

.nfo-about__details {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #222228;
}

.opt-form .form-footer {
    margin-top: 16px;
}

.opt-form .form-footer button {
    background-color: #0E273B;
    width: 194px;
    height: 48px;
    line-height: 18px;
}

@media screen and (max-width: 808px) {
    .form-bg-career::before {
        content: none;
    }
}

@media (max-width: 767px) {
    .opt-section-partner__step-subtitle {
        font-size: 14px;
        line-height: 17px;
    }

    .opt-section-why-top__image img {
        left: 0;
        top: 0;
    }

    .opt-section-why-bottom__image img {
        position: absolute;
        z-index: -1;
        bottom: 0;
        transform: scale(3.5);
        transform-origin: bottom center;
    }

    .opt-cert .pt {
        padding-top: 0;
    }

    .pt-40-mobile {
        padding-top: 40px;
    }

    .opt-form .form-footer button {
        width: 100%;
        height: 44px;
        background-color: #00263E;
    }

    .opt-section-partner__step {
        height: auto;
    }

    .nfo-about__title {
        font-size: 20px;
        line-height: 24px;
    }

    .opt-mobile-wide .maxwidth-theme {
        padding: 0;
    }

    .opt-mobile-wide .opt-section__title, .opt-mobile-wide .opt-section__subtitle,
    .opt-section-provide, .opt-section-provide-button {
        padding: 0 16px;
    }

    .opt-section-provide {
        overflow-x: scroll;
    }

    body.header_opacity .opt-page .banners-big__depend-padding {
        height: auto;
        aspect-ratio: 360 / 343;
    }

    .opt-page .banners-big__depend-height {
        padding-bottom: 0;
    }

    .mobile {
        display: block !important;
    }

    .nfo-about__inner {
        overflow: visible;
        min-height: 0;
        padding: 0;
        border-radius: 0;
        background: transparent;
    }

    .nfo-about__left {
        position: relative;
        width: 100%;
        padding-left: 0;
    }

    .nfo-about__content {
        position: relative;
        padding: 20px 65px 30px 16px;
        border: none;
        border-radius: 0;
        overflow: hidden;
    }

    .nfo-about__person {
        display: none;
    }

    .nfo-about__made {
        padding: 0 16px;
        margin-top: 24px;
    }

    .nfo-about__person--mobile {
        position: absolute;
        left: -90px;
        transform: scale(1.6);
        transform-origin: top left;
    }

    .nfo-about__intro {
        position: relative;
        z-index: 2;
        margin-bottom: 17px;
        font-size: 14px;
        line-height: 17px;
        color: #222228;
    }

    .nfo-about__details {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #222228;
    }

    .nfo-about__made--mobile {
        width: 86px;
        margin-top: 20px;
    }

    .nfo-about__made--mobile svg {
        width: 100%;
        height: auto;
    }

    .btn.nfo-about__button {
        width: 185px;
        margin-top: 8px;
        height: 44px;
        font-size: 15px;
    }

    .nfo-about__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        width: 100%;
        margin-top: 20px;
        padding: 0 16px;
    }

    .nfo-about__feature {
        min-height: 152px;
        padding: 8px;
        border: 1px solid #EBECEF;
        background-color: #fff;
    }

    .nfo-about__feature-icon {
        margin-bottom: 18px;
        width: 50px;
        height: 50px;
    }

    .nfo-about__feature-title {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #222228;
    }

    .opt-section__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .opt-section__subtitle {
        font-size: 16px;
        line-height: 19px;
    }

    .opt-section-suit {
        margin-top: 30px;
        grid-template-columns: 1fr;
    }

    .opt-section-suit__item {
        padding: 20px;
        height: 175px;
    }

    .opt-section-suit__item-title {
        font-size: 16px;
        line-height: 19px;
        max-width: 59%;
    }

    .opt-section-suit__item-subtitle {
        font-size: 14px;
        line-height: 17px;
        max-width: 71%;
    }

    .opt-section-provide {
        margin-top: 24px;
        grid-gap: 8px;
    }

    .opt-section-provide__item {
        padding: 14px 20px 14px 14px;
        gap: 14px;
        width: 314px;
    }

    .opt-section-provide__item-icon {
        width: 36px;
        height: 36px;
    }

    .opt-section-provide__item-text {
        gap: 6px;
    }

    .opt-section-provide__item-title {
        font-size: 14px;
        line-height: 17px;
    }

    .opt-section-provide__item-subtitle {
        font-size: 12px;
        line-height: 14px;
    }

    .opt-section-provide-button a {
        width: 100%;
        height: 44px;
        font-size: 15px;
        line-height: 100%;
        letter-spacing: 0.28px;
    }

    .opt-section-provide-button {
        margin-top: 24px;
    }

    .opt-section-why-top {
        margin-bottom: 2px;
        padding: 20px 0 24px 0;
    }

    .opt-section-why-top__title {
        margin-bottom: 36px;
        font-size: 20px;
    }

    .opt-section-why-top__block-icon {
        display: none;
    }

    .opt-section-why-top__grid {
        display: flex;
        gap: 6px;
        overflow-x: scroll;
        padding: 0 16px;
    }

    .opt-section-why-top__item {
        width: 160px;
        height: 164px;
        flex-shrink: 0;
        align-items: flex-start;
        border: none;
        border-radius: 8px;
        padding: 12px;
    }

    .opt-section-why-top__item-icon {
        height: 20px;
        margin-bottom: auto;
    }

    .opt-section-why-top__item-title {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 8px;
        text-align: left;
    }

    .opt-section-why-top__item-subtitle {
        font-size: 12px;
        line-height: 14px;
        text-align: left;
    }

    .opt-section-why-bottom {
        padding: 20px 16px 24px 16px;
    }

    .opt-section-why-bottom__title {
        font-size: 20px;
        max-width: 222px;
        margin: 0 auto;
        margin-bottom: 36px;
    }

    .opt-section-why-bottom__title br {
        display: block;
    }

    .opt-section-why-bottom__row {
        flex-direction: column;
        gap: 14px;
    }

    .opt-section-why-bottom__item:not(:last-child) {
        padding-right: 0;
        border-right: none;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .opt-section-why-bottom__item-title {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 6px;
    }

    .opt-section-why-bottom__item-subtitle {
        font-size: 12px;
        line-height: 14px;
        white-space: normal;
        max-width: 275px;
    }

    .opt-section-why-bottom__item-subtitle br {
        display: none;
    }

    .opt-section-cert {
        padding: 20px 16px;
        height: 284px;
        border-radius: 0;
    }

    .opt-section-cert__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 25px;
    }

    .opt-section-cert__subtitle {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 24px;
        max-width: 200px;
    }

    .opt-section-cert__button a {
        width: 225px;
        height: 44px;
        font-size: 15px;
    }

    .opt-section-partner {
        padding: 20px 0 0 0;
        border-radius: 0;
        height: 828px;
        background: linear-gradient(0deg, #FCFCFC 0%, #F7F5FA 6.95%);
    }

    .opt-section-partner__steps {
        grid-template-columns: 1fr;
        grid-gap: 8px;
        margin-top: 24px;
        position: relative;
        z-index: 1;
    }

    .opt-section-partner__step-title {
        font-size: 16px;
        line-height: 19px;
    }

    .opt-section-partner__title {
        font-size: 20px;
        line-height: 24px;
        padding: 0 16px;
    }

    .opt-section-partner__subtitle {
        padding: 0 16px;
    }

    .opt-section-partner__image img {
        object-fit: contain;
    }

    .opt-section-partner__image {
        z-index: 0;
    }

}