div#order_form_content {
    margin-top: 40px;
}
.pay_info_block {
    border: 0;
    margin-bottom: 0;
    padding: 0;
}
.slide_bar_block {
    width: 214px;
    padding: 55px 0;
    background: #F7F7F7;
    border-radius: 20px;
}
.slide_bar_block__content {
    width: 75%;
    background-color: white;
    position: relative;
    padding: 0;
    margin: 0 0 2rem 0;
    padding-left: 7%;
    height: 594px;
}
.fonts__main_text {
    font-weight: 700;
    font-size: 1.2rem;
    font-family: 'Gilroy';
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}
#tab1 .info_order_item_content__input_item .select_block{
    display: none;
}
#tab1 .pay_info_block__input_block .pay_info_block__input_title {
    width: 20%;
    display: inline-block;
    height: 3rem;
    line-height: 3rem;
    margin-bottom: 1.5rem;
    color: #7f7f7f;
    font-family: Onest;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0em;
    text-align: left;
}
.info_order_item_content__input_item textarea {
    width: calc(79% - 5px);
    padding-left: 1rem;
    height: 3rem;
    border: 1px solid #ededed;
    margin-bottom: 1.5rem;
    color: #000000;
    padding-left: 20px;
    padding-top: 20px;
    border-radius: 20px;
}
.bx-sls .dropdown-block {
    padding-top: 3px;
    height: 3rem;
    border: 1px solid #ededed;
    margin-bottom: 1.5rem;
    color: #000000;
    border-radius: 90px;
}
div.bx-sls {
    width:calc(79% - 5px);
}
 .info_order_item_content__input_item input {
    width: calc(79% - 5px);
    padding-left: 1rem;
    height: 3rem;
    border: 1px solid #ededed;
    margin-bottom: 1.5rem;
    color: #000000;
    border-radius: 90px;
     padding-left: 20px;
}
.bx-sls .bx-ui-sls-clear {
    top: 4px;
    right: 8px;
}
.bx-sls .dropdown-fade2white, .bx-slst .dropdown-fade2white {
  background: none;
}
div .slide_bar_block__content__button_next span{
    border: 1px solid #222222;
    background-color: #222222;
    height: 50px;
    /*width: 195px;*/
    width: 225px;
    border-radius: 90px;
    font-family: Onest;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
}
div .slide_bar_block__content__button_next span:hover {
    border: 1px solid #222222;
    background-color: #fff;
    color: #222222;
}
.fonts__main_text {
    margin-bottom: 20px;
}
.main_order_block_feedback {

    border: 1px solid #E5E5E5;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.main_order_block__top_line.top_line_all_price {
    border: 1px solid #E5E5E5;
    height: 70px;
    border-bottom: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 0 20px;
}
.fonts__main_text {
    margin-bottom: 10px;
}
.main_order_block_feedback {
    padding: 20px;
}
b.sotbit_soa_order_price {
    font-family: Gilroy;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: right;
}
b.sotbit_soa_discount_value {
    font-family: Onest;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: right;
}
.main_order_block_feedback__price_title.main_order_price_title_sale {
    border: 0;
    display: block;
    padding: 0;
}
.main_order_block_feedback__price_item.all_price {
    margin-top: 1rem;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
    margin-bottom: 0;
    padding-bottom: 0;
}
.main_order_block_feedback__price_item.fonts__main_text.all_price span.main_order_block_feedback__price_title:first-child {
    font-family: Onest;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
}
.col-xl-3.col-lg-3.col-md-12.main_order_all_price {
    flex: 0 0 26%;
    max-width: 26%;
}
.col-xl-9.col-lg-9.col-md-12:nth-child(2) {
    flex: 0 0 74%;
    max-width: 74%;
}
.radio_container_block--props {
    display: flex;
    gap: 20px
}
.radio_container_block--title {
    width: 20%;
    font-family: Onest;
    font-size: 12px;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;

}
.radio_container_block--props-items {
    width: 75%;
}
div .info_order_item_content .radio_container input:checked + .radio-label {
    border: 0;
    padding: 0;
    display: flex;
}
.radio_container_comment {
    margin: 0 !important;
}
div .radio_container_block .radio_container {
    width: 100%;
    margin-right: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 0px;
}
.fonts__main_comment {
    font-family: 'Onest';
    font-size: 13px;
    font-weight: 300;
    line-height: 17px;
    text-align: center;
    padding: 0 10px;
    border-radius: 90px;
    width: 100%;
}



/* для элемента input c type="radio" */
.pay_info_block .custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label связанного с .custom-radio */
.pay_info_block .custom-radio + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.pay_info_block .custom-radio + label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

/* стили при наведении курсора на радио */
.pay_info_block .custom-radio:not(:disabled):not(:checked) + label:hover::before {
    border-color: #b3d7ff;
}

/* стили для активной радиокнопки (при нажатии на неё) */
.pay_info_block .custom-radio:not(:disabled):active + label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

/* стили для радиокнопки, находящейся в фокусе */
.pay_info_block .custom-radio:focus + label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.pay_info_block .custom-radio:focus:not(:checked) + label::before {
    border-color: #80bdff;
}

.info_order_item_content .custom-checkbox + label {
    align-items: baseline;
}

.slide_bar_block__content_item__info .custom-checkbox:checked + label::after {
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    background: #1E1E1E;
    border-radius: 50%;
    margin-left: 4px;
    margin-top: 5px;
}

.info_order_item_content .custom-checkbox:checked + label::after {
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    background: #1E1E1E;
    border-radius: 50%;
    margin-left: 4px;
    margin-top: 5px;
    top: -1px;
}

.pay_info_block .custom-radio:checked + label::after {

}

.pay_info_block .custom-radio:checked + label::before {

    background: none;
}

/* стили для радиокнопки, находящейся в состоянии disabled */
.pay_info_block .custom-radio:disabled + label::before {
    background-color: #e9ecef;
}

.pay_info_block .custom-checkbox + label {
    position: relative;
}

.pay_info_block .custom-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    border-radius: 50%;
    background: none;
}
div .info_order_item_content .radio_container .radio-label {padding: 0}

.info_order_item_content .radio_container .radio-label {
    display: flex;
}
.radio_container_block--props-items {
    margin-top: -15px;
}
div#tab2 ,
div#tab3 {
    margin-bottom: 30px;
}
.radio_container_block--items- {
    display: flex;
}
.radio_container_block--items- .radio_container_block--props {
    width: 80%;
    flex-direction: column;
}
.radio_container_block--prop {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    margin-bottom: 0px;
}
input#ORDER_CONFIRM_BUTTON:hover{
    background: #fff;
    border: 1px solid #222222;
    color:  #222222;
}
input#ORDER_CONFIRM_BUTTON{
    width: 195px;
    height: 50px;
    background: #222222;
    border: 1px solid #222222;
    font-family: 'Onest';
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: center;
    padding: 0;
    border-radius: 90px;
}
.radio_container_block--prop div {
    display: flex;
    align-items: center;
    gap: 15px;
}
.radio_container_block--prop span
{
    font-family: Onest;
    font-size: 13px;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #222222;
}
.main_order_block_feedback__price_item {
    padding-bottom: 0;
}
.main_order_block__link:hover {
    color: #222;
 opacity: 0.8;
    text-decoration: none;
}
span.basket-text-block {
    display: flex;
    margin-left: 23px;
}
div .header-two__basket-buy:hover {
    text-decoration: none;
}
.bx-sbb-empty-cart-desc a:hover{
    color: #222;
    text-decoration: underline;
}
.bx-sbb-empty-cart-desc a{
    color: #222;
}
div .open-basket-product-btn__total-price-value {
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    font-weight: bold;
    text-align: left;
    margin-left: 15px;
    font-family: Gilroy;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #222222;
}
div .open-basket-product-btn__total-price-n-name {
    font-weight: 500;
}

div .open-basket-product-btn__total-price-wrapper {

    align-items: center;
}
.basket-line-btn-oc:hover {
    opacity: 0.7;
}
.basket-line-btn-oc {
    border-radius: 25px;
}
a.open-basket-product-btn__basket:hover {
    opacity: 0.7;
}
a.open-basket-product-btn__basket {
    border-radius: 25px;
}
div .open-basket-product__total-value,
div .open-basket-product__price-one-value,
div .open-basket-product__name {
    margin: 0;
    padding: 0 20px 0 0;
    color: #222222;
    text-decoration: none;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 30px;
}
div .open-basket-origami__tabs label{
    margin-left: 0px;
    color: #222222;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Gilroy';
    text-decoration: none;
}
.soa_confirm_payment {

    border: 0;
}
.soa_confirm_info h1 {
    font-family: Gilroy;
    font-size: 60px;
    font-weight: 300;
    line-height: 54px;
    letter-spacing: 0em;
    text-align: center;
}
.soa_confirm_info {
    margin-top: 100px;
}
.soa_confirm_info__number p {
    font-family: Onest;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}
.soa_confirm_payment__logo_title {
    font-family: Onest;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0em;
    /* text-align: center; */
}
.soa_confirm_payment__paysystem_name {
    font-size: 13px;
    margin-bottom: 40px;
    font-family: Onest;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 0em;
}
.soa_confirm_payment {
    padding: 20px 100px;
}
.open-basket-product-block__one {
    align-items: center;
}
@media (max-width: 1024px) {
    .col-xl-9.col-lg-9.col-md-12:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
    }
    .col-xl-3.col-lg-3.col-md-12.main_order_all_price {
        flex: 0 0 100%;
        max-width: 100%;
        order: 1;
    }
}
@media (max-width: 991px) {
    .main_order_block_feedback__price_item.all_price {
    padding-bottom: 20px;
    }
    #order_form_content .col-xl-3.col-lg-3.col-md-12.main_order_all_price {
        border: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .soa_confirm_info h1 {
        font-family: Gilroy;
        font-size: 36px;
        font-weight: 300;
        line-height: 32.4px;
        letter-spacing: 0em;
        text-align: left;

    }
    .soa_confirm_payment {

        max-width: 100%;
        margin: 0px auto;
        padding: 0;
    }
    .soa_confirm_info {
        margin-top: 40px;
    }
    .soa_confirm_info__number {
        margin: 10px 0;
    }
    .slide_bar_block {
        width: 100%;
        padding: 10px 0;
        border-radius: 10px;
    }
    div.col-xl-3.col-lg-3.col-md-12.main_order_all_price .main_order_block__top_line.top_line_all_price {
        display: flex;
    }
    .fonts__main_text {
        font-size: 20px;
    }
    body, .fonts__main_comment, .fonts__small_text {
        font-size: 12px;
    }
    .slide_bar_block ul {
        justify-content: space-between;
        padding: 0 25px;
    }

    .slide_bar_block li{
        border-bottom: 0
    }
    .slide_bar_block li#active {
        border-bottom: 0
    }
    .slide_bar_block li#active a:after {
        content: '';
        border-bottom: 2px solid #222222;
    }
    .slide_bar_block li a:after{
        content: '';
        display: flex;
        border-bottom: 2px solid #ccc;
        position: absolute;
        top: 50%;
        right: -134%;
        width: 50%;
    }
    .slide_bar_block li:last-child a:after{
        display: none;
    }
    .slide_bar_block li {
        position: relative;
    }

    .slide_bar_block__content {
        width: 100%;
        background-color: white;
        position: relative;
        padding: 0;
        margin: 20px 0 2rem 0;
        padding-left: 0;
        height: 100%;
    }
    #tab1 .pay_info_block__input_block .pay_info_block__input_title {
        width: 22%;    line-height: 20px;    display: none;
    }
    div .slide_bar_block__content__button_next span {
        float: right;
    }
    .info_order_item_content__input_item input,
    .info_order_item_content__input_item textarea{
        width: 100%;
    }
    div.bx-sls {
        width: 100%;
    }
    .radio_container_block--props {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
    .radio_container_block--title {
        width: 100%;
        font-family: Onest;
        font-size: 13px;
        font-weight: 500;
        line-height: 17px;
        letter-spacing: 0em;
        text-align: left;
    }
    .radio_container_block--props-items {
        width: 100%;
    }
    .info_order_item_content .custom-checkbox:checked + label::after {
        top: 6px;
    }
    .radio_container_block--items- {
        display: flex;
        flex-direction: column;
    }
    .radio_container_block--title {
        margin-bottom: 10px;
    }
    .radio_container_block--title br {
        display: none;
    }
    .radio_container_block--items- .radio_container_block--props {
        width: 100%;
    }
    .radio_container_block--prop {
        padding-bottom: 12px;
    }
    div#sotbit-bx-soa-orderSave {
        float: right;
        margin-top: 35px;
    }
}

@media (max-width: 600px) {
    .slide_bar_block li a:after{
        right: -100%;
        width: 50%;
    }
}
@media (max-width: 510px) {
    .slide_bar_block li a:after {
        right: -80%;
    }
}
@media (max-width: 460px) {
    .slide_bar_block li a:after {
        right: -50%;
    }
}
@media (max-width: 410px) {
    .slide_bar_block li a:after {
        right: -30%;
        width: 30%;
    }
}
@media (max-width: 370px) {
    .slide_bar_block li a:after {
       display: none;
    }
}