._r-main {
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Manrope", sans-serif;
    color: #000410;
}

._r-main * {
    box-sizing: border-box;
}

._r-main h1,
._r-main h2,
._r-main h3 {
    text-transform: none;
    font-family: "Manrope", sans-serif;
}

._r-main h1,
._r-main h2,
._r-main h3,
._r-main ul,
._r-main ol,
._r-main li {
    margin-top: 0;
    margin-bottom: 0;
}

._r-main ol,
._r-main ul {
    padding-left: 0;
}

._r-partners__list {
    margin-top: 50px;
    position: relative;

    @media screen and (max-width: 600px) {
        margin-top: 40px;
    }
}

._r-partners__list img {
    max-width: 166px;
}

._r-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

._r-main h2 {
    color: #000410;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 116%;
    letter-spacing: -0.4px;

    @media screen and (max-width: 900px) {
        font-size: 32px;
        line-height: 118%;
        letter-spacing: -1px;
    }
}

._r-main h2 span {
    color: #bbcee5;
}

._r-main button {
    all: unset;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
}

._r-main ._r-button {
    border-radius: 1000px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 20px 44px;
    outline: 1px solid #3aaf5d;
    color: #3aaf5d;
    background: transparent;
    display: inline-block;
}

._r-main ._r-button:not(._r-button--gradient):not(._r-button--green):hover {
    background: linear-gradient(312deg, #1ea961 0%, #8fdd59 97.05%);
    outline-color: transparent;
    color: #fff;
}

._r-main ._r-button--gradient {
    background: linear-gradient(104deg, #ff5000 7.9%, #ff8900 53.95%, #ffc100 100%), #3aaf5d;
    color: #fff;
    outline: none;
}

._r-main ._r-button--gradient:hover {
    background: #ff5601;
}

._r-main ._r-button--green {
    background: linear-gradient(312deg, #1ea961 0%, #8fdd59 97.05%);
    outline: none;
    color: #fff;
}

._r-main ._r-partners {
    @media screen and (max-width: 900px) {
        padding-top: 40px;
    }
}

._r-main ._r-button--green:hover {
    background: #23c250;
}

._r-header__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

._r-header {
    position: relative;
}

._r-header ._r-logo {
    display: block;
}

._r-header ._r-logo img,
._r-footer__logo img {
    width: 129px;
}

._r-header__mobile-menu-search {
    display: none !important;
}

._r-header ._r-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;

    @media screen and (max-width: 900px) {
        display: none;
    }
}

._r-header ._r-nav a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    transition: color 0.3s;
    display: flex;
}

._r-header ._r-nav a:hover, ._r-header ._r-nav a.active {
    color: #3aaf5d;
}

._r-header ._r-contacts {
    display: flex;
    align-items: center;
    gap: 20px;

    @media screen and (max-width: 900px) {
        display: none;
    }
}

._r-main ._r-hero, ._cart-page, ._account-page {
    padding-top: 100px;

    @media screen and (max-width: 900px) {
        padding-top: 80px;
    }
}

._r-header ._r-contacts__phone {
    text-align: right;
}

._r-header ._r-contacts__phone a {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.2px;
    transition: color 0.3s;
}

._r-header ._r-contacts__phone a:hover {
    color: #3aaf5d;
}

._r-header ._r-contacts__phone span {
    cursor: pointer;
    color: #3aaf5d;
    text-align: center;
    font-size: 11.059px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 1.106px;
    text-transform: uppercase;
    border-bottom: 1px dotted #3aaf5d;
    transition: border-color, 0.3s;
}

._r-header ._r-contacts__phone span:hover {
    border-color: transparent;
}

._r-main section {
    padding-top: 60px;
    padding-bottom: 60px;
}

._r-hero__row {
    display: flex;
    justify-content: space-between;
    gap: 20px;

    @media screen and (max-width: 900px) {
        gap: 40px;
    }
}

._r-hero__breadcrumb {
    color: #7d8997;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 15px;

    @media screen and (max-width: 900px) {
        font-size: 11px;
        margin-bottom: 10px;
    }
}

._r-hero__breadcrumb a {
    transition: color 0.3s;
}

._r-hero__breadcrumb a:hover {
    color: #3aaf5d;
}

._r-main ._r-branches {
    @media screen and (max-width: 900px) {
        padding-top: 40px;
    }
}

._r-hero__text {
    margin-bottom: 15px;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    @media screen and (max-width: 900px) {
        font-size: 12px;
        font-weight: 600;
        line-height: 144%;
        margin-bottom: 10px;
    }
}

._r-hero h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
    letter-spacing: -0.4px;
    margin-bottom: 48px;

    @media screen and (max-width: 900px) {
        font-size: 30px;
        line-height: 125%;
        letter-spacing: -0.6px;
        margin-bottom: 30px;
    }

    @media screen and (max-width: 600px) {
        margin-bottom: 26px;
    }
}

._r-hero h1 br {
    @media screen and (max-width: 900px) {
        display: none;
    }
}

._r-hero h1 b {
    font-weight: 700;
}

._r-hero h1 i {
    color: #3aaf5d;
    font-style: normal;
}

._r-hero__list {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 210%;
    position: relative;
    top: -20px;

    @media screen and (max-width: 600px) {
        display: none;
    }
}

._r-hero__image-mobile ._r-hero__list {

    @media screen and (max-width: 600px) {
        display: block;
        top: 0;
        margin-top: 30px;
        text-align: left;
        font-size: 13px;
    }
}

._r-hero__numbered {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 60px;

    @media screen and (max-width: 900px) {
        display: none;
    }
}

._r-hero__numbered._r-hero__numbered--mobile {
    display: none;

    @media screen and (max-width: 900px) {
        display: flex;
    }

    @media screen and (max-width: 600px) {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        margin-top: 30px;
    }
}

._r-launch__list {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    margin-top: 60px;

    @media screen and (max-width: 900px) {
        flex-wrap: wrap;
        gap: 60px;
    }

    @media screen and (max-width: 600px) {
        flex-direction: column;
        gap: 72px;
    }
}

._r-launch__item {

    @media screen and (max-width: 900px) {
        flex-basis: calc((100% - 60px) / 2);
        width: calc((100% - 60px) / 2);
    }

    @media screen and (max-width: 600px) {
        flex-basis: 100%;
        width: 100%;
    }
}

._r-launch__item div:first-child {
    margin-bottom: 20px;
    color: #bbcee5;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 116%;
    letter-spacing: -1px;
}

._r-launch__item div:last-child {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    @media screen and (max-width: 900px) {
        font-size: 15px;
        font-weight: 500;
        letter-spacing: -0.15px;
    }
}

._r-hero__numbered-item {
    display: flex;
    align-items: center;
    gap: 10px;

    @media screen and (max-width: 900px) {
        flex-direction: column;
        align-items: flex-start;
        flex-basis: calc((100% - 80px) / 3);
        width: calc((100% - 80px) / 3);
    }

    @media screen and (max-width: 600px) {
        flex-basis: 100%;
        width: 100%;
        align-items: center;
    }
}

._r-hero__numbered-item div:first-child {
    color: #3aaf5d;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
}

._r-hero__numbered-item div:last-child {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    max-width: 235px;

    @media screen and (max-width: 600px) {
        text-align: center;
    }
}

._r-hero__adv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 50px;

    @media screen and (max-width: 900px) {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 38px;
    }
}

._r-hero__adv div {
    display: flex;
    gap: 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}

._r-hero__adv div b {
    font-weight: 600;
}

._r-hero__buttons {
    display: flex;
    align-items: center;
    gap: 20px;

    @media screen and (max-width: 600px) {
        flex-direction: column;
        gap: 16px;
    }
}

._r-partners h2 {
    @media screen and (max-width: 600px) {
        text-align: center;
    }
}

._r-hero__image {
    @media screen and (max-width: 600px) {
        display: none;
    }
}

._r-hero__image-mobile {
    display: none;

    @media screen and (max-width: 600px) {
        display: block;
        text-align: center;
        margin-bottom: 50px;
    }
}

._r-main--contract ._r-hero__image-mobile {

    @media screen and (max-width: 600px) {
        margin-bottom: 30px;
    }
}

._r-hero__image-mobile img {
    max-width: 300px;
}

._r-hero__image img {
    max-width: 490px;

    @media screen and (max-width: 900px) {
        max-width: 300px;
    }
}

._r-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    @media screen and (max-width: 900px) {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
    }
}

._r-branches h2 br {
    @media screen and (max-width: 900px) {
        display: none;
    }
}

._r-title h2 {
    flex-shrink: 0;

    @media screen and (max-width: 600px) {
        text-align: center;
        width: 100%;
    }
}

._r-title__text {
    max-width: 470px;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-right: 100px;

    @media screen and (max-width: 900px) {
        margin-right: 0;
        max-width: 100%;
        font-size: 16px;
        font-weight: 500;
        line-height: 164%;
        letter-spacing: -0.32px;
    }

    @media screen and (max-width: 600px) {
        text-align: center;
    }
}

._r-branches__list {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    margin-top: 80px;

    @media screen and (max-width: 900px) {
        margin-top: 66px;
        flex-wrap: wrap;
        justify-content: center;
    }

    @media screen and (max-width: 600px) {
        margin-top: 35px;
    }
}

._r-main ._r-target {
    @media screen and (max-width: 900px) {
        padding-top: 40px;
    }
}

._r-branches__item {
    @media screen and (max-width: 900px) {
        width: 260px;
    }
}

._r-branches__item img {
    max-width: 100%;
    display: block;
    border-radius: 16px;
    margin-bottom: 16px;
}

._r-branches__item-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.2px;
    margin-bottom: 5px;
}

._r-branches__item-title span {
    color: #bbcee5;
}

._r-branches__item-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

._r-target__row {
    display: flex;
    gap: 180px;

    @media screen and (max-width: 900px) {
        display: block;
        gap: initial;
    }
}

._r-target__left {
    color: #3aaf5d;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 137%;
    letter-spacing: -0.32px;
    flex-shrink: 0;

    @media screen and (max-width: 900px) {
        display: none;
    }

    @media screen and (max-width: 600px) {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
}

._r-target__left br {
    @media screen and (max-width: 600px) {
        display: none;
    }
}

._r-target__right {
    flex: 1;
}

._r-target__right h2 {
    margin-bottom: 60px;

    @media screen and (max-width: 900px) {
        margin-bottom: 54px;
    }

    @media screen and (max-width: 600px) {
        text-align: center;
        margin-bottom: 40px;
    }
}

._r-target__banner {
    max-width: 100%;
    margin-bottom: 60px;

    @media screen and (max-width: 600px) {
        margin-bottom: 40px;
    }
}

._r-target__subtitle {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.26px;
    margin-bottom: 30px;

    @media screen and (max-width: 600px) {
        margin-bottom: 20px;
    }
}

._r-target__list {
    display: flex;
    flex-direction: column;
}

._r-target__item {
    display: flex;
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: 1px solid rgba(0, 4, 16, 0.2);
    justify-content: space-between;

    @media screen and (max-width: 600px) {
        flex-direction: column;
        gap: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

._r-target__item:last-child {
    @media screen and (max-width: 600px) {
        border-bottom: none;
    }
}

._r-target__item div {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 260px;

    @media screen and (max-width: 600px) {
        max-width: 100%;
    }
}

._r-target__item div:first-child {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.2px;
    width: 200px;

    @media screen and (max-width: 900px) {
        width: auto;
    }
}

._r-target__item div:nth-child(2) div {
    display: none;
    margin-top: 20px;

    @media screen and (max-width: 900px) {
        display: block;
    }

    @media screen and (max-width: 600px) {
        margin-top: 15px;
    }
}

._r-target__item div:last-child {
    @media screen and (max-width: 900px) {
        display: none;
    }
}

._r-main ._r-target__item a {
    border-radius: 1000px;
    border: 1px solid #bbcee5;
    color: #bbcee5;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 7px 22px;
    transition: all 0.3s;
}

._r-main ._r-target__item a:hover {
    border-color: #7997bc;
    color: #7997bc;
}

._r-eks {
    border-radius: 30px;
    background: linear-gradient(135deg, #1ea961 3.13%, #8fdd59 113.98%);
    color: #f0f7ff;
    position: relative;

    @media screen and (max-width: 900px) {
        overflow: hidden;
    }

    @media screen and (max-width: 600px) {
        border-radius: 14px;
    }
}

._r-main ._r-eks {

    @media screen and (max-width: 900px) {
        padding-bottom: 110px;
    }

    @media screen and (max-width: 600px) {
        padding-top: 40px;
        padding-bottom: 20px;
    }
}

._r-eks ._r-container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1240px;
}

._r-eks:before {
    content: '';
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: calc(50% + 200px) bottom;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/local/templates/main/images-redesign/eks.png');
    display: block;

    @media screen and (max-width: 900px) {
        display: none;
    }
}

._r-eks__row {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    position: relative;
    z-index: 2;

    @media screen and (max-width: 900px) {
        flex-direction: column;
        align-items: center;
    }
}

._r-eks__left {
    max-width: 370px;

    @media screen and (max-width: 900px) {
        text-align: center;
        max-width: 600px;
    }

    @media screen and (max-width: 600px) {
        text-align: left;
    }
}

._r-eks__breadcrumb {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 134%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    margin-bottom: 16px;

    @media screen and (max-width: 900px) {
        font-size: 16px;
        letter-spacing: 0.8px;
    }

    @media screen and (max-width: 600px) {
        text-align: left;
        font-size: 12px;
        letter-spacing: 0.6px;
        margin-bottom: 20px;
    }
}

._r-eks__image {
    display: none;

    @media screen and (max-width: 900px) {
        display: block;
        position: relative;
        top: 80px;
        max-width: 80%;
        z-index: -1;
        margin-top: -70px;
    }

    @media screen and (max-width: 600px) {
        display: none;
    }
}

._r-eks__image--mobile {

    @media screen and (max-width: 900px) {
        display: none;
    }

    @media screen and (max-width: 600px) {
        display: block;
        position: relative;
        top: 250px;
        right: -63px;
        z-index: -1;
        margin-top: -250px;
        width: 340px;
        max-width: initial;
    }
}

._r-eks h2 {
    color: #fff;
    margin-bottom: 34px;

    @media screen and (max-width: 600px) {
        text-align: left;
        margin-bottom: 20px;
    }
}

._r-eks__text {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    @media screen and (max-width: 600px) {
        font-size: 14px;
        letter-spacing: -0.14px;
    }
}

._r-eks__text li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

._r-eks__text li:after {
    content: '';
    position: absolute;
    top: 12px;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 100%;
    left: 0;

    @media screen and (max-width: 900px) {
        display: none;
    }

    @media screen and (max-width: 600px) {
        display: block;
        top: 8px;
    }
}

._r-form {
    max-width: 380px;
    border-radius: 20px;
    background: #fff;
    padding: 40px 24px 32px;
    color: #000410;

    @media screen and (max-width: 600px) {
        font-size: 16px;
    }
}

._r-form__title {
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.26px;
    margin-bottom: 20px;

    @media screen and (max-width: 900px) {
        font-size: 20px;
        font-weight: 700;
        line-height: 121%;
        letter-spacing: -0.2px;
        margin-bottom: 16px;
    }
}

._r-form__title span:last-child {
    display: none;
}

._r-form__title span:first-child {

    @media screen and (max-width: 600px) {
        display: none;
    }
}

._r-form__title span:last-child {

    @media screen and (max-width: 600px) {
        display: block;
    }
}

._r-form__text {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 20px;
}

._r-form input {
    border-radius: 100px;
    background: #f0f7ff;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.02) inset;
    font-family: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 22px 22px 22px 55px;
    width: 100%;
    border: none;
    margin-bottom: 10px;
}

._r-form button {
    width: calc(100% - 20px);
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
}

._r-form__agreement {
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    opacity: 0.4;
}

._r-forms__row {
    display: flex;
    gap: 160px;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 60px;

    @media screen and (max-width: 900px) {
        padding-top: 40px;
        flex-direction: column;
        gap: 60px;
        padding-bottom: 0;
    }
}

._r-main ._r-forms {
    @media screen and (max-width: 900px) {
        padding-bottom: 50px;
    }
}

._r-forms h2 {
    margin-bottom: 20px;
}

._r-forms h2 br {
    @media screen and (max-width: 900px) {
        display: none;
    }
}

._r-forms__text {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    @media screen and (max-width: 900px) {
        font-size: 16px;
        font-weight: 500;
        line-height: 145%;
        letter-spacing: -0.16px;
    }
}

._r-forms__list {
    display: flex;
    gap: 70px;

    @media screen and (max-width: 600px) {
        flex-direction: column;
        gap: 30px;
    }
}

._r-forms__item-title {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.2px;

    @media screen and (max-width: 900px) {
        font-size: 22px;
        line-height: 116%;
    }
}

._r-forms__item-text {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    @media screen and (max-width: 900px) {
        font-size: 16px;
        letter-spacing: -0.16px;
    }
}

._r-adv__list {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-top: 60px;
    padding-bottom: 60px;

    @media screen and (max-width: 900px) {
        flex-direction: column;
        align-items: center;
        padding-top: 0;
    }
}

._r-main ._r-adv {
    @media screen and (max-width: 900px) {
        padding-top: 50px;
        padding-bottom: 0;
    }
}

._r-main ._r-certs {
    @media screen and (max-width: 900px) {
        padding-top: 40px;
    }
}

._r-adv__item {
    max-width: 294px;
    text-align: center;

    @media screen and (max-width: 900px) {
        border-radius: 20px;
        border: 1px solid rgba(152, 196, 216, 0.60);
        max-width: 360px;
        padding: 40px;
        height: 280px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    @media screen and (max-width: 600px) {
        width: 100%;
    }
}

._r-adv__item img {
    max-width: 51px;
}

._r-adv__item-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.2px;

    @media screen and (max-width: 900px) {
        font-weight: 700;
        line-height: 120%;
        margin-bottom: 10px;
    }
}

._r-adv__item-text {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    opacity: 0.7;

    @media screen and (max-width: 900px) {
        font-size: 15px;
        line-height: 150%;
        letter-spacing: -0.15px;
    }
}

._r-certs__title {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 116%;
    letter-spacing: -0.4px;
    margin-bottom: 20px;
    text-align: center;

    @media screen and (max-width: 900px) {
        margin-bottom: 30px;
        font-size: 32px;
        line-height: 118%;
        letter-spacing: -1px;
    }

    @media screen and (max-width: 600px) {
        margin-bottom: 15px;
    }
}

._r-certs__text {
    color: #767a85;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 700px;
    margin: 0 auto 68px;

    @media screen and (max-width: 900px) {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.18px;
    }

    @media screen and (max-width: 600px) {
        font-size: 14px;
        font-weight: 500;
        line-height: 164%;
        letter-spacing: -0.28px;
    }
}

._r-certs__list {
    display: flex;
    gap: 50px;
    justify-content: center;
    padding-bottom: 60px;

    @media screen and (max-width: 900px) {
        padding-bottom: 40px;
        gap: 34px 66px;
    }

    @media screen and (max-width: 600px) {
        flex-wrap: wrap;
    }
}

._r-certs__item {
    text-align: center;
}

._r-certs__item img {
    margin-bottom: 32px;
    display: block;
    width: 100px;
    height: 100px;
    object-fit: contain;
}

._r-certs__item span {
    color: #767a85;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

._r-main ._r-charts {
    border-radius: 40px;
    background: linear-gradient(315deg, #1ea961 0%, #8fdd59 100%), #f0f7ff;
    padding: 40px 40px 120px;

    @media screen and (max-width: 900px) {
        border-radius: 25px;
    }

    @media screen and (max-width: 600px) {
        border-radius: 14px;
    }
}

._r-charts__top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    z-index: 2;

    @media screen and (max-width: 900px) {
        flex-direction: column;
        gap: 52px;
        margin-bottom: 50px;
    }

    @media screen and (max-width: 600px) {
        gap: 30px;
        margin-bottom: 30px;
    }
}

._r-charts__energy2 {
    position: absolute;
    top: 0;
    left: 500px;

    @media screen and (max-width: 600px) {
        left: initial;
        right: 0;
        width: 100px;
        top: 40px;
    }
}

._r-charts__title {
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: 107%;
    letter-spacing: -4px;
    text-transform: uppercase;

    @media screen and (max-width: 900px) {
        color: #014912;
    }

    @media screen and (max-width: 600px) {
        font-size: 52px;
        letter-spacing: -1.556px;
    }
}

._r-charts__quote {
    max-width: 466px;
}

._r-charts__quote div {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.2px;
    margin-bottom: 20px;

    @media screen and (max-width: 900px) {
        color: #014912;
        font-size: 18px;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.18px;
    }
}

._r-charts__quote span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    opacity: 0.5;

    @media screen and (max-width: 900px) {
        color: #014912;
        font-size: 12px;
        line-height: 150%;
    }
}

._r-charts__chart {
    position: relative;
    margin-left: auto;
}

._r-charts__chart img {
    display: block;
    border-radius: 20px;
}

._r-charts__chart-info {
    position: absolute;
    border-radius: 18.957px;
    border: 1px solid rgba(240, 247, 255, 0.60);
    background: rgba(0, 4, 16, 0.10);
    backdrop-filter: blur(50px);
    padding: 24px;
    color: #fff;
    top: 184px;
    left: -160px;
    max-width: 220px;

    @media screen and (max-width: 900px) {
        top: initial;
        left: initial;
        right: -30px;
        bottom: -60px;
        padding: 18px;
    }

    @media screen and (max-width: 600px) {
        right: initial;
        left: 50%;
        transform: translateX(-50%);
    }
}

._r-charts__chart-info-title {
    display: flex;
    align-items: center;
    gap: 16px;

    @media screen and (max-width: 900px) {
        gap: 12px;
    }

    @media screen and (max-width: 600px) {
        gap: 10px;
    }
}

._r-charts__chart-info-title div:first-child {
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;

    @media screen and (max-width: 900px) {
        font-size: 29px;
    }

    @media screen and (max-width: 600px) {
        font-size: 22px;
    }
}

._r-charts__chart-info-title div:last-child {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;

    @media screen and (max-width: 900px) {
        font-size: 11px;
    }
}

._r-charts__bottom {
    display: flex;
    flex-direction: column;
    position: relative;
    top: -20px;
    z-index: 2;

    @media screen and (max-width: 900px) {
        top: initial;
    }
}

._r-charts__energy1 {
    position: absolute;
    left: 0;
    top: 70px;

    @media screen and (max-width: 900px) {
        top: initial;
        bottom: 170px;
        width: 120px;
        z-index: 2;
        left: 30px;
    }

    @media screen and (max-width: 600px) {
        width: 80px;
        bottom: 220px;
        left: 20px;
    }
}

._r-charts__orb1 {
    position: absolute;
    bottom: 28px;
    left: 160px;

    @media screen and (max-width: 900px) {
        left: initial;
        right: 30px;
    }

    @media screen and (max-width: 600px) {
        display: none;
    }
}

._r-main ._r-charts {

    @media screen and (max-width: 900px) {
        padding-bottom: 76px;
    }

    @media screen and (max-width: 600px) {
        padding: 30px 20px 32px;
    }
}

._r-charts__orb2 {
    position: absolute;
    bottom: -200px;
    right: -30px;

    @media screen and (max-width: 900px) {
        display: none;
    }
}

._r-charts__chart-info-text {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-top: 8px;

    @media screen and (max-width: 600px) {
        font-size: 8px;
    }
}

._r-charts__legend {
    display: flex;
    margin-top: 32px;
    gap: 40px;
    color: #fff;
    margin-left: auto;
    margin-right: 40px;

    @media screen and (max-width: 900px) {
        margin-right: 0;
        margin-left: 0;
        flex-direction: column;
        margin-top: 120px;
        gap: 20px;
    }

    @media screen and (max-width: 600px) {
        margin-top: 100px;
    }
}

._r-charts__legend p {
    @media screen and (max-width: 900px) {
        margin-bottom: 0;
        margin-top: 4px;
    }
}

._r-charts__legend p:first-child {
    @media screen and (max-width: 900px) {
        margin-top: 0;
    }
}

._r-charts__legend div {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 300px;

    @media screen and (max-width: 900px) {
        max-width: initial;
    }
}

._r-charts__legend div:last-child {
    opacity: 0.4;

    @media screen and (max-width: 900px) {
        font-size: 14px;
        font-weight: 500;
        line-height: 150%;
    }
}

._r-main ._r-cards {
    padding-top: 200px;
    padding-bottom: 120px;

    @media screen and (max-width: 900px) {
        padding-top: 120px;
        padding-bottom: 40px;
    }

    @media screen and (max-width: 600px) {
        padding-top: 100px;
        padding-bottom: 0;
    }
}

._r-steps h2 {
    @media screen and (max-width: 600px) {
        text-align: center;
    }
}

._r-cards h2 {
    @media screen and (max-width: 600px) {
        text-align: center;
    }
}

._r-cards h2 br {
    @media screen and (max-width: 600px) {
        display: none;
    }
}

._r-cards__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 86px;
    gap: 40px 30px;

    @media screen and (max-width: 900px) {
        margin-top: 60px;
        gap: 20px;
        justify-content: center;
    }

    @media screen and (max-width: 600px) {
        margin-top: 40px;
    }
}

._r-cards__item {
    border-radius: 20px;
    border: 1px solid rgba(187, 206, 229, 0.50);
    padding: 50px;
    display: flex;
    flex-direction: column;
    aspect-ratio: 1;
    max-width: 360px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    @media screen and (max-width: 900px) {
        border-radius: 14px;
        padding: 40px;
    }

    @media screen and (max-width: 600px) {
        width: 100%;
    }
}

._r-cards__item-text {
    margin-top: auto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    @media screen and (max-width: 900px) {
        font-size: 15px;
        font-weight: 500;
        letter-spacing: -0.15px;
    }
}

._r-cards__item-text span br {
    display: none;

    @media screen and (max-width: 600px) {
        display: block;
    }
}

._r-cards__item:nth-child(2) ._r-cards__item-text,
._r-cards__item:last-child ._r-cards__item-text {
    color: #fff;
}

._r-steps__list {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    gap: 20px;

    @media screen and (max-width: 900px) {
        margin-top: 50px;
        flex-wrap: wrap;
        gap: 60px 30px;
        justify-content: flex-start;
    }

    @media screen and (max-width: 600px) {
        flex-direction: column;
        align-items: center;
        gap: 80px;
    }
}

._r-steps__item {

    @media screen and (max-width: 600px) {
        display: flex;
        align-items: center;
        gap: 20px;
        width: 210px;
    }
}

._r-form .error-response:not(:empty) {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 30px;
}

._r-steps__item div:first-child {
    margin-bottom: 20px;
    color: #bbcee5;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 116%;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;

    @media screen and (max-width: 600px) {
        margin-bottom: 0;
    }
}

._r-steps__item div:first-child svg {

    @media screen and (max-width: 600px) {
        position: absolute;
        transform: rotate(90deg);
        top: calc(100% + 30px);
        left: -20px;
    }
}

._r-steps__item:last-child div:first-child svg {
    display: none;
}

._r-steps__item div:last-child {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    @media screen and (max-width: 900px) {
        font-size: 16px;
        font-weight: 500;
    }
}

._r-main ._r-about {
    padding-bottom: 140px;

    @media screen and (max-width: 900px) {
        padding-bottom: 40px;
    }
}

._r-about__row {
    display: flex;
    justify-content: space-between;
    gap: 20px;

    @media screen and (max-width: 900px) {
        flex-direction: column;
    }
}

._r-about__left {
    flex-shrink: 0;
    width: 250px;
}

._r-about__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;

    @media screen and (max-width: 600px) {
        font-size: 16px;
        line-height: 116%;
    }
}

._r-about__title span {
    color: #bbcee5;
}

._r-about__right {
    flex: 1;
}

._r-about__right > svg {
    max-width: 100%;
}

._r-about__text {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.2px;

    @media screen and (max-width: 600px) {
        font-size: 14px;
        line-height: 150%;
    }
}

._r-about p {
    margin-top: 0;
}

._r-about__gallery {
    margin-top: 60px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;

    @media screen and (max-width: 900px) {
        margin-top: 40px;
        gap: 20px 15px;
    }

    @media screen and (max-width: 600px) {
        display: none;
    }
}

._r-about__gallery--mobile {
    display: none;

    @media screen and (max-width: 600px) {
        display: block;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

._r-about__gallery img, ._r-about__gallery--mobile img, ._r-about__gallery2--mobile img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
}

._r-main ._r-about__gallery video,
._r-main ._r-about__gallery--mobile video {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

._r-main ._r-about__gallery a {
    display: block;
}

._r-main ._r-about__gallery a img {
    display: block;
}

._r-main ._r-about__gallery a:not(:first-child) {
    flex-basis: calc((100% - 40px) / 3);
    width: calc((100% - 40px) / 3);

    @media screen and (max-width: 900px) {
        flex-basis: calc((100% - 30px) / 3);
        width: calc((100% - 30px) / 3);
    }
}

._r-about__gallery2 {
    display: flex;
    gap: 40px;
    margin-top: 90px;
    margin-bottom: 60px;

    @media screen and (max-width: 900px) {
        margin-top: 40px;
        margin-bottom: 20px;
        gap: 15px;
    }

    @media screen and (max-width: 600px) {
        display: none;
    }
}

._r-about__gallery2--mobile {
    display: none;

    @media screen and (max-width: 600px) {
        display: block;
        margin-top: 40px;
    }
}

._r-header__mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100% + 40px);
    background: #fff;
    z-index: 99;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

._r-header {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
}

._r-header--opened {
    overflow: visible;
}

._r-header--opened ._r-header__mobile-menu {
    max-height: 1000px;
    transition: max-height 1s ease-in-out;
}

._r-header__mobile-menu-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding-top: 66px;
    padding-bottom: 41px;
}

._r-main ._r-header__mobile-menu-phone {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.2px;
}

._r-main ._r-header__mobile-menu-recall {
    color: #3aaf5d;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

._r-header__menu-close {
    display: none;
}

._r-header__menu--opened ._r-header__menu-close {
    display: block;
}

._r-header__menu--opened ._r-header__menu-open {
    display: none;
}

._r-main ._r-header__mobile-menu-search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

._r-header__mobile-menu-bottom div {
    display: flex;
    gap: 20px;
    align-items: center;
}

._r-header__mobile-menu-nav {
    display: flex;
    flex-direction: column;
}

._r-header__mobile-menu-nav a {
    display: flex;
    padding: 20px 0;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.26px;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

._r-header__menu {
    display: none;

    @media screen and (max-width: 900px) {
        display: flex;
        width: 40px;
        height: 40px;
        justify-content: center;
        align-items: center;
    }
}

._r-main ._r-about__gallery2 a img {
    display: block;
}

._r-faq__left img {
    display: block;
    max-width: 100%;
    margin-top: 40px;
    width: 450px;
    border-radius: 16px;

    @media screen and (max-width: 900px) {
        width: 100%;
    }
}

._r-enjoy__left img {
    display: block;
    max-width: 100%;
    margin-top: 40px;
    width: 510px;
    border-radius: 16px;

    @media screen and (max-width: 900px) {
        width: 100%;
    }
}

._r-main ._r-about__gallery2 a {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
    flex-basis: calc((100% - 80px) / 3);
    width: calc((100% - 80px) / 3);
    display: block;

    @media screen and (max-width: 900px) {
        border-radius: 12px;
        flex-basis: calc((100% - 30px) / 3);
        width: calc((100% - 30px) / 3);
    }
}

._r-about__text2 {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    @media screen and (max-width: 900px) {
        font-size: 16px;
        font-weight: 500;
        line-height: 165%;
    }

    @media screen and (max-width: 600px) {
        font-size: 13px;
    }
}

._r-about__text3 {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    @media screen and (max-width: 900px) {
        margin-top: 20px;
        font-size: 16px;
        font-weight: 500;
        line-height: 165%;
    }

    @media screen and (max-width: 600px) {
        margin-top: 0;
        font-size: 13px;
    }
}

._r-about__info {
    display: flex;
    flex-direction: column;
}

._r-about__item {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 30px;
    border-bottom: 1px solid rgba(0, 4, 16, 0.2);
    align-items: center;

    @media screen and (max-width: 600px) {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

._r-about__item img {
    width: 30px;
    height: auto;
}

._r-about__item div {
    max-width: 250px;

    @media screen and (max-width: 600px) {
        max-width: 100%;
    }
}

._r-about__item div:nth-child(2) {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.2px;
    margin-right: 70px;

    @media screen and (max-width: 900px) {
        font-size: 22px;
        line-height: 125%;
    }

    @media screen and (max-width: 600px) {
        margin-right: 0;
        padding-top: 10px;
    }
}

._r-about__item div:nth-child(3) {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    @media screen and (max-width: 600px) {
        font-size: 15px;
    }
}

._r-about__item div:last-child {
    margin-left: auto;

    @media screen and (max-width: 900px) {
        display: none;
    }
}

._r-main ._r-reviews {
    border-radius: 30px;
    padding-top: 90px;
    padding-bottom: 65px;
    background: #f0f7ff;

    @media screen and (max-width: 900px) {
        padding: 40px 30px;
    }

    @media screen and (max-width: 600px) {
        padding: 60px 30px;
    }
}

._r-reviews ._r-container {

    @media screen and (max-width: 900px) {
        display: flex;
        justify-content: space-between;
    }

    @media screen and (max-width: 600px) {
        flex-direction: column;
    }
}

._r-reviews__row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 16px;
    margin-bottom: 46px;
    align-items: center;

    @media screen and (max-width: 900px) {
        flex-direction: column;
        margin-bottom: 0;
        flex: 1;
    }
}

._r-reviews__text {
    color: #767a85;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 570px;

    @media screen and (max-width: 900px) {
        font-size: 14px;
        letter-spacing: -0.14px;
    }
}

._r-reviews__button {
    margin-left: auto;

    @media screen and (max-width: 900px) {
        margin-left: 0;
        width: 100%;
    }

    @media screen and (max-width: 600px) {
        display: none;
    }
}

._r-reviews__button-mobile {
    display: none;

    @media screen and (max-width: 600px) {
        display: block;
        margin-top: 40px;
        text-align: center;
    }
}

._r-reviews__button ._r-button {
    white-space: nowrap;

    @media screen and (max-width: 900px) {
        width: 100%;
        display: block;
    }
}

._r-reviews__item {
    padding: 40px 30px;
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    height: 100%;

    @media screen and (max-width: 900px) {
        padding: 20px 25px;
        border-radius: 17px;
    }
}

._r-reviews ._r-reviews__list {

    @media screen and (max-width: 900px) {
        max-width: 300px;
        margin-left: auto;
        margin-right: 0;
    }

    @media screen and (max-width: 600px) {
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }
}

._r-reviews__content {

    @media screen and (max-width: 900px) {
        max-width: 300px;
        display: flex;
        flex-direction: column;
    }

    @media screen and (max-width: 600px) {
        max-width: 100%;
        text-align: center;
    }
}

._r-reviews__item-text {
    padding-top: 55px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-bottom: 60px;

    @media screen and (max-width: 900px) {
        padding-top: 0;
        padding-bottom: 20px;
        font-size: 12px;
        line-height: 160%;
        letter-spacing: -0.12px;
    }
}

._r-reviews__item-author {
    margin-top: auto;
    display: flex;
    align-items: center;
    padding: 24px 0;
    border-top: 1px solid rgba(0, 4, 16, 0.1);
    border-bottom: 1px solid rgba(0, 4, 16, 0.1);
    gap: 15px;
}

._r-reviews__item-author-avatar {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    overflow: hidden;
    background: #f0f7ff;

    @media screen and (max-width: 900px) {
        width: 45px;
        height: 45px;
    }
}

._r-reviews__item-author-name {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.2px;

    @media screen and (max-width: 900px) {
        font-size: 16px;
        line-height: 150%;
    }
}

._r-reviews__item-author-position {
    margin-top: 4px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;

    @media screen and (max-width: 900px) {
        margin-top: 3px;
        font-size: 12px;
    }
}

._r-reviews__item-address {
    padding-top: 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.16px;
    opacity: 0.4;

    @media screen and (max-width: 900px) {
        padding-top: 20px;
        font-size: 12px;
        letter-spacing: -0.12px;
    }
}

._r-faq__row {
    display: flex;
    justify-content: space-between;
    gap: 20px;

    @media screen and (max-width: 900px) {
        flex-direction: column;
        gap: 60px;
    }

    @media screen and (max-width: 600px) {
        gap: 30px;
    }
}

._r-faq h2 br {
    @media screen and (max-width: 900px) {
        display: none;
    }
}

._r-faq__left {
    flex-shrink: 0;
}

._r-faq__right {
    flex: 1;
    max-width: 560px;

    @media screen and (max-width: 900px) {
        max-width: 100%;
    }
}

._r-faq__list {
    display: flex;
    flex-direction: column;
}

._r-faq__item {
    padding: 24px 0;
    border-bottom: 1px solid rgba(0, 4, 16, 0.1);
    position: relative;

    @media screen and (max-width: 900px) {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

._r-faq__item:first-child {
    border-top: 1px solid rgba(0, 4, 16, 0.1);
}

._r-faq__item-top {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

._r-faq__item-button-close {
    display: none;
}

._r-faq__item--active ._r-faq__item-button-close {
    display: block;
}

._r-faq__item--active ._r-faq__item-button-open {
    display: none;
}

._r-faq__item-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.2px;
}

._r-main ._r-faq__item-button {
    margin-left: auto;
    flex-shrink: 0;
}

._r-faq__item-button img {
    width: 40px;
    height: 40px;
}

._r-faq__item-body {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

._r-faq__item--active ._r-faq__item-body {
    max-height: 1000px;
    transition: max-height 1s ease-in-out;
}

._r-faq__item-body div {
    padding-top: 24px;

    @media screen and (max-width: 900px) {
        padding-top: 20px;
    }
}

._r-main ._r-faq {
    @media screen and (max-width: 900px) {
        padding-bottom: 0;
    }
}

._r-callback__row {
    display: flex;
    justify-content: space-between;
    gap: 20px;

    @media screen and (max-width: 900px) {
        flex-direction: column;
        align-items: center;
        gap: 90px;
    }
}

._r-callback__title {
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 116%;
    letter-spacing: -0.64px;
    position: relative;

    @media screen and (max-width: 900px) {
        text-align: center;
        font-size: 36px;
        max-width: 366px;
        margin: 0 auto;
    }
}

._r-callback__title br {
    @media screen and (max-width: 900px) {
        display: none;
    }
}

._r-callback__energy {
    position: absolute;
    top: -30px;
    right: 80px;

    @media screen and (max-width: 900px) {
        position: relative;
        top: initial;
        right: initial;
        max-width: 100px;
        display: inline-block;
        margin-top: 20px;
    }
}

._r-callback__title b {
    font-weight: 500;
}

._r-callback__buttons {
    display: flex;
    margin-top: 60px;
    gap: 10px;
    align-items: center;

    @media screen and (max-width: 900px) {
        margin-top: 30px;
        flex-direction: column;
        gap: 15px;
    }
}

._r-callback__buttons ._r-button {
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
    color: #fff;
    justify-content: center;
    outline: none;
}

._r-callback__buttons ._r-button:first-child {
    background: linear-gradient(312deg, #1ea961 0%, #8fdd59 97.05%);
}

._r-callback__buttons ._r-button:first-child:hover {
    background: #23c250 !important;
}

._r-callback__buttons ._r-button:last-child {
    background: #29a2e9;
}

._r-callback ._r-form {
    border: 1px solid rgba(0, 4, 16, 0.10);
}

._r-footer__top {
    border-top: 1px solid rgba(0, 4, 16, 0.2);
    border-bottom: 1px solid rgba(0, 4, 16, 0.2);
    padding-top: 40px;
    padding-bottom: 40px;

    @media screen and (max-width: 900px) {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

._r-footer__left {
    @media screen and (max-width: 900px) {
        text-align: center;
    }
}

._r-footer__row {
    display: flex;
    justify-content: space-between;
    gap: 20px;

    @media screen and (max-width: 900px) {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }
}

._r-main ._r-footer__logo {
    display: inline-block;
}

._r-footer__nets {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 24px;

    @media screen and (max-width: 900px) {
        margin-top: 25px;
    }
}

._r-footer__nets a {
    display: block;
}

._r-footer__cols {
    display: flex;
    gap: 80px;

    @media screen and (max-width: 900px) {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }
}

._r-footer__col-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.2px;
    margin-bottom: 25px;

    @media screen and (max-width: 900px) {
        text-align: center;
        font-weight: 500;
    }
}

._r-footer__col-nav {
    display: flex;
    flex-direction: column;
    gap: 15px;

    @media screen and (max-width: 900px) {
        flex-direction: row;
        gap: 20px;
        white-space: nowrap;
        flex-wrap: wrap;
        justify-content: center;
    }
}

._r-footer__col-nav-item a {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    transition: color 0.3s;

    @media screen and (max-width: 900px) {
        font-size: 16px;
    }
}

._r-footer__col-nav-item a:hover {
    color: #3aaf5d;
}

._r-footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 16px;

    @media screen and (max-width: 900px) {
        max-width: 288px;
    }
}

._r-footer__contacts div {
    display: flex;
    gap: 30px;
    align-items: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 408px;

    @media screen and (max-width: 900px) {
        font-size: 16px;
        gap: 20px;
    }
}

._r-footer__contacts div ._r-footer__contacts-icon {
    flex-shrink: 0;
    width: 24px;
    display: flex;
    justify-content: center;
}

._r-footer__contacts div a {
    transition: color 0.3s;
}

._r-footer__contacts div a:hover {
    color: #3aaf5d;
}

._r-footer__bottom {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    align-items: center;

    @media screen and (max-width: 900px) {
        flex-direction: column;
        align-items: center;
        gap: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
        opacity: 0.3;
    }
}

._r-footer__bottom a {
    transition: color 0.3s;
}

._r-footer__bottom a:hover {
    color: #3aaf5d;
}

._r-arrows {
    display: flex;
    gap: 24px;
}

._r-partners__list ._r-arrows {
    margin-top: 40px;

    @media screen and (max-width: 600px) {
        justify-content: center;
    }
}

._r-arrows button {
    border-radius: 100%;
    border: 1px solid #ced1d8;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    color: #ced1d8;
    transition: all 0.3s;
}

._r-arrows ._r-arrows__next svg {
    transform: rotate(180deg);
}

._r-arrows button:hover {
    color: #3aaf5d;
    border-color: #3aaf5d;
}

._r-partners__pagination {
    position: absolute;
    bottom: 20px;
    right: 0;
    display: flex;
}

.swiper ._r-pagination .swiper-pagination-bullet-active {
    width: 6px;
}

.swiper ._r-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
}

._r-input-container {
    position: relative;
}

._r-input-container svg {
    position: absolute;
    top: 23px;
    left: 28px;
    pointer-events: none;
}

._r-catalog h2 {

    @media screen and (max-width: 900px) {
        text-align: center;
    }

    @media screen and (max-width: 600px) {
        text-align: left;
    }
}

._r-catalog__list {
    display: flex;
    gap: 60px 40px;
    flex-wrap: wrap;
    margin-top: 80px;

    @media screen and (max-width: 900px) {
        margin-top: 60px;
        gap: 60px;
        justify-content: center;
    }

    @media screen and (max-width: 600px) {
        gap: 40px 20px;
        margin-top: 40px;
    }
}

._r-main ._r-catalog__item {
    cursor: pointer;

    @media screen and (max-width: 600px) {
        flex-basis: calc((100% - 20px) / 2);
        width: calc((100% - 20px) / 2);
    }
}

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

._r-catalog__item-image {
    border-radius: 14px;
    background: #f0f7ff;
    width: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    overflow: hidden;

    @media screen and (max-width: 600px) {
        width: auto;
    }
}

._r-catalog__item-row {
    width: 260px;

    @media screen and (max-width: 600px) {
        width: auto;
    }
}

._r-catalog__item button {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    background: linear-gradient(312deg, #1ea961 0%, #8fdd59 97.05%), #3aaf5d;
    flex-shrink: 0;

    @media screen and (max-width: 600px) {
        width: 30px;
        height: 30px;
        border-radius: 9px;
    }
}

._r-catalog__item button svg {
    @media screen and (max-width: 600px) {
        width: 20px;
        height: 20px;
    }
}

._r-catalog__item:hover button {
    background: #23c250;
}

._r-catalog__item-row {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;
    gap: 16px;
}

._r-catalog__item-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.2px;

    @media screen and (max-width: 900px) {
        font-size: 18px;
        line-height: 160%;
        letter-spacing: -0.18px;
    }

    @media screen and (max-width: 600px) {
        font-size: 16px;
        line-height: 160%;
        letter-spacing: -0.12px;
    }
}

._r-catalog-button {
    margin-top: 76px;
    text-align: center;

    @media screen and (max-width: 900px) {
        margin-top: 60px;
    }

    @media screen and (max-width: 600px) {
        margin-top: 50px;
    }
}

._r-reviews__list .swiper-slide {
    height: auto;
}

._r-reviews__list ._r-arrows {
    margin-top: 95px;

    @media screen and (max-width: 900px) {
        margin-top: 30px;
        justify-content: center;
    }
}

._r-partners__list .swiper-slide {
    width: auto;
    margin-right: 40px;

    @media screen and (max-width: 900px) {
        margin-right: 20px;
    }

    @media screen and (max-width: 600px) {
        margin-right: 10px;
    }
}

._r-main ._r-hero__buttons ._r-button {
    @media screen and (max-width: 900px) {
        padding: 14px 40px;
        font-size: 11px;
    }
}

._r-enjoy__row {
    display: flex;
    justify-content: space-between;
    gap: 80px;

    @media screen and (max-width: 900px) {
        flex-direction: column;
        gap: 60px;
    }
}

._r-enjoy__left {
    flex-shrink: 0;
    max-width: 510px;

    @media screen and (max-width: 1200px) {
        max-width: 400px;
    }

    @media screen and (max-width: 900px) {
        max-width: 100%;
    }
}

._r-enjoy__right {
    flex: 1;
}

._r-enjoy__list {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

._r-enjoy__item-top {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 16px;
}

._r-enjoy__item-top img {
    max-height: 30px;
    width: auto;
}

._r-enjoy__item-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.2px;

    @media screen and (max-width: 900px) {
        font-size: 18px;
        font-weight: 700;
        line-height: 150%;
    }
}

._r-video__top h2 br {

    @media screen and (max-width: 900px) {
        display: none;
    }
}

._r-main ._r-video {

    @media screen and (max-width: 600px) {
        padding-bottom: 20px;
    }
}

._r-enjoy__item-text {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    @media screen and (max-width: 900px) {
        max-width: 630px;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: -0.15px;
    }
}

._r-video__top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 60px;
    align-items: flex-end;

    @media screen and (max-width: 900px) {
        margin-bottom: 50px;
    }
}

._r-video__top *:last-child {

    @media screen and (max-width: 900px) {
        display: none;
    }
}

._r-video__list {
    display: flex;
    gap: 40px;

    @media screen and (max-width: 900px) {
        flex-direction: column;
        gap: 30px;
    }
}

._r-video__item {

    @media screen and (max-width: 900px) {
        display: flex;
        gap: 40px;
        align-items: center;
    }

    @media screen and (max-width: 900px) {
        flex-direction: column;
        gap: 20px;
    }
}

._r-main ._r-video__video {
    width: 360px;
    height: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;

    @media screen and (max-width: 900px) {
        flex-shrink: 0;
        width: 300px;
        height: 180px;
        margin-bottom: 0;
    }

    @media screen and (max-width: 600px) {
        width: 100%;
        aspect-ratio: 300 / 180;
        height: auto;
    }
}

._r-consult__orb1 {
    position: absolute;
    top: 100px;
    right: -100px;

    @media screen and (max-width: 900px) {
        left: 100px;
        right: initial;
        top: 200px;
    }

    @media screen and (max-width: 600px) {
        left: 0;
        top: 260px;
        width: 30px;
        height: auto;
    }
}

._r-consult__orb2 {
    position: absolute;
    bottom: 120px;
    right: -50px;
    width: 139px;
    height: auto;
}

._r-video__button-mobile {
    display: none;

    @media screen and (max-width: 900px) {
        display: block;
        margin-top: 70px;
        text-align: center;
    }

    @media screen and (max-width: 600px) {
        margin-top: 60px;
    }
}

._r-start h2 {

    @media screen and (max-width: 900px) {
        text-align: center;
    }
}

._r-start h2 br {

    @media screen and (max-width: 900px) {
        display: none;
    }
}

._r-video__text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

._r-main--contract ._r-cards {
    padding-top: 100px;
}

._r-start {
    margin-top: 60px;

    @media screen and (max-width: 600px) {
        margin-top: 0;
    }
}

._r-main ._r-start {

    @media screen and (max-width: 600px) {
        padding-bottom: 40px;
    }
}

._r-start h2 {
    margin-bottom: 10px;
}

._r-start__row {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;

    @media screen and (max-width: 900px) {
        flex-direction: column;
        gap: 24px;
        width: 360px;
        margin: 0 auto;
    }

    @media screen and (max-width: 600px) {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

._r-start__row:not(:last-child) {
    border-bottom: 1px solid #bbcee5;
}

._r-start__image img {
    max-width: 100%;
}

._r-start__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.2px;
    margin-bottom: 28px;

    @media screen and (max-width: 900px) {
        font-size: 19px;
        line-height: 125%;
        letter-spacing: -0.193px;
        margin-bottom: 20px;
    }
}

._r-start__text {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;

    @media screen and (max-width: 900px) {
        font-size: 15px;
        font-weight: 500;
        line-height: 180%;
        letter-spacing: -0.157px;
    }
}

._r-consult {
    border-radius: 30px;
    background: linear-gradient(171deg, #edf1fc -7.01%, #f9fafd 58.68%, #ecf0fb 102.47%);

    @media screen and (max-width: 900px) {
        border-radius: 14px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

._r-main ._r-consult {
    padding-bottom: 0;
}

._r-consult__row {
    display: flex;
    gap: 55px;

    @media screen and (max-width: 900px) {
        flex-direction: column;
        gap: 20px;
    }
}

._r-consult__left {
    position: relative;

    @media screen and (max-width: 900px) {
        text-align: center;
    }
}

._r-consult__left h2 {
    margin-bottom: 43px;
    max-width: 540px;

    @media screen and (max-width: 900px) {
        max-width: 100%;
        margin-bottom: 30px;
    }
}

._r-trial h2 {

    @media screen and (max-width: 600px) {
        text-align: center;
    }
}

._r-trial h2 br {

    @media screen and (max-width: 900px) {
        display: none;
    }
}

._r-consult__right {
    margin-left: auto;
    position: relative;

    @media screen and (max-width: 900px) {
        margin-right: auto;
    }
}

._r-consult__right img {
    max-width: 430px;
    display: block;

    @media screen and (max-width: 600px) {
        max-width: 100%;
    }
}

._r-main ._r-consult {

    @media screen and (max-width: 600px) {
        padding-top: 50px;
    }
}

._r-trial {
    margin-top: 80px;

    @media screen and (max-width: 600px) {
        margin-top: 20px;
    }
}

._r-trial__row {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    gap: 40px;

    @media screen and (max-width: 900px) {
        flex-direction: column;
        align-items: center;
    }

    @media screen and (max-width: 600px) {
        gap: 30px;
        margin-top: 40px;
    }
}

._r-trial__left {
    padding: 40px;
    background-image: url('/local/templates/main/images-redesign/card-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 16px;
    width: 360px;
    flex-shrink: 0;
    color: #fff;
    display: flex;
    flex-direction: column;

    @media screen and (max-width: 900px) {
        width: 480px;
    }

    @media screen and (max-width: 600px) {
        width: auto;
        border-radius: 14px;
        padding: 30px;
    }
}

._r-trial__right {

    @media screen and (max-width: 900px) {
        width: 480px;
    }

    @media screen and (max-width: 600px) {
        width: auto;
        border-radius: 14px;
        padding: 30px;
    }
}

._r-trial__left img {
    margin-bottom: 32px;
}

._r-trial__text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

._r-trial__text li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 40px;
}

._r-trial__text li:after {
    content: '';
    position: absolute;
    top: 12px;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 100%;
    left: 0;
}

._r-trial__right ._r-trial__text li:after {
    background: #000410;
}

._r-trial__value {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.26px;
    margin-top: auto;
}

._r-trial__right {
    flex: 1;
    border-radius: 16px;
    border: 1px solid #f0f7ff;
    background: linear-gradient(171deg, #edf1fc -7.01%, #f9fafd 58.68%, #ecf0fb 102.47%);
    padding: 40px;
    display: flex;
    flex-direction: column;
}

._r-trial__right img {
    margin-bottom: 30px;
}

._r-end {
    border-radius: 30px;
    background: linear-gradient(135deg, #1ea961 3.13%, #8fdd59 113.98%);
    position: relative;
    padding-top: 45px;
    padding-bottom: 60px;
    margin-bottom: 80px;
    margin-top: 80px;

    @media screen and (max-width: 900px) {
        padding: 76px 34px 96px;
        border-radius: 24px;
    }

    @media screen and (max-width: 600px) {
        margin-top: 20px;
        padding: 50px 20px 25px;
        margin-bottom: 0;
    }
}

._r-main ._r-launch {

    @media screen and (max-width: 600px) {
        padding-top: 20px;
    }
}

._r-main--contract ._r-partners {

    @media screen and (max-width: 600px) {
        padding-bottom: 0;
    }
}

._r-end:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('/local/templates/main/images-redesign/end-bg.svg?v=3');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    @media screen and (max-width: 900px) {
        background-image: url('/local/templates/main/images-redesign/end-bg-mobile.svg?v=3');
    }

    @media screen and (max-width: 600px) {
        background-position: top center;
    }
}

._r-end__row {
    display: flex;
    justify-content: space-between;
    position: relative;

    @media screen and (max-width: 900px) {
        flex-direction: column;
    }
}

._r-end__image {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 500px;
    margin-left: 110px;

    @media screen and (max-width: 900px) {
        margin-left: 0;
        max-width: 330px;
        top: 280px;
    }

    @media screen and (max-width: 600px) {
        top: 200px;
    }
}

._r-end__left {
    color: #fff;
    max-width: 480px;
    position: relative;
    z-index: 2;

    @media screen and (max-width: 900px) {
        max-width: 100%;
        text-align: center;
    }
}

._r-end__title {
    font-size: 62px;
    font-style: normal;
    font-weight: 600;
    line-height: 104%;
    letter-spacing: -1px;
    margin-top: 34px;
    margin-bottom: 34px;

    @media screen and (max-width: 900px) {
        font-size: 52px;
        line-height: 116%;
        letter-spacing: -1.717px;
        max-width: 400px;
        margin: 30px auto;
    }

    @media screen and (max-width: 600px) {
        font-size: 37px;
        font-weight: 600;
        line-height: 104%;
        letter-spacing: -1.331px;
        margin: 20px auto;
    }
}

._r-end__text {
    color: #f0f7ff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.2px;

    @media screen and (max-width: 900px) {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: -0.16px;
    }

    @media screen and (max-width: 900px) {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: -0.14px;
    }
}

._r-end__right {
    position: relative;
    z-index: 2;

    @media screen and (max-width: 900px) {
        margin-top: 248px;
        display: flex;
        justify-content: center;
    }
}

._r-article, ._r-article a {
    font-family: "Manrope", sans-serif;
    color: #000410;
}

._r-article .sidebar-content {
    border-radius: 14px;
    background: #f2f6fc;
    padding: 20px;
    border: none;
}

._r-article .sidebar {

    @media screen and (max-width: 900px) {
        padding-top: 60px;
    }

    @media screen and (max-width: 600px) {
        padding-top: 30px;
    }
}

._r-article .sidebar-items-title:before {
    display: none;
}

._r-article .sidebar-items li time {
    color: #9da5ae;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

._r-article .sidebar-items:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

._r-article .sidebar-items + .sidebar-items {
    margin-top: 20px;
}

._r-article .sidebar-content .sidebar-items-title a,
._r-article .sidebar-content .sidebar-items-title,
._r-article .sidebar-form .sidebar-items-title a,
._r-article .sidebar-form .sidebar-items-title {
    font-family: "Manrope", sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 115%;
    text-transform: uppercase;
    color: #000410 !important;
}

._r-article .sidebar-content .sidebar-items-title {
    padding-bottom: 16px;
}

._r-article .title {
    font-family: "Manrope", sans-serif !important;
    color: #000410 !important;
    font-weight: 600 !important;
    text-transform: none;
}

._r-article .sidebar-items li {
    border: none;
    padding: 8px 0;
}

._r-article .sidebar-items--contacts .sidebar-items li:first-child a {
    color: #3AAF5D;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

._r-article .sidebar-items--contacts .sidebar-items li:nth-child(2) a {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

._r-article .sidebar-items--contacts .sidebar-items li:last-child {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

._r-article .sidebar-items-list {
    padding-bottom: 16px;
}

._r-article .sidebar-form {
    border-radius: 14px;
    background: #F2F6FC;
    border: none;
    padding: 20px;
}

._r-article .sidebar-form p {
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 24px;
    margin-bottom: 16px;
}

._r-article .sidebar-form a {
    transition: opacity 0.3s;
}

._r-article .sidebar-form a,
._r-article .sidebar-form a:hover {
    color: #FF8400;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

._r-article .sidebar-form a:hover {
    opacity: 0.8;
}

._r-article > .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

._r-article .section-content-wrapper .col {
    width: 100%;
}

._r-main ._r-article .breadcrumbs a,
._r-main ._r-article .breadcrumbs span {
    color: #7D8997;
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 110%;
    transition: color 0.3s;
}

._r-main ._r-article .breadcrumbs a:hover {
    color: #3AAF5D;
}

._r-article .breadcrumbs {
    padding-bottom: 20px;
}

._r-article .breadcrumbs a:last-of-type:after {
    color: #7D8997;
}

._r-article .breadcrumbs a:after {
    content: '/';
}

._r-article .section-title-wrapper {
    margin-bottom: 60px;

    @media screen and (max-width: 600px) {
        margin-bottom: 30px;
    }
}

._r-article .section-title-wrapper h1 {
    color: #000;
    font-family: Manrope;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    letter-spacing: -1.12px;
    margin-bottom: 40px !important;

    @media screen and (max-width: 900px) {
        font-size: 48px;
        letter-spacing: -0.96px;
    }

    @media screen and (max-width: 600px) {
        font-size: 30px;
        letter-spacing: -0.6px;
        margin-bottom: 20px !important;
    }
}

._r-article .section-title-wrapper time {
    color: #7D8997;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    border-radius: 1000px;
    border: 1px solid #7D8997;
    padding: 8px 20px;
    margin-bottom: 60px;

    @media screen and (max-width: 600px) {
        margin-bottom: 20px;
    }
}

._r-main ._r-article h2,
._r-main ._r-article h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

._r-article .single-content img {
    border-radius: 20px;
    max-width: 100%;
    display: block;
}

._r-article .readall-wrapper button {
    margin-top: 60px;
}

._r-article .readall-wrapper {
    text-align: left;
}

._r-article .single-article-item a {
    padding: 0;
    border: none;
}

._r-article .single-article-item a .img-cover {
    position: relative;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

._r-article .single-article-item a .img-block {
    height: 100%;
    aspect-ratio: 360 / 220;
    border-radius: 14px;
    overflow: hidden;
}

._r-article .single-more-items {
    gap: 40px;
    margin-top: 60px;

    @media screen and (max-width: 600px) {
        margin-top: 30px;
    }
}

._r-article .single-article-item a .title {
    position: relative;
    bottom: initial;
    left: initial;
    background: none;
    padding: 15px 0 0;
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

._r-article .single-more-items-wrapper {
    margin-top: 60px;

    @media screen and (max-width: 600px) {
        margin-top: 30px;
    }
}

._r-article .single-more-items-wrapper ._r-button {
    color: #000;
    outline-color: #FF8A00;
}

._r-article .single-more-items-wrapper ._r-button:hover {
    background: linear-gradient(104deg, #ff5000 7.9%, #ff8900 53.95%, #ffc100 100%), #3aaf5d !important;
}

._r-article .single-article-item a time {
    color: #7D8997;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 8px 20px;
}

._r-article .single-tags-list:empty {
    display: none;
}

._r-call-action {
    border-radius: 20px;
    background: #F2F6FC;
    padding: 43px 56px;
    display: flex;
    gap: 48px;

    @media screen and (max-width: 600px) {
        flex-direction: column;
        gap: 20px;
        padding: 40px;
    }
}

._r-call-action svg {
    flex-shrink: 0;

    @media screen and (max-width: 600px) {
        width: 40px;
        height: 40px;
    }
}

._r-call-action__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

._r-call-action__content a {
    color: #1D2E3D;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: all 0.3s;

    @media screen and (max-width: 600px) {
        font-size: 21px;
    }
}

._r-call-action__content a:hover {
    text-decoration-color: transparent;
}

._r-faq__item-body ol {
    list-style-type: decimal;
    list-style-position: inside;
}

._r-faq__item-body ol li {
    margin-bottom: 10px;
}

._r-faq__item-body div p:first-child {
    margin-top: 0;
}

._r-consult h2 {

    @media screen and (max-width: 600px) {
        font-size: 22px;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Taste selector styles */
._taste-placeholder {
    color: #999 !important;
}

._product-modal-taste._taste-error {
    animation: taste-shake 0.5s ease-in-out;
}

._product-modal-taste._taste-error .select-item-header .btn {
    border-bottom-color: #e74c3c !important;
    background-color: rgba(231, 76, 60, 0.05);
    border-radius: 4px;
    padding: 8px 12px;
    margin: -8px -12px;
}

._product-modal-taste._taste-error .select-item-header .btn .js-selectName {
    color: #e74c3c !important;
}

@keyframes taste-shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-4px); }
    20%, 40%, 60%, 80% { transform: translateX(4px); }
}
