@media (max-width: 1340px) {
    .container {
        margin-left: 75px;
    }

    .main-container {
        display: flex;
        justify-content: space-around;
    }

    .header-container {
        margin: 0 12px;
    }

    .nav-list-item {
        font-size: 15px;
    }

    .partners-slider {
        width: 95%;
    }

    .general-information-partnership-title {
        width: 35%;
    }

    .general-information-partnership {
        background: 21% 29% url(../images/partnership.svg) no-repeat #ECF2FF;
        background-size: 20px;
    }

    .tariff-type-popular {
        background-position: 93%;
    }

    /*.footer-main-inner {*/
    /*    margin: 0 auto;*/
    /*}*/
    .footer-main-inner-items {
        width: 45%;
    }
}

@media (max-width: 1300px) {
    .main-section-btn {
        background-position: 10%;
    }

    .make-order-btn {
        background-position: 22%;
    }

    .general-information-partnership-title {
        font-size: 16px;
    }

    .tariff-type-popular {
        left: 205px;
        padding-right: 5%;
    }

    .partnership-btn {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .partnership-btn {
        width: 23%;
    }

    .tariff-for-month {
        font-size: 22px;
    }

    .tariff-for-year {
        font-size: 14px;
    }

}


@media (max-width: 1150px) {
    .container {
        width: 100%;
        margin-left: 0;
    }

    .section-main-header {
        margin-left: 5%;
    }

    .section-header-title {
        font-size: 40px;
    }

    .main-container {
        flex-direction: column-reverse;
        justify-content: center;
    }

    .main-mobile-head {
        display: block;
        margin: 0 auto;
    }

    .main-logo-mobile {
        display: block;
        margin: 25px auto;
    }

    .main-title-mobile {
        font-size: 32px;
        width: 65%;
        margin: auto;
        text-align: center;
        line-height: 55px;
    }

    .infinity-slider-wrap {
        top: 0;
    }

    .header-nav {
        width: 80%;
    }

    .header-account-enter-item {
        width: 61px;
        color: transparent;
        background-position: 42%;
    }

    .main-slider {
        margin-left: 0;
        /*width: 920px;*/
        width: 100%;
    }

    .main-info-block {
        margin: 0 auto;
        width: 70%;
    }

    .main-logo {
        /*margin: 81px auto 30px;*/
        display: none;
    }

    .main-title {
        display: none;
    }

    .main-title {
        text-align: center;
    }

    .main-buttons {
        display: flex;
        justify-content: space-around;
    }

    .main-section-btn {
        background-position: 27%;
    }

    .btn-left {
        width: 40px;
        height: 40px;
        border-bottom: 5px solid #AAB7D2;
        border-left: 5px solid #AAB7D2;
        bottom: 270px;
        left: -75px;
        cursor: unset;
    }

    .btn-right {
        width: 40px;
        height: 40px;
        border-bottom: 5px solid #AAB7D2;
        border-left: 5px solid #AAB7D2;
        bottom: 270px;
        right: -75px;
        cursor: unset;
    }

    .slider-controls {
        width: 100%;
    }

    .section-products-inner-payments-title {
        text-align: center;
    }

    .section-products-inner-payment-methods {
        justify-content: center;
        flex-wrap: wrap;
    }

    .section-products-inner-payment-method {
        margin: 10px 15px
    }

    .section-products-inner-btn {
        display: block;
        margin: 0 auto;
    }

    .section-for-business-general-information {
        width: 88%;
        margin: 20px 40px;
    }

    .section-for-business-items {
        margin: 45px auto;
    }

    .section-for-business-item {
        justify-content: flex-start;
    }

    .section-for-business-item-name {
        font-size: 16px;
    }

    .reasons-slider {
        margin: 0 30px;
    }

    .suggestions-content {
        margin: 0 auto;
        position: relative;
    }

    .suggestions-content-main {
        width: 100%;
    }

    .suggestions-options {
        width: 80%;
        margin: 0 auto;
    }

    .suggestions-modal {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1000;
        width: 100%;
        background-color: rgba(190, 190, 190, .9);
        /*display: flex;*/
        /*justify-content: center;*/
        /*align-items: flex-start;*/
        /*overflow-y: scroll;*/
        /*display: none;*/
        /*position: fixed;*/
        /*top: 0;*/
        /*left: 0;*/
        /*background-color: #F8FAFF;*/
        /*width: 100%;*/
        /*height: 100%;*/
        /*z-index: 150;*/
    }

    .suggestions-modal-content {
        position: relative;
        top: 8%;
        left: 20%;
        width: 60%;
        background-color: #F8FAFF;
    }

    .tariff-modal-title-for-btn {
        position: relative;
        width: 100%;
        height: 57px;
        background-color: #ECF2FF;
    }

    .tariff-modal-close-btn {
        margin: 15px;
    }

    .tariff-modal-open {
        width: 213px;
        margin-left: auto;
        margin-right: 0;
        padding: 1%;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 18px;
        color: #2073EF;
        cursor: pointer;
        border-radius: 16px;
        background-color: #ECF2FF;
    }

    .tariff-tariff-modal-open-general {
        display: block;
    }

    .tariff-tariff-modal-open-reverse {
        display: none;
    }

    .machine-tariff-modal-open {
        display: none;
    }

    .tariff-modal-title {
        padding: 3% 0;
        text-align: center;
    }

    .suggestions-modal-content-tariff-options {
        padding: 0 25px 30px;
    }

    .tariff-option {
        border-bottom: 1px solid #D7E2FA;
    }

    .general-information-for-tariff {
        margin: 20px auto;
        padding: 5px 10px 5px 80px;
        width: 81%;
        height: 109px;
        /* background-color: #ECF2FF; */
        border-radius: 20px;
        background: 35px 25px url(../images/partnership.svg) no-repeat #ECF2FF;
        background-size: 20px;
    }

    .general-information-for-tariff-title {
        font-size: 16px;
    }

    .partners-slider {
        width: 100%;
    }

    .partners-slide {
        display: block;
        width: 30%;
        /*margin: 0 auto;*/
    }

    .partners-slide-icons {
        width: 100%;
    }

    .partners-slide-icons {
        margin: 20px 0;
    }

    .general-information-partnership {
        margin: 20px auto;
        width: 81%;
        background: 12% 29% url(../images/partnership.svg) no-repeat #ECF2FF;
        background-size: 20px;
    }

    .general-information-partnership-title {
        width: 51%;
    }

    .partnership-btn {
        width: 27%;
        font-size: 17px;
        background-position: 10%;
    }

    .footer-main-inner {
        margin: 0 auto;
    }

    .footer-sub-inner {
        margin: 2% auto 0;
    }
}

@media (max-width: 1115px) {
    .partnership-btn {
        width: 30%;
        background-position: 12%;
    }

    .footer-main-header {
        padding-top: 130px;
    }

    .footer-main-inner {
        gap: 7%;
    }

    /*.footer-main-inner {*/
    /*    width: 90%;*/
    /*    margin: 0;*/
    /*}*/
    .footer-inner-form {
        width: 45%;
    }

    .footer-inner-info {
        width: 55%;
    }

}

@media (max-width: 978px) {
    .header-section {
        width: 100%;
    }

    .menu-icon {
        display: block;
        cursor: pointer;
    }

    .header-nav {
        position: absolute;
        top: 74px;
        left: 0;
    }

    .header-nav.active {
        background-color: rgba(190, 190, 190, .9);
        width: 100vw;
        height: 100vh;
        transition: background-color ease .7s;
    }

    .header-nav-list {
        position: absolute;
        top: -74px;
        left: 0;
        display: block;
        margin-top: 74px;
        width: 340px;
        height: 100vh;
        background-color: #1C1D22;
        transform: translateX(-150%);
        animation: aniOut .5s forwards;
    }

    .header-nav-list.active {
        transform: translateX(0);
        animation: aniIn .5s forwards;
    }

    @keyframes aniIn {
        0% {
            transform: translateX(-150%);
        }
        100% {
            transform: translateX(0);
        }
    }

    @keyframes aniOut {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-150%);
        }
    }

    .nav-list-item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 9%;
        font-size: 25px;
        height: 30px;
    }

    .nav-list-item-main {
        display: block;
    }

    .mini-menu-icon {
        display: block;
        width: 12%;
    }

    .main-title-mobile {
        line-height: 50px;
    }

    .main-section-btn {
        background-position: 23%;
    }

    .btn-left {
        width: 28px;
        height: 28px;
        border-bottom: 3px solid #AAB7D2;
        border-left: 3px solid #AAB7D2;
        bottom: 54%;
        left: -12%;
    }

    .btn-right {
        width: 28px;
        height: 28px;
        border-bottom: 3px solid #AAB7D2;
        border-left: 3px solid #AAB7D2;
        bottom: 54%;
        right: -12%;
    }

    .section-header-title {
        font-size: 30px;
    }

    .section-header-img-wrap {
        width: 60px;
        height: 60px;
    }

    .section-header-img {
        width: 65%;
    }

    .section-products-inner {
        display: block;
    }

    .section-products-inner-pic {
        margin: 0 auto;
    }

    .section-products-inner-info-items {
        width: 80%;
        margin: 0 auto;
    }

    .section-products-inner-payments-title {
        font-size: 25px;
        color: #1E2732;
        margin: 45px auto;
    }

    .section-for-business-general-information {
        height: auto;
    }

    .section-for-business-items {
        width: 75%;
    }

    .section-for-business-item {
        width: 20%;
    }

    .reasons-slide {
        height: 20%;
    }

    .reasons-slide-wrap {
        display: block;

    }

    .reasons-slide {
        justify-content: center;
        width: 80%;
        margin: 40px 0;
    }

    .suggestions-options {
        width: 90%;
    }

    .machine-slide {
        display: flex;
    }

    .machine-slide-title {
        font-size: 18px;
    }

    .machine-slide-inner {
        gap: 8%
    }

    .tariff-for-month {
        font-weight: 600;
        font-size: 24px;
    }

    .tariff-for-year {
        display: block;
        margin: 5px 0;
        font-weight: 500;
    }

    .tariff-type-popular {
        top: 26%;
    }

    .suggestions-modal-content {
        top: 7%;
        left: 10%;
        width: 80%;
    }

    .general-information-for-tariff {
        width: 90%;
    }

    .make-order-btn {
        width: 35%;
    }

    .general-information-partnership {
        background: 5% 29% url(../images/partnership.svg) no-repeat #ECF2FF;
        background-size: 20px;
    }

    .general-information-partnership-title {
        width: 55%;
    }

    .partnership-btn {
        width: 55%;
        background: 20% url(../images/plane.svg) no-repeat #1370FC;
        /*font-size: 17px;*/
    }

    .footer {
        position: relative;
        margin-top: 83px;
        height: 1245px;
        background: bottom url(../images/footer-dark.png) no-repeat,
        bottom url(../images/footer-light.png) no-repeat;
        background-size: auto 100%, auto 109%;
    }

    .footer-main-header {
        padding-top: 67px;
        /*margin: 8% auto 3%;*/
    }

    .footer-main-inner {
        display: block;
    }

    .footer-inner-form {
        height: 390px;
    }

    .footer-main-inner-items {
        margin: 0 auto 8%;
    }

    .footer-inner-item-description {
        text-align: center;
    }

    .footer-inner-info {
        margin: 0 auto;
        width: 55%;
    }

    .footer-form-input {
        margin: 11% 0;
    }

    .footer-form-btn {
        display: block;
        margin: 0 auto;
    }

    /*.footer-main-inner-item-whatsapp-number,*/
    /*.footer-main-inner-item-working-time-title,*/
    /*.footer-main-inner-item-location-title {*/
    /*    text-align: center;*/
    /*}*/
    /*.footer-main-inner-item-whatsapp {*/
    /*  font-size: 25px;*/
    /*}*/
    .footer-main-inner-item-working-time-time {
        font-size: 25px;
    }

    /*.footer-main-inner-item-location-address {*/
    /*    text-align: center;*/
    /*    background: 9% url(../images/location.png) no-repeat;*/
    /*}*/
    .footer-sub-inner {
        display: block;
        margin: auto 0;
    }

    .footer-sub-inner-register {
        width: 90%;
        padding-left: 5%;
        margin: 4% auto;
    }

    .footer-sub-inner-docs {
        width: 90%;
        padding-left: 5%;
        margin: 4% auto;
    }
}

@media (max-width: 920px) {
    .footer-inner-form {
        width: 48%;
    }

    .footer-inner-info {
        width: 70%;
    }

    .footer-main-inner-item-whatsapp-chat,
    .footer-main-inner-item-call {
        font-size: 25px;
    }

}

@media (max-width: 870px) {
    .tariff-type-popular {
        left: 197px;
    }

    .amo-button-holder {
        bottom: 20px !important;
        right: 20px !important;
    }
}

@media (max-width: 820px) {
    .main-section-btn {
        background-position: 15%;
    }

    .tariff-type-popular {
        font-size: 16px;
    }

    .footer-inner-form {
        width: 60%;
    }

    .footer-inner-info {
        width: 60%;
    }
}


@media (max-width: 800px) {
    .general-information-partnership {
        flex-direction: column;
        justify-content: space-around;
        height: 170px;
        padding: 5px 10px 5px 45px;
        background: 4% 20% url(../images/partnership.svg) no-repeat #ECF2FF;
        background-size: 20px;
    }

    .general-information-partnership-title {
        width: 95%;
    }

    .partnership-btn {
        width: 55%;
        background: 20% url(../images/plane.svg) no-repeat #1370FC;
        /*font-size: 17px;*/
    }
}

@media (max-width: 750px) {
    .tariff-type-popular {
        width: 35%;
        font-size: 14px;
        background-position: 95%;
    }

    .footer-sub-inner-docs {
        display: block;
    }

    .footer-inner-form {
        width: 55%;
    }

    .footer-inner-info {
        width: 65%;
    }
}

@media (max-width: 715px) {
    .tariff-cashier-light {
        font-size: 15px;
    }

    .footer-inner-form {
        width: 60%;
    }

    .footer-inner-info {
        width: 70%;
    }
}

@media (max-width: 700px) {

    .main-buttons {
        width: 100%;
    }

    .infinity-slider-wrap {
        width: 60%;
    }

    .infinity-slider {
        width: 100%;
        height: 605px;
    }

    .infinity-slider-wrap {
        width: 70%;
        margin: 20px auto;
    }

    .slide-wrap {
        width: 100%;
    }

    .slide {
        width: 100%;
    }

    .btn-right {
        bottom: 55%;
        right: -5%;
    }

    .btn-left {
        bottom: 55%;
        left: -5%;
    }

    .main-buttons {
        display: flex;
        flex-direction: column-reverse;
        padding: 10px 0;
    }

    .main-partnership-suggestion {
        width: 85%;
        margin: 0 auto;
    }

    .main-title-mobile {
        font-size: 27px;
        line-height: 42px;
    }

    .main-section-btn {
        margin: 15px auto;
        width: 55%;
        background-position: 15%;
    }

    .section-technical-modal-content {
        width: 80%;
    }

    .section-technical-modal-content-header {
        justify-content: center;
        gap: unset;
    }

    .section-technical-modal-content-header-item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        height: 80px;
        text-align: center;
        border-radius: unset;
        background-color: #ECF2FF;
        color: #1E2732;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
    }

    .section-technical-modal-content-header-item.active {
        background-color: #2073EF;
        color: #fff;
    }

    .pos-device-btn {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .kaspi-device-btn {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .section-technical-modal-content-inner-item {
        display: none;
    }

    .section-technical-modal-content-inner-item.active {
        display: block;
        width: 100%;
    }

    .section-for-business-general-information {
        font-size: 16px;
        text-align: center;
    }

    .section-for-business-slider {
        width: 90%;
        /*height: 300px;*/
        position: relative;
    }

    .section-for-business-items {
        width: 80%;
        height: 280px;
        overflow: hidden;
        position: relative;
    }

    .section-for-business-item {
        position: absolute;
        top: 0;
        left: 18%;
        width: 80%;
        height: 300px;
        opacity: 1;
        transition: all ease 1s;
    }

    .section-for-business-item.opacity0 {
        opacity: 0;
    }

    .section-for-business-item-pic {
        width: 50%;
        margin: 0 auto;
    }

    .section-for-business-item-name {
        font-weight: 600;
        font-size: 18px;
        line-height: 23px;
    }

    .slider-for-business-controls {
        display: block;
    }

    .section-for-business-show-btn {
        display: block;
    }

    .section-for-business-item {
        justify-content: center;
    }

    .for-business-controls-btn-left {
        cursor: unset;
        bottom: 230px;
        left: 20%;
    }

    .for-business-controls-btn-right {
        cursor: unset;
        bottom: 230px;
        right: 20%;
    }

    .section-for-business-items-modal.active {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1000;
        background-color: #F8FAFF;
        /*flex-direction: row;*/
        /*gap: 30px;*/
        width: 100vw;
        overflow-y: scroll;
        /*height: 100px;*/
    }

    .section-for-business-items-modal-content {
        width: 100%;
        padding-bottom: 2%;
        background: #f9f9f9;
        border-radius: 15px;
        position: relative;
        top: 3%;
    }

    .section-for-business-item-modal {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 5%;
    }

    .section-for-business-item-pic-modal {
        width: 20%;
    }

    .section-for-business-item-name-modal {
        width: 90%;
        font-size: 18px;
        text-align: left;
        margin: 5%;
    }

    .section-for-business-items-modal-content .section-main-header {
        margin: 0 5%;
    }

    .for-business-close-btn {
        top: -20px;
        right: 0;
    }

    .reasons-slider {
        width: 90%;
        /*height: 300px;*/
        position: relative;
    }

    .reasons-slide-wrap {
        width: 95%;
        height: 460px;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
    }

    .reasons-slide {
        display: block;
        position: absolute;
        top: 0;
        left: 7%;
        width: 86%;
        height: 450px;
        opacity: 1;
        transition: all ease 1s;
    }

    .reasons-slide.opacity0 {
        opacity: 0;
    }

    .reasons-slide-item {
        /*margin: 0 auto;*/
        width: 95%;
    }

    .reasons-slide-img {
        display: block;
        width: 35%;
        margin: 0 auto;
    }

    .reasons-slide-item-title {
        margin: 30px auto;
        text-align: center;
        font-size: 20px;
    }

    .reasons-slider-controls {
        display: block;
        margin: 10px 0 20px;
        position: relative;

    }

    .reasons-slider-control-points {
        display: flex;
        justify-content: center;
    }

    .reasons-slider-control-point {
        background-color: #AAB7D2;
        margin: 5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
    }

    .reasons-slider-control-point.active {
        background-color: #1370FC;
    }

    .reasons-btn {
        width: 20px;
        height: 20px;
        border-bottom: 3px solid #AAB7D2;
        border-left: 3px solid #AAB7D2;
        background-color: transparent;
        position: absolute;
        bottom: 5px;
        cursor: pointer;
        pointer-events: all;
    }

    .reasons-btn:active {
        border-bottom: 3px solid #1370FC;
        border-left: 3px solid #1370FC;
    }

    .reasons-btn-left {
        left: 20%;
        bottom: 355px;
        transform: rotate(45deg);
        cursor: unset;
    }

    .reasons-btn-right {
        right: 20%;
        bottom: 355px;
        transform: rotate(225deg);
        cursor: unset;
    }

    .suggestions-content {
        display: block;
    }

    .payments-slider-wrap {
        position: relative;
    }

    .payments-slide.active {
        width: 100%;
        background-color: #E7EEFC;
    }

    .payments-slide-title {
        margin: 7px 0;
    }

    .payments-slide.active .payments-slide-title {
        color: #1E2732;
    }

    .payments-slide.active .payments-slide-amount {
        color: #1E2732;
    }

    .payments-slide.active .options-checked {
        display: none;
    }

    .payments-slide-pic[src="assets/images/qrpos.png"],
    .payments-slide-pic[src="assets/images/onlyqr.png"] {
        display: none;
    }

    .payments-slide-pic[src="assets/images/qrpos-active.png"],
    .payments-slide-pic[src="assets/images/onlyqr-active.png"] {
        display: none;
    }

    .payments-slide-left.active .payments-slide-pic.active {
        display: none;
    }

    .payments-slide-pic-big {
        display: block;
        margin: 0 auto;
    }

    .payments-slide-left.active .payments-slide-pic-big {
        display: block;
    }

    .payments-slide-title {
        text-align: center;
    }

    .payments-slide-amount {
        text-align: center;
    }

    .payments-slider {
        width: 100%;
        height: 471px;
        position: relative;
    }

    .payments-slides-wrap {
        width: 95%;
        height: 490px;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
    }

    .payments-slide {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 439px;
        opacity: 1;
        transition: all ease 1s;
        border-radius: 16px;
    }

    .payments-slide.opacity0 {
        opacity: 0;
    }

    .payments-slide.active .payments-slide-description-list {
        color: #556981;
    }

    .payments-slide-description-list {
        width: 66%;
        margin: 10px auto;
        line-height: 26px;
    }

    .payments-slider-controls {
        display: block;
        margin: 30px 0;
        position: relative;
    }

    .payments-slider-control-points {
        display: flex;
        justify-content: center;
        position: absolute;
        left: 47%;
        bottom: 63px;
    }

    .payments-slider-control-point {
        background-color: #AAB7D2;
        margin: 5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
    }

    .payments-slider-control-point.active {
        background-color: #1370FC;
    }

    .payments-btn-left {
        width: 25px;
        height: 25px;
        border-bottom: 3px solid #AAB7D2;
        border-left: 3px solid #AAB7D2;
        background-color: transparent;
        left: 22%;
        position: absolute;
        bottom: 360px;
        transform: rotate(45deg);
        cursor: unset;
        pointer-events: all;
    }

    .payments-btn-right {
        width: 25px;
        height: 25px;
        border-bottom: 3px solid #AAB7D2;
        border-left: 3px solid #AAB7D2;
        background-color: transparent;
        right: 22%;
        position: absolute;
        bottom: 360px;
        transform: rotate(225deg);
        cursor: unset;
        pointer-events: all;
    }

    .payments-btn-right:active,
    .payments-btn-left:active {
        border-bottom: 3px solid #1370FC;
        border-left: 3px solid #1370FC;
    }

    .suggestions-option-slides {
        display: block;
    }

    .machine-slide {
        background-color: #F8FAFF;
        width: 100%;
        padding: 10px 10px 10px 60px;
        border: 3px solid #AAB7D2;
        border-radius: 20px;
    }

    .machine-slide.active {
        width: 100%;
        background-color: #F8FAFF;
        border: 3px solid #1370FC;
    }

    .machine-slide-title {
        display: none;
    }

    .machine-slide-title-hidden {
        display: block;
        font-size: 16px;
    }

    .machine-slide.active .machine-slide-title {
        color: #1E2732;
    }

    .self-checkbox {
        display: block;
        left: 3%;
        top: 28%;
    }

    .machine-slide-left .self-checkbox-inner {
        display: none;
    }

    .machine-slide-left.active .self-checkbox-inner {
        display: block;
    }

    .machine-slide-left.active .self-checkbox {
        display: block;
        border: 1px solid #2073EF;
    }

    .machine-slide-right .self-checkbox-inner {
        display: none;
    }

    .machine-slide-right.active .self-checkbox-inner {
        display: block;
    }

    .machine-slide-inner {
        width: 80%;
    }

    .machine-slide-right.active .self-checkbox {
        display: block;
        border: 1px solid #2073EF;
    }

    .machine-checked,
    .machine-slide.active .machine-checked {
        display: none;
    }

    .suggestions-modal-content {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .tariff-slides-wrap {
        display: flex;
        flex-direction: column-reverse;
    }

    .tariff-slide .self-checkbox {
        left: 3%;
        top: 43%;
    }

    .tariff-slide {
        background-color: #F8FAFF;
        width: 100%;
        padding: 15px 10px 15px 60px;
        border: 3px solid #AAB7D2;
        border-radius: 20px;
    }

    .tariff-slide.active {
        background-color: #F8FAFF;
        border: 3px solid #1370FC;
    }

    .tariff-slide-left .self-checkbox-inner {
        display: none;
    }

    .tariff-slide-left.active .self-checkbox-inner {
        display: block;
    }

    .tariff-slide-left.active .self-checkbox {
        display: block;
        border: 1px solid #2073EF;
    }

    .tariff-slide-right .self-checkbox-inner {
        display: none;
    }

    .tariff-slide-right.active .self-checkbox-inner {
        display: block;
    }

    .tariff-slide-inner {
        width: 80%;
    }

    .tariff-slide-right.active .self-checkbox {
        display: block;
        border: 1px solid #2073EF;
    }

    .tariff-checked,
    .tariff-slide.active .tariff-checked {
        display: none;
    }

    .tariff-slide.active .tariff-slide-title {
        color: #1E2732;
    }

    .tariff-type {
        color: #2073EF;
    }

    .tariff-slide.active .tariff-type {
        color: #2073EF;
    }

    .tariff-type-strong {
        font-weight: 800;
    }

    .tariff-type-popular {
        width: 25%;
        top: 21%;
        left: 38%;
        padding-right: 2%;
        background-position: 88%;
    }

    .tariff-slide.active .tariff-cashier-strong,
    .tariff-slide.active .tariff-cashier-light {
        color: #1E2732;
    }

    .machine-tariff-modal-open {
        display: block;
    }

    .tariff-tariff-modal-open {
        display: block;
    }

    .tariff-tariff-modal-open-general {
        display: none;
    }

    .tariff-modal-close-btn {
        top: 0;
        right: 0;
    }

    .general-information-for-tariff {
        display: block;
        margin: 20px 5%;
        padding: 20px 10px 5px 80px;
        width: 91%;
        height: 197px;
        /* background-color: #ECF2FF; */
        border-radius: 20px;
        background: 5% 19% url(../images/partnership.svg) no-repeat #ECF2FF;
        background-size: 20px;
    }

    .general-information-for-tariff-title {
        width: 91%;
    }

    .suggestions-modal-content-tariff-options {
        padding: 0 10% 30px;
    }

    .make-order-btn {
        background-position: 27%;
    }

    /*.main-section-btn {*/
    /*    margin: 15px 0 15px 16%;*/
    /*}*/
    .partners-slider-wrap {
        position: relative;
    }

    .partners-slide.active {
        width: 100%;
    }

    .partners-slide.active .payments-slide-title {
        color: #1E2732;
    }

    .partners-slide.active .payments-slide-amount {
        color: #1E2732;
    }

    .partners-slide.active .options-checked {
        display: none;
    }

    .partners-slider {
        width: 100%;
        height: 1200px;
        position: relative;
    }

    .partners-slides-wrap {
        width: 95%;
        height: 100%;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
    }

    .partners-slide {
        display: block;
        position: absolute;
        top: 0;
        left: 28%;
        width: 100%;
        height: 100%;
        opacity: 1;
        transition: all ease 1s;
        border-radius: 16px;
    }

    .partners-slide.opacity0 {
        opacity: 0;
    }

    .partners-slider-controls {
        display: block;
        margin: 30px 0;
        position: relative;
    }

    .partners-slide-icons {
        width: 45%;
    }

    .partners-slider-controls {
        display: block;
        margin: 30px 0;
        position: relative;

    }

    .partners-slider-control-points {
        display: flex;
        justify-content: center;
    }

    .partners-slider-control-point {
        background-color: #AAB7D2;
        margin: 5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
    }

    .partners-btn {
        position: absolute;
    }

    .partners-btn:active {
        border-bottom: 3px solid #1370FC;
        border-left: 3px solid #1370FC;
    }

    .partners-slider-control-point.active {
        background-color: #1370FC;
    }

    .partners-btn-left {
        width: 25px;
        height: 25px;
        border-bottom: 3px solid #AAB7D2;
        border-left: 3px solid #AAB7D2;
        background-color: transparent;
        left: 10%;
        position: absolute;
        bottom: 570px;
        transform: rotate(45deg);
        cursor: unset;
        pointer-events: all;
    }

    .partners-btn-right {
        width: 25px;
        height: 25px;
        border-bottom: 3px solid #AAB7D2;
        border-left: 3px solid #AAB7D2;
        background-color: transparent;
        right: 10%;
        position: absolute;
        bottom: 570px;
        transform: rotate(225deg);
        cursor: unset;
        pointer-events: all;
    }

    .partnership-btn {
        margin: 0;
    }

    .footer {
        margin-top: 347px;
    }

    .footer-form-btn {
        width: 100%;
        background: 31% 48% url(../images/plane.svg) no-repeat #1370FC;
        background-size: 27px;
    }

    .footer-sub-inner-register {
        padding-left: 7%;
        margin: 9% auto;
    }

    .footer-sub-inner-docs {
        padding-left: 7%;
    }

    .footer-main-inner-item-whatsapp-chat,
    .footer-main-inner-item-call,
    .footer-main-inner-item-email,
    .footer-main-inner-item-working-time-time {
        margin-bottom: 17px;
    }

    .footer-main-inner-item-working-time-time {
        font-size: 27px;
    }
}

@media (max-width: 660px) {
    #business:target,
    #reasons:target,
    #prices:target,
    #partners:target
        /*#contacts:target */
    {
        padding-top: 30px;
    }

    .section-for-business-items {
        height: 260px;
        margin: 30px auto;
    }

    .section-for-business-general-information {
        width: 90%;
        margin: 20px auto;
    }

    .for-business-controls-btn-right {
        bottom: 193px;
    }

    .for-business-controls-btn-left {
        bottom: 193px;
    }

    .reasons-slide {
        left: 5%;
        width: 93%;
    }

    .payments-slide-description-list {
        width: 72%;
    }

    .tariff-type-popular {
        left: 41%;
        padding-right: 3%;
        background-position: 89%;
    }

    .partners-slider {
        height: 1150px;
    }

    .partners-btn-left {
        bottom: 530px;
    }

    .partners-btn-right {
        bottom: 530px;
    }

    .footer-inner-form {
        width: 68%;
    }

    .footer-inner-info {
        width: 78%;
    }
}

@media (max-width: 630px) {

    .reasons-slide-wrap {
        height: 450px;
    }

    .reasons-slide {
        left: 4%;
        width: 93%;
    }

    .reasons-btn-left {
        bottom: 335px;
    }

    .reasons-btn-right {
        bottom: 335px;
    }
}


@media (max-width: 605px) {
    .slide-wrap {
        height: 540px;
    }

    .discount-message {
        bottom: 17%;
    }

    .main-info-block {
        width: 90%;
    }

    .main-info-inner-item-img {
        width: 70%;
    }

    .main-info-inner-item-amount {
        font-size: 23px;
    }

    .main-info-inner-item-info {
        font-size: 16px;
    }

    .main-buttons {
        /*display: bl;*/
    }

    .infinity-slider {
        height: 540px;
    }

    .main-title-mobile {
        font-size: 21px;
        line-height: 40px;
    }

    .btn-right {
        bottom: 57%;
        right: -8%;
    }

    .btn-left {
        bottom: 57%;
        left: -8%;
    }

    .section-header-title {
        font-size: 26px;
    }

    .section-products-inner-pic {
        width: 55%;
    }

    .section-technical-modal-content {
        width: 96%;
        top: 1%
    }

    .reasons-slide-wrap {
        height: 437px;
    }

    .reasons-slide {
        left: 0;
        width: 100%;
    }

    .reasons-slide-list-item {
        font-size: 16px;
    }

    .reasons-btn-left {
        bottom: 315px;
    }

    .reasons-btn-right {
        bottom: 315px;
    }

    .payments-slider {
        height: 500px;
    }

    .payments-slides-wrap {
        height: 500px;
    }

    .payments-slide {
        height: 466px;
    }

    .payments-slide-title {
        font-size: 18px;
    }

    .payments-slide-amount {
        font-size: 24px;
    }

    .main-section-btn {
        /*margin: 15px 0 15px 0;*/
        width: 91%;
        background-position: 33%;
    }

    .tariff-type-popular {
        background-position: 93%;
        left: 44%;
    }

    .general-information-for-tariff {
        padding: 20px 10px 5px 47px;
        background: 3% 24% url(../images/partnership.svg) no-repeat #ECF2FF;
        background-size: 20px;
    }

    .partners-slider {
        height: 1050px;
    }

    .partners-btn-left {
        bottom: 510px;
    }

    .partners-btn-right {
        bottom: 510px;
    }

    .general-information-partnership {
        padding: 5px 10px 5px 5px;
    }

    .general-information-partnership-title {
        padding-left: 45px;
    }

    .partnership-btn {
        background-position: 27%;
    }

    .footer-inner-form {
        width: 78%;
    }

    .footer-inner-info {
        width: 88%;
    }

    .footer-sub-inner {
        width: 100%;
    }

}

@media (max-width: 560px) {

    #business:target,
    #reasons:target,
    #prices:target,
    #partners:target {
        padding-top: 40px;
    }

    .reasons-btn-right {
        right: 105px;
        bottom: 333px;
    }

    .reasons-btn-left {
        left: 105px;
        bottom: 333px;
    }

    .tariff-type-popular {
        background-position: 93%;
        width: 128px;
        height: 31px;
        left: 51%;
    }

    .partners-slider {
        height: 970px;
    }

    .partners-btn-left {
        bottom: 482px;
    }

    .partners-btn-right {
        bottom: 482px;
    }

    .partnership-btn {
        background-position: 25%;
    }

    .footer-inner-form {
        width: 80%;
    }

    .footer-inner-info {
        width: 92%;
    }
}

@media (max-width: 530px) {
    .infinity-slider-wrap {
        height: 550px;
    }

    .infinity-slider {
        height: 530px;
    }

    .slide-wrap {
        height: 530px;
    }

    .section-for-business-items {
        height: 255px;
    }

    .for-business-controls-btn-right {
        bottom: 182px;
    }

    .for-business-controls-btn-left {
        bottom: 182px;
    }

    .payments-slide-description-list {
        width: 90%;
    }

    .partners-slider {
        height: 940px;
    }

    .partners-btn-left {
        bottom: 460px;
    }

    .partners-btn-right {
        bottom: 460px;
    }

    .footer {
        height: 1248px;
    }
}

@media (max-width: 500px) {
    .main-section-btn {
        background-position: 29%;
    }

    .infinity-slider {
        height: 495px;
    }

    .slide-wrap {
        height: 495px;
    }

    .business-items {
        margin: 20px auto 30px;
    }

    .reasons-btn-right {
        right: 90px;
    }

    .reasons-btn-left {
        left: 90px;
    }

    .tariff-type-popular {
        left: 59%;
    }

    .partners-slider {
        height: 1050px;
    }

    .partners-btn-left {
        bottom: 505px;
    }

    .partners-btn-right {
        bottom: 505px;
    }

    .partners-slide {
        left: 22%;
    }

    .partners-slide-icons {
        width: 55%;
    }

    .general-information-partnership-title {
        padding-left: 11%;
        font-size: 15px;
    }

    .partnership-btn {
        background-position: 20%;
    }

    .footer {
        height: 1250px;
    }

    .footer-inner-form {
        width: 85%;
    }

    .footer-inner-info {
        width: 88%;
    }
}

@media (max-width: 470px) {
    #business:target,
    #reasons:target,
    #prices:target,
    #partners:target {
        padding-top: 50px;
    }

    .main-section-btn {
        background-position: 24%;
    }

    .infinity-slider-wrap {
        height: 480px;
    }

    .infinity-slider {
        height: 460px;
    }

    .slide-wrap {
        height: 460px;
    }

    .reasons-btn-right {
        right: 80px;
    }

    .reasons-btn-left {
        left: 80px;
    }

    .partnership-btn {
        background-position: 18%;
    }

    .footer {
        /*position: relative;*/
        /*margin-top: 83px;*/
        /*height: 1180px;*/
        background: bottom url(../images/footer-dark.png) no-repeat, bottom url(../images/footer-light.png) no-repeat;
        background-size: 500% 100%, auto 111%;
    }

    .footer-main-inner {
        width: 100%;
    }

    .footer-inner-item-description {
        text-align: left;
    }

    .footer-inner-form {
        width: 90%;
    }

    .footer-inner-info {
        width: 90%;
        margin: 0 20px;
    }

    .footer-main-inner-item-working-time-time {
        font-size: 29px;
    }

    .footer-main-inner-item-whatsapp-number,
    .footer-main-inner-item-working-time-title,
    .footer-main-inner-item-location-title {
        text-align: left;
    }

    .footer-main-inner-item-whatsapp-link {
        text-align: left;
        background: 0 url(../images/whatsapp.png) no-repeat;
    }

    .footer-main-inner-item-working-time-time {
        text-align: left;
        background: 0 url(../images/clock.png) no-repeat;
    }

    .footer-main-inner-item-location-address {
        text-align: left;
        background: 0 url(../images/location.png) no-repeat;
    }

    .footer-form-input {
        width: 100%;
    }

    .footer-sub-inner {
        width: 100%;
    }

    .footer-sub-inner-register {
        padding-left: 7%;
        margin: 9% 4%;
        background: 0 5% url(../images/info01.png) no-repeat;
        background-size: 20px;
    }

    .footer-sub-inner-docs {
        padding-left: 7%;
    }
}

@media (max-width: 450px) {
    .main-section-btn {
        width: 80%;
    }

    .section-header-title {
        font-size: 22px;
    }

    .section-header-img-wrap {
        width: 56px;
        height: 56px;
    }

    .btn-right {
        bottom: 55%;
        right: -10%;
    }

    .btn-left {
        bottom: 55%;
        left: -10%;
    }

    .section-products-inner-pic {
        width: 65%;
    }

    .section-products-inner-info-item-list-item {
        font-size: 16px;
    }

    .section-technical-modal-content {
        width: 100%;
        top: 0;
    }

    .section-products-inner-btn {
        width: 100%;
    }

    .section-for-business-general-information {
        width: 82%;
        padding: 20px 13px 20px 50px;
    }

    .section-for-business-items {
        height: 268px;
    }

    .section-for-business-item-pic {
        width: 65%;
    }

    .section-for-business-items-modal-content .general-information {
        width: 90%;
        margin: 20px auto;
    }

    .section-for-business-items-modal.active {
        width: 100%;
    }

    .for-business-controls-btn-right {
        bottom: 192px;
    }

    .for-business-controls-btn-left {
        bottom: 192px;
    }

    .products-header {
        font-weight: 800;
        font-size: 20px;
        line-height: 24px;
        width: 80%;
    }

    .reasons-slider {
        margin: 0;
    }

    .reasons-slide-wrap {
        overflow: unset;
    }

    .reasons-slide-wrap {
        height: 425px;
    }

    .reasons-slide {
        margin: 40px auto;
        left: 4%;
    }

    .reasons-slide-item {
        margin-left: 0;
    }

    .reasons-slide-item-title {
        text-align: center;
    }

    .reasons-slide-list-item {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.4px;
    }

    .payments-slides-wrap {
        width: 100%;
    }

    .payments-btn-right {
        right: 5%;
    }

    .payments-btn-left {
        left: 5%;
    }

    .machine-slide {
        padding-left: 52px;
    }

    .suggestions-modal-content-tariff-options {
        padding: 0 7% 30px;
    }

    .tariff-type-popular {
        left: 219px;
        background-position: 95%;
    }

    .tariff-option-pic {
        width: 23px;
        height: 23px;
    }

    .general-information-for-tariff-title {
        width: 97%;
    }

    .make-order-btn {
        width: 89%;
    }

    .partners-slider {
        height: 965px;
    }

    .partners-btn-left {
        bottom: 490px;
    }

    .partners-btn-right {
        bottom: 490px;
    }

    .general-information-partnership-title {
        padding-left: 13%;
    }

    .partnership-btn {
        width: 92%;
        background-position: 16%;
    }

    .footer {
        height: 1200px;
    }

    .footer-main-inner-item-whatsapp-chat,
    .footer-main-inner-item-call {
        font-size: 28px;
    }

    .footer-main-inner-item-whatsapp-link,
    .footer-main-inner-item-working-time-time {
        font-size: 24px;
    }
}

@media (max-width: 430px) {
    .main-logo-mobile {
        width: 90%;
        margin: 25px auto;
    }

    .infinity-slider-wrap {
        height: 444px;
    }

    .infinity-slider {
        height: 427px;
    }

    .slide-wrap {
        height: 427px;
    }

    .general-information-partnership-title {
        font-size: 14px;
    }

    .reasons-btn-right {
        right: 80px;
    }

    .reasons-btn-left {
        left: 80px;
    }

    .partnership-btn {
        background-position: 15%;
    }

    .footer-sub-inner-register {
        padding-left: 9%;
    }
}

@media (max-width: 415px) {
    .tariff-type-popular {
        background-position: 96%;
    }

    .general-information-for-tariff-title {
        font-size: 14px;
    }

    .make-order-btn {
        height: 50px;
    }

    .partners-slider {
        height: 905px;
    }

    .partners-btn-left {
        bottom: 450px;
    }

    .partners-btn-right {
        bottom: 450px;
    }

    .footer-main-inner-item-location-address {
        font-size: 16px;
    }
}

@media (max-width: 400px) {
    .infinity-slider-wrap {
        height: 425px;
    }

    .infinity-slider {
        height: 405px;
    }

    .slide-wrap {
        height: 405px;
    }

    .tariff-slide {
        padding: 15px 10px 15px 47px;
    }

    .tariff-type-popular {
        font-size: 13px;
        width: 120px;
        height: 28px;
        left: 207px;
        top: 22%;
    }

    .partnership-btn {
        background-position: 9%;
    }
}

@media (max-width: 390px) {
    .tariff-type {
        font-size: 15px;
    }

    .tariff-type-popular {
        left: 198px;
    }

    .partners-slider {
        height: 865px;
    }

    .partners-btn-left {
        bottom: 430px;
    }

    .partners-btn-right {
        bottom: 430px;
    }
}

@media (max-width: 375px) {
    .main-logo-mobile {
        width: 70%;
    }

    .main-title-mobile {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.8px;
        width: 80%;
    }

    .infinity-slider-wrap {
        height: 415px;
    }

    .infinity-slider {
        height: 400px;
    }

    .slide-wrap {
        height: 498px;
    }

    .discount-message {
        width: 195px;
        font-size: 23px;
    }

    .slide {
        height: 80%;
    }

    .btn-right {
        right: -10%;
    }

    .btn-left {
        left: -10%;
    }

    .main-info-inner-item-amount {
        font-size: 20px;
    }

    .main-section-btn {
        width: 90%;
    }

    .discount-message {
        bottom: 40%;
    }

    .ex-amount {
        font-size: 20px;
    }

    .section-for-business-item {
        justify-content: center;
    }

    .section-products-inner-btn {
        width: 300px;
        font-size: 16px;
    }

    .reasons-btn-right {
        right: 57px;
        bottom: 345px;
    }

    .reasons-btn-left {
        left: 57px;
        bottom: 345px;
    }

    .general-information-partnership {
        width: 95%;
        padding-left: 0;
        background: 4% 21% url(../images/partnership.svg) no-repeat #ECF2FF;
        background-size: 20px;
    }

    .general-information-partnership-title {
        padding-left: 10%;
    }

    .partnership-btn {
        width: 94%;
        background-position: 17%;
    }
}

@media (max-width: 375px) {
    .tariff-type {
        font-size: 14px;
    }

    .tariff-type-popular {
        left: 190px;
    }

    .footer {
        height: 1200px;
    }
}


