

/* Start:/local/components/scid/pages/templates/mobilnoe-prilozhenie/style.css?175377229712344*/
.col-md-12 {
    padding: 0 !important;
}

.page {
    width: 100%;
    margin-bottom: -50px;
    background-color: #F1F1F1;
}

.section {
    padding: 0 20px;
    padding-bottom: 64px;
}

section:nth-child(2) {
    padding-top: 105px;
}

.section__container {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.section__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
}

.download__button-container {
    position: relative;
}

.download__caption {
    position: absolute;
    background: #fff;
    font-size: 14px;
    line-height: 14px;
    padding: 4px;
    border-radius: 4px;
    top: -30px;
    color: #232323;
    box-shadow: 0 0 4px #d0d5d9;
}

.download__caption::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    bottom: -5px;
    left: 50%;
    transform: rotate(45deg);
}

@media (max-width: 450px) {
    .text-transfer {
        display: block;
    }
}

.section__content {
    display: flex;
    gap: 24px;
}

@media (max-width: 1280px) {
    .section__content {
        flex-direction: column;
    }
}

.promo {
    height: 550px;
    padding: 0 20px;
    background: linear-gradient(180deg, #1A9DA3 0%, #009298 100%);
}

.promo__breadcrumbs {
    padding: 20px 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.promo__breadcrumbs a {
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.promo__breadcrumbs a:last-child {
    color: rgba(255, 255, 255, 0.5) !important;
}

.promo__breadcrumbs a:hover {
    text-decoration: none;
    color: #fff;
}

.promo__content {
    max-width: 1680px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 105px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.promo__info {
    z-index: 2;
    display: flex;
    flex-direction: column;
    position: relative;
}

@media (max-width: 767px) {
    .promo__info {
        padding-bottom: 60px;
    }
}

.promo__name {
    font-weight: 500;
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 20px;
    color: #fff;
    max-width: 600px;
    width: 100%;
    text-transform: uppercase;
}

.promo__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 32px;
    color: #fff;
    opacity: 0.8;
}

@media (max-width: 800px) {
    .promo__text .text-transfer {
        display: block;
    }
}

.promo__links {
    display: flex;
    gap: 8px;
}

.promo__img {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    height: 495px;
    width: 830px;
    background-image: url("/local/components/scid/pages/templates/mobilnoe-prilozhenie/img/hand_large.svg");
}

.advantage-card {
    width: 100%;
    max-width: 554px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    background-color: #fff;
    border-radius: 8px;
}

.advantage-card__img {
    margin-bottom: 20px;
    width: 48px;
    height: 48px;
}

.advantage-card__name {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1E293B;
    margin-bottom: 16px;
}

.advantage-card__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1E293B;
}

.function__img {
    width: 100%;
    height: 100%;
    max-width: 828px;
    max-height: 709px;
    order: 1;
    align-self: center;
    border-radius: 8px;
}

.functions {
    order: 2;
    padding: 16px 32px;
    background-color: #fff;
    border-radius: 8px;
    height: 100%;
    width: 96%;
}

.functions__item {
    display: flex;
    gap: 12px;
}

.functions__item:not(:last-child) .functions__wrapper {
    border-bottom: 1px solid #E2E8F0;
}

.functions__ico {
    width: 24px;
    height: 24px;
    margin-top: 24px;
}

.functions__wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px 0;
    width: 100%;
}

.functions__name {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #1E293B;
}

.functions__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #64748B;
}

.help {
    width: 100%;
    max-width: 828px;
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 0 56px;
}

.help__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.help__name {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #1E293B;
}

.help__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1E293B;
}

.help__button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 8px;
    background-color: #009298;
    align-self: start;
    border: none;

    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.help__button a {
    color: #fff !important;
}

.help__button:hover a {
    text-decoration: none;
}

.help__img {
    width: 100%;
    height: 460px;
    max-width: 828px;
    max-height: 460px;
    border-radius: 8px;
    background-image: url("/local/components/scid/pages/templates/mobilnoe-prilozhenie/img/help.png");
    background-position: 32% 34%;
    background-size: 150%;
    background-repeat: no-repeat;
}

.reviews {
    display: flex;
    align-items: flex-start;
}

.review {
    display: flex;
    flex-direction: column;
    padding: 24px;
    background-color: #fff;
    width: 100%;
    max-width: 402px;
    border-radius: 8px;
}

.review:focus, .review:focus-visible {
    outline: none !important;
}

.review:not(:last-child) {
    margin-right: 24px;
}

.review__name {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
}

.review__stars {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 24px;
}

.review__text-wrapper {
    max-height: 144px;
    overflow: hidden;
    position: relative;
}

.review.expanded .review__text-wrapper {
    max-height: 1000px;
}

.review__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.review.expanded .review__text {
    -webkit-line-clamp: unset;
    max-height: none;
}

.review__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #009298;
    margin-top: 24px;
    cursor: pointer;
}

.download {
    height: 460px;
    padding: 0 20px;
    background: linear-gradient(180deg, #1A9DA3 0%, #009298 100%);
    margin-bottom: 64px;
}

.download__container {
    max-width: 1680px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
}

.download__img {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 1154px;
    height: 460px;
    background-image: url("/local/components/scid/pages/templates/mobilnoe-prilozhenie/img/pill_large.png");
}

.download__info {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 544px;
    position: relative;
    z-index: 1;
}

.download__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .download__title .text-transfer:nth-of-type(2) {
        display: block;
    }
}

@media (max-width: 450px) {
    .download__title .text-transfer:nth-of-type(2) {
        display: inline-block;
    }
}

.download__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 40px;
    opacity: 0.8;
}

.download__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    align-self: start;
    padding: 12px 20px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 8px;
    border: none;

    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #009298;
}

.download__link {
    width: fit-content;
}

.download__link img {
    width: 162px;
    height: 48px;
    object-fit: contain;
}

.download__content {
    display: flex;
    gap: 52px;
    width: 100%;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.download__item {
    display: flex;
    flex-direction: column;
    gap: 21px;
}

@media (max-width: 1280px) {
    section:nth-child(2) {
        padding-top: 64px;
    }

    .promo__name {
        font-size: 40px;
        line-height: 40px;
    }

    .promo__text {
        font-size: 18px;
        line-height: 22px;
    }

    .section__content {
        flex-direction: column;
        gap: 20px;
    }

    .advantage-card {
        max-width: initial;
    }

    .functions {
        order: 1;
        width: 100%;
    }

    .function__img {
        order: 2;
        align-self: center;
    }

    .help {
        max-width: initial;
        height: 404px;
        padding: 0 24px;
    }

    .help__img {
        max-width: initial;
    }

    .help__name {
        font-size: 20px;
        line-height: 28px;
    }

    .help__text {
        font-size: 14px;
        line-height: 24px;
    }

    .section__title {
        font-size: 24px;
    }

    .functions__name {
        font-size: 18px;
        line-height: 24px;
    }

    .functions__text {
        font-size: 14px;
        line-height: 24px;
    }

    .download {
        height: auto;
    }

    .download__container {
        flex-direction: column;
        align-items: start;
        gap: 64px;
        padding: 110px 0;
        height: 742px;
    }

    .download__content {
        justify-content: start;
        gap: 25px;
    }

    .promo {
        height: 504px;
        padding: 0 0 0 20px;
    }

    .promo__img {
        height: 428px;
        width: 492px;
        background-image: url("/local/components/scid/pages/templates/mobilnoe-prilozhenie/img/hand_medium.svg");
        background-repeat: no-repeat;
    }

    .advantage-card__name {
        font-size: 16px;
        line-height: 24px;
    }

    .advantage-card__text {
        font-size: 14px;
        line-height: 24px;
    }

    .download__title {
        font-size: 24px;
        line-height: 36px;
    }

    .download__text {
        font-size: 14px;
        line-height: 24px;
        max-width: 416px;
        width: 100%;
    }

    .download__img {
        position: absolute;
        top: 0;
        right: -20px;
        width: 768px;
        height: 742px;
        background-image: url("/local/components/scid/pages/templates/mobilnoe-prilozhenie/img/pill_medium.png");
        background-repeat: no-repeat;
    }

    .review__name {
        font-size: 16px;
    }

    .review__text {
        font-size: 14px;
    }

    .review__link {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .promo__links {
        flex-direction: column;
    }

    .promo__text {
        font-size: 16px;
        line-height: 22px;
        padding-right: 20px;
    }

    .promo__link img {
        width: 140px;
    }

    .download__container {
        padding: 80px 0;
        gap: 40px;
        height: 654px;
    }

    .download__content {
        flex-wrap: wrap;
        gap: 20px;
    }

    .download__qr {
        display: none;
    }

    .download__link img {
        width: 140px;
    }

    .functions {
        padding: 16px 20px;
    }

    .advantage-card {
        padding: 20px;
    }

    .download__title {
        width: 280px;
    }

    .help {
        height: auto;
        padding: 40px 20px;
    }

    .help__img {
        background-size: 200%;
        background-position: 42% 34%;
        max-height: 344px;
    }

    .promo__name {
        font-size: 30px;
        line-height: 30px;
    }

    .promo {
        height: 610px;
        padding: 0 20px;
    }

    .promo__img {
        right: -20px;
        height: 338px;
        width: 267px;
        background-image: url("/local/components/scid/pages/templates/mobilnoe-prilozhenie/img/hand_small.svg");
        background-repeat: no-repeat;
    }

    .download__text {
        max-width: 280px;
        width: 100%;
    }

    .download__img {
        position: absolute;
        top: 0;
        right: auto;
        left: 0;
        width: 340px;
        height: 654px;
        background-image: url("/local/components/scid/pages/templates/mobilnoe-prilozhenie/img/pill_small.png");
        background-repeat: no-repeat;
    }

    .review {
        max-width: 280px;
    }
}

/* End */
/* /local/components/scid/pages/templates/mobilnoe-prilozhenie/style.css?175377229712344 */
