.innerPageSub {
    overflow: hidden;
}

.behealthy__top {
    margin-bottom: 130px;
    position: relative;
}

.behealthy__top:before {
    content: '';
    display: block;
    padding-top: 36%;
}

.behealthy-top__wrap,
.behealthy__top img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.behealthy-top__info {
    position: absolute;
    z-index: 1;
    left: 50px;
    top: calc(50% - 142px);
}

.behealthy-top__title,
.behealthy-top__subtitle {
    font-family: 'Grandis Extended';
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.behealthy-top__title {
    color: #fff;
}

.behealthy-top__subtitle {
    color: #026EF9;
}

.behealthy-top__btn {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    width: 430px;
    border-radius: 8px;
    background: #026EF9;
    margin-top: 40px;
    padding: 12px 0;
    transition: background-color .3s;
}

.behealthy-top__btn:hover {
    background-color: #0B51AA;
}

.behealthy__title {
    color: #000;
    font-family: 'Grandis Extended';
    font-size: 50px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 100px;
}

.behealthy-cab__item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 76px;
}

.behealthy-cab__list {
    border-radius: 40px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    padding: 46px 64px;
    width: calc(50% - 38px);
    align-self: flex-start;
}

.behealthy-cab-list__title {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #EAEAEA;
    font-family: Gilroy;
    font-size: 45px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    display: block;
}

a.behealthy-cab-list__title {
    color: #026EF9;
    padding-right: 170px;
    transition: opacity .3s;
}

.behealthy-cab-list__title span {
    color: #026EF9;
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding-left: 10px;
    position: absolute;
    right: 0;
    top: calc(50% - 20px);
    padding-right: 32px;
    transition: opacity .3s;
}

.behealthy-cab-list__title span:before,
.behealthy-cab-list__title span:after {
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .3s;
}

.behealthy-cab-list__title span:before {
    background-image: url('/local/templates/mst/images/behealthy/arrowitem.svg');
}

.behealthy-cab-list__title span:after {
    background-image: url('/local/templates/mst/images/behealthy/arrowitemhover.svg');
    opacity: 0;
}

a.behealthy-cab-list__title:hover {
    opacity: 0.6;
}

.behealthy-cab-list__btn {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 20px;
    right: 28px;
    background-image: url('/local/templates/mst/images/behealthy/behealthy-btn.svg');
    transform: rotate(180deg);
    transition: .3s;
    display: none;
}

.behealthy-cab-list__btn--active {
    transform: rotate(0deg);
}


a.behealthy-cab-list__item,
.behealthy-cab-list__item {
    transition: color .3s;
    font-family: Gilroy;
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EAEAEA;
    display: block;
    position: relative;
    padding-right: 25px;
}

a.behealthy-cab-list__item:last-child,
.behealthy-cab-list__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.behealthy-cab-list__item {
    color: #4C4C4C;
}

a.behealthy-cab-list__item {
    color: #026EF9;
    transition: opacity .3s;
}

a.behealthy-cab-list__item:before {
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    right: 0;
    top: 27px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .3s;
    background-image: url('/local/templates/mst/images/behealthy/arrowitem.svg');
}

a.behealthy-cab-list__item:hover {
    opacity: 0.6;
}


.behealthy-cab__img {
    width: calc(50% - 38px);
    margin-left: auto;
    align-self: flex-start;
}

.behealthy-cab__img img {
    width: 100%;
}


.behealthy__bigimg {
    margin-top: 130px;
    margin-bottom: 130px;
    position: relative;
}

.behealthy__bigimg img {
    width: 100%;
}

.behealthy__bigimg:before,
.behealthy__bigimg:after {
    content: '';
    background-color: #161616;
    position: absolute;
    top: 0;
    height: calc(100% - 3px);
    width: 50%
}

.behealthy__bigimg:before {
    left: calc(100% - 1px);
}

.behealthy__bigimg:after {
    right: calc(100% - 1px);
}

.behealthy__img {
    margin-top: 130px;
    margin-bottom: 130px;
}
.behealthy__img a
{
    display: block;
    max-width: 400px;
}
.behealthy__img a img
{
    max-width: 100%;
    box-shadow: 0 1px 14px rgba(143, 147, 150, 0.3);
}


.behealthy__adv {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #161616;
    position: relative;
}

.behealthy__adv:before,
.behealthy__adv:after {
    content: '';
    background-color: #161616;
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%
}

.behealthy__adv:before {
    left: 100%;
}

.behealthy__adv:after {
    right: 100%;
}

.behealthy__adv .behealthy__title {
    color: #fff;
}

.behealthy-adv__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -38px;
    margin-right: -38px;
}

.behealthy-adv__item {
    width: calc(50% - 76px);
    margin-left: 38px;
    margin-right: 38px;
    border-radius: 40px;
    border: 1px solid var(--grey, #C2C2C2);
    padding: 50px 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 76px;
}

.behealthy-adv-item__title {
    color: #FFF;
    font-family: Gilroy;
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 1px;
    padding-right: 40px;
    width: calc(100% - 150px);
}

.behealthy-adv-item__img {
    width: 150px;
}

.behealthy-adv-item__img img {
    width: 100%;
}


.behealthy-adv__img {
    position: relative;
    border-radius: 40px;
    /*width: 85vw;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.behealthy-adv__img:before {
    content: '';
    padding-top: 57%;
    display: block;
}

.behealthy-adv__slider {
    margin-top: 24px;
    position: relative;
    z-index: 1;
}

.behealthy-adv__slider .splide__track {
    overflow: visible;
}

@media (min-width: 1024px) {
    .behealthy-adv__slider .splide__list,
    .behealthy-adv__slider .splide.is-initialized:not(.is-active) .splide__list {
        display: flex;
        flex-wrap: wrap;
        margin-left: -25px !important;
        margin-right: -25px !important;
    }

    .behealthy-adv__slider .splide__slide {
        width: calc(50% - 50px);
        margin-left: 25px;
        margin-right: 25px;
        margin-bottom: 50px;
    }

    .behealthy-adv__slider .splide__slide:last-child {
        width: calc(100% - 50px);
        margin-bottom: 0;
    }

    .behealthy-adv__slider .splide__slide:last-child .behealthy-adv__img:before {
        padding-top: 30%;
    }

    .behealthy-adv__img {
        width: 100%;
    }

    .behealthy-adv__slider .splide__slide {
        padding-right: 0;
    }

    .behealthy-adv__img:before {
        padding-top: 50%;
    }
}


@media (min-width: 1681px) {
    .behealthy-adv__slider .splide__list,
    .behealthy-adv__slider .splide.is-initialized:not(.is-active) .splide__list {
        margin-left: -38px !important;
        margin-right: -38px !important;
    }

    .behealthy-adv__slider .splide__slide {
        width: calc(50% - 76px);
        margin-left: 38px;
        margin-right: 38px;
        margin-bottom: 76px;
    }

    .behealthy-adv__slider .splide__slide:last-child {
        width: calc(100% - 76px);
    }
}


.behealthy__more {
    margin-bottom: 90px;
}

.behealthy-more__item,
a.behealthy-more__item {
    width: calc(33.33% - 80px);
    margin-bottom: 40px;
    display: block;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 1px;
    color: rgba(76, 76, 76, 1);
    transition: opacity .3s;
}

a.behealthy-more__item {
    color: var(--blue, #026EF9);
    position: relative;
    padding-right: 30px;
}

a.behealthy-more__item:before {
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    right: 0;
    top: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .3s;
    background-image: url('/local/templates/mst/images/behealthy/arrowitem.svg');
}

a.behealthy-more__item:hover {
    opacity: 0.6;
}


.behealthy-more__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-right: -40px;
}


.behealthy .container.contactsBlockMsg {
    width: 100%;
}

.behealthy .contactsBlockMiddle {
    margin-top: 0;
}




/* form */
.contactsBlockMsg .contactFormMiddle [class*="inBlock"][class*="Type10"] textarea {
    height: 228px;
}

@media (max-width: 1199px) {
    body .innerPageContent {
        overflow: hidden;
    }

    .contactsBlockMsg .contactFormMiddle [class*="inBlock"][class*="Type10"] textarea {
        height: 208px;
    }
}

@media (max-width: 1023px) {
    .contactsBlockMsg .contactFormMiddle [class*="inBlock"][class*="Type10"] textarea {
        height: 198px;
    }
}

@media (max-width: 767px) {
    .contactsBlockMsg .contactFormMiddle [class*="inBlock"][class*="Type10"] textarea {
        height: 108px;
    }
}


@media (max-width: 1680px) {
    .behealthy-top__title,
    .behealthy-top__subtitle {
        font-size: 40px;
    }

    .behealthy-top__info {
        top: calc(50% - 124px);
    }

    .behealthy__top {
        margin-bottom: 80px;
    }

    .behealthy__title {
        font-size: 40px;
        margin-bottom: 60px;
    }


    .behealthy__bigimg,
    .behealthy__img{
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .behealthy-more__item, a.behealthy-more__item {
        width: calc(50% - 80px);
    }

    .behealthy-more__item {
        order: 2;
    }

    a.behealthy-more__item {
        order: 1;
    }

    .behealthy__more {
        margin-bottom: 60px;
    }

    .behealthy__adv {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .behealthy-adv__item {
        margin-bottom: 50px;
    }

    .behealthy-adv__item {
        width: calc(50% - 50px);
        margin-left: 25px;
        margin-right: 25px;
    }

    .behealthy-adv__wrap {
        margin-left: -25px;
        margin-right: -25px;
    }

    .behealthy-cab-list__title {
        font-size: 36px;
        padding-bottom: 12px;
    }

    .behealthy-cab__list {
        padding: 36px 44px;
    }
}

@media (max-width: 1439px) {


    .behealthy-top__title, .behealthy-top__subtitle {
        font-size: 30px;
    }

    .behealthy-top__btn {
        max-width: 340px;
        width: 100%;
    }

    .behealthy-top__btn {
        margin-top: 30px;
    }

    .behealthy-top__info {
        top: calc(50% - 100px);
    }

    .behealthy__top {
        margin-bottom: 60px;
    }

    .behealthy__title {
        margin-bottom: 40px;
    }

    .behealthy-cab-list__title {
        font-size: 26px;
        padding-bottom: 12px;
    }

    .behealthy-cab__list {
        padding: 26px 34px;
    }

    a.behealthy-cab-list__item, .behealthy-cab-list__item {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 20px;
    }

    .behealthy-cab-list__title span {
        font-size: 16px;
        top: calc(50% - 15px);
    }

    .behealthy-cab-list__title span:before,
    .behealthy-cab-list__title span:after {
        top: 3px;
    }

    a.behealthy-cab-list__item:before,
    a.behealthy-cab-list__item:after {
        width: 16px;
        height: 16px;
        top: 15px;
    }

    .behealthy-cab-list__title span:before,
    .behealthy-cab-list__title span:after {
        width: 16px;
        height: 16px;
    }

    a.behealthy-cab-list__item:before, a.behealthy-cab-list__item:after {
        top: 15px;
    }

    .behealthy-more__item,
    a.behealthy-more__item {
        margin-bottom: 20px;
        font-size: 20px;
    }

    a.behealthy-more__item:before, a.behealthy-more__item:after {
        top: 3px;
    }

    .behealthy-adv__item {
        padding: 30px;
    }

    .behealthy-adv-item__title {
        font-size: 20px;
        width: calc(100% - 100px);
        padding-right: 20px;
    }

    .behealthy-adv-item__img {
        width: 100px;
    }

    .behealthy__bigimg,
    .behealthy__img{
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .behealthy__title {
        font-size: 30px;
    }

    .behealthy__adv {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .behealthy-cab__img {
        width: calc(50% - 20px)
    }

    .behealthy-cab__list {
        width: calc(50% - 20px);
    }
}

@media (max-width: 1023px) {
    .behealthy-cab__item {
        display: block;
        margin-bottom: 50px;
    }

    .behealthy-cab__list {
        width: 100%;
        margin-bottom: 36px;
        padding: 26px 34px;
    }

    .behealthy-cab__img {
        width: 100%;
        max-width: 600px;
        margin-left: 0;
    }

    .behealthy-adv__item {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px 28px;
        border-radius: 28px;
    }

    .behealthy-adv-item__img {
        width: 60px;
    }

    .behealthy-adv-item__title {
        font-size: 18px;
        width: calc(100% - 60px);
    }

    .behealthy-more__item, a.behealthy-more__item {
        width: 100%;
    }

    .behealthy__adv {
        padding-top: 40px;
        padding-bottom: 40px;
    }

}

@media (max-width: 767px) {
    .behealthy-top__info,
    .behealthy-top__wrap {
        position: static;
    }

    .behealthy__top img {
        display: none;
    }

    .behealthy__top {
        background-image: url('/local/templates/mst/images/behealthy/behealthy3.jpg');
        padding: 164px 0;
        background-position: center bottom;
        background-size: cover;
    }

    .behealthy__top:before,
    .behealthy__top:after {
        content: '';
        background-color: #161616;
        position: absolute;
        top: 0;
        height: calc(100%);
        width: 50%;
    }

    .behealthy__top:before {
        left: calc(100% - 1px);
    }

    .behealthy__top:after {
        right: calc(100% - 1px);
        padding: 0;
    }

    .behealthy-cab-list__title,
    a.behealthy-cab-list__title {
        font-size: 22px;
        padding-right: 0;
        width: calc(100% - 50px);
    }

    .behealthy-cab-list__title span {
        font-size: 16px;
        position: relative;
        padding-left: 0;
        right: auto;
        top: auto;
        line-height: normal;
        display: block;
        margin-top: 13px;
        width: 116px;
    }

    a.behealthy-cab-list__item, .behealthy-cab-list__item {
        font-size: 18px;
    }

    .behealthy-cab__list {
        padding: 21px 28px;
    }

    .behealthy-cab-list__btn {
        display: block;
    }

    .behealthy-cab-list__wrap,
    .behealthy-cab__img {
        display: none;
    }

    .behealthy-more__item,
    a.behealthy-more__item {
        font-size: 18px;
    }

    .behealthy-cab-list__title {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .behealthy-cab-list__wrap {
        border-top: 1px solid #EAEAEA;
        margin-top: 12px;
    }

    .behealthy-cab__list {
        margin-bottom: 12px;
    }

    .behealthy-cab__item {
        margin-bottom: 20px;
    }

}

@media (max-width: 767px) {
    .behealthy-adv__img {
        width: 85vw;
    }
}
