h2 {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

section.white-background {
    background-color: white;
}

section.blue-background {
    background-color: #E0F5FA;
    border-radius: 20px;
    padding: 50px 0;
}

.pay-discount_block__head {
    width: auto;
    padding-top: 55px;
    display: flex;
    justify-content: space-between;
    margin: 0 70px;
    margin-bottom: 120px;
}

.pay-discount_block__conditions {
    margin: 0 70px;
    margin-bottom: 60px;
}

.pay-discount_block__possibilities, .pay-discount_block__slider, .pay-discount_block__start, .pay-discount_block__sale, .pay-discount_block__nko {
    margin: 0 70px;
}

.pay-discount_block__nko {
    padding-bottom: 40px;
    margin-top: 30px;
}

.pay-discount_block__sale {
    margin-bottom: 60px;
}

.pay-discount_block__possibilities {
    margin-bottom: 280px;
}

.pay-discount_block__start {
    margin-top: 450px;
}

.block-head_text .block-head_subtitle {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
}

.block-head_text h1 {
    font-size: 36px;
    font-weight: bold;
    color: #052984;
    margin-bottom: 25px;
    text-align: left;
}

.head_main-text, .conditions_main-text, .start_main-text, .sale_main-text {

    margin-bottom: 40px;
    width: max-content;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 155%;
    /* or 34px */

    color: #000000;
}

.conditions_main-text, .start_main-text, .sale_main-text {
    font-size: 26px !important;
}

.start_main-text {
    margin-bottom: 30px;
}

.head-icons_layout {
    position: relative;
    overflow: visible;
}

.head-icons_layout > img {
    height: 100%;
}

.head-icons_element {
    position: absolute;
}

.head-icons_element.arrow {
    top: 15px;
    right: -30px;
}

.head-icons_element.precent {
    bottom: 20px;
    left: 60px;
}

.pay-discount_sale-button {
    background-color: #009C4D;
    height: 56px;
    width: 358px;
    border-radius: 10px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pay-discount_sale-button:hover {
    background-color: #018f48;
}

.pay-discount_sale-button div {
    color: #fff;
    font-size: 22px;
}

.pay-discount_block__conditions {

}

.conditions_main_items-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    width: fit-content;
    justify-content: center;
}

.conditions_main_item {
    background-color: #F6F6F6;
    height: 215px;
    width: 500px;
    border-radius: 25px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
}

.conditions_main_item-icon {
    width: 48px;
    height: 48px;
}

.conditions_main_item-text {
    font-size: 22px;
    font-weight: 500;
}

.possibilities_main_items-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    width: fit-content;
    justify-content: center;
}

.possibilities_main_item {
    height: auto;
    width: 500px;
    border-radius: 25px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.possibilities_main_item-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
}

.possibilities_main_item-text {
    font-size: 22px;
    font-weight: 500;
}

.possibilities_main-text {
    font-size: 26px !important;
}

.pay-discount_block__slider {
    position: relative;
}

.slider_layout {
    padding: 0 40px;
    width: 100%;
    position: absolute;
    top: -300px;
}

.slider_button__left, .slider_button__right {
    position: absolute;
    top: 50%;
    width: auto;
    height: auto;
    cursor: pointer;
}

.slider_button__left {
    left: -25px;
}

.slider_button__right {
    right: -25px;
}

.slider_button__left.disabled,
.slider_button__right.disabled {
    opacity: 0.4;           /* Полупрозрачность */
    cursor: default;        /* Стандартный курсор (не pointer) */
    pointer-events: none;   /* Блокируем клики */
    /* Можно добавить transition для плавности */
    transition: opacity 0.3s ease;
}

.slider_show-content {
    width: 100%;
    height: fit-content;
    overflow-x: hidden;
    box-sizing: border-box;
}

.slider_slides-list {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease-in-out;
    width: fit-content;
}

.slider_slide {
    box-sizing: border-box;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider_slide img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    object-fit: contain;
    display: block;
    margin-bottom: 30px;
}

.slider_text {
    color: #828282;
    font-size: 18px;
}

.pay-discount_block__start {
    position: relative;
    margin-bottom: 80px;
}

.start_main_items-list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.start_main_item {
    background-color: #F8F8F8;
    border-radius: 20px;
    height: 292px;
    width: fit-content;
    padding: 50px;
    z-index: 200;
}

.start-item_tab {
    color: #052984;
    border-radius: 20px;
    border: 2px solid #052984;
    text-align: center;
    padding: 5px 0;
    width: 107px;
    height: 38px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
}

.start-item_title {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}

.start-item_text {
    font-size: 18px;
}

.start-item_text a {
    color: #052984;
    text-decoration: underline #052984;
}

.start_main_line {
    position: absolute;
    top: 55%;
    width: calc(100% + 80px);
    left: -40px;
    z-index: 100;
}

.pay-discount_footer {
    height: 248px;
    background-color: #0C1431;
    position: relative;
    color: white;
}

.pay-discount_footer > img {
    height: 100%;
    width: auto;
    position: absolute;
    right: 0;
    z-index: 100;
}

.footer_content {
    padding: 50px 70px;
    z-index: 200;
    position: relative;
}

.footer_title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}

.desktop {
    display: flex;
}

.mobile {
    display: none;
}

.head_main-subtitle {
    border-left: orangered 2px solid;
    padding-left: 15px;
    font-size: 22px;
    line-height: 155%;
    margin-top: 15px;
    width: fit-content;
}

@media (max-width: 2000px) {
    .head_main-text, .conditions_main-text, .start_main-text, .sale_main-text {
        font-size: 20px !important;
    }

    .footer_title {
        font-size: 20px;
    }

    .start-item_text {
        font-size: 16px;
    }

    .start-item_title {
        font-size: 20px;
    }

    .possibilities_main_item-text {
        font-size: 20px;
    }

    .possibilities_main-text, .conditions_main-text, .start_main-text, .sale_main-text {
        font-size: 24px !important;
    }

    .pay-discount_sale-button div {
        font-size: 20px;
    }

    .conditions_main_item-text {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .head_main-text, .conditions_main-text, .start_main-text, .sale_main-text {
        width: fit-content;
    }
}

@media (max-width: 1000px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: flex;
    }

    .pay-discount_block__head, .pay-discount_block__conditions, .pay-discount_block__possibilities, .pay-discount_block__slider, .pay-discount_block__start, .pay-discount_block__sale, .pay-discount_block__nko {
        margin: 0 30px;
    }

    .pay-discount_block__nko {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .pay-discount_block__head {
        padding-top: 35px;
    }

    .pay-discount_block__conditions {
        margin-top: 60px;
        position: relative;
    }

    .block-head_text h1 {
        font-size: 26px;
        font-weight: bold;
        color: #EE7844;
        margin-bottom: 20px;
        text-align: left;
        line-height: 125%;
    }

    .head_main-text, .conditions_main-text, .start_main-text, .sale_main-text, .possibilities_main-text {
        font-size: 18px !important;
        margin-bottom: 30px;
    }

    h2.possibilities_main-text {
        margin-top: 0 !important;
    }

    .pay-discount_sale-button {
        width: 100%;
    }

    .conditions_main_items-list {
        position: relative;
        left: 0;
        margin-bottom: 35px;
    }

    .conditions_main_item {
        width: calc(100% + 60px);
        padding: 30px;
        justify-content: right;
        gap: 15px;
        height: fit-content;
    }

    .conditions_main_item-icon {
        width: 36px;
        height: 36px;
    }

    .conditions_main_item-text {
        font-size: 16px;
    }

    section.blue-background {
        padding: 40px 0;
    }

    .possibilities_main_items-list {
        gap: 25px;
    }

    .possibilities_main-text {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 25px;
    }

    .possibilities_main_item {
        padding: 0;
        width: 100%;
    }

    .possibilities_main_item-icon {
        width: 36px;
        height: 36px;
        margin-bottom: 10px;
    }

    .possibilities_main_item-text {
        font-size: 16px;
    }

    .pay-discount_block__start {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .start_main-text {
        margin-bottom: 20px;
    }

    .start_main_items-list {
        flex-direction: column;
        position: relative;
        left: -30px;
    }

    .start_main_item {
        width: calc(100% + 60px);
        padding: 40px;
        height: fit-content;
    }

    .start-item_tab {
        border: 1px solid #052984;
        font-weight: 300;
        margin-bottom: 20px;
    }

    .start-item_title {
        font-size: 18px;
    }

    .start-item_text, .start-item_text > a {
        font-size: 16px;
    }

    .pay-discount_block__sale {
        margin-bottom: 45px;
    }

    .footer_content {
        padding: 50px 40px;
    }

    .pay-discount_footer {
        height: fit-content;
    }

    .footer_title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .head_main-subtitle {
        font-size: 18px;
    }
}
