﻿@charset "UTF-8";

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('/fonts/OpenSans/OpenSans-Regular.eot');
    src: url('/fonts/OpenSans/OpenSans-Regular.woff2') format('woff2'),
    url('/fonts/OpenSans/OpenSans-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Regular';
    src: url('/fonts/OpenSans/OpenSans.woff') format('woff'),
    url('/fonts/OpenSans/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'Capture it';
    src: url('/fonts/Capture/Capture it.eot');
    src: url('/fonts/Capture/Capture it.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Capture/Capture it.woff2') format('woff2'),
    url('/fonts/Capture/Capture it.woff') format('woff'),
    url('/fonts/Capture/Capture it.svg#Capture it') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    /*unicode-range: U+0020-04E9;/**/
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('/fonts/OpenSansBold/OpenSans-Bold.eot');
    src: url('/fonts/OpenSansBold/OpenSans-Bold.woff2') format('woff2'),
    url('/fonts/OpenSansBold/OpenSans-Bold.woff') format('woff'),
    url('/fonts/OpenSansBold/OpenSans-Bold.ttf') format('truetype'),
    url('/fonts/OpenSansBold/OpenSans-Bold.svg#OpenSans-Bold') format('svg'),
    url('/fonts/OpenSansBold/OpenSans-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Arial-Black';
    src: url('/fonts/ArialBlack/Arial-Black-Regular.eot');
    src: url('/fonts/ArialBlack/Arial-Black-Regular.woff2') format('woff2'),
    url('/fonts/ArialBlack/Arial-Black-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Arial-Black';
    src: url('/fonts/ArialBlack/Arial-Black.woff') format('woff'),
    url('/fonts/ArialBlack/Arial-Black.ttf') format('truetype'),
    url('/fonts/ArialBlack/Arial-Black.svg#Arial-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}
html,
body{
    height: 100%;
}
body{
    margin: 0 auto;
    font-family: Arial, Verdana, sans-serif;
    color:#2c2c2c;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
}
ul,ol{
    margin: 0 0 10px 10px;
    padding: 0 0 0 40px;
    list-style:disc;
}
a, a:focus, a:hover, div:focus{
    text-decoration: none;
    outline: none;
    color: #000;
}
em{
  font-weight: bold;
  font-style: italic;
}
strong,b{
  font-weight: bold;
}
img{
    max-width: 100%;
    max-height: 100%;
    border: none;
    outline: none;
}
p{
  text-indent: 20px;
  text-align: justify;
  margin-bottom: 10px;
}
input,button,textarea{
    outline: none;
    border: none;
}
textarea{
    resize: none;
}
header, footer, aside, nav, article, section{
    display:block;
}
.underline{
    text-decoration: underline;
}
.overflow_hid{
    overflow: hidden;
}
.top_center{
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
i[class*="icon-"]:before{
    float: left;
}
i[class*="icon-"]{
    display: inline-block;
    vertical-align: middle;
}
.head_user_commen >p,
.ellipsis{
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.circle{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.form_default label,
.form_default input{
    display: inline-block;
    vertical-align: middle;
}
.form_default label{
    font-weight: normal;
    cursor: pointer;
    line-height: 1.2;
}
.dn{
    display: none;
}
.icon_user_commen.icon-center,
p.icon-center:before,
i.icon-center:before{
    position: absolute;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
::-webkit-input-placeholder {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap;
}
:-moz-placeholder {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap;
}
::-moz-placeholder {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap;
}
:-ms-input-placeholder {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap;
}
/*=====================bootstrap change===================*/
.bootstrap-select .dropdown-toggle:focus,
.btn:active,
.btn:focus,
.btn:hover,
.btn{
    outline-width:0 !important;
}
.breadcrumb>li+li:before{
    color:#4e4e4e;
}
.form-control:focus{
    border-color: #e0e0e0;
}
.has-error .form-control:focus{
    border-color:#FF5523;
}
.text_error,
.has-error .help-block,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline{
    color:#FF5523;
    margin: 2px 0 0;
}
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label,
.has-error .control-label{
    color:inherit;
}
.has-error .form-control{
    border-color:#FF5523;
}
.has-success .form-control:focus,
.form-control:focus,
.has-success input.form-control:focus,
.has-error input.form-control:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.seo_search{
    font-size: 18px;
}
.border_rad{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.nav_sidebar>li>a:focus,
.dark_gradient{
    background: rgba(88,88,88,1);
    background: -moz-linear-gradient(top, rgba(88,88,88,1) 0%, rgba(63,63,63,1) 100%);
    background: -webkit-linear-gradient(top, rgba(88,88,88,1) 0%, rgba(63,63,63,1) 100%);
    background: -o-linear-gradient(top, rgba(88,88,88,1) 0%, rgba(63,63,63,1) 100%);
    background: -ms-linear-gradient(top, rgba(88,88,88,1) 0%, rgba(63,63,63,1) 100%);
    background: linear-gradient(to bottom, rgba(88,88,88,1) 0%, rgba(63,63,63,1) 100%);
}
.steel_gradient {
    background:  rgba(250,251,251,1);
    background: -moz-linear-gradient(left, rgba(212,212,211,1) 0%, rgba(250,251,251,1) 19%, rgba(250,251,251,1) 27%, rgba(212,212,211,1) 50%, rgba(255,255,255,1) 73%, rgba(250,251,251,1) 80%, rgba(212,212,211,1) 100%);
    background: -webkit-linear-gradient(left, rgba(212,212,211,1) 0%, rgba(250,251,251,1) 19%, rgba(250,251,251,1) 27%, rgba(212,212,211,1) 50%, rgba(255,255,255,1) 73%, rgba(250,251,251,1) 80%, rgba(212,212,211,1) 100%);
    background: -o-linear-gradient(left, rgba(212,212,211,1) 0%, rgba(250,251,251,1) 19%, rgba(250,251,251,1) 27%, rgba(212,212,211,1) 50%, rgba(255,255,255,1) 73%, rgba(250,251,251,1) 80%, rgba(212,212,211,1) 100%);
    background: -ms-linear-gradient(left, rgba(212,212,211,1) 0%, rgba(250,251,251,1) 19%, rgba(250,251,251,1) 27%, rgba(212,212,211,1) 50%, rgba(255,255,255,1) 73%, rgba(250,251,251,1) 80%, rgba(212,212,211,1) 100%);
    background: linear-gradient(to right, rgba(212,212,211,1) 0%, rgba(250,251,251,1) 19%, rgba(250,251,251,1) 27%, rgba(212,212,211,1) 50%, rgba(255,255,255,1) 73%, rgba(250,251,251,1) 80%, rgba(212,212,211,1) 100%);
}
.panel_gradient {
    background: rgba(224, 224, 224, 1);
    background-image: -moz-linear-gradient( 0deg, rgb(104,104,104) 0%, rgb(194,194,194) 1%, rgb(255,255,255) 13%, rgb(194,194,194) 31%, rgb(255,255,255) 49%, rgb(194,194,194) 68%, rgb(255,255,255) 85%, rgb(194,194,194) 99%, rgb(104,104,104) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(104,104,104) 0%, rgb(194,194,194) 1%, rgb(255,255,255) 13%, rgb(194,194,194) 31%, rgb(255,255,255) 49%, rgb(194,194,194) 68%, rgb(255,255,255) 85%, rgb(194,194,194) 99%, rgb(104,104,104) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(104,104,104) 0%, rgb(194,194,194) 1%, rgb(255,255,255) 13%, rgb(194,194,194) 31%, rgb(255,255,255) 49%, rgb(194,194,194) 68%, rgb(255,255,255) 85%, rgb(194,194,194) 99%, rgb(104,104,104) 100%);
}
.orange_bd{
    border: 2px solid #FFBC37;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.bckg_white{
    background-color: #fff;
}
/*===============form default============*/
.form_default .has-error label,
.form_default label{
    color: #777;
    font-family: 'OpenSans-Regular';
    margin: 0 0 1px 3px;
    display: block;
}
.form_reviews textarea,
.form_default input{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.form_default .help-block{
    margin: 0;
    float: left;
    width: 100%;
}
.form_default .form-group{
    margin-bottom: 9px;
}
/*=====================bootstrap change AND===================*/
/*======================список классов================
  -underline
  -overflow_hid
  -top_center
  -ellipsis
  -circle
  -form_default
  -icon-center
  -seo_search
  -dark_gradient
  -steel_gradient
  -border_rad
  -orange_bd
  -bckg_white
  -border_lg_rad
  -text_sm
   */
/*=====================tooltip=================*/
[data-style=primary] + .tooltip .tooltip-inner{
    opacity: 1;
    color: #757575;
    font-size: 14px;
    padding:4px 8px;
    border-radius: 4px;
    min-width: 130px;
    text-align: left;
}
.tooltip{
    position: fixed;
    font-family: Arial;
    z-index:100;
}
[data-style=primary] + .tooltip .tooltip-inner {
    background:#fffcad;
    border:1px solid #cacaca;
}
[data-style=danger_sryle] + .tooltip .tooltip-inner{
    background: #faf4f5;
}
[data-style=primary] + .tooltip >.tooltip-arrow{
    display: none;
}
.tooltip.in{
    opacity: 1;
}
.tooltip.top .tooltip-inner,
.tooltip.right .tooltip-inner,
.tooltip.left .tooltip-inner,
.tooltip.bottom .tooltip-inner{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*================tooltip and ==============*/
/*===============хлебные крошки============*/
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0 7px;
    font-family: 'OpenSans-Regular';
    font-style: italic;
    margin-top: -5px;
}
.wrap_main_content .breadcrumb {
    padding-top: 15px;
    width: 61%;
}
.breadcrumb > li,
.breadcrumb > li > h1,
.breadcrumb > li > a,
.breadcrumb > li > a {
    font-size: 18px;
    display: inline-block;
    color: #3a3a3a;
    vertical-align: middle;
}
.breadcrumb .active{
    position: relative;
    overflow: hidden;
    color: #3a3a3a;
    padding-right: 5px;
}
.filter_col input[type="checkbox"] + label:before,
.filter_col input[type="radio"] + label:before,
.breadcrumb>li+li:before{
    content: "\27";
    font-size: 12px;
    color: #FFBC37;
    font-family: "untitled-font-4" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
}
.breadcrumb .active span{
    z-index: 2;
    position: relative;
}
.breadcrumb .active:after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 18px;
    background-color: #FFBC37;
    z-index: 1;
}
/*============хледные крошки end ==============*/
.wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin: 0 auto -144px;
    min-height: 100%;
    padding: 0 0 244px;
    width: 100%;
    background: #fff url(/images/site/main_bg-1.png);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
/*=============Pagination============*/
.pagination{
    margin: 10px 0 10px 5px;
}
.pagination-sm > li >[class^='icon-']:focus,
.pagination-sm > li >[class^='icon-']{
    color: #FFBA00;
    font-size: 10px;
    line-height: 24px;
}
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span,
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span{
    border-radius:0;
}
.pagination-sm>li>a:focus,
.pagination-sm>li>a,
.pagination-sm>li>span:focus,
.pagination-sm>li>span{
    height: 24px;
    width: 24px;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    padding: 0 ;
    color:#747474;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-width: 2px;
    border-color: transparent;
}
.pagination-sm>li>a:focus{
    background-color: transparent;
}
.pagination>.active>a:hover:focus,
.pagination>.active>a:hover,
.pagination>li>a:hover{
    color:#F74E00;
    border-color: transparent;
    background-color: transparent;
}
.pagination>.active>a:hover:focus,
.pagination>.active>a:hover{
    color:#777;
    border-color: #FFBA00;
}
.pagination>.active>a:focus,
.pagination>.active>a{
    background-color: #fff;
    color:#777;
    border-color:#FFBA00;
}
/*===================HEADER===================*/
header{
    background:  url(/images/site/bg_brick.jpg);
    -webkit-box-shadow: 0 3px 10px 0 rgba(135,135,135,.5);
    -moz-box-shadow: 0 3px 10px 0 rgba(135,135,135,.5);
    box-shadow: 0 3px 10px 0 rgba(135,135,135,.5);
}
/*==============верхняя часть шапки===========*/
.top_panel_header{
    padding:9px 0 24px;
    background:  url( /images/site/bg_tile.png)bottom repeat-x;
    position: relative;
    z-index: 10;
}
.box_btn_head{
    text-align: right;
}
.box_btn_head>li{
    display: inline-block;
    position: relative;
}
.btn_avtoriz,
.btn_registr{
    padding: 0;
    border:0;
    margin: 0 8px;
    background: transparent;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
}
.btn_avtoriz:hover,
.btn_registr:hover{
    color: #fff;
    text-decoration: underline;
}
.btn_avtoriz:focus,
.btn_registr:focus{
    color: #fff;
}
.user_authorized  .btn_avtoriz{
    position: relative;
    text-decoration: underline;
}
.user_authorized .btn_avtoriz:after{
    content: '';
    position: absolute;
    right: -10px;
    top: 3px;
    display: inline-block;
    height: 16px;
    width: 2px;
    background: #fff;
}
.btn_basket_head{
    background: transparent;
    border: 0;
    padding: 0;
    vertical-align: middle;
}
.btn_basket_head >i:before{
    color: #fff;
    font-size: 27px;
}
.btn_basket_head.active >i:before{
    color: #FFBC37;
}
.badge{
    display: inline-block;
    min-width: 32px;
    min-height: 32px;
    line-height: 32px;
    padding: 0;
    vertical-align: middle;
    background: #FFBC37;
    color: #2a2a2a;
    margin-left: 10px;
}
.bask_head{
    margin-left: 50px;
}
/*==================мини корзина с товарами=======*/
.box_autorize,
.box_basket{
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 10px;
    padding: 33px 35px;
    width: 390px;
    border: 2px solid #E8E6E6;
    -webkit-box-shadow: 1px 2px 1px 0 rgba(170,170,170, .5);
    -moz-box-shadow: 1px 2px 1px 0 rgba(170,170,170, .5);
    box-shadow: 1px 2px 1px 0 rgba(170,170,170, .5);
    background: #F7F7F7;
}
.box_autorize:before,
.box_basket:before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 13px solid #F7F7F7;
    bottom: 100%;
    right: 30px;
}
.wrap_product_bask{
    margin-bottom: 10px;
    max-height: 233px;
}
.total_sum_bask_head{
    margin-bottom: 13px;
}
.icon-times:before{
    float: left;
    line-height: 13px;
    height: 13px;
}
.modal_info_order .panel_dark .close,
.cross_remove,
.box_autorize .close,
.box_basket .close{
    position: absolute;
    opacity: .3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    padding:1px;
    vertical-align: middle;
    text-align: center;
    background-color: #B6B6B6;
    top: 8px;
    right: 8px;
}
.cross_remove,
.basket_item .close{
    color: #FFC200;
    top: auto;
    bottom: 5px;
    right: 11px;
    background-color: #F2F2F2;
    opacity:1;
}
.basket_item .close:hover,
.basket_item .close:focus{
    opacity:1;
}
.close:hover, .close:focus{
    opacity: .6;
}
.text_bask_head{
    font-size: 17px;
    color: #7f7f80
}
.count_sum_bask_head{
    color: #FFB100;
    font-size: 18px;
    font-weight: bold;
}
.btn_orang{
    padding: 7px 14px;
    font-size: 16px;
}
.basket_item:not(:last-child){
    margin-bottom: 7px;
}
.basket_item{
    background: #fff;
    border: 1px solid #E8E6E6;
    padding: 4px 8px;
    height: 53px;
    overflow: hidden;
    position: relative;
}
.basket_item_name{
    font-size: 15px;
    font-family: 'OpenSans-Bold';
    position: relative;
}
.basket_item_cost{
    font-size: 14px;
    padding-right: 20px;
    font-family: 'OpenSans-Regular';
}
.text_art>*,
.text_article_lg,
.head_article_lg,
.basket_item_cost,
.basket_item_name,
.head_autorize{
    color: #777;
}
.basket_item_cost,
.basket_item_name{
    text-align: left;
    padding-left: 20px;
}
.basket_item_name:before{
    content: '';
    display: inline-block;
    height: 5px;
    width: 5px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -2px;
    background-color: #777;
}
/*=======================мод. окно для входа================*/
.box_autorize{
    text-align: left;
    width: 375px;
    padding-right: 45px;
    padding-left: 45px;
    padding-bottom:20px;
}
.head_autorize{
    font-family: 'OpenSans-Bold';
    font-size: 22px;
    margin-bottom: 20px;
}
.box_autorize .login_form .form-group{
    margin-bottom: 18px;
}
.form_registr label>input,
.login_form input[type="checkbox"] {
    float: left;
    margin: 0 10px 0 0;
    width: auto;
}
.login_form .form-group a,
.login_form .form-group label{
    float: left;
    height: 12px;
    line-height: 12px;
    font-size: 15px;
}
.login_form .form-group label{
    margin-bottom: 5px;
}
.login_form .form-group a{
    float: right;
    color: #FFB400;
}
.box_autorize:before{
    right: 15px;
}
/*===================основная часть шапки с меню=================*/
.container_head{
    padding-top: 15px;
    padding-bottom: 17px;
}
footer .logotip,
header .logotip{
    display: block;
    max-width: 285px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 12px 28px 10px;
    -webkit-box-shadow: 1px -2px 3px rgba(135,102,45,.5) ;
    -moz-box-shadow: 1px -2px 3px rgba(135,102,45,.5) ;
    box-shadow: 1px -2px 3px rgba(135,102,45,.5) ;
}
.form_search{
    margin-bottom: 10px;
    margin-right: 50px;
}
.form_search input{
    width: 100%;
    float: left;
    margin-right: -1px;
    border: 2px solid #545454;
    line-height: 34px;
    height: 34px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow:  1px -2px 3px rgba(135,102,45,.3);
    -moz-box-shadow:  1px -2px 3px rgba(135,102,45,.3);
    box-shadow:  1px -2px 3px rgba(135,102,45,.3);
}
/*===========================typhead автокомплит================*/
.form_search .twitter-typeahead {
    width: 80%;
    float: left;
}
.form_search .twitter-typeahead .tt-menu {
    background-color: #ECECEC;
    padding: 2px 0 7px;
    border: 1px solid #eee;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 1px 1px 6px rgba(176, 176, 176, .75);
    max-height: 612px;
    /*display: block !important;*/
}
.form_search .twitter-typeahead .tt-suggestion {
    cursor: pointer;
    color: #747474;
    padding: 10px 20px;
    clear: both;
    line-height: 1.4;
    white-space: nowrap;
    border-top: 1px solid #D0C2B8;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.form_search .twitter-typeahead .tt-suggestion:first-child {
    border: 0;
}
.form_search .twitter-typeahead .tt-suggestion:hover {
    background-color: #F8F8F8;
}
.form_search .twitter-typeahead .tt-suggestion strong,
.form_search .twitter-typeahead pre {
    color: #030303;
}
/*=================================================================*/
.form_search input:focus {
    border: 2px solid #545454;
}
.form_search button[type="submit"]{
    width: 20%;
    border:2px solid transparent;
    height: 34px;
    float: left;
    color: #fff;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow:  1px -2px 3px rgba(135,102,45,.45);
    -moz-box-shadow:  1px -2px 3px rgba(135,102,45,.45);
    box-shadow:  1px -2px 3px rgba(135,102,45,.45);
    margin-left: -2px;
}
.form_search button[type="submit"] {
    background: rgba(88,88,88,1);
    background: -moz-linear-gradient(top, rgba(88,88,88,1) 0%, rgba(63,63,63,1) 100%);
    background: -webkit-linear-gradient(top, rgba(88,88,88,1) 0%, rgba(63,63,63,1) 100%);
    background: -o-linear-gradient(top, rgba(88,88,88,1) 0%, rgba(63,63,63,1) 100%);
    background: -ms-linear-gradient(top, rgba(88,88,88,1) 0%, rgba(63,63,63,1) 100%);
    background: linear-gradient(to bottom, rgba(88,88,88,1) 0%, rgba(63,63,63,1) 100%);
}
.form_search button[type="submit"]:hover .icon-search-1:before{
    color: #FFC200;
}
.form_search button[type="submit"]:hover{
    background: #757575;
    border-color: #545454;
}
.form_search button[type="submit"]:active .icon-search-1:before{
    color: #FF9C00;
}
.form_search button[type="submit"]:active{
    background: #9B9B9B;
}
.form_search .form-group{
    margin: 0;
    /*overflow: hidden;*/
}
.block_tell{
    position: relative;
    padding: 12px 5px 12px 60px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*min-height: 83px;*/
    width: 232px;
    -webkit-box-shadow: 1px -2px 3px rgba(135,102,45,.45);
    -moz-box-shadow: 1px -2px 3px rgba(135,102,45,.45);
    box-shadow: 1px -2px 3px rgba(135,102,45,.45);
}
.block_tell .icon-phone:before{
    font-size: 40px;
    color: #FFBD36;
}
.block_tell .icon-phone{
    position: absolute;
    left: 13px;
}
.tell_num{
    font-size: 20px;
    color: #fff;
    letter-spacing: -.05em;
}
/*=================navbar-collaps==========*/
.nav_head{
    background: transparent;
    border: 0;
    margin-bottom:14px;
    min-height: inherit;
    margin-right: 50px;
}
.head_menu{
    padding: 0;
}
.head_menu .navbar-nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.head_menu .navbar-nav li{
    -webkit-box-flex: 1;
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 140px;
    margin: 0 9px;
    -webkit-box-shadow:  1px -2px 3px rgba(135,102,45,.45);
    -moz-box-shadow:  1px -2px 3px rgba(135,102,45,.45);
    box-shadow:  1px -2px 3px rgba(135,102,45,.45);
    padding: 7px 20px;
}
.bolt,
footer .logotip:before,
footer .logotip:after,
header .logotip:before,
header .logotip:after,
.head_menu .navbar-nav li:before,
.head_menu .navbar-nav li:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 17px;
    width: 17px;
    background: url(/images/site/bolt_bg.png) 0 0 no-repeat;
}
.head_menu .navbar-nav li:before,
.head_menu .navbar-nav li:after{
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
footer .logotip:after,
footer .logotip:before,
header .logotip:after,
header .logotip:before{
    top:4px;
}
.bolt{
    bottom: 4px;
}
.bolt_right,
footer .logotip:after,
header .logotip:after{
    right: 4px;
}
.bolt_left,
footer .logotip:before ,
header .logotip:before {
    left: 4px;
}
.head_menu .navbar-nav li:before{
    left: 4px;
}
.head_menu .navbar-nav li:after {
    right: 4px;
}
.head_menu .navbar-nav li:first-child {
    margin-left: 0;
}
.head_menu .navbar-nav li:last-child {
    margin-right: 0;
}
.head_menu .navbar-nav li >a{
    font-family:'OpenSans-Regular';
    font-weight:bold;
    font-size: 16px;
    color: #2c2c2c;
    padding: 0;
}
/*==========================MAIN========================*/
main{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 30px;
}
/*==================left sidebat============*/
.left_sidebar{
    margin-bottom: 100px;
    min-height: 500px;
}
.nav_sidebar{
    margin-bottom: 10px;
    max-width: 345px;
}
.nav_sidebar li{
    width: 100%;
    position: relative;
}
.nav_sidebar .dark_gradient{
    position: relative;
    text-align: left;
    color: #fff;
    font-size: 16px;
    padding: 5px 28px 5px 42px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px -1px 2px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 1px -1px 2px 0 rgba(0,0,0,.3);
    box-shadow: 1px -1px 2px 0 rgba(0,0,0,.3);
    white-space: normal;
    line-height: 1.2;
    overflow: hidden;
    height: 48px;
    width: 100%;
    display: flex;
    align-items: center;
}
.nav_sidebar .dropdown-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    float: none;
    position: static;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
.nav_sidebar .dropdown-toggle{
    position: absolute;
    top: 14px;
    right: 10px;
    padding: 3px;
    background: transparent;
    color: #FFBC00;
}
.nav_sidebar .dropdown-toggle:before{
    float: left;
}
.nav_sidebar .dropdown-menu>li >a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 28px;
    color: #FFCC0A;
    background: rgba(171,171,171,1);
    background: -moz-linear-gradient(top, rgba(171,171,171,1) 0%, rgba(127,128,129,1) 100%);
    background: -webkit-linear-gradient(top, rgba(171,171,171,1) 0%, rgba(127,128,129,1) 100%);
    background: -o-linear-gradient(top, rgba(171,171,171,1) 0%, rgba(127,128,129,1) 100%);
    background: -ms-linear-gradient(top, rgba(171,171,171,1) 0%, rgba(127,128,129,1) 100%);
    background: linear-gradient(to bottom, rgba(171,171,171,1) 0%, rgba(127,128,129,1) 100%);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    -webkit-box-shadow: 1px 0 2px 0 rgba(0,0,0,.4);
    -moz-box-shadow: 1px 0 2px 0 rgba(0,0,0,.4);
    box-shadow: 1px 0 2px 0 rgba(0,0,0,.4);
    white-space: normal;
    line-height: 1.2;
    overflow: hidden;
}
.open_menu>.dark_gradient,
.nav_sidebar .dropdown-menu>li >a{
    text-decoration: underline;
}
.nav_sidebar .dropdown-menu>li >a:hover{
    text-decoration: none;
}
.nav_sidebar >li>.dark_gradient:after {
    position: absolute;
    left: 16px;
    top: 17px;
    content: "\27";
    display: inline-block;
    font-family: "untitled-font-4" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
}
.nav_sidebar >li>.dark_gradient:before{
    content: '';
    position: absolute;
    left: 10px;
    top: 12px;
    display: inline-block;
    line-height: 11px;
    padding: 6px;
    height: 23px;
    width: 23px;
    background: #FFBC00;
}
.nav_sidebar .dark_gradient:after,
.nav_sidebar .dropdown-toggle:before {
    -webkit-transition: transform .5s ease-out 0s;
    -moz-transition: transform .5s ease-out 0s;
    -o-transition: transform .5s ease-out 0s;
    transition: transform .5s ease-out 0s;
}
.open_menu .dark_gradient:after,
.open_menu .dropdown-toggle:before{
    -moz-transform: rotate(90deg); /* Для Firefox */
    -ms-transform: rotate(90deg); /* Для IE */
    -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(90deg); /* Для Opera */
    transform: rotate(90deg);
}
.nav_sidebar>.open_menu>.dark_gradient:hover{
    background: linear-gradient(to bottom, rgba(88,88,88,1) 0%, rgba(63,63,63,1) 100%);
}
.nav_sidebar>li>.dark_gradient:hover{
    background: rgba(88,88,88,.8);
}
/*===============content=============*/
.panel_steel{
    margin:0 0 7px 0;
    position: relative;
    padding: 12px 70px;
    font-family:'Capture it';
    font-size: 24px;
}
.panel_steel:after,
.panel_steel:before{
    content: '';
    display: inline-block;
    position: absolute;
    height: 6px;
    width: 100%;
    left: 0;
    right: 0;
    background: url(/images/site/bg_tape.png) 0 0 repeat-x;
}
.panel_steel:after{
    top:0;
}
.panel_steel:before{
    bottom: 0;
}
.wrap_main h1{
    font-family: 'OpenSans-Regular';
    font-size: 30px;
    color: rgb(255, 174, 0);
    margin-bottom: 22px;
    text-shadow: 0 1px 1px rgba(55, 54, 54, 0.75);
}
.panel_steel .icon-towel-1,
.panel_steel .icon-towel{
    position: absolute;
    overflow: hidden;
    font-size: 40px;
    color: #000;
}
.panel_steel .icon-towel-1{
    left: 24px;
}
.panel_steel .icon-towel {
    right: 24px;
}
/*=====================slider main=====================*/
.swiper-main{
    height:200px;
    margin: 0 -5px 7px -2px;
}
.tile_product,
.slide{
    position: relative;
    height: 190px;
    max-width: 424px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 11px 30px 20px 36px;
    border: 1px solid #DEC7A6;
    background:#fff url(/images/site/box_slide_bg.png)repeat;
    -webkit-box-shadow: 1px 2px 5px 0 rgba(83, 83, 83, 0.75);
    -moz-box-shadow: 1px 2px 5px 0 rgba(83, 83, 83, 0.75);
    box-shadow: 1px 2px 5px 0 rgba(83, 83, 83, 0.75);
}
.tile_product p{
  margin: 0;
}
.slide {
    margin: 5px;
}
.box_img_slide,
.box_cost_slide{
    display: inline-block;
    float: left;
    width: 55%;
}
.box_img_slide{
    width: 45%;
}
.name_prod_slide{
    overflow: hidden;
    font-size: 20px;
    line-height: 1;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.currency_slide{
    font-family: 'OpenSans-Regular';
    vertical-align: middle;
    color: #584b4a;
    line-height: 1.2;
}
.cost_card_prod,
.cost_slide{
    font-family: 'OpenSans-Bold';
    font-size: 36px;
    font-weight: bolder;
    vertical-align: middle;
    height: 40px;
    line-height:40px;
    display: inline-block;
}
.corner{
    position: absolute;
    display: inline-block;
    overflow: hidden;
    height: 49px;
    width: 49px;
    border:1px solid rgb(187, 186, 186);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.corner:before {
    height: 67px;
    width: 67px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgb(187, 186, 186);
    background:rgb(233,233,233);
    background-image: -moz-linear-gradient( 47deg,
    rgb(195,195,195) 0%,
    rgb(255,255,255) 10%,
    rgb(195,195,195) 25%,
    rgb(255,255,255) 39%,
    rgb(195,195,195) 50%,
    rgb(255,255,255) 57%,
    rgb(195,195,195) 73%,
    rgb(255,255,255) 87%,
    rgb(195,195,195) 100%);
    background-image:-webkit-linear-gradient( 47deg,
    rgb(195,195,195) 0%,
    rgb(255,255,255) 10%,
    rgb(195,195,195) 25%,
    rgb(255,255,255) 39%,
    rgb(195,195,195) 50%,
    rgb(255,255,255) 57%,
    rgb(195,195,195) 73%,
    rgb(255,255,255) 87%,
    rgb(195,195,195) 100%);
    background-image: -ms-linear-gradient( 47deg,
    rgb(195,195,195) 0%,
    rgb(255,255,255) 10%,
    rgb(195,195,195) 25%,
    rgb(255,255,255) 39%,
    rgb(195,195,195) 50%,
    rgb(255,255,255) 57%,
    rgb(195,195,195) 73%,
    rgb(255,255,255) 87%,
    rgb(195,195,195) 100%);
    -webkit-box-shadow: 0 0 4px 0 rgba(98, 98, 98, 0.5);
    -moz-box-shadow: 0 0 4px 0 rgba(98, 98, 98, 0.5);
    box-shadow: 0 0 4px 0 rgba(98, 98, 98, 0.5);
    -webkit-transform: rotate(45deg);
    -moz-transform:rotate(45deg) ;
    -ms-transform:rotate(45deg) ;
    -o-transform:rotate(45deg) ;
    transform:rotate(45deg) ;
}
.corner:before ,
.corner:after{
    content: '';
    display: inline-block;
    position: absolute;
}
.corner:after {
    width: 17px;
    height: 17px;
    background: url(/images/site/bolt_bg.png) 0 0 no-repeat;
}
.corner_tl:after {
    top:5px;
    left: 5px;
}
.corner_tl:before{
    top: -32px;
    left: -32px;
}
.corner_tl{
    top: -3px;
    left: -3px;
    border-right: 0;
    border-bottom: 0;
}
.corner_tr:before {
    top: -32px;
    right: -32px;
}
.corner_tr {
    top: -3px;
    right: -3px;
    border-left: 0;
    border-bottom: 0;
}
.corner_tr:after {
    top:5px;
    left: 24px;
}
.corner_br:before {
    top: 12px;
    right: -32px;
}
.corner_br {
    bottom: -3px;
    right: -3px;
    border-left: 0;
    border-top: 0;
}
.corner_br:after {
    top:24px;
    left: 24px;
}
.corner_bl:before {
    top: 12px;
    right: 12px;
}
.corner_bl {
    bottom: -3px;
    left: -3px;
    border-right: 0;
    border-top: 0;
}
.corner_bl:after {
    top:24px;
    left: 5px;
}
.btn_orang{
    padding-right: 25px;
    padding-left: 25px;
    font-size: 14px;
    font-family:"Arial-Black", Tahoma;
    border:2px solid rgb(255, 190, 0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.box_img_slide{
    margin-top: 20px;
    height: 116px;
    line-height:113px;
    text-align: center;
}
.box_img_slide >img{
    max-width: none;
}
.box_arrow_slide{
    position: absolute;
    top: 50%;
    padding: 0 8px 0 4px;
    width: 100%;
    left: 0;
    right: 0;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.swiper-main{
    position: relative;
}
.swiper-button-next,
.swiper-button-prev{
    cursor: pointer;
    font-size: 30px;
}
.blocked{
    color: #8F8F8F;
    cursor: default;
}
/*===============плитка на главной============*/
.wrap_main_category{
    margin-top: -7px;
    padding-bottom: 24px;
}
.block_main_category{
    background: #fff url(/images/site/yellow-black-bg.jpg) bottom repeat-x;
    -webkit-box-shadow: 2px 0 7px 2px rgba(135,135,135,.5);
    -moz-box-shadow: 2px 0 7px 2px rgba(135,135,135,.5);
    box-shadow: 2px 0 7px 2px rgba(135,135,135,.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    margin: 12px 0;
}
.img_main_category{
    overflow: hidden;
    position: relative;
    display: block;
    height: 173px;
    line-height:170px;
    background: #fff;
}
.img_main_category >img{
    max-height: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform:translate(-50%, -50%) ;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.name_main_category{
    background: #373737;
    overflow: hidden;
    height: 57px;
    padding: 0 8px;
    font-size: 20px;
    font-family:"Arial-Black";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.name_main_category>a{
    display: block;
    line-height: 1.2;
    color: #FFBE00;
    font-family:"Arial-Black";
    font-size: 20px;
    max-height: 50px;
}
.cost_main_category{
    background: #fff;
    padding: 15px;
    position: relative;
    border-radius: 0 0 76px;
    -webkit-box-shadow: inset -26px -19px 30px -40px rgba(0,0,0,.8);
    -moz-box-shadow: inset -26px -19px 30px -40px rgba(0,0,0,.8);
    box-shadow: inset -26px -19px 30px -40px rgba(0,0,0,.8);
    overflow: hidden;
}
.cost_main_category:after,
.cost_main_category:before {
    content: "";
    display: inline-block;
    position: absolute;
    -webkit-border-radius: 0 0 35px 0;
    -moz-border-radius: 0 0 35px 0;
    border-radius: 0 0 35px 0;
    border-top: 0;
    border-left: 0;
    height: 47px;
    width: 39px;
}
.cost_main_category:after{
    -webkit-box-shadow:  inset -20px -12px 14px -25px rgba(0,0,0,.25);
    -moz-box-shadow:  inset -20px -12px 14px -25px rgba(0,0,0,.25);
    box-shadow:  inset -20px -12px 14px -25px rgba(0,0,0,.25);
    bottom: -1px;
    right: 35px;
    border-right: 1px solid #CCC8C1;
    border-bottom: 1px solid #CCC8C1;
}
.cost_main_category:before {
    -webkit-box-shadow: inset -14px -27px 15px -33px rgba(0,0,0,.25);
    -moz-box-shadow: inset -14px -27px 15px -33px rgba(0,0,0,.25);
    box-shadow: inset -14px -27px 15px -33px rgba(0,0,0,.25);
    right: -2px;
    bottom: 44px;
    border-bottom: 1px solid #CCC8C1;
    border-right: 1px solid #CCC8C1;
}
.block_main_category .btn_orang{
    margin-top: 8px;
}
    /*=====================текст о компании===============*/
.wrap_description{
    background: #fff;
    margin-bottom: -100px;
    margin-top: 20px;
}
.wrap_description h2,
.wrap_description h3,
.wrap_description h4,
.wrap_description p{
    font-family: 'OpenSans-Regular';
    line-height: 1.4;
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: 0.05em;
}
.description_text{
    position: relative;
    min-height: 340px;
    padding:44px 340px 44px 0;
}
.bg_descrip{
    position: absolute;
    right: 0;
    bottom: 40px;
    top: 40px;
    width: 340px;
}
.bg_descrip >img{
    vertical-align: bottom;
    max-height: none;
    max-width: 99%;
}
.bg_descrip:before {
    content: '';
    display: inline-block;
    height: 100%;
    background: red;
    vertical-align: bottom;
}
/*==================кнопки внизу главной========*/
.box_btn{
    margin: 20px 0;
}
.box_btn> .btn{
    margin: 5px;
    font-family: 'OpenSans-Regular';
    font-weight: bold;
    font-size: 14px;
    color: #2c2c2c;
    border: 2px solid #545454;
    background: rgba(254,254,254,1);
    background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(207,207,207,1) 100%);
    background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(207,207,207,1) 100%);
    background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(207,207,207,1) 100%);
    background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(207,207,207,1) 100%);
    background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(207,207,207,1) 100%);
}
/*======================Карточка товара===============*/
/*==================Scrollbar======================*/
.scrollbar-janos > .scroll-element.scroll-y{
    width: 22px;
    border-right: 1px solid #ececec;
    color:transparent !important;
}
.scrollbar-janos > .scroll-element.scroll-y .scroll-element_track,
.scrollbar-janos.theme-blue > .scroll-element{
    background: #E9E9E9;
}
.scrollbar-janos > .scroll-element.scroll-y .scroll-arrow_less,
.scrollbar-janos > .scroll-element.scroll-y .scroll-bar{
    box-shadow:none;
}
.scrollbar-janos > .scroll-element.scroll-y .scroll-bar{
    border-radius: 3px;
    width: 22px;
    right: auto;
    left:50%;
    margin-left:-11px;
    border-left:1px solid #ADADAD;
    background-color: rgba(196,196,196,1);
    box-shadow: inset 1px 1px 1px 0 rgba(174, 173, 173, 0.75),
    0 1px 0 0 rgba(174, 173, 173, 0.5);
}
.scrollbar-janos > .scroll-element .scroll-element_inner-bottom,
.scrollbar-janos > .scroll-element.scroll-y{
    border: 1px solid#BAB8B8;
    /*box-shadow:inset 1px 1px 1px 0 rgba(0,0,0,.2);*/
}
.scrollbar-janos > .scroll-element .scroll-element_inner-bottom{
    border: none;
}
.scroll-element div{
    box-sizing: border-box;
}
.scrollbar-janos > .scroll-element.scroll-y .scroll-bar .scroll-bar_body,
.scrollbar-janos > .scroll-element.scroll-y .scroll-arrow_more,
.scrollbar-janos > .scroll-element.scroll-y .scroll-arrow_less{
    background-image:none;
}
.scrollbar-janos > .scroll-element.scroll-y .scroll-arrow_more:before,
.scrollbar-janos > .scroll-element.scroll-y .scroll-arrow_less:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
}
.scrollbar-janos > .scroll-element.scroll-y .scroll-arrow_less:before {
    top: -4px;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom-color: rgba(255,158,40, 1);
}
.scrollbar-janos > .scroll-element.scroll-y .scroll-arrow_more:before {
    top: 4px;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: rgba(255,158,40, 1);
}
.scrollbar-janos > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-arrow_less{
    border-bottom:1px solid #BAB8B8;
    background-color: #D9D9D9;
}
.scrollbar-janos > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-arrow_more{
    border-bottom: 2px solid #C4C4C4;
    border-top: 1px solid #BAB8B8;
    background-color: #D9D9D9;
    height: 17px;
}
/*=====================scroll end==============*/
/*====================спинер ====================*/
.spin-number {
    height: 38px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 29px 0 0 ;
}
.block_spin_prod_card .spin-number{
    margin-right: 3px;
}
.spin-number-field {
    background: #fff;
    width: 52px;
    display: inline-block;
    float: left;
    height: 100%;
}
.spin-number-field input {
    box-sizing: border-box;
    width: 100%;
    height: 38px;
    padding: 8px 7px;
    border: 1px solid #FFCC36;
    outline-width: 0;
    background: none;
    font: 16px Arial, sans-serif;
    color: #5f5f5f;
    text-align: center;
    -moz-appearance: textfield;
    display: inline-block;
}
.spin-number-but {
    position: absolute;
    right: 0;
    width: 29px;
    height: 19px;
    border: 1px solid #FFCC36;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.but-minus {
    bottom: 0;
    border-top-color: #F3E654;
}
.but-plus {
    top: 0;
    border-bottom-color: #DDA80C;
}
.but-minus:before {
    content: '';
    position: absolute;
    display: block;
    margin: -2px auto 0;
    right: 0;
    left: 0;
    top: 50%;
    width: 8px;
    height: 2px;
    background: #4e4e4e;
}
.but-plus:after {
    content: '';
    position: absolute;
    display: block;
    margin: -1px auto 0;
    right: 0;
    left: 0;
    top: 50%;
    width: 8px;
    height: 2px;
    background: #4e4e4e;
}
.but-plus:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 2px;
    height: 8px;
    display: block;
    margin: -4px auto 0;
    background: #4e4e4e;
}
.but-minus:active, .but-plus:active{
    -webkit-box-shadow: inset 3px 3px 6px rgba(0, 0, 0, .13);
    -moz-box-shadow: inset 3px 3px 6px rgba(0, 0, 0, .13);
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, .13);
}
/*====================спинер end====================*/
/*============================reviews stars(отзывы звездочки)===========  */
.text_rating,
.parent_stars {
    margin: 8px 0 0;
    color: #9D9B9B;
}
.text_rating {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.static_stars,
.parent_stars {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.static_stars li,
.parent_stars li {
    float: left;
    display: inline-block;
    padding: 0 1px;
}
.static_stars li > span,
.parent_stars li > span {
    display: inline-block;
    cursor: pointer;
    float: left;
}
.static_stars_empty li > span,
.static_stars li > span {
    cursor: default;
}
.static_stars li > span:before,
.parent_stars li > span:before {
    content: "\2605";
    display: inline-block;
    font-size: 27px;
    height: 22px;
    line-height: 18px;
    color: #B1B1B1;
    float: left;
}
.static_stars .full_str ~ li > span:before,
.parent_stars .full_str ~ li > span:before {
    color: #B1B1B1;
}
.static_stars li > span:before,
.active_str li > span:before,
.parent_stars:hover > li > span:before,
.parent_stars .full_str > span:before {
    color: #FFC300;
}
.static_stars_empty > li > span:before,
.parent_stars > li:hover ~ li > span:before {
    color: #B1B1B1;
}
.parent_stars > li:hover > span:before {
    color: #FFC300;
}
/*============================отзывы звездочки end===========  */
.panel_dark{
    padding:8px 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #fff;
    margin-bottom: 15px;
    font-family: 'OpenSans-Bold';
    font-size: 19px;
}
.code_product,
.panel_dark h1,
.panel_dark h4{
    font-size: 19px;
    vertical-align: middle;
    display: inline-block;
    font-family: 'OpenSans-Bold';
}
.code_product{
    width: 31%;
    text-align: right;
    float: right;
}
.wrap_product_card .panel_dark h1{
    width: 69%;
    float: left;
    line-height: 1.42857143;
}
.product_card_delivery,
.product_card_description,
.product_card_char{
    padding: 14px;
    margin-bottom: 14px;
}
.product_card_char{
    margin-top: 14px;
}
.tile_product{
    margin-bottom: 9px;
}
.product_card_similar_products{
    padding-bottom: 4px;
}
.block_img_card_prod{
    height: 200px;
    position: relative;
    /*background: #F8F8F8;*/
}
.text_cost,
.cost_card_prod{
    display: inline-block;
    vertical-align: bottom;
    color: #4e4e4e;
    text-align: center;
}
p.text_cost{
    display: block;
    line-height: 1;
}
.cost_card_prod{
    font-size: 36px;
    margin-bottom: -3px;
}
.text_cost{
    font-size: 20px;
    font-family: 'OpenSans-Regular';
}
.text_sm{
    font-size: 16px;
}
.block_cost_card_prod{
    padding:5px 10px 17px;
    border-top: 2px solid #FFBC37;
    background: #F8F8F8;
}
.block_spin_prod_card{
    margin-top: 10px;
}
.block_spin_prod_card .btn_red-orange,
.btn_red-orange{
    font-family: 'OpenSans-Bold';
    color: rgb(255, 254, 254);
    font-size: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.82);
    border: 1px solid #A19F9F;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 4px 23px;
    min-height: 38px;
}
.block_spin_prod_card  .btn_red-orange:active{
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.42);
    border: 1px solid #A19F9F;
}
.block_spin_prod_card .btn_red-orange:focus,
.block_spin_prod_card .btn_red-orange:hover {
    color: rgb(255, 254, 254);
    border: 1px solid #A19F9F;
}
.features_prod_card{
    padding-left: 16px;
    max-height: 320px;
}
.panel_oblique_line{
    padding: 4px 17px;
    display: inline-block;
    min-width: 362px;
    border: 1px solid #FFBC37;
    -webkit-box-shadow: 1px 1px 1px rgba(161,160,160, .5);
    -moz-box-shadow: 1px 1px 1px rgba(161,160,160, .5);
    box-shadow: 1px 1px 1px rgba(161,160,160, .5);
    margin-bottom: 13px;
    font-family: 'OpenSans-Bold';
    font-size: 20px;
    background: #fff url(/images/site/heder_bg.jpg) 0 0 repeat-x;
}
.wrap_card_description>p,
.wrap_delivery>p,
.line_characteristics,.wrap_card_description ul li{
    margin-bottom: 2px;
    font-family: 'OpenSans-Regular';
    font-size: 18px;
    color: #353535;
}

.name_characteristics{
    margin-right: 10px;
}
.name_characteristics,
.data_characteristics{
    display: inline-block;
}
.wrap_card_description,
.wrap_delivery{
    padding-left: 9px;
    padding-right: 9px;
}
.scroll_description,
.scroll_characteristics{
    max-height:211px;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
    .scroll_description, .scroll_characteristics{
    max-height:206px;
}}
.tile_product{
    margin: 5px 0;
}
.product_card_similar_products .tile_product{
    margin-bottom: 15px;
}
/*================форма карточка товара========*/
.form_reviews {
    padding: 15px 90px 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.form_reviews .has-error label,
.form_reviews label{
    color: #FFBC37;
}
.form_reviews img{
    display: block;
    max-width: 120px;
    max-height: 50px;
}
.form_reviews textarea{
    height: 143px;
}
.form_reviews input {
    width: 184px;
}
.btn_light_orange {
    padding: 4px 35px;
    font-family: 'OpenSans-Bold';
    color: rgb(255, 254, 254);
    font-size: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    background: rgba(255, 149, 20, 1);
}
.btn_light_orange,
.btn_light_orange:focus{
    background: rgba(248,176,0,1);
    background: -moz-linear-gradient(top, rgba(248,176,0,1) 0%, rgba(253,196,91, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(248,176,0,1) 0%, rgba(253,196,91, 1) 100%);
    background: -o-linear-gradient(top, rgba(248,176,0,1) 0%, rgba(253,196,91, 1) 100%);
    background: -ms-linear-gradient(top, rgba(248,176,0,1) 0%, rgba(253,196,91, 1) 100%);
    background: linear-gradient(to bottom, rgba(248,176,0,1) 0%, rgba(253,196,91, 1) 100%);
}
.btn_light_orange:focus{
    color: rgb(255, 254, 254);
}
.btn_light_orange:hover{
    background: #FFC200;
    color: #fff;
}
.form_reviews .btn_light_orange{
    margin-top: 15px;
}
/*================отзывы в карточке товара=========*/
.block_user_comment{
    border: 2px solid #D4D4D4;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    margin-bottom: 10px;
}
.head_user_commen{
    position: relative;
    padding: 0 46px 0 16px;
    font-family: 'OpenSans-Regular';
    color: #f27a03;
    font-size: 24px;
    text-shadow: 0 1px 0 rgba(51, 51, 51, 0.5);
}
.icon_user_commen{
    right: 6px;
    height: 25px;
    width: 25px;
    line-height:22px;
}
.date_user_commen .dating,
.text_user_commen{
    padding:7px 12px 0;
    font-family: 'OpenSans-Regular';
    color: #8B8B8B;
    line-height: 1.6;
}
.text_user_commen{
    height: 120px;
}
 .date_user_commen{
    padding:20px 12px 12px;
}
.date_user_commen .dating,
.date_user_commen .parent_stars{
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.date_user_commen{
    text-align-last: justify;
}
.static_stars .star_grey span:before{
    color: #B1B1B1;
}
.static_stars .star_active span:before{
    color: #FFC300;
}
/*================товар а категориях =========*/
.wrap_product_category{
    margin-bottom: 15px;
}
.description_category{
    padding: 55px 0;
}
/*================выбор товаров с фильтром=========*/
.wrap_category_product{
    margin: 12px 0 36px;
    padding: 0 3px;
}
.wrap_category_product .tile_product{
    margin: 9px 0;
}
.wrap_filter .breadcrumb{
    float: left;
    width: 60%;
}
.wrap_sorting{
    width: 40%;
    float: right;
    text-align: right;
    margin-top: -5px;
}
/*=================================сортировка===============*/
.block_filter>p,
.block_radio_filter,
.block_filter,
.sort_p{
    display: inline-block;
    vertical-align: middle;
    text-indent: 0;
    margin-bottom: 0;
}
.sort_p{
    font-size: 18px;
    font-style: italic;
    color: #3a3a3a;
    margin-right: 9px;
}
.block_filter>p,
.sort_p{
    font-family: 'OpenSans-Regular';
}
.block_filter>p{
    color: #616161;
    font-size: 16px;
}
.block_radio_filter{
    position: relative;
    height: 22px;
    width: 14px;
    margin:0 2px 0 4px;
}
.block_filter{
    padding: 2px 5px;
}
.block_radio_filter input[type="radio"] + label {
    position: absolute;
    height: 10px;
    display: block;
    float: left;
    cursor: pointer;
    margin: 0;
    left: 0;
}
.block_radio_filter .icon-arrow-bottom{
    bottom: 1px;
}
.block_radio_filter .icon-arrow{
    top:1px;
}
.block_radio_filter input#priority[type="radio"] + label::before,
.block_radio_filter input#price[type="radio"] + label::before,
.block_radio_filter input#priority_desc[type="radio"] + label::before,
.block_radio_filter input#price_desc[type="radio"] + label::before{
    display: inline-block;
    font-size: 12px;
    line-height: 10px;
    float: left;
    color: #808181;
}
.block_radio_filter input#priority_desc[type="radio"]:checked + label::before,
.block_radio_filter input#price_desc[type="radio"]:checked + label::before,
.block_radio_filter input#priority[type="radio"]:checked + label::before,
.block_radio_filter input#price[type="radio"]:checked + label::before{
    color: #FFBC37;
}
.wrap_filter .breadcrumb{
    margin-bottom: 14px;
}
/*====================блок фильтра=========*/
.wrap_filter_panel{
    clear: both;
    margin: 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.toggle_filter{
    display: block;
    background-color: #D5D4D3;
    width: 427px;
    font-size: 22px;
    text-align: left;
    color: #4B4B4B;
    margin-bottom: 10px;
    padding:1px 30px 1px 12px;
    position: relative;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(141, 141, 141, 1);
    -moz-box-shadow: 0 2px 2px 0 rgba(141, 141, 141, 1);
    box-shadow: 0 2px 2px 0 rgba(141, 141, 141, 1);
}
.toggle_filter:hover,
.toggle_filter:focus,
.toggle_filter.focus{
    color: #4B4B4B;
}
.toggle_filter:before{
    position: absolute;
    right: 10px;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    font-size: 16px;
}
.filter_col{
    width: 25%;
    float: left;
    border-bottom: 1px solid #A8A8A8;
    background-color: #F8F8F8;
    position: relative;
    -webkit-border-radius:7px 7px 0 0;
    -moz-border-radius:7px 7px 0 0;
    border-radius:7px 7px 0 0;
    /*margin-bottom: 10px;*/
}
.filter_item_head{
    background-color: #ECECEC;
    font-family: 'OpenSans-Regular';
    font-size: 18px;
    padding:0 17px 0;
    border-top: 1px solid #A8A8A8;
    border-bottom: 1px solid #A8A8A8;
    position: relative;
    line-height: 1;
    z-index: 2;
    height: 47px;
    overflow: hidden;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap_filter_panel>.filter_col+.filter_col:last-child>.filter_item_head{
    border-right: 1px solid #A8A8A8;
    -webkit-border-radius:0 7px 3px 0;
    -moz-border-radius:0 7px 3px 0;
    border-radius:0 7px 3px 0;
}
.wrap_filter_panel>.filter_col:first-child>.filter_item_head{
    border-left: 1px solid #A8A8A8;
    -webkit-border-radius:7px 0 0 3px;
    -moz-border-radius:7px 0 0 3px;
    border-radius:7px 0 0 3px;
}
.wrap_filter_panel>.filter_col:last-child>.filter_item_head {
    border-right: 1px solid #A8A8A8;
    -webkit-border-radius:0 7px 3px 0;
    -moz-border-radius:0 7px 3px 0;
    border-radius:7px 7px 3px 3px;
}
.wrap_filter_panel>.filter_col:not(:last-child)>.filter_item_head:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 1px;
    background-color: #FFBC37;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.filter_item_body{
    position: relative;
    margin-top: -1px;
    padding:10px 17px 17px;
    z-index: 1;
}
.filter_col:after,
.filter_col:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: #A8A8A8;
    width: 1px;
    top: 20px;
    bottom: -150px;
}
.filter_col:after{
    right: 0;
}
.filter_col:before {
    left: 0;
}
.filter_col:not(:first-child):before {
    left: -1px;
}
.filter_item_body input,
.filter_item_body label{
    margin: 0;
}
.filter_item_body label {
    cursor: pointer;
    margin-top: 5px;
    font-weight: normal;
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    padding:0 0 0 29px;
    line-height: 1.2;
    position: relative;
    display: block;
}
.filter_col input[type="checkbox"] + label:before,
.filter_col input[type="radio"] + label:before{
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    font-size: 16px;
    color: #7F8081;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #ACACAC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #F3EFEC;
    vertical-align: middle;
}
.filter_col input[type="checkbox"]:checked + label:before,
.filter_col input[type="radio"]:checked + label:before{
    content: '\2a';
}
.block_range_prices label {
    padding: 0;
    font-weight: normal;
    display: inline-block;
    float: left;
    margin:0 8px 0 0;
    height: 34px;
    line-height: 34px;
}
.block_range_prices input {
    width: 95px;
    margin-bottom: 8px;
    height: 34px;
    font-size: 15px;
    font-family: 'OpenSans-Regular';
}
/*==============бегунок для цены===========*/
.block_runner{
    padding:0 15px;
    margin-bottom: 18px;
}
.slider.slider-horizontal{
    width: 100%;
    margin-top: 20px;
}
.slider.slider-horizontal .slider-handle[aria-valuenow="10"]{
    margin-left: 0;
}
.slider-horizontal .tooltip{
    position: absolute;
}
.block_popular_category b{
    display: inline-block;
}
.slider-selection{
    filter:none;
    background: rgba(255,204,1, 1);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.slider-handle {
    width: 9px;
    height: 20px;
}
.slider-handle.round{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.slider-track{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(255,204,1, 1);
    filter:none;
}
.slider-handle{
    background: #7F8081;
}
/*====================замена пароля==================================*/
.form_pass_recovery{
    text-align: center;
}
.block_registr,
.form_pass_recovery,
.form_personal_account{
    color: #787878;
    background-color: #F7F7F7;
    padding:30px 0;
}
.form_personal_account .form-group,
.form_pass_recovery .form-group{
    padding: 0 45px;
    margin-bottom: 25px;
}
.form_registr label,
.form_registr .has-error label,
.form_personal_account .has-error label,
.form_personal_account label,
.form_pass_recovery .has-error label,
.form_pass_recovery label {
    font-family: Arial;
    margin-bottom: 5px;
}
.form_personal_account input,
.form_pass_recovery input {
    max-width: 318px;
}
.greyish_head,
.head_pass_recovery{
    font-family: 'OpenSans-Bold';
    font-size: 22px;
    margin-bottom: 15px;
    padding: 0 45px;
}
.greyish_head{
    padding: 0 ;
}
.form_personal_account .btn_orang,
.form_pass_recovery .btn_orang{
    color: #282828;
}
.form_personal_account .form-group{
    margin-bottom: 19px;
}
.form_registr .help-block,
.login_form .help-block,
.form_personal_account .help-block,
.form_pass_recovery .help-block {
    height: 15px;
    line-height: 15px;
    padding-left: 4px;
}
.form_personal_account .btn_orang{
    margin-top: 15px;
}
/*================регистрация=========*/
.block_registr .greyish_head,
.form_registr{
    /*padding: 0 70px;*/
}
.form_registr{
    height: 100%;
    margin-bottom: -31px;
    position: relative;
}
.form_registr .form-group{
    margin-bottom: 17px;
}
.form_registr #user-verifycode{
    width: 55%;
}
.form_registr input+img{
    float: right;
    max-width: 40%;
    height: 47px;
    margin-top: -9px;
}
.orang_text,
.form_registr .orang_text{
    color: #FFB400;
}
.form_registr label{
    height: 14px;
    line-height: 14px;
}
.form_registr .btn_orang{
    margin-top: 15px;
    min-width: 280px;
}
.block_registr{
    height: 430px;
    padding-right: 70px;
    padding-left: 70px;
}
.block_registr .form-group:last-child{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
/*========================корзина с товарами==============*/
.wrap_main_bask .panel_dark >p,
.wrap_main_bask .panel_dark .icon-basket1{
    display: inline-block;
    vertical-align: middle;
}
.wrap_main_bask .panel_dark .icon-basket1:before{
    font-size: 25px;
    margin-right: 5px;
}
.wrap_bask{
    background: #fff;
    padding-bottom: 35px;
}
.footer_bask{
    margin-top: 25px;
}
.wrap_body_table_product .body_table_product:nth-child(even),
.wrap_table_ordering .row_table_ordering:nth-child(odd),
.wrap_table_order .row_table_default:nth-child(odd),
.wrap_bask .row_table_default:nth-child(odd){
    background-color: #F8F8F8;
}
/*=============================table default============*/
.row_table_default,
.head_table_default {
    word-spacing: -.36em;
    display: table;
    width: 100%;
    table-layout: fixed;
}
.row_table_default > div,
.head_table_default > div {
    display: inline-block;
    word-spacing: normal;
    padding-left: 10px;
    vertical-align: middle;
}
.head_table_default > div {
    font-family: Arial;
    font-weight: bold;
    color: #818282;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.head_data_order,
.head_table_default{
    border-bottom: 1px solid #FFBC37;
}
/*=================таблица в корзине===================*/
.head_table_bask,
.row_table_bask{
    padding-left: 26px;
}
.head_user_commen,
.head_table_product,
.head_data_order,
.head_table_ordering,
.head_table_modal,
.head_table_order,
.head_table_bask{
    background: #ECECEC;
    position: relative;
}
.body_table_product,
.row_table_ordering,
.row_table_modal,
.row_table_order,
.row_table_bask{
    background: #fff;
    padding-top:10px;
    padding-bottom:10px;
}
.body_table_product >div,
.body_table_product >div a,
.row_table_ordering>div a,
.row_table_ordering>div,
.row_table_modal>div,
.row_table_order >div a,
.row_table_order>div,
.row_table_bask>div {
    max-height: 45px;
    color: #5e5e5e;
}
.row_table_bask .name_col_bask,
.row_table_bask .name_col_bask a{
    text-decoration: underline;
    color: #5e5e5e;
}
.row_table_bask .name_col_bask:hover,
.row_table_bask .name_col_bask a:hover{
    text-decoration: none;
    color: #5e5e5e;
}
.row_table_order{
    height: 52px;
    line-height: 32px;
}
.check_col_bask{
    width: 3%;
}
.name_col_bask{
    width: 25%;
}
.code_col_bask{
    width: 12%;
}
.cost_col_bask{
    width: 13%;
}
.count_col_bask{
    width: 12%;
}
.summ_col_bask{
    width: 13%;
}
.comment_col_bask{
    width: 19%;
}
.row_table_bask>.cross_col_bask{
    padding-left:3px;
    width: 3%;
}
.check_col_bask input{
    cursor: pointer;
}
.btn_remove_all{
    position: absolute;
    left: 6px;
    top: 13px;
    padding: 0;
    border: 0;
    background-color: transparent;
}
.btn_remove_all:hover,
.btn_remove_all:active{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn_remove_all:before{
    font-size: 22px;
    color: #818282;
}
.btn_remove_all:hover:before,
.btn_remove_all:active:before {
    color: #FF9C00;
}
.btn_remove_all:active {
    margin-top: 1px;
}
.cross_remove{
    font-size: 16px;
    padding: 2px 1px;
    margin: 0;
    border: 0;
    float: left;
    position: static;
}
/*=======================textarea комментарии==============*/
.drop_comment textarea {
    border-color: transparent;
    resize: none;
    padding: 3px 16px 7px 3px;
    width: 200px;
    height: 80px;
    border-radius: 3px;
    float: left;
}
.drop_comment .close {
    position: absolute;
    top: 1px;
    right: 3px;
    opacity: 1;
    font-size: 14px;
    color: #FFC200;
}
.drop_comment .dropdown-menu {
    margin: 4px 0 0;
    padding:0;
    right:0 ;
    left:auto;
    top: 100%;
    box-shadow: none;
    z-index: 9;
}
.drop_comment > .open > a,
.drop_comment > .open > a:active,
.drop_comment > .open > a:focus,
.drop_comment > .open > a:hover,
.drop_comment > li > a:focus,
.drop_comment > li > a:hover {
    background: transparent;
}
.drop_comment > li > a {
    position: relative;
    padding: 0 3px 0 20px;
}
.drop_comment > li > a:before {
    position: absolute;
    left: 0;
    font-size: 20px;
    color: #868788;
}
.add_comment{
    vertical-align: middle;
    text-decoration: underline;
    font-style: italic;
    display: inline-block;
    color: #5e5e5e;
    width:100%;
}
/*=================спинер в корзине============*/
.row_table_bask .spin-number,
.row_table_bask .spin-number-field input{
    height: 30px;
}
.row_table_bask  .spin-number-but{
    height: 15px;
    width: 24px;
}
.row_table_bask .spin-number{
    padding-right: 24px;
}
.spin-number-but:before,
.spin-number-but:after{
    background-color: #5e5e5e;
}
/*===================история заказов====================*/
.wrap_table_order{
    padding-bottom: 30px;
}
.call_panel,
.toggle_person_account{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.toggle_person_account:focus,
.toggle_person_account:active,
.toggle_person_account:hover{
    color: #fff;
}
.toggle_person_account:hover>span{
    text-decoration: none;
}
.toggle_person_account>span{
    text-decoration: underline;
    margin-right: 5px;
}
.toggle_person_account>span,
.toggle_person_account>.icon-arrow-left-2 {
    vertical-align: middle;
}
.toggle_person_account>.icon-arrow-left-2:before {
    font-size: 12px;
}
.head_table_order,
.row_table_order{
    padding-left: 10px;
}
.row_table_modal>div,
.row_table_order>div{
    overflow: hidden;
    line-height: 1.2;
    max-height: 35px;
}
.num_col_order{
    width: 16%;
}
.date_col_order{
    width: 14%;
}
.sum_col_order{
    width: 17%;
}
.status_col_order{
    width: 22%;
}
.comment_col_order{
    width: 30%;
}
/*=====мод. окнов историях заказа==============*/
.modal_info_order{
    width: 950px;
}
.modal_info_order .panel_dark .close{
    background: #ECECEC;
    opacity:1;
    color: #888888;
    top: 15px;
}
.head_table_modal,
.row_table_modal{
    padding-left: 20px;
}
.scroll_modal_order{
    max-height: 324px;
}
.scroll_modal_order>.row_table_modal:nth-child(even){
    background: #FFFADB;
}
.modal_info_order .modal-content{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
}
.modal_info_order .panel_dark{
    margin-bottom: 4px;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: rgba(155,155,155,1);
    border-bottom:2px solid #8E8C8C;
    -webkit-box-shadow: 0 1px 2px -1px rgba(119,117,117,1);
    -moz-box-shadow: 0 1px 2px -1px rgba(119,117,117,1);
    box-shadow: 0 1px 2px -1px rgba(119,117,117,1);
}
.head_table_modal{
    border-bottom:1px solid #FFBC37;
}
.wrap_table_modal{
    margin: 3px;
}
.name_col_modal{
    width: 28%;
}
.count_col_modal{
    width: 12%;
}
.sum_col_modal{
    width: 14%;
}
.cost_col_modal{
    width: 14%;
}
.comment_col_modal{
    width: 32%;
    padding-right: 10px;
}
.modal_info_order .scrollbar-janos .row_table_modal, .modal_info_order .head_table_modal {
    padding-right: 21px;
}
.modal_info_order .scroll-scrolly_visible .row_table_modal {
    padding-right: 0;
    height: 52px;
    line-height: 32px;
}
/*==============список статей================*/
.wrap_article{
    padding: 40px 32px;
    margin-top: 14px;
}
.block_img_article{
    height: 203px;
    line-height: 200px;
}
.block_text_article{
    max-height: 203px;
    position: relative;
}
.block_img_art >img,
.block_img_article >img{
    max-width: none;
    margin-left: 50%;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.block_img_card_prod>img{
    /*max-height: none;*/
    top: 50%;
    left: 50%;
    position: absolute;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.head_article_lg{
    font-family: 'OpenSans-Bold';
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.4;
}
.text_article_lg{
    font-family: 'OpenSans-Regular';
    max-height: 122px;
    line-height: 1.6;
    font-size: 16px;
}
.bottom_article{
    position: absolute;
    padding-left: 8px;
    margin-top: 11px;
    top: 100%;
    left: 0;
    right: 0;
    height: 25px;
    text-align-last: justify;
}
.col_bottom_article{
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}
.col_bottom_article span,
.col_bottom_article i{
    vertical-align: middle;
    color: #9d9d9d;
}
.col_bottom_article span{
    font-size: 17px;
}
.read_more>span{
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    border-bottom: 2px solid #fdcb36;
    height: 22px;
    line-height: 22px;
    display: inline-block;
}
.read_more:hover >span{
    border-color: transparent;
}
.read_more>span,
.read_more .icon-lap-arr{
    color: #fdcb36;
}
.col_bottom_article .icon-eye{
    font-size: 20px;
}
.col_bottom_article .icon-calendar-1{
    font-size: 16px;
}
.col_bottom_article .icon-lap-arr{
    font-size: 18px;
    margin-bottom: -1px;
}
.wrap_article .row-article:not(:last-child){
    margin-bottom: 53px;
}
.wrap_article .pagination{
    margin:-10px 0 0 0;
}
.wrap_article .pagination >li>a:not([class^='icon-']){
    font-size: 17px;
}
/*========================статья===============*/
.block_about_us,
.wrap_entry{
    padding: 20px 30px;
    margin-top: 14px;
}
.block_about_us>*,
.text_art>*{
    margin-bottom: 14px;
}
.block_about_us,
.text_art{
    font-family: 'OpenSans-Regular';
    font-size: 16px;
}
.block_img_art{
    position: relative;
    height: 273px;
    line-height: 226px;
    width: 290px;
    margin: 0 28px 18px 0;
    padding-bottom: 40px;
    border: 2px solid #D6D6D6;
}
.block_img_art>img{
    max-width: none;
    top:0;
}
.block_img_art .bottom_article{
    line-height: 1.4;
    bottom: 15px;
    position: absolute;
    top: auto;
    margin: 0;
    padding-top: 9px;
    border-top: 2px solid #D6D6D6;
}
.back_to .read_more{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/*====================Оформление заказа========================*/
.wrap_table_ordering{
    margin: 14px 0;
}
.head_table_ordering,
.row_table_ordering{
    padding-left: 15px;
}
.row_table_ordering>div{
    line-height: 1.4;
}
.row_table_ordering{
    height: 35px;
    line-height: 35px;
}
.name_col_orderimg{
    width: 31%;
}
.code_col_orderimg{
    width: 15%;
}
.cost_col_orderimg{
    width: 17%;
}
.value_col_orderimg{
    width: 17%;
}
.summ_col_orderimg{
    width: 16%;
}
.cross_col_orderimg{
    width: 4%;
}
.wrap_table_ordering .total_sum_bask_head{
    margin:25px 40px 25px 0;
}
.head_data_order{
    padding: 10px 25px;
    font-family: 'OpenSans-Bold';
    color: #5e5e5e;
    font-size: 20px;
}
.form_order {
    padding: 30px 20px;
}
.form_order .form-group{
    padding:0 50px;
    margin-bottom:20px;
}
.form_order .btn_light_orange{
    margin-top: 20px;
}
.form_order input{
    height: 40px;
}
.form_order textarea{
    height: 78px;
}
/*==============заказ сформирован=========*/
.block_successful_order{
    padding: 10px 40px 60px;
}
.num_order{
    font-size: 18px;
    margin-bottom:25px;
}
.text_succ{
    font-size: 30px;
    margin-bottom:5px;
}
.block_contact p[class*="icon-"],
.num_order,
.text_succ{
    color: #777;
    font-family: 'OpenSans-Bold';
}
.block_successful_order .btn_orang{
    margin: 10px;
    min-width: 238px;
}
.block_successful_order .icon-succ{
    margin: 80px 0;
    color: #FFC200;
    font-size: 12rem;
}
/*====================контакты========================*/
.block_contact{
    margin-top: 14px;
    padding: 50px 80px;
}
.block_contact p[class*="icon-"]{
    font-size: 22px;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}
.block_contact p[class*="icon-"]:before{
    color: #FFC200;
    position: absolute;
    left: 0;
}
.box_contact a{
    display: inline-block;
    max-width: 100%;
}
.box_contact a,
.box_contact{
    font-family: 'OpenSans-Regular';
    color: #777;
    font-size: 18px;
    overflow: hidden;
}
.section_contact{
    min-height: 122px;
    margin-bottom: 10px;
}

.block_contact .icon-location:before{
    font-size: 30px;
}
.block_contact .icon-letter:before,
.block_contact .icon-clock:before{
    font-size: 24px;
}
.block_contact .icon-phone:before{
    font-size: 28px;
}
/*=============errors==============================*/
.block_no_access{
    padding: 113px 20px 65px;
    text-align: center;
}
.img_block_error{
    overflow: hidden;
    text-align: center;
    margin-bottom: 10%;
}
.img_block_error>img{
    height: 90px;
}
.block_no_access>strong,
.block_no_access>p{
    display: block;
    color: rgba(120,120,120, 1);
    font-family: 'OpenSans-Bold';
}
.block_no_access>strong{
    font-size: 30px;
}
.block_no_access>p{
    font-size: 18px;
    margin-bottom: 30px;
}
.wrap_no_access .btn_orang{
    min-width: 200px;
    margin: 7px;
}
/*=======================выбор товара таблица================*/
.wrap_choice_product .breadcrumb{
    margin-bottom: 14px;
}
.content_choice_product > p{
    margin: 10px 0;
    font-family: 'OpenSans-Regular';
}
.choice_product_table .seo_search{
    margin-bottom: 10px;
    padding-left: 22px;
}
.choice_product_table{
    margin: 20px 0;
}
.head_table_product{
    -webkit-border-radius:6px 6px 0 0;
    -moz-border-radius:6px 6px 0 0;
    border-radius:6px 6px 0 0;
    border: 2px solid #FFBC37;
    border-bottom: 1px solid #FFBC37;
}
.wrap_body_table_product{
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    border: 2px solid #FFBC37;
    border-top:0;
}
.table_product_name{
    width: 35%;
}
.table_product_retail{
    width: 16%;
}
.table_product_opt{
    width: 16%;
}
.table_product_lg_wholesale{
    width: 16%;
}
.table_product_view{
    width: 17%;
}
.body_table_product .btn_orang{
    padding:5px 7px;
}
/*========================кнопка btn_orang, btn_light_orange =================*/
.btn_red-orange,
.btn_red-orange:focus,
.btn_orang:focus,
.btn_orang {
    border: 0;
    color: #282828;
    background: rgb(255,198,0);
    background: -moz-linear-gradient( 90deg, rgb(255,198,0) 0%, rgb(255,186,0) 100%);
    background: -webkit-linear-gradient( 90deg, rgb(255,198,0) 0%, rgb(255,186,0) 100%);
    background: -ms-linear-gradient( 90deg, rgb(255,198,0) 0%, rgb(255,186,0) 100%);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn_red-orange:hover,
.btn_orang:hover{
    background: #FF9C00;
    color: #fff;
}
.btn_red-orange:active,
.btn_light_orange:active,
.btn_orang:active{
    background: #A8A8A8;
    color: #fff;
}
.box_cost_slide .btn_orang{
    margin-top: 7px;
}
.btn_orang>span,
.btn_orang>i{
    vertical-align: middle;
}
.btn_orang>i{
    margin-right: 8px;
}
.btn_orang>i:before{
    font-size: 22px;
}
/*=====================кнопка ===========*/
/*=================footer==========================*/
footer{
    position: static;
    width: 100%;
    min-height: 144px;
    overflow: hidden;
    background-color: #151515;
}
.footer_boundary{
    margin-bottom: 22px;
    height: 16px;
    width: 100%;
    background: #151515  url(/images/site/footer_border.jpg) repeat-x;
}
footer .logotip{
    margin-top: -6px;
}
.nav_footer >li{
    width: 50%;
    display: inline-block;
    float: left;
}
.nav_footer >li>a{
    color: #fff;
    font-size: 16px;
    padding: 2px 0;
}
.nav_footer>li>a:hover,
.nav_footer>li>a:focus{
    background: transparent;
}
    /*================Кнопка вверх=============*/
.to-top {
    position: fixed;
    display: inline-block;
    bottom: 90px;
    right: 20px;
    text-align: center;
    cursor: pointer;
    z-index: 1000;
}
.to-top:before {
    font-size: 50px;
    color: #525252;
}
/*==============Load ajax===============*/
.cssload-container{
    position:fixed;
    top:50%;
    left:50%;
    z-index: 10001;
    /*display: none;*/
}
.cssload-whirlpool,
.cssload-whirlpool::before,
.cssload-whirlpool::after {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgb(130,130,130);
    border-left-color: rgb(255,190,0);
    border-radius: 974px;
    -webkit-border-radius: 974px;
    -moz-border-radius: 974px;
}
.cssload-whirlpool {
    margin: -25px 0 0 -25px;
    height: 50px;
    width: 50px;
    animation: cssload-rotate 1150ms linear infinite;
    -o-animation: cssload-rotate 1150ms linear infinite;
    -ms-animation: cssload-rotate 1150ms linear infinite;
    -webkit-animation: cssload-rotate 1150ms linear infinite;
    -moz-animation: cssload-rotate 1150ms linear infinite;
}
.cssload-whirlpool::before {
    content: "";
    margin: -22px 0 0 -22px;
    height: 44px;
    width: 44px;
    animation: cssload-rotate 1150ms linear infinite;
    -o-animation: cssload-rotate 1150ms linear infinite;
    -ms-animation: cssload-rotate 1150ms linear infinite;
    -webkit-animation: cssload-rotate 1150ms linear infinite;
    -moz-animation: cssload-rotate 1150ms linear infinite;
}
.cssload-whirlpool::after {
    content: "";
    margin: -28px 0 0 -28px;
    height: 56px;
    width: 56px;
    animation: cssload-rotate 2300ms linear infinite;
    -o-animation: cssload-rotate 2300ms linear infinite;
    -ms-animation: cssload-rotate 2300ms linear infinite;
    -webkit-animation: cssload-rotate 2300ms linear infinite;
    -moz-animation: cssload-rotate 2300ms linear infinite;
}
@keyframes cssload-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-rotate {
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-rotate {
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-rotate {
    100% {
        -moz-transform: rotate(360deg);
    }
}
/*======================Хаки для браузеров====================*/
::i-block-chrome,*,.nav_sidebar > .open_menu > a{
    font-style: normal !important;
    }
@-moz-document url-prefix() {
    .modal-open {
        padding: 0 !important;
        margin: 0 !important;
    }
    body{
        overflow-y: scroll !important;
    }}
.dropdown-backdrop{
    display: none;
}
@media all and (-webkit-min-device-pixel-ratio:0) { .text_user_commen{
    height: 115px;} }

/*======================MEDIA POINT==================*/
@media (max-width: 1199px) {
    .nav_head,
    .form_search{
        margin-right: 0;
    }
    /*===================карточка товара =============*/
    .panel_oblique_line{
        min-width: inherit;
    }
    /*===================регистрация====*/
    .block_registr .greyish_head,
    .form_registr{
        padding: 0 10px;
    }
}
@media (max-width: 991px) {
    /*======мод. окно в историях заказа==*/
    .modal_info_order{
        width: auto;
    }
    .nav_sidebar{
        margin: 0 auto;
    }
    .left_sidebar{
        min-height: inherit;
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) {
    /*===============мод. окно в историях заказа========  */
    .modal.fade .modal-dialog {
        margin: auto auto auto -8px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    /*======================= */
}
@media (max-width: 768px) {
    /*=============главная==========*/
    .bask_head {
        margin-left: 5px;
    }
    .wrap_main_category .col-sm-6{
        width: 50%;
        margin:0 auto;
    }
    .description_text{
        background: none;
        padding-right: 0;
    }
    .head_menu .navbar-nav{
        display: block;
    }
    .wrap_category .col-sm-6,
    .wrap_main_category .col-sm-6{
        max-width: 280px;
        width: auto;
        margin:0 auto;
    }
    /*===========мини корзина в шапке=======*/
    .box_btn_head{
        position: relative;
    }
    .box_btn_head>li{
        position: static;
    }
    .box_autorize,
    .box_basket{
        padding: 30px 2px 10px;
        width: 300px;
    }
    /*=============фильтр===========*/
    .filter_col{
        width: 100%;
    }
}