.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;
    }
}