body{
    overflow-wrap: break-word; /* Перенос длинных слов */
    /* word-break:break-all; */
    hyphens:auto;
}
.news .post, .blog .blog_post{overflow-x:auto;}

.video_div_wrap iframe {max-width: 100% !important;}

span.demiter {padding: 0 1em;}
.param_title {font-size: 1em;margin-bottom: 10px;}

.filtr_block .wrap_values {/* padding-left:0.3em; */}
#filtr .prices input{width: 125px;padding: 5px 7px;color: #757575;border: 1px solid #dadada;margin-bottom: 0.8em;}
.nice_checkbox  input[type="checkbox"],.nice_checkbox  input[type="radio"] {display: none}
.nice_checkbox  input[type="checkbox"] + span.checkbox__box ,.nice_checkbox  input[type="radio"] + span.checkbox__box {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: white;
    cursor: pointer;
    background: url('/images/chek.png');
    background-clip: padding-box;
}
.nice_checkbox  input[type="radio"] + span.checkbox__box {
    background: url('/images/chek.png') 0 20px;
}
.radio_fr span.checkbox__box { float: right;margin-left: 5px !important;margin-top: 3px !important;}
.nice_checkbox  input[type="checkbox"]:checked + span.checkbox__box {
    background: url('/images/chek.png') 20px 0;
}
.nice_checkbox  input[type="radio"]:checked  + span.checkbox__box{
    background: url('/images/chek.png') 20px 20px;
}

.params label {cursor: pointer;padding-left: 0px;position: relative;}

.params label .js_count_return_elements {
    z-index: 99;
    position: absolute;
    background: white;
    padding: 0 0.5em;
    right: -10px;
    bottom: 0;
    font-size: 0.8em;
    color: red;
    animation: fadeOutScale 3s ease-in-out forwards;
}

@keyframes fadeOutScale {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    70% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.85);
    }
}
.params input[type="checkbox"] {position: absolute;left: -4px;top: 2px;}
.sort_block {min-height: 43px;line-height: 37px;margin-bottom: 10px;}
.sort_block a{text-decoration: none;color: black;position: relative;line-height: initial;/* color: white !important; */background: white;}
.self_elem .price {font-weight: 800;display: inline-block;margin-right: 3px;/*color: #e22b2b;*/}
.self_elem .l_side {display: inline-block;vertical-align: top;width: 69.5%;padding-right: 15px;}
.self_elem .r_side {display: inline-block;vertical-align: top;width: 29.5%;}
.self_elem .buy_btn {color:white;padding: 15px 20px;display: block;text-decoration: none;font-size: 1.1em;}
.self_elem .dop_img {height: 100%;max-height: 100%;overflow-y: auto;overflow-x: hidden;width: max-content;display: flex;gap: unset;flex-wrap: wrap;column-gap: 0.5em;gap: 0.5em;align-content: flex-start;}

.self_elem .wrap_dop_img {overflow-y: auto;display: inline-block;overflow-x: hidden; max-height: 432px;}
.self_elem .dop_img > a{margin-bottom: 15px;display: inline-block;width: 256px;/* height: 107px; */text-align: center;}
.self_elem .dop_img > a:last-child {margin-bottom: 0;}
.element .prices {margin-bottom: 0.5em;}
.element .img {/* min-height: 256px; */}

.self_elem .img_block {display: flex;justify-content:center;}

.ya_zalip, .as_ya_zalip{transition: 500ms;}
.ya_zalip.fly ,.as_ya_zalip.fly{position: fixed;top:1em; }


.price_block {    border: 1px solid #cecece;}

.element_h1{
    font-size: 1.2em;
    margin-bottom: 1em;
}
.self_elem .main_img  {
    /* margin-right: 15px; */
}
.self_elem .main_img  .zaglushka{
    background: #eaeff5 url(/upload/images/catalog/_zaglushka.jpg) 50% 50% no-repeat;
    /*background: #eaeff5 url(/images/nofoto3.jpg) 50% 50% no-repeat;*/
    cursor: default;
}

.video_fon{
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    left: 50%;
    z-index: 0;
    position: absolute;
}
option:disabled {
    color: #dadada;
}
.npos_on_main  {display: inline-block;margin-bottom: 15px;width: 300px;}
.npos_on_main .img {position: relative;overflow: hidden; margin-bottom: 15px;}
.wrap_ul_nav {
    overflow: hidden;
    max-height: max-content;
}
.popup {
    background:white;
    border: 1px solid #bdbdbd;
    transform: translate(-50%,-50%);
    /* height: 198px; */
    left: 1001vh !important;
    /* right: -3010vh; */
    position: fixed;
    top: 4em !important;
    font-size: 16px;
    width: auto;
    color: black;
    z-index: 9999;
    max-width: 95%;
    transition: 00ms;
    overflow-y: auto;
    height: fit-content;
    max-height: 95vh;
    box-shadow: 0 0 20px -10px black;
}

div#place_your_order {
    font-size: 150%;
}
.children_tag.no_array{
    margin-bottom: 0.5em;
}

div#callback_popup.popup.is_show {
    /* right: initial!important; */
    /* left: calc(50% - 132px) !important; */
    /* margin: auto; */
    /* position: fixed; */
    /* transition: 0ms; */
    height: fit-content;
    min-height: 340px;
}

#filtr_npa legend {
    /* margin-bottom: 20px; */
    width: 100%;
    font-size: 120%;
}

#filtr_npa label {
    display: table;
    width: 100%;
}

#filtr_npa span {
    display: table-cell;
    width: 200px;
}

#filtr_npa input.text {
    width: 100%;
    display: table-cell;
    padding: 5px 10px;
}

#filtr_npa input.datetime {
    width: 49%;
    display: table-cell;
    padding: 5px 10px;
    margin-right:1%;
}
#filtr_npa input.datetime:last-child {
    margin-right:0%;margin-left:1%}

@media (max-width: 555px) {

    #filtr_npa input.datetime {
        width:100%; margin-right:0;margin-left:0;
    }
}
.callback_popup.to_center {}
.popup.is_show{top: 50% !important;left: 50% !important;}
div#popup_msg {}
.popup[id^='blnm_sttngs_'], .popup[id^='blnm_sttngs_'] .popup-content{
    /* max-height: 96% !important; */
    /* min-height: 96%; */
}

div#blnm_sttngs_new_popup {
    min-height: fit-content;
}
.popup[id^='blnm_sttngs_'] .float_btns{
    position: relative;
    bottom: auto;
    /* margin-top: 1em; */
}
.container .container {max-width: initial;width: inherit;min-width: auto;}
.popup-content {
    position: relative;
}

.popup .float_btns {
    /* position: fixed; */
    z-index: 11;
    bottom: 2em;
}

.popup.error {
    border-color: red;
}
.popup .popup_close {font-family:monospace;position:absolute;right: 0;top: 0px;cursor: pointer;padding: 10px;font-size:20px;line-height: 10px;z-index: 9;}
.popup .popup-content {
    /* font-size: large; */
    padding: 30px;
    overflow-y: auto;
    max-width: 90vw;
    max-height: 95vh;
    border-radius: 3px;
}

.popup code {
    white-space: normal !important;
    max-width: 100%;
}

.popup-content .success {
    font-size: large;
}
.popup-content form input ,.popup-content form select{
    /* width: 100%; */
    /* min-width: 300px; */
    /* border-radius: 2px; */
    /* padding: 5px  10px; */
    /* font-size: large; */
    /* color: #424242; */
    /* border: 1px solid #E0E0E0; */
    /* background-color: #f9f9f9; */
}
.popup.big input:not([type='checkbox']), .popup.big select, .popup.big button{
    width: 100%;
    min-width: 250px;
    padding: 0.8rem;
}
.popup.big .popup-content {
    font-size: large;
    padding: 30px;
    min-width: 320px;
}
.popup.big  button{
    padding: 1rem;
    /* width: 302px; */
    font-size: large;
}

.popup-content .fileupload .fileupload-preview {
    max-height: 250px;
    max-width: 100%;
    margin: 5px 0;
}
.popup.big{font-size: 1.3em;}
.popup-title {
    padding: 0 20px 10px 0;
}
.popup-choice {
    margin: 34px 0 0;
    text-align: center;
}.hide-layout {
     width:100%;
     min-height:100%;
     background-color: rgba(0,0,0,0.5);
     overflow:hidden;
     position:fixed;
     top:0px;
     backdrop-filter: blur(5px);
     z-index: 998;
 }
.show_mobile {display: none;}
.show_mobile_only {display: none;}
#wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

body.is_hide_breadcrumbs div#wrapper {
    padding: 0;
}
.white_bg {
    background: white;
}
.box_shadow {
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
}
.br05em{border-radius:0.5em}
.br_15,.br15{border-radius: 15px}
.br_100p,.br100{border-radius: 100%}

.yellow_outline {outline: 5px solid #FFC107;}
.wf {       overflow: hidden;}
.cb ,.clear{    clear: both;}
.d_table {  display: table; width: 100%}
.d_row {  display: table-row; }
.d_cell {   display: table-cell;    vertical-align: top;}
.dib {  display: inline-block !important;}
.db {display: block;}
.w100p {    width: 100%;}
.w300 {    width: 300px;}
.pos_rel { position: relative;}
.w33p {width: 32%;}
.w24p { width: 24%;}
.w50p { width: 49%;}
.w50pi { width: 49% !important;}
.hide { display: none;}
.fl {float: left}

header .header_text {
    overflow: hidden;
}
.fr {float: right}

.gray_color {color:#b5b5b5 !important}

.green_color {color:#51a351 !important}
.br_0{border-radius: 0 !important; }
.big {font-size: large;}
.biggest {font-size: larger;}
.m0 {margin: 0 !important;}
.mt0 {margin-top: 0 !important;}
.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mt5 {margin-top: 5px !important;}
.ml0 {margin-left: 0 !important;}
.ml5 {margin-left: 5px !important;}
.mr5 {margin-right: 5px !important;}
.m10 {margin: 10px !important;}
.mb10 {margin-bottom: 10px !important;}
.mt10 {margin-top: 10px !important;}
.ml10 {margin-left: 10px !important;}
.mr10 {margin-right: 10px !important;}
.m15 {margin: 15px !important;}
.mb15 {margin-bottom: 15px !important;}
.mt15 {margin-top: 15px !important;}
.ml15 {margin-left: 15px !important;}
.mr15 {margin-right: 15px !important;}
.m20 {margin: 20px !important;}
.mb20 {margin-bottom: 20px !important;}
.mt20 {margin-top: 20px !important;}
.ml20 {margin-left: 20px !important;}
.mr20 {margin-right: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mt30 {margin-top: 30px !important;}
.ml30 {margin-left: 30px !important;}
.mr30 {margin-right: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.list_style_none{list-style: none}
.p0 {padding: 0 !important;}
.pb3 {padding-bottom: 3px;}
.pb4 {padding-bottom: 4px;}
.p5 {padding: 5px;}
.pb5 {padding-bottom: 5px;}
.pt3 {padding-top: 3px;}
.pt4 {padding-top: 4px;}
.pt5 {padding-top: 5px;}
.pl5 {padding-left: 5px;}
.pr5 {padding-right: 5px;}
.pb10 {padding-bottom: 10px;}
.pt10 {padding-top: 10px;}
.pl10 {padding-left: 10px;}
.pr10 {padding-right: 10px;}
.p10 {padding: 10px;}
.pb15 {padding-bottom: 15px;}
.pt15 {padding-top: 15px;}
.pl15 {padding-left: 15px;}
.pr15 {padding-right: 15px;}
.p15 {padding: 15px;}
.pb20 {padding-bottom: 20px;}
.pt20 {padding-top: 20px;}
.pl20 {padding-left: 20px;}
.pr20 {padding-right: 20px;}
.p20 {padding: 20px;}
.pb30 {padding-bottom: 30px;}
.pt30 {padding-top: 30px;}
.pl30 {padding-left: 30px;}
.pr30 {padding-right: 30px;}
.p30 {padding: 30px;}

.gray_background {
    background-color: #EEEEEE;
}
.opacity05 {opacity: 0.5}
.ta_l {text-align: left;}
.ta_r {text-align: right;}
.ta_c {text-align: center !important;}
.va_t {vertical-align: top;}
.va_m {vertical-align: middle;}
.fz11 {font-size: 11px;line-height: 16px;}
.fz12,.fs12 {font-size: 12px;line-height: 18px;}
.fs14 {font-size: 14px;}
.fz13 {font-size: 13px; line-height: 15px;}
.fz16 {font-size: 16px;}
.fz18,.fs18 {font-size: 18px;}
.fz20 {font-size: 20px;}
.fz24 {font-size: 24px;}
.fz30 {font-size: 30px;}
.fz40 {font-size: 40px;}
.text_up {text-transform: uppercase;}
.td_n {text-decoration: none !important;}
.td_u_hover:hover {text-decoration: underline !important;}
.cur_p {cursor: pointer;}

.small {font-size: small;}
.b {font-weight: bold;}

.block_ten {-webkit-box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.85);box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.85);}
.border_gray { border: 2px solid #c3c3c3;}
.bg_white {background-color: white;}
.bg_black,.black_bg {background-color: black !important;}

section.block_on_main >div {
    position: relative;
}
.block:hover a.edit ,.block_on_main:hover .edit_admin,#content:hover .btn_edit_element_in_admin {
    opacity: 1
}

.block a.edit,.block_on_main .edit_admin,.btn_edit_element_in_admin {
    position: absolute;
    cursor: pointer;
    padding: 0.2em;
    color: white;
    z-index: 1;
}

.block a.edit i,.block_on_main .edit_admin i,.btn_edit_element_in_admin i {
    position: relative;
    z-index: 3;
    color: white !important;
    font-size: 14px !important;
}

.block a.edit::before,.block_on_main .edit_admin::before ,.btn_edit_element_in_admin:before {
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: #fff0 #105aa3 #fff0 #fff0;
    /* box-shadow: 1px 2px 3px rgba(255,255,255,.2); */
    content: '';
    opacity: 0.5;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.block a.edit:hover:before,.block_on_main .edit_admin:hover:before ,.btn_edit_element_in_admin:hover:before {
    OPACITY: 1;
}
.SEARCH_IN_HEADER .my_btn {
    padding: 0.7em 0.7em;
    line-height: 1rem;
    font-size: 1rem;
    height: fit-content;
}
.SEARCH_IN_HEADER .search_input {
    padding: 5px 10px;
    line-height: 1rem;
    display: inline-block;
}

.SEARCH_IN_HEADER form {
    display: flex;
    margin: auto;
}


nav#G_MENU ul li.has_child>span {position:relative;/*! padding-right: 1em; */vertical-align: baseline;word-break: break-word;white-space: nowrap;}

nav#G_MENU ul li.has_child>span>a {
    padding-right: 1.5em;
    position: relative;
}
nav#G_MENU ul li.has_child i.has_child_i {
    /* width: 1em; */
    vertical-align: middle;
    /* height: 1em; */
    display: inline-block;
    position: absolute;
    content: "\f107";
    right: 0.7em;
    /*! color: white; */
    top: -0.1em;
    font-family: fontawesome;
    /* margin: 0.4em; */
    /* max-height: 0.7em; */
    font-size: 1em;
    transition:500ms;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    /*! left: 30px; */
}
nav#G_MENU ul li.has_child:hover i.has_child_i{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(180deg);

    /* max-height: 3em; *//* right: -0.5em; */}

.y_btn { -webkit-transition: 164ms;-moz-transition: 164ms;-ms-transition: 164ms;-o-transition: 164ms;
    transition: 164ms; display: inline-block; border:none; background-color: #fbbc25; color:black !important; font-size: 25px; border-radius:5px; padding: 15px 25px; text-decoration: none;}
.y_btn.small {
    padding: 5px 15px;
    font-size: 15px;
}

.my_btn{display: inline-block;padding: 0.3em 0.5em;text-decoration: none;background: #E0E0E0;cursor: pointer;border: none;}
.my_btn:hover {text-decoration: none; background-color: #bdbdbd; opacity: 0.7}
.my_btn.big{font-size: 1.1em;padding: 0.6em 1.2em;}
.my_btn.blue{background-color: #1565c0;color:white; }
.my_btn.blue:hover { background-color: #1565c0;}
a.my_btn.blue{color:white}
.my_btn.yellow{background-color: #fbbc25; }
a.my_btn.yellow{color:black }
.my_btn.red , .red_btn{background-color: #e22b2b; }
a.my_btn.red , a.red_btn{color:white }
.my_btn.green , .green_btn{background-color: green ; }
a.my_btn.green , a.green_btn{color:white }
.my_btn.white , .white_btn{background-color: white ; }
a.my_btn.white , a.white_btn{color:black }
.my_btn.border_solid  {border:1px solid  ; }
.my_btn.border_radius {border-radius: 0.5em  ; }
/* .red_btn  {background: #e22b2b !important;color: white !important;} */

#js-btn-showing-nav{
    display: none;
}
.sveden_section .wrap_children_tags {margin-bottom:1em;/* margin-left:1em; */padding-bottom: 1em;border-bottom: 1px solid #dadada;}

.wrap_children_tags.col-sm-12.col-md-6 {
    border-bottom: none;
}

.sveden_section .wrap_children_tags:last-child {
    border-bottom: none;
}
/* .sveden_section tr .name {colro} */
.for_sticky.sticky ul.clearfix.ul_lvl_2.opened {overflow-y: auto !important;max-height:90vh;}


.tag_group.children_tag {
    vertical-align: top;
}
.tag_group.children_tag td{padding:0 0 1em;}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin:1em 0;
    flex-wrap: wrap;
    list-style: none;
    border-radius: 0;
    gap:0.5em;
}
.pagination > a {
}
.white_bg_05{background-color: #ffffffb3;}
.black_bg_05{background-color: #000000b3;}
#sp_d_icon1 {
    background-position: 0px 0px ;
}

#sp_d_icon2 {
    background-position: -50px 0px;
}

#sp_d_icon3 {
    background-position: -104px 0px;
}

#sp_d_icon4 {
    background-position: -158px 0px;
}

#sp_d_icon5 {
    background-position: -210px 0px;
}

#sp_d_icon6 {
    background-position: 4px -26px;
}

#sp_d_icon7 {
    background-position: -26px -26px;
}

#sp_d_icon8 {
    background-position: -56px -26px;
}

#sp_d_icon9 {
    background-position: -86px -26px;
}

#sp_d_icon10 {
    background-position: -116px -26px;
}

#sp_d_icon11 {
    background-position: -146px -26px;
}

#sp_d_icon12 {
    background-position: -176px -26px;
}
#sp_d_icon13 {
    background-position: -207px -26px;
}
.wrapping_img, .colorbox, .gallink {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.float_cart_in_head {position:absolute;right: 1em;padding: 0.5em;transition: 500ms;}

.float_cart_in_head.fly {
    position: fixed;
    top: 0;
    z-index: 3;
    right: 0.5em;
    background: white;
    box-shadow: 0 0 1em -0.5em black;
}
.float_cart_in_head i svg{display:inline-block;width: 1em;/* fill: blue; */}

.activity_announce .wrapping_img img{
    position: relative;
    z-index: 1;
}
.activity_announce .wrapping_img .is_premiere{
    position: absolute;
    top:0;
    left:0;
    color:white;
    z-index: 4;
}
.activity_announce .wrapping_img .is_pushkins_card{
    position: absolute;
    top:0;
    right:0;
    color:white;
    font-size:0.6em;
    max-width:50%;
    width: min-content;
    z-index: 4;
    min-width: min-content;
    background-color: #e22b2bb8;
}

.activity_announce .wrapping_img .is_pushkins_card:hover {
    /* opacity: 1; */
}
.activity_announce .wrapping_img .bottom_wrapping_img{
    /* position: absolute; */
    bottom:0;
    z-index: 9;
    left:0;
    right:0;
    color: white;
    background: #00000057;
    font-size: 0.9em;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-content: flex-end;
    align-items: stretch;
}

.activity_announce .wrapping_img .bottom_wrapping_img >* {
    padding: 0.7em;
    white-space: nowrap;
    color: white;
    text-decoration: none;
}
.activity_announce .wrapping_img .bottom_wrapping_img >.date {
    background: #9E9E9E;
    /* width: 46%; */
}
.activity_announce .wrapping_img .bottom_wrapping_img >.time {
    background: #757575;
}
.activity_announce .wrapping_img .bottom_wrapping_img >.buy {
    background:#786666;
}

.cookies-alert {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    background: #ffffff;
    background: #ffffffcc;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 3em;
    font-size: 150%;
    text-align: center;
    box-shadow: 0 0 10px -5px;
}
footer.with_agree_cookie_block {
    /* margin-bottom: 8em; */
}
.js_wrap_captcha_images img{max-width: initial;}
.demiter:last-child{display: none;}
.wrap_table {position: relative; overflow: auto;}

/*colorbox.css*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
}

#cboxOverlay {
    background: url(colorbox_img/overlay.png) repeat 0 0;
}

#colorbox {
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(colorbox_img/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(colorbox_img/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(colorbox_img/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(colorbox_img/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
    width: 21px;
    background: url(colorbox_img/controls.png) left top repeat-y;
}

#cboxMiddleRight {
    width: 21px;
    background: url(colorbox_img/controls.png) right top repeat-y;
}

#cboxTopCenter {
    height: 21px;
    background: url(colorbox_img/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
    height: 21px;
    background: url(colorbox_img/border.png) 0 -29px repeat-x;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    border: none;
    left: 0;
    background: url(colorbox_img/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxPrevious:hover {
    background-position: -75px -25px;
}

#cboxNext {
    position: absolute;
    bottom: 0;
    border: none;
    left: 27px;
    background: url(colorbox_img/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxNext:hover {
    background-position: -50px -25px;
}

#cboxLoadingOverlay {
    background: url(colorbox_img/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(colorbox_img/loading.gif) no-repeat center center;
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(colorbox_img/controls.png) no-repeat -25px 0;
    width: 25px;
    border: none;
    height: 25px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: -25px -25px;
}

.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.cboxIE6 #cboxTopLeft {
    background: url(colorbox_img/ie6/borderTopLeft.png);
}

.cboxIE6 #cboxTopCenter {
    background: url(colorbox_img/ie6/borderTopCenter.png);
}

.cboxIE6 #cboxTopRight {
    background: url(colorbox_img/ie6/borderTopRight.png);
}

.cboxIE6 #cboxBottomLeft {
    background: url(colorbox_img/ie6/borderBottomLeft.png);
}

.cboxIE6 #cboxBottomCenter {
    background: url(colorbox_img/ie6/borderBottomCenter.png);
}

.cboxIE6 #cboxBottomRight {
    background: url(colorbox_img/ie6/borderBottomRight.png);
}

.cboxIE6 #cboxMiddleLeft {
    background: url(colorbox_img/ie6/borderMiddleLeft.png);
}

.cboxIE6 #cboxMiddleRight {
    background: url(colorbox_img/ie6/borderMiddleRight.png);
}

.cboxIE6 #cboxTopLeft, .cboxIE6 #cboxTopCenter, .cboxIE6 #cboxTopRight, .cboxIE6 #cboxBottomLeft, .cboxIE6 #cboxBottomCenter, .cboxIE6 #cboxBottomRight, .cboxIE6 #cboxMiddleLeft, .cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}


#content_gallery .colorbox {
    margin: 0 0 0.4em 0.2em;
    vertical-align: top;
}

ul.documents li .ecp_info_link_popup{padding-left:15px }

form.blocks_on_main_form .n_f_special_block {
    min-width: 48%;
}
.catalog_map_element_rel {margin: 1.5em 0 0 0 }
footer #develop_link {/* text-shadow: 1px 1px black; */}

footer div#develop_link {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 2em;
}

.background_image_slider_div {
    background-size:cover;
    background-position-x: 50%;
    background-position-y:50%;
    background-repeat:no-repeat ;
}

/*********************************************** MEDIA_Q ***************************************/
@media (max-width: 555px){
    .cookies-alert {
        padding: 1.2em;
        font-size: 120%;
        overflow:auto;
        max-height:33vh;
        background: #ffffff;
    }
    nav#G_MENU ul li.has_child>a:after  {display: none;}
    .header_no_on_main  { min-height: auto !important}
    .header_no_on_main  #header_table { padding-top: 5px;}
    .header_no_on_main  #header_table td{ display: inline-block !important;}
    .header_no_on_main  #header_table img{display: none;}
    body,html{min-width: 0 !important;}
    .container{
        width:100% !important;
        max-width: none !important;
        min-width: 0 !important;
    }
    .container > span{
        /*display: none !important;*/
    }
    .fr,.fl_none_mobile{
        float: none;
    }
    .SEARCH_IN_HEADER{padding-top:1em !important; text-align:center;/* float: right; */display: grid;float: right}

    .no_select {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .SEARCH_IN_HEADER .my_btn {
        padding: 0.7em 0.7em;
        line-height: 1rem;
        font-size: 1rem;
        height: fit-content;
    }
    .SEARCH_IN_HEADER .search_input {
        padding: 5px 10px;
        line-height: 1rem;
        display: inline-block;
    }

    .SEARCH_IN_HEADER form {
        display: flex;
        margin: auto;
    }
    #special_div{
        /* display: none; */
    }

    /***********************HEADER*****************************/
    header .header_text table tbody tr , footer table tbody tr{
        /*display: flex;
        flex-direction: column;
        align-items: center;*/
        display:block !important;
    }
    header .header_text table tbody tr td  ,footer table tbody tr td{
        text-align: center;
        display: block;
        width: auto;
    }

    /***********************NAVIGATION*************************/

    .nav_wrapper{

    }
    #G_MENU{
        padding:5px 0;
    }
    .wrap_ul_nav {overflow-y: auto;}
    #G_MENU  ul.ul_lvl_1{
        display: none;
    }
    #G_MENU .ul_lvl_2 {left:0 !important;/* width: 100%; */position: relative;top: initial !important;margin: 0 !important;max-width: 100%;border: 1px solid white;}
    .for_sticky .sticky{
        position: static !important;
    }
    #js-btn-showing-nav{
        margin: auto;
        border-radius: 10px;
        /* height: 40px; */
        text-align: left;
        /* border: solid white 3px; */
        display: inline-block;
        max-width: 420px;
        padding: 5px 0;
        cursor:pointer;
        position: relative;
    }

    #js-btn-showing-nav span {font-size: 1.4em;color: white;padding-left: 7px; padding-right: 40px}

    #js-btn-showing-nav .my__line{
        border: solid white 1px;
        width: 30px;
        height: 1px;
        top: 50%;
        right: 5%;
        position: absolute;
        /* border-radius: 100px; */
    }
    #js-btn-showing-nav .my__line:nth-child(1){top:22%}
    #js-btn-showing-nav .my__line:nth-child(3){top:75%}

    /******************ASIDE**********************************/

    aside .block:not(.show_block_on_mobile), #float_btn{
        display: none !important;
    }
    aside .aside_menu .block {width: 100% !important;display: block  !important;}
    body #left .block {margin-right: 0;width: 100%;}
    #right .block{margin:0}
    #right .aside_menu{display:none}
    /**********************MAIN******************************/
    ul.documents li img{display:none;}
    ul.documents li a , ul.documents .pl15 {padding-left:0;}
    .main_page{
        padding: 0 !important;
    }
    #wrapper{
        margin-top: 0 !important;
        padding-bottom: 0 !important;
    }
    #content .wrap{
        padding: 5px !important;
        border: none !important;
        margin-bottom: 0 !important;
    }
    #content .wrap table tbody tr{
        /*display: flex;
        flex-direction: column;
        align-items: center;*/
    }
    /*#content .wrap table tbody tr td{*/
    /*    display:block;*/
    /*    width:100%;*/
    /*    margin:5px auto;*/
    /*}*/
    #content .wrap .wrap_table table tbody tr td{
        display:table-cell;
        width:auto;
        margin:auto;
    }
    /**********************SECTION BLOCK ON MAIN******************/
    #BLOCK_ON_MAIN table tbody tr{
        /*
        display: flex;
        flex-direction: column;
        align-items: center;
        */
        display:block;
    }
    #BLOCK_ON_MAIN table tbody tr td{
        text-align:center;
        display:block;
    }
    /*******************NEWS*******************************/
    .bottom-bg .container{
        padding-right: 5px;
        padding-left: 5px;
    }
    .d_table{
        display: block;
    }
    .news .post > .wf > .post_body{
        margin:10px 0;
    }
    #content .post .cover_img {float: none;margin: auto;display: block;max-width: 100% !important;}
    /*********************GALEREY*****************************/
    #content_gallery{text-align: center; }
    #content_gallery .colorbox{display: inline-block; position: relative;}
    .gallery{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .albums{
        margin-right: 0 !important;
        text-align: center;
    }
    /*********************FOOOOTER****************************/
    #contacts_footer table tbody tr{
    }
    #slider , #banners_footer .BANNERS {display: none;}
    .w24p {width: 85%;}
    .d_cell {display: block;}

    .subsection {margin:0}
    .subsection li{list-style: none;}
    .subsection a {display: block;padding: 5px;border-radius: 3px;margin-bottom:3px;background-color: #F5F5F5;}
    #moved_sect .btn{ width:85%; padding:10px;font-size:1em}
    div#develop_link {text-align: center ; font-size: 1.1em}
    .wrap_elems {text-align: center;}
    .wrap_filtr .input-group-append,
    .wrap_filtr button,
    .wrap_filtr #section_id,
    .wrap_filtr .open_close_handler
    {width: 100% !important;}
    .wrap_filtr .open_close_handler{margin-top:10px}
    .mobile_ta_c {text-align: center !important;}
    .show_mobile {display: inherit;}
    .show_mobile_only {display: initial;}

    .mobile_m0 {margin: 0 !important}
    .blog_post  img.cover_img{display:block;margin: auto;}
    .hide_mobile ,.mobile_hide ,.icon-play ,.guestbook .avatar
    ,.guestbook .guestbook_trg_admin ,.guestbook .guestbook_trg_user{display: none !important}
    table.as_block_mobile, table.as_block_mobile tr td, table.as_block_mobile tr , table.as_block_mobile tbody{display:block; width:auto;}
    table.as_block_mobile tr td{
        border-top: none;
    }
    .npos_on_main {width: 100%;}
    .npos_on_main .img{text-align: center;}
    .worker.post > .worker_foto {float: none;margin: 0;text-align: center;}
    .worker.post > .worker_context {margin: 0!important;}
    .block_on_main .owl-carousel .owl-item > * {text-align:center;}
    #gorizont_spoiler_menu_but,.owl-nav {display: none}
    .max_height_50{max-height: inherit !important;}
    .block_on_main {background-repeat: repeat;}
    nav#G_MENU ul {max-width:420px;}

    nav#G_MENU ul li.has_child >span>a{
        padding-right: 3em;        text-wrap: auto;
    }
    nav#G_MENU ul li.has_child >span>i.has_child_i{
        margin-top: -3.8em;
        padding:1em;
        /*! top: 100%; */
        right: 0;
        position: relative;
        float: right;
    }

    nav#G_MENU ul li {display:block;text-align:left;position: relative;}
    nav#G_MENU ul li a{font-size: 17px !important;display: block;}

    .for_sticky.sticky {
        overflow-y: auto;    max-height: 100%;
    }
    .wrap_video_element iframe{

        width: 100% !important;
        height: 70vw !important;
    }
    .video_list .img_cover{
        height:60vw;
    }
    .genered_aside  {margin: 20px 0}
    #sp_d_icon0{width: auto !important;}
    .set_template_special{margin-bottom: 0.5em}
    .db_mobile{display: block !important;}
    body .fr_mobile{float: right !important;}
    .ta_c_mobile {text-align: center;}
    .mb5_mobile {margin-bottom: 0.5em;}
    .video_fon {display:none !important;}
    .mobile_w300 {width: 300px;}

    .self_elem .l_side,.self_elem .r_side , .self_elem .dop_img{width:100% !important;/* text-align: center; */height: auto;padding-right: 0 !important;padding-bottom: 1em;}

    .self_elem .dop_img {margin-bottom: 1em}
    .self_elem .dop_img > a {
        width: auto;
        margin-bottom: 10px;
    }
    .self_elem .dop_img > .zaglushka {
        display: none;
    }
    .self_elem .main_img .zaglushka  {
        max-width: 100%;
        width: 100% !important;
        height: 0 !important;
    }
    .self_elem .main_img  {
        margin-right: 0px;
    }

    .header_no_on_main .wrap_header_container {min-height:inherit !important;}


}


