:root {
    --pink: #EA89A2;
}

.detail-banner {
    background-image: url("images/banner-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.banner__inner {
    position: relative;
    z-index: 1;
    display: flex;
    padding: 32px 0;
}
.banner__subtitle {
    font-size: 32px;
    line-height: 48px;
    color: white;
}
.banner__text {
    display: flex;
    font-family: "HelveticaNeueCyr-Light", sans-serif;
    margin: 16px 0;
}
.banner__left {
    width: 90%;
}
.detail-banner h1 {
    font-family: "HelveticaNeueCyr-Bold", sans-serif;
    font-size: 40px;
    line-height: 54px;
    color: white;
    margin-bottom: 20px;
}
.btn-transparent {
    white-space: nowrap;
    display: block;
    width: fit-content;
    font-size: 18px;
    padding: 12px 20px;
    border-radius: 24px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    margin-top: 20px;
    transition: box-shadow .2s;
    background-color: white;
    color: #A46E94;
}
.mobile-page-burger {
    display: none;
}
.eko-consult.full-w {
    margin-bottom: 0 !important;
}
.map {
    margin-top: 0 !important;
}

.js--anchor-menu.eko {
    position: relative;
    z-index: 1;
    background-color: #ECE6E4;
    transition: background-color .3s;
}
.js--anchor-menu.eko._fix {
    position: fixed;
    z-index: 98;
    background-color: white !important;
}
.tabs__head__item {
    font-size: 18px;
    padding: 0 28px;
    margin: 12px 0;
}
.tabs__head__item:first-child {
    padding-left: 0;
}
.tabs__head__item:not(:last-child) {
    border-right: 1px solid #646565;
}
.tabs__head__item.no-style {
    line-height: initial;
    padding: 0;
    margin: 0;
}
.tabs__head__item.no-style a:hover {
    color: initial;
}
.tabs__head__item.no-style:hover a {
    color: white;
}
.tabs__top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px;
    padding-top: 20px;
}
.tabs__top .tel {
    font-size: 30px;
    color: #484444;
    padding-right: 30px;
}
.tabs__head__item a:hover {
    color: var(--pink);
}
.btn-arrow::after {
    content: none !important;
}

@media screen and (max-width: 1000px) {
    .js--anchor-menu.eko {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .mobile-page-burger {
        display: block;
        width: 30px;
        height: 22px;
        background-image: url("images/icon-burger.svg");
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
    }
    .mobile-page-burger__inner {
        position: relative;
    }
    .mobile-page-burger__list {
        display: none;
        position: absolute;
        right: 40px;
        top: 0;
        background-color: white;
        padding: 20px;
        border-radius: 20px;
        z-index: 1;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, .4);
    }
    .mobile-page-burger__list li {
        position: relative;
        font-size: 24px;
        line-height: 31px;
    }
    .mobile-page-burger__list li:not(:last-child) {
        margin-bottom: 20px;
    }
    .mobile-page-burger__list a {
        color: #646565;
    }
    .mobile-page-burger.act .mobile-page-burger__list {
        display: block;
    }
    .detail-banner h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 24px;
    }
    .banner__subtitle {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 24px;
    }
}

.benefits {
    margin: 80px 0;
}
.benefits__l {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.benefits__i {
    border-right: 20px;
    background-color: #FAF6F5;
    border-radius: 20px;
    padding: 20px 72px 20px 24px;
    position: relative;
    font-size: 20px;
    line-height: 32px;
}
.benefits__i .num {
    position: absolute;
    top: 20px;
    right: 24px;
    color: var(--pink);
    font-size: 48px;
    font-family: "HelveticaNeueCyr-Bold", sans-serif;
}

@media screen and (max-width: 800px) {
    .benefits {
        margin: 40px 0;
    }
    .benefits__l {
        grid-template-columns: 1fr;
    }
}

.mozaic {
    margin-bottom: 80px;
}
.mozaic h2 {
    font-size: 40px;
    line-height: 56px;
    color: var(--pink);
    font-family: "HelveticaNeueCyr-Bold", sans-serif;
    margin-bottom: 0;
}
.mozaic h3 {
    font-size: 32px;
    line-height: 46px;
    color: var(--pink);
    font-family: "HelveticaNeueCyr-Bold", sans-serif;
    margin-left: -30px;
}
.mozaic__subtitle {
    font-size: 24px;
    line-height: 32px;
    color: #646565;
    margin-bottom: 40px;
}
.mozaic__wrap .mozaic__line {
    display: flex;
    font-size: 16px;
    line-height: 24px;
}
.mozaic__wrap .mozaic__line:not(:last-child) {
    margin-bottom: 28px;
}
.mozaic__wrap .mozaic__line > div:first-child {
    margin-right: 20px;
}
.mozaic__wrap .mozaic__line:nth-child(odd) {
    margin-right: 100px;
}
.mozaic__wrap .mozaic__line:nth-child(even) {
    margin-left: 100px;
}
.mozaic__text {
    border-radius: 20px;
    background-color: #FAF6F5;
    padding: 40px 60px;
}
.mozaic__wrap .mozaic__text {
    flex-grow: 1;
    width: 100px;
}
.mozaic__img {
    width: 100%;
    max-width: 380px;
    height: 243px;
}
.mozaic__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mozaic .btn-transparent {
    padding: 13px 24px;
    background-color: #EA89A2;
    color: white;
    display: block;
    margin: 40px auto 0 auto;
}
.mozaic__slider {
    display: none;
}
.mozaic .slider-nav {
    display: none;
}

@media screen and (max-width: 1200px) {
    .mozaic h3 {
        font-size: 24px;
        line-height: 32px;
        margin-left: 0;
    }
    .mozaic__text {
        padding: 20px 5px;
    }
    .mozaic__wrap .mozaic__line:nth-child(odd) {
        margin-right: 0;
    }
    .mozaic__wrap .mozaic__line:nth-child(even) {
        margin-left: 0;
    }
}

@media screen and (max-width: 800px) {
    .mozaic {
        margin-bottom: 40px;
    }
    .mozaic h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 12px;
    }
    .mozaic__wrap {
        display: none;
    }
    .mozaic__slider {
        display: block;
    }
    .mozaic__slider .mozaic__line {
        border-radius: 20px;
        background-color: #FAF6F5;
        font-size: 16px;
        line-height: 24px;
    }
    .mozaic__img {
        margin: 0 auto;
    }
    .mozaic .slider-nav {
        display: block;
        margin-top: 0;
        margin-left: auto;
    }
    .mozaic__subtitle-wrap {
        display: flex;
        margin-bottom: 20px;
    }
    .slick-arrow {
        width: 32px;
        height: 32px;
        background-color: white;
        border-radius: 50%;
        border: none;
        box-shadow: 0 0 16px 0 rgba(100, 101, 101, .2);
        background-image: url("images/icon-arrow.svg");
        background-repeat: no-repeat;
        background-position: center;
    }
    .slider-prev {
        transform: rotate(180deg);
    }
    .slick-arrow:not(:last-child) {
        margin-right: 12px;
    }
    .mozaic__subtitle {
        max-width: calc(100% - 94px);
        margin-right: 12px;
        margin-bottom: 0;
    }
}

.how-to {
    margin-bottom: 80px;
}
.how-to h2 {
    font-size: 40px;
    line-height: 56px;
    color: var(--pink);
    font-family: "HelveticaNeueCyr-Bold", sans-serif;
    margin-bottom: 0;
}
.how-to__subtitle {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
}
.how-to__i {
    margin-bottom: 34px;
    break-inside: avoid-column;
}
.how-to__i-h {
    display: flex;
    justify-content: space-between;
    background-color: #FAF6F5;
    padding: 12px 20px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.how-to__i-title {
    font-size: 32px;
    line-height: 46px;
    color: var(--pink);
    font-family: "HelveticaNeueCyr-Bold", sans-serif;
}
.how-to__i-b {
    padding: 0 20px;
    font-size: 16px;
    line-height: 24px;
}
.how-to__inner {
    column-count: 2;
    column-gap: 20px;
}
.how-to__i-b ul,
.how-to__i-b li {
    list-style: initial;
}
.how-to__i-b ul {
    padding-left: 20px;
}
.how-to .slider-nav {
    display: none;
}
.how-to__slider {
    display: none;
}

@media screen and (max-width: 1200px) {
    .how-to__inner {
        column-count: initial;
    }
}

@media screen and (max-width: 800px) {
    .how-to {
        margin-bottom: 40px;
    }
    .how-to h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .how-to .slider-nav {
        display: block;
        margin-top: 0;
        margin-left: auto;
    }
    .how-to__i-title {
        font-size: 24px;
        line-height: 32px;
    }
    .how-to__subtitle-wrap {
        display: flex;
        margin-bottom: 20px;
    }
    .slider-prev {
        transform: rotate(180deg);
    }
    .slick-arrow:not(:last-child) {
        margin-right: 12px;
    }
    .how-to__subtitle {
        max-width: calc(100% - 94px);
        margin-right: 12px;
        margin-bottom: 0;
    }
    .how-to__i-b {
        padding: 0 20px;
    }
    .how-to__i {
        margin-bottom: 0;
    }
    .how-to__slider {
        display: block;
    }
    .how-to__inner {
        display: none;
    }
}

.first-step {
    margin-bottom: 80px;
}
.first-step h2 {
    font-size: 40px;
    line-height: 56px;
    font-family: "HelveticaNeueCyr-Bold", sans-serif;
    color: var(--pink);
    margin-bottom: 14px;
}
.first-step__subtitle {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
    padding: 0 80px;
}
.first-step__grid {
    display: flex;
    justify-content: space-between;
    font-size: 19px;
    line-height: 31px;
    padding: 0 80px;
}
.first-step__grid span {
    color: var(--pink);
}
.first-step__left {
    margin-right: 15px;
    width: 28%;
}
.first-step__right {
    width: 72%;
    position: relative;
}
.first-step__left-top,
.first-step__left-bottom,
.first-step__right {
    background-color: #FAF6F5;
    border-radius: 20px;
    padding: 17px 24px;
}
.first-step__left-top {
    margin-bottom: 15px;
}
.first-step__right img {
    position: absolute;
    bottom: 0;
    right: 55px;
}
.first-step__right-text {
    max-width: 266px;
}
.first-step .btn-transparent {
    padding: 8px 46px;
    background-color: #EA89A2;
    color: white;
    display: block;
    margin-top: 40px;
}
.first-step__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 1200px) {
    .first-step__subtitle,
    .first-step__grid {
        padding: 0;
    }
}

@media screen and (max-width: 1000px) {
    .first-step__grid {
        flex-direction: column;
    }
    .first-step__left {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    .first-step__left-top {
        margin-bottom: 10px;
    }
    .first-step__right {
        width: 100%;
    }
    .first-step__right img {
        width: 96px;
        right: 6px;
    }
    .first-step__right-text {
        max-width: 230px;
    }
}

@media screen and (max-width: 800px) {
    .first-step {
        margin-bottom: 40px;
    }
    .first-step h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 12px;
    }
    .first-step__subtitle {
        font-size: 24px;
        line-height: 32px;
    }
    .first-step__left-top,
    .first-step__left-bottom,
    .first-step__right {
        padding: 12px;
    }
    .first-step .btn-transparent {
        padding: 8px 24px;
    }
}