.inner-pages__banner {
    position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: 52px;
}
.inner-pages__banner .container {
    position: relative;
    height: 100%;
}
.inner-pages__banner-img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.inner-pages__banner-heading {
    background: rgba(255, 255, 255, 0.41);
    backdrop-filter: blur(32px);
    border-radius: 15px 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 52px;
    position: absolute;
    bottom: 0;
}
.inner-pages__banner-heading span {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #1E3D76;
}
.inner-pages-main-section .container {
    position: relative;
}
.inner-pages__banner-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 330px;
    min-width: 303px;
    position: absolute;
    right: 20px;
    top: calc(50% - 165px);
}
.inner-pages__banner-right img {
    object-fit: contain;
}
.inner-pages__banner-right picture {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
}
.main-section__promo {
    position: relative;
    z-index: 2;
    width: 152px;
    margin-left: 10px;
    margin-top: -24px;
}
.main-section__promo p {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}
.main-section__promo p:first-child {
    margin-bottom: 24px;
}
.inner-pages__heading-mobile {
    display: none;
}
@media screen and (max-width: 640px) {
    .inner-pages-main-section {
        padding: 0 0 60px 0;
    }
    .inner-pages__banner-heading {
        display: none;
    }
    .inner-pages__banner-right img {
        object-fit: cover;
        width: 100%;
    }
    .inner-pages-main-section .container {
        padding: 0;
    }

    .inner-pages__banner-right {
        height: 115px;
        left: 50%;
        min-width: 348px;
        transform: translate(-50%, 0);
        top: 30px;
    }

    .main-section__heading {
        bottom: -55px;
        top: auto;
        background: transparent;
        backdrop-filter: none;
        border-radius: 0;
        height: auto;
        padding: 0 20px;
        width: auto;
    }

    .main-section__promo {
        position: relative;
        z-index: 2;
        width: 100%;
        margin-left: 30px;
        margin-top: 0;
    }

    .main-section__promo p {
        font-size: 14px;
        line-height: 26px;
        font-weight: 600;
    }

    .main-section__promo p:first-child {
        margin-bottom: 0px;
    }
    .inner-pages__heading-mobile {
        display: block;
        font-weight: 500;
        font-size: 24px;
        margin-bottom: 16px;
        color: #1E3D76;
    }
}

/* About */
.about__information {
    margin-bottom: 52px;
}
.about__information p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;

    margin-bottom: 24px;
}
.about-plans {
    padding-bottom: 80px;
}
.about-plans .container h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    color: #1E3D76;
    margin-bottom: 36px;
}

@media screen and (max-width: 640px) {
    .about__information p {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;

        margin-bottom: 24px;
    }
    .about-plans {
        padding-bottom: 56px;
    }
    .about-plans .container h3 {
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 28px;
    }
}

/* Delivery */
.delivery-cities .container > h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    color: #1E3D76;
    margin-bottom: 24px;
}

@media screen and (max-width: 640px) {
    .delivery-cities .container > h3 {
        font-size: 16px;
        line-height: 40px;
    }
}

.delivery-cities .delivery-cities__description {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 28px;
}

.delivery-cities .delivery-cities__info {
    line-height: 40px;
}

.node-continue {
    padding-top: 38px;
}

.delivery-cities .delivery-cities__info-container {
    margin-top: 80px;
    margin-bottom: 100px;
}

@media screen and (max-width: 640px) {
    .delivery-cities__info {
        font-size: 14px;
        line-height: 20px;
    }

    .delivery-cities .delivery-cities__description {
        font-size: 14px;
        line-height: 20px;
    }

    .delivery-cities__info-container {
        margin-bottom: 56px;
    }
}

/* Partners */
.partners {
    margin-bottom: 60px;
}

/* Payment */
.payment-requisites {
    margin-bottom: 100px;
}
.payment-requisites__table {
    margin-bottom: 60px;
}
.payment-requisites__table tbody tr td:first-child {
    width: 287px; border-bottom: 1px solid #DEDEDE;
}
.payment-requisites__table tbody tr td {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding-top: 12px;
}
.payment-requisites__table tbody tr td:last-child {
    padding: 12px 0 0 10px;
}
.payment-requisites__table tbody tr td span {
    padding: 1px 10px 4px 0;
    background-color: #fff;
}
.payment-requisites a button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-requisites a button img {
    margin-right: 24px;
}
.payment-requisites .container h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    color: #1E3D76;
    margin: 32px 0 24px;
}
.payment-requisites__download {
    display: inline-block;
}

@media screen and (max-width: 640px){
    .payment-requisites {
        margin-bottom: 56px;
    }
    .payment-requisites__table {
        margin-bottom: 40px;
    }
    .payment-requisites__table tbody tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .payment-requisites__table tbody tr td:first-child {
        width: 100%; border-bottom: none;
        color: rgba(0,0,0, .5);
    }
    .payment-requisites__table tbody tr td:last-child {
        padding: 0
    }
    .payment-requisites a button {
        width: 100%;
    }
}

/* Contacts */
.contacts {
    margin-bottom: 175px;
}
.contacts .container {
    display: flex;
    align-items: flex-start;
    gap: 165px;
}
.contacts__block h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    color: #1E3D76;
    margin-bottom: 16px;
}
.contacts__block p, .contacts__block a {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}

.contacts__block a span{
    border-bottom: 1px solid #000;
}

@media screen and (max-width: 840px) {
    .contacts {
        margin-bottom: 56px;
    }
    .contacts .container {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }
    .contacts__block h3 {
        font-weight: 600;
        font-size: 16px;
        line-height: 40px;
        margin-bottom: 0;
    }
    .contacts__block p, .contacts__block a {
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
    }
}
