: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: 80%;
}
.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: #FAF6F5;
    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;
        bottom: 25px;
        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;
    }
}

.about {
    margin-top: 60px;
}
.about-0,
.about-1,
.about-2,
.about-3,
.about-4,
.about-5,
.about-6 {
    margin-bottom: 100px;
    position: relative;
}
.about-1,
.about-2,
.about-3,
.about-4,
.about-5 {
    display: flex;
}
.about img {
    max-width: 100%;
    display: block;
    border-right: 20px;
}
.about-substrate {
    background-color: #FAF6F5;
    border-radius: 20px;
}
.about-0 {
    padding: 0 40px;
    display: flex;
}
.about-0 .about-substrate {
    font-size: 20px;
    line-height: 36px;
    padding: 55px 60px;
    position: absolute;
    left: 60px;
    bottom: 32px;
    width: 470px;
    height: 265px;
}
.about-0 .about-img {
    margin-left: auto;
}
.about-1 .about-img,
.about-2 .about-img,
.about-3 .about-img,
.about-4 .about-img,
.about-5 .about-img {
    width: 380px;
}
.about-content {
    display: flex;
    flex-direction: column;
    width: 320px;
    flex-grow: 1;
}
.about-1 > div:first-child,
.about-2 > div:first-child,
.about-3 > div:first-child,
.about-4 > div:first-child,
.about-5 > div:first-child {
    margin-right: 20px;
}
.about-img .about-substrate {
    width: 284px;
    height: 218px;
    padding: 24px 17px;
    position: relative;
    display: flex;
    text-align: right;
    margin-top: -50px;
}
.about-img .about-substrate._left {
    margin-left: 20px;
}
.about-img .about-substrate._right {
    margin-left: auto;
    margin-right: 20px;
}
.about-img .about-substrate span {
    position: absolute;
    top: 34px;
    left: 17px;
    color: var(--pink);
    font-family: "HelveticaNeueCyr-Bold", sans-serif;
    font-size: 48px;
}
.about-img .about-substrate p {
    margin-top: auto;
    font-size: 20px;
    line-height: 32px;
}
.about h3 {
    font-size: 32px;
    line-height: 46px;
    color: var(--pink);
    font-family: "HelveticaNeueCyr-Bold", sans-serif;
    margin-bottom: 24px;
}
.about-content p:not(:last-child) {
    margin-bottom: 20px;
}
.about-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
}
.about-content .about-substrate {
    color: var(--pink);
    padding: 32px 40px;
    font-size: 20px;
    line-height: 36px;
    margin-top: auto;
}
.about-header {
    display: flex;
    align-items: center;
    margin-bottom: 43px;
}
.about-header span {
    background-color: #FAF6F5;
    border-radius: 20px;
    font-family: "HelveticaNeueCyr-Bold", sans-serif;
    font-size: 64px;
    color: var(--pink);
    padding: 30px 47px;
    margin-right: 34px;
}
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 85px 56px;
    margin-bottom: 32px;
}
.about-6 .about-substrate {
    padding: 30px 100px;
    font-size: 20px;
    line-height: 36px;
    color: var(--pink);
}
.about-i {
    display: flex;
}
.about-i__text {
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
    padding: 28px 0;
    width: 50px;
    flex-grow: 1;
}
.about-card {
    width: 284px;
    height: 218px;
    border-radius: 20px;
    background-color: #FAF6F5;
    padding: 34px 40px;
    font-size: 24px;
    line-height: 32px;
    color: #646565;
    position: relative;
    margin-right: 18px;
}
.about-card img {
    position: absolute;
    right: 24px;
    bottom: 26px;
}

@media screen and (max-width: 1000px) {
    .about h3 {
        font-size: 28px;
        line-height: 32px;
    }
    .about-grid {
        grid-gap: 28px;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 800px) {
    .about {
        margin-top: 0;
    }
    .about-1,
    .about-2,
    .about-3,
    .about-4,
    .about-5 {
        margin-bottom: 60px;
    }
    .about-1,
    .about-2,
    .about-3,
    .about-4,
    .about-5 {
        flex-direction: column;
    }
    .about .container {
        padding-left: 5px;
        padding-right: 5px;
    }
    .about-0 {
        flex-direction: column;
        padding: 0;
    }
    .about-0 .about-substrate {
        padding: 40px 27px;
        position: relative;
        left: 0;
        bottom: 0;
        align-self: center;
        height: auto;
        order: 2;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: -50px;
        max-width: 100%;
    }
    .about-0 .about-img {
        width: 100%;
        margin-top: -20px;
        z-index: -1;
    }
    .about-0 img {
        width: 100%;
        border-radius: 0 0 20px 20px;

    }
    .about-1 .about-img,
    .about-2 .about-img,
    .about-3 .about-img,
    .about-4 .about-img,
    .about-5 .about-img {
        display: flex;
        flex-direction: column;
        width: auto;
        margin-right: auto !important;
        margin-left: auto;
        margin-bottom: 20px;
        order: -1;
    }
    .about-img .about-substrate {
        margin: 0 auto -50px auto !important;
        order: -1;
    }
    .about-content {
        width: 100%;
    }
    .about-content .about-substrate {
        padding: 24px 15px;
    }
    .about-header span {
        padding: 4px 22px;
        margin-right: 12px;
    }
    .about-i {
        flex-direction: column;
    }
    .about-card {
        margin-right: 0;
    }
    .about-i__text {
        width: auto;
        padding: 12px 0;
    }
}