@media screen and (max-width: 600px) {
    .lang_choose_cont {
        position: relative;
        padding: 16px;
    }

    .personal_data .data_form {
        padding: 20px;
    }

}

@media screen and (min-width: 760px) {
    #stock {
        height: 445px;
    }
}

@media screen and (max-height: 890px) {
    #one_click_form {
        height: 650px;
        overflow: auto;
    }
}

@media screen and (min-width: 850px) {
    .nav_bar_cont {
        margin: 0 0 20px;
        display: block;
    }

}

@media screen and (min-width: 851px) {
    .nav_bar_cont {
        margin-right: 30px;
    }
}


@media screen and (max-width: 500px) {

    .personal_data .data_form .input_item {
        display: block !important;
    }

    .personal_data .data_form .input_item .input_title {
        margin: 0 0 10px !important;
    }

    .user_photo {
        display: none;
    }


}

@media screen and (max-width: 320px) {
    .pagination_container .numbers .dots {
        display: none;
    }


    .lang_choose_cont {
        position: relative;
        padding: 16px !important;
    }

    .popup_act .text_1 {
        font-size: 25px;
    }
}

@media screen and (min-width: 750px) {
    .header .main_header .other {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 1000px;
        flex: 0 1 1085px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .popup_act .text_1 {
        font-size: 90px;
    }

    .header .main_header .other .autorization {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header .main_header .other .compare {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header .main_header .other .liked {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    /*.call_back {*/
    /*    overflow-y: scroll;*/
    /*    -ms-overflow-y: scroll;*/
    /*    height: calc(80vh - 60px);*/
    /*}*/

}

@media screen and (max-width: 430px) {
    .pagination_container .numbers .number_item:nth-child(4), .pagination_container .numbers .number_item:nth-child(5), .pagination_container .numbers .number_item:nth-child(6) {
        display: flex;
    }

    .pagination_container .numbers .dots {
        margin: 0;
    }

    .lang_choose_cont {
        position: relative;
        padding: 16px;
    }

    .call_back {
        overflow-y: scroll;
        -ms-overflow-y: scroll;
        height: calc(80vh - 60px);
    }


}

.errors_container {
    display: none;
}

.errors_container div {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
    color: #FF5656;
    text-align: center;
}

.form_done {
    display: none;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
    color: #56ff59;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

.pre_catalog .pre_catalog_table .pre_catalog_item .links_cont .cat_link {
    margin-bottom: 15px !important;
}

.item_big_content_box .upper_bordered_part .right_part .after_header .by_order {
    padding: 1px 10px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #FFFFFF;
    background: #ef1b1b;
    margin-bottom: 10px;
}

input.current {
    display: block;
    width: 20px;
    background: #0000;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #727270;
    text-align: center;
    border: 0px solid #0004;
}

.turn_over_element {
    transform: rotate(180deg);
}

._popup_mess {
    position: fixed;
    top: 60%;
    left: calc(50% - 20px);
    opacity: 0;
    margin: 0 20px;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    background: #ffffff;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 1000;
    box-shadow: 0 0 1px;
}

._popup_mess._active {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.text_mess {
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 17px;
    text-align: center;
    color: black;
}

._popup_mess.cross {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

._popup_mess .cross path {
    fill: #000;
}

.text-danger {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: red;
    margin-bottom: 10px;
    margin-top: 10px;
}

.black_href {
    background: rgba(0, 0, 0, 0.58);
}

.personal_data .data_form {
    padding: 40px 30px;
    max-width: 810px;
    margin: 0 auto;
}

.personal_data .data_form .input_item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.personal_data .data_form .input_item .input_title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    margin-right: 30px;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

.personal_data .data_form .input_item .input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.personal_data .data_form .input_item .input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}


.personal_data .data_form .input_item .input .user_data {
    display: block;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E4E3E3;
    padding: 0 10px;
    font-size: 15px;
    color: #727270;
}

.personal_data .data_form .textarea_data {
    border: 1px solid #E4E3E3;
    height: 40px;
    min-height: 40px;
    resize: vertical;
    width: 100%;
    padding: 10px;
    line-height: 17px;
    font-size: 15px;
    color: #727270;
}

.personal_data .data_form .input_cont .radio_item:first-child {
    margin-right: 40px;
}

.personal_data .data_form .input_cont .radio_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.personal_data .data_form .input_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.personal_data .data_form .input_cont .radio_item:first-child {
    margin-right: 40px;
}

.personal_data .data_form .input_cont .radio_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.personal_data .data_form .input_cont .radio_item .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-right: 10px;
}

.personal_data .data_form .input_cont .radio_item .text {
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}

.personal_data .data_form .input_cont .radio_item._active .icon:after {
    opacity: 1;
}

.personal_data .data_form .input_cont .radio_item .icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    content: '';
    width: 13px;
    height: 13px;
    background: #00A0E3;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
}

.personal_data .data_form .input_item .input._calend {
    position: relative;
}

.personal_data .data_form .input_item .item_cont .input .user_data .file .upper .text {
    font-size: 12px;
    line-height: 14px;
    color: #02528F;
}

.personal_data .data_form .input_item .item_cont {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.icon {
    margin-right: 10px;
}

.contucts .icon {
    margin-right: 0px;
}

.upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.text {
    font-size: 12px;
    line-height: 14px;
    color: #02528F;
}

.lower {
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
    color: #727270;
}

.personal_data .data_form .input_item .item_cont .input .user_data {
    z-index: -1;
    position: absolute;
    width: 0.5px;
    height: 0.5px;
    overflow: hidden;
    opacity: 0;
}

.btn_auth {
    padding: 11px 45px;
    height: 38px;
    background: #EF7F1B url("../img/from_arrow.svg") no-repeat center right 15px;
    margin: 0 auto;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}


.profiles_ch .change_form_container {
    margin-bottom: 50px;
}

.change_form_container .data_detail {
    padding: 30px;
    border: 1px solid #E4E3E3;
}

.profiles_ch .change_form_container .data_detail .input_item {
    margin-bottom: 20px;
}

.profiles_ch .change_form_container .data_detail .input_item .input_title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}

.profiles_ch .change_form_container .data_detail .input_item .input_title span {
    color: #FF5656;
}

.profiles_ch .change_form_container .data_detail .input_item .input input {
    display: block;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E4E3E3;
    padding: 0 10px;
    font-size: 15px;
    color: #727270;
}

.profiles_ch .change_form_container .data_detail .input_item._error .input input {
    border: 1px solid #FF5656;
}

.data_detail textarea {
    border: 1px solid #E4E3E3;
    height: 40px;
    min-height: 40px;
    resize: vertical;
    width: 100%;
    padding: 10px;
    line-height: 17px;
    font-size: 15px;
    color: #727270;
}

.actions_btn {
    z-index: 100 !important;
}

.black_href._active {
    opacity: 1;
    visibility: visible;
}

.compare_table .value {
    overflow: auto;
}

.compare_table .value::-webkit-scrollbar {
    width: 1px;
    height: 0;
}

.header .search_row .wrapper .search_row_form .tips_cont,
.tips_cont.ajax,
.header .main_header .other .cart .cart_inside {
    z-index: 99;
    border: 1px #b1b1b147 solid;
}

.item_desc {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}


.how_much_to_enter select.drop_down_cont {
    border: 1px solid #E4E3E3;
    padding: 10px 35px 10px 20px;
    background: #fff;
    font-size: 15px;
    line-height: 18px;
    color: #727270;
    appearance: none;
    cursor: pointer;
}

.how_much_to_enter .icon.addpages {
    top: 15%;
    left: 70px;
    position: relative;
    z-index: 10;
}

.favorite_container .favorite_header {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    margin-left: 20px;
}

.cart_title .icon .how_much {
    width: 20px;
    height: 20px;
    top: 0;
    transform: translate(100%, -50%);
    background: #EF7F1B;
    color: #fff;
    border-radius: 50%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    font-size: 10px;
}

.favorite_cont .favorite_container .favorite_item_cont {
    margin-bottom: 40px;
}

.no_favorites_count {
    margin-bottom: 40px;
}

.no_items_contents {
    padding: 10px;
    margin-bottom: 40px;
}

.divsearch {
    width: 100%;
}

.input input {
    background: #FFFFFF;
    border: 1px solid #E4E3E3;
    width: 100%;
    display: block;
    height: 40px;
}

.ex-btn {
    padding: 11px 45px;
    height: 38px;
    background: #EF7F1B;
    margin: 0 auto;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

._product {
    border-right: 1px solid #EAEAEA;
    margin-right: -1px;
    margin-top: -1px;
}

.basket_title {
    cursor: pointer;
}

.sliders_down_wrapper {
    max-width: 1340px;
}

.catalog_cont .filter_on_parametrs, .about_brand .filter_on_parametrs {
    border: none;
!important;
}

.smartfilterform .text {
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

.smartfilterform .check_box .text {
    font-weight: normal;
}

.item_big_content_box .upper_bordered_part .right_part .notice .text {
    color: #727270;
}

._product .img_block .choode_param .lower .add_to_cart_btn {
    padding: 10px 14px !important;
}

.catalog_cont .product_container._1 .product_item .buy_block .buy_controls .upper .price_block .old, .about_brand .product_container._1 .product_item .buy_block .buy_controls .upper .price_block .old {
    display: block;
}

._1 .product_item._hover .upperline {
    border-top: 1px solid #02528F !important;
}

.navigation_bar .nav_item .icon {
    width: 22px;
}

.brand_header p {
    margin: 5px 0;
}

form.smartfilterform .price_title.drop_down_filter_title {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    cursor: pointer;
}

.dropdown_delivery_countries {
    width: max-content;
}

.catalog_cont .product_container._1 .product_item .img_block, .about_brand .product_container._1 .product_item .img_block {
    text-align: -webkit-center;
    text-align: -moz-center;
}

.catalog_cont .product_container .product_item .img_block, .about_brand .product_container .product_item .img_block {
    text-align: -webkit-center;
    text-align: -moz-center;
}

/*.slider_item._product .buy_block{*/
/*    position: absolute;*/
/*    bottom: 20px;*/
/*}*/

._product .img_block .actions_btn .like_btn._active,
._product .img_block .actions_btn .compare_btn._active {
    -webkit-box-shadow: 0 0 10px #2196f3;
    box-shadow: 0 0 10px #2196f3;
}

.item_big_content_box .upper_bordered_part .right_part .item_header .gray:first-child._active .icon,
.item_big_content_box .upper_bordered_part .right_part .item_header .gray:nth-child(2)._active .icon {
    -webkit-box-shadow: 0 0 10px #2196f3;
    box-shadow: 0 0 10px #2196f3;
}


/*catalog list price*/

/*.catalog_cont .product_container._1 .product_item .left_big_part .desc_block .name_cont {
    height: 80px;
    overflow: auto;
}*/

.name_cont a {
    height: 49px;
    display: block;
    overflow: hidden;
}

.name_cont .article {
    margin-top: 10px;
}

.catalog_cont .product_container._1 .product_item .buy_block, .about_brand .product_container._1 .product_item .buy_block {
    padding: 0 10px 20px;
}

._product .desc_block .name_cont {
    height: 97px;
    overflow: auto;
}

.news_cont img {
    width: 100%;
}

img.new-detail-picture {
    width: 50%;
    min-width: 200px;
    margin-right: 30px;
    margin-bottom: 10px;
    float: left;
}

.news_cont p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.catalog_cont .product_container .product_item .buy_block .choode_param .param .param_cont,
.about_brand .product_container .product_item .buy_block .choode_param .param .param_cont {
    flex-wrap: wrap;
}

.text_supp_container p {
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 15px;
}

.new_item_cont .new_container .adv_list, ._cont .new_container .adv_list {
    margin-bottom: 15px
}

.slider_big_body:not(.slick-initialized),
.slider_small_body:not(.slick-initialized) {
    display: none;
}

.popup-window-buttons > .text {
    width: 100%;
}

.datepicker-dropdown.dropdown-menu{
    position: absolute;
    background: white;
}
.datepicker-days .day {
    height: 38px!important;
}

.input_title .required {
    color: red;
}

._product .img_block .choode_param .color .param_item,
.item_big_content_box .upper_bordered_part .right_part .choode_param .color .param_item,
.catalog_cont .product_container .product_item .buy_block .choode_param .color .param_item,
.about_brand .product_container .product_item .buy_block .choode_param .color .param_item{
    /*padding: 3px !important;*/
    padding: 3px 10px !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40px;
    flex: unset;
    height: 40px;
    line-height: 30px!important;
}

._product .img_block .choode_param .color .param_item img,
.item_big_content_box .upper_bordered_part .right_part .choode_param .color .param_item img,
.catalog_cont .product_container .product_item .buy_block .choode_param .color .param_item img,
.about_brand .product_container .product_item .buy_block .choode_param .color .param_item img{
    height: 32px;
}

.bx-blue .btn.btn-default.btn-belpost::before {
    display: none;
}

.bx-blue .btn.btn-default.btn-belpost::after {
    content: '';
    background-image: url(/local/html/img/from_arrow.svg);
    position: absolute;
    width: 18px;
    height: 8px;
    top: 16px;
    margin-left: 10px;
}

.bx-blue .btn.btn-default.btn-belpost.btn-belpost-radius:not(.go_to_cart){
    padding-right: 50px;
}

.name_cont a {
    height: 57px;
    color: #02528F;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.header .more .address{
    margin-bottom: unset;
}

.black_href {
    z-index: 20;
}

.product_container._2 .param_cont {
    display: flex;
    justify-content: space-between;
}

.product_container._2 .param_cont .param_item{
    width: 49%;
    overflow: hidden;
    margin: 0 0 2px 2px!important;
}

@media (min-width: 1400px){
    .sliders_down_wrapper .product_container._1 .product_item, .about_brand .product_container._1 .product_item {
        max-width: 25%;
    }
}

.item_big_content_box .sliders_down_wrapper {
    overflow: unset;
}

.slider_item_cont._product_slider {
    overflow-x: clip;
}

.main_header{
    position: relative;
    z-index: 200;
}

body._lock .main_header{
    position: unset;
    z-index: 1;
}

.drop_down_body {
    z-index: 300;
}

.header .main_header .other .hot_pre {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: end;
}

.how_much_to_enter .icon.addpages ~ select.drop_down_cont {
    background: transparent;
    z-index: 11;
}

.left_part .slider_small_cont .slider_item{
    display: flex;
}
.left_part .slider_small_cont .slider_item img{
    justify-content: center;
    align-items: center;
    object-fit: contain;
}

.like_btn._active{
    -webkit-box-shadow: 0 0 10px rgba(255, 0, 0, 0.842)!important;
    box-shadow: 0 0 10px rgb(255 0 0 / 84%)!important;
}

.send_fav._active .icon{
    -webkit-box-shadow: 0 0 10px rgb(255 0 0 / 84%)!important;
    box-shadow: 0 0 10px rgb(255 0 0 / 84%)!important;
}