.df {
    display: flex;
}

.fxw,
.fxww {
    flex-wrap: wrap;
}

.dif {
    display: inline-flex;
}

.appsMain-mobile {
    display: none;
}

.db {
    display: block;
}

.jcsb {
    justify-content: space-between;
}

.aic {
    align-items: center;
}

.jcc {
    justify-content: center;
}

.img {
    display: block;
    height: auto;
    max-width: 100%;
}

.appsTitle {
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    color: #0092bc;
    text-align: center;
    margin: 0;
}

.appsBenefits-block {
    margin-top: 25px;
    padding: 0 9px;
    width: 25%;
}

.appsBenefits-list {
    margin: 0 -9px;
}

.appsBenefits-item {
    text-align: center;
}

.appsBenefits-item img {
    display: block;
    width: 100%;
    height: auto;
}
.appsBenefits-item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    width: 255px;
    margin: 23px auto 0;
    max-width: 100%;
}

.appsBenefits {
    padding: 47px 0 27px;
}

.appsHelp {
    padding: 45px 0 53px;
}

.appsHelp-title {
    margin-bottom: 33px;
}

.appsHelp-item {
    margin-top: 6px;
}

.appsHelp-item__img,
.appsHelp-item__text {
    width: calc(50% - 10px);
}
.appsHelp-item:nth-child(even) .appsHelp-item__text {
    order: -1;
}

.appsHelp-item__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #000000;
}

.appsTarget {
    padding: 79px 0 32px;
    position: relative;
}

.appsTarget-flex {
    align-items: flex-end;
}

.appsTarget-text {
    margin-top: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #000000;
}

.appsTarget-title {
    text-align: left;
}

.appsTarget-left {
    width: 544px;
    max-width: 100%;
    margin-right: 153px;
}

.appsTarget-right {
    width: 355px;
    max-width: 100%;
}

.appsTarget-top {
    background: radial-gradient(
                25.45% 92.23% at 92.78% 23.64%,
                rgba(12, 175, 244, 0.1386) 0%,
                rgba(12, 175, 244, 0) 100%
            )
            /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
        radial-gradient(
                30.91% 240.99% at 41.39% 8.18%,
                rgba(7, 198, 180, 0.098) 0%,
                rgba(255, 255, 255, 0.042) 100%
            )
            /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
        #fcfeff;
    border-radius: 15px;
    padding-bottom: 3px;
}

.appsTarget-top__title {
    background: linear-gradient(245deg, #008ab7 8.49%, #00cee2 91.51%);
    border-radius: 15px;
    height: 64px;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #ffffff;
    text-align: center;
}

.appsTarget-img {
    left: calc(50% - 10px);
    top: 0;
    display: block;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    user-select: none;
}

.appsTarget-top__tab img {
    width: 328px;
    margin: 0 auto;
}

.appsTarget-tabs {
    margin: 0 -7px;
}
.appsTarget-tabs__item {
    height: 45px;
    background: #ffffff;
    border-radius: 50px;
    font-weight: 400;
    font-size: 17px;
    line-height: 115%;
    color: #000000;
    cursor: pointer;
    user-select: none;
    margin: 21px 7px 0;
    padding: 0 12px;
    white-space: nowrap;
}
.appsTarget-tabs__item.active {
    background: #f35740;
    color: #fff;
    font-weight: 700;
}

.appsTarget-mobile {
    display: none;
}

.appsBottom {
    position: relative;
    margin-bottom: -50px;
    overflow: hidden;
}
.appsTarget {
    overflow: hidden;
}

.appsBottom-title {
    width: 1056px;
    max-width: 100%;
    margin: 0 auto;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    color: #f35740;
}

.appsBottom-item {
    position: relative;
    margin-top: 8px;
    transition: all 0.4s;
}
.appsBottom-item:first-child {
    margin-top: 0;
}
.appsBottom-item {
    padding: 2px;
    background: #f35740;
    border-radius: 50px;
}
.appsBottom-item:hover {
    background: #cf3e27;
}
.appsBottom-item__text {
    margin-left: 6px;
    font-weight: 400;
    font-size: 12px;
    line-height: 115%;
    color: #ffffff;
}
.appsBottom-item__text span {
    display: block;
}
.appsBottom-item__text p {
    font-weight: 600;
    font-size: 17px;
    line-height: 115%;
    margin: 0;
}
.appsBottom-item__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.appsBottom-items {
    width: 146px;
    padding: 197px 0 107px;
    margin: 0 auto;
}
.appsBottom-img {
    position: absolute;
    bottom: 0;
    left: calc(50% - 690px);
    z-index: -1;
    pointer-events: none;
    user-select: none;
}
.appsBottom-mobile {
    display: none;
}

.appsMain .appsBottom-items {
    padding: 0 !important;
    position: relative;
    z-index: 6;
}

.appsMain .main_banner-help {
    padding: 0 !important;
}
.appsMain {
    padding: 63px 0 107px;
    background: #f0fbfe;
}

.appsMain-bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50.6%);
    bottom: 0;
    z-index: 1;
}
.appsMain-absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 4;
}

.appsMain-title {
    font-weight: 700 !important;
    font-size: 36px !important;
    line-height: 36px !important;
    text-align: center;
    background: linear-gradient(245deg, #008ab7 8.49%, #00cee2 91.51%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-fill-color: transparent !important;
    position: relative;
    color: transparent !important;
    z-index: 6;
}
.appsMain-subtitle {
    margin: 9px 0 186px !important;
    font-weight: 700 !important;
    font-size: 64px !important;
    position: relative;
    z-index: 6;
    line-height: 64px !important;
    text-align: center;
    background: linear-gradient(245deg, #008ab7 8.49%, #00cee2 91.51%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text;
    color: transparent !important;
    text-transform: none !important;
    text-fill-color: transparent !important;
}

.appsMain .main_banner-help .wrapper:after {
    display: none;
}

.appsMain-message__item {
    width: 330px;
    background: linear-gradient(245deg, #008ab7 8.49%, #00cee2 91.51%);
    border-radius: 40px 40px 0px 40px;
    padding: 20px 28px;
    position: absolute;
    z-index: 6;
    top: 150px;
    right: calc(50% + 170px);
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #ffffff;
}
.appsMain-message__item::before {
    content: "";
    right: -10px;
    bottom: -7px;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    background: linear-gradient(245deg, #008ab7 8.49%, #00cee2 91.51%);
    border-radius: 100%;
}
.appsMain-message__item:nth-child(2) {
    padding: 20px 25px;
    width: 255px;
    top: 200px;
    left: calc(50% + 200px);
    right: auto;
    border-radius: 40px 40px 40px 0;
    background: linear-gradient(-245deg, #008ab7 8.49%, #00cee2 91.51%);
}
.appsMain-message__item:nth-child(2)::before {
    left: -10px;
    bottom: -7px;
    right: auto;
}

.ppsMain-mobile {
    display: none;
}

@media (max-width: 1550px) {
    .main_banner::after {
        right: -111px;
    }
}
@media (max-width: 1320px) {
    .main_banner::after,
    .main_banner::before {
        display: none;
    }
}
@media (max-width: 1200px) {
    .appsTarget-left {
        margin-right: auto;
    }
}
@media (max-width: 992px) {
    .appsBenefits-item p {
        margin-top: 12px;
        width: 100%;
        font-size: 13px;
        line-height: 115%;
    }
    .appsBenefits-block {
        padding: 0 4.5px;
        margin-top: 15px;
    }
    .appsBenefits-list {
        margin: 0 -4.5px;
    }
    .appsHelp-item__text {
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        text-align: center;
        color: #000000;
    }
    .appsTarget-left {
        width: 100%;
    }
    .appsTarget-right,
    .appsTarget-img {
        display: none;
    }
    .appsTarget {
        overflow: hidden;
        padding: 0;
    }
    .appsTarget-mobile {
        display: block;
        margin: 15px 0 0;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 500px;
        height: auto;
    }
    .appsTarget-text {
        margin-top: 15px;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
    }
    .appsMain-message__item {
        width: 290px;
        padding: 16px 24px 21px;
        max-width: 100%;
        margin: -12px auto 0;
        background: linear-gradient(245deg, #008ab7 8.49%, #00cee2 91.51%);
        border-radius: 35.0588px 35.0588px 0px 35.0588px;
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: -33px;
    }
    .appsMain .main_banner-help::after {
        display: none;
    }
    .appsMain {
        overflow: visible;
    }
    .appsMain-title {
        font-weight: 700 !important;
        font-size: 24px !important;
        line-height: 120% !important;
    }
    .appsMain-subtitle {
        font-weight: 700 !important;
        font-size: 35px !important;
        line-height: 35px !important;
        margin: 0 0 190px !important;
    }
    .appsMain-message__item:nth-child(2) {
        display: none;
    }
    .appsMain .main_banner-help {
        overflow: visible;
    }
    .appsMain {
        padding: 24px 0 0 0;
        margin-bottom: 33px;
    }
    .appsMain-bg {
        display: none;
    }
    .appsMain-mobile {
        position: absolute;
        display: block;
        bottom: 0;
        pointer-events: none;
        user-select: none;
        left: calc(50% - 189px);
    }
}

@media (max-width: 767px) {
    .appsBenefits-block {
        width: 50%;
    }
    .appsTitle {
        font-size: 24px;
        line-height: 120%;
    }
    .appsBenefits-title {
        width: 250px;
        margin: 0 auto;
        max-width: 100%;
    }
    .appsBenefits {
        padding: 21px 0 34px;
    }
    .appsHelp {
        padding: 41px 0 29px;
    }
    .appsHelp-title {
        margin: 0;
    }
    .appsHelp-item {
        display: block !important;
        margin-top: 30px;
    }
    .appsHelp-item:first-child {
        margin-top: 21px;
    }
    .appsHelp-item__img {
        width: 100%;
    }
    .appsHelp-item__text {
        width: 100%;
        margin: 15px 0 0 0;
    }
    .appsHelp-list {
        width: 500px;
        margin: 0 auto;
        max-width: 100%;
    }
    .appsBottom-title {
        font-weight: 700;
        font-size: 24px;
        line-height: 120%;
    }
}

@media (max-width: 576px) {
    .appsBottom-items {
        width: 156px;
        padding: 205px 0 108px;
    }
    .appsBottom-img {
        display: none;
    }
    .appsBottom-mobile {
        display: block;
        position: absolute;
        bottom: 0;
        z-index: -1;
        pointer-events: none;
        user-select: none;
        left: calc(50% - 507px);
    }
}
