/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*reset end*/

/*cms styles reset*/
.uss_shop_list_view .uss_shop_technical_data .uss_shop_price span.old_price,
.uss_shop_list_view .uss_shop_technical_data .uss_shop_price span,
.uss_eshop_block_item .uss_shop_price span.old_price,
.uss_eshop_block_item .uss_shop_price span,
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.old_price,
.uss_shop_blocks_view .uss_eshop_item .uss_shop_price span,
.uss_eshop_sameproducts .item .price span.old_price,
.uss_eshop_sameproducts .item .price span {
    background: transparent;
    color: #000;
    padding: 0;
    margin: 0;
}
.uss_eshop_block_item .uss_shop_price span.old_price + .actual_price {
    margin-left: 10px;
}
.compare_table .uss_shop_price span.old_price,
.uss_buy_one_click_pos .uss_shop_price span.old_price,
.uss_shop_detail .uss_shop_technical_data .uss_shop_price span.old_price {
    background: #fff;
    color: #000;
    padding: 0;
    margin: 0;
}
.compare_table .uss_shop_price .actual_price,
.uss_buy_one_click_pos .uss_shop_price .actual_price,
.uss_shop_detail .uss_shop_technical_data .uss_shop_price span {
    padding: 0;
    margin: 0;
    background: none;
    border-radius: 0;
}
/*cms styles reset end*/
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Regular.eot');
    src: url('/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Roboto-Regular.woff2') format('woff2'),
         url('/fonts/Roboto-Regular.woff') format('woff'),
         url('/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Bold.eot');
    src: url('/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Roboto-Bold.woff2') format('woff2'),
         url('/fonts/Roboto-Bold.woff') format('woff'),
         url('/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}

body, html { 
    /*height: 100%;*/
    width: 100%;
    background: #ffffff;
    border: none;
    margin: 0;
    padding: 0;
}
body {
    background: #fff;
    color: #000;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1.4;
    line-height: normal;
}
body,
.header,
.content-wrapper,
.footer {
    min-width: 420px;
}
a, a:hover, a:visited {
    color: #161713;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}
body:not(.mainpage) .content-wrapper {
    min-height: 75vh;
}
.content-wrapper {
    position: relative;
	display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.content-wrapper > .inner-min {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    min-height: 75vh;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sidebar {
    width: 335px;
    min-width: 335px;
    padding-right: 35px;
}
.main-content {
    width: 100%;
}
.sidebar + .main-content {
    width: calc(100% - 335px);
}
.inner-max {
    position: relative;
    max-width: 100%;
}
.inner-hd {
    position: relative;
    margin: 0 auto;
    max-width: 1920px;
}
.inner-mid {
    position: relative;
    margin: 0 auto;
    max-width: 1600px;
}
.inner-min {
    position: relative;
    margin: 0 auto;
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
}
button {
    outline: 0;
}
button.styler,
input[type=submit].styler,
input[type=reset].styler,
input[type=button].styler {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-family: 'Ubuntu','Roboto', Arial, sans-serif;
}
input[type=text].styler,
input[type=email].styler,
input[type=number].styler,
input[type=password].styler,
input[type=search].styler,
input[type=tel].styler,
input[type=url].styler,
textarea.styler,
textarea,
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    border-bottom-color: #ccc;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #1d1d1d;
    width: auto;
    padding: 7px 10px;
    font-family: inherit;
}
img {
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    margin: 12px 0 20px;
    padding: 0;
    font-weight: 400;
}
h1 {
    font-size: 34px;
    font-weight: 700;
}
h2 {
    font-size: 24px;
}
h3, .h3 {
    font-size: 22px;
    position: relative;
}
h4, h5, h6 {
    font-size: 20px;
}
strong {
    font-weight: 500;
}
.uss-flex-items {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

/*списки*/
.uss_section_content p {
    margin: 20px 0 20px;
    line-height: 24px;
}
.uss_section_content ul,
.uss_section_content ul li,
.uss_section_content ol,
.uss_section_content ol li {
    margin: 0;
    padding: 0;
    position: relative;
}
.uss_section_content ul {
    margin: 20px 0;
    display: table;
}
.uss_section_content ul li:last-child {
    margin-bottom: 0;
}
.uss_section_content ul li {
    line-height: 24px;
    padding: 0 0 0 18px;
    margin-bottom: 10px;
}
.uss_section_content ul li:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    /*border-radius: 50%;*/
    background: #53a548;
    position: absolute;
    left: 5px;
    top: 10px;
    top: 50%;
    -webkit-transform: translateY( -50% );
    -ms-transform: translateY( -50% );
    -o-transform: translateY( -50% );
    transform: translateY( -50% );
}
.uss_section_content ol {
    list-style-position: inside;
    margin: 20px 0;
}
.uss_section_content ol li {
    line-height: 24px;
    padding: 0 0 0 0px;
    margin-bottom: 15px;
    list-style-type: decimal !important;
}
.uss_error_form ol {
    margin: 5px 0;
}
.uss_error_form ol li {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: normal;
}
/*списки end*/

/*Фильтры чекбоксы и радио кнопки*/
.sidebar-filter {
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sidebar-filter .filter_search_in_current_cat.filter_item {
    padding: 20px 20px 17px 20px;
}
.sidebar-filter .filter_item {
    width: 100%;
    padding: 18px 20px 20px 20px;
    border-radius: 4px;
    background: #f7f7f7;
}
.sidebar-filter .jq-selectbox {
    z-index: 0 !important;
}
.sidebar .jslider .jslider-bg i {
    background: #0b0c0d !important;
    height: 4px;
}
.sidebar .jslider .jslider-pointer {
    background: #0b0c0d !important;
    border-radius: 50%;
}
.sidebar .jslider .jslider-pointer {
    width: 13px;
    height: 13px;
    top: -4px;
    margin-left: -6px;
}
.sidebar .jslider .jslider-scale ins {
    font-size: 10px;
    color: #2a2b2b;
}
.sidebar .uss_eshop_filters_block .filter_item .items_label.for_styler {
    padding-top: 0;
}
.sidebar .jq-radio {
    width: 20px;
    height: 20px;
    border: 1px solid #c2c2c2;
    margin: -2px 10px 0px 0;
    background: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sidebar .jq-radio.checked {
    border: 1px solid #303030;
    background: #fff !important;
}
.sidebar .eshop_filters_line.radio .jq-radio.checked {
    border: 2px solid #0b0c0d;
    background: #0b0c0d !important;
}
.sidebar .eshop_filters_line.radio label {
    display: block;
}
.sidebar .eshop_filters_line.radio,
.sidebar .eshop_filters_line.radio label,
.sidebar .eshop_filters_line.radio span {
    cursor: pointer !important;
}
.sidebar .eshop_filters_items .jq-radio.checked .jq-radio__div {
    width: 8px;
    height: 8px;
    margin: 5px 0 0 5px;
    border-radius: 50%;
    background: #000;
}
.sidebar .eshop_filters_area .value {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

.sidebar .jq-checkbox {
    width: 18px;
    height: 18px;
    background: #ffffff;
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #c2c2c2;
    overflow: visible !important;
    margin-right: 7px;
}
.sidebar .jq-checkbox.checked {
    background: #fff;
    border: 1px solid #303030;
}
.sidebar .jq-checkbox.checked .jq-checkbox__div {
    background: url(../img/galka.png) no-repeat center center;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 18px;
    height: 18px;
    margin: 0px 0 0px 0px;
}
.sidebar .uss_eshop_filters_block {
    margin-bottom: 0;
}
.sidebar .uss_eshop_filters_block .filter_item {
    margin: 0 0 20px 0;
}
.sidebar .uss_eshop_filters_block .filter_item .items_label,
.sidebar .uss_eshop_filters_block .filter_item label.for_styler,
.sidebar-filter .filter_price.filter_item label {
    width: 100%;
    float: none;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}
.sidebar .uss_eshop_filters_block .filter_item.as_slider .items_label {
    margin-bottom: 0;
}
.sidebar .uss_eshop_filters_block .filter_item .filter_elem_label {
    display: block;
    margin-right: 0 !important;
    cursor: pointer;
    font-size: 15px;
    line-height: normal;
    min-height: 20px;
}
.sidebar .uss_eshop_filters_block .filter_item .filter_elem_label + .filter_elem_label {
    margin-top: 10px;
}
.sidebar .uss_eshop_filters_single_block .jslider {
    margin-left: 5px;
    width: calc(100% - 12px);
}
.sidebar .filter_submit input[type=submit].styler,
.sidebar .filter_submit button.styler {
    height: 34px;
    line-height: 34px;
    padding: 0px 15px;
    border: 0 !important;
    line-height: 1 !important;
    font-size: 15px;
}
.sidebar .filter_submit button.styler {
    color: #2a2b2b;
    /* border: 2px solid #c1cfdf !important; */
    /*border-radius: 35px;*/
    background: #fff;
    box-shadow: 0px 0px 3px #d8dadc !important;
    margin-left: 5px;
}
.sidebar .filter_submit button.styler:hover {
    background: #0b0c0d !important;
    color: #fff;
}
.sidebar input[type=submit].styler {
    padding: 0 25px;
    /* border-radius: 30px !important; */
    background: url(/img/transparent.png) #0b0c0d !important;
    font-size: 15px;
    /* font-weight: 700; */
    color: #fff;
    border: 0;
    min-width: 84px;
    text-align: center;
}
.sidebar-filter .filter_price.filter_item .inputs input {
    width: 100%;
    max-width: 75px;
    border-radius: 4px;
    border: 1px solid #ececec;
    text-align: center;
}
.sidebar .jq-selectbox {
    display: block !important;
    margin: 0;
}
.sidebar .jq-selectbox .jq-selectbox__select {
    width: 100%;
    border: 1px solid #ececec;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    background: url(/img/transparent.png) #fff !important;
}
.sidebar .jq-selectbox__trigger {
    border-left: 0;
}
.sidebar .jq-selectbox__select-text {
    font-size: 15px;
    line-height: 28px;
    height: 30px;
}

input[type=text].styler::-webkit-input-placeholder {color: #000000 !important;}
input[type=text].styler::-moz-placeholder          {color: #000000 !important;}/* Firefox 19+ */
input[type=text].styler:-moz-placeholder           {color: #000000 !important;}/* Firefox 18- */
input[type=text].styler:-ms-input-placeholder      {color: #000000 !important;}

.jq-checkbox {
    width: 18px;
    height: 18px;
    background: #ffffff;
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #c2c2c2;
    overflow: visible !important;
    margin-right: 7px;
}
.jq-checkbox.checked {
    background: #fff;
    /*border: 1px solid #303030;*/
}
.jq-checkbox.checked .jq-checkbox__div {
    background: url(../img/galka.svg) no-repeat center center;
    background-size: 15px 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 18px;
    height: 18px;
    margin: 0px 0 0px 0px;
}
.jq-selectbox__trigger {
    border-left: 0;
}
.jq-selectbox__select {
    border-radius: 4px !important;
    border: 1px solid #ececec !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: non !important;
    background: url(/img/transparent.png) #fff !important;
}

.jq-selectbox__select-text {
    font-family: 'OpenSans','Roboto', Arial, sans-serif;
    font-size: 15px;
    line-height: 28px;
}
.uss_eshop_block_item .eshop_filters_area .eshop_filters_line {
    display: block;
}
.eshop_filters_area .jq-selectbox__select {
    border-radius: 4px;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area {
    display: block;
}

.content .group_17846 {
    display: none !important;
}
/*Фильтры чекбоксы и радио кнопки end*/

/*корзина*/
.uss_user_wishlist th,
.uss_user_wishlist td,
.uss_user_basket th,
.uss_user_basket td,
.uss_user_basket .uss_name .uss_title,
.uss_user_wishlist .uss_name .uss_title {
    font-size: 16px;
}
.uss_user_basket th,
.uss_user_wishlist th,
.uss_user_basket .uss_bottom .totals {
    background: #2b2b2b;
    color: #ffffff;
}
.uss_user_basket .uss_image,
.uss_user_wishlist .uss_image {
    min-width: 78px !important;
}
.section_basket2 .fc_form_tml input[type=text].styler,
.section_basket2 .fc_form_tml textarea.styler {
    width: 100%;
}
.uss_shop_form {
    max-width: 390px;
}
.fc_form_tml textarea.styler {
    resize: none;
}
.uss_user_basket .uss_name .uss_title,
.uss_user_wishlist .uss_name .uss_title,
.uss_user_basket .uss_name .uss_description {
    height: auto;
}
.uss_user_basket .uss_name .uss_description {
    margin-top: 10px;
    font-size: 14px;
}
.uss_user_basket .uss_number .uss_field input {
    width: 30px;
    margin: 0;
    text-align: center;
    padding: 7px 0;
}
.uss_user_basket .del_basket_item,
.del_wish {
    width: 30px;
    display: inline-block;
    padding: 9px 0;
    margin-right: -8px;
}
.uss_shop_form .fc_form_tml {
    padding: 0;
}

.fc_form_tml .group .fc_item.fc_checkbox .force_position_right {
    display: inline;
    cursor: pointer;
    font-size: 16px;
    line-height: normal;
    min-height: 20px;
    font-weight: 400;
}
.fc_form_tml .group .fc_item.fc_checkbox .force_position_right + .hint {
    font-size: 15px;
    line-height: normal;
}
.uss_min_sum_order_text_wrapper {
    margin-top: 30px;
}
.uss_user_basket .uss_delete_pos .add_to_wishlist,
.uss_user_wishlist .uss_delete_pos .add_to_cart {
    text-decoration: none;
    color: #fff;
    background: #53a548;
    padding: 7px;
    border-radius: 4px;
}
.uss_user_basket .uss_delete_pos .add_to_wishlist:hover,
.uss_user_wishlist .uss_delete_pos .add_to_cart:hover {
    background: #161713;
}
.uss_user_basket .uss_bottom.total_sum .title {
    font-size: 16px;
    margin-right: 5px;
}
.uss_user_basket .uss_bottom.total_sum #uss_basket_totals {
    font-size: 20px;
}
/*корзина end*/

/*Купить в 1 клик*/
.buy_one_click_form_tml .buy_one_click_window_wrap {
    width: 390px;
}
.buy_one_click_form_tml .buy_one_click_window_wrap a.close {
    right: 5px;
    top: 5px;
}
.buy_one_click_form_tml .uss_buy_one_click_title {
    font-size: 22px;
    font-weight: 700;
}
.buy_one_click_form_tml .buy_one_click_window_wrap .fc_form_tml {
    padding: 0;
}
.uss_buy_one_click_pos .uss_shop_price {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.uss_buy_one_click_pos .uss_shop_price span.old_price {
    background: none;
    margin-bottom: 0;
    font-size: 18px;
    padding: 0;
    color: #afb3b8;
    width: 100%;
    font-weight: 700;
}
.uss_buy_one_click_pos .uss_shop_price .actual_price {
    padding: 0;
    color: #2a2b2b;
    background: none;
    margin-right: 0;
    font-size: 28px;
    font-weight: 900;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
.buy_one_click_form_tml .form_styler label.sector_title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}
.one_click_form_wrapper .buttons {
    text-align: center;
}
.one_click_form_wrapper .fc_form_tml input[type=submit].styler {
    margin: 0 auto;
}
/*Купить в 1 клик end*/

/*формы на сайте*/
.fc_form_tml,
.uss_form_tml {
    margin-bottom: 0;
    background: #fff;
    padding: 0px;
    position: relative;
    z-index: 10;
}
.fc_form_tml .fc_item .elem_item {
    width: 100%;
}
.fc_form_tml .elem_item:not(.captcha_item) input.styler:not([type=submit]),
.uss_form_tml input.styler:not([type=submit]) {
    height: 46px;
    max-height: 100%;
    border-radius: 4px !important;
    border: 1px solid #ececec;
    width: 100%;
    padding: 0 20px;
    color: #000;
    font-size: 18px;
    /*background: #f9f9f9;*/
    /*background: #fff;*/
    /*transition: 0.2s;*/
}
.fc_form_tml textarea.styler,
.uss_form_tml .uss_form_item textarea.styler {
    border-radius: 4px !important;
    border: 1px solid #ececec;
    width: 100%;
    padding: 12px 15px;
    color: #000;
    font-size: 18px;
    resize: none;
    /*background: #f9f9f9;*/
    /*background: #fff;*/
    /*transition: 0.2s;*/
}
.fc_form_tml .elem_item:not(.captcha_item) input.styler:not([type=submit]):hover,
.fc_form_tml .elem_item:not(.captcha_item) input.styler:not([type=submit]):focus,
.fc_form_tml input[type=text].styler:hover,
.fc_form_tml input[type=text].styler:focus,
.fc_form_tml textarea.styler:hover,
.fc_form_tml textarea.styler:focus,
.uss_form_tml input[type=text].styler:hover,
.uss_form_tml input[type=text].styler:focus,
.uss_form_tml textarea.styler:hover,
.uss_form_tml textarea.styler:focus {
    border-color: #c2c2c2;
    /*background: #fff;*/
}
.fc_form_tml .fc_item,
.uss_form_tml .fc_item {
    margin-bottom: 20px;
}
.fc_form_tml .fc_item label,
.uss_form_tml .fc_item label {
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 400;
}
.fc_form_tml .group .fc_item.fc_checkbox_one,
.uss_form_tml .group .fc_item.fc_checkbox_one {
    width: 100%;
}

input[type=text].styler, input[type=email].styler, input[type=number].styler, input[type=password].styler, input[type=search].styler, input[type=tel].styler, input[type=url].styler, textarea.styler {
    border-radius: 4px;
}
.uss_error_form ol {
    list-style-type: decimal;
}

.fc_form_tml input.styler::-webkit-input-placeholder {color: #000000 !important;}
.fc_form_tml input.styler::-moz-placeholder          {color: #000000 !important;}/* Firefox 19+ */
.fc_form_tml input.styler:-moz-placeholder           {color: #000000 !important;}/* Firefox 18- */
.fc_form_tml input.styler:-ms-input-placeholder      {color: #000000 !important;}

.fc_form_tml input[type=submit].styler {
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    border-radius: 4px !important;
    background: url(/img/transparent.png) #53a548 !important;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    color: #fff;
    border: 0;
    min-width: 140px;
}
.fc_form_tml input[type=submit].styler:hover {
    background: url(/img/transparent.png) #161713 !important;
    text-decoration: none;
}
.fc_form_tml .buttons {
    margin-top: 25px;
}
.uss_form_tml .uss_form_submit {
    margin-bottom: 0 !important;
}
form[action*=feedback] {
    margin-top: 20px;
    max-width: 390px;
}

@media (max-width:768px) {
    .uss_shop_form {
        max-width: 100%;
    }
    .uss_shop_form .fc_form_tml .jq-checkbox {
        margin-right: 10px;
    }
    form[action*=feedback] {
        max-width: 100%;
    }
    .uss_form_tml.comments_form .uss_form_item {
        float: none;
        width: 100% !important;
        margin-right: 0;
    }
    .uss_form_tml.comments_form .uss_form_item:not(.uss_form_submit) input,
    .uss_form_tml.comments_form .uss_form_item textarea {
        width: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .buy_one_click_form_tml .buy_one_click_window_wrap a.close,
    .catalog_orderform_tml .catalog_orderform_window_wrap a.close {
        right: 7px;
        top: 7px;
    }
}
/*формы на сайте end*/

/*main slick slider*/
.slider {
    width: 100%;
    overflow: hidden;
    z-index: 1;
    position: relative;
    max-width: 1920px;
    margin: auto;
    margin-bottom: -4px;
}
.slider .inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1180px;
    position: relative;
}
.slider .slides .slide {
    display: inline-block;
}
.slider .slides {
    width: 162.7%; /*для слайдера ширриной 1920*/
    left: -31.4%; /*для слайдера ширриной 1920*/
    /*width: 114.9%;*/ /*для слайдера ширриной 1356*/
    /*left: -7.5%;*/ /*для слайдера ширриной 1356*/
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}
.slick-list, .slick-slider {
    position: relative;
    display: block;
}
.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slider .slick-arrow {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 50px;
    height: 50px;
    z-index: 1001;
    opacity: 1;
}
.slick-next, .slick-prev {
    /*font-size: 0;*/
    /*line-height: 0;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*display: block;*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*padding: 0;*/
    /*-webkit-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    /*cursor: pointer;*/
    /*color: transparent;*/
    /*border: none;*/
    /*outline: none;*/
    /*background: transparent;*/
}
.slider .slick-arrow.slick-prev {
    background: url(../img/slider-arrow-left-white.png) center center no-repeat;
    opacity: 1;
    left: 20px;
    transition: 0.2s;
    display: none !important;
}
.slider .slick-arrow.slick-prev:hover {
    opacity: 0.5;
}
.slider .slick-arrow.slick-next {
    background: url(../img/slider-next.png) right 50px bottom 190px no-repeat, url(../img/slider-green-bg.png) right bottom no-repeat;
    opacity: 0.5;
    /*right: 20px;*/
    transition: 0.2s;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0;
    width: 326px;
    height: 594px;
    /*left: auto !important;*/
    /*right: 0 !important;*/
    cursor: pointer;
    transition: 0.3s !important;
    z-index: 2000;
}
.slider .slick-arrow.slick-next:hover {
    background: url(../img/slider-next.png) right 30px bottom 190px no-repeat, url(../img/slider-green-bg-hover.png) right -20px bottom no-repeat;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-initialized .slick-slide {
    display: block;
}
.slider .image {
    position: relative;
}
.slider .image img{
    display:block;
    margin:0 auto;
}
.slider .image.width_fit.height_more img{
    width:auto;
    height:100%;
}
.slider .image.width_fit.height_fit img{
    display:block;
    max-width:100%;
    margin:0 auto;
}
.slider .image.aspect_rated img{
    display:block;
    position:absolute;
    bottom:50%;
    right:50%;
    -webkit-transform:translate(50%, 50%);
    transform:translate(50%, 50%);
}
.slider .image.height_less img{
    height:100%;
    width:auto;
}
.slider .image.width_less img{
    width:100%;
    height:auto;
}
.slider .image.width_more.height_fit img{
    height:100%!important;
    width:auto!important;
}
.slider .image.width_fit.height_less img,.slider .image.width_less.height_more img,.slider .image.width_more.height_more img{
    height:100%;
    width:auto;
}
.slider .image.width_less.height_less img{
    height:100%;
    width:auto;
    max-width:none;
}
.slide-link {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    display: block;
    z-index: 11;
}
.slider .slides .slide .caption {
    /*width: 1180px;*/
    max-width: 100%;
    max-width: calc(100vw - 240px);
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    padding: 20px 0px;
    white-space: normal;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
}
.slider .slides .slide .caption .title-wrap {
    display: block;
    width: 100%;
    /*margin: 0 0 18px;*/
}
.slider .slides .slide .caption .title {
    font-size: 80px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-left: -6px;
}
.slider .slides .slide .caption .preview {
    display: block;
    width: 100%;
    margin: 25px 0 0 0;
    font-size: 20px;
}
.slider .slides .slide .caption .uss-more a {
    background: url(/img/slider-more-arrow.png) no-repeat center right 25px;
    color: #fff;
    text-align: center;
    padding: 0px 45px 0px 30px;
    display: inline-block;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    border-radius: 8px;
    height: 50px;
    line-height: 46px;
    margin-top: 35px;
    border: 2px solid #fff;
}
.slider .slick-dots {
    bottom: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    bottom: 60px;
    left: 0;
    right: 15px;
    margin: 0 auto;
    min-width: 420px;
    max-width: 1200px;
    max-width: 100%;
    max-width: calc(100vw - 316px);
    max-width: calc(100vw - 260px);
    position: absolute;
    list-style: none;
    z-index: 1001;
}
.slider .slick-dots li {
    margin: 0 20px 0 0;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.slider .slick-dots li button {
    width: 100%;
    height: 100%;
    display: block;
    background: none;
    width: 20px;
    height: 20px;
    font-size: 0;
    border: 0;
    padding: 0;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.5);
    cursor: pointer;
}
.slider .slick-dots li.slick-active button {
    border: 2px solid #fff;
    position: relative;
}
.slider .slick-dots li.slick-active button:before {
    content:'';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
}
.sliderPagingInfo {
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
    height: 20px;
    position: absolute;
    top: 2px;
}
.know-more {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX( -50% );
    -ms-transform: translateX( -50% );
    -o-transform: translateX( -50% );
    transform: translateX( -50% );
    color: #fff;
    z-index: 1000;
    bottom: 0;
    width: 150px;
    height: 100px;
    text-align: center;
    cursor: pointer;
    margin-bottom: -15px;
    transition: 0.2s;
}
.know-more:before {
    content:'Узнать больше';
    display: block;
    margin-bottom: 15px;
}
.know-more:after {
    content:'';
    display: block;
    position: absolute;
    background: #53a548;
    width: 5px;
    height: 70px;
    left: 50%;
    -webkit-transform: translateX( -50% );
    -ms-transform: translateX( -50% );
    -o-transform: translateX( -50% );
    transform: translateX( -50% );
    transition: 0.2s;
}
.know-more:hover:after {
    margin-top: -10px;
}
@media (min-width: 1921px) {
    .slider .slides .slide .caption {
        max-width: 1680px;
    }
    .slider .slick-dots {
        left: 150px;
        max-width: 100%;
    }
}
@media (max-width: 1920px) {
    .slider .slick-arrow.slick-next {
        left: 0px;
        right: calc(-100vw + 326px);
        margin: 0 auto;
    }
}
@media (max-width: 1500px) {
    .slider .slick-arrow.slick-next {
        left: 0px;
        right: calc(-100vw + 245px);
        margin: 0 auto;
        width: 250px;
        height: 578px;
        background: url(../img/slider-next.png) right 45px bottom 115px no-repeat, url(../img/slider-green-bg.png) left top no-repeat;
    }
    .slider .slick-arrow.slick-next:hover {
        background: url(../img/slider-next.png) right 30px bottom 115px no-repeat, url(../img/slider-green-bg-hover2.png) left 15px top no-repeat;
    }
}
@media (max-width: 1180px) {
    .header {
        overflow: hidden;
    }
    .slider .slides .slide {
        overflow: hidden;
    }
    .slider .slides .slide-link {
        max-height: 800px;
        overflow: hidden;
    }
    .slider .slick-arrow.slick-next {
        /*bottom: 4px;*/
    }
}
@media (max-width: 1000px) {
    .slider {
        overflow: hidden;
    }
    .slider .slick-arrow.slick-next {
        left: 0px;
        right: calc(-100vw + 180px);
        margin: 0 auto;
        width: 185px;
        height: 578px;
        background: url(../img/slider-next.png) right 30px bottom 75px no-repeat, url(../img/slider-green-bg.png) left top no-repeat;
    }
    .slider .slick-arrow.slick-next:hover {
        background: url(../img/slider-next.png) right 20px bottom 75px no-repeat, url(../img/slider-green-bg-hover2.png) left 15px top no-repeat;
    }
}
@media (max-width: 1024px) {
    .slider .slides .slide .caption {
        padding: 20px 0px;
        max-width: 100%;
        max-width: calc(100vw - 140px);
    }
    .slider .slides .slide .caption .title {
        font-size: 5vw;
        font-weight: 600;
        margin-top: -5px;
        margin-left: -2px;
    }
    .slider .slides .slide .caption .preview {
        font-size: 3vw;
    }
    .slider .slick-dots {
        bottom: 25px;
        left: 0;
        right: 15px;
        max-width: calc(100vw - 248px);
        max-width: calc(100vw - 154px);
    }
}
@media (max-width: 768px) {
    .slider .slides .slide .caption {
        max-width: calc(100vw - 120px);
        display: none;
    }
    .slider .slides .slide .caption .preview {
        margin-top: 12px;
    }
    .slider .slides .slide .caption .uss-more a {
        height: 40px;
        line-height: 40px;
        margin-top: 20px;
        padding: 0px 20px;
        font-size: 16px;
        font-weight: 400;
    }
    .slider .slick-dots {
        min-width: 200px;
        max-width: calc(100vw - 166px);
    }
    .slider .slick-arrow.slick-next {
        left: 0px;
        right: calc(-100vw + 95px);
        margin: 0 auto;
        width: 100px;
        height: 578px;
        background: url(../img/slider-more-arrow.png) right 30px bottom 30px no-repeat, url(../img/slider-green-bg.png) left top no-repeat;
        transition: 0s !important;
    }
    .slider .slick-arrow.slick-next:hover {
        background: url(../img/slider-more-arrow.png) right 30px bottom 30px no-repeat, url(../img/slider-green-bg-hover2.png) left top no-repeat;
    }
    .slider .slick-dots {
        max-width: calc(100vw - 30px);
        min-height: 20px;
    }
    .slider .slick-dots li {
        display: none;
    }    
}
@media (max-width: 599px) {
    .slider .slides .slide .caption .uss-more {
        display: none;
    }
}
@media (max-width:419px) {
    .slider .slick-arrow.slick-next {
        left: auto;
        right: 19%;
        margin: 0 auto;
        width: 100px;
        height: 578px;
        background: url(../img/slider-more-arrow.png) right 30px bottom 30px no-repeat, url(../img/slider-green-bg.png) left top no-repeat;
    }
    .slider .slick-dots {
        max-width: calc(100vw - 0px);
        min-width: 420px;
        left: 25px;
    }
}
/*main slick slider end*/



/*custom*/

.mainpage {
    background: #eef9ff;
}
.h_tel,
.top-menu a,
.uss_shop_list_view .uss_shop_list_view_item,
.sidebar-catalog .uss_eshop_menu > li > a,
.add_to_cart,
.add_to_compare,
.add_to_wishlist,
div.uss_eshop_tabs .uss_eshop_tabs_navigation span,
.uss_eshop_sameproducts.blocks .item,
.fc_form_tml input[type=submit],
.aside-btn {
    transition: 0.2s;
}
.fc_form_tml {
    background: transparent;
}
.fc_form_tml .fc_item label {
    font-size: 16px;
}
.header {
    position: relative;
}
.mainpage .header .main-header {
    position: absolute;
    top: 0;
    z-index: 5;
    left: 0;
    right: 0;
}
.singlepage .header {
    background: #1b100a;
}
.top-menu ul {
    text-align: center;
}
.top-menu ul li {
    margin-left: 30px;
    margin-right: 30px;
    display: inline-block;
}
.top-menu ul li a {
    display: block;
    padding: 8px 0;
}
.top-menu a {
    position: relative;
    text-decoration: none;
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
    color: #fff;
    display: block;
    text-align: center;
    z-index: 2;
}
.top-menu a:after {
    content: '';
    background: transparent;
    height: 7px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 8px;
    z-index: -1;
    transition: 0.2s;
}
.top-menu a.active:after,
.top-menu a:hover:after {
    content: '';
    background: #53a548;
    height: 7px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 8px;
    z-index: -1;
}
.header .inner-min {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1840px;
}
.main-header {
    font-size: 16px;
    line-height: 1.4;
    padding-top: 30px;
    padding-bottom: 30px;
}
.main-header a {
    text-decoration: none !important;
}
.h_l img {
    max-width: 100%;
    height: auto;
}
.h_l .logo {
    position: relative;
    max-width: 335px;
}
.logo img {
    height: auto;
}
.h_contacts {
    text-align: right;
}
.h_contacts a,
.h_contacts a:hover {
    color: #fff !important;
}
.h_addr {
    font-size: 18px;
    padding-left: 35px;
    background: url(/img/icon-point.svg) no-repeat left top 5px;
    background-size: 17px 21px;
    line-height: 1.6;
}
.h_tel {
    font-size: 26px;
    font-weight: 700;
    background: url(/img/icon-tel.svg) no-repeat left center;
    background-size: 16px 20px;
    padding-left: 27px;
    white-space: nowrap;
}
.mainpage h1,
.mainpage .h3 {
    position: relative;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
}
.mainpage .section .inner-min {
    padding-top: 45px;
    padding-bottom: 50px;
}
.mainpage .section .h3 {
    margin-bottom: 30px;
}
.service-block {
    position: relative;
    margin: 15px auto 0px;
    max-width: 2545px;
}
.service-block:before {
    content:'ПРОДУКЦИЯ';
    color: #d9eaf4;
    font-family: 'Roboto', sans-serif;
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: 30px;
    top: 20px;
    display: none;
}
.service-block .h3 {
    /* display: none; */
    color: #d9eaf4;
    font-family: 'Roboto', sans-serif;
    font-size: 200px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: -100px;
    text-align: right;
}
.service-block ul {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack:center;
    -webkit-justify-content: center;
    -ms-flex-pack:center;
    justify-content: center;
    margin: auto;
    max-width: 2545px;
}
.service-block li {
    position: relative;
    transition: 0.4s;
    width: 33.3%;
    min-height: 370px;
    max-height: 3700px;
}
.service-block:hover li {
    /*width: 28%;*/
}
.service-block li {
    position: relative;
}
.service-block li:before {
    content: '';
    display: block;
    position: absolute;
    left: 40px;
    top: 30px;
    width: 40px;
    text-align: center;
    height: 22px;
    overflow: hidden;
    z-index: 2;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
}
.service-block li:hover:before {
    display: none;
}
.service-block li:not(:hover) .eshop_menu_image:after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 7px;
    background: #c6d4d5;
    left: 40px;
    top: 56px;
}
.service-block li:not(:hover):first-child:before {
    content: '01';
}
.service-block li:not(:hover):nth-child(2):before {
    content: '02';
}
.service-block li:not(:hover):nth-child(3):before {
    content: '03';
}
.service-block li:not(:hover):nth-child(4):before {
    content: '04';
}
.service-block li:not(:hover):nth-child(5):before {
    content: '05';
}
.service-block li:not(:hover):nth-child(6):before {
    content: '06';
}
.service-block li:hover .eshop_menu_image a {
    display: block;
}
.service-block li .eshop_menu_image a:before {
    content: '';
    background: rgba(0,0,0,0);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: 0.3s;
}
.service-block li:hover .eshop_menu_image a:before {
    content: '';
    background: rgba(0,0,0,0.45);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: 0.3s;
}
.service-block li:hover > a,
.service-block li:hover > div {
    z-index: 2;
}
.service-block li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}
.service-block li > a {
    position: absolute;
    left: 40px;
    bottom: 40px;
    text-decoration: none;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    max-width: 20%;
}
.service-block li:after {
    content: '';
    display: block;
    background: url(/img/cat-arrow.png) no-repeat;
    width: 32px;
    height: 22px;
    position: absolute;
    right: 30px;
    bottom: 65px;  
}
.service-block .uss_tree_description {
    font-size: 20px;
    line-height: 1.6;
    color: #fff;
    max-width: calc(100% - 80px);
    position: absolute;
    left: 40px;
    top: 40px;
    opacity: 0;
    transition: 0.3s;
}
.service-block li:hover .uss_tree_description {
    opacity: 1;
    transition: 0.3s;
}

@media (min-width:1201px) {
    .service-block ul {
        min-height: 450px;
    }
    .service-block li:hover {
        width: 50%;
        min-height: 430px;
        /*transform: scale(1.2);*/
        z-index: 1;
    }
    .service-block li:nth-child(1):hover,
    .service-block li:nth-child(4):hover {
        /*transform-origin: left;*/
    }
    .service-block li:nth-child(2):hover,
    .service-block li:nth-child(5):hover {
        /*transform-origin: center;*/
    }
    .service-block li:nth-child(3):hover,
    .service-block li:nth-child(6):hover {
        /*transform-origin: right;*/
    }
}
.mainpage h1 {
    text-transform: uppercase;
    font-size: 50px;
    line-height: 64px;
}
.bread {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-top: -5px;
}
.bread a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}
.bread span {
    width: 35px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #53a548;
    background: url(/img/bread-arrow.png) no-repeat center center;
    min-height: 18px;
}
.mainpage .content-wrapper.inner-min {
    max-width: 100%;
    background: #eef9ff;
    padding: 0px 0 50px;
}
.mainpage .main-content {
    position: relative;
    margin: 0 auto;
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
}
.mainpage .main-content:before {
    content:'';
    display: block;
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: #d9eaf4;
    left: -400px;
}
.mainpage .main-content .about_img_block + .section_text {
    color: #5a6679;
    font-size: 18px;
}
.mainpage .main-content .about_img_block + .section_text p {
    line-height: 1.6;
}
.about-text-more {
    background: url(/img/about-more-arrow.png) no-repeat center right 25px;
    color: #000;
    text-align: center;
    padding: 0px 45px 0px 30px;
    display: inline-block;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    border-radius: 8px;
    height: 50px;
    line-height: 46px;
    margin-top: 35px;
    border: 2px solid #1d7db4;
    transition: 0.2s;
}
.about-text-more:hover {
    background: url(/img/slider-more-arrow.png) no-repeat center right 25px #1d7db4;
    color: #fff;
    border: 2px solid #1d7db4;
}
.about_img_block {
    position: absolute;
    top: 0;
    right: 15px;
    width: calc(50% - 15px);
    margin-top: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    transition: 0.3s;
}
.about_img_block:before {
    content: 'О НАС';
    display: block;
    color: #d9eaf4;
    font-family: 'Roboto', sans-serif;
    font-size: 200px;
    font-weight: 700;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    height: 100px;
    position: absolute;
    text-align: right;
    line-height: 1;
    margin: -30px 0 0 -140px;
    z-index: 1;
}
.about_img_block p {
    position: relative;
    z-index: 2;
}
.about_img_block img {
    max-width: 500px;
    height: auto;
}
@media (min-width:1001px) and (max-width:1200px) {
    .mainpage .main-content {
        margin-top: 40px !important;
    }
    .mainpage .main-content .about_img_block {
        padding-bottom: 70px !important;
    }
    .mainpage .content-wrapper.inner-min {
        padding-bottom: 30px !important;
    }
}
@media (min-width:1001px) {
    .mainpage h1 {
        width: calc(50% - 15px);
        text-align: left;
        margin-top: 0;
    }
    .mainpage .main-content .about_img_block {
        display: none;
        padding-bottom: 100px;
    }
    .mainpage .main-content .about_img_block + .section_text {
        width: calc(50% - 15px);
        color: #5a6679;
        font-size: 20px;
    }
    .mainpage .main-content .about_img_block + .section_text p {
        line-height: 1.6;
    }
    .about_img_block:after {
        content: '';
        position: absolute;
        display: block;
        width: 100px;
        height: 4px;
        background: #1d7db4;
        left: 5%;
        top: calc(50% - 20px);
        z-index: 2;
    }
    .mainpage .main-content {
        background: url(/img/about-bg-circles.png) no-repeat left 580px top;
        padding-top: 50px;
        margin-top: 15px;
    }
}
@media (max-width: 1000px) {
    .mainpage .header {
        margin-bottom: 0;
        z-index: 2;
    }
    .about_img_block {
        display: none !important;
        position: relative;
        float: right;
        right: 0px;
        padding-left: 15px;
        width: 50%;
    }
    .h_c {
        display: none;
    }
    .top-menu a {
        font-weight: 400;
    }
    .know-more {
        display: none;
    }
}
@media (max-width:768px) {
    .about_img_block {
        display: none;
    }
    .fc_form_tml form .group:not(.end) {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .fc_form_tml form .group:not(.end) .fc_item {
        min-width: 100%;
    }
    .fc_form_tml form .group:not(.end) .fc_item:not(:first-child) {
        margin-left: 0;
    }
    .fc_form_tml .fc_item {
        margin-bottom: 20px;
    }
    .fc_form_tml .buttons {
        text-align: center;
    }
    .fc_form_tml input[type=submit].styler {
        width: 100%;
    }
}

.aside.block.catalog {
    /*background: #2b2b2b;*/
    padding: 30px;
}
.aside.catalog .h3 {
    font-weight: 700;
    font-size: 26px;
    background: url(/img/left-catalog-burger.png) no-repeat right 5px;
}
.aside.catalog a {
    /*color: #fff;*/
}
.aside.catalog .uss_eshop_menu > li,
.aside.services .catalog_menu > li {
    margin: 0;
}
.aside.catalog .uss_eshop_menu > li > a,
.aside.services .catalog_menu > li > .catalog_menu_item > a {
    display: block;
    text-decoration: none;
    padding: 7px 10px 7px 23px;
    font-size: 16px;
    position: relative;
    line-height: 1.4;
}
.aside.catalog .uss_eshop_menu > li > a:before,
.aside.services .catalog_menu > li > .catalog_menu_item > a:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #cccccc;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY( -50% );
    -ms-transform: translateY( -50% );
    -o-transform: translateY( -50% );
    transform: translateY( -50% );
}

.aside.block .uss_images_block {
    text-align: center;
}
.aside.block .uss_images_block .uss_one_image + .uss_one_image {
    margin-top: 15px;
}
.aside.block {
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, .15);
    box-shadow: 0 0 14px rgba(0, 0, 0, .15);
    padding: 30px;
    border-radius: 4px;
    background: #fff;
    margin: 0px 0 25px;
}
.aside.block .h3 {
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
}
.aside.block.aside-contacts p {
    margin: 0;
}
.aside.block.aside-contacts p + p {
    margin-top: 12px;
}
.aside.block.aside-contacts a {
    text-decoration: none;
}
.aside-btn a {
    font-size: 18px;
    font-weight: 600;
    background: #eaeaea;
    border-radius: 4px;
    height: 54px;
    line-height: 54px;
    padding: 0 15px;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    margin-top: 25px;
}
.aside-btn a:hover {
    background: #161713;
    color: #fff;
}

/*список категорий товаров*/
.uss_shop_list_cat .uss_shop_cat_text {
    font-size: inherit;
}
/*список категорий товаров end*/

/*список товаров*/
.uss_shop_block_cat .uss_shop_cat_img {
    border: 1px solid #eee;
}
.uss_shop_blocks_view .uss_eshop_item .uss_img_holder {
    background: #f1f1f1;
    padding: 0;
    border: 0;
}
.uss_shop_list_view .uss_shop_list_view_item {
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.uss_shop_list_view .uss_shop_list_view_item:hover {
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, .15);
    box-shadow: 0 0 14px rgba(0, 0, 0, .15);
    /*box-shadow: 0 10px 20px rgba(0,0,0,0.05);*/
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_name a:hover {
    color: #53a548;
}
.uss_shop_list_view_item.uss_eshop_item .posimg_item {
    margin-bottom: 0;
    margin-right: 12px;
}
.uss_shop_list_view .uss_shop_technical_data .uss_shop_price span.old_price:after {
    content:'без ндс.';
    margin-left: 7px;
}
.uss_shop_list_view .uss_shop_technical_data .uss_shop_price span.old_price {
    font-size: 26px;
    font-weight: 700;
    position: relative;
    display: block;
    text-decoration: none;
}
.uss_shop_list_view .uss_shop_technical_data .uss_shop_price span.actual_price:after {
    content:'с ндс.';
    margin-left: 7px;
}
.uss_shop_list_view .uss_shop_technical_data .uss_shop_price span.actual_price {
    font-size: 26px;
    font-weight: 700;
}
.uss_shop_list_view .uss_shop_list_view_item .uss_shop_description {
    color: #797674;
    font-size: 14px;
    line-height: 20px;
}
.uss_shop_list_view .uss_img_holder {
    border: 0;
}
.uss_shop_list_view .uss_img_holder a {
    margin: 0 !important;
}
.uss_shop_list_view .uss_shop_technical_data {
    display: block;
    margin: 0;
}
.uss_shop_list_view .uss_shop_technical_data .uss_shop_name,
.uss_shop_list_view .uss_shop_technical_data .uss_shop_description,
.uss_shop_list_view .uss_shop_technical_data .eshop_filters_area {
    text-align: left;
    margin-bottom: 15px;
}
.uss_shop_list_view .uss_shop_technical_data .eshop_filters_area {
    display: none;
}
.uss_shop_list_view .uss_shop_technical_data .eshop_filters_area {
    margin-top: 0;
}
.uss_shop_list_view .uss_shop_technical_data .uss_shop_by,
.uss_shop_list_view .uss_compare_by,
.uss_shop_list_view .uss_shop_put_wrap {
    display: inline-block;
    margin: 4px 2px 0;
}
.uss_shop_list_view .add_to_cart,
.uss_shop_list_view .add_to_compare,
.uss_shop_list_view .add_to_wishlist {
    padding: 8px 18px;
    color: #fff;
    background: #53a548;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
}
.uss_shop_list_view .add_to_cart:hover,
.uss_shop_list_view .add_to_compare:hover,
.uss_shop_list_view .add_to_wishlist:hover {
    background: #161713;
}
.uss_shop_block_cat .uss_shop_cat_text {
    font-size: 14px;
}
/*список товаров end*/

/*карточка товара*/
.uss_shop_detail .uss_img_wrapper {
	margin-right: 35px;
}
.uss_shop_detail .uss_img_big {
    /*background: #fcfcfc;*/
    margin-bottom: 17px;
}
.uss_shop_detail .uss_img_big,
.uss_shop_detail .uss_img_ico_box .uss_img_ico {
    border: 0px solid #eeeeee;
}
.uss_shop_detail .uss_img_big img,
.uss_shop_detail .uss_img_ico_box .uss_img_ico img {
    border-radius: 4px;
}
.uss_shop_detail .uss_img_ico_box .uss_img_ico {
    margin-top: 0;
    margin-bottom: 17px;
}
.uss_shop_detail .uss_img_ico_box .uss_img_ico:nth-of-type(1),
.uss_shop_detail .uss_img_ico_box .uss_img_ico:nth-of-type(2),
.uss_shop_detail .uss_img_ico_box .uss_img_ico:nth-of-type(4),
.uss_shop_detail .uss_img_ico_box .uss_img_ico:nth-of-type(5) {
    margin-right: 17px !important;
}
.uss_shop_detail .eshop_filters_area .title {
	font-size: 14px;
    font-weight: 400;
}
.uss_shop_detail .eshop_filters_item .value {
    color: #797674;
    font-size: 14px;
}
.uss_shop_detail .uss_shop_full_description {
    position: relative;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_description,
.uss_shop_detail .uss_shop_full_description {
	/*color: #797674;*/
	font-size: 15px;
	line-height: 22px;
}
.uss_shop_detail .uss_shop_technical_data {
    min-width: 320px;
}
.uss_shop_detail .uss_shop_technical_data > div:first-child {
    margin-top: 0 !important;
}
.uss_shop_detail .uss_shop_technical_data > div + div {
    margin-top: 15px;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_description {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 32px;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_description + .uss_shop_uid {
	margin-top: 15px;
}
.uss_shop_detail .uss_shop_technical_data .eshop_filters_group_title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 15px;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_price {
    margin-bottom: 35px;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_by {
    margin: 20px 0 20px 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_by .amount_title {
    display: none;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_by input {
    border: 2px solid #cccccc;
    height: 54px;
    width: 150px;
    text-align: center;
    font-size: 18px;
    color: #717171;
    border-radius: 5px;
    margin-right: 20px;
}
.uss_shop_price .price_zero_class {
    font-size: 14px;
    color: #ff2400;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_price .price.old_price + .price {
	margin-left: 10px;
}
.uss_shop_detail .uss_shop_technical_data .add_to_cart,
.uss_shop_detail .uss_shop_technical_data .add_to_compare,
.uss_shop_detail .uss_shop_technical_data .add_to_wishlist {
    padding: 0px 10px;
    color: #000;
    background: #eaeaea;
    display: inline-block;
    font-size: 18px;
    line-height: 54px;
    min-width: 150px;
    height: 54px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
}
.uss_shop_detail .uss_shop_technical_data .add_to_cart:not(.buy_one_click) {
    color: #fff;
    background: #53a548;
    width: calc(100% - 170px);
}
.uss_shop_detail .uss_shop_technical_data .add_to_cart:not(.buy_one_click).already_in_cart {
    width: 100%;
}
.uss_shop_detail .uss_shop_technical_data .add_to_cart:hover,
.uss_shop_detail .uss_shop_technical_data .add_to_compare:hover,
.uss_shop_detail .uss_shop_technical_data .add_to_wishlist:hover {
    background: #161713;
    color: #fff;
}
.uss_shop_detail .uss_shop_technical_data .add_to_cart.buy_one_click {
    width: 100%;
}
div.uss_eshop_tabs .uss_eshop_tabs_navigation {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #eaeaea;
    padding: 4px;
    border-radius: 4px;
}
div.uss_eshop_tabs .uss_eshop_tabs_navigation span {
	background: #eaeaea;
    color: #787878;
    box-shadow: none;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 18px;
    line-height: 46px;
    font-weight: 300;
    height: 46px;
    padding: 0;
    text-align: center;
    -moz-flex: 1 auto;
    -o-flex: 1 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    max-width: 33.3%;
}
div.uss_eshop_tabs .uss_eshop_tabs_navigation span:hover,
div.uss_eshop_tabs .uss_eshop_tabs_navigation span.selected {
	background: #fff;
    color: #000;
}
div.uss_eshop_tabs .uss_eshop_tabs_navigation span.selected {
    font-weight: 600;
}
div.uss_eshop_tabs .uss_eshop_tabs_navigation span:hover {
    opacity: 1;
}
div.uss_eshop_tabs .uss_eshop_tabs_navigation span:not(.first) {
	margin-left: 4px;
}
div.uss_eshop_tabs div.tab_items {
    border: 0px solid #eeeeee;
    border-radius: 0;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 25px 0px 0;
}
div.uss_eshop_tabs div.tab_items .eshop_filters_area {
    margin-top: 0;
}
div.uss_eshop_tabs div.tab_items p {
	margin: 0;
}
div.uss_eshop_tabs div.tab_items p + p {
	margin-top: 15px;
}

/*custom*/

.uss_shop_detail .uss_shop_technical_data .uss_shop_price .price {
    position: relative;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_price .price.old_price:after {
    content:'без ндс.';
    margin-left: 7px;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_price .price:not(.old_price):after {
    content:'с ндс.';
    margin-left: 7px;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_price .price {
    display: block;
    font-size: 30px !important;
    font-weight: 700;
    margin-left: 0 !important;
    text-decoration: none !important;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_price .price.old_price {
    background: none;
}
.uss_shop_detail .uss_shop_technical_data .uss_shop_price .price.old_price + .price {
    margin-top: 5px;
}
.h3.h_op {
    font-size: 34px;
    font-weight: 700;
    margin: 40px 0 25px;
    padding: 0;
    line-height: 1;
}
.uss_eshop_sameproducts.blocks {
    display: flex;
}
.uss_eshop_sameproducts.blocks .item {
    border: 1px solid transparent;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-radius: 5px;
    max-width: 260px;
}
.uss_eshop_sameproducts.blocks .item:hover {
    border: 1px solid #eee;
    box-shadow: none;
}
.uss_eshop_sameproducts.blocks .item .imageArea {
    margin: 0;
}
.uss_eshop_sameproducts .item .info {
    padding: 20px 25px 25px 25px;
}
.uss_eshop_sameproducts .item .imageWrap {
    border: 0;
}
.uss_eshop_sameproducts.blocks .item .title {
    height: 52px;
    overflow: hidden;
}
.uss_eshop_sameproducts.blocks .item .title a {
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}
.uss_eshop_sameproducts .item .price {
    margin: 20px 0 25px;
}
.uss_eshop_sameproducts .item .price span.actual_price {
    font-size: 24px;
}
.uss_eshop_sameproducts .item .price span.old_price {
    /*color: #53a548;*/
    text-decoration: none;
    display: block;
    font-size: 21px;
}
.uss_eshop_sameproducts .item .price span.old_price:after {
    content: 'без ндс.';
    margin-left: 5px;
}
.uss_eshop_sameproducts .item .price span.actual_price:after {
    content: 'с ндс.';
    margin-left: 5px;
}

.uss_eshop_sameproducts .uss_eshop_amount_block {
    display: none;
}
.uss_eshop_sameproducts .add_to_cart {
    display: block;
    background: #53a548;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 4px;
    margin-top: 25px;
    text-decoration: none;
}
.uss_eshop_sameproducts .add_to_cart:hover {
    background: #161713;
    color: #fff;
}

.uss_buy_one_click_pos .uss_shop_price {
    display: block;
}
.uss_buy_one_click_pos .uss_shop_price span.old_price {
    text-decoration: none;
    position: relative;
    font-size: 21px;
    color: #000;
}
.uss_buy_one_click_pos .uss_shop_price .actual_price {
    display: block;
    position: relative;
    font-size: 24px;
}
.uss_buy_one_click_pos .uss_shop_price span.old_price:after {
    content: 'без ндс.';
    margin-left: 2px;
}
.uss_buy_one_click_pos .uss_shop_price .actual_price:after {
    content: 'с ндс.';
    margin-left: 2px;
}
.uss_shop_detail {
    position: relative;
}
.uss_shop_detail:after {
    content:'';
    display: table;
    clear: both;    
}
/*карточка товара end*/

/*услуги*/
.catalog_menu_item .catalog_orderbutton,
.uss_catalog_block_cat .catalog_orderbutton,
.uss_catalog_detail .catalog_orderbutton,
.uss_catalog_list_cat .catalog_orderbutton {
    padding: 0px 10px;
    display: inline-block;
    font-size: 18px;
    line-height: 54px;
    min-width: 150px;
    height: 54px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    color: #fff;
    background: #53a548;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    transition: 0.2s;
}
.catalog_menu_item .catalog_orderbutton:hover,
.uss_catalog_block_cat .catalog_orderbutton:hover,
.uss_catalog_detail .catalog_orderbutton:hover,
.uss_catalog_list_cat .catalog_orderbutton:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    background: #161713;
    color: #fff;
}
.catalog_orderform_tml .catalog_orderform_window_wrap {
    width: 390px;
}
.catalog_orderform_window .fc_form_tml .jq-checkbox {
    margin-right: 8px;
}
.uss_catalog_detail img {
    border-radius: 4px;
}
/*услуги end*/

.footer {
    color: #fff;
}
.singlepage .footer {
    margin-top: 60px;
}
.bottom-menu {
    display: block;
}
.bottom-menu li {
    display: inline-block;
    margin-right: 50px;
}
.bottom-menu a {
    position: relative;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    display: block;
    padding: 8px 0;
    line-height: normal;
    z-index: 1;
}
.bottom-menu a:after {
    content: '';
    background: transparent;
    height: 7px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 8px;
    z-index: -1;
    transition: 0.2s;
}
.bottom-menu a.active:after,
.bottom-menu a:hover:after {
    content: '';
    background: #1d7db4;
    height: 7px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 8px;
    z-index: -1;
}
.footer .main-footer {
    padding: 30px 0 50px;
    background: #0d0f0d;
    background: url(/img/footer-uzor.jpg) no-repeat #0d0f0d;
}
.footer .main-footer a {
    color: #fff;
}
.main-footer a.privacy {
    text-decoration: none;
    display: block;
    color: #4ba0cf;
    font-size: 18px;
    margin-top: 5px;
}
.main-footer .inner-min,
.bottom-line .inner-min {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
}
.main-footer .inner-min {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-footer .inner-min + .inner-min {
    margin-top: 20px;
}
.main-footer .f_l,
.main-footer .f_c,
.main-footer .f_r {
	width: calc((100% / 3) - 15px);
    flex: 1;
}
.f_social-and-email {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.f_social {
    margin-right: 35px;
}
.f_social p {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.f_social a {
    text-decoration: none;
    text-align: center;
    width: 45px;
    height: 45px;
    display: inline-block;
    background: #2d2f2d;
    border-radius: 50%;
}
.f_social a + a {
    margin-left: 15px;
}
.f_social a.vk {
    background: url(/img/icon-vk.png) no-repeat center center #2d2f2d;
    background-size: 21px 12px;
}
.f_social a.fb {
    background: url(/img/icon-fb.png) no-repeat center center #2d2f2d;
    background-size: 10px 20px;
}
.f_email {
    background: url(/img/icon-mail.svg) no-repeat left center;
    background-size: 19px 14px;
    padding-left: 33px;
    font-size: 20px;
    line-height: 1;
}
.f_email a {
    text-decoration: none;
}
.f_tel {
    font-size: 26px;
    font-weight: 700;
    background: url(/img/icon-tel.svg) no-repeat left center;
    background-size: 16px 20px;
    padding-left: 27px;
}
.f_tel a {
    text-decoration: none;
}
.footer .copy {
    font-size: 18px;
    line-height: 1.4;
    color: #909390;
}
.uss-site-copyright {
    display: inline;
}
.main-footer .f_r {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.footer .counters {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer .dev {
    width: 114px;
    margin-left: 30px;
}
.footer .counters a {
    margin: 0 7px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width:1500px) {
    .slider .slides .slide .caption .title {
        font-size: 5vw;
    }
    .service-block .h3 {
        margin-bottom: -80px;
        font-size: 11vw;
    }
    .about_img_block:before {
        display: none;
    }
    .about_img_block:after {
        display: none;
    }
    .about_img_block {
        width: 491px;
    }
}
@media (max-width:1350px) {
    .service-block .h3 {
        margin-bottom: -65px;
        font-size: 11vw;
    }
    .service-block li > a {
        font-size: 2.5vw;
    }
}
@media (max-width:1200px) {
    .h_l {
        max-width: 40%;
    }
    .h_addr {
        font-size: 16px;
        padding-left: 25px !important;
    }
    .h_mail {
        font-size: 15px;
    }
    .service-block .h3 {
        margin-bottom: -10px;
    }
    .service-block ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .service-block .h3 {
        text-align: center;
    }
    .service-block li {
        min-width: 50%;
    }
    .service-block li > a {
        font-size: 26px;
    }
    .service-block .uss_tree_description {
        font-size: 18px;
        line-height: 1.4;
    }
}
@media (min-width: 1001px) {
    .singlepage .content-wrapper {
        padding-top: 30px;
    }
	.top-menu .submenu,
    .burger-search-container,
	.catalog-opener-btn {
	    display: none;
	}
	.sidebar-catalog .uss_eshop_menu {
		display: block !important;
	}
    .main-footer .f_r {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
@media (max-width:1000px) {
    .header a {
        text-decoration: none !important;
        color: #161713;
    }
    .header > .inner-min {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header .top-line {
        display: none;
    }
    .main-header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .h_l {
        max-width: 50%;
    }
    .h_l .logo {
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 5px;
        margin: 0;
    }
    .h_l .logo:after {
        display: none;
    }
	.singlepage .content-wrapper {
	    padding-top: 0;
	}
	.content-wrapper {
		display: block;
	}
    .sidebar {
        display: block;
        vertical-align: top;
        width: 100%;
        padding-right: 0;
        max-width: 100%;
    }
    .main-content {
        display: block;
        width: 100% !important;
    }
    .mainpage h1 {
        font-size: 40px;
        line-height: normal;
    }
    .mainpage .content-wrapper.inner-min {
        padding: 20px 0 30px;
    }
    .sidebar .sidebar_filter_openner_btn {
        display: block !important;
        padding: 0px 15px 0px 41px;
        color: #fff;
        height: 40px;
        line-height: 40px;
        background: url(../img/catalog-li.png) calc(100% - 15px) center no-repeat, url(../img/catalog-burger.png) 15px center no-repeat #0b0c0d;
        font-size: 15px;
        margin: 0px 0 15px;
        border-radius: 4px;
    }
    .sidebar .sidebar_filter_openner_btn.active {
        background: url(../img/catalog-li-up.png) calc(100% - 15px) center no-repeat, url(../img/catalog-burger.png) 15px center no-repeat #0b0c0d;
    }
    .sidebar .sidebar-filter {
        display: none;
        margin-bottom: 15px;
    }
    .sidebar.sidebar .sidebar_filter_openner_btn.active + .sidebar .sidebar-filter {
        display: block !important;
    }

    .sidebar-catalog .h3,
    .sidebar-catalog .uss_eshop_menu {
        display: none;
    }
    .sidebar-catalog .uss_eshop_menu {
    	margin-bottom: 15px;
    }
	.sidebar-catalog .uss_eshop_menu > li.first:not(.active) {
	    border-top: 1px solid #eeeeee;
	}
	.sidebar-catalog .uss_eshop_menu > li > a {
	    padding: 10px 15px 10px 45px;
	}

	.header .header-menu {
		display: none;
	}
	.mobile-top-menu.open {
	    position: fixed;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    left: 0;
	    top: 0;
	    bottom: 0;
	    width: 100%;
	    height: 100%;
	    z-index: 1001;
	    -webkit-animation: mobile-top-show .35s ease-in-out;
	    animation: mobile-top-show .35s ease-in-out;
	    margin-right: 25%;
	    background: rgba(0, 0, 0, .45);
	}
	.mobile-top-menu .mobile-top-menu-wrap {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 100%;
	    -ms-flex: 0 100%;
	    flex: 0 100%;
	}
	.mobile-top-menu-wrap .header-menu {
		display: none;
	}
	.mobile-top-menu.open .header-menu {
	    display: block;
	}
	.mobile-top-menu.open .header-menu {
	    width: 75%;
	    height: 100%;
	    overflow-y: scroll;
		background: #000;
    	margin-top: 0;
	}
	.mobile-top-menu.open .header-menu .top-menu {
		padding: 15px;
	}
	.mobile-top-menu.open .header-menu .top-menu ul li + li {
	    margin-left: 0;
	    margin-top: 1px;
	}
	.mobile-top-menu.open .header-menu ul {
	    display: block;
	    width: 100%;
	    position: relative;
	}
	.mobile-top-menu.open .header-menu ul>li {
	    display: block;
	    width: 100%;
        margin: 0;
	}
	.mobile-top-menu.open .header-menu a {
		text-align: left;
		font-size: 17px;
        /*background: #181716;*/
	}
	.mobile-top-menu.open .header-menu > .top-menu > ul > li > a {
        text-align: left;
        font-size: 17px;
        padding: 0;
        height: 46px;
        line-height: 46px;
        border-radius: 4px;
        display: inline-block;
	}
    .top-menu a.active:after,
    .top-menu a:hover:after {
        content: '';
        background: #53a548;
        height: 7px;
        width: 100%;
        display: block;
        position: absolute;
        bottom: 14px;
        z-index: -1;
    }
    .mobile-top-menu.open .header-menu > .top-menu a + .submenu {
        background: #b9021e;
    }
    .mobile-top-menu.open .header-menu > .top-menu .submenu a {
        text-align: left;
        font-size: 17px;
        height: 46px;
        line-height: 46px;
        padding: 0 20px;
    }
    .mobile-top-menu .top-menu a.active,
    .mobile-top-menu .top-menu a:hover {
        /*background: #53a548;*/
    }
	.mobile-top-menu.open .header-menu ul.submenu {
		display: none;
	}
	.mobile-top-menu.open .close {
	    width: 35px;
	    height: 35px;
	    right: 15px;
	    top: 15px;
	    position: absolute;
	    background-size: cover;
	    z-index: 1001;
	    cursor: pointer;
	}
	.mobile-top-menu.open .close div {
	    display: block;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    margin: auto;
	    width: 35px;
	    height: 3px;
	    -webkit-box-shadow: 0 0 2px #000!important;
	    box-shadow: 0 0 2px #000!important;
	    background: #fff!important;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	    -webkit-transform-origin: center;
	    transform-origin: center;
	    border-radius: 5px;
	}
	.mobile-top-menu.open .close div + div {
	    -webkit-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
    .burger-search-container {
	    width: calc(100% - 30px);
	    margin-left: 15px;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    max-width: 100% !important;
	    position: relative;
	    bottom: auto;
	    /*margin-top: 15px;*/
	    /*margin-bottom: 15px;*/
    }
    .burger-menu {
        padding: 12px 9px 3px 9px;
    }
    .burger-menu {
        position: relative;
        width: 43px;
        height: 40px;
        padding: 10px 9px 4px 9px;
        z-index: 777;
        background: #53a548;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: fixed;
        top: 15px;
        left: 15px;
        background: none !important;
        padding: 0;
        width: 34px;
    }
    .burger-menu span {
        box-shadow: 0 0 2px #000 !important;
        border-radius: 3px;
    }
    .burger-menu .burger-item {
        background: #fff;
        background: rgba(255,255,255,0.5);
        display: block;
        height: 3px;
        position: relative;
    }
    .burger-menu .burger-1 {
        top: 0;
    }
    .burger-menu .burger-2 {
        top: 8px;
    }
    .burger-menu .burger-3 {
        top: 16px;
    }
    .burger-menu.active .burger-1 {
        top: 0px;
        -webkit-transform: rotate(45deg) translate(5px,5px);
        -ms-transform: rotate(45deg) translate(5px,5px);
        transform: rotate(45deg) translate(5px,5px);
    }
    .burger-menu.active .burger-2 {
        background-color: transparent;
    }
    .burger-menu.active .burger-3 {
        top: 16px;
        -webkit-transform: rotate(-45deg) translate(7px,-8px);
        -ms-transform: rotate(-45deg) translate(7px,-8px);
        transform: rotate(-45deg) translate(7px,-8px);
    }
	.burger-menu.notInViewPort {
	    position: fixed;
	    top: 15px;
	    left: 15px;
	    background: none !important;
	    padding: 0;
	    width: 34px;
	}
	.burger-menu.notInViewPort span {
    	height: 3px;
		box-shadow: 0 0 2px #000 !important;
		border-radius: 3px;
    }
	.burger-menu.notInViewPort .burger-2 {
	    top: 9px;
	}
	.burger-menu.notInViewPort .burger-3 {
	    top: 18px;
	}
    .burger-menu.notInViewPort+* {
    	margin-left: 58px;
    }
    .mobile-cart-container .basket-link {
        display: block;
        height: 100%;
    }
    .mobile-cart-container {
        width: 43px;
        height: 40px;
        margin-left: 15px;
        background: url(../img/cart-icon2.png) no-repeat center center #53a548;
        background-size: 30px 30px;
        position: relative;
        border-radius: 4px;
    }
    .mobile-cart-container.fixed {
        position: fixed;
        right: 15px;
        top: 15px;
        z-index: 1001;
        width: 43px;
        height: 43px;
        border-radius: 50%;
    }
    .mobile-cart-container.fixed:not(.not_empty) {
        display: none !important;
    }
    .mobile-cart-container .hb_title,
    .mobile-cart-container .totals,
    .mobile-cart-container .countword,
    .mobile-cart-container .cart_order {
        display: none !important;
    }
    .mobile-cart-container .cart_inset {
        padding: 0px 0 0 29px;
    }
    .mobile-cart-container .basket_widget_inner.empty {
        display: none;
    }
    .basket_widget_inner.not_empty {
        background: none;
        padding: 0;
    }
    .uss_basket_mini .amounts #uss_block_basket_amount {
        margin: 0;
        position: absolute;
        top: 3px;
        right: 3px;
        padding: 0;
        color: #000;
        z-index: 999;
        background: #fff;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        text-align: center;
        font-size: 12px;
        line-height: 20px;
    }
    .catalog-search {
        position: relative;
        height: 40px;
	    -moz-flex: 1 auto;
	    -o-flex: 1 auto;
	    -webkit-box-flex: 1;
	    -webkit-flex: 1 auto;
	    -ms-flex: 1 auto;
	    flex: 1 auto;
        left: 0px;
        border-radius: 0;
        background: none;
        margin-left: 15px;
        overflow: hidden;
        background: #fff;
        border-radius: 4px;
    }
    .catalog-search .h_search {
        height: 40px;
    }
    .catalog-search .uss_site_search {
        width: 100%;
        height: 100%;
    }
    .catalog-search .uss_site_search span {
        display: none;
    }
    .catalog-search .uss_site_search {
        width: 100%;
        height: 100%;
    }
    .catalog-search .uss_input_name {
        width: 100% !important;
        height: 100% !important;
        overflow: hidden !important;
        padding-left: 15px !important;
        padding-right: 55px;
        font-size: 14px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 0;
        background: url(../img/transparent.png) no-repeat left center #fff;
        color: #000;
        text-indent: 0px;
        height: 100%;
        width: 100%;
        border-radius: 4px 0 0 4px;
        margin: 0;
        box-shadow: inset 0px 0px 1px #000000 !important;
    }
    .catalog-search .uss_submit {
        position: absolute;
        right: 0px;
        top: 0;
        display: block;
        background: url(/img/icon-search-white.svg) no-repeat center center #53a548;
        background-size: 20px 20px;
        border: 0;
        height: 100%;
        height: 40px !important;
        color: #fff;
        padding: 0 10px;
        width: 40px;
        margin: 0;
        border-radius: 0 4px 4px 0;
    }
    .catalog-search .uss_submit,
    .catalog-search .uss_submit:hover {
		background-image: url(/img/icon-search-white.svg) !important;
		background-position: center center;
		background-repeat-x: no-repeat;
	    background-repeat-y: no-repeat;
		background-size: 20px 20px !important;
    }

    .aside.block:not(.catalog):not(.services) {
        display: none;
    }
    .aside.block.catalog .h3,
    .aside.block.services .h3 {
        display: none;
    }
    .aside.block.catalog,
    .aside.block.services {
        padding: 20px 30px;
    }
    .aside.block {
        margin-bottom: 15px;
    }
    .catalog-opener-btn {
		padding: 0px 41px 0px 41px !important;
	    color: #fff;
	    height: 40px;
	    line-height: 40px;
	    background: #53a548 !important;
	    font-size: 17px !important;
	    margin: 15px 0 15px !important;
	    font-weight: 400;
	    position: relative;
        border-radius: 4px;
    }
    .catalog-opener-btn + div {
        display: none;
    }
    .catalog-opener-btn:before {
        content: '';
        background: url(../img/open-menu-white.svg) no-repeat center center;
        position: absolute;
        left: 15px;
        display: block;
        width: 17px;
        height: 15px;
        top: 50%;
        -webkit-transform: translateY( -50% );
        -ms-transform: translateY( -50% );
        -o-transform: translateY( -50% );
        transform: translateY( -50% );
    }
    .catalog-opener-btn:after {
        content: '';
        background: url(../img/arrow-down-white.svg) no-repeat center center;
        position: absolute;
        right: 15px;
        display: block;
        width: 12px;
        height: 7px;
        top: 50%;
        margin-top: -3px;
        transition: 0.3s;
    }
    .catalog-opener-btn.active:after {
        content: '';
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .bottom-menu {
        display: none;
    }
    .main-footer .f_l, .main-footer .f_c, .main-footer .f_r {
        width: auto;
    }
    .main-footer .f_c {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer .main-footer {
        padding-bottom: 30px;
    }
}
@media (min-width:769px) and (max-width:1000px) {
    .f_social {
        margin-bottom: 15px;
    }
    .footer .counters a {
        margin: 0 0 15px 10px;
    }
}
@media (max-width: 768px) {
    .h_r {
        -webkit-box-pack:center;
        -webkit-justify-content: center;
        -ms-flex-pack:center;
        justify-content: center;
    }
    .h_r > div {
        padding: 5px 10px;
    }
    h1 {
        font-size: 26px;
    }
    .mainpage .content-wrapper.inner-min {
        padding: 25px 0 20px;
    }
    .mainpage h1 {
        font-size: 32px;
    }
    .service-block .h3 {
        font-size: 12vw;
    }
    .service-block li {
        min-width: 100%;
    }
	.uss_shop_detail .uss_shop_technical_data {
		min-width: 200px;
	}
    div.uss_eshop_tabs .uss_eshop_tabs_navigation {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    div.uss_eshop_tabs .uss_eshop_tabs_navigation span {
        min-width: 100%;
    }
    div.uss_eshop_tabs .uss_eshop_tabs_navigation span:not(.first) {
        margin: 2px 0 0 0;
    }
    .uss_shop_detail .uss_img_wrapper {
        max-width: 100%;
    }
    .uss_shop_detail .uss_img_big .uss_img_big_image {
        height: auto !important;
    }
    .uss_shop_detail .uss_img_wrapper .uss_img_ico_box .uss_img_ico {
        max-width: calc((100% / 3) - 10px);
        height: auto !important;
    }
    .uss_shop_detail .uss_img_ico_box .uss_img_ico:nth-of-type(1),
    .uss_shop_detail .uss_img_ico_box .uss_img_ico:nth-of-type(2),
    .uss_shop_detail .uss_img_ico_box .uss_img_ico:nth-of-type(4),
    .uss_shop_detail .uss_img_ico_box .uss_img_ico:nth-of-type(5) {
        margin-right: 15px !important;
    }
    .uss_shop_detail .uss_img_ico a {
        height: auto !important;
    }

	.bottom-menu {
		display: none;
	}
	.footer .main-footer {
	    padding: 20px 0 15px;
	    text-align: center;
	}
	.main-footer .inner-min {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack:center;
        -webkit-justify-content: center;
        -ms-flex-pack:center;
        justify-content: center;
	}
	.footer .copy,
    .main-footer a.privacy {
		margin: 15px;
		text-align: center;
	}
    .main-footer a.privacy {
        margin-top: 10px !important;
        line-height: 1;
    }
    .main-footer .inner-min {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer .logo {
        margin-bottom: 15px;
    }

/*корзина*/
    .uss_user_basket{
        display:block;
    }
    .uss_user_basket .hide{
        display:none!important;
    }
    .uss_user_basket>table{
        display:block;
        border-right:1px solid #ccc;
    }
    .uss_user_basket>table>tbody{
        display:block;
    }
    .uss_user_basket>table>tbody>tr{
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .uss_user_basket>table>tbody>tr+tr>td.uss_image,.uss_user_basket>table>tbody>tr+tr>td.uss_name{
        padding-top:10px!important;
    }
    .uss_user_basket>table>tbody>tr:not(.total_sum){
        padding-right:5px;
        padding-left:5px;
    }
    .uss_user_basket>table>tbody>tr:first-child{
        display:none;
    }
    .uss_user_basket>table>tbody>tr:not(.hide){
        border-bottom:1px solid #ccc;
    }
    .uss_user_basket>table>tbody>tr th{
        display:none;
    }
    .uss_user_basket>table>tbody>tr td{
        display:inline-block;
        vertical-align:middle;
        width:auto;
        border:none;
    }
    .uss_user_basket>table>tbody>tr td.uss_image{
        float:left;
        -webkit-box-flex:0;
        -webkit-flex:0 100px;
        -ms-flex:0 100px;
        flex:0 100px;
        border:none!important;
        padding-top:5px!important;
        padding-left:5px!important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 5px;
    }
    .uss_user_basket>table>tbody>tr td.uss_name{
        -webkit-box-flex:0;
        -webkit-flex:0 calc(100% - 100px);
        -ms-flex:0 calc(100% - 100px);
        flex:0 calc(100% - 100px);
        display:block;
        width:auto;
        padding:0;
        white-space:normal;
    }
    .uss_user_basket>table>tbody>tr td.uss_name .uss_description{
        line-height:1.2em;
    }
    .uss_user_basket>table>tbody>tr td.uss_name .uss_title{
        font-size:17px;
        height: auto;
    }
    .uss_user_basket>table>tbody>tr td.uss_name .uss_description{
        font-size:14px;
    }
    .uss_user_basket>table>tbody>tr td.uss_name>*{
        margin-bottom:7px;
    }
    .uss_user_basket>table>tbody>tr td.uss_name~*{
        padding-bottom:5px;
        padding-top:5px;
    }
    .uss_user_basket>table>tbody>tr td.uss_price_field{
        font-size:20px;
        font-weight:700;
    }
    .uss_user_basket>table>tbody>tr td.uss_price_field:not(.uss_sum_field){
        display:none!important;
    }
    .uss_user_basket>table>tbody>tr td:not(.uss_name){
        display:inline-block;
        vertical-align:middle;
        width:auto;
    }
    .uss_user_basket>table>tbody>tr td:not(.uss_name) :not(input){
        border:none;
    }
    .uss_user_basket>table>tbody>tr td.totals{
        display:block;
        width:100%;
    }
    .uss_user_basket>table>tbody>tr td.uss_number{
        padding-top:0!important;
        padding-bottom:0!important;
    }
    .uss_user_basket>table>tbody>tr td.uss_number a.uss_minus,.uss_user_basket>table>tbody>tr td.uss_number a.uss_plus{
        width:auto;
        height:auto;
        font-size:40px;
        padding:0 9px;
        line-height:1;
    }
    .uss_user_basket>table>tbody>tr td.uss_number input{
        min-width:30px;
        height:30px;
        border:1px solid #e2e4e6;
        text-align:center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .uss_user_basket .uss_number .uss_field input {
        font-size: 15px;
    }
    .uss_user_basket>table>tbody>tr td.uss_delete_pos{
        font-size:16px;
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -webkit-align-items:center;
        -ms-flex-align:center;
        align-items:center;
    }
    .uss_user_basket>table>tbody>tr td.uss_delete_pos a{
        margin:0;
    }
    .uss_user_basket>table>tbody>tr td.uss_delete_pos a+a{
        margin-left: 15px;
        margin-right: -10px;
    }
    .uss_user_basket>table>tbody>tr td.uss_delete_pos a img{
        width:15px;
        height:15px;
        display:block;
        margin:0;
    }
    .uss_user_basket .uss_bottom .totals {
        font-size: 16px;
    }
    .uss_user_basket>table>tbody>tr td.uss_delete_pos a.uss_pos_buttons{
        font-size:17px;
        display:inline-block;
        padding: 5px 5px;
        vertical-align:middle;
    }
    .section_basket2 .fc_form_tml .group .fc_item.block{
        width:100%!important;
    }
    .uss_user_wishlist {
        overflow-x: scroll;
    }
    .uss_user_wishlist .uss_name {
        min-width: 150px;
    }
    .uss_user_wishlist .uss_name .uss_title {
        height: auto;
        font-size: 14px;
    }
/*корзина end*/
}

@media (min-width:481px) {
    .uss_shop_detail .uss_shop_technical_data,
    .uss_shop_detail .uss_shop_technical_data .uss_shop_price {
        max-width:320px !important;
    }    
}
@media (min-width:481px) and (max-width: 1210px) {
    .uss_shop_detail .uss_shop_technical_data .uss_shop_by {
        width: 320px;
    }
}
@media (max-width: 600px) {
    .header .inner-min {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack:center;
        -webkit-justify-content: center;
        -ms-flex-pack:center;
        justify-content: center;
    }
    .h_l {
        max-width: 100%;
        min-width: 100%;
    }
    .h_l .logo {
        text-align: center;
        max-width: 100%;
    }
    .h_contacts {
        text-align: center;
    }
}
@media (max-width: 550px) {
    .uss_shop_list_view .uss_shop_list_view_item.uss_eshop_item .posimg_item {
        display: block;
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .uss_shop_list_view .uss_shop_list_view_item .uss_shop_technical_data {
        display: block;
        width: 100%;
        float: none;
        padding-top: 12px;
    }
}
@media (max-width: 480px) {
    .uss_shop_detail .uss_shop_technical_data {
        width: 100%;
    }
    .uss_shop_detail .uss_shop_technical_data .add_to_cart:not(.buy_one_click) {
        width: calc(100% - 170px);
    }
    .section.map .map-contacts .zvonok a {
        width: 100%;
        text-align: center;
    }
}

.slider .image img {
    width: 100% !important;
}
@media (min-width:1921px) {
    .slider {
        max-width: 2550px;
    }
    .slider .slides {
        width: 100%;
        left: 0;
    }
    .slider .inner {
        max-width: 2550px;
    }
    .slider .slick-dots {
        max-width:1660px;
        left: 0;
    }
}