/* ------------------------------ */
/* Default Reset */
/* ------------------------------ */

*, :before, *:after{ -webkit-box-sizing: border-box; box-sizing: border-box;}
* {min-height: 0; min-width: 0;}
html{margin: 0; padding: 0; font-family: sans-serif; line-height: normal; font-size: 13px; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;}
body{margin: 0px; padding: 0;}
a{margin: 0; padding: 0; outline: 0; -webkit-text-decoration-skip: objects; background: transparent; color: #0073bd; cursor: pointer;}
a:hover{color: #33aaff;}
a:active{color: #33aaff;}
span{margin: 0; padding: 0;}
b{font-weight: bolder;}
strong{font-weight: bolder;}
object{margin: 0; padding: 0;}
iframe{margin: 0; padding: 0; max-width: 100%;}
h1{margin: 0; padding: 0; font-weight: normal;}
h2{margin: 0; padding: 0; font-weight: normal;}
h3{margin: 0; padding: 0; font-weight: normal;}
h4{margin: 0; padding: 0; font-weight: normal;}
h5{margin: 0; padding: 0; font-weight: normal;}
h6{margin: 0; padding: 0; font-weight: normal;}
p{margin: 0; padding: 0;}
img{max-width: 100%; max-height: 100%; display: inline-block; border-style: none;}
pre{margin: 0; padding: 0;}
code{margin: 0; padding: 0;}
audio{margin: 0; padding: 0; display: inline-block;}
video{margin: 0; padding: 0; display: inline-block;}
form{margin: 0; padding: 0; display: block;}
textarea{margin: 0; padding: 0; border: 0; outline: 0; font-size: inherit; font-family: inherit; background: #fff; overflow: auto; z-index: 1;}
select{margin: 0; padding: 0; border: 0; outline: 0; cursor: pointer; line-height: inherit; color: inherit; font-size: inherit; background: #fff;}
option{cursor: pointer; line-height: inherit; color: inherit; font-size: inherit;}
[type="text"]{margin: 0; padding: 0; border: 0; outline: 0; font-size: inherit; background: #fff; font-family: inherit; color: inherit;}
[type="password"]{margin: 0; padding: 0; border: 0; outline: 0; font-size: inherit; background: #fff; font-family: inherit; color: inherit;}
[type="number"]{margin: 0; padding: 0; border: 0; outline: 0; font-size: inherit; background: #fff; font-family: inherit; color: inherit;}
[type="checkbox"]{margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; display: inline-block; vertical-align: middle; cursor: pointer;}
[type="radio"]{margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; display: inline-block; vertical-align: middle; cursor: pointer;}
[type="file"]{margin: 0; padding: 0; border: 0; outline: 0; font-size: inherit; line-height: inherit; background: transparent; font-family: inherit; color: inherit; cursor: pointer;}
[type="file"]::-webkit-file-upload-button{border: 0; outline: 0; cursor: pointer; padding: 5px 10px;}
[type="submit"]{margin: 0; padding: 0; border: 0; outline: 0; display: inline-block; font-size: inherit; line-height: inherit; background: transparent; font-family: inherit; color: inherit; cursor: pointer; -webkit-appearance: button;}
[type="submit"]::-moz-focus-inner{padding: 0; border: 0}
[type="button"]{margin: 0; padding: 0; border: 0; outline: 0; display: inline-block; font-size: inherit; line-height: inherit; background: transparent; font-family: inherit; color: inherit; cursor: pointer; -webkit-appearance: button;}
[type="button"]::-moz-focus-inner{padding: 0; border: 0}
[type="reset"]{margin: 0; padding: 0; border: 0; outline: 0; display: inline-block; font-size: inherit; line-height: inherit; background: transparent; font-family: inherit; color: inherit; cursor: pointer; -webkit-appearance: button;}
[type="reset"]::-moz-focus-inner{padding: 0; border: 0}
[type="search"]{margin: 0; padding: 0; border: 0; outline: 0; display: inline-block; font-size: inherit; line-height: inherit; background: transparent; font-family: inherit; color: inherit; -webkit-appearance: textfield;}
[type="search"]::-moz-focus-inner{padding: 0; border: 0}
[type="search"]::-webkit-search-decoration{-webkit-appearance: none;}
[type="search"]::-webkit-search-cancel-button{-webkit-appearance: none;}
button{margin: 0; padding: 0; font-family: inherit; font-size: inherit; line-height: inherit; text-transform: none; overflow: visible; background: transparent; border: 0; cursor: pointer; -webkit-appearance: button;}
button::-moz-focus-inner{padding: 0; border: 0}
label{margin: 0; padding: 0; display: block; cursor: pointer;}
ul{margin: 0; padding: 0; display: block; list-style-position: inside; font-family: inherit; font-size: inherit; line-height: inherit;}
ol{margin: 0; padding: 0; display: block; list-style-position: inside; font-family: inherit; font-size: inherit; line-height: inherit;}
li{margin: 0; padding: 0; font-family: inherit; font-size: inherit; line-height: inherit;}
legend{margin: 0; padding: 0;}
table{margin: 0; padding: 0; border-collapse: collapse; width: 100%;}
thead{margin: 0; padding: 0;}
tbody{margin: 0; padding: 0;}
tfoot{margin: 0; padding: 0;}
tr{margin: 0; padding: 0;}
th{margin: 0; padding: 0;}
td{margin: 0; padding: 0;}
caption{margin: 0; padding: 0;}
article{margin: 0; padding: 0; display: block;}
aside{margin: 0; padding: 0; display: block;}
footer{margin: 0; padding: 0; display: block;}
header{margin: 0; padding: 0; display: block;}
nav{margin: 0; padding: 0; display: block;}
section{margin: 0; padding: 0; display: block;}

/* ------------------------------ */
/* Domain Reset */
/* ------------------------------ */

/* ------------------------------ */
/* Default Framework */
/* ------------------------------ */

/* Clearfix */
.c-clearfix:before, .c-clearfix:after{content: ''; display: table;}
.c-clearfix:after{clear: both;}
.c-clearfix {zoom: 1;}

/* Blocks */
.c-style_display_block{display: block;}

/* Inlines */
.c-style_display_inline{display: inline;}

/* Inline-blocks */
.c-style_display_inline-block{display: inline-block;}

/* Vertical aligning */
.c-style_vertical-align_top{vertical-align: top;}
.c-style_vertical-align_middle{vertical-align: middle;}
.c-style_vertical-align_baseline{vertical-align: baseline;}
.c-style_vertical-align_bottom{vertical-align: bottom;}

/* Horisontal aligning */
.c-style_text-align_center{text-align: center;}
.c-style_text-align_left{text-align: left;}
.c-style_text-align_right{text-align: right;}
.c-style_text-align_justify{text-align: justify;}

/* Sizing */
.c-style_width_auto{width: auto;}
.c-style_width_100{width: 100%;}

/* Margins */
.c-style_margin_horisontal_auto{margin-left: auto; margin-right: auto;}
.c-style_margin_vertical_auto{margin-top: auto; margin-bottom: auto;}
.c-style_margin_auto{margin: auto;}
.c-style_margin-left_auto{margin-left: auto;}
.c-style_margin-right_auto{margin-right: auto;}
.c-style_margin-top_auto{margin-top: auto;}
.c-style_margin-bottom_auto{margin-bottom: auto;}
.c-style_margin_horisontal_none{margin-left: 0; margin-right: 0;}
.c-style_margin_vertical_none{margin-top: 0; margin-bottom: 0;}
.c-style_margin_none{margin: 0;}
.c-style_margin-left_none{margin-left: 0;}
.c-style_margin-right_none{margin-right: 0;}
.c-style_margin-top_none{margin-top: 0;}
.c-style_margin-bottom_none{margin-bottom: 0;}

/* Paddings */
.c-style_padding_horisontal_none{padding-left: 0; padding-right: 0;}
.c-style_padding_vertical_none{padding-top: 0; padding-bottom: 0;}
.c-style_padding_none{padding: 0;}
.c-style_padding-left_none{padding-left: 0;}
.c-style_padding-right_none{padding-right: 0;}
.c-style_padding-top_none{padding-top: 0;}
.c-style_padding-bottom_none{padding-bottom: 0;}

/* Table */
.c-style_display_table{display: table;}
.c-style_display_table-row{display: table-row;}
.c-style_display_table-cell{display: table-cell;}
.c-style_table-layout_fixed{table-layout: fixed;}

/* Flexbox */
.c-style_display_flex{display: -webkit-box; display: -ms-flexbox ;display: flex;}
.c-style_align-items_center{-webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.c-style_align-items_flex-start{-webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}
.c-style_align-items_flex-end{-webkit-box-align: end; -ms-flex-align: end; align-items: flex-end;}
.c-style_align-items_stretch{-webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch;}
.c-style_align-items_baseline{-webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline;}
.c-style_justify-content_center{-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.c-style_justify-content_flex-start{-webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;}
.c-style_justify-content_flex-end{-webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end;}
.c-style_justify-content_space-around{-ms-flex-pack: distribute; justify-content: space-around;}
.c-style_justify-content_space-between{-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.c-style_flex-direction_column{-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
.c-style_flex-direction_row{-webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row;}
.c-style_flex-wrap_wrap{-ms-flex-wrap: wrap; flex-wrap: wrap;}
.c-style_flex-wrap_wrap-reverse{-ms-flex-wrap: wrap-reverse;flex-wrap: wrap-reverse;}
.c-style_flex-wrap_nowrap{-ms-flex-wrap: nowrap; flex-wrap: nowrap;}
.c-style_flex-grow_1{-webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1;}
.c-style_flex-grow_0{-webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0;}
.c-style_flex-shrink_1{-ms-flex-negative: 1; flex-shrink: 1;}
.c-style_flex-shrink_0{-ms-flex-negative: 1; flex-shrink: 1;}
.c-style_align-self_flex-start{-ms-flex-item-align: start; align-self: flex-start;}
.c-style_align-self_flex-end{-ms-flex-item-align: end; align-self: flex-end;}
.c-style_align-self_flex-center{-ms-flex-item-align: center;align-self: center;}
.c-style_align-self_flex-baseline{-ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center;}
.c-style_align-self_flex-stretch{-ms-flex-item-align: stretch; -ms-grid-row-align: stretch; align-self: stretch;}

/* Ellipsis */
.c-style_ellipsis{overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap;}

/* Ellipsis */
.c-style_nowrap{white-space: nowrap;}

/* Button inline element */
.c-element_button_inline{cursor: pointer; color: #333; text-decoration: none; display: inline-block; white-space: nowrap; font-family: Tahoma; background: #fff; position: relative; border: 1px solid rgb(176, 207, 224); padding: 6px 10px; border-radius: 2px; -webkit-transition: -webkit-box-shadow 0.2s; transition: -webkit-box-shadow 0.2s; -o-transition: box-shadow 0.2s; transition: box-shadow 0.2s; transition: box-shadow 0.2s, -webkit-box-shadow 0.2s; -ms-user-select: none; -moz-user-select: none; -webkit-user-select: none;}
.c-element_button_inline:hover:not(.c-element_button_inline_disabled){border: 1px solid #b4b4b4; color: inherit;}
.c-element_button_inline.c-element_button_inline_active:not(.c-element_button_inline_disabled){border: 1px solid rgba(0, 0, 0, 0.2); color: inherit; -webkit-box-shadow: 0 0 10px #ffcc00; box-shadow: 0 0 10px #ffcc00;}
.c-element_button_inline:active:not(.c-element_button_inline_disabled){top: 1px; -webkit-box-shadow: 0 0 10px #ffcc00; box-shadow: 0 0 10px #ffcc00;}
.c-element_button_inline.c-element_button_inline_disabled{opacity: 0.5;}
.c-element_button_inline:disabled{opacity: 0.5;}
.c-element_button_inline > i{vertical-align: baseline;}
.c-element_button_inline > span{vertical-align: baseline;}

/* Label element */
.c-element_label *{-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none}
/* + Checkbox styles */
.c-element_label [type="checkbox"] + i:before{color: #c9c9c9;}
.c-element_label:hover [type="checkbox"] + i:before{color: inherit;}
.c-element_label [type="checkbox"]:checked + i:before{color: inherit;}
/* + Radio styles */
.c-element_label [type="radio"] + i:before{color: #c9c9c9;}
.c-element_label:hover [type="radio"] + i:before{color: inherit;}
.c-element_label [type="radio"]:checked + i:before{color: inherit;}

/* Checkbox element */
/* + .fa style */
.c-element_checkbox [type="checkbox"] + i{display: inline-block; font-family: FontAwesome;  -webkit-font-feature-settings: normal;  font-feature-settings: normal; -webkit-font-kerning: auto; font-kerning: auto; -webkit-font-language-override: normal; font-language-override: normal; font-size-adjust: none; font-stretch: normal; font-style: normal;  font-synthesis: weight style; font-variant: normal; font-weight: normal; text-rendering: auto;}
/* + .fa-fw style */
.c-element_checkbox i{text-align: center; width: 1.28571em;}
/* + .fa-lg style */
.c-element_checkbox [type="checkbox"] + i{font-size: 1.33333em; line-height: 0.75em; vertical-align: -15%;}
/* + Default style */
.c-element_checkbox{display: inline-block;}
.c-element_checkbox [type="checkbox"]{display: none;}
.c-element_checkbox [type="checkbox"] + i:before{content: ''; color: #c9c9c9;}
.c-element_checkbox [type="checkbox"]:checked + i:before{content: ''; position: relative; left: 0.0714em;}

/* Radio element */
/* + .fa style */
.c-element_radio i{display: inline-block; font-family: FontAwesome;  -webkit-font-feature-settings: normal;  font-feature-settings: normal; -webkit-font-kerning: auto; font-kerning: auto; -webkit-font-language-override: normal; font-language-override: normal; font-size-adjust: none; font-stretch: normal; font-style: normal;  font-synthesis: weight style; font-variant: normal; font-weight: normal; text-rendering: auto;}
/* + .fa-fw style */
.c-element_radio i{text-align: center; width: 1.28571em;}
/* + .fa-lg style */
.c-element_radio [type="radio"] + i{font-size: 1.33333em; line-height: 0.75em; vertical-align: -15%;}
/* + Default style */
.c-element_radio{display: inline-block;}
.c-element_radio [type="radio"]{display: none;}
.c-element_radio [type="radio"] + i:before{content: ''; color: #c9c9c9;}
.c-element_radio [type="radio"]:checked + i:before{content: '';}

/* Table element default */
.c-element_table_default{width: 100%; margin: 0; border-collapse: separate; background-color: #cdcdcd; border-spacing: 1px;}
.c-element_table_default tr:hover td{background: #F9F9F9;}
.c-element_table_default td{padding: 6px; background-color: #fff; vertical-align: top; text-align: left;}
.c-element_table_default th{padding: 6px; background-color: #fff; vertical-align: top; background: #E6EEEE; text-align: left; border: 1px solid #fff; white-space: nowrap;}

/* Stock-b */
.stock-b{cursor: pointer; color: rgba(64, 64, 64, 0.9); text-decoration: none; display: inline-block; background: rgba(0, 0, 0, 0.06); position: relative; border: 1px solid rgba(0, 0, 0, 0.06); padding: 6px 10px; border-radius: 2px;}
.stock-b:hover, .sort-option.selected{border: 1px solid rgba(0, 0, 0, 0.2); color: inherit;}
.stock-b:active{top: 1px;}
.stock-b+.stock-b{margin-left: 15px;}
.stock-b i{/*vertical-align: middle;*/}

/* Growls */
#growls, .growls{z-index:50000;position:fixed;}
#growls.default{bottom:10px;right:10px;}
#growls.tl{top:10px;left:10px;}
#growls.tr{top:10px;right:10px;}
#growls.bl{bottom:10px;left:10px;}
#growls.br{bottom:10px;right:10px;}

.growls{z-index:50000;position:fixed;}
.growls.default{bottom:10px;right:10px;}
.growls.tl{top:10px;left:10px;}
.growls.tr{top:10px;right:10px;}
.growls.bl{bottom:10px;left:10px;}
.growls.br{bottom:10px;right:10px;}
.growl{opacity:0.8;position:relative;border-radius:4px;-webkit-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}
.growl.growl-incoming{opacity:0;}
.growl.growl-outgoing{opacity:0;}
.growl.growl-small{width:200px;padding:5px;margin:5px;}
.growl.growl-medium{width:250px;padding:10px;margin:10px;}
.growl.growl-large{width:300px;padding:15px;margin:15px;}
.growl.growl-default{color:white;background:#7f8c8d;}
.growl.growl-error{color:white;background:#c0392b;}
.growl.growl-notice{color:white;background:#32A146;}
.growl.growl-warning{color:white;background:#f39c12;}
.growl .growl-close{cursor:pointer;float:right;font-size:14px;line-height:18px;font-weight:normal;}
.growl .growl-title{font-size:24px;line-height:24px;}
.growl .growl-message{font-size:14px;line-height:18px;margin-top:10px;}
.growls{display: none !important;}

/* Clearfix */
.clearfix:before, .clearfix:after{content: ''; display: table;}
.clearfix:after{clear: both;}
.clearfix {zoom: 1;}

/* Popup window style */
.popup-style .fform{ border-radius: 0px; padding: 20px; border-radius: 1px;}
.popup-style .title{font-size: 22px; margin: 5px 0;}
.popup-style .ffbtnclose{right: -35px !important; top: -35px !important;}
.popup-style textarea{resize: none;}
.popup-style input{}
.popup-style .error input{border-color: red !important;}
.popup-style .send{}
.popup-style .send:hover{}
.popup-style .msg{font-size: 21px;}

/* Tablesorter */
.tablesorter .tablesorter-header{cursor: pointer; padding-right: 20px; background-image: url('imgs_default/tablesorter-bg.gif'); background-position: right center; background-repeat: no-repeat;}
.tablesorter .tablesorter-asc{background-color: #8dbdd8; background-image: url('imgs_default/tablesorter-asc.gif');}
.tablesorter .tablesorter-desc{background-color: #8dbdd8; background-image: url('imgs_default/tablesorter-desc.gif');}

/* Табы */
* + .di-tabs-w{margin-top: 10px;}
.di-tabs-buttons-w{margin: 0;}
.di-tabs-button-item{list-style: none; display: inline-block;}
.di-tabs-button-item > a{padding: 8px 14px; font-size: 13px; display: inline-block; border: 1px solid #b0cfe0; border-bottom: 0; background: #f6f6f6; color: #000; border-radius: 2px 2px 0 0; text-decoration:none;}
.di-tabs-button-item > a:hover{background: #fff; color: #000;}
.di-tabs-button-item > a.active{background: #fff; color: #000;}
.di-tabs-content-item{padding: 10px; background: #fff; border: 1px solid #b0cfe0; z-index: 1;}
.di-tabs-content-item-editor{padding: 0; background: transparent; border: none;}

/* ------------------------------ */
/* Domain Framework */
/* ------------------------------ */

.c-element_button_inline{border-color: #000; font-family: Roboto; border-radius: 0;}
.c-element_button_inline:hover:not(.c-element_button_inline_disabled){border-color: #000; background: rgba(0, 0, 0, 0.02);}
.c-element_button_inline:active:not(.c-element_button_inline_disabled){box-shadow: 0 0 10px #000; color: #000;}

.c-element_table_default td{padding: 8px;}
.c-element_table_default th{padding: 8px;}

/* ------------------------------ */
/* Domain Styles */
/* ------------------------------ */

/* Common */
html{}
body{background: #fff; /*overflow-x: hidden;*/ overflow-y: scroll; font-size: 13px; font-family: Roboto;}
h1, .h1{font-size: 24px; font-weight: 400; color: #262626; margin-bottom: 10px;}
h2, .h2{font-size: 21px; font-weight: 400; color: #262626; margin-bottom: 10px;}
h3, .h3{font-size: 21px; font-weight: 300; color: #262626; margin-bottom: 10px;}
p, .p{font-size: 17px; margin: 10px 0;}
li, .li{font-size: 17px; margin: 10px 0;}
textarea{border: 1px solid #c0cad5; font-family: Tahoma; font-size: 13px; margin: 0; padding: 6px; width: 100%; resize: vertical;}
textarea:focus{border-color: #b0cfe0; -webkit-box-shadow: 0 0 5px #b0cfe0; box-shadow: 0 0 5px #b0cfe0;}
[type="text"]{border: 1px solid #c0cad5; font-family: Tahoma; font-size: 13px; margin: 0; padding: 6px; width: 100%;}
[type="text"]:focus{border-color: #b0cfe0; -webkit-box-shadow: 0 0 5px #b0cfe0; box-shadow: 0 0 5px #b0cfe0;}
[type="password"]{border: 1px solid #c0cad5; font-family: Tahoma; font-size: 13px; margin: 0; padding: 6px; width: 100%;}
[type="password"]:focus{border-color: #b0cfe0; -webkit-box-shadow: 0 0 5px #b0cfe0; box-shadow: 0 0 5px #b0cfe0;}
[type="number"]{border: 1px solid #c0cad5; font-family: Tahoma; font-size: 13px; margin: 0; padding: 6px; width: 100%;}
[type="number"]:focus{border-color: #b0cfe0; -webkit-box-shadow: 0 0 5px #b0cfe0; box-shadow: 0 0 5px #b0cfe0;}
select{border: 1px solid #c0cad5; font-family: Tahoma; font-size: 13px; margin: 0; padding: 5px; width: 100%;}
select:focus{border-color: #b0cfe0; -webkit-box-shadow: 0 0 5px #b0cfe0; box-shadow: 0 0 5px #b0cfe0;}
.dots{}
.error input{border-color: red !important;}

/* Container */
.container{max-width: 1320px; padding: 0 10px; margin: 0 auto;}
.wrapper{    position: relative;	margin: 0 auto -60px;	min-height: 100%;	height: auto;	padding: 0 0 60px;}

/*img_user_adm*/
.table-users__image{position: relative;cursor: pointer}
.table-users__image img{width: 90px;	height: 100px;	position: absolute;	top: -30px;	right: -90px;	max-height: 100px;	display: none;	z-index: 101;background: #c4c4c49e;padding: 5px;}


/* slider */
.slider{display: block;}

/* gallery */
.gallery-preload i{animation: gallery-preload-rotate 5s linear 0s infinite;margin-left: 5px;}
.gallery-preload{width: 160px;text-align: center;display: inline-block}
@keyframes gallery-preload-rotate{
    0%{transform: rotate(0deg)}
    100%{transform: rotate(360deg)}
}

/* Finally default gallery childs */
.gallery-childs-w{}
.gallery-child-name{position: absolute; bottom: 0; left: 0; right: 0; text-align: center; padding: 8px 0; background: rgba(255, 255, 255, 0.85); font-size: 19px;}
.gallery-childs{display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: -10px;}
.gallery-child-w{display: block;}
.gallery-child{color: #000; display: block; background: rgba(255, 255, 255, 0.85); position: relative; color: #000; display: block; border: 10px solid transparent;}
.gallery-child:hover{color: #000;}
.gallery-child img{display: block;}

/* Finally default gallery */
.gallery-items-w{}
.gallery-items{display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.gallery-item-w{display: block;}
.gallery-item{position: relative; display: block;}
.gallery-item{display: block;}
.gallery-item img{display: block;}

.gallery-item--aura .gallery-item-name{opacity: 0; transition: all 0.2s; top: 0; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center;}
.gallery-item--aura:hover .gallery-item-name{opacity: 1; font-size: 27px; font-weight: 300;}

/* Gallery sortable list */
.gallery-items-sortable-w{margin: -3px;}
.gallery-items-sortable-w .gallery-item-w{width: 10%; cursor: move;}
.gallery-items-sortable-w .gallery-item{padding: 3px;}

/* Catalog */
.catalog-index-w{margin-bottom: 25px;}
.catalog-index-w+.catalog-items-w{margin-top: 20px;}
.catalog-index-w-inner{display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: -10px;}
.catalog-index{position: relative; text-align: center; border: 10px solid rgba(0,0,0,0); width: 25%; display: -webkit-box; display: -ms-flexbox; display: flex;}
.catalog-index img{display: block; margin: 0 auto; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; -o-object-fit: contain; object-fit: contain;}
.catalog-index a{color: #333333; text-decoration: none; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 15px; -ms-flex-flow: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-flow: column; width: 100%;border: 1px solid #1B1C1C; background: #fff;}
.catalog-index-text{-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 10px 10px 0 10px; font-size: 17px; border-radius: 0 0 2px 2px;}
.catalog-item-hidden .catalog-item-inner {background: #ffbaba;}
.catalog-items-w-x6 .catalog-item{width: 16.6666%;}
.catalog-items-w-x5 .catalog-item{width: 20%;}
.catalog-items-w-x4 .catalog-item{width: 25%;}
.catalog-items-w-x2 .catalog-item{width: 50%;}
.catalog-items-w-225px .catalog-item{width: 245px;}
.catalog-index-w+.catalog-items-w{margin-top: 20px;}
.catalog-items-w{}
.catalog-page{}
.catalog-page-inner{display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: -10px; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch;}
a.catalog-item{color: inherit;text-decoration: inherit;}
a.catalog-item:hover{color: inherit;text-decoration: inherit;}
.catalog-item{border: 10px solid rgba(0, 0, 0, 0);}
.catalog-item-hat{position: absolute; height: 3px; position: absolute; left: 4px; right: 4px; top: -4px; border: 1px solid #000; border-bottom: 0; background: #fff;}
.catalog-item-inner{height: 100%; position: relative; display: flex; flex-direction: column; border: 1px solid #1B1C1C; background: #fff}
.catalog-item-name{text-decoration: none; padding: 15px; text-align: center; font-size: 15px; color: #000;flex: 1;}
.catalog-item-name:hover{color: #000;}
.horizontal__catalog-item {
    text-decoration: none;
    margin-bottom: 32px;
}
.horizontal__catalog-item:last-child {
    margin-bottom: 0;
}
.horizontal__catalog-item .catalog-item-name {
    text-align: left;
    margin: 18px 0;
    padding-right: 32px;
}
.horizontal__catalog-item .catalog-item-desc {
    margin: 0;
}
.horizontal__catalog-item .catalog-item-inner {
    gap: 40px;
}
.horizontal__catalog-item .catalog-item-img {
    width: 304px;
}
.horizontal__catalog-item .horizontal__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;

    padding-bottom: 14px;
}
.horizontal__catalog-item .description {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #5F616F;
}
.horizontal__catalog-item .catalog-item-price-info {
    font-size: 10px;
    font-weight: 300;
    line-height: 12px;
}
@media (max-width: 1000px) {
    .catalog-page .horizontal__catalog-item .catalog-item-inner {
        flex-direction: column;
    }

    .horizontal__catalog-item .catalog-item-img {
        height: 280px;
        margin: 0 auto;
    }
}
.catalog-item-img{padding: 15px; height: 285px;}
.catalog-item-img{display: block;}
.catalog-item-img img{max-width: 100%; max-height: 100%; display: block; margin: 0 auto; object-fit: cover; height: 100%; width: 100%;}
.catalog-item-desc{padding: 15px 0; margin: 0 15px; margin-top: auto; border-top: 1px solid #000; display: flex; flex-direction: column; justify-content: center;}
.catalog-item-price{font-size: 21px; text-align: right;}
.catalog-item-price .rouble{}
.catalog-item-prices-w{display: flex; justify-content:space-between; align-items: center; padding: 10px 0 0 0;}
.catalog-item-tocart-w{margin-left: auto;}
.catalog-item-tocart{color: #fff; position: relative; text-transform: uppercase; background: #C05153; font-size: 16px; padding: 5px 9px; border-radius: 2px; cursor: pointer; text-align: center;}
.catalog-item-tocart:active{top: 1px;}
.catalog-item-tocartcount{width: 50px !important; display: inline-block !important; border-color: #000;}
.catalog-item-sort{margin-bottom: 25px;}
.catalog-item-buttons{margin-top: 10px; text-align: right;}
.catalog-spinner{text-align: center; font-size: 60px;}
.catalog-load-more-w{margin-top: 20px; text-align: center;}
.catalog-load-more{}
.catalog-page-count-w{margin: 40px -20px; text-align: center; margin-bottom: 0; padding-bottom: 40px; position: relative;}
.catalog-page-count{background: #e5e5e5; border-radius: 2px; display: inline-block; padding: 4px 6px; width: 150px;}
.catalog-badge-hit{position: absolute; top: -5px; left: -6px; width: 145px; height: 145px; background: url('/site/templates/default/imgs/hot1.png'); z-index: 1;}
.catalog-badge-new{position: absolute; top: -5px; left: -6px; width: 145px; height: 145px; background: url('/site/templates/default/imgs/new1.png'); z-index: 1;}
.catalog-badge-sale{position: absolute; top: -5px; left: -6px; width: 145px; height: 145px; background: url('/site/templates/default/imgs/sale1.png'); z-index: 1;}
.catalog-lent-hit{position: absolute; left: -3px; top: -6px; width: 50px; height: 50px; background: url('/site/templates/default/imgs/hot-min.png'); z-index: 1;}
.catalog-lent-new{position: absolute; left: -3px; top: -6px; width: 50px; height: 50px; background: url('/site/templates/default/imgs/new-min.png'); z-index: 1;}
.catalog-lent-sale{position: absolute; left: -3px; top: -6px; width: 50px; height: 50px; background: url('/site/templates/default/imgs/sale-min.png'); z-index: 1;}
.catalog-youtube-button{width: 70px; height: 64px; background: url('/site/templates/default/imgs/youtube.png') center center no-repeat; cursor: pointer; margin: 3px;}
.catalog-good-delete{ cursor: pointer; position: absolute; right: 5px; top: 5px; width: 16px; height: 16px; z-index: 1; background-image: url("/site/templates/default/imgs_default/del.png");}
.list-good{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; margin: 8px 0; padding: 2px;}
.list-good:hover{background: #ededed;}
.list-good .link-del{margin-left: auto;}
.catalog-main-w{display: -webkit-box;display: -ms-flexbox;display: flex;}
.catalog-main-top{padding-top: 20px; margin-top: 80px; border-top: 1px solid #474747; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between;}
.catalog-main-top-tocart{-webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.catalog-main-visuals{width: 500px; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto;}
.catalog-main-img-w{overflow: hidden; display: -webkit-box;display: -ms-flexbox;display: flex; background: #fff; border: 1px solid #474747; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 500px; position: relative;}
.catalog-main-img-w a {display: flex; justify-content: center; align-items: center; height: 100%; width: 100%;}
.catalog-main-img{text-align: center; vertical-align: middle; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto;}
.catalog-main-img img{display: block; margin: 0 auto; max-width: 350px; max-height: 480px;}
.catalog-main-data{padding-left: 20px; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto;}
.catalog-main-price{font-size: 27px; font-weight: 500; margin-right: 30px;}
.catalog-main-gallery{display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-flow: row wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; position: relative; margin-top: 30px;}
.catalog-main-gallery a{display: block; border: 8px solid rgba(0, 0, 0, 0); width: 33.3333%;}
.catalog-main-gallery a+a{}
.catalog-main-gallery a:nth-child(4n+1){margin-left: 0;}
.catalog-main-gallery td{width: 76px; height: 76px; max-width: 76px; max-height: 76px; padding: 10px;}
.catalog-main-gallery img{display: block; max-height: 100%; margin: 0 auto;}
.catalog-main-delivering{padding-left: 50px; line-height: 27px; background: url('/site/templates/default/imgs/catalog-main-gold.png') no-repeat left top; font-size: 22px; margin-bottom: 10px;}
.catalog-main-payment{padding-left: 38px; line-height: 27px; background: url('/site/templates/default/imgs/catalog-main-gold.png') no-repeat left bottom; font-size: 22px; margin-bottom: 10px;}
.catalog-main-description{font-size: 19px; font-weight: 300;}
.catalog-main-description+.catalog-main-attributes{margin-top: 20px;}
.catalog-main-description p{}
.catalog-main-description p+p{margin-top: 5px;}
.catalog-main-description-main+.catalog-main-description-add{border-top: 1px solid #d7d7d7; margin-top: 20px; padding-top: 20px;}
.catalog-main-description__colours h2{font-size: 20px; color: #000;}
.catalog-main-description__colours ul{padding: 0; margin: 0;}
.catalog-main-description__colours li{display: inline-block;}
.catalog-main-description__colours a{display: block;width: 32px;height: 32px;border-radius: 20px;margin-right: 12px;text-indent: -3000px;}
.catalog-main-description__colours a.active{width: 35px;height: 35px;border: 4px solid #ffffff;opacity: 1;box-shadow: 0 10px 11px #b3b1b5;}

.catalog-main-attributes td{padding: 9px; background: #fff; border: 1px solid #d7d7d7;}
.catalog-main-attributes tr+tr td{}
.catalog-main-tocart{border-color: #000;}
.catalog-main-prices{display: flex;}
.catalog-main-favorite{cursor: pointer; font-size: 17px; user-select: none; -moz-user-select: none; -webkit-user-select: none;}
.catalog-main__stock-status { text-align:right; font-size: 18px; padding: 6px 10px; margin-bottom: 10px;}
.catalog-main__stock-status--instock { background: #90dc9e; }
.catalog-main__stock-status--stockout { background: #dddddd; }
.catalog-main__stock-status--fororder { background: #dddddd; }
.catalog-favorite--favorited i:before{color: red; content: '\f004';}
.catalog-top-button{background: #e8e8e8 none repeat scroll 0 0 !important; color: #000; padding: 4px 11px; text-decoration: none; margin-bottom: 17px; border-radius: 2px !important; display: inline-block; line-height: 23px; position: relative;}
.catalog-top-button:hover{background: #F4CF4E;}
.catalog-popular-wrapper{margin: 20px -20px 0 -20px; padding: 20px;}
.catalog-item-spec-title{ font-size: 24px; margin-bottom: 10px;}
.catalog-item-specs-list{margin-bottom: 10px;}
.catalog-item-spec{display: inline-block; margin: 0 5px 5px 0; font-size: 13px; background: #F6CF4E; padding: 3px 10px; border-radius: 3px; cursor: pointer; border: 2px solid #F6CF4E;}
.catalog-item-spec.selected{border-color: #323232;}
.catalog-item-spec-cost-w{margin-left: 15px;}
.catalog-item-spec-select-w{padding-bottom: 10px;}
.free-enabled .delivery-cost-paid2{text-decoration: line-through;}
.free-enabled .delivery-cost-free2{opacity: 1;}
.delivery-cost-free2{opacity: 0;}
.catalog-description {
    margin-top: 20px;
}
.catalog-description-item:not(:last-child) {
    margin-bottom: 40px;
}
.catalog-description__title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
}
.catalog-description__content {
    font-weight: 300;
}
.catalog-description__content h2 {
    margin-top: 40px;
}
.catalog-item-soon {
    -webkit-mask-image: url('/site/templates/default/svg/mBell.svg');
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 70%;

    background: #000;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.catalog-item-btn--buy {
    display: block;
    position: relative;
    background: #000;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
    cursor: pointer;
}
.catalog-item-btn--buy:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: calc(50% - 9px);
    right: calc(50% - 9px);
    bottom: calc(50% - 9px);
    left: calc(50% - 10px);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;

    background: #fff;
    width: 18px;
    height: 18px;
}
.catalog-item-btn--buy.ec-tocart:before {
    -webkit-mask-image: url(/site/templates/default/svg/Cart.svg);
    mask-image: url(/site/templates/default/svg/Cart.svg);
}
.catalog-item-btn--buy.ec-gotocart:before {
    -webkit-mask-image: url(/site/templates/default/svg/mArrowRight.svg);
    mask-image: url(/site/templates/default/svg/mArrowRight.svg);
}
.horizontal__block_title {
    margin: 50px 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
}
@media screen and (min-width: 1001px) {
    .catalog-mobile-only {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .catalog-desktop-only {
        display: none;
    }
}
.catalog-mobile-only {

}
@media screen and (max-width: 1250px) {
    .catalog-item-img {
        height: 280px;
    }
}
@media screen and (max-width: 820px) {
    .catalog-item-hat {
        display: none;
    }
    .catalog-item-img {
        padding: 0 !important;
    }
    .catalog-item-price {
        font-size: 18px;
        white-space: nowrap;
    }
    .catalog-item-price-soon {
        text-align: right;
    }
    .logo__img {
        margin-bottom: 45px;
    }
}
@media screen and (max-width: 450px) {
    .catalog-item-img {
        height: 190px;
    }
}
@media screen and (max-width: 350px) {
    .catalog-item-img {
        height: 166px;
    }
}

/*Спецификации товара*/
.goods-spec-list{}
.goods-spec-row{padding: 5px; cursor: all-scroll; margin-top: 5px;}
.goods-spec-row:hover{background: #C0DFF0;}
.goods-spec-row-title{float: left; width: 250px; }
.goods-spec-row-cost{float: left; width: 100px; margin-left: 5px;}
.goods-spec-row-cost-wholesale{float: left; width: 100px; margin-left: 5px;}
.goods-spec-row-del{float: left; color: red; cursor: pointer; font-weight: bold; margin-left: 5px;}

/* Cart */
.cart-button{background: transparent; position: relative; margin-left: auto; color: #ffffff; text-decoration: none; z-index: 60;}
.cart-button__inner{display: flex; height: 100%; cursor: pointer; align-items: center; justify-content: center; font-size: 16px; text-transform: uppercase; font-weight: 500;}
.cart-button .fa-caret-down{-webkit-transition:all 0.2s;-o-transition: all 0.2s;transition: all 0.2s; margin-left: 10px;}
.cart-button.expanded .cart-predata{display: block;}
.cart-button.expanded .fa-caret-down{-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}
.cart-button-total{/*margin-left: 15px;*/}
.cart-button-total__count{color: #edd4ab}
.cart-button-total__cost{color: #edd4ab; white-space: nowrap;}
.cart-icon{width: 25px; margin-right: 10px;}
.cart-predata-top{overflow-y: scroll; overflow-x: hidden;}
.cart-predata-holder{position: relative;}
.cart-predata{position: absolute; cursor: default; min-width: 450px; color: #000; right: 0px;  background: #fff; border-top: 0; top: 100%; display: none; z-index: 2;  background: #FAFAFA;}
.cart-predata .cart-items{font-size: 16px;}
.cart-predata .cart-items tr:nth-child(odd){background: #ededed;}
.cart-predata .cart-items tr:nth-child(even){background: #f4f4f4;}
.cart-predata .cart-items tr:hover{background: #5F84A9; color: #fff;}
.cart-predata .cart-items tr:hover a{color: #fff;}
.cart-predata .cart-items tr:hover .cart-item-del{color: #fff;}
.cart-predata .cart-items td{padding: 0 8px;}
.cart-predata .cart-item-summ{}
.cart-predata .cart-items .cart-item-name{text-align: left; white-space: nowrap; padding: 0;}
.cart-predata .cart-item-name a{display: block; padding: 10px 14px; padding-left: 0;}
.cart-predata .cart-item-image{min-width: 60px;}
.cart-predata .cart-item-image a{display: block;}
.cart-predata .cart-item-image img{height: 28px; margin: 0 auto;}
.cart-predata .cart-item-count{min-width: 60px; text-align: center; white-space: nowrap;}
.cart-predata .cart-item-price{min-width: 85px; text-align: center; white-space: nowrap;}
.cart-predata .cart-item-del{min-width: 30px; font-size: 14px; cursor: pointer; text-align: center; border-left: 1px solid #cccccc; color: #5F84A9;}
.cart-predata .cart-predata-bottom{padding: 10px; border-top: 1px solid #ccc; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.cart-predata .cart-predata-order{}
.cart-predata-shadow{position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: none; background: rgba(0,0,0,0.2); z-index: 56;}
.cart-predata-shadow.cart-predata-shadow-expanded{display: block;}

/* блок уведомления о поступлении товара */
.stock-notify-difback{margin-left: auto;}
.stock-notify-difback .msg{margin-left: auto; font-weight: 300; font-size: 20px;}
.stock-notify-w {  display:flex; flex-direction:row; }
.stock-notify { display:none;transition: all 0.5s; flex-direction:row; }

/*Standalone cart*/
.st-cart{background: #fff; border-radius: 2px; padding-bottom: 20px;}
.st-cart-reload{float: right; cursor: pointer;}
.st-cart-row{padding: 0;}
.st-cart-row-content{padding: 15px; border: 2px solid #ececec;}
.st-cart-row + .st-cart-row{border-top: 0; margin-top: 0;}
.st-cart-row-title{margin: 0; padding: 15px; background: #f7f7f7; border: 2px solid #ececec; margin: 0; color: #2864ae; font-size: 16px; border-top: 0; border-bottom: 0;}
.st-cart-items-w{}
.st-cart-items{}
.st-cart-item{}
.st-cart-items-header{border-bottom: 2px solid #48bbe8;}
.st-cart-items-footer{border-top: 2px solid #48bbe8;}
.st-cart-formtitle{font-style: italic; margin: 7px 0;}
.st-cart-items th{font-size: 19px; color: #2864ae; text-align: left; vertical-align: middle; padding: 8px 4px; font-weight: normal;}
.st-cart-items td{vertical-align: middle; padding: 6px; font-size: 15px;}
.st-cart-item-name{}
.st-cart-item-name a{}
.st-cart-delivery td{vertical-align: top;}
.st-cart-payment td{vertical-align: top;}
.st-cart-item-price{}
.st-cart-item-price-text{display: none;}
.st-cart-item-price-old{text-decoration: line-through;}
.st-cart-item-count{}
.st-cart-item-count input{width: 70px; border: 1px solid #aaa; padding: 4px 6px; font-size: 15px;}
.st-cart-item-count-text{display: none;}
.st-cart-item-summ{width: 180px;}
.st-cart-item-summ-text{display: none;}
.st-cart-items tr + tr{border-top: 1px dashed #aaa;}
.st-cart-item-art{display: none;}
.st-cart-item-del-w{}
.st-cart-item-del{width: 60px;}
.st-cart-item-del-text{display: none;}
.st-cart-item-del .fa-stack{font-size: 12px; cursor: pointer; color: #d27575; opacity: 0.8; -webkit-transition:all 0.2s; transition: all 0.2s;}
.st-cart-item-del.all{padding-right: 6px !important;}
.st-cart-item-del.all .fa-stack{color: #a3a3a3;}
.st-cart-item-del .fa-stack:hover{opacity: 1;}
.st-cart-delivery{table-layout: fixed;}
.st-cart-payment{table-layout: fixed;}
.st-payment-version-select option:disabled{display: none;}
.st-delivery-version-options{display: none; margin-top: 12px;}
.st-payment-version-options{display: none; /*margin-top: 12px;*/}
.st-cart-preloader{width: 180px; height: 40px; background: url('/site/templates/default/imgs/preloader.gif'); margin: 0 auto;}
.st-delivery-version-w label{display: block; cursor: pointer;}
.st-delivery-version-w label i{display: none;}
.st-delivery-version-w input[type="radio"]{display: none;}
.st-delivery-version-w input[type="radio"]:checked + i{display: inline-block;}
.st-payment-version-w{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.st-payment-version-w+.st-payment-version-w{margin-top: 15px;}
.st-payment-version-w label{display: block; cursor: pointer;}
.st-payment-version-w label i{display: none;}
.st-payment-version-w input[type="radio"]{display: none;}
.st-payment-version-w input[type="radio"]:checked + i{display: inline-block;}
.st-cart-tk-name-variant{border-bottom: 1px dashed grey; cursor: pointer;}
.st-error{border-color: red !important; border-width: 1px !important; border-style: solid !important;}
.st-cart-related-title{font-size: 19px; color: #c25555;}
.st-cart-related-title.reached{color: green;}
.cart-related-hidden .catalog-items-related-list { display:none;}
.catalog-items-related-list .catalog-item { width: 25%;}
.catalog-items-related-list .catalog-item-img { max-height:200px;}
@media (max-width: 1250px) {
    .catalog-items-related-list .catalog-item { width: 33%;}
}
@media (max-width: 820px) {
    .catalog-items-related-list .catalog-item { width: 50%;}
}
@media (max-width: 600px) {
    .catalog-items-related-list .catalog-item { width: 100%;}
}
.st-bg-error{background-color: rgba(192, 81, 83, 0.3);}
.horizontal__catalog-item {
    width: 100%;
}
.horizontal__catalog-item .catalog-item-inner {
    width: 100%;
    flex-direction: row;
}
.horizontal__catalog-item .catalog-item-prices-w {
    justify-content: flex-start;
    gap: 18px;
}
.horizontal__catalog-item .catalog-item-price-info {
    font-size: 10px;
    line-height: 12px;
    color: #000;
}

/* russianpost ecom widget in cart*/

#ecom-widget { width: 1000px; height: 800px; }
@media (max-width: 1100px) {
    #ecom-widget { width: 800px; }
}
@media (max-width: 850px) {
    #ecom-widget { width: 350px; }
}
@media (max-height: 850px) {
    #ecom-widget { height: 450px; }
}

/* Содержимое версии */
.st-version-w{border-bottom: 2px solid #ececec; cursor: pointer;}
.st-version-w td{vertical-align: middle; padding: 16px;}
.st-version-w input[type="radio"]{display: none;}
.st-version-w input[type="radio"] + i{display: inline-block; color: #bdbdbd; vertical-align: middle; font-size: 23px;}
.st-version-w input[type="radio"] + i:before{/*content: "\f096";*/content: "\f14a"; color: #e2e2e2;}
.st-version-w input[type="radio"]:checked + i:before{content: "\f14a"; color: green;}
.st-version-w input[type="radio"]:disabled + i:before{content: "\f0c8"; color: #f5f5f5;}
.st-version-switcher-img{vertical-align: middle; margin: 0 10px;}
.st-version-options{margin: 0; display: block;}

/* кнопки в заказе поменять тип оплаты*/
.payment-type-buttons-w{display:flex; justify-content: flex-start; flex-wrap: wrap; }
.payment-type-button.stock-b{    width: calc(33% - 15px); margin-bottom: 15px;margin-right: 15px;margin-left:0;}
@media screen and (max-width: 1000px) {
    .payment-type-buttons-w {
        flex-direction: column;
    }

    .payment-type-button.stock-b {
        width: auto;
        margin-bottom: 10px;
    }

}
/* кнопки в заказе поменять тип оплаты*/

/* Табы */
.st-cart-tab{margin: 5px;}
.st-cart-tabs{font-family: "Roboto Condensed"; display: flex; font-size: 16px; padding: 0; background: #f7f7f7;}
.st-cart-tab label{text-align: center; height: 100%;}
.st-cart-tab [type="radio"]{display: none;}
.st-cart-tab [type="radio"]:checked + span{color: #fff; background: #5b965b; border-color: transparent;}
.st-cart-tab span{display: block; padding: 8px 10px; border: 2px solid #ded3d3; cursor: pointer; border-radius: 4px; color: #2864ae; height: 100%; display: flex; align-items: center; flex-direction: column; justify-content: center;}
.st-cart-tab [type="radio"]:checked + span .st-cart-onlinefree{color: orange;}
.st-cart-onlinefree{font-size: 0.8em; color: #562d2d; padding: 0;}
.st-cart-tab:hover span{background: #ededed;}

.delivering-main-city{margin: 0 10px;}
.boxing-result{font-weight: bold; display: block; margin-top: 10px;}
.st-cart-delivery-w{margin-top: 20px;}
.st-cart-payment-w{}
.pseudohide{position: absolute; left: -99999px;}

/* Questions */
.questions-w{margin-bottom: 20px;}
.questions-group{width: 48%; padding-right: 20px; padding-bottom: 60px; display: inline-block; vertical-align: top;}
.questions-group:nth-child(2n){padding-right: 0; padding-left: 20px;}
.question-title{margin: 0 0 25px 0; font-size: 32px; font-weight: 300; text-decoration: none; display: block;}
.question{display: block; margin-bottom: 15px; font-size: 15px; text-decoration: none;}
.question:hover{text-decoration: underline;}
.question:last-child{margin-bottom: 0;}
.questions-readmore{font-family: Arial; font-size: 13px; margin-top: 20px;}

/* Cabinet */
.cabinet-mainbar{}
.cabinet-order{font-family: "Roboto Condensed";}
.cabinet-order+.cabinet-order{border-top: 1px solid #d6d6d6;}
.cabinet-order.expanded .cabinet-order-title{background: #f0f0f0;}
.cabinet-order-title{color: #333333; cursor: pointer; -webkit-transition:all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 19px; padding: 5px; padding: 10px 15px;}
.cabinet-order-title-left{-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto;}
.cabinet-order-title .fa-caret-down{-webkit-transition:all 0.2s;-o-transition: all 0.2s;transition: all 0.2s;}
.cabinet-order.expanded .cabinet-order-title .fa-caret-down{-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}
.cabinet-order-content{background: #f5f5f5; display: none; padding: 20px;}
.cabinet-items-table{font-size: 18px; margin-bottom: 20px;}
.cabinet-items-table td{vertical-align: top; padding: 8px 0; vertical-align:middle; }
.cabinet-order-amount{margin-left: 30px; width: 150px; text-align: right;}
.cabinet-order-status{padding: 5px 10px; font-weight: 300; border-radius: 2px; background: #C05153; color: #fff;}
.cabinet-order-mintitle{font-size: 18px; color: #333333; margin-right: 20px;}
.cabinet-order-minstatus{padding: 5px 20px; border-radius: 4px; margin: 4px 0;}
.vars-option+.vars-option{margin-top: 20px;}
.order-status-row{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.cabinet-addr-blocks-pad-w {margin-top:15px;}
.cabinet-addr-blocks-w {margin:-10px ;position: relative; display:flex; align-items: stretch; flex-wrap: wrap; }
.cabinet-addr-block-w {width: 33.3333%; border: 10px solid transparent; }
.cabinet-addr-block {height:100%; padding:20px; vertical-align: top;}
@media (max-width: 800px) {
    .cabinet-addr-block-w {width: 50%; }
}
@media (max-width: 600px) {
    .cabinet-addr-block-w {width: 100%; }
}

/* Order page */
.order-info{border-collapse: collapse; width: 100%; margin-bottom: 15px;}
.order-info .head td{background: #f3f3f3;}
.order-info td{vertical-align: top; padding: 5px 8px; border: 1px solid #dedede;}

/* Search */
.search-results-w{height: 0; overflow: hidden; position: relative;}
.search-results-w-inner{padding: 20px 15px; position: relative; width: 1230px; margin: 0 auto; border-bottom: 1px solid #d7d7d7; }
.search-results-title-w{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.search-results-items{display: none; margin-top: 20px;}
.search-results-title{font-size: 21px; font-family: "Roboto Condensed"; font-weight: 300; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto;}
.search-preview-text-w{-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto; padding: 0 0 0 20px;}
.search-preview-text{margin-left: 10px; color: #808080;}
.search-results{}
.search-close{}
.search-status{-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto; padding: 0 20px; min-width: 250px; text-align: right;}
.search-results-additional-search{}
.search-r{display: block; float: left; width: 152px; text-decoration: none; color: inherit; text-align: center; border: 1px solid #ccc; background: #fff; padding: 8px;}
.search-r .s-price{display: block;}
.search-r .s-img td{height: 150px; vertical-align: middle;}
.search-r img{display: block; margin: 0 auto; max-height: 100%;}

/* Path */
ul.path{list-style: none; font-size: 16px; font-family: 'Roboto Condensed';}
ul.path li{float: left;}
ul.path li a{color: #666; vertical-align: middle; text-decoration: none;}
ul.path li a:hover{text-decoration: underline;}
ul.path li a:visited{color: #666;}
ul.path li:first-child{float: left;}
ul.path li.first a{}

/* Breadcrumps */
.breadcrumps{display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; margin-bottom: 7px; font-size: 15px; font-weight: 500;}
.breadcrumps-item{display: block; position: relative; color: #b58b40;}
.breadcrumps-item:hover{}
.breadcrumps-item-last{text-decoration: none; display: none;}
.breadcrumps-separator{font-size: 14px; margin: 0 10px; color: #b58b40;}
.breadcrumps-separator i{vertical-align: middle;}

/* Preview comments */
.comment-preview-w{text-align: center; padding: 25px 0; background: url('/site/templates/default/imgs/comment-preview-bg.png') center top;}
.comment-preview{float: left; padding: 0 15px; width: 300px;}
.comment-preview-author{font-family: "Open Sans"; font-size: 18px; float: left; width: 73%; text-align: left;}
.comment-preview-date{float: right; font-size: 14px; font-family: "Open Sans"; color: #666; margin-top: 5px;}
.comment-preview-rate{padding: 10px 0; height: 40px;}
.comment-preview-text{text-align: justify;}
.comment-preview-line{background: url('/site/templates/default/imgs/comment-preview-top-bg.png'); height: 30px;}

/* Mailer */
.mailer-groups-item{display: inline-block; background: #5F84A9; color: #fff; padding: 2px 4px; border-radius: 2px;}
.mailer-groups-checkbox-list{padding: 10px; border: 1px solid #cdcdcd; background: rgba(128, 128, 128, 0.04); display: none;}
.mailer-groups-checkbox-list-item+.mailer-groups-checkbox-list-item{margin-top: 10px;}

/* Autocomplete */
.autocomplete-suggestions-w{background: #fff; border: 1px solid #c0cad5; border-top: none;}
.autocomplete-suggestions-items-w{overflow: auto; max-height: 300px;}
.autocomplete-suggestions-nothing{padding: 6px;}
.autocomplete-suggestion{padding: 6px; transition: all 0.1s; word-wrap: break-word;}
.autocomplete-suggestion strong{font-weight: bold;}
.autocomplete-suggestion-selected{background: #F0F0F0; cursor: pointer;}
.autocomplete-suggestions-additional{border-top: 1px solid #c0cad5; padding: 6px; background: #F9F9F9;}
.autocomplete-suggestions-additional-title{margin-bottom: 6px;}
.autocomplete-suggestions-additional-buttons .stock-b+.stock-b{margin-left: 6px;}

/* Список заказов */
.orders-main-w{border: 1px solid #dedede; background: #fff;}
.orders-w{padding: 20px;}
.orders-w:hover{background: #F6F8FC;}
.orders-w+.orders-w{border-top: 1px solid #dedede;}
.orders{border-collapse: collapse; background: #fff; font-family: Tahoma;}
.orders td{vertical-align: top; padding: 10px; font-size: 13px; border: 1px solid #dedede;}
.orders th{vertical-align: top; padding: 10px; font-size: 13px; border: 1px solid #dedede; font-weight: normal; text-align: left; background: #f9f9f9; white-space: normal;}
.orders select{font-size: 13px; padding: 6px; width: 100%; /*-webkit-appearance:none; -moz-appearance:none; appearance:none;*/}
.orders .head td{background: #f9f9f9;}
.orders-edit-good{cursor: pointer;}
.orders-edit-good-buttons{}
.orders-edit-good-cost{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.orders-edit-good-cost div{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.orders-edit-order-buttons{}
.orders-edit-good-container-w .orders-edit-good-container{display: none;}
.orders-edit-order-container-w .orders-edit-order-container{display: none;}
.orders-edit-order-container{padding: 20px; background: #fff;}
.orders-edit-good-container{padding: 20px; background: #fff;}
.orders-add-good-input-w{}
.orders-add-good-input{min-width: 350px;}
.orders-add-good-results-w{overflow-y: auto; max-height: 400px;}
.orders-add-good-results-w td { vertical-align: middle;}
.orders-search-form{}
.orders-data:hover{background: #f9f9f9;}
.orders-data-mini td{font-size: 11px;}
.orders-mail-w{max-width: 80px; word-wrap: break-word;}
.orders-info-filters-w { display: flex;justify-content: space-between; }
.orders-create-order-w { display:flex; justify-content: space-between; }
.orders-create-order-w .first { width: calc(100% - 230px);}
.orders-create-order-w .first > input { width: calc(100% - 310px); }
.orders-create-order-w .first > button { width: 300px; }
.orders-create-order-w .second { width: 230px;}
.orders-data__desktop—step3--show { display: none;}

/* Pagenews */
.pagenews-w{display: -webkit-box;display: -ms-flexbox;display: flex; margin: -12.5px; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.pagenews-item-w{width: 33.3333%; border: 12.5px solid transparent; display: -webkit-box; display: -ms-flexbox; display: flex;}
.pagenews-item{-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 20px; border: 1px solid #dddddd; position: relative; -webkit-transition: all 0.7s; -o-transition: all 0.7s; transition: all 0.7s;}
.pagenews-item:hover{border-color: #000;}
.pagenews-item:hover .pagenews-buttons{opacity: 1; top: 0;}
.pagenews-item:hover .pagenews-bg{opacity: 0.2;}
.pagenews-item::after{content: ''; position: absolute; left: 0; right: 0; top: 100%; height: 22px; background: url('/site/templates/default/imgs_default/sort-shadow.png') no-repeat center top; background-size: contain;}
.pagenews-bg{position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; opacity: 0; -webkit-transition: 0.7s; -o-transition: 0.7s; transition: 0.7s;}
.pagenews-caption{display: block; font-family: "Roboto Condensed"; font-size: 28px; font-weight: 300; color: #0a0a0a; margin-bottom: 20px; text-decoration: none;}
.pagenews-date{display: none;}
.pagenews-date-end{}
.pagenews-buttons{margin-top: auto; padding-top: 20px; margin-top: 20px; -webkit-transition: all 0.7s; border-top: 1px solid #000; -o-transition: all 0.7s; transition: all 0.7s; position: relative; top: 10px; opacity: 0;}
.pagenews-titlepic{display: block; margin-bottom: 20px;}
.pagenews-titlepic img{display: block;}
.pagenews-adm{float: right;}

/* pagenews preview */
.pagenews-preview{display: flex; margin-bottom: 25px; justify-content: space-between;}
.pagenews-preview-item__image{display: block; margin: 0 auto;}

/* Jivosite z-index fix */
div#jivo-iframe-container:not(.jivo-c-mobile){z-index: 50 !important;}
div#jivo-iframe-container{z-index: 50 !important;}
div#jivo-iframe-container:hover{z-index: 52 !important;}
html.jivo-site-full-block body:after{display: none;}
body#jivo_outer_body div#jivo-iframe-container.jivo-custom-label{z-index: 50 !important;}
div#jivo-iframe-container:not(.jivo-c-mobile){z-index: 50 !important;}
.jivo-c-mobile{z-index: 50 !important;}
iframe#jivo_container{z-index: 50 !important;}
div#jivo-mouse-tracker{z-index: 50 !important;}
div#jivo-drag-handle{z-index: 50 !important;}
#jivo_copyright{z-index: 50 !important;}
._show_1e.wrap_mW{z-index: 50 !important;}
jdiv .label_39 { z-index: 50 !important;}

/* overflow */
.overflow{/*overflow-x: hidden;*/}


/*Исчезновение Placeholder при фокусе*/
:focus::-webkit-input-placeholder {color: transparent;}
:focus::-moz-placeholder {color: transparent;}
:focus:-moz-placeholder {color: transparent;}
:focus:-ms-input-placeholder {color: transparent;}

/*Обводит рамку красным цветом при незаполненном поле*/
.field.error [type="text"], .field.error textarea {border-color: red !important;}

/* ------------------------------ */
/* Domain Reset */
/* ------------------------------ */

/* ------------------------------ */
/* Default Framework */
/* ------------------------------ */


.di-tabs-w h3 { margin-bottom:5px;}
.di-tabs-w table + h3 { margin-top:20px;}

/* Pagination */
.pagination{}
.pagination__inner{display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.pagination__item{white-space: nowrap; -ms-user-select: none; user-select: none; -webkit-user-select: none; -moz-user-select: none;}
.pagination__item--disabled{cursor: default;}

/* Pagination default style */
.pagination--default{margin-top: 20px;}
.pagination--default .pagination__inner{margin: -2px;}
.pagination--default .pagination__item{position: relative; font-family: sans-serif; text-decoration: none; margin: 2px; color: #333; background-color: #fff; border: 1px solid rgb(176, 207, 224); padding: 6px 10px; border-radius: 2px; -webkit-transition: -webkit-box-shadow 0.2s; transition: -webkit-box-shadow 0.2s; -o-transition: box-shadow 0.2s; transition: box-shadow 0.2s; transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;}
.pagination--default .pagination__item:hover{border-color: #b4b4b4;}
.pagination--default .pagination__item:active{top: 1px; -webkit-box-shadow: 0 0 10px #ffcc00; box-shadow: 0 0 10px #ffcc00;}
.pagination--default .pagination__item--current{background-color: beige;}
.pagination--default .pagination__item--disabled{opacity: 0.5;}
.pagination--default .pagination__item--disabled:hover{border-color: rgb(176, 207, 224);}
.pagination--default .pagination__item--disabled:active{top: 0; -webkit-box-shadow: none; box-shadow: none;}

/* Register */
.register-box{width: 50%; margin: 0 auto; padding: 20px; border: 1px solid rgba(55, 55, 55, 0.2); border-radius: 3px;}
.register-box .h2{font-size: 19px;}
.register-step-two,
.remind-step-two{display: none; font-weight: 300; text-align: center; font-size: 20px;}

/* ------------------------------ */
/* Domain Framework */
/* ------------------------------ */



/* ------------------------------ */
/* Domain Styles */
/* ------------------------------ */

/* hide yandex chat */
body div.ya-chat-widget_theme_dark.ya-chat-widget_desktop.ya-chat-widget_theme_dark, .ya-chat-widget_theme_light.ya-chat-widget_desktop.ya-chat-widget_theme_dark {
    background-color: transparent!important;
}

body a.ya-chat-button {
    display: none!important;
}
.ya-chat-popup:not(.ya-chat-popup_visible) {
    display: none!important;
}

/* hide yandex chat */


/* catalog  */

.position-relative {
    position: relative;
}

.not-available {
    position: absolute;
    top: -40px;
    padding: 6px 0 0 0;
    left: -70px;
    min-height: 44px;
    background-image: url("/site/templates/default/imgs/not-available-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 192px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
    color: #1c1c1c;
}
/* catalog  */



@media screen and (max-width: 1000px) {
    .catalog-items-w-x4 .catalog-item{width: 33.3333%;}
}
@media screen and (max-width: 750px) {
    .catalog-items-w-x4 .catalog-item{width: 50%;}
}
@media screen and (max-width: 400px) {
    .catalog-items-w-x4 .catalog-item{width: 50%;}
}

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

    h1, .h1{font-size: 19px;}
    .header__inner{padding: 15px; flex-wrap: wrap;gap: 16px;}
    .logo{font-size: 0; width: 0; padding-left: 106px;}
    .logo-holder{}
    .phone-holder{}
    .actions-holder{flex: 1 1 100%; order: 10; margin-top: 10px;}
    .user-holder{}
    .menu-holder{background-repeat: repeat;}
    .menu-holder__inner{width: 800px; flex-wrap: wrap; height: auto; padding: 10px 0; position: relative;}
    .menu{flex: 1 1 100%; order: 0;}
    .categories{order: 1; flex: 1 1 100%; justify-content: center; padding: 10px 0;}
    .menu__buttons{justify-content: center;}
    .outgoing{flex: 1 1 50%; justify-content: flex-end; order: 3;}
    .outgoing__inner{padding-right: 10px;}
    .cart-button{order: 4; flex: 1 1 50%; position: static;}
    .cart-button__inner{justify-content: flex-start; padding-left: 10px;}
    /*.contents__inner{width: 800px;}*/
    .footer__inner{width: 800px;}
    .footer__cabinet-holder{padding-left: 0; order: 0; display: flex; justify-content: center; margin-bottom: 30px;}
    .footer__menus-holder{padding-right: 0; order: 1;}
    .footer__tholder{flex-direction: column;}
    .search-results-w-inner{width: 800px;}
    .catalog-index{width: 33.3333%;}
    .catalog-index-text{font-size: 15px;}
    .catalog-items-w-x5 .catalog-item{width: 33.3333%;}
    .catalog-main-data{padding-left: 0;}
    .catalog-main-w{flex-direction: column;}
    .catalog-main-visuals{width: auto;}

}

@media only screen and (max-width: 1250px) and (min-width: 820px) {
    .orders-data__desktop—step3--hide {
        display: none;
    }
    .orders-data__desktop—step3--show {
        display: block;
        margin-top: 7px;
    }
}

@media only screen and (max-width: 820px){
    .cart-button{flex: 1 1 100%; padding: 10px 0;}
    .cart-button__inner{padding-left: 0; justify-content: center;}
    .catalog-main-img img{max-width: 100%;}
    .pagenews-preview{flex-direction: column;}
    .pagenews-preview-item{margin-bottom: 20px;}
    .search-results-title-w{flex-direction: column; padding: 0;}
    .search-preview-text-w{padding: 0;}
    .search-preview-text{margin: 0;}
    .search-status{text-align: center; padding: 0; margin-bottom: 10px;}
    .search-results-title{margin-bottom: 10px;}
    .search-preview-text-w{margin-bottom: 10px;}
    .pagenews-w{flex-direction: column;}
    .pagenews-item-w{width: auto;}
    .pagenews-buttons{position: static; opacity: 1;}
    .catalog-index{width: 100%;}
    .catalog-items-w-x5 .catalog-item{width: 50%;}
    .contents__inner{padding: 15px;}
    .catalog-item-img{padding: 10px;}
    .catalog-item-name{padding: 10px;}
    .catalog-item-desc{padding: 10px 0; margin: 0 10px;}
    .slider{display: none;}
    .cart-button{padding: 0; flex: 0 0 auto; color: #333; margin: 0 5px; position: static;}
    .cart-icon{display: none;}
    .breadcrumps-item{color: #333;}
    .breadcrumps-separator{color: #333;}
    .catalog-item-sort{display: flex; flex-wrap: wrap; margin: -2px; margin-bottom: 25px;}
    .catalog-item-sort__item{margin: 2px;}
    .cart-button-total__count{color: #7b5695;}
    .cart-button-total__cost{color: #7b5695;}
    .cart-predata{left: 0; right: 0; min-width: 0;}
    .cart-predata .cart-items .cart-item-name{white-space: normal;}
    .st-cart-items-w{margin: -15px;}
    .st-cart-item{display: flex; flex-direction: column; padding: 10px; position: relative;}
    .st-cart-items-header{display: none;}
    .st-cart-items-footer{display: flex;flex-direction: column;padding: 10px; }
    .st-cart-items td{font-size: inherit;}
    .st-cart-item-name{background: #f9f9f9; padding: 10px !important; padding-right: 20px !important; margin-bottom: 5px;}
    .st-cart-item-name a{display: block;}
    .st-cart-item-price{white-space: nowrap;display: flex;}
    .st-cart-item-price-text{display: inline; font-weight: bold;}
    .st-cart-item-price-old{margin-left:10px;}
    .st-cart-item-price-value{ font-weight: bold;margin-left:10px;}
    .st-cart-item-count{}
    .st-cart-items-footer .st-cart-item-count{display: none;}
    .st-cart-item-count input{/*width: 50px;*/}
    .st-cart-item-count-text{display: inline; font-weight: bold;}
    .st-cart-item-summ{width: auto;}
    .st-cart-item-summ-text{display: inline; font-weight: bold;}
    .st-cart-items tr + tr{border-top-style: solid; border-top-color: #ececec;}
    .st-cart-item-del{width: auto; padding: 0 !important; height: 0;}
    .st-cart-item-del-text{display: none;}
    .st-cart-item-del .fa-stack{opacity: 1; position: absolute; top: 10px; right: 10px;}
    .st-cart-data tr{display: flex; flex-direction: column;}
    .st-cart-data td{padding: 0 !important;}
    /*.st-version-select-desc-w{display: none;}*/
    .st-version-w{display: flex; flex-direction: column;}
    .st-version-w td{padding: 8px 0;}

    /*фильтры*/
    .orders-info-filters-w { flex-wrap: wrap;  }
    .orders-info-filters-w > div { margin-bottom:5px; }
    .orders-info-filters-w > div:nth-child(-n+4) { width:49%;  }
    .orders-info-filters-w > div:nth-child(5) { width:calc(100% - 75px);  }
    .orders-info-filters-w > div:nth-child(6) { width:75px; text-align:right; }

    /*просмотр и редактирование заказа*/
    .c-element_table_default.adaptive .orders-mail-w { max-width: inherit;}
    .c-element_table_default.adaptive tr,
    .order-main-desktop-row { display: flex; flex-direction: column; 	}
    .c-element_table_default.adaptive tr td,
    .order-main-desktop-row td { width: 100%; display: flex; justify-content: flex-start; font-size:11px;	}
    .c-element_table_default.adaptive tr td .mobile-desc,
    .order-main-desktop-row td .desktop-desc{ width: 90px;min-width: 90px; font-weight: bold; margin-right: 10px; font-size:11px;}
    .order-main-desktop-row td .desktop-text{  font-size:11px;	}
    .c-element_table_default.adaptive tr.head { display:none;}
    .order-item-image { max-width:80px; max-height:80px; }
    .c-element_table_default.adaptive .order-hide-mobile {display:none;}

    .orders-create-order-w { flex-wrap: wrap; }
    .orders-create-order-w div.first { width: 100%; margin-bottom: 5px;}
    .orders-create-order-w .first > input { width: calc(100% - 310px); }
    .orders-create-order-w .first > button { width: 300px; }
    .orders-create-order-w div.second { width: 100%; }
    /*.orders-create-order-w > div:nth-child(1) { width: calc(100% - 230px);}*/
    /*.orders-create-order-w > div:nth-child(2) { width: 230px;}*/
}


@media only screen and (max-width: 600px){
    .st-cart-tab span { font-size:12px;}

    /*фильтры*/
    .orders-info-filters-w {}
    .orders-info-filters-w > div:nth-child(-n+4) { width:100%;  }

    .orders-create-order-w { }
    .orders-create-order-w div.first {margin-bottom: 15px;}
    .orders-create-order-w .first > input,
    .orders-create-order-w .first > button { width: 100%; }
    .orders-create-order-w .second > button { width: 100%; }
}

@media only screen and (max-width: 360px){
    .st-cart-tab span { font-size:12px;}
}


@media only screen and (min-width: 820px){
    /* для десктопов */
    /*фильтры*/


    /*просмотр и редактирование заказа*/
    .orders-info-style td:nth-child(1) { width:50px;	}
    .orders-info-style td:nth-child(2) { width:100px;	}
    .orders-info-style td:nth-child(3) { width:100px;	}
    .orders-info-style td:last-child { width:50px;	}
    .orders-info-style tr { }
    .c-element_table_default tr td .mobile-desc { display: none; }
    .c-element_table_default.adaptive tr .desktop-desc { font-weight: bold; margin-bottom: 8px; }
    .c-element_table_default.adaptive tr .desktop-text { padding:5px 15px; display: inline; }
    .c-element_table_default.adaptive .order-item-image { max-width:50px; max-height:50px; }
    .order-hide-desktop { display: none;}
    .desktop-display-block { display: block;}
}
:root {
    --brown1: #883923;
    --brown2: #C45E38;
    --brown3: #3F1C06;
    --brown4: #73352C;
    --yellow1: #C7B17D;
    --yellow2: #F2D89E;
    --yellow3: #C08E69;
    --yellow4: #FEEDC2;
    --yellow5: #F3BE72;
    --green: #3D4C33;
}

.main__container {
    height: 100%;
    background: #0E0D0E;
}

@media screen and (min-width: 1000px) {
    .main__container {
        background: linear-gradient(90deg, rgba(0, 0, 0, 15%),rgba(0, 0, 0, 40%)), url("/site/templates/default/imgs/backgrounds/background-desktop.jpg");
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main__container.adm {
        padding: 50px;
        min-height: 100%;
        height: auto;
        align-items: start;
        flex-direction: column;
        gap: 30px;
        margin: 0 auto;
        max-width: 80%;
        background: #fff;
    }
}

.n-tabs-nav {
    display: none !important;
}

.n-tab-pane {
    padding: 0 !important;
}

.page__wrapper, .n-tabs, .n-tabs-pane-wrapper, .n-tab-pane, #app, body, html {
    height: 100%;
}

.page__wrapper {
    width: 100vw;
    padding: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "KarloCham";
    font-size: 16px;
    background-image: url("/site/templates/default/imgs/texture/page-rust-texture.jpg");
}

.main__wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 20px;
    gap: 40px;
}

@media screen and (min-width: 1000px) {
    .n-tabs, .n-tabs-pane-wrapper, .n-tab-pane {
        max-height: 100%;
    }
    .n-tabs, .n-tabs-pane-wrapper, .n-tab-pane {
        overflow: visible !important;
    }

    .n-tab-pane {
        display: flex;
        justify-content: center;
    }

    .page__wrapper {
        max-width: 1390px;
        width: 100%;
        margin: 0 16px;
    }
}

.page__wrapper a {
    text-decoration: none;
}

.second__wrapper {
    position: relative;
    border-radius: 8px;
    background-image: url("/site/templates/default/imgs/texture/page-paper-texture.jpg");
    background-size: cover;
    height: 100%;
    padding: 32px 16px;
}
.second__wrapper .rivet {
    mix-blend-mode: luminosity;
    background-image: url("/site/templates/default/imgs/rivet.png");
    background-size: cover;
    position: absolute;
    width: 16px;
    height: 16px;
}
.second__wrapper .rivet.top-left {
    top: 10px;
    left: 16px;
}
.second__wrapper .rivet.top-right {
    top: 10px;
    right: 16px;
}
.second__wrapper .rivet.bottom-left {
    bottom: 10px;
    left: 16px;
}
.second__wrapper .rivet.bottom-right {
    bottom: 10px;
    right: 16px;
}

@media screen and (min-width: 1000px) {
    .second__wrapper {
        background-image: none;
    }
    .second__wrapper .rivet {
        display: none;
    }
}

.WordSection1 {
    background: #fff;
}

.title__wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 40px;
    font-family: "Morice-Bejar";
    color: #000;
}

.title__wrapper.yellow {
    color: var(--yellow2);
}

@media screen and (min-width: 1000px) {
    .title__wrapper {
        margin-bottom: 16px;
        font-size: 22px;
        color: var(--yellow2);
    }
}

.second-title {
    font-family: "Morice-Bejar";
    font-weight: 600;
    font-size: 20px;
    color: #81531D;
    margin-bottom: 16px;
    letter-spacing: 0.1em;
}
.second-title.yellow {
    color: var(--yellow2);
}

.main-text, .main-text p {
    font-family: "Roboto";
    font-size: 14px;
    line-height: 20px;
    color: #000;
    overflow: auto;
    max-height: calc(100% - 420px);
}

@media screen and (min-width: 1000px) {
    .main-text, .main-text p {
        color: var(--yellow4);
        max-height: calc(100% - 130px);
    }
    .second-title.yellow {
        color: var(--yellow4);
    }
}

.dark-button {
    background-image: url("/site/templates/default/imgs/nav_button/button-dark.png");
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 304px;
    height: 64px;
    font-size: 26px;
    font-family: "Morice-Bejar";
    color: var(--yellow1) !important;
    cursor: pointer;
    transition: color 0.2s;
}
.dark-button:hover {
    color: var(--yellow2) !important;
}
.light-button {
    background-image: url("/site/templates/default/imgs/nav_button/button-light.png");
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 304px;
    height: 64px;
    font-size: 26px;
    font-family: "Morice-Bejar";
    color: #000 !important;
}
.light-button:hover {
    color: var(--brown3) !important;
}
.dark-button.small {
    width: 260px;
    height: 55px
}
.light-button.small {
    width: 260px;
    height: 55px
}
.dark-button.x-small {
    background-size: 100% 100%;
    font-size: 16px;
    width: 170px;
    height: 40px
}
.light-button.x-small {
    background-size: 100% 100%;
    font-size: 16px;
    width: 170px;
    height: 40px
}

.round-button {
    height: 44px;
    width: 100%;
    padding: 10px 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    text-transform: uppercase;
    white-space: nowrap;
    background: var(--yellow4);
    color: #000 !important;
    transition: color 0.15s, outline 0.15s;
    outline-offset: -1px;
    outline: 1px solid #000;
    font-family: "Montserrat" !important;
}
.round-button:hover {
    outline: 1px solid var(--brown2);
    cursor: pointer;
}
.round-button.yellow {
    background: var(--yellow1);
}
.round-button.yellow2 {
    background: var(--yellow2);
}
.round-button.gray {
    background: #909090;
    pointer-events: none;
}
.round-button.small {
    height: 38px;
    font-size: 12px;
    padding: 4px 24px;
}
.round-button.sum {
    justify-content: start;
    font-family: "Roboto";
    outline: 1px solid var(--brown3);
    outline-offset: -1px;
    color: var(--brown3);
}
.round-button.sum:hover {
    outline: 1px solid var(--yellow1);
    outline-offset: -1px;
    color: var(--yellow1);
    cursor: pointer;
}

.circle-button {
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
    font-size: 20px;
}
.circle-button.yellow {
    border: 1px solid var(--yellow1);
    color: var(--yellow1);
}
@media screen and (min-width: 1000px) {
    .circle-button {
        border: 1px solid var(--yellow4);
        color: var(--yellow4);
    }
    .circle-button.yellow {
        border: 1px solid var(--yellow4);
        color: var(--yellow4);
    }
}

.card-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid var(--yellow3);
    font-size: 20px;
    font-family: "Roboto";
    font-weight: 600;
    color: var(--yellow3);
    border-radius: 30px;
}
.card-button.blue-glow {
    background: radial-gradient(60% 60% at 50% 50%, #22584E 0%, rgba(36, 88, 76, 0) 100%), rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 100px -20px rgba(34, 88, 78, 1);
}
.card-button.orange-glow {
    background: radial-gradient(80% 60% at 50% 50%, #EF6600 -134%, rgba(32, 8, 14, 0) 65%), rgba(255, 255, 255, 0.1);
}

.card-button__wrapper {
    display: flex;
    flex-direction: column;
    gap: 28px;
    height: 100%;
}

.desktop-menu__button {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    gap: 24px;
    cursor: pointer;
    color: var(--green);
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 600;
    transition: color 0.15s;
}

.desktop-menu__button:hover {
    color: var(--yellow1);
}

.desktop-menu__button_image {
    filter: brightness(0) saturate(100%) invert(26%) sepia(30%) saturate(426%) hue-rotate(53deg) brightness(94%) contrast(91%);
    width: 46px;
}

.desktop-menu__button_divider {
    width: 100%;
    height: 4px;
    opacity: 0.1;
    background: var(--green);
}

.n-input {
    border-radius: 8px !important;
}

.custom-link {
    color: #000;
    text-decoration: underline !important;
}

.custom-input {
    box-sizing: border-box;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    background: var(--yellow4) !important;
    --n-border: 1px solid #000 !important;
}
.custom-input.n-input--focus {
    --n-border: 1px solid var(--brown2) !important;
}
.custom-input .n-input__placeholder,
.custom-input .n-base-selection .n-base-selection-placeholder{
    color: #000;
    font-size: 12px;
}

.custom-input .n-base-icon.n-base-suffix__arrow {
    color: #000;
}

.custom-input .n-base-selection-label {
    background: var(--yellow4) !important;
    border: none !important;
    border-radius: 8px;
}
.custom-input.n-select,
.custom-input .n-base-selection-overlay
{
    border-radius: 8px;
}

.n-base-selection__state-border,
.n-base-selection__border {
    display: none;
}

.n-select-menu {
    background: var(--yellow4);
    border-radius: 8px;
}

.n-base-select-menu .n-base-select-option.n-base-select-option--selected.n-base-select-option--pending::before {
     background-color: transparent !important;
}

.custom-radio {
    box-sizing: border-box;
    font-family: "Roboto";
    font-size: 12px;
    font-weight: 400;
    color: #000;
    padding: 5px 12px;
    border-radius: 20px;
    outline-offset: -1px;
    transition: outline 0.15s, background 0.15s;
}

.custom-radio:hover:not(.selected) {
    outline: 1px solid #000;
    cursor: pointer;
}

.custom-radio.selected {
    background: var(--yellow4);
    outline: 1px solid #000 !important;
    color: #000;
    pointer-events: none;
}

.custom-input.error {
    --n-border: 0 !important;
    border: 1px solid red !important;
}
.custom-radio.error {
    outline: 1px solid red !important;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-checkbox:checked+label::before {
    border-color: var(--brown1);
    background-color: var(--brown1);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: var(--yellow2);
}
.custom-checkbox:not(:disabled):active+label::before {
    background-color: var(--yellow2);
    border-color: var(--yellow2);
}
.custom-checkbox:disabled+label::before {
    background-color: #e9ecef;
}

@media screen and (min-width: 1000px) {
    .custom-radio {
        color: var(--brown3) !important;
    }

    .custom-link {
        color: var(--yellow5);
    }
}

.layout-control-group {
    display: none !important;
}

.adm-title{
    font-size: 50px;
    font-family: "KarloCham";
    letter-spacing: 0.05em;
    line-height: 120%;
    color: var(--yellow3);
}

.msg {
    font-family: "Morice-Bejar";
    font-weight: 600;
    font-size: 20px;
    color: var(--brown3);
    text-align: center;
    margin: 150px 0;
}

@media screen and (min-width: 1000px) {
    .msg {
        font-weight: 400;
        font-size: 28px;
        color: var(--yellow2);
        text-align: center;
        margin: 40px 0;
    }
}

::-webkit-scrollbar {
    width: 20px;
    height: 20px;
}

::-webkit-scrollbar-track {
    outline-offset: -10px;
    outline: 2px solid var(--brown2);
    border-radius: 20px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-image: url("/site/templates/default/imgs/scroll-gear.png");
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    width: 20px;
    height: 20px;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

.circle-container-w {
    position: absolute;
    bottom: 528px;
    right: 20%;
    z-index: 4;
}

@media screen and (max-width: 1000px) {
    .circle-container-w {
        display: none;
    }
}

.circle-container-w:hover .circle-img {
    transform: scale(1.2);
}
.circle-container {
    position: relative;
    width: 120px;
    height: 120px;
}

.circle-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: 20px; /* центрируем внутри 120x120 */
    left: 20px;
    z-index: 1;
    transition: all .2s linear;
}

.circle-text {
    color: var(--yellow3);
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    z-index: 2;
    pointer-events: none;
    overflow: inherit;
}

.rotating {
    animation: spin-reverse 15s linear infinite;
    transform-origin: center center;
}

@keyframes spin-reverse {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg); /* против часовой */
    }
}@media only screen and (max-width: 1250px){

	h1, .h1{font-size: 19px;}
	.header__inner{padding: 15px; flex-wrap: wrap;gap: 16px;}
	.logo{font-size: 0; width: 0; padding-left: 106px;}
	.logo-holder{}
	.phone-holder{}
	.actions-holder{flex: 1 1 100%; order: 10; margin-top: 10px;}
	.user-holder{}
	.menu-holder{background-repeat: repeat;}
	.menu-holder__inner{width: 800px; flex-wrap: wrap; height: auto; padding: 10px 0; position: relative;}
	.menu{flex: 1 1 100%; order: 0;}
	.categories{order: 1; flex: 1 1 100%; justify-content: center; padding: 10px 0;}
	.menu__buttons{justify-content: center;}
	.outgoing{flex: 1 1 50%; justify-content: flex-end; order: 3;}
	.outgoing__inner{padding-right: 10px;}
	.cart-button{order: 4; flex: 1 1 50%; position: static;}
	.cart-button__inner{justify-content: flex-start; padding-left: 10px;}
	/*.contents__inner{width: 800px;}*/
	.footer__inner{width: 800px;}
	.footer__cabinet-holder{padding-left: 0; order: 0; display: flex; justify-content: center; margin-bottom: 30px;}
	.footer__menus-holder{padding-right: 0; order: 1;}
	.footer__tholder{flex-direction: column;}
	.search-results-w-inner{width: 800px;}
	.catalog-index{width: 33.3333%;}
	.catalog-index-text{font-size: 15px;}
	.catalog-items-w-x5 .catalog-item{width: 33.3333%;}
	.catalog-main-data{padding-left: 0;}
	.catalog-main-w{flex-direction: column;}
	.catalog-main-visuals{width: auto;}

}

@media screen and (max-width: 1000px) {
    .catalog-items-w-x4 .catalog-item{width: 33.3333%;}
}
@media screen and (max-width: 750px) {
    .catalog-items-w-x4 .catalog-item{width: 50%;}
}
@media screen and (max-width: 400px) {
    .catalog-items-w-x4 .catalog-item{width: 50%;}
}

@media only screen and (max-width: 1250px) and (min-width: 820px) {
	.orders-data__desktop—step3--hide {
		display: none;
	}
	.orders-data__desktop—step3--show {
		display: block;
		margin-top: 7px;
	}
}

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

	.dots:not(.subheader){background: none;}
	.headers h1, .headers .h1{color: #333;}
	.logo-holder{flex: 1 1 100%; justify-content: center;}
	.header{display:none;border-bottom: 1px solid RGBA(227, 227, 227, 1);}
	.header__inner{width: auto;}
	.phone-holder{flex: 1 1 100%; justify-content: center;}
	.menu{display: none;}
	.menu-holder{background: transparent;}
	.menu-holder__inner{width: auto; flex-wrap: nowrap; justify-content: center; background: RGBA(227, 227, 227, 1); padding: 12px 0; position: relative;}
	.contents__inner{width: auto;}
	.catalog-main-top{margin-top: 20px; flex-direction: column;}
	.catalog-main-favorite{margin-bottom: 7px;}
	.headers{padding: 0; margin-bottom: 15px;}
	.search-results-w-inner{width: auto; padding: 10px;}
	.headers::before{display: none;}
	.catalog-tabulation__tabs{justify-content: center;}
	.catalog-tabulation__tab-button-item{display: none; cursor: default;}
	.catalog-tabulation__tab-button-item--active{display: block; flex: 1 1 auto; border-bottom: 1px solid #a2a2a2; text-align: center;}
	.catalog-tabulation__tab-button-item:first-child::before{}
	.catalog-tabulation__tab-button-prev{display: flex;}
	.catalog-tabulation__tab-button-next{display: flex;}
	.catalog-tabulation__tab-button-item + .catalog-tabulation__tab-button-item{margin-left: 0;}
	.outgoing{flex: 1 1 100%; justify-content: center; padding: 10px 0;}
	.outgoing__title{display: none;}
	.footer__inner{width: auto;}
	.footer__menus{flex-direction: column; align-items: center; text-align: center;}
	.footer__links{flex-direction: column;}
	.callme-phone__callat{text-align: center;}
	.phone-holder{margin-top: 10px;}
	.user-holder{flex: 1 1 100%; margin-top: 10px;}
	.user-holder__actions{justify-content: center;}
	.payments-list{margin-top: 10px;}
	.payments-list__title{text-align: center;}
	.footer__copyrights{text-align: center;}
	.catalog-main-visuals{order: 1; margin-top: 20px;}
	.catalog-main-data{order: 0;}
	.cart-button{flex: 1 1 100%; padding: 10px 0;}
	.cart-button__inner{padding-left: 0; justify-content: center;}
	.header-menu__inner{justify-content: center;}
	.catalog-main-img img{max-width: 100%;}
	.advantages__inner{flex-direction: column; padding: 0;}
	.advantages{display: flex; justify-content: center;}
	.advantage-item{margin: 20px 0;}
	.pagenews-preview{flex-direction: column;}
	.pagenews-preview-item{margin-bottom: 20px;}
	.header-menu__item{margin: 0 4px; font-size: 14px;}
	.user-holder__name{text-align: center; font-weight: bold; font-size: 18px;}
	.search-results-title-w{flex-direction: column; padding: 0;}
	.search-preview-text-w{padding: 0;}
	.search-preview-text{margin: 0;}
	.search-status{text-align: center; padding: 0; margin-bottom: 10px;}
	.search-results-title{margin-bottom: 10px;}
	.search-preview-text-w{margin-bottom: 10px;}
	.school__features{flex-direction: column;}
	.school__feature{justify-content: center; margin: 10px 0;}
	.school__sides{flex-direction: column;}
	.school__side + .school__side{margin-top: 10px;}
	.school__title{text-align: center;}
	.school__subtitle{text-align: center;}
	.pagenews-w{flex-direction: column;}
	.pagenews-item-w{width: auto;}
	.pagenews-buttons{position: static; opacity: 1;}
	.catalog-index{width: 100%;}
	.brands-images{flex-direction: column;}
	.catalog-items-w-x5 .catalog-item{width: 50%;}
	.domain-blocks{flex-direction: column;}
	.domain-blocks__side{flex: 1 1 100%; padding: 0;}
	.domain-blocks__side2{flex: 1 1 100%; padding: 0;}
	.contents__inner{padding: 15px;}
	.catalog-item-img{padding: 10px;}
	.catalog-item-name{padding: 10px;}
	.catalog-item-desc{padding: 10px 0; margin: 0 10px;}
	.slider{display: none;}
	.categories{flex: 0 0 auto; padding: 0; margin: 0 5px;}
	.categories__hamburger{color: #333;}
	.categories__hamburger:hover{color: #333;}
	.categories__hamburger-text{display: none;}
	.outgoing{padding: 0; flex: 0 0 auto;}
	.outgoing__inner{padding-right: 0;}
	.outgoing__separator{display: none;}
	.outgoing__button{color: #333; margin: 0 5px;}
	.outgoing__button:hover{color: #333;}
	.cart-button{padding: 0; flex: 0 0 auto; color: #333; margin: 0 5px; position: static;}
	.cart-icon{display: none;}
	.breadcrumps-item{color: #333;}
	.breadcrumps-separator{color: #333;}
	.catalog-item-sort{display: flex; flex-wrap: wrap; margin: -2px; margin-bottom: 25px;}
	.catalog-item-sort__item{margin: 2px;}
	.cart-button-total__count{color: #7b5695;}
	.cart-button-total__cost{color: #7b5695;}
	.cart-predata{left: 0; right: 0; min-width: 0;}
	.cart-predata .cart-items .cart-item-name{white-space: normal;}
	.st-cart-items-w{margin: -15px;}
	.st-cart-item{display: flex; flex-direction: column; padding: 10px; position: relative;}
	.st-cart-items-header{display: none;}
	.st-cart-items-footer{display: flex;flex-direction: column;padding: 10px; }
	.st-cart-items td{font-size: inherit;}
	.st-cart-item-name{background: #f9f9f9; padding: 10px !important; padding-right: 20px !important; margin-bottom: 5px;}
	.st-cart-item-name a{display: block;}
	.st-cart-item-price{white-space: nowrap;display: flex;}
	.st-cart-item-price-text{display: inline; font-weight: bold;}
	.st-cart-item-price-old{margin-left:10px;}
	.st-cart-item-price-value{ font-weight: bold;margin-left:10px;}
	.st-cart-item-count{}
	.st-cart-items-footer .st-cart-item-count{display: none;}
	.st-cart-item-count input{/*width: 50px;*/}
	.st-cart-item-count-text{display: inline; font-weight: bold;}
	.st-cart-item-summ{width: auto;}
	.st-cart-item-summ-text{display: inline; font-weight: bold;}
	.st-cart-items tr + tr{border-top-style: solid; border-top-color: #ececec;}
	.st-cart-item-del{width: auto; padding: 0 !important; height: 0;}
	.st-cart-item-del-text{display: none;}
	.st-cart-item-del .fa-stack{opacity: 1; position: absolute; top: 10px; right: 10px;}
	.st-cart-data tr{display: flex; flex-direction: column;}
	.st-cart-data td{padding: 0 !important;}
	/*.st-version-select-desc-w{display: none;}*/
	.st-version-w{display: flex; flex-direction: column;}
	.st-version-w td{padding: 8px 0;}

	/*фильтры*/
	.orders-info-filters-w { flex-wrap: wrap;  }
	.orders-info-filters-w > div { margin-bottom:5px; }
	.orders-info-filters-w > div:nth-child(-n+4) { width:49%;  }
	.orders-info-filters-w > div:nth-child(5) { width:calc(100% - 75px);  }
	.orders-info-filters-w > div:nth-child(6) { width:75px; text-align:right; }

	/*просмотр и редактирование заказа*/
	.c-element_table_default.adaptive .orders-mail-w { max-width: inherit;}
	.c-element_table_default.adaptive tr,
	.order-main-desktop-row { display: flex; flex-direction: column; 	}
	.c-element_table_default.adaptive tr td,
	.order-main-desktop-row td { width: 100%; display: flex; justify-content: flex-start; font-size:11px;	}
	.c-element_table_default.adaptive tr td .mobile-desc,
	.order-main-desktop-row td .desktop-desc{ width: 90px;min-width: 90px; font-weight: bold; margin-right: 10px; font-size:11px;}
	.order-main-desktop-row td .desktop-text{  font-size:11px;	}
	.c-element_table_default.adaptive tr.head { display:none;}
	.order-item-image { max-width:80px; max-height:80px; }
	.c-element_table_default.adaptive .order-hide-mobile {display:none;}

	.orders-create-order-w { flex-wrap: wrap; }
	.orders-create-order-w div.first { width: 100%; margin-bottom: 5px;}
	.orders-create-order-w .first > input { width: calc(100% - 310px); }
	.orders-create-order-w .first > button { width: 300px; }
	.orders-create-order-w div.second { width: 100%; }
	/*.orders-create-order-w > div:nth-child(1) { width: calc(100% - 230px);}*/
	/*.orders-create-order-w > div:nth-child(2) { width: 230px;}*/
}


@media only screen and (max-width: 600px){
	.st-cart-tab span { font-size:12px;}

	/*фильтры*/
	.orders-info-filters-w {}
	.orders-info-filters-w > div:nth-child(-n+4) { width:100%;  }

	.orders-create-order-w { }
	.orders-create-order-w div.first {margin-bottom: 15px;}
	.orders-create-order-w .first > input,
	.orders-create-order-w .first > button { width: 100%; }
	.orders-create-order-w .second > button { width: 100%; }
}

@media only screen and (max-width: 360px){
	.st-cart-tab span { font-size:12px;}
}


@media only screen and (min-width: 820px){
	/* для десктопов */
	/*фильтры*/


	/*просмотр и редактирование заказа*/
	.orders-info-style td:nth-child(1) { width:50px;	}
	.orders-info-style td:nth-child(2) { width:100px;	}
	.orders-info-style td:nth-child(3) { width:100px;	}
	.orders-info-style td:last-child { width:50px;	}
	.orders-info-style tr { }
	.c-element_table_default tr td .mobile-desc { display: none; }
	.c-element_table_default.adaptive tr .desktop-desc { font-weight: bold; margin-bottom: 8px; }
	.c-element_table_default.adaptive tr .desktop-text { padding:5px 15px; display: inline; }
	.c-element_table_default.adaptive .order-item-image { max-width:50px; max-height:50px; }
	.order-hide-desktop { display: none;}
	.desktop-display-block { display: block;}
}
.dimodal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000}.dimodal-item{position:absolute;top:0;right:0;bottom:0;left:0}.dimodal-background{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(43,46,56,.5);animation-fill-mode:forwards;animation-duration:.2s}.dimodal-scroller{position:absolute;top:0;right:0;bottom:0;left:0;overflow-y:scroll;overflow-x:hidden;display:flex}.dimodal-aligner{flex:1 1 auto;margin:auto;display:flex;width:100%}.dimodal-content{flex:0 0 auto;min-height:0;position:relative;display:flex;animation-fill-mode:forwards;animation-duration:.2s;max-width:100%}.dimodal-content__inner{flex:1 1 auto;max-width:100%}.dimodal-hide{position:absolute;top:0;right:0;transform:translate(100%,-100%);padding:8px;background:#272e32;color:#fff;cursor:pointer}.dimodal-background-animation--fadein-1{-webkit-animation-name:background-fadein-1;animation-name:background-fadein-1}.dimodal-background-animation--fadeout-0{-webkit-animation-name:background-fadeout-0;animation-name:background-fadeout-0}.dimodal-content-animation--fadein-1{-webkit-animation-name:content-fadein-1;animation-name:content-fadein-1}.dimodal-content-animation--fadeout-0{-webkit-animation-name:content-fadeout-0;animation-name:content-fadeout-0}.dimodal-content-animation--right-slide-1{-webkit-animation-name:content-right-slide-1;animation-name:content-right-slide-1}.dimodal-content-animation--right-slide-0{-webkit-animation-name:content-right-slide-0;animation-name:content-right-slide-0}.dimodal-content-animation--left-slide-1{-webkit-animation-name:content-left-slide-1;animation-name:content-left-slide-1}.dimodal-content-animation--left-slide-0{-webkit-animation-name:content-left-slide-0;animation-name:content-left-slide-0}.dimodal-animation--force{animation-duration:.001s}.dimodal-aligner--aligned-center{padding:50px}.dimodal-aligner--aligned-center .dimodal-content{margin:auto}.dimodal-aligner--aligned-right{align-items:flex-end}.dimodal-aligner--aligned-right .dimodal-content{flex:1 1 auto}.dimodal-aligner--aligned-right .dimodal-hide{left:0;right:unset;transform:translate(-100%,0)}.dimodal-aligner--aligned-left{align-items:flex-start}.dimodal-aligner--aligned-left .dimodal-content{flex:1 1 auto}.dimodal-aligner--aligned-left .dimodal-hide{transform:translate(100%,0)}.dimodal-aligner--aligned-full{align-items:stretch}.dimodal-aligner--aligned-full .dimodal-content{flex:1 1 auto}.dimodal-aligner--aligned-full .dimodal-hide{transform:translate(0,0)}@-webkit-keyframes background-fadein-1{from{opacity:0}to{opacity:1}}@keyframes background-fadein-1{from{opacity:0}to{opacity:1}}@-webkit-keyframes background-fadeout-0{from{opacity:1}to{opacity:0}}@keyframes background-fadeout-0{from{opacity:1}to{opacity:0}}@-webkit-keyframes content-fadein-1{from{-webkit-transform:rotate(10deg);transform:rotate(10deg);opacity:0}to{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}}@keyframes content-fadein-1{from{-webkit-transform:rotate(10deg);transform:rotate(10deg);opacity:0}to{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}}@-webkit-keyframes content-fadeout-0{from{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}to{-webkit-transform:scale(0.95);transform:scale(0.95);opacity:0}}@keyframes content-fadeout-0{from{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}to{-webkit-transform:scale(0.95);transform:scale(0.95);opacity:0}}@-webkit-keyframes content-right-slide-1{from{-webkit-transform:translateX(100%)}to{-webkit-transform:translateX(0)}}@keyframes content-right-slide-1{from{-webkit-transform:translateX(100%)}to{-webkit-transform:translateX(0)}}@-webkit-keyframes content-right-slide-0{from{-webkit-transform:translateX(0)}to{-webkit-transform:translateX(100%)}}@keyframes content-right-slide-0{from{-webkit-transform:translateX(0)}to{-webkit-transform:translateX(100%)}}@-webkit-keyframes content-left-slide-1{from{-webkit-transform:translateX(-100%)}to{-webkit-transform:translateX(0)}}@keyframes content-left-slide-1{from{-webkit-transform:translateX(-100%)}to{-webkit-transform:translateX(0)}}@-webkit-keyframes content-left-slide-0{from{-webkit-transform:translateX(0)}to{-webkit-transform:translateX(-100%)}}@keyframes content-left-slide-0{from{-webkit-transform:translateX(0)}to{-webkit-transform:translateX(-100%)}}