@font-face {
    font-weight: 300;
    font-family: IBMPlexSans;
    src: url("/include/template/fonts/IBMPlexSans-Light.ttf");
}

@font-face {
    font-weight: 400;
    font-family: IBMPlexSans;
    src: url("/include/template/fonts/IBMPlexSans-Regular.ttf");
}

@font-face {
    font-weight: 500;
    font-family: IBMPlexSans;
    src: url("/include/template/fonts/IBMPlexSans-Medium.ttf");
}

@font-face {
    font-weight: 700;
    font-family: IBMPlexSans;
    src: url("/include/template/fonts/IBMPlexSans-Bold.ttf");
}


*, *:after, *:before{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
input[type="text"],
input[type="password"],
textarea{
    caret-color: #000;
}
html.overflow_hidden{
    overflow: hidden;
}
body{
    font-family: 'IBMPlexSans';
    min-height: 100vh;
    font-size: 18px;
    color: #454545;
}
h1{
    font-size: 1.7rem;
    font-weight: 400;
    margin-bottom: 30px;
    color: #8f2412;
}
h2{
    font-weight: 500;
    margin-bottom: 15px;
}
a{
    color: #4d6884;
    text-decoration: none;
    outline: none;
}
a:hover{
    color: #54799f;
}
.container{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.button{
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    background-color: #fda752;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}
.button:hover{
    background-color: #ff7f02;
    color: #fff;
}


.block_header,
.block_header_b{
    position: relative;
}

.block_header_b{
    display: flex;
}
.block_main{
    display: flex;
}
.block_main_l{
    position: fixed;
    width: 300px;
    height: 100vh;
    top: 0px;
    left: 0px;
    background: linear-gradient(180deg, rgb(85 11 0), rgb(137 40 25) 45%, rgb(92 15 3) 180%);
    color: #fff;
    padding-bottom: 660px;
    filter: drop-shadow(2px 4px 6px #5b5b5b);
}
.block_main_r{
    width: calc(100% - 300px);
    margin-left: 300px;
    padding: 20px 30px;
}
.block_main_l_logo{
    position: relative;
    background-image: url('/include/template/images/logo.png');
    width: 300px;
    height: 170px;
    background-size: contain;
    background-repeat: no-repeat;
}

.block_main_d1{
    font-size: 1.5rem;
    text-align: center;
}
.block_main_d2{
    font-size: 1.2rem;
    text-align: center;
}
.bh_basket{
    background-image: url('/include/template/images/basket.svg');
    width: 30px;
    height: 30px;
}

.block_contacts{

}
.block_contacts_z{
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 12px;
}
.block_contacts_b{

}
.block_contacts_b_email{
    display: flex;
    justify-content: center;
}
.block_contacts_b_email_i{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.block_contacts_b_email_i svg path{
    fill: #fff;
}
.block_contacts_b_email_t{
    padding-top: 2px;
}
.block_soc{
    display: flex;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    gap: 12px;
    margin-top: 6px;
}
.block_soc_b{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
.block_soc_b:before{
    content: "";
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    border: #fff solid 2px;
    border-radius: 100%;
    transition: top 0.2s ease, left 0.2s ease, width 0.2s ease, height 0.2s ease;
}
.block_soc_b:hover:before{
    top: -4px;
    left: -4px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
}
.block_soc_b.vk svg{
    width: 90%;
    height: 90%;
    filter: invert(1);
}
.block_soc_b.tg svg{
    filter: invert(1);
}
.block_soc_b.mx svg{
    width: 82%;
    height: 82%;
}
.block_contacts{
    position: absolute;
    bottom: 15px;
    width: 300px;
}
.block_contacts_b_email_t a{
    color: inherit;
    text-decoration: none;
    outline: none;
}
.block_input{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.block_input_z{
    width: 180px;
    font-size: 1.06rem;
    color: #5d5d5d;
}
.block_input_b{
    width: calc(100% - 180px);
}
.block_input_b input[type="text"],
.block_input_b input[type="password"]{
    font-size: 1rem;
    padding: 6px 8px;
    border: #b5b5b5 solid 1px;
    border-radius: 5px;
    width: 100%;
}
.block_main_l_l{
    text-align: center;
    margin-top: 20px;
    font-size: 1.06rem;
}


.block_banner{
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    color: #fff;
    border-radius: 5px;
}
.block_banner:before,
.block_banner:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.block_banner:before{
    background-image: url('/images/background_banner1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 12px 25%;
}

.block_banner:after{
    width: 490px;
    height: 700px;
    background-color: #7d2113;
    transform: rotate(45deg);
    margin-top: -320px;
}

.block_banner_z{
    position: relative;
    width: max-content;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 32px;
    margin-top: 20px;
    font-size: 2.7rem;
    color: #fff;
}

.block_banner_t{
    font-size: 1.3rem;
    color: #ffffff;
    margin-top: 25px;
    margin-left: 32px;
    width: 380px;
    border-radius: 20px;
}
.block_banner_i{
    margin-top: 50px;
    color: #71210f;
    padding: 4px 20px;
    background-color: #ffd772;
}
.block_banner_i a{
    color: inherit;
    text-decoration: none;
    outline: none;
}


.block_catalog{
    margin-top: 50px;
}
.block_catalog_title{
    position: relative;
    font-size: 1.8rem;
    color: #8f2412;
    margin-bottom: 30px;
    padding-bottom: 5px;
}

.block_breadcrumbs{
    display: flex;
    font-size: 1rem;
    gap: 10px;
    margin-bottom: 10px;
}
.block_breadcrumbs_r{
    line-height: 20px;
}
.block_message_info_error{
    padding: 15px;
    border-radius: 5px;
    border: #c10d0d solid 2px;
    background-color: #f2cccc;
    font-size: 0.96rem;
    color: #c10d0d;
    line-height: 22px;
}



.site_closed_block{
    display: flex;
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-flow: column;
}

.site_closed_block_l{

    display: flex;
    align-items: center;
}
.site_closed_block_r{
    display: flex;
    align-items: center;
    justify-content: center;
}
.site_closed{
    background-image: url('/images/site_closed.png');
    width: 650px;
    height: 350px;
    background-size: cover;
    background-position: center;
    border-radius: 250px;
    border: #311212 solid 5px;
    margin-top: 30px;
}
.block_info_t1{
    font-size: 2.5rem;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}
.block_info_t2{
    margin-bottom: 5px;
}
.block_info{
    text-align: center;
}



.block_catalog_bb_tc{
    display: flex;
    width: 120px;
    height: 24px;
    border-radius: 23px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
.block_catalog_bb_tc_m{
    width: 34px;
    height: 100%;
    background-color: #7d2113;
    text-align: center;
    color: #fff;
    cursor: pointer;
    caret-color: transparent;
}
.block_catalog_bb_tc_m:hover{
    background-color: #a5301f;
}
.block_catalog_bb_tc_m.minus{
    font-size: 2.2rem;
    border-radius: 20px 0px 0px 20px;
    line-height: 18px;
    padding-left: 4px;
}
.block_catalog_bb_tc_m.plus{
    font-size: 1.6rem;
    border-radius: 0px 20px 20px 0px;
    line-height: 23px;
    padding-right: 2px;
    margin-left: auto;
}
.block_catalog_bb_tc_v{
    width: 80px;
}
.block_catalog_bb_tc_v input[name="product_count"]{
    width: 100%;
    height: 100%;
    text-decoration: none;
    outline: none;
    border: unset;
    background-color: #e1e1e1;
    font-size: 1.1rem;
    text-align: center;
}

.popup_msg{
    position: fixed;
    bottom: -130px;
    left: 330px;
    width: 400px;
    height: 100px;
    z-index: 20;
    border-radius: 10px;
    padding: 10px;
    background-color: #992e2e;
    transition: bottom 0.5s ease;
}
.popup_msg.active{
    bottom: 10px;
}
.popup_msg.green{
    background-color: #6c992e;
}
.popup_msg.green:before,
.popup_msg.green:after{
    background-color: #6c992e;
}
.popup_msg:before,
.popup_msg:after{
    content: "";
    position: absolute;
    width: 4px;
    height: 80%;
    top: 10%;
    background-color: #a90000;
}
.popup_msg:before{
    left: -15px;
}
.popup_msg:after {
    right: -15px;
}

.popup_msg_b{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 1.06rem;
}
.button_mobile_menu{
    display: none;
    width: 36px;
    height: 36px;
    border: #ffd772 solid 1px;
    border-radius: 3px;
    cursor: pointer;
}
.button_mobile_menu svg path{
    fill: #ffd772;
}
.button_mobile_menu:hover{
    border: #ffbc12 solid 1px;
}
.button_mobile_menu:hover  svg path{
    fill: #ffbc12;
}
.bh_left_menu_z{
    display: none;
}
.block_main_l_l2{
    display: none;
}
.block_privacy .block_privacy_z{
    margin-bottom: 10px;
    font-size: 1.3rem;
}
.block_privacy .block_privacy_block{
    margin-bottom: 20px;
}
.block_privacy .block_privacy_block p{
    margin-bottom: 6px;
}
.block_privacy .block_privacy_table{
    margin-bottom: 30px;
}
.block_privacy .block_privacy_table_b{
    display: flex;
}
.block_privacy .block_privacy_table_bl{
    width: 400px;
}
.block_privacy .block_privacy_table_br{
    width: calc(100% - 400px);
}
.block_privacy .block_privacy_table_bl,
.block_privacy .block_privacy_table_br{
    padding: 6px;
    border: #a3a3a3 solid 1px;
    margin-top: -1px;
    margin-left: -1px;
}
.contacts_info p{
    margin-bottom: 8px;
}
.block_contacts_privacy{
    display: block;
    margin-top: 8px;
}
.block_main_l_imh{
    width: 100%;
    height: 3px;
    background: #fe5006;
}

@media (max-width: 1550px) {
    .container {
        width: 100%;
    }
    .block_catalog .block_catalog_b{
        display: grid;
        justify-items: center;
        grid-template-columns: repeat(3, 1fr);
    }
    .block_catalog .block_catalog_bb{
        margin-right: unset;
    }
}
@media (max-width: 1250px) {
    .block_banner_z {
        font-size: 2.2rem;
    }
    .block_banner_t {
        font-size: 1.1rem;
    }
    .block_banner:after {
        width: 390px;
    }
    .block_catalog .block_catalog_b{
        grid-template-columns: repeat(2, 1fr);
    }
    .block_catalog_detail .block_catalog_detail_b{
        display: block;
    }
    .block_catalog_detail .block_catalog_detail_bt {
        padding-left: 0px;
        margin-top: 15px;
    }

    .bcd_p_block .bcd_sale{
        margin-left: 0px;
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .block_catalog_detail_bt .bcd_p {
        margin-bottom: 10px;
    }
    .bcd_specifications{
        margin-top: 20px;
    }
    .block_catalog_detail_b .block_catalog_detail_bt .block_catalog_bb_tc {
        margin-top: -36px;
        margin-left: 80px;
    }
    .block_privacy .block_privacy_table_bl {
        width: 300px;
    }
    .block_privacy .block_privacy_table_br {
        width: calc(100% - 300px);
    }
}


@media (max-width: 992px) {
    .block_main{
        display: block;
    }
    .block_main_l{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
        width: 100%;
        height: auto;
        padding-bottom: unset;
        padding: 0px 10px;
        background: linear-gradient(180deg, rgb(103 16 3), rgb(137 40 25) 100%);
        filter: unset;
    }
    .block_main_r {
        width: 100%;
        margin-left: 0px;
    }
    .block_main_l_logo{
        width: 180px;
        height: 90px;
    }
    .button_mobile_menu{
        display: block;
        margin-right: 10px;
    }
    .block_main .bh_left_menu{
        display: none;
    }
    .block_main_d1,
    .block_main_d2{
        text-align: left;
    }
    .block_main_d1{
        font-size: 1.15rem;
    }
    .block_main_d2{
        font-size: 1rem;
    }
    .block_contacts{
        position: relative;
        bottom: unset;
        width: max-content;
        margin-left: auto;
        margin-right: auto;
    }
    .block_contacts_z{
        display: none;
    }
    .block_soc{
        gap: 5px;
        margin-top: 5px;
        margin-left: unset;
        margin-right: unset;
    }
    .block_soc_b {
        width: 30px;
        height: 30px;
    }
    .block_contacts_b_email_t {
        padding-top: 3px;
    }
    .block_contacts_b_email_i {
        width: 26px;
        height: 26px;
    }
    .bh_left_menu.active{
        position: fixed;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 100vh;
        background-color: #7f2112;
        margin-top: 0px;
        z-index: 111;
    }
    .block_banner,
    .block_banner_z{

    }
    .bh_left_menu_close.button_mobile_menu{
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 2.5rem;
        text-align: center;
        width: 30px;
        height: 30px;
        line-height: 28px;
        border: unset;
    }
    .bh_left_menu_close.button_mobile_menu:hover{
        color: #e4e53f;
    }
    .bh_left_menu .bh_left_menu_l.active:before,
    .bh_left_menu .bh_left_menu_l.active:after {
        width: 10px;
        height: 10px;
        border-radius: 10px;
    }
    .bh_left_menu .bh_left_menu_l.active:before{
        right: -30px;
    }
    .bh_left_menu .bh_left_menu_l.active:after{
        left: -30px;
    }
    .bh_left_menu_z{
        display: block;
        font-size: 2rem;
        margin-bottom: 30px;
    }
    .block_main_l_logo_block{
        display: flex;
        align-items: center;
    }
    .block_catalog_title {
        position: inherit;
    }
    .block_main_r{
        padding: 20px 10px;
    }
    .button_mobile_menu{
        position: absolute;
        top: 24px;
        right: 10px;
    }
    .block_contacts_b {
        margin-right: 40px;
    }
    .block_banner_z {
        font-size: 1.8rem;
    }
    .block_main_l .block_reg_auto{
        margin-top: 0px;
        flex-flow: column;
        gap: 7px;
        margin-left: auto;
    }
    .block_reg_auto .button_auth .icon,
    .block_reg_auto .button_reg .icon {
        width: 28px;
        height: 28px;
    }
    .block_reg_auto .button_auth .name,
    .block_reg_auto .button_reg .name {
        display: none;
    }
    .popup_msg{
        left: calc(50% - 200px);
    }
    .popup_msg_b{
        font-size: 1rem;
    }
    .site_closed_block_l .site_closed {
        width: 500px;
        height: 280px;
        border: #311212 solid 3px;
    }
    .site_closed_block_r .block_info_t1 {
        font-size: 2.3rem;
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: center;
    }
    .site_closed_block_r .block_info {
        text-align: center;
        padding: 0px 10px;
    }
    .site_closed_block_l .site_closed {
        width: 300px;
        height: 200px;
        border: #311212 solid 1px;
    }
    body .reg_form_background .msg_text{
        font-size: 1rem;
        line-height: 20px;
        height: 130px;
    }
    .block_form_reg_auth  .block_form_reg_auth_bottom {
        position: relative;
        bottom: unset;
        left: unset;
    }
    .reg_form_background .reg_form .block_buttons,
    .reg_form_background .auth_form .block_buttons,
    .reg_form_background .resspass_form .block_buttons {
        margin-top: 0px;
    }
    .block_main_l_l{
        display: none;
    }
    .block_main_l_l2{
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .block_main_l {
        flex-wrap: wrap;
        padding-bottom: 10px;
    }

    .block_main_d{
        margin-right: auto;
    }
    .block_main_l_logo_block{
        width: 100%;
    }
    .block_contacts_b {
        display: flex;
        width: 100%;
        align-items: center;
    }
    .block_soc{
        margin-left: 50px;
    }
    .button_mobile_menu{
        position: absolute;
        top: 30px;
        right: 10px;
    }
    .block_main_d1 {
        font-size: 1.2rem;
    }
    .block_main_d2 {
        font-size: 0.9rem;
    }
    .block_contacts{
        margin-top: -25px;
    }
    .block_banner:after {
        width: 50%;
    }
    .block_banner:after {
        width: 100%;
        transform: unset;
        background-color: rgb(125 33 19 / 90%);
    }
    .block_banner {
        height: auto;
    }
    .block_banner_z {
        font-size: 1.6rem;
    }
    .block_banner_t {
        font-size: 1rem;
        line-height: 22px;
        margin-top: 20px;
    }
    .block_banner_i{
        position: relative;
        width: 100%;
        bottom: 0px;
        font-size: 0.9rem;
        line-height: 22px;
        margin-top: 30px;
    }
    .block_catalog_b .block_catalog_bb_tz {
        font-size: 1.06rem;
    }
    .block_catalog_b .block_catalog_bb {
        width: 250px;
    }
    .block_catalog_title {
        font-size: 1.6rem;
    }
    .block_catalog_b .block_catalog_bb_i {
        height: 150px;
        height: 120px;
    }
    .block_catalog_detail_bi {
        flex-flow: column;
    }
    .bcd_img {
        order: 1;
    }
    .block_catalog_detail_bi .bcd_mini_img {
        order: 2;
        display: flex;
        margin-top: 10px;
        width: max-content;
        gap: 20px;
    }
    h1 {
        font-size: 1.5rem;
    }
    .block_order .block_order_status {
        padding: 10px 10px;
    }
    .order_info_t .order_info_tz {
        font-size: 1.1rem;
    }
    .form_dop_info_bz {
        font-size: 0.95rem;
        line-height: 22px;
    }
    .form_dop_info_ch label {
        font-size: 0.95rem;
    }
    .block_main_l .block_reg_auto{
        flex-flow: row;
        margin-top: -15px;
    }
    .reg_form_background  .block_form_reg_auth {
        width: calc(100% - 20px);
        height: 80vh;
        overflow-y: auto;
    }
    .block_form_reg_auth .reg_form_b {
        margin-top: 20px;
    }
    .block_form_reg_auth .block_input_z{
        font-size: 1rem;
        margin-bottom: 5px;
    }
    .block_form_reg_auth .reg_form_title {
        font-size: 1.6rem;
    }
    .block_main_r .block_banner:before {
        background-image: unset;
    }
    .reg_form_b .block_input{
        display: block;
    }
    .reg_form_b .block_input_b {
        width: 100%;
    }
    .block_contacts_b {
        margin-right: 0px;
        margin-top: 10px;
    }
    .block_main_l_l2 {
        padding-bottom: 0px;
    }

}

@media (max-width: 549px) {
    .block_main_l{
        height: auto;
        padding-bottom: 10px;
    }
    .block_main_l_l{
        width: 100%;
    }
    .block_main_l_logo_block {
        flex-wrap: wrap;
    }
    .block_main_r {
        padding: unset;
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .button_mobile_menu{
        top: 20px;
    }
    .block_main_d{
        order: 3;
        width: 100%;
        text-align: center;
    }
    .block_main_l_logo {
        width: 144px;
        height: 80px;
        margin-left: auto;
        margin-right: auto;
    }
    .block_main_d1,
    .block_main_d2{
        text-align: inherit;
    }
    .block_contacts {
        margin-top: 0px;
    }
    .block_contacts_b{
        display: block;
    }
    .block_contacts_b {
        margin-right: unset;
    }
    .block_banner{
        text-align: center;
    }
    .block_banner_z {
        margin-bottom: unset;
        margin-left: 0px;
        margin-top: 15px;
        padding: 0px 10px;
        font-size: 1.2rem;
        text-align: inherit;
        width: 100%;
    }
    .block_banner_t {
        margin-top: 12px;
        margin-left: 0px;
        width: auto;
        padding: 0px 10px;
        font-size: 0.95rem;
    }
    .block_banner_i{
        position: relative;
        width: 100%;
        bottom: 0px;
        font-size: 0.9rem;
        margin-top: 30px;
        padding: 4px 10px;
        line-height: 20px;
    }
    .bh_left_menu_z {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    .bh_left_menu_l {
        width: 180px;
    }
    .bh_left_menu_l.active:before,
    .bh_left_menu_l.active:after {
        top: 16px;
    }
    .block_catalog {
        margin-top: 30px;
        padding: 0px 10px;
    }
    .block_catalog_title {
        font-size: 1.3rem;
        text-align: center;
    }
    .block_catalog .block_catalog_b{
        display: block;
    }
    .block_catalog_b .block_catalog_bb {
        width: 250px;
        height: auto;
        padding-bottom: 5px;
    }
    .block_breadcrumbs {
        padding: 0px 10px;
        margin-left: auto;
        margin-right: auto;
        width: max-content;
    }
    h1{
        font-size: 1.3rem;
        text-align: center;
        margin-top: 20px;
    }
    .block_breadcrumbs {
        padding: 0px 5px;
        font-size: 0.9rem;
        gap: 5px;
        width: 100%;
        flex-wrap: wrap;
    }
    .block_breadcrumbs_r {
        line-height: 16px;
    }
    .block_catalog_detail_b .bcd_img {
        width: 100%;
        height: 150px;
    }
    .bcd_mini_img .bcd_mini_img_b {
        width: 60px;
        height: 50px;
    }
    .block_catalog_detail_bi .bcd_mini_img {
        gap: 10px;
        padding: 0px 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .block_catalog_detail_bt .bcd_p {
        font-size: 1.2rem;
        text-align: center;
    }
    .block_catalog_detail_b .block_catalog_detail_bt .block_catalog_bb_tc {
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        height: 26px;
    }
    .block_catalog_bb_tc_m.plus {
        font-size: 1.4rem;
    }
    .block_catalog_bb_tc_m.minus {
        font-size: 1.9rem;
    }
    .bcd_p_block .bcd_sale {
        margin-left: auto;
        margin-right: auto;
        font-size: 0.9rem;
        padding: 11px 25px;
    }
    .bcd_specifications{
        padding: 0px 10px;
    }
    .bcd_specifications_z{
        text-align: center;
    }
    .bcd_specifications_bb{
        justify-content: center;
    }
    .block_catalog_detail_dt {
        font-size: 0.9rem;
        line-height: 24px;
        padding: 0px 10px;
    }
    .block_order .block_order_status {
        text-align: center;
        font-size: 1rem;
        margin-top: -20px;
        margin-bottom: 10px;
    }
    .block_order{
        padding: 0px 10px;
    }
    .block_section .order_info {
        display: block;
    }
    .block_section_z {
        text-align: center;
    }
    .order_info_img {
        margin-left: auto;
        margin-right: auto;
    }
    .order_info .order_info_t {
        margin-left: 0px;
        text-align: center;
    }
    .order_info_t .order_info_tp {
        margin-bottom: 5px;
        margin-top: 15px;
    }
    .block_section {
        margin-bottom: 25px;
    }
    .form_dop_info .form_dop_info_b{
        display: block;
        margin-bottom: 10px;
    }
    .form_dop_info_bz {
        margin-top: 15px;
        width: 100%;
    }
    .form_dop_info_b .form_dop_info_bb {
        width: 100%;
    }
    .form_dop_info_ch label {
        width: calc(100% - 28px);
    }
    .block_order .block_order_total {
        justify-content: center;
        font-size: 1.06rem;
    }
    .popup_msg{
        width: 280px;
        left: calc(50% - 140px);
    }
    .site_closed_block_r .block_info_t1 {
        font-size: 1.9rem;
    }
    .site_closed_block {
        height: auto;
    }
    .reg_form_background .block_form_reg_auth {
        border-radius: 8px;
        padding: 20px 15px;
        height: 96vh;
    }
    .block_buttons .button{
        font-size: 1rem;
    }
    body .reg_form_background .msg_text {
        height: auto;
    }
    .block_main_l_l2{
        margin-bottom: 0px;
    }
    .block_offer_info {
        padding: 0px 10px;
    }

    .block_offer_prize .block_offer_prize_b {
        display: block;
    }
    .block_offer_prize .block_offer_prize_b.title{
        display: none;
    }
    .block_offer_prize_b .block_offer_prize_bb.name,
    .block_offer_prize_b .block_offer_prize_bb.price,
    .block_offer_prize_b .block_offer_prize_bb.count{
        width: 100%;
    }
    .block_offer_prize_b .block_offer_prize_bb {
        padding: 4px 8px;
    }
    .button_payment,
    .button_payment_link{
        margin-left: auto;
        margin-right: auto;
    }
    .block_main_l .bh_left_menu{
        gap: 15px;
    }
    .block_privacy{
        padding: 0px 10px;
    }
    .block_privacy .block_privacy_z {
        font-size: 1.1rem;
    }
    .block_privacy .block_privacy_b {
        font-size: 1rem;
    }
    .block_privacy .block_privacy_table_b{
        flex-flow: column;
    }
    .block_privacy .block_privacy_table_bl,
    .block_privacy .block_privacy_table_br{
        width: 100%;
        border: unset;
        margin-left: unset;
        margin-top: unset;
    }
    .block_privacy .block_privacy_table_bl{
        font-weight: 600;
    }
    .block_privacy .block_privacy_table_br{
        margin-top: -8px;
    }
    .block_privacy .block_privacy_table {
        margin-bottom: 20px;
        border: #a3a3a3 solid 1px;
    }
    .bcd_p_no_count {
        margin-left: auto;
        margin-right: auto;
    }
    .block_order_reverse_timer{
        font-size: 1rem;
        text-align: center;
    }
    .contacts_info{
        padding: 0px 10px;
    }
}