html {
    height: 100%;
}
body {
    height: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333;
    background: #fff;
    min-width: 320px;
}
.main {
    flex: 1 0 auto;
}
.main .container {
    padding-bottom: 30px;
    background-color: #fff;
}
.contain {
    padding-left: 15px;
    padding-right: 15px;
}
.header,
.footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.1;
    font-weight: normal;
    font-family: inherit;
    color: #2e2e2e;
    margin-bottom: 10px;
}
.h1 {
    font-size: 30px;
}
.block_name {
    display: block;
    background: #FBFBFB;
    border: 1px solid #DDDDDD;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    color: #2e2e2e;
    padding: 12px 15px;
    margin-bottom: 15px;
}
.h2 {
    font-size: 20px;
}
a {
    color: #2e2e2e;
}
a:hover,
a:active {
    color: #e56d24;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:after,
.container:after,
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
}
.hidden {
    display: none!important;
}
.center_align {
    text-align: center;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.nowrap {
    white-space: nowrap;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    text-align: left;
}
.table th,
.table td {
    padding: .75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
}
.table_bordered {
    border: 1px solid #eceeef;
}
.table_bordered th,
.table-bordered td {
    border: 1px solid #eceeef;
}
.table_bordered thead th,
.table_bordered thead td {
    border-bottom-width: 2px;
}
.table_striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table_hover tbody tr:hover {
    background-color: #f5f5f5;
}
.fit_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Form */
.form_group {
    margin-bottom: 15px;
}
.form_label {
    display: block;
    font-size: 14px;
    margin-bottom: 3px;
}
.form_input {
    height: 34px;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #ececec;
    width: 100%;
    font-family: inherit;
    font-size: 14px;
}
.form_textarea {
    display: block;
    width: 100%;
    border: 1px solid #ececec;
    background-color: #fff;
    padding: 6px;
    font-family: inherit;
    font-size: 14px;
}
.captcha {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 10px;
}
.popup .captcha {
    margin-left: 0px;
	width:100%;
}
.input_captcha {
    width: 130px;
    vertical-align: top;
}
.secret_number {
    border: 1px solid #e8e8e1;
    padding: 6px;
    margin-right: 10px;
    line-height: 20px;
    background: #f9f9f9;
    display: inline-block;
    position: relative;
    text-shadow: 1px 1px #38c0f3, -1px 1px mediumturquoise, -1px -1px mediumturquoise, 1px -1px mediumturquoise;
    color: white;
    font-weight: bold;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    pointer-events: none;
    cursor: pointer;
}
.secret_number:after {
    content: attr(data-name);
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: -2;
    text-shadow: 1px 1px white,
    2px 2px white,
    3px 3px white,
    4px 4px white;
    color: white;
    transition: all 1s;
}
.message_error {
    clear: both;
    padding: 10px 20px;
    margin-bottom: 20px;
    color: #f00;
    background-color: #ffcaca;
    border: 1px dotted #ff4545;
}
.message_success {
    padding: 11px 23px;
    margin-bottom: 25px;
    color: #ffffff;
    background-color: #ff6600;
    text-transform: uppercase;
}
.error{
    color: #f00;
}
.user_form {
    margin-bottom: 10px;
}
#sm_logo {
    float: right;
}
#sm_logo img {
    vertical-align: middle;
}
.promo_img {
    position: absolute;
    max-width: 60px;
    max-height: 60px;
    top: 0;
    left: 0;
}
.dropdown {
    display: none;
}
.block {
    margin-bottom: 20px;
}
.header a,
.footer a,
.callback,
.search_button,
.button,
.category_link,
.breadcrumbs a,
.coupon_button,
.page_link,
.tab_navigation a,
.icon {
    transition: all 0.2s ease;
}
.header_container {
    background-color: #fff;
}
.header_top {
    padding: 23px 15px;
}
#top_mobile {
    z-index: 100;
    position: fixed;
    background-color: #333;
    width: 100%;
    height: 50px;
    left: 0;
    top: 0;
    line-height: 20px;
}
#mobile_control {
    float: left;
    border-right: 1px solid #232323;
    height: 50px;
    padding: 7px 20px 0 25px;
    color: #fff;
}
.menu_icon {
    width: 36px;
    height: 36px;
}
#top_search {
    float: left;
    border-left: 1px solid #232323;
    height: 50px;
    padding: 7px 20px 0;
    cursor: pointer;
}
#mobile_control.active,
#top_search.active {
    color: #e56d24;
}
.search_control {
    width: 37px;
}
.logo {
    display: block;
}
#phones .phone {
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 5px;
    line-height: 1;
    text-decoration: none;
}
.callback_link {
    text-decoration: none;
}
.callback_link  span {
    border-bottom: 1px dotted;
    color: #333;
}
.callback_link:hover span {
    border-color: transparent;
    color: #000;
}
#search {
    width: 245px;
}
.search {
    position:relative;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
}
.search_button {
    position: absolute;
    width:50px;
    height:46px;
    line-height: 46px;
    top: 0;
    right: 0;
    background-color:  #f2f2f2;
    color:#2e2e2e;
    text-align:center;
    border: none;
    border-left: 1px solid #d8d8d8;
    border-radius:0 3px 3px 0;
    cursor:  pointer;
}
.search_button:hover {
    color:#e56d24;
}
.search_input {
    border-radius: 0;
    height: 46px;
    width: 100%;
    margin: 0;
    padding: 0 50px 0 10px;
    background: none;
    border:none;
    font-size: 14px;
    font-family: inherit;
    color: inherit;
}
.search_icon {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
#cart_informer {
    cursor: pointer;
    color: #fff;
    position: relative;
    z-index: 120;
}
#cart_informer .cart_icon {
    display: block;
    float: left;
    width: 48px;
    height: 48px;
    padding: 8px;
}
#cart_informer:hover .cart_content,
#cart_informer:hover .cartinfo_empty {
    display: block;
}
.cart_content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0px;
    left: auto;
    overflow-y: auto;
    width: 280px;
    background: #f9f9f9;
    border-top: 1px solid #ececec;
    cursor: default;
    z-index: 120;
}
.cartinfo_empty {
    display: none;
    position: absolute;
    top: 49px;
    right: 0px;
    left: auto;
    overflow-y: auto;
    width: 218px;
    background: #fff;
    border: 1px solid #d8d8d8;
    cursor: default;
    padding: 10px;
    color: #000;
}
.cart_header {
    background: #323232;
    padding: 11px 20px;
    font-weight: bold;
    margin: 0;
    color: #f9f9f9;
}
.carinfo_checkout {
    background: #323232;
    padding: 11px 20px;
    overflow: hidden;
}
.cartlist {
    margin: 0;
    padding: 0;
}
.cartlist li{
    list-style: none;
    background: #f9f9f9;
    border-top: 1px solid #ececec;
    padding: 20px;
    overflow: hidden;
    color: #777;
}
.cartlist .image {
    width: 70px;
    float: left;
    margin-right: 10px;
}
.cartlist a {
    text-decoration: none;
}
.cart_info,
.cart_info:hover {
    color: inherit;
    text-decoration: none;
}
.cart_details {
    padding-left: 80px;
}
.remove_cart {
    float: right;
    margin-left: 15px;
    -webkit-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}
.remove_cart:hover,
.purchase_remove a:hover {
    color: #F30000;
}
.breadcrumbs {
    padding: 0 15px;
    margin-top: 0;
    margin-bottom: 20px;
    list-style: none;
}
.breadcrumbs li {
    display: inline-block;
}
.breadcrumbs li::after {
    content: "\02C3";
}
.breadcrumbs li:last-child::after {
    content: none;
}
.breadcrumbs a {
    text-decoration: none;
}
.breadcrumbs li:last-child,
.breadcrumbs li:last-child a {
    color: #777;
}
/* @group Постраничная навигация */
.pagination {
    width: 100%;
    padding: 0;
    margin: 10px 0 5px;
    font-size: 12px;
    list-style: none;
}
.page_item {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 5px;
}
.page_link {
    display: block;
    padding: 5px;
    min-width: 30px;
    text-align: center;
    border: 1px solid #d8d8d8;
    text-decoration: none;
}
.page_link:hover,
.active .page_link {
    background-color: #282828;
    color: #ffffff;
    border-color: #282828;
}
.box_title {
    display: block;
    border: 0px solid #2c9028;
    background: #f6c7a0;
    background: linear-gradient(to bottom, #444 0%, #000 100%);
    padding: 9px 15px 10px 15px;
    position: relative;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 5px;
}


@media (min-width: 1000px) {
.header_container11,
.footer_container11 {
 box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);

}


.main_container11  {
 box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
 position:relative;
 z-index: 10;
}}

#main_menu {
    position: relative;
    z-index: 100;
}

.footer_container {
  position: relative;
    z-index: 100;
}

/* футер */
.footer {
    margin-bottom: -25px;
}
.footer_container {
    border-top: solid 1px #2f2f2f;
    background: #2e2e2e url(../images/bg_footer.gif) repeat-x;
}
.btn  {
    display: inline-block;
    position: relative;
    line-height: 20px;
    padding: 10px 15px 10px 62px;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #282828;
    border-left: none;
    border-right: 1px solid transparent;
    border-bottom:  1px solid transparent;
    border-top: 1px solid #282828;
    box-shadow: inset 0 1px 0 #787878;
    border-radius:3px;
    color: #fff;
    margin-top: 12px;
    cursor: pointer;
}
.btn::after {
    display: block;
    position:  absolute;
    top: -1px;
    left: 0;
    border: 1px solid #2c9028;
    border-radius: 3px 0 0 3px;
    border-right: none;
    box-shadow: inset 0 1px 0 #00ce0a, inset 1px 0 0 #00ce0a;
    content: '';
    width: 42px;
    height: 42px;
    background: url(../images/sprite.svg) no-repeat 8px 7px;
    background-color: #01a708;
}
.btn::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 41px;
    top: 10px;
    border: 10px solid transparent;
    border-left: 10px solid #01a708;
}
.btn:hover {
    background-color: #01a708;
    border-top: 1px solid #2c9028;
    border-right: 1px solid #2c9028;
    border-bottom: 1px solid #2c9028;
    box-shadow: inset 0 1px 0 #00ce0a, inset -1px 0 0 #00ce0a;
}
.btn:hover::after {
    background-color: #282828;
    border-top: 1px solid #282828;
    box-shadow: inset 0 1px 0 #787878;
}
.btn:hover::before {
    border-left: 10px solid #282828;
}
.button,
.coupon_button {
    border: solid 1px #d8d8d8;
    background: #f5f4f4;
    background: -moz-linear-gradient(top, #f5f4f4 0%, #efeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f4f4), color-stop(100%, #efeeee));
    background: -webkit-linear-gradient(top, #f5f4f4 0%, #efeeee 100%);
    background: -o-linear-gradient(top, #f5f4f4 0%, #efeeee 100%);
    background: -ms-linear-gradient(top, #f5f4f4 0%, #efeeee 100%);
    background: linear-gradient(to bottom, #f5f4f4 0%, #efeeee 100%);
    color: #2e2e2e;
    font-family: inherit;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    line-height: 17px;
    padding: 8px 20px 7px;
}
.cart_content .button {
    font-size: 15px;
    border-radius: 4px;
    text-decoration: none;
    float: left;
    padding: 12px 13px 9px;
}
.comment_form .button,
.cart_form .button,
.register_form .button,
.feedback_form .button {
    float: right;
}
.button_submit {
    height: 34px;
    float: right;
    border-radius: 3px;
    padding: 0 20px;
    font-size: 16px;
}
.button:hover,
.button_submit:hover,
.coupon_button:hover {
    border: 1px solid #e59c36;
    background: #01a708;
     background: linear-gradient(to bottom, #f7ba66 0%, #e59c36 100%);
    color: #000;
}
#products,
.products {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}
.product {
    margin-bottom: 30px;
}
.preview {
    position: relative;
}
.products .preview,
.grid .preview {
    border: solid 1px #d8d8d8;
    border-radius: 4px;
    padding: 20px 18px;
    text-align: center;
}
#products .product {
    padding-left: 15px;
    padding-right: 15px;
}
.product .image {
    position: relative;
}
.product img {
    max-height: 100%;
}
.products .image,
.grid .image  {
    line-height: 200px;
    font-size: 0;
    margin-bottom: 20px;
}
.product_name {
    display: block;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 21px;
    margin: 0 0 10px;
    color: #e56d24;
    text-decoration: none;
}
.product_name:hover {
    color: #000;
}
.products .price,
#products .price {
    font-size: 20px;
    font-weight: normal;
    color: #2e2e2e;
    margin-right: 5px;
}
.not_in_stock {
    margin: 10px 0 0;
}
#products .annotation {
    margin-bottom: 10px;
}
#products.list .product {
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
#products.list .product:last-child {
    border-bottom: none;
}
.list .image {
    float: left;
    width: 210px;
    height: auto;
    border: 1px solid #ececec;
    text-align: center;
}
.grid .annotation {
    display: none;
}
/* Сортировка */
.category_toolbar {
    overflow: hidden;
    margin-bottom: 25px;
    padding: 0 2px;
}
.view {
    float: left;
}
.view span {
    display: block;
    float: left;
    margin-right: 10px;
    background: url(../images/grid-list.png) no-repeat;
    width: 17px;
    height: 16px;
    cursor: pointer;
}
.view .list {
    background-position: right top;
}
.view .list:hover,
.view .list.selected {
    background-position: right bottom;
}
.view .grid_ {
    background-position: left top;
}
.view .grid:hover,
.view .grid.selected {
    background-position: left bottom;
}
.sort {
    float: right;
}
.sort_label {
    display: inline-block;
    margin-right: 3px;
    font-size: 14px;
}
.sort_select {
    padding: 2px;
    border: 1px solid #ececec;
    color: inherit;
    font-family: inherit;
}
.cat_description {
    margin-bottom: 15px;
}
/* @group Меню каталога*/
.catalog_nav {
    margin-bottom: 30px;
}
.catalog_ul > li {
    margin: 0 0 5px;
}
.catalog_nav li {
    position: relative;
    list-style: none;
    text-transform: uppercase;
    line-height: normal;
}
.catalog_nav a{
    text-decoration: none;
}
.catalog_ul > li > a {
    font-size: 15px;
    font-weight: bold;
    display: block;
    border: solid 1px #d8d8d8;
    background: #f5f4f4;
    background: -moz-linear-gradient(top, #f5f4f4 0%, #efeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f4f4), color-stop(100%, #efeeee));
    background: -webkit-linear-gradient(top, #f5f4f4 0%, #efeeee 100%);
    background: -o-linear-gradient(top, #f5f4f4 0%, #efeeee 100%);
    background: -ms-linear-gradient(top, #f5f4f4 0%, #efeeee 100%);
    background: linear-gradient(to bottom, #f5f4f4 0%, #efeeee 100%);
    padding: 12px 30px 12px 15px;
    color: #2e2e2e;
    border-radius: 4px;
}
.catalog_ul > li:hover > a,
.catalog_ul > li > .selected {
    border: solid 1px #333;
    background: #333;

    color: #fff;
}
.submenu {
    display: none;
    border-radius: 4px;
    margin: 5px 0 0 0;
    border: solid 1px #d8d8d8;
    padding: 5px 0;
}
.opened > .submenu {
    display: block;
}
.submenu .submenu {
    border: none;
    margin: 0;
    padding-left: 12px;
}
.cat_switch {
    display: block;
    position:  absolute;
    width: 20px;
    height: 20px;
    top: 13px;
    right: 10px;
    background: url(../images/sprite.svg);
    background-position: -248px -46px;
    cursor: pointer;
}
.submenu .cat_switch {
    top: 2px;
}
.cat_switch.active {
    background-position: -212px -46px ;
}
.catalog_ul > li:hover > .cat_switch,
.catalog_ul > li > .selected + .cat_switch {
    background-position: -32px -46px ;
}
.catalog_ul > li:hover > .cat_switch.active,
.catalog_ul > li > .selected + .cat_switch.active {
    background-position: -68px -46px ;
}
.submenu a {
    display: block;
    padding: 7px 30px 7px 10px;
    color: #818080;
    font-size: 14px;
}
.submenu a:hover {
    color: #e56d24;
}

.submenu .selected {
    color: #e56d24;
}



.page_title {
    display: block;
    border: solid 1px #d8d8d8;
    background: #f5f4f4;
    background: linear-gradient(to bottom, #f7ba66 0%, #e59c36 100%);
    padding: 11px 20px 13px 20px;
    margin: 0 0 30px;
    border-radius: 4px;
    font-size: 16px;
    line-height: normal;
    color: #2e2e2e;
    font-weight: bold;
    text-transform: uppercase;
}
/* Фильтры*/
.filter_content {
    width: 100%;
    padding: 15px 15px 0px;
    border: solid 1px #d8d8d8;
    border-top: 0;
    border-radius: 0 0 4px 4px;
}
.feature_name {
    display: block;
    border-top: 1px solid #ececec;
    font-weight: bold;
    padding-top: 15px;
}
.feature_name:first-child {
    padding-top: 5px;
    border: none;
}
.feature_content {
    padding: 5px 0 5px 10px;
    margin-bottom: 5px;
}
.filter_link {
    display:  block;
    position: relative;
    padding-left: 15px;
    line-height: 20px;
    text-decoration: none;
}
.angle_right {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 18px;
}
.filter_link.checked {
    color: #e56d24;
}
.min_input,
.max_input {
    width: 48%;
    border: none;
    margin-bottom: 10px;
}
.max_input {
    text-align: right;
}
.price_slider {
    margin: 20px 0 12px;
}
.foot_heading {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 19px 0 0 0;
    margin-bottom: 40px;
}
.social_head {
    margin-bottom: 12px;
}
.footer ul {
    margin: 0;
    padding: 0;
}
.footer  a {
    text-transform: uppercase;
    font-size: 14px;
    color: #818080;
    text-decoration: none;
}
.footer  a.selected,
.footer  a:hover {
    color: #e56d24;
}
.foot_item {
    padding: 0;
    margin: 0 0 9px;
    list-style: none;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #818080;
}
.popup_heading {
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
}
.popup {
    background: #FBFBFB;
    border: 1px solid #DDDDDD;
    padding: 12px 15px 15px;
    width: 320px;
    max-width: 100%;
}
.copyright {
    padding: 20px 0 0;
    font-size: 12px;
}
.copyright a {
    font-size: 12px;
}
/* @group Товар подробно */
#product_images {
    text-align: center;
    margin-bottom: 20px;
}
.product_image {
    position: relative;
    border: 1px solid #ececec;
}
.product img {
    max-height: 100%;
    vertical-align: middle;
}
.images {
    margin: 5px -2px;
}
.images_item {
    float: left;
    padding: 0 2px;
}
.images_link {
    display: block;
    height: 101px;
    border: 1px solid #ececec;
    padding: 2px;
    text-align: center;
    line-height: 95px;
}
#flypage h1 {
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    margin: 0 0 15px;
}
#flypage .product_rating {
    margin: 0 0 15px;
}
.availability,
.sku {
    font-size: 13px;
    color: #3a3a3a;
    font-weight: 400;
}
.availability {
    float: left;
    width: 100%;
    padding-bottom:10px;
}

.brenn a {
    color: #e56d24;
    
}

.sku  {
    float: right;
}
.availability span {
    color: #e56d24;
    margin-left: 6px;
}
.availability .not_in_stock {
    color: #ce0000;
}
.sku span {
    margin-left: 6px;
    font-weight: normal;
    color: #e56d24;
}
.price_but {
    margin-bottom: 20px;
}
#flypage .price {
    color: #e56d24;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}
.price {
    white-space: nowrap;
}
.product .old_price {
    font-size: 14px;
    text-decoration: line-through;
    white-space: nowrap;
    color: #2e2e2e;
}
.add_to,
.product_var {
    border: 1px solid #DBDBDB;
    background: #fbfbfb;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
#flypage .amount {
    width: 106px;
    vertical-align: top;
}
.input_amount {
    width: 36px;
    height: 35px;
    padding: 0;
    float: left;
    border: solid 1px #e9e9e9;
    border-left: none;
    border-right: none;
    color: #666;
    text-align: center;
}
.variant_select {
    width: 100%;
    height: 34px;
    border: 1px solid #ececec;
    padding: 0 12px;
    font-size: 14px;
}
.add_but {
    margin-top: 20px;
}
.stock_sku {
    margin-bottom: 18px;
}
.product_wish,
.product_compare {
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
}
.product_wish {
    margin-right: 10px;
}
.product_wish::before,
.product_compare::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    margin-right: 2px;
    background: url(../images/sprite.svg) no-repeat -100px -158px;
}
.product_compare::before {
    width: 15px;
    background-position: -150px -157px;
}
.product_compare::after,
.product_wish::after {
    content: attr(title);
}
.add_to .button {
    float: right;
}
.add_to .amount.hidden ~ .button {
    float: none;
}
.description {
    margin-bottom: 10px;
    clear: both;
}
.product_share {
    margin: 20px 0;
}
.features {
    list-style: none;
    width: 100%;
    display: block;
    clear: both;
    margin: 15px 0 25px;
    padding: 0;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.features li {
    border-top: 1px solid #DDDDDD;
    padding: 10px 5px 10px 5px;
}
.features_name {
    font-style: normal;
    display: block;
    width: 30%;
    float: left;
    font-weight: bold;
    margin: 0;
}
.features_value {
    float: left;
    display: block;
    width: 70%;
    padding-left: 15px;
}
/* @group Комментарии */
.comment_form {
    margin-bottom: 20px;
}
.admin_note {
    padding-left: 25px;
}
.comment_list {
    margin: 15px 0 0;
}
.no_comments {
    margin: 15px 0;
}
.comment_list {
    padding-bottom: 15px;
}
.comment_header {
    font-size: 16px;
}
.comment_name {
    font-weight: bold;
}
.comment_header i {
    font-weight: normal;
    color: #878787;
}
.side_products {
    margin-bottom: 20px;
}
.browsed {
    margin-bottom: 25px;
    padding: 0;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
}
.browsed_item {
    float: left;
    width: 50%;
    padding: 5px;
    text-align: center;
}
.browsed_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 5px;
}
.blog_item {
    margin: 0 0 25px 0;
}
.blog_heading {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.blog_heading a {
    text-decoration: none;
}
.post_date,
.blog_date {
    margin: 0 0 10px 0;
}
.post_img,
.blog_img {
    float: left;
    margin: 0 15px 5px 0;
}
.post_text {
    margin-bottom: 15px;
}
/* Корзина */
.purchase {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.purchase td {
    padding: 10px;
    border: 1px solid #ececec;
    text-align: center;
}
.purchase_image {
    width: 97px;
    font-size: 0;
}
.purchase_left {
    text-align: left;
}
.purchase_name {
    text-decoration: none;
}
.download_attachment{
    white-space: nowrap;
    border-bottom: 1px dotted green;
    background-color: #ccff72;
}
.input_coupon {
    width: 200px;
    margin-right: 7px;
    margin-top: 10px;
    font-size: 14px;
    height: 34px;
    border: 1px solid #ececec;
    padding: 0 12px;
}
.coupon_button {
    margin: 10px 0;
}
.subtotal td {
    padding: 12px 20px 12px 10px;
    color: #fff;
    background: #3a3a3a;
    font-weight: normal;
    font-size: 18px;
    text-align: right;
    text-transform: none;
}
.amount {
    display: inline-block;
    width: 88px;
}
.purchase .plus,
.purchase .minus {
    width: 28px;
    font-size: 16px;
    height: 28px;
    line-height: 26px;
}
.purchase .input_amount {
    width: 32px;
    height: 28px;
}
.plus,
.minus {
    float: left;
    margin: 0;
    background: #fff;
    display: block;
    width: 35px;
    border: solid 1px #e9e9e9;
    font-size: 21px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    cursor: pointer;
}
.plus:hover,
.minus:hover {
    color: #e56d24;
}
.purchase_remove a {
    color: #6d6d6d;
}
.delivery_block {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    padding: 20px 20px 0 20px;
    list-style: none;
}
.delivery_list {
    margin-bottom: 20px;
}
.input_delivery {
    position: absolute;
    top: 8px;
    left: 0;
}
.delivery_label {
    display: block;
    position: relative;
    padding-left: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.delivery_description {
    padding-left: 20px;
}
/* Детали заказа */
.order_info {
    width: 100%;
    margin-bottom: 20px;
    background-color: #f9f9f9;
}
.order_info td,
.order_info th {
    padding: 10px;
    border: 1px dotted #e0e0e0;
    font-size: 14px;
}
.order_notify{
    background-color: #fff;
    border: 1px solid #ececec;
    margin-bottom: 25px;
    padding: 18px 20px 18px;
}
.order_heading{
    color:  #01a708;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 500;
    font-family: inherit;
    margin-bottom: 10px;
}
.order_thank{
    font-family: inherit;
    margin-top: 10px;
}
.order_tag{
    color: #fff;
    line-height: inherit;
    padding: 0px 8px;
    font-size: 16px;
    border-radius: 4px;
    display: inline-block;
    background-color: #01a708;
}
/*Slider*/
.slider_content {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.slider_header {
    display: block;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    color: #2e2e2e;
    margin-bottom: 20px;
}
.slider_subheader {
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    color: #777777;
    margin-bottom: 20px;
    line-height: 1.25;
}
.slider_details {
    display: inline-block;
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 3px;
    border: 1px solid #2c9028;
    box-shadow: inset 0 0 0px 1px #00ce0a;
    background-color: #01a708;
    color: #fff;
    -webkit-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.slider_details:hover {
    color: #282828;
    box-shadow: inset 0 0 0px 1px #282828;
}
.to_top {
    width: 42px;
    height: 26px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    display: block;
    margin-bottom: 7px;
    background: url(../images/up-arrow.png) no-repeat left 0px;
    cursor: pointer;
}
.to_top:hover {
    background-position: left bottom;
}
/* Рейтинг товара */
.product_rating{
    position:relative;
    margin: 0 0 10px;
}
.rating_starOff,
.rating_starOn {
    display:inline-block;
    vertical-align: top;
    width: 90px; /*ширина должна быть кратна высоте*/
    height:18px;
    background:url(../images/rating.png) repeat-x left top;
}
.rating_starOn {
    display: block;
    background-position: left bottom;
}
.rating_text {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    line-height: 25px;
}
.subscribe_button {
    text-align: center;
    width: 100%;
    margin-top: 2px;
}
.brand_list {
    margin-top: 30px;
}
.brand_item {
    margin-bottom: 20px;
}
.brand_link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100px;
    overflow: hidden;
    text-decoration: none;
}
/* Сравнение */
.comparison_left {
    float: left;
    width: 30%;
}
.comparison_products {
    float: right;
    width: 70%;
    position: relative;
}
.show_container {
    position: relative;
}
.compare_show {
    position: absolute;
    left: 0;
    bottom: 0;
}
.comparison_product {
    padding: 0 10px;
}
.comparison_product p {
    margin: 0;
}
.cell,
.cprs_rating {
    padding: 7px 5px;
    border-bottom: 1px solid #dbdbdb;
}
.cell:nth-child(odd) {
    background: #f6f6f6;
}
.comparison_products .slick-prev,
.comparison_products .slick-next {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 160px;
}
.comparison_products .slick-prev {
    left: -10px;
}
.comparison_products .slick-next {
    right: -10px;
}
.compare_show a {
    display: inline-block;
    padding: 6px 11px;
    text-decoration: none;
    margin: 0 5px 5px 0;
}
.compare_show a:hover,
.compare_show .active {
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 5px 10px;
}
.compare_show a span {
    border-bottom: 1px dashed #e56d24;
}
.remove_link {
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
}
.remove_link span {
    text-decoration: underline;
}
.remove_link:hover span {
    text-decoration: none;
}
.remove_icon {
    vertical-align: middle;
}


.orderss {
padding-top:20px;
}


.carrttt {
padding:20px 0px;
}


.carrttt a {
background: linear-gradient(to bottom, #f7ba66 0%, #e59c36 100%);
color:#333;
padding:15px 40px;
transition: all 0.0s ease;
border: 0px solid #fff;
}
.carrttt a:hover {
background: linear-gradient(to bottom, #333 0%, #333 100%);
color:#fff;
border: 0px solid #fff;
}

.carrttt a:focus {
background:#67460e;
}

.banera-txt {

    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: medium;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: 1px solid rgba(34,36,38,0.1);
    margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
    padding: 0.6em;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1em;
    border-radius: 0;

}

@media (min-width: 775px) {
.banera1 {
width:48%;
min-height:240px;
max-height:240px;
float:left;
margin-left:1%;
margin-right:1%;
text-align:center;
padding:10px;
-webkit-box-shadow: 0 1px 3px 0 #D4D4D5,0 0 0 1px #D4D4D5;
box-shadow: 0 1px 3px 0 #D4D4D5,0 0 0 1px #D4D4D5;
-webkit-transition: -webkit-box-shadow .1s ease,-webkit-transform .1s ease;
transition: -webkit-box-shadow .1s ease,-webkit-transform .1s ease;
transition: box-shadow .1s ease,transform .1s ease;
transition: box-shadow .1s ease,transform .1s ease,-webkit-box-shadow .1s ease,-webkit-transform .1s ease;
background:#fff;
margin-bottom:20px;
}
.banera1 img {
min-height:160px;
max-height:160px;
display:block;
margin-left:auto;
margin-right:auto;
}}

@media (max-width: 775px) {
.banera1 {
width:48%;
min-height:240px;
max-height:240px;
float:left;
margin-left:1%;
margin-right:1%;
padding:10px;
text-align:center;
-webkit-box-shadow: 0 1px 3px 0 #D4D4D5,0 0 0 1px #D4D4D5;
box-shadow: 0 1px 3px 0 #D4D4D5,0 0 0 1px #D4D4D5;
-webkit-transition: -webkit-box-shadow .1s ease,-webkit-transform .1s ease;
transition: -webkit-box-shadow .1s ease,-webkit-transform .1s ease;
transition: box-shadow .1s ease,transform .1s ease;
transition: box-shadow .1s ease,transform .1s ease,-webkit-box-shadow .1s ease,-webkit-transform .1s ease;
background:#fff;
margin-bottom:20px;
}
.banera1 img {
min-height:160px;
max-height:160px;
display:block;
margin-left:auto;
margin-right:auto;
}}


@media (max-width: 660px) {
.banera1 {
width:48%;
min-height:240px;
max-height:240px;
margin-left:1%;
margin-right:1%;}}

@media (max-width: 470px) {
.banera1 {
width:80%;
min-height:240px;
max-height:240px;
margin-left:10%;
margin-right:10%;}}

[type="checkbox"] {
margin-right:10px;

}


.foot_social {
margin-top:25px;
}

/*sitemap-html*/
#menu_sitemap{
    margin-left: -10px;
    float: left;
    margin-top: 7px;
    /*max-width: 700px;*/
    width: 100%;
}

#menu_sitemap li{
    height: 30px;
    display: block;
    float: left;
    list-style: none;
}
#menu_sitemap li a{
    margin-right: 5px;
    font-size: 12px;
    display: block;
    float: left;
    padding: 6px 11px 6px 11px;
    color: #606060;
}
#menu_sitemap li:hover a{
    border: 1px solid #d5d5d5;
    background-color: #ffffff;
    padding: 5px 10px 6px 10px;
    border-radius: 20px;
    text-decoration: none;
}


#listpage_content {
    margin: 50px 0 20px 20px;
}
#listpage_content div.categTree {
    float: left;
    width: 60%;
}

#listpage_content div.categTree ul.tree li {
    background: url("../images/sitemap-horizontal.png") no-repeat scroll left 10px rgba(0, 0, 0, 0);
    list-style-type: none;
    border-left: 1px dotted #999999;
    margin-left: 11px;
    padding-left: 20px;
}
#listpage_content div.categTree ul.tree ul.sitemap_products li a {
    color: #408080;
}
#listpage_content div.sitemap_list {
    float: left;
    min-height: 120px;
    padding: 0;
    width: 30%;
}
#listpage_content div.sitemap_list ul {
    list-style-type: none;
}

#listpage_content div.sitemap_list li a {
    background: url("../images/arrow_right_2.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    color: #333333;
    display: block;
    padding: 2px 0 2px 10px;
}

/*/sitemap-html*/

.milo {
font-size:17px;
}

.milo2 {
font-size:15px;
}

.fa-phone-square {
color:#fec362;
}

.komp {
width:100%;
float:left;
}
@media (min-width: 775px) {
.komp1 {
width:70%;
float:left;
}

.komp2 {
width:30%;
float:right;
}
.komp2 img {
margin-bottom:10px;
float:right;
}}

@media (max-width: 775px) {
.komp1 {
width:100%;
float:left;
}

.komp2 {
width:100%;
float:left;
}
.komp2 img {
margin-bottom:10px;
float:none;
margin-left:auto;
margin-right:auto;
display:block;
}}

.zg2 {
text-align:center;
padding-bottom:15px;
}

/*subcats_images_in_products*/
.subcategories .product_name {
    font-size: 14px;
    text-align: center;
}
@media (max-width: 1199px){
    .subcategories .preview{
        border-top: 1px solid #e8e8e1;
    }
}
/*/subcats_images_in_products*/

#pprr {
margin-bottom:20px;
}

@media (min-width: 720px) {
.tt1{width:31%;float:left;text-align:center;min-height:245px;border:1px solid #e9e9e9;padding:0px; margin-left:1%; margin-right:1%; border-radius: 6px; margin-bottom:15px;}
.tt2{height:170px;max-width:230px;transition:all 0.2s ease-in-out 0s}
.tt2:hover{transition:all 0.2s ease-in-out 0s;height:170px;max-width:230px;}
.tt1:hover{border:1px solid #5a4839;}

.tg1{width:23%;float:left;text-align:center;min-height:245px;border:1px solid #e9e9e9;padding:0px; margin-left:1%; margin-right:1%; border-radius: 6px; margin-bottom:15px;}
.tg2{height:170px;max-width:230px;transition:all 0.2s ease-in-out 0s}
.tg2:hover{transition:all 0.2s ease-in-out 0s;height:170px;max-width:180px;}
.tg1:hover{border:1px solid #5a4839;}


}

@media (max-width: 720px) {
.tt1{width:48%; margin-right:1%; margin-left:1%; float:left;text-align:center;min-height:195px;border:1px solid #e9e9e9;padding:0px; border-radius: 6px; margin-bottom:10px;}
.tt2{height:120px;max-width:180px;transition:all 0.2s ease-in-out 0s}
.tt2:hover{transition:all 0.2s ease-in-out 0s;height:120px;max-width:180px;}
.tt1:hover{border:1px solid #5a4839;}

.tg1{width:48%; margin-right:1%; margin-left:1%; float:left;text-align:center;min-height:195px;border:1px solid #e9e9e9;padding:0px; border-radius: 6px; margin-bottom:10px;}
.tg2{height:120px;max-width:180px;transition:all 0.2s ease-in-out 0s}
.tg2:hover{transition:all 0.2s ease-in-out 0s;height:120px;max-width:180px;}
.tg1:hover{border:1px solid #5a4839;}


}

.suubcat {
    width:100%;
    clear:both;
    float: left;
    margin-bottom:20px;
}















@media (min-width: 768px) {

enu_group_header .menu_item_1 .menu_link {
    display: block;
    padding: 0px 0px;
    padding-left: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}
.menu_group_header .menu_item_2 .menu_link {
    display: block;
    padding: 5px 20px;
    white-space: nowrap;
    color: #282828;
}
.menu_group_header .menu_item_2 .menu_link:hover {
    background-color: rgb(232, 232, 225);
}
.menu_group_header .menu_eventer{
    position: relative;
}
.menu_group_header .menu_item_1.menu_eventer > a:after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 8px;
    background-repeat: no-repeat;
    margin-left: 1px;
    background-image: url(../images/select_arrow.png);
    background-size: cover;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.menu_group_header .menu_item_1.menu_eventer:hover > a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu_group_header .menu_eventer .menu_list_2{
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    top: 100%;
    background: rgb(255, 255, 255);
    transform: translate(0px, 20px);
    border: none;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: 1000;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: center;
    padding: 5px 10px;
}
.menu_group_header .menu_eventer:hover .menu_list_2 {
    top: 50%;
    opacity: 1;
    visibility: visible;
    display: block;
}


.menu_group_header .menu_eventer .menu_list_2 a {
color:#333;
}

.menu_item_2 {
    margin: 0;
    padding: 0;
    float: none;
}
.menu_group_header .menu_list_3 {
    padding: 0px;
}
.menu_group_header .menu_item_3 {
    float: none;
    width: 100%;
}
.menu_group_header .menu_item_3 .menu_link {
    padding-left: 30px;
}
.arrow_toggle{
    margin-left: 1px;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.menu_group_header .menu_eventer:hover .arrow_toggle {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
}



.filter_content button {
background:#fff;
border: 1px solid #fff;
}

.filter_content button:hover {
color:#e56d24;
}