

/* Start:/local/assets/css/components/mainBanner.css?17443615255092*/

.mainBannerBlock {
    display: none;
    position: relative;
}

.mainBanner {
    width: 100%;
    height: 663px;
    border-radius: 30px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.mainBanner__bgWrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
}
.mainBanner__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
}

.mainBanner__emblem {
    position: absolute;
    top: -5px;
    left: 46%;
    width: 465px;
    height: 559px;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.mainBanner__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 55%;
    padding-left: 90px;
    padding-top: 130px;
    position: absolute;
    top: 0;
    z-index: 4;
}

.mainBanner__contentText {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.mainBanner__title {
    font-family: Cera Pro;
    font-size: 124px;
    font-weight: 900;
    line-height: 120px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    text-transform: uppercase;
}

.mainBanner__text {
    font-family: Cera Pro;
    font-size: 32px;
    font-weight: 300;
    line-height: 27.47px;
    color: #FFFFFF;
}

.mainBanner__person {
    position: absolute;
    z-index: 1;
    right: 48px;
    bottom: 0;
}

.mainBanner__person {
    display: flex;
    align-items: flex-end;
}

.mainBanner__personText {
    padding-bottom: 42px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.mainBanner__personTitle {
    font-family: Cera Pro;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #F4F5F7;
}

.mainBanner__personSubtext {
    font-family: Cera Pro;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.6px;
    color: #F4F5F7;
    opacity: 0.5;

}

.mainBanner .button {
    height: 54px;
}

@media (max-width: 1199px) {
    .mainBanner__content {
        padding-left: 40px;
        padding-top: 40px;
        gap: 40px;
    }

    .mainBanner__title {
        font-size: 76px;
        line-height: 84px;
    }

    .mainBanner__text {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 890px) {
    .mainBanner__person {
        right: 16px;
        justify-content: flex-end;
    }
}

@media (max-width: 840px) {
    .mainBanner__person img {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .mainBanner {
        display: flex;
        flex-direction: column;
        border-radius: 15px;
        height: 522px;
        overflow: hidden;
    }

    .mainBanner__bg {
        border-radius: 15px;
    }

    .mainBanner__content {
        padding-left: 25px;
        padding-top: 25px;
        width: 100%;
        gap: 35px;
    }

    .mainBanner__contentText {
        gap: 15px;
    }

    .mainBanner__title {
        font-family: Cera Pro;
        font-size: 56px;
        font-weight: 900;
        line-height: 56px;
    }

    .mainBanner__text {
        font-family: Cera Pro;
        font-size: 22px;
        font-weight: 400;
        line-height: 26.4px;
        width: 60%;
    }

    .mainBanner__person {
        position: relative;
        right: 0;
        height: 100%;
    }

    .mainBanner__person img {
        position: absolute;
        bottom: -35px;
        right: 0;
        width: 75%;
        max-width: 350px;

    }

    .mainBanner__personText {
        position: absolute;
        left: 20px;
        z-index: 1;
        padding-bottom: 20px;
    }

    .mainBanner .button {
        font-family: Cera Pro;
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
    }
}

@media (max-width: 600px) {
    .mainBanner__person img {
        /* right: -65px; */
        max-width: 300px;
    }
}

@media (max-width: 500px) {
    .mainBanner__person img {
        right: -65px;
        bottom: 0;
        max-width: 260px;
    }
}



/* Параллакс сцена */
.mainBanner__bgWrapper #scene {
    position: absolute;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .mainBanner__bgWrapper #scene {
        display: none;
    }
}

.parallaxScene__bg1 {
    position: absolute;
    width: 100%;
    height: 107%;
    left: -150px !important;
    top: -5px !important;
    z-index: 10;
    /* background-size: calc(100% + 50px); */
    background-size: cover;
    background-repeat: no-repeat;

}

.parallaxScene__bg2 {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-position-x: 50%;
    background-position-y: bottom;
    background-size: 40%;
    background-repeat: no-repeat;
}

.parallaxScene__bg3 {
    position: absolute;
    left: 25px !important;
    height: 515px;
    width: 100%;
    z-index: 1;
    /* background-position: 10%; */
    background-position: top;
    /* background-size: calc(100% - 160px); */
}

.parallaxScene__bg4 {
    background-position-y: bottom;
}

/* Параллакс сцена END */
/* End */


/* Start:/local/assets/css/components/team.css?17443615257616*/
.team {
    display: grid;
    grid-template-columns: 281px 1fr;
    align-items: start;
    gap: 40px;
}

.team .tabs_select {
    margin-bottom: 10px;
}

.team_card {
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    position: relative;
}

.team_card__img {
    height: 320px;
    border-radius: 15px;
    object-fit: cover;
    margin-bottom: 20px;
    overflow: hidden;
}

.team_card__title {
    font-size: 26px;
    font-weight: 500;
    line-height: 31.2px;
    margin-bottom: 10px;
}

.team_card__text {
    font-size: 14px;
    line-height: 16.8px;
}

.team_tabs {
    display: grid;
    grid-template-columns: 290px 1fr;
}

.team_tabs__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 16px;
    line-height: 19.2px;
    cursor: pointer;
    padding: 20px;
    padding-left: 20px;
    padding-right: 20px;
    transition: background .2s, padding .2s;
    border-radius: 15px 0px 0px 15px;
    width: calc(100% + 10px);
}

.team_tabs__button:last-child {
    margin-bottom: 0;
}

.team_tabs__button_icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    transition: background .2s;
}

.team_tabs__button_icon:after,
.team_tabs__button_icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #9D9D9D;
    transition: background .2s, opacity .2s;
}

.team_tabs__button_icon:after {
    width: 1px;
    height: 7px;
}

.team_tabs__button_icon:before {
    width: 7px;
    height: 1px;
}

.team_tabs__button.active {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    pointer-events: none;

}

.team_tabs__button.active .team_tabs__button_icon {
    background: #FF004F;
}

.team_tabs__button.active .team_tabs__button_icon:after,
.team_tabs__button.active .team_tabs__button_icon:before {
    background: #FFF;
}

.team_tabs__button.active .team_tabs__button_icon:after {
    opacity: 0;
}

.team_tabs__content {
    display: none;
    padding: 40px;
    background: #fff;
    border-radius: 15px 15px 15px 15px;
}

.team_tabs__content>* {
    margin-bottom: 40px;
}

.team_tabs__content>*:last-child {
    margin-bottom: 0;
}

.team_card_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 46px;
}

.team_card2__img {
    height: 190px;
    border-radius: 9px;
    object-fit: cover;
    margin-bottom: 10px;
    background: radial-gradient(52.06% 52.06% at 50.86% 47.94%, #D1CED1 0%, #B6B6B6 100%);
    width: 100%;
}

.team_card2__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    margin-bottom: 10px;
}

.team_card2__text {
    font-size: 14px;
    line-height: 16.8px;
    color: #9D9D9D;
}

.team_contacts {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.team_contacts__socials {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 30px;
}

.team_contacts__social {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
}

.team_contacts__social:hover {
    color: #fff;
}

.team_contacts__social.icon-telegram {
    background: #039BE5;
}

.team_contacts__social.icon-vk {
    background: #0273F6;
}

.team_contacts__link {
    font-size: 12px;
    font-weight: 500;
    line-height: 14.4px;
    color: #2B2929;
    display: flex;
    align-items: center;
    gap: 5px;
}

.team_contacts__link img {
    flex-shrink: 0;
}

.team_contacts__link[href]:hover {
    color: #FF004F;
}

.team_contacts__buttons {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.team_contacts__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.team_card2__more_button {
    font-size: 12px;
    line-height: 16.8px;
    margin-top: 20px;
    border-bottom: 1px solid #FF004F;
    transition: border-color .2s;
    color: #FF004F;
    display: inline-block;
    cursor: pointer;
}

.team_card2__more_button.active {
    color: #9D9D9D;
    border-color: #9D9D9D;
}

.team_card2__more_button:hover {
    border-color: transparent;
}

.team_card_list .simplebar-track.simplebar-horizontal {
    left: 20px;
    right: 20px;
}

@media (max-width: 1199px) {
    .team {
        grid-template-columns: 100%;
    }

    .team_card {
        padding: 0;
        background: #fff;
        border-radius: 15px;
        /*overflow: hidden;*/
        position: relative;
        padding-bottom: 20px;
    }

    /* 
    .team_card:after {
        content: "";
        position: absolute;
        top: 365px;
        left: 0;
        width: 100%;
        height: 12px;
        border-radius: 15px 15px 0 0;
        background: #fff;
    } */

    .team_card__img {
        width: 100%;
        height: 320px;
        border-radius: 0;
    }

    .team_card__title {
        padding: 0 20px;
        margin-bottom: 10px;
    }

    .team_card__text {
        padding: 0 20px;
    }

    .team_tabs {
        grid-template-columns: 100%;
    }

    .team_tabs__content {
        padding: 20px;
        border-radius: 15px;
    }

    .team_card_list {
        display: block;
        white-space: nowrap;
        overflow: auto;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px;
        margin-right: -20px;
        padding-bottom: 20px;
        z-index: 1000;
    }

    .team_card2 {
        display: inline-block;
        vertical-align: top;
        width: 170px;
        white-space: normal;
        margin-right: 20px;
    }

    .team_tabs__content>* {
        margin-bottom: 20px;
    }

    .team_card2__title {
        font-size: 16px;
        line-height: 19.2px;
        margin-bottom: 5px;
    }

    .team_card2__text {
        font-size: 12px;
        line-height: 14.4px;
    }

    .team_card2__more_button {
        margin-top: 10px;
    }

    .team_contacts {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .team_contacts__buttons {
        width: 100%;
        gap: 16px;
    }
}

@media (max-width: 767px) {
    .team_card__img {
        height: 220px;
    }
}

.team_card__img_block {
    position: relative;
}

@media (max-width: 1199px) {
    .team_card__img_block::after {
        content: "";
        position: absolute;
        top: calc(100% - 8px);
        left: 0;
        width: 100%;
        height: 12px;
        border-radius: 15px 15px 0 0;
        background: #fff;
        z-index: 1;
    }
}


.team_card__video_link {
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background-color: #fff;
    border-radius: 100px;
    padding: 7px;
    z-index: 1;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.team_card__video_link--noBg {
    background-color: transparent;
    left: 3px;
}

.team_card__video_link--noBg span {
    color: #fff;
}

.team_card__video_link span {
    transition: all .3s ease;
    font-family: Cera Pro;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.4px;
    position: absolute;
    top: calc(50% + 1px);
    left: 50%;
    transform: translate(-50%, -50%);
}

.team_card__video_link img {
    height: 18px;
    width: 11px;
}

.team_card__video_link:hover span,
.team_card__video_link:hover img {
    color: #FF004F;
}

.team_card2__link_block {
    position: relative;
}
/* End */
/* /local/assets/css/components/mainBanner.css?17443615255092 */
/* /local/assets/css/components/team.css?17443615257616 */
