.mount-presentation {
    margin-top: 100px;
    padding: 0 15px;
}

.mount-card {
    position: relative;
    margin: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #212221;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 22px;
    line-height: 130%;
}

.mount-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    font-size: 60px;
    margin: 0 0 20px;
    line-height: normal;
}

.mount-title_footer {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    font-size: 45px;
}

.mount-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    text-align: center;
}

.mount-logo_footer {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

.mount-logo img {
    max-width: 350px;
}

.mount-logo_footer img {
    max-width: 295px;
}

.mount-picture {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.mount-picture_footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
}

.mount-picture img {
    max-width: 300px;
    margin-top: 60px;
    display: block;
}

.mount-qr {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.mount-qr__card {
    width: 100%;
    background: #DEE9FD;
    border-radius: 12px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mount-qr__buttons {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.mount-qr__btn {
    background: #260E01;
    position: relative;
    margin: 20px 0;
    max-width: 192px;
    border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mount-qr__btn-logo_app-store {
    background: url("/help/assets/img/layouts/about-mount/apple-logo.png");
}

.mount-qr__btn-logo_google-play {
    background: url("/help/assets/img/layouts/about-mount/google-play-logo.png");
}

.mount-qr__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mount-qr__link a {
    display: block;
    width: 100%;
    height: 100%;
}

.mount-qr__btn-logo {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 10px;
}

.mount-qr__btn-text {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding-right: 25px;
    line-height: 18px;
    letter-spacing: 0.5px;
}

.mount-qr__btn-text span {
    display: block;
    font-weight: normal;
    font-size: 14px;
}

.mount-qr__code {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    text-align: center;
}

.mount-subtitle {
    font-size: 35px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    line-height: normal;
}

.mount-subtitle_by-steps span {
    color: #246FEF;
    padding: 0 15px 0 0;
}



.mount-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
    padding: 0 0 0 20px;
}

.mount-list__item {
    margin: 30px 0;
}

.mount-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    margin: 60px 80px 0 0px;
}

.mount-steps {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
    margin-top: 35px;
}

.mount-step {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding-left: 105px;
    margin: 30px 0;
}

.mount-step__number {
    color: #246FEF;
    font-weight: 700;
    font-size: 26px;
    position: absolute;
    top: 1px;
    left: 0;
}

.mount-step__item {
    margin: 0;
}

.mount-step__item span {
    font-weight: 600;
    white-space: nowrap;
}

.mount-step__item span:after {
    content: "-";
}

.mount__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    margin-top: -170px;
}

.mount__text {
    font-size: 22px;
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
}

.mount-imgcards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.mount-imgcards__item {
    margin: 30px 15px;
    text-align: center;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 360px;
}

.mount-imgcards__item_col-2 {
    max-width: 360px;
}

.mount-imgcards__item_orders {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.mount-imgcards__desc {
    margin: 0 0 15px 0;
    font-size: 18px;
    padding: 0 30px;
}

.mount-imgcards__img {
    -webkit-box-shadow: 0px 4px 10px 3px rgb(34 60 80 / 20%);
    box-shadow: 0px 4px 10px 3px rgb(34 60 80 / 20%);
}

.first-letter-uppercase {
    display: inline;
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1366px) {
    .mount-icon {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
        flex: 1 1 20%;
    }

    .mount-logo {
        text-align: right;
    }

    .mount-imgcards_offers {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .mount-imgcards__desc {
        margin: 0 0 20px 0;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1600px) {}

@media screen and (max-width: 992px) {

    .mount-card,
    .mount__text {
        font-size: 20px;
    }

    .mount__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }

    .mount-title {
        font-size: 40px;
    }

    .mount-logo img {
        max-width: 240px;
    }

    .mount-logo_footer {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 30px;
    }

    .mount-qr {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 50px auto;
    }

    .mount-picture img {
        max-width: 250px;
        margin: 60px auto 0;
    }

    .mount-picture_footer {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .mount-subtitle {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        font-size: 30px;
    }

    .mount-list {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .mount-icon {
        margin: 0;
        position: absolute;
        width: 100px;
        top: auto;
        right: -80px;
        bottom: -40px;
    }

    .mount-steps {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .mount-step__number {
        top: 3px;
    }

    .mount__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 55%;
        flex: 0 1 55%;
        margin: 20px 0 0 auto;
        background: #ADCBFF;
        border-radius: 24px;
    }

    .mount-imgcards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .mount-imgcards_offers {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .mount-imgcards__item {
        height: 330px;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .mount-imgcards__item:last-child {
        height: 500px;
    }

    .mount-imgcards__desc {
        background: #DEE9FD;
        padding: 15px;
        border-radius: 8px 24px 8px 8px;
        font-weight: 600;
        text-align: left;
        width: 460px;
        -webkit-box-shadow: 4px 4px 0px rgb(222 233 253 / 31%);
        box-shadow: 4px 4px 0px rgb(222 233 253 / 31%);
    }

    .mount-imgcards__img {
        position: absolute;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        z-index: -1;
        top: 24px;
        left: 388px;
        width: 340px;
        height: 595px;
        -webkit-box-shadow: -5px 0px 20px 4px rgb(34 60 80 / 20%);
        box-shadow: -5px 0px 20px 4px rgb(34 60 80 / 20%);
        border-radius: 24px;
    }

    .mount-imgcards__img {
        background: #fff;
        overflow: hidden;
        -webkit-filter: drop-shadow(-7px 2px 0px #b7b7b7);
        filter: drop-shadow(-7px 2px 0px #b7b7b7);
    }
}

@media screen and (max-width: 767px) {
    .first-letter-uppercase {
        display: block;
    }

    .first-letter-uppercase::first-letter {
        text-transform: uppercase;
    }

    .mount-card,
    .mount__text {
        font-size: 16px;
        margin: 8px 0 20px 0;
    }

    .mount-picture img {
        max-width: 215px;
    }

    .mount-logo {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 30px;
        text-align: left;
    }

    .mount-title {
        font-size: 35px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .mount-subtitle {
        font-size: 22px;
    }

    .mount-logo img {
        max-width: 195px;
    }

    .mount-icon {
        position: unset;
        margin: 0;
        text-align: right;
        background: linear-gradient(95.36deg, #DEE9FD 0%, #005AFF 100%);
        border-radius: 10px;
        padding: 5px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mount-icon svg {
        width: 18%;
        -webkit-filter: brightness(3.0);
        filter: brightness(3.0);
    }

    .mount-list {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .mount-step {
        padding-left: 0;
    }

    .mount-step__number {
        position: inherit;
        font-size: 18px;
    }

    .mount__image {
        -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
        margin: auto;
    }

    .mount-step__item span {
        display: block;
        font-size: 18px;
        margin: 15px 0;
    }

    .mount-step__item span::after {
        content: "";
    }

    .mount-imgcards__item {
        margin: 20px 0;
        height: 300px;
    }

    .mount-imgcards__item:last-child {
        height: 475px;
    }

    .mount-imgcards__desc {
        line-height: 1.5;
        width: 330px;
    }

    .mount-imgcards__img {
        width: 300px;
        left: 290px;
        top: 9px;
    }

    .mount-qr__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .mount-qr__code {
        margin-top: 20px;
    }

    .mount-qr__btn-text {
        font-size: 19px;
    }

    .mount-qr__btn-text span {
        font-size: 13px;
    }
}

@media screen and (max-width: 575px) {
    .mount-imgcards__img {
        width: 280px;
        left: 195px;
    }

    .mount-imgcards__desc {
        max-width: 205px;
    }

    .mount-imgcards__item:last-child {
        height: 380px;
    }
}