/* ------------------------------ */
/* Default Reset */
/* ------------------------------ */

*, :before, *:after{ -webkit-box-sizing: border-box; box-sizing: border-box;}
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;}
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%; 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="email"]{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;}

/*Исчезновение 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 */
/* ------------------------------ */

/* 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: 2px 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;}

.c-element_button{display: inline-block; padding: 0 16px; width: 100%; height: 55px; cursor: pointer; text-decoration: none; font-size: 16px; vertical-align: middle; white-space: nowrap; background: #E2E2E2; position: relative; border-radius: 8px; transition: 0.2s;}
.c-element_button:hover:not(.c-element_button_disabled){background-color: #aeaeae}
.c-element_button.c-element_button_disabled{opacity: 0.5;}
.c-element_button:disabled{opacity: 0.5;}
.c-element_button.yellow_button{background: #DFBE4A;}
.c-element_button.yellow_button:hover:not(.c-element_button_disabled){background-color: #d1b245;}
.c-element_button.green_button{background: #439F6E; color: #fff;}
.c-element_button.green_button:hover:not(.c-element_button_disabled){background-color: #3a8960;}

.c-element_button_icon{min-width: 36px; height: 36px; cursor: pointer; color: #222324; text-decoration: none; font-size: 20px; display: flex; justify-content: center; align-items: center; background: #E2E2E2; position: relative; border-radius: 8px; transition: 0.2s;}
.c-element_button_icon:hover:not(.c-element_button_icon_disabled){background-color: #E2E2E2}
.c-element_button_icon.c-element_button_icon_disabled{opacity: 0.5;}
.c-element_button_icon:disabled{opacity: 0.5;}
.c-element_button_icon.large_button{min-width: 55px; height: 55px;}
.c-element_button_icon.yellow_button{background: #DFBE4A;}
.c-element_button_icon.yellow_button:hover:not(.c-element_button_icon_disabled){background-color: #d1b245}
.c-element_button_icon.green_button{background: #439F6E; color: #fff;}
.c-element_button_icon.green_button:hover:not(.c-element_button_icon_disabled){background-color: #3e9468;}

/* Button outline element */
.c-element_button_outline{display: inline-block; padding: 0 16px; width: 100%; height: 55px; cursor: pointer; text-decoration: none; font-size: 16px; vertical-align: middle; white-space: nowrap; background: #fff; border: 1px solid #E2E2E2; position: relative; border-radius: 8px; transition: 0.2s;}
.c-element_button_outline:hover:not(.c-element_button_outline_disabled){background-color: #E2E2E2}
.c-element_button_outline.c-element_button_outline_disabled{opacity: 0.5;}
.c-element_button_outline:disabled{opacity: 0.5;}
.c-element_button_outline.small-button{height: 36px;}
.c-element_button_outline.yellow_button{border: 1px solid #DFBE4A; background: #FFFAF0;}
.c-element_button_outline.yellow_button:hover:not(.c-element_button_outline_disabled){background-color: #DFBE4A;}
.c-element_button_outline.green_button{border: 1px solid #439F6E; background: #E9F7F4;}
.c-element_button_outline.green_button:hover:not(.c-element_button_outline_disabled){background-color: #439F6E; color: #fff;}

.c-element_button_icon_outline{min-width: 36px; height: 36px; cursor: pointer; color: #222324; text-decoration: none; font-size: 20px; display: flex; justify-content: center; align-items: center; white-space: nowrap; background: #fff; position: relative; border: 1px solid #222324; border-radius: 8px; transition: 0.2s;}
.c-element_button_icon_outline:hover:not(.c-element_button_icon_outline_disabled){background-color: #E2E2E2}
.c-element_button_icon_outline.c-element_button_icon_outline_disabled{opacity: 0.5;}
.c-element_button_icon_outline:disabled{opacity: 0.5;}
.c-element_button_icon_outline.large_button{min-width: 55px; height: 55px;}
.c-element_button_icon_outline.yellow_button{background: #FFFAF0;}
.c-element_button_icon_outline.yellow_button:hover:not(.c-element_button_icon_outline_disabled){background-color: #DFBE4A}
.c-element_button_icon_outline.green_button{background: #E9F7F4;}
.c-element_button_icon_outline.green_button:hover:not(.c-element_button_icon_outline_disabled){background-color: #439F6E; color: #fff;}
.c-element_button_icon_outline.red_button{background: #FFF5F5;}
.c-element_button_icon_outline.red_button:hover:not(.c-element_button_icon_outline_disabled){background-color: #F93232; color: #fff;}
.c-element_button_icon_outline.gray_button{background: #E2E2E2;}

/* 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;}

table.pd0 td, table.pd0 th { padding: 0; }
table.pd1 td, table.pd1 th { padding: 2px; }
table.pd2 td, table.pd2 th { padding: 4px; }

/* 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;}
.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;}


/* Clearfix */
.clearfix:before, .clearfix:after{content: ''; display: table;}
.clearfix:after{clear: both;}
.clearfix {zoom: 1;}

/* 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;}

.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 */
/* ------------------------------ */


/* slider */
.slider{display: block;}

/* gallery */
.gallery-preload i{-webkit-animation: gallery-preload-rotate 5s linear 0s infinite;animation: gallery-preload-rotate 5s linear 0s infinite;margin-left: 5px;}
.gallery-preload{width: 160px;text-align: center;display: inline-block}
@-webkit-keyframes gallery-preload-rotate{
    0%{-webkit-transform: rotate(0deg);transform: rotate(0deg)}
    100%{-webkit-transform: rotate(360deg);transform: rotate(360deg)}
}
@keyframes gallery-preload-rotate{
    0%{-webkit-transform: rotate(0deg);transform: rotate(0deg)}
    100%{-webkit-transform: rotate(360deg);transform: rotate(360deg)}
}

/* Finally default gallery childs */
.gallery-childs-w{}
.gallery-childs{display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.gallery-child-w{display: block;}
.gallery-child{position: relative;}
.gallery-child > a{display: block;}
.gallery-child > a > 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 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;}

/* Nomenclature */
.nomenclature-table td{padding: 8px !important;}
.nomenclature-table th{border: none !important;padding: 8px !important;}
.nomenclature-table thead tr{border: none !important;}
.nomenclature-table td:nth-child(1),.nomenclature-table th:nth-child(1){width: 200px;}
.nomenclature-table td:nth-child(3),.nomenclature-table th:nth-child(3){width: 80px; text-align: right;}
.nomenclature-table td:nth-child(4),.nomenclature-table th:nth-child(4){width: 80px; text-align: right;}

/* 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; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; 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;}
.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: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; 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;}
.catalog-item-name:hover{color: #000;}
.catalog-item-img{padding: 15px;}
.catalog-item-img{display: block;}
.catalog-item-img img{max-width: 100%; max-height: 100%; display: block; margin: 0 auto;}
.catalog-item-desc{padding: 15px 0; margin: 0 15px; margin-top: auto; border-top: 1px solid #000; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.catalog-item-price{font-size: 21px; text-align: right;}
.catalog-item-price .rouble{}
.catalog-item-prices-w{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; 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('imgs/hot1.png'); z-index: 1;}
.catalog-badge-new{position: absolute; top: -5px; left: -6px; width: 145px; height: 145px; background: url('imgs/new1.png'); z-index: 1;}
.catalog-badge-sale{position: absolute; top: -5px; left: -6px; width: 145px; height: 145px; background: url('imgs/sale1.png'); z-index: 1;}
.catalog-lent-hit{position: absolute; left: -3px; top: -6px; width: 50px; height: 50px; background: url('imgs/hot-min.png'); z-index: 1;}
.catalog-lent-new{position: absolute; left: -3px; top: -6px; width: 50px; height: 50px; background: url('imgs/new-min.png'); z-index: 1;}
.catalog-lent-sale{position: absolute; left: -3px; top: -6px; width: 50px; height: 50px; background: url('imgs/sale-min.png'); z-index: 1;}
.catalog-youtube-button{width: 70px; height: 64px; background: url('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; -webkit-box-pack: justify; -ms-flex-pack: justify; 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; -webkit-box-pack: justify; -ms-flex-pack: justify; 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: 392px; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto;}
.catalog-main-img-w{display: -webkit-box;display: -ms-flexbox;display: flex; background: #fff; border: 1px solid #474747; padding: 20px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 522px; position: relative;}
.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: 80px; -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; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; 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('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('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-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: -webkit-box;display: -ms-flexbox;display: flex;}
.catalog-main-favorite{cursor: pointer; font-size: 17px; -ms-user-select: none; user-select: none; -moz-user-select: none; -webkit-user-select: none;}
.catalog-main__stock-status { text-align:right; font-size: 18px; padding: 6px 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;}

/*Спецификации товара*/
.goods-spec-new { display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.goods-spec-new [name="title"] {width:250px;}
.goods-spec-new [name="cost"] {width:100px;margin-left:5px;}
.goods-spec-new [name="cost_wholesale"] {width:100px;margin-left:5px;}
.goods-spec-new [name="exchange_item_search"] {width:100px;margin-left:5px;}

.goods-spec-short { display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}

.goods-spec-list{}
.goods-spec-row{padding: 5px; cursor: all-scroll; }
.goods-spec-row table td:first-child {width: 200px;}
tr.goods-spec-row > td { border-bottom: solid 1px #808080; }
tr.goods-spec-row:hover table td{background: #C0DFF0;}
.goods-spec-row-title input { width:200px; }
.goods-spec-row-cost{ display:-webkit-box; display:-ms-flexbox; display:flex; }
.goods-spec-row-cost input{ width: 70px; }
.goods-spec-row-exchange-item .goods-spec-autocomplete { width: calc(100% - 200px);}
.goods-spec-row-exchange-item .goods-spec-stock { width: 70px;}
.goods-spec-row-del{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: -webkit-box;display: -ms-flexbox;display: flex; height: 100%; cursor: pointer; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: 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}
.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:-webkit-box;  display:-ms-flexbox;  display:flex; -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-direction:row; flex-direction:row; }
.stock-notify { display:none;-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s; -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-direction:row; 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; -o-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);}

/* 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;}

/* Табы */
.st-cart-tab{margin: 5px;}
.st-cart-tabs{font-family: "Roboto Condensed"; display: -webkit-box; display: -ms-flexbox; 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: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; 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:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap; 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: "Proxima Nova"; 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{display: flex; gap: 16px;}
.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; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 7px; font-size: 15px; font-weight: 500;}
.breadcrumps-item{display: block; position: relative; color: var(--gray-color);}
.breadcrumps-item:hover{color: var(--gray-color);}
.breadcrumps-item-last{text-decoration: none; display: none;}
.breadcrumps-separator{font-size: 14px; margin: 0 10px; color: var(--gray-color);}
.breadcrumps-separator i{vertical-align: middle;}
.breadcrumps .breadcrumps-separator:nth-last-child(2) {
    display: none;
}

/* Preview comments */
.comment-preview-w{text-align: center; padding: 25px 0; background: url('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('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; -webkit-transition: all 0.1s; -o-transition: all 0.1s; 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;}

/* Список городов*/
.cities-table{background: #fff; font-family: Tahoma;}
.cities-table tr{border-bottom: 1px solid #EFF0F0;}
.cities-table td{padding: 16px; color: #5F616F; font-size: 14px; vertical-align: middle;}
.cities-table th{vertical-align: top; padding: 16px; color: #5F616F; font-size: 14px; font-weight: 700; text-align: left; border-bottom: 1px solid #858791; background: #fff;}
th.cities-list-actions {width: 172px;}
div.cities-list-actions {display: flex; gap: 16px;}
th.filials-list-actions {width: 128px;}
div.filials-list-actions {display: flex; gap: 16px;}
.city-filials-container {background: #fff; padding: 32px; width: 1200px;}
.city-filials-fields-container {display: flex; gap: 16px;}
.cities-field {padding: 0 16px; height: 47px; color: #222324; border-radius: 8px; border: 1px solid #ACACAC; font-size: 16px; width: 100%}
.fields-container {width: 100%;}
.field-label {position: absolute; background: #fff; font-size: 14px; margin-left: 16px; margin-top: -7px;}

@media screen and (max-width:1360px) {
    .city-filials-container {width: 900px;}
}

@media screen and (max-width:1000px) {
    .cities-table td {font-size: 12px;padding: 16px 8px;}
    .cities-table th {padding: 8px;}
    .cities-list-button {min-width: 25px; height: 25px; font-size: 14px; border-radius: 4px;}
    th.cities-list-actions {width: 107px;}
    div.cities-list-actions {gap: 8px;}
    th.filials-list-actions {width: 74px;}
    div.filials-list-actions {gap: 8px;}
    .city-filials-container {padding: 16px; padding-top: 64px; width: 100%;}
    .city-filials-fields-container {flex-direction: column;}
}

/* Список заказов */
.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;}
.orders select{font-size: 13px; padding: 6px; width: 100%; /*-webkit-appearance:none; -moz-appearance:none; appearance:none;*/}
.orders .head td{background: #f9f9f9;}

.orders-table{background: #fff; font-family: Tahoma;}
.orders-table td{padding: 16px; color: #5F616F; font-size: 14px; vertical-align: middle;}
.orders-table th{vertical-align: top; padding: 16px; color: #5F616F; font-size: 14px; font-weight: 700; text-align: left; border-bottom: 1px solid #858791; background: #fff;}
.orders-table select{font-size: 13px; padding: 6px; width: 100%; /*-webkit-appearance:none; -moz-appearance:none; appearance:none;*/}
.orders-table-data {border-bottom: 1px solid #EFF0F0;}
.orders-table-status {width: 100px;}
.orders-table-status-icon {margin-right: 8px; font-size: 20px;}
.orders-table-sum {width: 100px;}
.orders-table-actions {width: 172px;}
.orders-new {background: #E9F7F4; animation: order-new-animation 1s linear; animation-delay: 10s; animation-fill-mode: forwards}
.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-info-cards-container {margin-bottom: 32px; width: 100%; display: flex; gap: 32px;}
.orders-info-card {width: 33%; display: flex; flex-direction: column; gap: 32px; padding: 16px; border-radius: 8px;}
.orders-mail-w{max-width: 80px; word-wrap: break-word;}
.orders-field {padding: 0 16px; height: 55px; color: #222324; border-radius: 8px; border: 1px solid #ACACAC; font-size: 16px;}
.orders-field-mini {padding: 0 10px; height: 34px; color: #222324; border-radius: 8px; border: 1px solid #ACACAC; font-size: 14px;}
.orders-filters-container {margin-bottom: 32px; display: flex; gap: 16px;}
.orders-info-filters-w { display: -webkit-box; display: -ms-flexbox; display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between; }
.orders-create-order-w { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack: justify; -ms-flex-pack: justify; 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-mobile {display: none;}
.order-container {width: 100%; border: 1px solid #7A7A7A; border-radius: 8px; padding: 16px;}
.order-info-container {display: flex; gap: 16px;}
.order-goods-container {display: flex; gap: 16px; flex-direction: column;}
.order-goods-header {border-bottom: 1px solid #858791;font-weight: 700;}
.order-good-container {padding:16px 0px; gap: 6px; display: grid; grid-template-areas: 'id image image title title title title cost count available sum action'; grid-template-columns: 50px repeat(9, 1fr) 90px 36px; grid-template-rows: minmax(auto, 110px)}
.order-good-new-container {display: flex; gap: 16px; align-items: center;}
.order-good-item {display: flex; align-items: flex-end; max-width: 408px}
.order-good-image-wrapper {display: block; position: relative; overflow: hidden; width: 100%; height: 100%; max-width: 100px;}
.order-good-image {position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); width: 100%; height: 100%; object-fit:cover;}

@keyframes order-new-animation { to { background: #fff;}}

@media screen and (max-width: 1000px) {
    .orders-info-cards-container {flex-direction: column; gap: 16px; font-size: 12px}
    .orders-info-card {width: 100%; flex-direction: row; gap: 0; justify-content: space-between;}
    .orders-field-mini {padding: 0 12px; height: 40px; font-size: 14px;}
    .orders-filters-container {flex-direction: column;}
    .orders-hide-mobile {display: none;}
    .orders-mobile {display: block;}
    .orders-table td {padding: 8px; font-size: 12px; vertical-align: top;}
    .orders-table th {padding: 8px;}
    .orders-table-actions {width: 46px;}
    .orders-table-status {width: 70px;}
    .orders-table-status-icon {margin-right: 4px; font-size: 12px;}
    .orders-table-status-text {font-weight: 700;}
    .orders-table-full_name-text {font-weight: 700;}
    .orders-table-sum {width: 70px;}
    .order-container {width: 100%; border: none; padding: 0;}
    .order-info-container {flex-direction: column;}
    .order-good-new-container {flex-direction: column;}
    .order-good-container {padding: 0; grid-template-rows: repeat(4, 1fr); grid-template-columns: repeat(6, 1fr); grid-template-areas:  'image image title title title title'
                                                                                                                                        'image image title title title title'
                                                                                                                                        'image image cost cost count count'
                                                                                                                                        'available available available sum sum action'}
    .order-good-item {padding: 8px; font-size: 14px;}
    .order-good-sum {font-size: 18px;}
}

/* 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('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: -webkit-box;display: -ms-flexbox;display: flex; margin-bottom: 25px; -webkit-box-pack: justify; -ms-flex-pack: justify; 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;*/}

/* tabulation */
.catalog-tabulation{margin: 30px 0;}
.catalog-tabulation__tabs{display: -webkit-box;display: -ms-flexbox;display: flex; font-size: 16px; font-weight: 300;}
.catalog-tabulation__tab-button-item{border: 1px solid #a2a2a2; padding: 15px; cursor: pointer; position: relative;}
.catalog-tabulation__tab-button-item:before{content: ''; width: 1px; height: 1px; background: #a2a2a2; position: absolute; top: 100%; left: -1px;}
.catalog-tabulation__tab-button-item + .catalog-tabulation__tab-button-item{margin-left: -1px;}
.catalog-tabulation__tab-button-item--active{position: relative; z-index: 1; border-bottom: 1px solid #fff;}
.catalog-tabulation__tab-button-item:hover{background: rgba(0, 0, 0, 0.025);}
.catalog-tabulation__tab-button-item--active:hover{background: transparent;}
.catalog-tabulation__tab-button-prev{display: none; position: absolute; top: 0; left: 0; bottom: 0; padding: 0 20px; cursor: pointer; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 22px;}
.catalog-tabulation__tab-button-next{display: none; position: absolute; top: 0; right: 0; bottom: 0; padding: 0 20px; cursor: pointer; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 22px;}
.catalog-tabulation__tab-content-item{border: 1px solid #a2a2a2; padding: 15px; display: none;}
.catalog-tabulation__tab-content-item--active{display: block;}
.catalog-tabulation__tab-content-item > p{margin: 0;}
.catalog-tabulation__tab-contents{margin-top: -1px;}

/* не знаю что за блок */
.responsive{padding: 10px; font-size: 20px; position: fixed; left: 0; bottom: 0; background: #fff; z-index: 100;}
.responsive:after{content: 'full';}

/*модалка всплывающая*/
.modal-form { padding: 30px; background: #fff;}
.modal-form .title {
    font-size: 26px;
    font-weight: bold;
}
.modal-form textarea,
.modal-form input:not([type=button]):not([type=submit]):not([type=file]) {
    border: 2px solid var(--gray-color);
    border-radius: 39px;
    padding: 13px 27px;
}
/* site colors USE ONLY THEESE */
:root {
    --white-color: #ffffff;
    --black-color: #000000;
    --blue-color: #E42839;
    /*--orange-yellow-color: #AB9662;*/
    --orange-yellow-color: #f5d04f;
    --gray-color: #7A7A7A;
    --header-top-height: 70px;
    --header-bottom-height: 80px;
}
.blue { fill:var(--blue-color); }
.white { fill:var(--white-color); }
.black { fill:var(--black-color); }


/* Common */
html{height: 100%;}
body{background: #fff; /*overflow-x: hidden;*/ overflow-y: scroll; font-size: 16px; font-family: Proxima Nova; color: #1c1c1c;}
h1, .h1{font-size: 24px; font-weight: 400; color: #262626;}
h2, .h2{font-size: 21px; font-weight: 400; color: #262626;}
h3, .h3{font-size: 21px; font-weight: 300; color: #262626;}
p, .p{font-size: 17px; margin: 10px 0;}
a {color: var(--orange-yellow-color); text-decoration: underline;}
a:hover {}
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="email"]{border: 1px solid #c0cad5; font-family: Tahoma; font-size: 13px; margin: 0; padding: 6px; width: 100%;}
[type="email"]: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{/*background: url('imgs/dots-bg1.png') center;*/}

.mobile {display: none;}
@media screen and (max-width: 1000px) {
    .mobile {display: block;}
    .mobile-hide {display: none !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;}
@media screen and (max-width: 1300px) {
    .container {
        width: 100%;
        max-width: 950px;
        padding: 0 25px;
    }
}
@media only screen and (max-width: 1250px){
	
	h1, .h1{font-size: 19px;}
	.header__inner{width: 800px; padding: 15px; flex-wrap: wrap;}
	.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: 820px){

	.dots:not(.subheader){background: none;}
	.headers h1, .headers .h1{color: #333;}
	.logo-holder{flex: 1 1 100%; justify-content: center;}
	.header{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: 20px;}
	.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; }

	/*просмотр и редактирование заказа*/
	.orders-info-style .orders-mail-w { max-width: inherit;}
	.orders-info-style tr,
	.order-main-desktop-row { display: flex; flex-direction: column; 	}
	.orders-info-style tr td,
	.order-main-desktop-row td { width: 100%; display: flex; justify-content: flex-start; font-size:11px;	}
	.orders-info-style 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;	}
	.orders-info-style tr.head { display:none;}
	.order-item-image { max-width:80px; max-height:80px; }
	.orders-info-style .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 { }
	.orders-info-style tr td .mobile-desc { display: none; }
	.orders-info-style tr .desktop-desc { font-weight: bold; margin-bottom: 8px; }
	.orders-info-style tr .desktop-text { padding:5px 15px; display: inline; }
	.orders-info-style .order-item-image { max-width:50px; max-height:50px; }
	.order-hide-desktop { display: none;}
	.desktop-display-block { display: block;}
}

/*Настройки меню*/
  :root {
    --menu-height: 60px; /*Высота верхнего меню*/
    --menu-text-color: #fff; /*Цвет текста пунктов меню*/
    --menu-color: #fff; /*Бэкграунд верхнего меню*/
    --menu-color-bg: rgba(28,28,28,.96); /*Бэкграунд верхнего и левого оменю*/
    --menu-opacity-bg: 0.4; /*Прозрачность бэкграунда*/
    --menu-top-padding-left: 10px; /*Отступ слева верхнего меню*/
    --menu-top-padding-right: 0; /*Отступ справа верхнего меню*/
    --menu-top-right-item-divider-color: unset; /*Цвет разделителя правых пунктов верхнего меню*/
    --main-site-color: var(--orange-yellow-color);
    --menu-top-position: fixed;
  }

/*Кнопка меню*/
  .hamRotate.active {
    transform: rotate(45deg);
  }
  .ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #fff;
    stroke-width:4.5;
  }
  .ham4 .top {
    stroke-dasharray: 40 121;
  }
  .ham4 .bottom {
    stroke-dasharray: 40 121;
    transform: scaleX(0.5) translateX(30px);
    transition: .4s;
  }
  .ham4.active .top {
    stroke-dashoffset: -68px;
  }
  .ham4.active .bottom {
    stroke-dashoffset: -68px;
    transform: unset;
  }
  /*Конец кнопки меню*/

  .r-menu {
    z-index: 1001;
    position: var(--menu-top-position);
    right: 0;
    left: 0;
    top: 0;
  }

  .r-menu__top {
    height: var(--menu-height);
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: var(--menu-top-padding-left);
    padding-right: var(--menu-top-padding-right);
    transition: .4s;
    background-color: var(--menu-color-bg);
  }

  .r-menu__top-bg {
    background: var(--menu-color);
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-animation: hideBG .4s;
            animation: hideBG .4s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  .r-menu__top--fixed .r-menu__top-bg{
    -webkit-animation: showBG .4s;
            animation: showBG .4s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    /*transition: .4s;*/
  }

  /*Анимация появления картинки бэкграунда*/
  @-webkit-keyframes showBG {
    0% {
      /*background: url('https://accentmed.ru/site/templates/default/imgs_default/bg-mobile.png');*/
      box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.17);
      opacity: 0;
    }
    50% {
      /*background: url('https://accentmed.ru/site/templates/default/imgs_default/bg-mobile.png');*/
      box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.17);
      opacity: 0.5;
    }
    100% {
      /*background: url('https://accentmed.ru/site/templates/default/imgs_default/bg-mobile.png');*/
      box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.17);
      opacity: 1;
    }
  }
  @keyframes showBG {
    0% {
      /*background: url('https://accentmed.ru/site/templates/default/imgs_default/bg-mobile.png');*/
      box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.17);
      opacity: 0;
    }
    50% {
      /*background: url('https://accentmed.ru/site/templates/default/imgs_default/bg-mobile.png');*/
      box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.17);
      opacity: 0.5;
    }
    100% {
      /*background: url('https://accentmed.ru/site/templates/default/imgs_default/bg-mobile.png');*/
      box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.17);
      opacity: 1;
    }
  }
  /*Анимация скрытия картинки бэкграунда*/
  @-webkit-keyframes hideBG {
    0% {
      /*background: url('https://accentmed.ru/site/templates/default/imgs_default/bg-mobile.png');*/
      /*box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.17);*/
      opacity: 1;
    }
    50% {
      /*background: url('https://accentmed.ru/site/templates/default/imgs_default/bg-mobile.png');*/
      /*box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.17);*/
      opacity: 0.5;
    }
    100% {
      /*background: url('https://accentmed.ru/site/templates/default/imgs_default/bg-mobile.png');*/
      /*box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.17);*/
      opacity: 0;
    }
  }
  @keyframes hideBG {
    0% {
      /*background: url('https://accentmed.ru/site/templates/default/imgs_default/bg-mobile.png');*/
      /*box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.17);*/
      opacity: 1;
    }
    50% {
      /*background: url('https://accentmed.ru/site/templates/default/imgs_default/bg-mobile.png');*/
      /*box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.17);*/
      opacity: 0.5;
    }
    100% {
      /*background: url('https://accentmed.ru/site/templates/default/imgs_default/bg-mobile.png');*/
      /*box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.17);*/
      opacity: 0;
    }
  }

  .r-menu__top__left {
    padding-left: 10px;
    width: 40%;
    height: 70%;
  }

  .r-menu__top__left__logo {
      -webkit-mask-image: url('/site/templates/default/imgs_default/kLogoYellow.png');
      mask-image: url('/site/templates/default/imgs_default/kLogoYellow.png');
      -webkit-mask-position: center;
      mask-position: center;
      -webkit-mask-size: contain;
      mask-size: contain;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;

      background-color: var(--orange-yellow-color);
      width: 119px;
      height: 42px;
      display: block;
  }

  .r-menu__top__left img{
    /*height:calc(var(--menu-height) - 14px)*/
    height: 100%;
    object-fit: contain;
  }

  @media screen and (max-width: 620px) {
    .r-menu__top__left {
      margin-right: 40px;
    }
  }

  .r-menu__top__right {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .r-menu__top__right-item {
    border-left: 1px solid var(--menu-top-right-item-divider-color);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .r-menu__top__right-item--cart,
  .r-menu__top__right-item--phone,
  .r-menu__top__right-item--search,
  .r-menu__top__right-item--user {
    height: 16px;
    width: 16px;
  }

  .r-menu__top__right-item--cart {
    -webkit-mask-image: url('/site/templates/default/svgs/kCart.svg');
    mask-image: url('/site/templates/default/svgs/kCart.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    background-color: var(--main-site-color);
  }

  .r-menu__top__right-item--phone {
    -webkit-mask-image: url('/site/templates/default/svgs/kPhone.svg');
    mask-image: url('/site/templates/default/svgs/kPhone.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    background-color: var(--main-site-color);
  }

  .r-menu__top__right-item--search {
    -webkit-mask-image: url('/site/templates/default/svgs/kSearch.svg');
    mask-image: url('/site/templates/default/svgs/kSearch.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    background-color: var(--main-site-color);
  }

  .r-menu__top__right-item--user {
    -webkit-mask-image: url('/site/templates/default/svgs/kUser.svg');
    mask-image: url('/site/templates/default/svgs/kUser.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    background-color: var(--main-site-color);
  }

  .r-menu__top__right-item:last-child {
    transform: scaleX(-1);
  }

  .r-menu__top__right-item svg{
    width: 45px;
    height: 45px;
  }

  .r-menu-bg {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    /*height: 100vh;*/
    bottom: 0;
    background-color: black;
    opacity: var(--menu-opacity-bg);
    display: none;
  }

  .r-menu__content {
    /*border-top-right-radius: 20px;*/
    /*background-color: var(--menu-color-bg);*/
    background: var(--menu-color-bg);
    position: fixed;
    z-index: 100;
    left: 0;
    top: var(--menu-height);
    bottom: 0;
    /*height: calc(100vh - var(--menu-height));*/
    transform: translateX(-100%);
    transition: .4s;
    padding: 20px;
    width: calc(100% - var(--menu-height));
    overflow-y: scroll;
  }

  .r-menu__content.active {
    transform: translateX(0%);
  }

  .r-menu__content__search {
    display: none;
    position: relative;
  }

  .r-menu__content__search input {
    font-size: 12px;
    padding: 14px;
    padding-right: 35px;
    color: #1c1c1c;
  }

  .r-menu__content__search__clear {
    position: absolute;
    z-index: 2;
    right: 15px;
    top: calc(50% - 7px);
    -webkit-mask-image: url('/site/templates/default/svgs/kClose.svg');
    mask-image: url('/site/templates/default/svgs/kClose.svg');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 15px;
    height: 15px;
    background-color: #1c1c1c;
    display: none;
  }

  .r-menu__content__search input:focus + .r-menu__content__search__clear {
    /*display: block;*/
  }

  .r-menu__content__item {
    padding-top: 10px;

    margin-bottom: 30px;
  }

  .r-menu__content__item li{
    padding-top: 24px;
  }

  .r-menu__content__item a{
    font-size: 17px;
    color: var(--menu-text-color);
  }

  .r-menu__content__item-top {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
  }

  .r-menu__content__item-top__item {
    color: var(--menu-text-color);
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 14px;
  }

  .r-menu__content__item-top__item a{
    color: inherit;
    text-decoration: none;
    display: flex;
  }

  .r-menu__content__item-top__item__icon {
    width: 20px;
    height: 20px;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    background-color: var(--orange-yellow-color);
    margin-right: 13px;
  }
  .r-menu__content__item-bottom {
    display: flex;
    flex-direction: column;
  }

  .r-menu__content__item-bottom div:not(:last-child) {
    margin-bottom: 15px;
  }

  .r-menu__content__item-bottom div:last-child {
    margin-top: 10px;
  }

  .r-menu__content__item-bottom .feedback-phone-btn,
  .r-menu__content__item-bottom .feedback-email-btn,
  .r-menu__content__item-bottom .feedback-company,
  .r-menu__content__item-bottom .feedback-address {
    font-size: 18px;
  }

  .r-menu__content__item-bottom .feedback-phone-btn i {
    font-size: 15px;
    margin-right: 12px;
  }

  .r-menu__content__item-bottom__socials{
    display: flex;
    margin-bottom: 30px;
  }

  .r-menu__content__item-bottom__socials a{
    color: inherit;
    padding-right: 40px;
  }

  .r-menu__content__item-bottom__socials a i{
    font-size: 28px;
  }

  .r-menu__content__item-bottom__socials a:nth-child(1) i{
    color: #4a76a8;
  }

  .r-menu__content__item-bottom__socials a:nth-child(2) i{
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .r-menu__content__item-bottom__socials a:nth-child(3) i{
    color: #ee8208;
  }


  @media screen and (min-width: 1001px) {
    .r-menu {
      display: none;
    }
  }

  /*Стили с reloadteam.ru возможно, нужно будет заменить*/

  .mobile__menu-contact {
    font-size: 18px;
  }

  .mobile__menu-contact .rhead__item {
    justify-content: normal;
    margin-bottom: 10px;
  }

  .rhead__item {
    display: flex;
    margin: 0 -5px;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
  }

  .rhead__item > * {
    margin: 0 5px;
  }

  .mobile__menu-contact .rhead__item:last-child {
    margin-bottom: 15px;
  }

  .asite_btn::after {
    right: initial;
    left: -50px;
  }

  .asite_btn::after, .asite_btn::before {
    content: "\f178";
    font-family: "fontawesome";
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    font-size: 16px;
    transition: .3s;
  }

  .asite_btn {
    padding: 14px 24px;
    padding-right: 48px;
    color: #fff;
    background: #36c0c2;
    display: inline-block;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: .3s;
  }

  .asite_btn > div {
    transition: .3s;
  }

  .promotion__button-w {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .feedback_modal {
    display: none;
  }

  .feedback_modal .fs-contact-seller {
    background-color: #fff;
    padding: 10px;
    z-index: 1001;
    top: 24%;
    position: fixed;
    margin: 10px;
  }

  /*Стили с reloadteam.ru возможно, нужно будет заменить*/