

/* Start:/application//style.css?177789345324324*/
@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");

.application-main-frame .block {
    background-image: url("/local/templates/mpc/images/application/main-frame-11.jpg");
    padding: 40px 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;

}

.application-main-frame .block .title,
.application-main-frame .block p {
    max-width: 640px;
    margin-top: 40px;
    margin-bottom: 40px;
}



.application-main-frame .block .title {
    font-family: "Exo2";
    font-weight: 700;
    font-size: 40px;
    color: #111111;
    line-height: 150%;
}

.application-main-frame .block .title span {
    color: #FF7316;
}

.application-main-frame .block p {
    font-family: "Exo2";
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 150%;
}

@media (max-width: 992px) {
    .application-main-frame .block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-image: url("/application//<?= SITE_TEMPLATE_PATH ?>/images/application/main-frame-22.png");
        padding: 32px 40px;
        gap: 20px;
        background-position: right center;
    }

    .application-main-frame .block .title {
        font-size: 34px;
        line-height: 135%;
    }

    .application-main-frame .block p {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .application-main-frame .block {
        padding: 24px 20px;
        border-radius: 0px;
        background-position: center top;
    }

    .application-main-frame .block {
        background-image: url("/application//<?= SITE_TEMPLATE_PATH ?>/images/application/img.png");
    }

    .application-main-frame .block .title {
        font-size: 28px;
        line-height: 130% !important;
        text-align: center;

    }

    .application-main-frame .block p {
        font-size: 16px;
        text-align: center;
        line-height: 130% !important;
    }

    .application-main-frame .block .button-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column !important;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 12px;
    }

    .application-main-frame .button_orange {
        width: 100%;
        text-align: center;
        font-size: 18px;
        border-width: 3px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: white;
        color: black;
        font-weight: bold
    }
}

@media (max-width: 480px) {
    .application-main-frame .block .title {
        font-size: 24px;
        margin-bottom: 0;
    }

    .application-main-frame .block p {
        font-size: 15px;
        margin-bottom: 240px;
    }

    .application-main-frame .button_orange {
        font-size: 16px;
        padding: 10px 14px;
    }
}

.application-main-frame .block .button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.button_orange {
    padding: 12px 20px;
    border: 4px solid #FF7316;
    color: black;
    text-decoration: none;
    font-size: 20px;
    font-width: bold;
    border-radius: 8px;
}

.button_orange:hover {
    background-color: #FF7316;
    color: white;
}

.button_orange:active {
    -webkit-transform: scale(97%);
    transform: scale(97%);
}

.download-apps .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.download-apps .wrapper .left,
.download-apps .wrapper .right {
    width: 50%;
}

.download-apps .wrapper .left .title {
    color: #666666;
    font-size: 30px;
    font-weight: bold;
    font-family: "Exo2";
}

.download-apps .wrapper .left p {
    color: #000000;
    font-size: 16px;
    font-family: "Exo2";
    max-width: 50%;
    margin-bottom: 50px;
}

.download-apps .wrapper .left .qr-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}

.download-apps .wrapper .left .qr-wrapper .item {
    width: 100%;
}

.download-apps .wrapper .left .qr-wrapper .item .qr-code svg {
    min-width: 216px;
    min-height: 216px;
    max-width: 216px;
    max-height: 216px;

    margin-bottom: 20px;


}


.download-apps .wrapper .left .qr-wrapper .item .store-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding-left: 33px;
    .text{
        display: flex;
        align-items: center;
        gap: 6px;
        b{
            font-family: "Exo2";
            line-height: 1;
        }
        .title{
            line-height: 1;
        }
    }
}

.download-apps .wrapper .left .qr-wrapper .item .store-icon .title {
    font-size: 16px;
    font-family: "Exo2";
    font-weight: 400;
    color: #111111;
}

.download-apps .wrapper .left .text-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.download-apps .wrapper .left .text-info .info {
    width: 50%;
}

.download-apps .wrapper .left .text-info .button {
    width: 50%;
}

.download-apps {}

.download-apps .wrapper .right {
//padding: 40px 60px;
}

.download-apps .wrapper .right .steps-title {
    font-family: "Exo2";
    font-size: 20px;
    line-height: 150%;
    font-weight: 700;
    color: #111111;
    margin-bottom: 40px;
}

.download-apps .wrapper .right .steps-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

.download-apps .wrapper .right .step-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 70px 24px 1fr;
    grid-template-columns: 70px 1fr;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding-bottom: 20px;
}

.download-apps .wrapper .right .step-item:not(:last-child) .step-marker::after {
    content: "";
    position: absolute;
    top: 73px;
    left: 33px;
    width: 2px;
    height: calc(100% - 50px);
    border-left: 1px dashed #d6d6d6;
}

.download-apps .wrapper .right .step-item .step-marker {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #ff7316;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.download-apps .wrapper .right .step-item .step-marker span {
    font-family: "Russo One";
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
}

.download-apps .wrapper .right .step-item .step-content a {
    text-decoration: underline;
}

.download-apps .wrapper .right .step-item .step-content h3 {
    margin: 0px 0 15px;
    font-family: "Exo2";
    font-size: 18px;
    line-height: 130%;
    font-weight: 700;
    text-transform: uppercase;
    color: #111111;
}

.download-apps .wrapper .right .step-item .step-content h3 span {
    color: #ff7316;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.download-apps .wrapper .right .step-item .step-content p {
    margin: 0;
    font-family: "Exo2";
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #111111;
}

@media (max-width: 992px) {
    .download-apps .wrapper .left .qr-wrapper .item .store-icon .title{
        margin-bottom: 0;
    }
    .download-apps {
        background: #efefef;
        padding: 44px 0 30px;
    }

    .download-apps .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 36px;
    }

    .download-apps .wrapper .left,
    .download-apps .wrapper .right {
        width: 100%;
    }

    .download-apps .wrapper .left .title {
        text-align: center;
    //text-transform: uppercase;
        font-size: 32px;
        line-height: 1.1;
        margin-bottom: 16px;
    }

    .download-apps .wrapper .left p {
        max-width: 620px;
        margin: 0 auto 30px;
        text-align: center;
        font-size: 18px;
        line-height: 1.35;
    }

    .download-apps .wrapper .left .qr-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 22px;
        margin-bottom: 34px;
    }

    .download-apps .wrapper .left .qr-wrapper .item {
        width: 100%;
    }

    .download-apps .wrapper .left .qr-wrapper .item .qr-code {
        display: none;
    }

    .download-apps .wrapper .left .qr-wrapper .item .store-icon {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 14px;
        flex-direction: row;
        padding-left: 0;
    }

    .download-apps .wrapper .left .text-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 18px;
    }

    .download-apps .wrapper .left .text-info .info {
        width: 100%;
        max-width: 640px;
        text-align: center;
        font-size: 18px;
        line-height: 1.35;
        font-family: "Exo2";
    }

    .download-apps .wrapper .left .text-info .button_orange {
        width: auto;
        min-width: 320px;
        text-align: center;
        background-color: #fff;
        font-size: 24px;
        font-weight: 700;
    }

    .download-apps .wrapper .right {
        padding: 8px 0 0;
    }

    .download-apps .wrapper .right .steps-title {
        text-align: center;
        font-size: 28px;
        line-height: 1.35;
        margin-bottom: 26px;
    }

    .download-apps .wrapper .right .steps-list {
        gap: 48px;
    }

    .download-apps .wrapper .right .step-item {
        grid-template-columns: 92px 1fr;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        padding-bottom: 14px;
    }

    .download-apps .wrapper .right .step-item .step-marker {
        width: 72px;
        height: 72px;
    }

    .download-apps .wrapper .right .step-item .step-marker span {
        font-size: 26px;
    }

    .download-apps .wrapper .right .step-item:not(:last-child) .step-marker::after {
        top: 82px;
        left: 37px;
        height: calc(100% - 16px);
    }

    .download-apps .wrapper .right .step-item .step-content h3 {
        font-size: 20px;
        margin: 0 0 12px;
    }

    .download-apps .wrapper .right .step-item .step-content p {
        font-size: 16px;
        line-height: 1.45;
    }
}

@media (max-width: 768px) {
    .download-apps {
        padding: 28px 0 22px;
    }

    .download-apps .wrapper {
        gap: 28px;
    }

    .download-apps .wrapper .left .title {
        font-size: 30px;
        margin-bottom: 14px;
    }

    .download-apps .wrapper .left p {
        font-size: 16px;
        margin-bottom: 22px;
    }

    .download-apps .wrapper .left .text-info .info {
        font-size: 18px;
    }

    .download-apps .wrapper .left .text-info .button_orange {
        min-width: 0;
        width: 100%;
        max-width: 300px;
        font-size: 16px;
    }

    .download-apps .wrapper .right .steps-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .download-apps .wrapper .right .steps-list {
        gap: 34px;
    }

    .download-apps .wrapper .right .step-item {
        grid-template-columns: 84px 1fr;
        -webkit-column-gap: 18px;
        -moz-column-gap: 18px;
        column-gap: 18px;
    }

    .download-apps .wrapper .right .step-item .step-marker {
        width: 68px;
        height: 68px;
    }

    .download-apps .wrapper .right .step-item .step-marker span {
        font-size: 24px;
    }

    .download-apps .wrapper .right .step-item:not(:last-child) .step-marker::after {
        top: 76px;
        left: 34px;
        height: calc(100% - 8px);
    }

    .download-apps .wrapper .right .step-item .step-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .download-apps .wrapper .right .step-item .step-content p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .download-apps .wrapper .left .title {
        font-size: 28px;
    }

    .download-apps .wrapper .left .qr-wrapper .item .store-icon {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        flex-direction: row;
    }

    .download-apps .wrapper .left .text-info .button_orange {
        font-size: 16px;
        padding: 10px 16px;
    }

    .download-apps .wrapper .right .steps-title {
        font-size: 22px;
    }

    .download-apps .wrapper .right .step-item {
        grid-template-columns: 78px 1fr;
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
    }

    .download-apps .wrapper .right .step-item .step-marker {
        width: 64px;
        height: 64px;
    }

    .download-apps .wrapper .right .step-item .step-marker span {
        font-size: 22px;
    }

    .download-apps .wrapper .right .step-item:not(:last-child) .step-marker::after {
        top: 72px;
        left: 32px;
    }

    .download-apps .wrapper .right .step-item .step-content h3 {
        font-size: 16px;
    }

    .download-apps .wrapper .right .step-item .step-content p {
        font-size: 14px;
        line-height: 1.5;
    }
}

.promo-apps {
    position: relative;
    display: block;
}

.promo-apps::before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 249px;
    background-color: #FF7316;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 70px;
}
.promo-apps{
    padding-bottom:5em;
}
.promo-apps .section-title {
    color: #666666;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 200px;
    margin-top: 0
}

.promo-apps .wrapper {
    padding: 0px 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-items: center;
}

@media (max-width: 992px) {
    .promo-apps .wrapper {
        display: none;
    }
}

.promo-apps .wrapper .img {
    position: relative;
}

.promo-apps .wrapper .img .number {
    position: absolute;
    font-family: "Russo One";
    font-size: 120px;
    text-align: center;
    color: #FF9046;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 90%;
}

.promo-apps .wrapper img {
    width: 100%;
    min-height: 630px;
    max-height: 630px;
    -o-object-fit: contain;
    object-fit: contain;

}

.promo-apps .wrapper .item {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    max-width: 240px;
}

.promo-apps .wrapper .item.active {
    z-index: 3;
    -webkit-transform: scale(1.16);
    transform: scale(1.16);
}

/* .promo-apps .wrapper .item.active+.item {
    margin-left: 18px;
} */

/* .promo-apps .wrapper .item:has(+ .active) {
    margin-right: 18px;
} */

.promo-apps .wrapper .item .text {
    font-size: 16px;
    position: relative;
    padding-left: 15px;
    max-width: 90%;
}

.promo-apps .wrapper .item .text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #FF7316;
}

@media (max-width: 992px) {
    .promo-apps::before {
        display: none;
    }

    .promo-apps .section-title {
        margin-bottom: 24px;
    }
}

.promo-apps #swiper-apps {
    display: none;
}

@media (max-width: 992px) {
    .promo-apps #swiper-apps {
        display: block;
        margin-left: -80px;
        margin-right: -80px;
    }
}

/* md (768–992): avoid clipping + improve number contrast */
@media (max-width: 992px) and (min-width: 769px) {
    .promo-apps #swiper-apps {
        padding-top: 72px;
    }

    .promo-apps #swiper-apps .slide-phone .slide-number {
        font-size: 104px;
        top: -72px;
        color: rgba(255, 255, 255, 0.35);
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
    }
}

.promo-apps #swiper-apps {
    position: relative;
    overflow: hidden;
    padding-top: 95px;
}

.promo-apps #swiper-apps::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 260px;
    background: #ff7316;
}

.promo-apps #swiper-apps .swiper-wrapper {
    overflow: visible;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.promo-apps #swiper-apps .swiper-slide {
    width: 270px;
    opacity: .26;
    -webkit-transform: scale(.82);
    transform: scale(.82);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
}

.promo-apps #swiper-apps .swiper-slide-active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 2;
}

.promo-apps #swiper-apps .slide-phone {
    background: transparent;
    padding: 0;
    position: relative;
    overflow: visible;
}

.promo-apps #swiper-apps .slide-phone .slide-number {
    position: absolute;
    font-family: "Russo One";
    font-size: 75px;
    color: rgba(255, 176, 117, .72);
    top: -105px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    z-index: 0;
}

.promo-apps #swiper-apps .slide-phone .slide-image {
    width: 238px;
    margin: 0 auto;
    position: relative;
    z-index: 1;

    display: block;

    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.promo-apps #swiper-apps .slide-caption {
    background: transparent;
    padding: 20px 8px 0 20px;
    font-family: "Exo2";
    font-size: 18px;
    line-height: 1.45;
    color: #111;
    position: relative;
    min-height: 92px;
}

.promo-apps #swiper-apps .slide-caption::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 22px;
    bottom: 4px;
    width: 4px;
    background: #FF7316;
    border-radius: 2px;
}

.promo-apps #swiper-apps .control {
    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;
    gap: 8px;
    padding: 22px 30px 6px;
}

.promo-apps #swiper-apps .swiper-button-prev,
.promo-apps #swiper-apps .swiper-button-next {
    position: static;
    width: 44px;
    height: 44px;
    margin: 0;
    color: #FF7316;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.promo-apps #swiper-apps .swiper-button-prev::after,
.promo-apps #swiper-apps .swiper-button-next::after {
    display: none;
    font-size: 30px;
    font-weight: 900;
}

.promo-apps #swiper-apps .swiper-pagination {
    position: static;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.promo-apps #swiper-apps .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 10px;
    background: #e3e3e3;
    opacity: 1;
}

.promo-apps #swiper-apps .swiper-pagination .swiper-pagination-bullet-active {
    background: #FF7316;
}

@media (max-width: 768px) {
    .promo-apps #swiper-apps {
        margin-left: -20px;
        margin-right: -20px;
    }

    .promo-apps #swiper-apps::before {
        top: 0px;
        height: 300px;
    }

    .promo-apps #swiper-apps .swiper-slide {
        width: 246px;
    }

    .promo-apps #swiper-apps .slide-phone .slide-number {
        font-size: 80px;
        top: -85px;

    }

    .promo-apps #swiper-apps .slide-phone .slide-image {
        width: 100%;

    }

    .promo-apps #swiper-apps .slide-caption {
        font-size: 16px;
        min-height: 84px;
    }

    .promo-apps #swiper-apps .control {
        padding: 18px 22px 6px;
    }
}

@media (max-width: 480px) {
    .promo-apps #swiper-apps {
        margin-left: -16px;
        margin-right: -16px;
        padding-top: 92px;
    }

    .promo-apps #swiper-apps::before {
        top: 0px;
        height: 190px;
    }

    .promo-apps #swiper-apps .swiper-slide {
        width: 224px;
    }

    .promo-apps #swiper-apps .slide-phone .slide-number {
        font-size: 54px;
        top: -65px;
    }

    .promo-apps #swiper-apps .slide-phone .slide-image {
        width: 194px;


    }

    .promo-apps #swiper-apps .slide-caption {
        font-size: 15px;
        padding-top: 16px;
    }

    .promo-apps #swiper-apps .swiper-pagination {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .promo-apps #swiper-apps .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 0px;
    }

    .promo-apps #swiper-apps .swiper-button-prev,
    .promo-apps #swiper-apps .swiper-button-next {
        transform: scale(50%);
    }
}

.advantages-apps {}

.advantages-apps .section-title {
    color: #666666;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.advantages-apps .adv-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 120px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 50px 120px;
}

@media (max-width: 768px) {
    .advantages-apps .adv-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 35px;
    }
}

.advantages-apps .adv-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
}

.advantages-apps .adv-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
}

.advantages-apps .adv-icon svg {
    width: 100%;
    height: 100%;
}

.advantages-apps .adv-content h3 {
    font-family: "Exo2";
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    color: #111111;
    margin: 5px 0 12px;
    line-height: 1.3;
}

.advantages-apps .adv-content p {
    font-family: "Exo2";
    font-size: 15px;
    color: #111111;
    line-height: 1.65;
    margin: 0;
}

/* Page sections background */
body {
    background-color: #ffffff !important;
}

.application-main-frame,
.download-apps,
.promo-apps,
.advantages-apps {
    background-color: #ffffff !important;
    display: flow-root;
    margin-top: 0;
    margin-bottom: 0;
    overflow-x:hidden;
}

.advantages-apps {
    margin-bottom: 56px;
}

@media (max-width: 768px) {
    .advantages-apps {
        margin-bottom: 32px;
    }
}

.breadcrumbs-wrapper {
    margin-bottom: 56px;
    margin-top: 56px;
}

.application-main-frame+.download-apps,
.download-apps+.promo-apps,
.promo-apps+.advantages-apps {
    margin-top: 56px;
}

.promo-apps {
    margin-top: 0px !important;
}

@media (max-width: 768px) {

    .application-main-frame+.download-apps,
    .download-apps+.promo-apps,
    .promo-apps+.advantages-apps {
        margin-top: 32px;
    }
}

/* End */
/* /application//style.css?177789345324324 */
