.layout.layout--landing {
    padding-top: 0px;
}

.landing {
    background-color: #CADE00;
    position: relative;
    /* padding-top: 90px; */
}

.landing:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 550px;
    background: url('images/glow-01.svg') no-repeat;
    background-size: cover;
    pointer-events: none;
}

.landing .container {
    max-width: 1110px;
}

.landing__section {
    padding: 90px 0;
}

.landing-intro {
    display: flex;
}

.landing-intro__title {
    margin-top: 29px;
    background: linear-gradient(90deg, #682585 11.57%, #BB318A 86.08%);
}

.landing-intro__title span {
    position: relative;
    font-weight: 700;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 24px 20px;
    letter-spacing: 2.5px;
}

.landing-intro__title span:first-child {
    padding-top: 40px;
}

.landing-intro__title span:last-child {
    padding-bottom: 40px;
}

.landing-intro__title span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 100%;
    background-color: #CADE00;

}

.landing-intro__title span:first-child:after {
    width: 90px;
}

.landing-intro__title span:nth-child(2):after {
    width: 35px;
}

.landing-intro__col--left {
    width: 470px;
}

.landing-intro__col--right {
    margin-left: auto;
    margin-right: 40px;
}

.landing-intro__btn {
    margin-top: 20px;
}

.landing .btn {
    padding: 11px 70px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    white-space: nowrap;
    transition: all .3s;
    cursor: pointer !important;

}

.landing .btn:hover {
    background-color: #F1F5F9;
}

.landing .btn--green {
    background-color: #CADE00;
}

.landing .btn--outline {
    border: 1px solid #CADE00;
}

.landing section {
    margin-bottom: 0;
}

.landing-steps {
    position: relative;
    z-index: 1;
}

.landing-steps__wrapper {
    padding: 19px 31px 19px 12px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 32px;
    position: relative;
    z-index: 1;
}

.landing-steps:before {
    z-index: 0;
    content: '';
    width: 197px;
    height: 233px;
    display: block;
    background-image: url('images/blur.png');
    background-size: cover;
    position: absolute;
    top: -203px;
    left: 150px;
}

.landing-steps__image {
    margin-top: -100px;
    width: 209px;
    flex-shrink: 0;
    margin-left: 9px;
}

.landing-steps__list {
    margin-left: 15px;
    list-style: none;
    display: flex;
}

.landing-steps__item {
    display: flex;
    margin-right: 40px;
}

.landing-steps__item:last-child {
    margin-right: 0;
}

.landing-steps__title {
    font-size: 26px;
    font-weight: 500;
    margin-left: 12px;
    line-height: 32px;
}

.landing-steps__counter {
    line-height: 1;
    color: #CADE00;
    font-size: 64px;
    font-weight: 900;
    position: relative;
    top: -7px;
}

.landing__bonus {
    padding-top: 0;
    margin-top: -10px;
}

.landing-bonus__wrapper {
    height: 580px;
    display: flex;
}

.landing-bonus__image {
    height: 100%;
    width: 370px;
    position: relative;
}

.landing-bonus__image:before {
    content: '';
    width: 400px;
    height: 400px;
    background: url('images/glow-03.svg') no-repeat;
    top: 0;
    position: absolute;
    background-size: contain;
    left: 0;
    pointer-events: none;
}

.landing-bonus__coins {
    position: absolute;
}

.landing-bonus__coins--01 {
    top: 0;
    left: 71px;
}

.landing-bonus__coins--02 {
    top: 50%;
    left: -15px;

}

.landing-bonus__coins--03 {
    top: 50%;
    transform: translateY(21px);
    right: -20px;
}

.landing-bonus__coins--04 {
    bottom: 0;
    transform: translateY(29px);
    left: 71px;
}

.landing-bonus__content {
    margin-left: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.landing-bonus__content-wrapper {
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: flex-start;
    max-width: 80%;
}

.landing-bonus__content-card {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1 1 50%;
}

.landing-bonus__content-card .landing-bonus__balance {
    display: flex;
    justify-content: center;
    margin-top: 18px;
    padding: 18px 30px;
    border-radius: 8px;
    max-width: 220px;
}

.landing-bonus__content-card .landing-bonus__text {
    font-size: 16px;
}

.landing-bonus__balance {
    display: block;
    border-radius: 32px;
    background: linear-gradient(90deg, #682585 11.57%, #BB318A 86.08%);
    margin-top: 35px;
    padding: 28px 51px;
    font-weight: 900;
    color: #fff;
}

.landing-bonus__text {
    margin-top: 8px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}

.landing-bonus__btn {
    margin-top: 45px;
}

.landing__reasons {
    padding-top: 70px;
    position: relative;
    padding-bottom: 35px;
}

.landing__reasons:before {
    z-index: 0;
    content: '';
    width: 236px;
    height: 326px;
    display: block;
    background-image: url('images/blur-02.png');
    background-size: cover;
    position: absolute;
    top: -25px;
    right: 131px;
}

.landing-reasons__wrapper {
    padding: 46px 92px 19px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 32px;
    position: relative;
    z-index: 1;
}

.landing-reasons__wrapper:after {
    pointer-events: none;
    content: '';
    width: 400px;
    height: 400px;
    background: url('images/glow-03.svg') no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(180deg)
}

.landing-reasons__bonus {
    margin-left: 52px;
    margin-bottom: -13px;
    position: relative;
    z-index: 2;
}

.landing-reasons__list {
    padding-left: 0;
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.landing-reasons__item {
    list-style: none !important;
    color: #1E293B;
    margin-right: 24px;
}

.landing-reasons__item:last-child {
    margin-right: 0;
}

.landing-reasons__number,
.landing-reasons__text {
    font-size: 24px;
    font-weight: 500;
}

.landing-reasons__number span {
    font-size: 92px;
    font-weight: 900;
}

.landing-reasons__text {
    text-align: center;
    margin-top: 8px;
}

.landing__active {
    padding-top: 0;
}

.landing-active__image {
    flex-shrink: 0;
    width: 290px;
}

.landing-active__title {
    font-size: 40px;
    font-weight: 700;
    margin-top: 20px;
}

.landing-active__wrapper {
    max-width: 713px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
}

.landing-active__content {
    margin-left: 26px;
    color: #1E293B;
}

.landing-active__text {
    margin-top: 28px;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.landing-active__btn {
    margin-top: 26px;
}

.landing-active__link {
    margin-top: 24px;
}

.landing .link {
    font-size: 24px;
    font-weight: 400;
    text-decoration-line: underline;
    cursor: pointer;
}

.landing .link:hover {
    text-decoration: none;
}

.landing__philosophy {
    padding-top: 110px;
}

.landing-philosophy {
    position: relative;
}

.landing-philosophy__wrapper {
    display: flex;
    position: relative;
    z-index: 1;
}

.landing-philosophy:before {
    content: '';
    width: 600px;
    height: 550px;
    background: url('images/glow-04.svg') no-repeat;
    position: absolute;
    background-size: contain;
    top: 100px;
    left: -150px;
    transform: rotate(90deg);
    z-index: 0;
    pointer-events: none;
}

.landing-philosophy__content {
    width: 100%;
    color: #1E293B;
}

.landing-philosophy__image {
    position: absolute;
    width: 405px;
    top: -129px;
}

.landing-philosophy__title,
.landing-philosophy__text,
.landing-philosophy__link {
    padding-left: 368px;
}

.landing-philosophy__title {
    font-size: 40px;
    font-weight: 700;
    margin-top: -12px;
}

.landing-philosophy__text {
    font-size: 27px;
    font-weight: 500;
    margin-top: 19px;
}

.landing-philosophy__panel {
    margin-top: 21px;
    align-items: center;
    padding: 40px 29px;
    border-radius: 32px;
    background-color: #fff;
    width: 100%;
    padding-left: 368px;
    display: flex;
    justify-content: space-between;
}

.landing-philosophy__link {
    margin-top: 15px;
}

.landing-philosophy__percent {
    white-space: nowrap;
}

.landing-philosophy__percent .number {
    font-size: 110px;
    font-weight: 900;
}

.landing-philosophy__percent .percent {
    font-size: 50px;
    font-weight: 500;
    color: #CADE00;
}

.landing-philosophy__heading {
    font-size: 24px;
    font-weight: 500;
}

.landing-philosophy__subtext {
    font-size: 20px;
}

.landing__health {
    padding-top: 178px;
}

.landing-health__wrapper {
    display: flex;
    background-color: #fff;
    border-radius: 32px;
    justify-content: space-between;
}

.landing-health__content {
    max-width: 570px;
    padding: 46px;
    padding-right: 0;
    color: #1E293B;
    padding-top: 51px;
    position: relative;
    z-index: 1;
}

.landing-health__title {
    font-size: 52px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 62px;
}

.landing-health__image {
    margin-top: -75px;
    margin-right: 86px;
    display: flex;
    align-items: flex-end;
    position: relative;
    right: -30px;
}

.landing-health__subtitle {
    position: relative;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    padding-left: 12px;
}

.landing-health__manage {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.landing-health__manage>* {
    margin-right: 20px;
}

.landing-health__manage>*:last-child {
    margin-right: 0;
}

.landing .landing-health__chatbot {
    padding: 11px 15px;
}

.landing-health__subtitle:before {
    content: '';
    width: 3px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #CADE00;
}

.landing-health__btn {
    padding: 11px 59px !important;
}

.landing .address-types {
    display: block;
}

.landing__map {
    padding-top: 0;
}

.landing-map .offices-sort {
    display: none;
}

.landing-map .address-types {
    border-radius: 12px;
    overflow: hidden;
}

.landing-map .address-types-new a.act,
.landing-map .address-types-new a:hover {
    border-color: #B80E80;
    text-decoration: none !important;
}

.landing-map .address-types-new a:hover {
    background: #F1F5F9;
}

.landing-map .address-types-new a {
    cursor: pointer;
    background-color: #fff;
    font-weight: 500;
}

.landing-map .address-types-new a svg {
    top: -1px;
}

.landing-map .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 0;
    background: #cfdc00 !important;
    border-radius: 8px;
    width: 16px;
}

.landing-map .mCSB_scrollTools .mCSB_draggerContainer {
    top: 10px;
    bottom: 10px;
}

.landing-map .mCSB_dragger_bar {
    width: 16px;
}

.landing-map .mCSB_inside>.mCSB_container {
    margin-right: 0px;
}

.landing-map .mCSB_scrollTools .mCSB_draggerRail {
    background: #dde2e8 !important;
    width: 16px;
    border-radius: 8px;
}

.landing-map .mCustomScrollbar {
    padding-left: 0;
}

.landing-map .notfound-office {
    display: none;
}

.landing-map .address-list {
    height: 570px;
}

.landing-map #map_address {
    border-radius: 12px;
    overflow: hidden;
}

.landing-map .map-canvas {
    width: calc(100% - 405px);
}

.landing-map .address-list li .address-name {
    font-size: 16px;
    font-weight: 500;
}

.landing-map .addr-left .address-list li .top .metro {
    left: 16px;
}

.landing-map .addr-left .address-list li .top {
    background-color: #FFF;
    padding-right: 18px;
    padding-left: 70px;
}

.landing-map .addr-left .address-list li .top:before {
    display: none;
}

.landing-map .title-head {
    margin-bottom: 24px;
    color: #1E293B;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    /* 48px */
}

.landing-modal {
    border-radius: 32px;
    overflow: hidden;
    padding: 16px;
    padding-top: 72px;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 40px;
}

.landing-modal p {
    font-size: 18px;
    font-weight: 500;
}

.landing-modal ul {
    list-style: none;
    padding-left: 0;
}

.landing-modal ul li {
    list-style: none !important;
}

.landing-modal h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}

.landing-discount .fancybox-skin {
    border-radius: 32px;
    border: 2px solid #CF5EAA;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.19), 0px 25px 25px 0px rgba(0, 0, 0, 0.16), 0px 56px 34px 0px rgba(0, 0, 0, 0.10), 0px 99px 40px 0px rgba(0, 0, 0, 0.03), 0px 155px 44px 0px rgba(0, 0, 0, 0.00);
}

.landing-discount .fancybox-inner .btn {
    padding: 11px 70px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    width: 100%;
    background-color: #B80E80;
    border-radius: 8px;
    color: #fff;
    white-space: nowrap;
    transition: all .3s;
    cursor: pointer !important;
    margin-top: 32px;
}

.landing-discount .fancybox-inner .btn:hover {
    background-color: #960967;
}

@media screen and (max-width: 1160px) {
    .landing-steps__image {
        position: absolute;
        left: 50%;
        transform: translateX(-50%) translateY(30px);
        bottom: 100%;
    }

    .landing-steps__wrapper {
        padding: 32px;
    }

    .landing-steps:before {
        left: 50%;
    }

    .landing-steps__list {
        margin-left: 0;
    }

    .landing-philosophy__image {
        width: 320px;
    }

    .landing-philosophy__panel,
    .landing-philosophy__title,
    .landing-philosophy__text,
    .landing-philosophy__link {
        padding-left: 330px;
    }

    .address-types-new a.act,
    .address-types-new a:hover {
        background-color: #F1F5F9 !important;
    }

    .address-view-list {
        padding-left: 16px;
        padding-right: 16px;
        width: 100%;
    }

    .landing-map .map-canvas {
        width: 100%;
    }

    .landing-health__image {
        position: static;
    }
}

@media screen and (max-width: 992px) {
    .landing-intro__col--left {
        margin-right: 24px;
    }

    .landing-intro__col--right {
        margin-right: 0;
        margin-left: auto;
    }

    .landing-steps__title {
        font-size: 23px;
    }

    .landing-steps__item {
        margin-right: 18px;
    }

    .landing-reasons__number span {
        font-size: 80px;
    }

    .landing-reasons__wrapper {
        padding: 46px 52px 19px;
    }

    .landing-philosophy__wrapper {
        display: block;
    }

    .landing-philosophy__image {
        position: static;
    }


    .landing-philosophy__panel,
    .landing-philosophy__title,
    .landing-philosophy__text,
    .landing-philosophy__link {
        padding-left: 0px;
        padding-right: 0;
    }

    .landing-philosophy__content {
        margin-top: 24px;
    }

    .landing-philosophy__wrapper {
        padding: 40px 29px;
        padding-top: 0;
        border-radius: 32px;
        background-color: #fff;
    }

    .landing-health__wrapper {
        flex-direction: column;
    }

    .landing-health__image {
        order: -1;
    }

    .landing-map .address-types {
        padding-left: 16px;
        padding-right: 16px;
    }

    .landing-map .address-types a {
        display: block;
        width: 100%;
    }

    .landing-map .address-types a:first-child {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        overflow: hidden;
    }

    .landing-map .address-types a:last-child {
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        overflow: hidden;
    }

    .landing-map .address-types {
        border-radius: 32px;
        overflow: hidden;
    }

    .landing__steps {
        padding-top: 180px;
    }

    .landing-active__content {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .landing:before {
        display: none;
    }

    .landing-intro {
        display: block;
    }

    .landing-intro__col--right {
        margin-top: 22px;
    }

    .landing-steps__list {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .landing-bonus__wrapper {
        display: block;
        height: auto;
    }

    .landing__bonus {
        margin-top: 0;
        padding-bottom: 90px;
    }

    .landing-bonus__content {
        margin-left: 0;
    }

    .landing-bonus__image {
        width: 100%;
        height: 150px;
    }

    .landing-bonus__coins--01 {
        width: 108px;
        top: 10%;
        left: 50%;
        transform: translateX(-50%);
    }

    .landing-bonus__coins--02 {
        width: 50px;
        top: 75%;
        left: 26%;
    }

    .landing-bonus__coins--03 {
        width: 50px;
        top: 13%;
        transform: translateY(21px);
        right: 20%;
    }

    .landing-bonus__coins--04 {
        width: 90px;
        bottom: auto;
        top: -10px;
        transform: translateY(29px);
        left: 10%;
    }

    .landing-bonus__image:before,
    .landing-reasons__wrapper:after {
        display: none;
    }

    .landing-reasons__list {
        display: block;
    }

    .landing-reasons__item {
        text-align: center;
        margin-right: 0;
        margin-bottom: 48px;
    }

    .landing-reasons__item:last-child {
        margin-bottom: 0;
    }

    .landing-reasons__bonus {
        margin-left: 0;
    }

    .landing__reasons:before {
        left: 0;
        width: 185px;
    }

    .landing-active__wrapper {
        display: block;
    }

    .landing-active__image {
        margin-right: auto;
        margin-left: auto;
    }

    .landing-active__content {
        text-align: center;
    }

    .landing-philosophy__image {
        margin-right: auto;
        margin-left: auto;
        position: relative;
        top: -80px;
    }

    .landing-philosophy__wrapper {
        padding: 40px 29px;
        padding-top: 0;
        border-radius: 32px;
        background-color: #fff;
    }

    .landing-philosophy__panel {
        display: block;
        padding-bottom: 0;
    }

    .landing-philosophy__content {
        margin-top: 0;
    }

    .landing-philosophy__btn {
        margin-top: 19px;
        width: 100%;
    }

    .landing-philosophy__link {
        text-align: center;
    }

    .landing-philosophy__title {
        font-size: 36px;
        line-height: 42px;
    }

    .landing-health__title {
        font-size: 40px;
        line-height: 48px;
    }

    .landing-health__content {
        padding: 16px;
        padding-bottom: 24px;
    }

    .landing .btn {
        width: 100%;
    }

    .landing-health__image {
        margin-right: 0;
    }

    .landing-health__manage {
        display: block;
    }

    .landing-health__manage>* {
        margin-right: 0;
        margin-bottom: 16px;
    }

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

@media screen and (max-width: 576px) {
    .landing-intro__col--left {
        margin-right: 0;
        width: 100%;
    }

    .landing__intro {
        padding-top: 60px;
    }

    .landing-intro__logo {
        width: 150px;
    }

    .landing-intro__title {
        max-width: 250px;
    }

    .landing-intro__title span {
        font-size: 30px;
        padding: 7px 12px;
    }

    .landing-intro__title span:first-child {
        padding-top: 10px;
    }

    .landing-intro__title span:last-child {
        padding-bottom: 10px;
    }

    .landing-intro__title span:first-child:after {
        width: 45px;
    }

    .landing-intro__title span:nth-child(2):after {
        width: 15px;
    }

    .landing-intro__numbers {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .landing-steps__list {
        max-width: 220px;
        padding-top: 18px;
    }

    .landing-steps__item {
        margin-bottom: 18px;
    }

    .landing-steps__item:last-child {
        margin-bottom: 0;
    }

    .landing__section {
        padding: 35px 0;
    }

    .landing__philosophy,
    .landing__health {
        padding-top: 110px;
    }

    .landing-map .address-list {
        padding-left: 0;
    }

    .landing__steps {
        padding-top: 240px;
    }

    .landing-intro__title {
        position: relative;
        background: none;
        z-index: 2;
    }

    .landing-intro__title:after {
        content: '';
        width: 180px;
        height: 210px;
        background: url(images/decor.png) no-repeat;
        position: absolute;
        background-size: contain;
        right: -87px;
        top: -67px;
        z-index: -1;
    }


    .landing-intro__title span {
        background: linear-gradient(90deg, #682585 11.57%, #BB318A 86.08%);
        display: inline-block;
    }

    .landing-intro__title span:after {
        display: none;
    }

    .landing__reasons {
        margin-top: 110px;
    }

    .landing__reasons:before {
        top: -80px;
    }

    .landing-philosophy__content {
        margin-top: -50px;
    }
}

.landing__philosophy .landing-philosophy__notification {
    margin-top: 10px;
    padding-left: 368px;
}

@media screen and (max-width: 1160px) {
    .landing__philosophy .landing-philosophy__notification {
        padding-left: 330px;
    }
}

@media screen and (max-width: 992px) {
    .landing__philosophy .landing-philosophy__notification {
        padding-left: 0;
    }
}

/* start friends */
.landing-friends__title {
    font-size: 52px;
    font-weight: 700;
    line-height: 67px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.landing-friends__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
}

.landing-friends__info {
    max-width: 320px;
    color: #0F172A;
}

.landing-friends__text {
    font-size: 40px;
    font-weight: 500;
    line-height: 52px;
    margin-bottom: 12px;
}

.landing-friends__description {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
}

.landing-friends-list {
    display: flex;
    align-items: flex-end;
    padding: 32px;
    border-radius: 32px;
    gap: 22px;
    background: #FFFFFF;
}

.landing-friends-list__item {
    position: relative;
    width: calc(100% / 3 - 11px);
}

.landing-friends-list__img {
    position: absolute;
}

.landing-friends-list__item:nth-child(1) .landing-friends-list__img {
    bottom: 100%;
    left: 14%;
    width: 141px;
    height: 173px;
}

.landing-friends-list__item:nth-child(2) .landing-friends-list__img {
    bottom: 108%;
    width: 215px;
    height: 148px;
}

.landing-friends-list__item:nth-child(3) .landing-friends-list__img {
    top: 45%;
    left: 81%;
    width: 147px;
    height: 208px;
}

.landing-friends-list__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: #B70E80;
}

.landing-friends-list__text {
    font-size: 32px;
    font-weight: 500;
    line-height: 41px;
    color: #0F172A;
}

@media screen and (max-width: 992px) {
    .landing-friends__top {
        flex-direction: column-reverse;
    }

    .landing-friends__info {
        max-width: none;
        width: 100%;
    }

    .landing-friends-list {
        flex-direction: column;
        align-items: flex-start;
    }

    .landing-friends-list__item {
        width: 100%;
    }

    .landing-friends-list__item:nth-child(1) .landing-friends-list__img {
        bottom: -2%;
        left: 80%;
    }

    .landing-friends-list__item:nth-child(2) .landing-friends-list__img,
    .landing-friends-list__item:nth-child(3) .landing-friends-list__img {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .landing-friends__title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 8px;
    }

    .landing-friends__text {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 4px;
    }

    .landing-friends-list {
        padding: 12px 24px;
        gap: 16px;
    }

    .landing-friends-list__item:nth-child(1) .landing-friends-list__img {
        width: 91px;
        height: 114px;
        bottom: -40%;
    }

    .landing-friends-list__title {
        font-size: 24px;
        line-height: 31px;
    }

    .landing-friends-list__text {
        font-size: 17px;
        line-height: 22px;
    }
}

@media screen and (max-width: 576px) {
    .landing-friends-list__item:nth-child(1) .landing-friends-list__img {
        left: 65%;
    }
}

/* end friends */