.who__background {
    background-position: right 38%;
}
.who__title {
    margin-top: 120px;
}
@media screen and (max-width: 720px) {
    .who__title {
        margin-top: 60px;
    }
}
.who__subtitle {
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
}
.who__tabs {
    display: grid;
    grid-template-columns: 1fr 0.7fr 1fr 0.7fr 1fr;
    margin: 80px auto 120px;
    justify-content: center;
    width: 95%;
}
@media (max-width: 720px) {
    .who__tabs {
        grid-template-columns: auto;
        grid-template-rows: 1fr 0.2fr 1fr 0.2fr 1fr;
        margin: 48px auto 64px;
    }
}
.who__tabs_ellipsis {
    margin: auto;
    width: 34%;
}
@media (max-width: 720px) {
    .who__tabs_ellipsis {
        display: none;
    }
}
.who__tabs_ellipsis-mobile {
    display: none;
}
@media (max-width: 720px) {
    .who__tabs_ellipsis-mobile {
        display: flex;
        margin: auto;
    }
}
.who__formula {
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
    background: linear-gradient(180deg, rgba(174, 200, 255, 0.1) -0.87%, rgba(174, 200, 255, 0.1) 99.08%);
    margin-bottom: 120px;
    border-radius: 10px;
}
@media (max-width: 720px) {
    .who__formula {
        padding: 40px 0;
        margin-bottom: 64px;
    }
}
.who__formula__card {
    width: 270px;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(94, 129, 255, 0.1);
    box-shadow: -8px 2px 35px rgba(127, 140, 159, 0.1);
    border-radius: 10px;
}
.who__formula__icon {
    margin: auto;
    width: 48px;
    height: 56px;
}
.who__formula__ingredients {
    display: grid;
    grid-template-columns: 1fr 0.25fr 1fr 0.25fr 1fr;
}
@media (max-width: 720px) {
    .who__formula__ingredients {
        grid-template-columns: auto;
        grid-template-rows: 1fr 0.9fr 1fr 0.9fr 1fr;
    }
}
.who__formula__label {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #0d3350;
}
.who__formula__plus {
    margin: auto;
}
.who__formula__title {
    margin: 24px 0 64px;
}
@media (max-width: 720px) {
    .who__formula__title {
        margin: 24px 0 44px;
    }
}
.who__ceo {
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    margin: 120px 0;
    background: linear-gradient(180deg, rgba(174, 200, 255, 0.1) -0.87%, rgba(174, 200, 255, 0.1) 99.08%);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    height: 575px;
}
@media (max-width: 870px) {
    .who__ceo {
        grid-template-columns: auto;
    }
}
@media (max-width: 720px) {
    .who__ceo {
        grid-template-columns: auto;
        margin: 64px 0;
        padding-top: 40px;
        height: auto;
    }
}
.who__ceo_background {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='71' height='60' viewBox='0 0 71 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M70.689 9.37C60.1 14.578 54.807 20.695 54.807 27.723c4.513.521 8.245 2.365 11.195 5.532 2.951 3.167 4.426 6.833 4.426 10.998 0 4.425-1.432 8.156-4.296 11.193C63.27 58.482 59.667 60 55.328 60c-4.86 0-9.069-1.974-12.627-5.922-3.558-3.948-5.337-8.742-5.337-14.382 0-16.92 9.46-30.151 28.378-39.696l4.947 9.37zm-37.364 0C22.65 14.578 17.313 20.695 17.313 27.723c4.6.521 8.375 2.365 11.325 5.532 2.951 3.167 4.426 6.833 4.426 10.998 0 4.425-1.453 8.156-4.36 11.193C25.795 58.482 22.173 60 17.833 60c-4.86 0-9.047-1.974-12.562-5.922C1.757 50.13 0 45.336 0 39.696 0 22.776 9.416 9.545 28.248 0l5.077 9.37z' fill='%23CCCDDE'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 6% 6%;
    padding: 46px 0 68px;
}
@media (max-width: 720px) {
    .who__ceo_background {
        background-position: 2% 7%;
        background-size: 9%;
    }
}
.who__ceo__content {
    margin: 0 40px 0 89px;
}
@media (max-width: 720px) {
    .who__ceo__content {
        margin: 0 24px;
    }
}
.who__ceo__image {
    margin: 0 -60px;
    height: 200%;
}
@media (max-width: 870px) {
    .who__ceo__image {
        margin: 0 -25px;
    }
}
.who__ceo__wrapper {
    width: 305px;
    height: 305px;
    margin: 0 40px;
    overflow: hidden;
    border-radius: 50%;
}
@media (max-width: 870px) {
    .who__ceo__wrapper {
        grid-row: 1;
        width: 121px;
        height: 121px;
        margin: 0 auto;
    }
}
.who__ceo__text {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 40px;
}
.who__ceo__sign,
.who__ceo__text {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
}
.who__ceo__sign {
    font-size: 16px;
    line-height: 24px;
}
.who__ceo__sign_bold {
    font-weight: 700;
}
.who__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 80px auto 120px;
    padding: 0 17%;
    gap: 64px;
}
@media (max-width: 720px) {
    .who__cards {
        margin: 80px 0 120px;
        gap: 16px;
        grid-template-columns: auto;
    }
}
.who__cards_lp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 80px auto 120px;
    padding: 0 16px;
    gap: 64px;
}
@media (max-width: 720px) {
    .who__cards_lp {
        margin: 80px 0 120px;
        gap: 16px;
        grid-template-columns: auto;
    }
}
