.bx-composite-btn {
    display: none;
}

.text-center {
    text-align: center;
}

.btn-blue-big {
    color: white;
    background: #2c3e6f;
    display: inline-block;
    height: 40px;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
}

.btn-blue {
    color: white;
    background: #2c3e6f;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
}

.text-red {
    color: #ff4b3f !important;
}

.green-title {
    color: #008b00 !important;
}

.blue-title-light {
    color: #91c5e8 !important;
}

#SDEK_logo {
    display: none;
}

.btn-up {
    display: none;
    position: fixed;
    background: #fff;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    border: 1px solid #b5b5b9;
    cursor: pointer;
    width: 42px;
    height: 42px;
}

.btn-up::before {
    content: "\2191";
    width: 100%;
    height: 100%;;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b5b5b9
}

.btn-up:hover {
    border-color: #8e8e93;
    color: #8e8e93
}

.payment h2 {
    margin-bottom: 35px;
    font-size: 18px
}

.payment .payment-block {
    border: 1px solid #D3DBE1;
    padding: 25px;
    margin-bottom: 20px;
}

.payment .payment-block h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color:#2C3E6F;
    margin-top: 0;
}

.payment .payment-block ul {
    list-style:none
}

.payment .payment-block ul li {
    display: flex;
    align-items: center;
}


.payment .payment-block ul li:not(:last-child) {
    margin-bottom: 5px;
}

.payment .payment-block ul li:before {
    content: '';
    background:#E04745;
    width: 8px;
    min-width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
}

.payment img {
  width: 100%;
    height:auto
}

.payment-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 95px;
}

.payment-wrap .payment-item {
    width: 24%;
    display: flex;
    flex-direction:column;
    gap: 50px;
    align-items: center;
    margin-bottom: 50px;
}

.payment-wrap .payment-item h3 {
    text-align: center;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #2C3E6F
}

.payment-wrap .payment-item img {
    width: 125px;
    height: auto
}

.payment-wrap h2 {
    width: 100%;
    font-size: 18px;
    margin-top: 0;
}

.payment-form {
    background: url("/images/payment/form-bg-new.jpg") no-repeat;
    display:flex;
    width: 100%;
    height:399px;
    background-size: cover;
    align-items: center;
    background-position: center right;
    margin-bottom: 30px;
}

.payment-form .news {
    height: auto;
    margin-bottom: 0;
    margin-left: 20px;
}

.payment-form h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    color: #FFFFFF;
    max-width: 455px
}

.info-content .payment-form p {
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    color: #FFFFFF;
    max-width: 355px;
    margin: 0;
    padding-bottom: 30px;
}

.payment-form span {
    font-size: 14px;
    font-weight: 300;
    line-height: 17.09px;
    color: #FFFFFF;
    max-width: 478px;
    text-transform: initial;
}

.payment-form .subscribe_success {
    font-size: 22px;
}

.payment-form .news input {
    margin: 0;
    border: 1px solid #2F3F6E40;
    max-width:286px;
    margin-right: 15px;
    height: 49px
}

.payment-form .news .white-button {
    border: 1px solid #FFFFFF;
    margin: 0;
    color:#fff;
    max-width: 139px;
    font-size: 14px;
    height: 49px;
    line-height: 30px
}

.contacts-header-block {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-right: 30px;
}

.contacts-header-block a {
    font-size: 16px;
    line-height: 16px;
    color: #525252;
    text-decoration: none;
}

.contacts-header-block a:hover {
    text-decoration: underline
}

@media (max-width: 991px) {
    .payment-wrap .payment-item {
        width: 49%
    }

    .payment .payment-block ul li {
        align-items: baseline;
    }

    .payment-form {
        background: url("/images/payment/form-bg-tablet-new.jpg") no-repeat;
        height:630px;
        background-size: cover;
        align-items: flex-start;
        padding-left: 10px;
        padding-right: 10px;
        background-position: center bottom;
    }
    
    .payment-form .news {
        height: auto;
        margin-bottom: 0;
        margin-left: 0px;
        padding: 20px;
    }
}


@media (max-width: 767px) {
    .payment-wrap .payment-item {
        width: 100%
    }

    .payment-wrap .payment-item {
        gap: 25px
    }

    .payment-wrap {
        margin-top: 70px;
    }


    .payment-form {
        background: url("/images/payment/form-bg-mob-new.jpg") no-repeat;
        height:590px;
        background-size: cover;
        align-items: flex-start;
        padding-left: 0px;
        padding-right: 0px;
        background-position: center bottom;
    }

    .payment-form .news {
        height: auto;
        margin-bottom: 0;
        margin-left: 0px;
        padding: 20px;
    }

    .payment-form h2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .payment-form .news input,
    .payment-form .news .white-button {
        max-width: 100%;
        width: 100%;
    }

    .payment-form .news input {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .info-content .payment-form p {
        padding-bottom: 20px;
    }

    .payment-form span {
        text-align:left
    }
}

@media (max-width: 600px) {
    .btn-up {
        bottom: 40px;
    }
}
