@import url("i/nnm/font/css.css");
/* Global
-----------------------------------------------------------------------------*/

html, body {
    height: 100%;
}
body {
    background: #ffffff;
    /*font-family: "Roboto",sans-serif;*/
    font-family: Arial;
    font-size: 12px;
    width: 100%;
    min-width: 1110px;
    margin: 0;
    padding: 0;
}

a {
    color: #b71d13;
    outline: none;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
p {
    margin: 3px 0 10px;
}
img {
    border: none;
}
form {
    padding:0;
    margin:0;
}
input {
    vertical-align: middle;
}

input[type=text], input[type=password],textarea, select {
    border:1px solid #d2d2d1;
    border-radius:5px;
    background:white;
    padding:3px 3px;
}
input[type=text]:hover, input[type=password]:hover, textarea:hover, select:hover {
    box-shadow: 0 0 3px #aaa;
}
.d-none {
    display: none!important;
}
.wrapper{
    max-width: 1090px;
    min-width: 580px;
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
}
.wrapper.wrapper_head {
    padding-top: 80px;
}
#header .wrapper{
    padding: 0;
}
#wrapper{
    max-width: 1090px;

    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.clear, div#c, div.c {
    clear:both;
}

.fluid-progress{
    clear: both;
    padding:10px 0;
    text-align: center;
    background:url("i/ajax-loader.gif") no-repeat center center;
    font-size: 11px;
    width: 50%;
    color: #ffffff;
    margin: 0 auto;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
    height:50px;
    position: fixed;
    top:0px;
    z-index: 100;
    background-color: #FAFAFA;
    width: 100%;
    box-shadow: 0px 1px 5px #cccccc;
}

#header .right-img{
    position: absolute;
    top:0px;
    right: 10px;
    width:109px;
    height:60px;
    background:url(i/nnm/image-small.png) no-repeat left top;
    z-index: 1;
}

#header .logo{
    position: absolute;
    top: 0;
    left: 10px;
}

#header .top_tel{
    position: absolute;
    left: 24%;
    top:3px;
}

#header .top_tel .tel{
    color:#ffffff;
    font-size:17px;
    font-family: "Tahoma";
    background:url(i/nnm/tel.png) no-repeat left 3px;
    padding-left:24px;
    width: 165px;
    text-align: left;
    line-height: 20px;
}

#header .top_tel .time{
    color:#ffffff;
    font-size:13px;
    font-family: "Arial";
    background:url(i/nnm/time.png) no-repeat 0px 3px;
    position: absolute;
    top:0px;
    left:100%;
}

#header .cart{
    position: absolute;
    top:2px;
    right: 25%;
    height: 37px;
    font-size:12px;
    color:#fefefe;
    font-family: "Arial";
    cursor: pointer;
    z-index: 4;
}
#header .cart .image{
    position: absolute;
    background:url(i/nnm/cart.png) no-repeat left;
    width: 64px;
    height: 60px;
    top: -2px;
    left: -68px;
}
#header .cart .cart-order-button{
    color: #6c0003;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    background:url("i/nnm/button-bg.png") no-repeat left top;
    display: block;
    box-shadow: 0 0 4px #595959;
    border-radius: 3px;
    text-decoration: none;
    height: 19px;
    width: 104px;
    text-align: center;
    line-height: 19px;
    margin: 5px 0 0 0;
}
#header .cart .cart-order-button:hover{
    background:url("i/nnm/button-bg.png") no-repeat left bottom;
}

#header .auth{
    position: absolute;
    top:0px;
    right:10px;
    z-index: 5;
}

#header .auth input[type="text"], .auth input[type="password"]{
    width:119px;
    height:25px;
    border: 1px solid rgb(210, 210, 209);
    border-radius: 5px;
    background: none repeat scroll 0% 0% white;

    padding:0 7px;
    color:#575757;
    font-size:11px;
    margin-bottom: 10px;
}

#header .auth .enter_in{

}

#header .auth .enter_in a{
    color:#000;
    font-size:14px;
    text-decoration: none;
    display: inline-block;
    height: 50px;
    line-height: 48px;
    background: url("i/bp/icon_enter.png") left 17px no-repeat;
    padding-left: 18px;
}
#header .auth .enter_in a:hover{
    text-decoration: underline;
}
#header .auth .enter_in .delimiter{
    vertical-align:middle;
    margin: 0 3px 0 3px;
}

#header .auth form{
    display: none;
    position: absolute;
    top: 38px;
    right: 0px;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    padding: 5px;
}
#header .auth form button{
    background-color: #bf272e;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: auto;
    padding: 3px 14px 3px 16px;
}

#header .auth .register{
    display: block;
    margin: 5px auto 0;
    width: 72px;
}

#logo_line{
    /*margin-top: 60px;*/
    position: relative;
}

#logo_line .r_b{
    float: right;
    width: 50%;
    text-align: right;
    margin-top: 7px;
}

#logo_line .l_b{
    float: left;
    width: 50%;
    text-align: left;
}

#logo_line .l_b span{
    color: #6e473f;
    display: inline-block;
    font-size: 14px;
    margin-left: 15px;
    margin-top: -3px;
    padding-left: 15px;
    position: relative;
    vertical-align: top;
    width: 157px;
}

#logo_line .r_b .phone.small{
    font-size: 21px;
}
#logo_line .r_b .phone{
    color: #363636;
    display: inline-block;
    font-size: 31px;
    font-weight: 300;
    vertical-align: middle;
}

#logo_line .r_b .call_back{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
}

/* Обратный звонок */


#callme {
    height: 28px;
    width: 116px;
}

#callmeform {
    border: 1px solid #eeeeee;
    padding-left: 10px;
    position: absolute;
    top:23px;
    left:-180px;
    width: 290px;
    background: #fff; /* Цвет фона */
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 0 0 15px rgba(0,0,0,0.5); /* Параметры тени */
    overflow:hidden;
    z-index:1000;
    border-radius: 5px;
}

#callmeform table {
    border-collapse: collapse;
    width: 280px;
    z-index: 99;
}

#callmeform table td {
    padding: 2px 1px;
}

#callmeform table td .callme_submit {
    background-color: #363636;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    line-height: 22px;
    margin: 8px 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s linear 0s;
    width: 150px;
}

#callmeform table td .callme_submit:hover{
    background-color: #e53238;
}

#callmeform.hide-on {
    display: none;
}

#callmeform.hide-off {
    display: block;
}

#callme #viewform {
    border: 0;
    padding: 0;
    cursor: pointer;
}
#viewform {
    background: #bf272e url("i/bp/img_bt_call.png") no-repeat scroll 5px 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 19px;
    margin-left: 5px;
    padding: 3px 7px 2px 23px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    font-family: Arial,Helvetica,sans-serif;

}
#viewform:hover{
    background-color: #d32026;
}

#callme_result div {
    margin: 4px 10px 10px 2px;
    padding: 0px 7px;
}

.c_success {
    border:2px solid #f49099;
    background: #d32930;
    font:10pt Tahoma;
    line-height:20px;
    color:white;
    text-align:center;
}

.c_error {
    border:2px solid #f49099;
    background: #fc3a11;
    font:10pt Tahoma;
    line-height:20px;
    color:white;
    text-align:center;
}

.Ferror {
    background: #fc3a11 none repeat scroll 0 0;
    border: 2px solid #f49099;
    color: white;
    font: 10pt/20px Tahoma;
    margin-bottom: -20px;
    text-align: center;
    width: 297px;
    font-weight: bold;
}

.Fsuccess {
    background: rgba(0, 167, 16, 0.69) none repeat scroll 0 0;
    border: 2px solid #00A710;
    color: white;
    font: 10pt/20px Tahoma;
    margin-bottom: -20px;
    text-align: center;
    width: 297px;
    font-weight: bold;
}
#click_buy_result{
    clear: both;
}
#click_buy_form {
    position: relative;
    width: 100%;
    border-bottom: 1px #b6b6b6 dotted;
    padding: 5px 0 5px 0;
}

#click_buy_form .wrap_input{
    margin: 0 144px 0 85px;
    padding: 0 5px;
}

#click_buy_form .thename{
    position: absolute;
    margin: 5px 5px 0 0;
}

#click_buy_form #click_buy_phone,
#click_buy_form #notification_email {
    border:1px solid #b6b6b6;
    height: 17px;
    width: 100%;
    padding-right: 0px;
}

#click_buy_form #notification_in_stock .wrap_input {
    margin: 5px 205px 0 0;
    padding: 0 5px 0 0 ;
}

#click_buy_form .one_click {
    background: #5d5d5d url("i/bp/icon_bt_one_click.png") no-repeat scroll;
    background-position: 100px center;
    background-size: 10% auto;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    height: 24px;
    line-height: 24px;
    padding-right: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 5px;
    transition: all 0.2s linear 0s;
    width: 110px;
}

.in_stock_status.not{
    font-size: 13px;
    font-weight: bold;
}

#click_buy_form #notification_in_stock .one_click{
    background: #ffa800 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0px;
    transition: all 0.2s linear 0s;
    width: 195px;
    padding: 0px;
}

#click_buy_form #notification_in_stock .one_click:hover{
    background-color: #363636;
}

.politic{
    color: #777;
    font-size: 11px;
    line-height: 12px;
}
.politic a{
    color: #777;
    font-size: 11px;
    line-height: 12px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dashed;
}


#click_buy_form .one_click:hover{
    background-color: #e53238;
}


#callmeform input[type=text], #callmeform select, #click_buy_form input[type=text] {
    background: white;
    border:1px solid #ddd;
    border-radius:0px;
    width:150px;
    box-shadow: 0 0 5px #f5f5f5;
    margin: 0;
    padding: 3px 5px;
    position: relative;
}

#callmeform select {
    padding-right:3px;
    width:162px;
}

.error-info,
.success-info{
    color: #CC0000;
    border-left: 5px solid #CC0000;
    padding: 10px;
    margin: 10px;
}
.success-info{
    color: #22c515;
    border-left: 5px solid #22c515;
}

/* Top menu
-----------------------------------------------------------------------------*/
.main_top_menu_wrap{
    margin-top: 5px;
    position: relative;
    margin-bottom: 10px;
}

.search{
    display: block;
    margin-top: 7px;
    text-align: right;
    position: relative;

}
.search span{
    box-shadow: 0 0 1px 1px #dbdbdb;
    display: block;
    overflow: hidden;
    width: 100%;
}

.main_top_menu_wrap .search #searchstring{
    background: #eeeded url("i/bp/icon_search.png") no-repeat scroll 12px 12px;
    border: medium none;
    color: #1d2628;
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.18;
    margin: 0;
    padding: 10px 32px 11px;
    width: 100%;
}

.top_menu .search{
    padding: 10px 0 10px 20px;
    display:table-cell;
    vertical-align:middle;
}

.top_menu .search input[type="text"]{
    border-top:1px solid #d1d1d1;
    border-left:1px solid #d1d1d1;
    border-right: 0;
    border-bottom: 0;

    width:100%;
    padding:0 10px;
    height:26px;
    color:#575757;
    font-size:11px;
}

.top_menu .search input[type="submit"]{
    border:0;
    position:absolute;
    right:0px;
    width:45px;
    height:26px;
    background:url(i/nnm/search_go.png) no-repeat;
    cursor:pointer;
}

.top_menu{
    display:table;
    width:100%;
    margin:0 10px 15px 10px ;
    height:45px;

}

.top_menu ul{
    list-style:none;
    margin:0;
    padding:0;
    overflow:visible;
}

.top_menu ul li::before {
    background: #e5e5e5 none repeat scroll 0 0;
    content: "";
    height: 10px;
    position: absolute;
    right: -10px;
    top: 19px;
    width: 1px;
}

.top_menu ul li{
    display: inline-block;
    white-space:nowrap;
    vertical-align:top;
    padding: 0  0 0px  20px;
    position: relative;
}

.top_menu ul li:hover{
    text-decoration: underline;
}

.top_menu ul li.selected{
    background-color: rgba(0,0,0,0.1) !important;
}

.top_menu ul li:first-child{
    padding:0;
    border-top-left-radius:7px;
    border-bottom-left-radius:7px;
    background: none;
}

.top_menu ul li:first-child img{
    border-top-left-radius:7px;
    border-bottom-left-radius:7px;
}
/*.top_menu ul li:last-child{
        background: none;
}*/

.top_menu ul li.selected:last-child{
    background: url("i/nnm/line_menu.png") no-repeat right center;
}

.top_menu ul li a{
    color:#000;
    text-decoration:none;
    /*font-family: "Roboto",sans-serif;*/
    font-family: Arial;
    font-size:14px;
    display:block;
    height:50px;
    line-height: 48px;
}

.top_menu ul li a.selected{
    color: #f1722e;
}

.top_menu ul li a:hover{
    opacity:0.8;
}

.top_menu ul li:first-child a{
    padding-top:0px;
    padding-left:0;
}

.top_menu .search{
    padding: 10px 0 10px 20px;
    display:table-cell;
    vertical-align:middle;
}

.top_menu .search input[type="text"]{
    border-top:1px solid #d1d1d1;
    border-left:1px solid #d1d1d1;
    border-right: 0;
    border-bottom: 0;

    width:100%;
    padding:0 10px;
    height:26px;
    color:#575757;
    font-size:11px;
}

.top_menu .search input[type="submit"]{
    border:0;
    position:absolute;
    right:0px;
    width:45px;
    height:26px;
    background:url(i/nnm/search_go.png) no-repeat;
    cursor:pointer;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
    padding: 0 10px 80px 10px;
    height: 1%;
    position: relative;
    z-index: 2;
}
#middle:after {
    content: '';
    clear: both;
    display: table;
}
#container {
    width: 100%;
    float: left;
    /*overflow: hidden;*/
}
#content {
    padding: 0 0 0 0px;
}

#main_content_template{
    /*margin-top:25px;*/
}

div.seo_text{
    margin:0 0 20px 0;
    font-size: 13px;
}

.seo_text h1, .brand_block h1{
    border-bottom: 1px solid #dbd8d8;
    color: #ce1a11;
    font-size: 23px;
    font-weight: normal;
    margin: 20px 0 0;
    padding: 0 0 14px;
}

.seo_text h1 span{
    color:#b71d13;
}

.seo_text p{
    color:#242424;
    margin:15px 0 0;
    padding:0;
    font-size: 14px;
}

.products{
    margin: 20px 0 0 -2em;
    text-align:center;
}

.products h2{
    color:#2d2c2c;
    padding:0;
    margin:0;
    padding:10px 0;
    font-size:18px;
    font-weight:normal;
}

.products h2 span{
    color:#b71d13;
}
#ml_offset{
    margin-left: -1px;
}
.products_item{
    padding:10px 10px 15px;
    box-shadow: 1px 0px 5px #c8c8c8;
    margin: 8px 2px 8px 1px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-top:1px solid #f9f9f9;
    border-left:1px solid #c8c8c8;
    border-bottom:1px solid #b7b7b7;
    border-right:1px solid #eeeeee;
    float: left;
    vertical-align: top;
    text-align: left;
    transition: all 0.5s 0s linear;
}

.products_item:hover{
    border-color: #FF5D63 #E53238 #cd4848 #b60309;
    box-shadow: 1px 0 5px #E53238;
}



.products_item .products_image{
    text-align:center;
    position: relative;
}

.products_item .products_image img{
    width: 100%;
    height: auto;
    border-radius: 3px;
}

a.products_name {
    color: #535353;
    font-family: "Arial";
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
    height: 75px;
    display: block;
    text-align: center;
    margin-top: 25px;
}
a.products_name_green {
    color: #56A001;
}
.product_brand, .product_id {
    display: none;
}
.products_desc{
    color:#313131;
    font-size:12px;
    line-height: 17px;
    padding-bottom:10px;
    height: 113px;
    overflow: hidden;
    margin-top: 10px;
}

.products_buy{
    border-top: 1px dotted #aaa;
    height: 42px;
    margin: 2px 0 10px;
    padding-top: 3px;
    text-align: center;
}

.products_price{
    display: block;
    line-height:23px;
    margin:2px 5px 0;
    color: #4e4e4e;
    font-size: 20px;
    font-weight: bold;
    height: 26px;
}

.products_price .oldprice{
    font-size: 14px;
    vertical-align: middle;
}

/*.products_price span{
        text-decoration:line-through;
}*/

.products_addtocart{

}


.product_brief.product_day{
    border-radius: 7px 7px 0 0;
    box-shadow: 0 0 1px 1px #e53238 inset;
}




.product_brief .product-day-txt {
    border-top-left-radius: 5px;
    border-bottom: 1px dashed;
    border-bottom: 1px dashed;
    color: #E53238;
    font-size: 19px;
    height: 29px;
    left: 0;
    line-height: 30px;
    padding-bottom: 2px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}

/* таймер */

.also_products_block .product_brief .countdown{
    font-size: 18px;
}
.product_brief .countdown {
    border-top-right-radius: 5px;
    color: #fff;
    font-size: 19px;
    padding: 4px 5px 0 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.product_brief.product_day .product-day-txt{
    border-radius: 5px 5px 0 0;
    background-color: #e53238;
    border-bottom: medium none;
    color: #fff;
    padding-left: 5px;
    text-align: left;

}

.wrap_products_day .product_brief div.countdown.homepage{
    width: 100% !important;
    padding: 9px 0 0 0;
    text-align: center;
}


.wrap_products_day .product_brief div.countdown{
    width: 127px !important;
}
.product_brief .countdown .item{
    display: inline-block;
    text-align: center;
    font-size: 10px;
}
.product_brief .countdown .dl{
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    vertical-align: top;
}

.product_brief .countdown .item .num{
    width: 39px;
    height: 15px;
    font-size: 15px;
    line-height: 15px;
}

.parent-p-items .products_item{
    width: 30%;
    display:block;
    float: left;
}
.parent-p-items :nth-child(3n+2){
    margin-right: 5%;
    margin-left: 5%;
}


.main-categories{
    margin: 10px 0 20px 0;
    background: #6d9d23 url(i/nnm/bg_menu_2.png) repeat-x top;
    background: #333232;
    border-radius: 7px;
    padding: 8px;
}
.main-categories ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-categories ul li{
    display: block;
    float: left;
    margin: 0 10px 0 0;
}
.main-categories ul li a{
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}
.main-categories ul li a:hover{
    text-decoration: underline;

}
.main-categories ul li ul{
    display: none;
}

.breadcrumbs{
    margin-top:5px;
    font-size: 16px;
}
.breadcrumbs table{
    border: 0;
}
.breadcrumbs table td{
    border: 0;
}
.breadcrumbs .bread-item{
    font-size: 14px;
    color: #777;
}
.breadcrumbs .delimiter{
    margin: 0 8px;
    font-size: 20px;
    color: #d6d6d6;
}
.all-categories{
    display: block;
    position: absolute;
    width: 230px;
}
.all-categories .name{
    color: #ffffff;
    cursor: pointer;
    padding: 6px 10px 6px 38px;
    background: #363636 none repeat scroll 0 0;

    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    text-decoration: none;
    text-transform: uppercase;
}


.all-categories .name i {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    height: 3px;
    left: 15px;
    position: absolute;
    top: 11px;
    transition: all 0.2s ease-out 0s;
    width: 14px;
}

.all-categories .name i:first-child + i {
    top: 16px;
}


.all-categories .name i:first-child + i + i {
    top: 21px;
}
.all-categories ul{
    display: none;
    margin: 0;
    padding: 0;
}
#root_category_ul{
    position: absolute;
    top: 36px;
    left: 0px;
    z-index: 5;
    background: #e8e8e8;
    border-radius: 5px;
    padding:0 0 3px 0;
    display: none;
    box-shadow: 0 0 2px 1px #b6b6b6;
}

#root_category_ul li{
    display: block;
    position: relative;
    padding: 0px 5px;
    list-style-type: none;
}
#root_category_ul li:first-child{
    padding-top:5px;
}
#root_category_ul .lvl-1 .lvl-link-1{
    color: #000;
    display: block;
    font-size: 16px;
    padding: 5px;
    white-space: normal;
    text-decoration: none;
}
#root_category_ul .lvl-1 a.lvl-link-1:hover{
    background-color: #f5f5f5;
    text-decoration: underline;
}



#root_category_ul .lvl-1 .submenu{
    position: absolute;
    left: 100%;
    top:0px;
    background: #666666;
    list-style: none;
    margin: 0;
    padding: 5px 5px 5px;
    display: none;
    border-radius: 5px;
    z-index: 300;
}
#root_category_ul .lvl-1 .submenu li{
    font-size: 14px;
    padding: 0;
}
#root_category_ul .lvl-1 .submenu li a{
    padding: 5px;
    color: #ffffff;
    display: block;
    white-space: nowrap;
    background: none;
}
#root_category_ul .lvl-1 .submenu li a:hover{
    background: #ffffff;
    border-radius:3px;
    color:#333232;
}
#root_category_ul .lvl-1:hover > .submenu{
    display: block;
}
#root_category_ul .lvl-1:hover .lvl-2:hover > .submenu{
    display: block;
}
#root_category_ul .lvl-1:hover .lvl-2:hover .lvl-3:hover > .submenu{
    display: block;
}


#bottom-text{
    padding: 10px 0;
}
#bottom-text ol{
}
#bottom-text ul{
}
#bottom-text a{
    color: #e53238;
}
#bottom-text h2{
    font-size: 16px;
    margin-bottom: 2px;
}
#bottom-text .news-section{
    float: left;
    width: 50%;
}
#bottom-text .news-section ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#bottom-text .news-section .news-date{
    font-size: 11px;
}
#bottom-text .company-section{
    float: left;
    width: 50%;
}

#bottom-text .bottom-category-section{
}

#bottom-text .bottom-category-section p{
    margin-bottom: 4px;
}
#bottom-text .bottom-category-section .title{
    margin-bottom: 10px;
}

/* Home page
-----------------------------------------------------------------------------*/
.home .left_side{
    float: left;
    width: 240px;
}

.home .right_side{
    margin-left: 251px;

}

.category_home #root_category_ul{
    border-radius: 0;
    display: block;
    margin-top: 0px;
    position: relative;
    top: 0;
    width: 230px;
    background-color: #e8e8e8;
    box-shadow: none;
}


.category_home  #root_category_ul .lvl-1 .lvl-link-1{
    color: #000;
    font-size: 16px;
    text-decoration: none;
    white-space: normal;
}

.category_home #root_category_ul .lvl-1 .lvl-link-1:hover{
    background-color: #f5f5f5;
    text-decoration: underline;
}


div.root_cat {
    float:left;
    width:86px;
    margin:0 10px 5px 0;
    padding: 0 10px;
    height:150px;
    text-align:center;
    border: 1px solid #dedede;
    border-radius: 5px;
    box-shadow: 0 0 5px #DDDDDD;
    font:11px Arial;
}

div.root_cat a{
    word-wrap: break-word;
    font-family: "PT Sans", sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #b71d13;
}

div.root_cat img {
    width:100%;
    height:auto;
    margin:10px auto 3px;
}

div.root_cat a:hover {
    text-decoration:underline;
}
div.root_cat:hover {
    box-shadow: 0 0 5px #bfbfbf;
}

/* Sidebar Left*/
#sideLeft {
    float: left;
    width: 209px;
    margin-left: 1px;
    position: relative;
    display:table-cell;
}

.left_title{
    float:left;
    width:200px;
    color:#2d2c2c;
    font:24px roboto;
    margin:4px 0 5px;
}

.left_title span{
    color:#b71d13;
}

.category{
    float:left;
    width:200px;
}

.category ul{
    list-style:none;
    margin:0;
    padding:0;
}

.category ul li{
    display:block;
    margin-bottom:2px;
}


.category ul li a{
    display:block;
    background:#F5F5F5 url(i/nnm/bg_cat_li.png) repeat-x bottom;
    padding:8px 5px 8px 15px;
    border-left:0;
    border-top:0;
    border-bottom:1px #bababa solid;
    border-right:1px #bababa solid;
    color:#313131;
    text-decoration:none;
    font-family:"Roboto",sans-serif;
}

.category ul li a:hover{
    background:#383838 url(i/nnm/bg_cat_li_hover.png) repeat-x bottom;
    border-left:0;
    border-top:0;
    border-bottom:1px #8c8c8c solid;
    border-right:1px #8c8c8c solid;
    color:#fff;
}

.category ul li.selected a,
.category ul li.expanded a{
    background:#383838 url(i/nnm/bg_cat_li_hover.png) repeat-x bottom;
    border: 0;
    color:#fff;
}

.category ul li.lv1{
    position: relative;
    z-index: 10;
}
.category ul li.lv1 .lv2{
    position: absolute;
    top:0px;
    left: 100%;
    display: none;
}
.category ul li.lv1:hover .lv2{
    display: block;
}
.category ul li.lv1 .lv2 li{
    background: #343333;
    margin:0 0 0 6px;
    padding: 6px;
}
.category ul li.lv1 .lv2 li .lv2-link{
    display: block;
    white-space: nowrap;
    border: 0;
    background: #363636;
    color: #ffffff;
    padding: 5px 22px;


}
.category ul li.lv1 .lv2 li .lv2-link:hover{
    background: #ffffff;
    color: #2a2a2a;
}
.category ul li.lv1 .sub{

}
.category ul li.lv1 .sub li{
    margin: 0;
}
.category ul li.lv1 .sub li .lv2-link{
    padding: 8px 5px 8px 25px;
    border: 0;
}
.news{
    float:left;
    width:200px;
}

.news_box{
    float:left;
    width:215px;
    margin-bottom:10px;
}

.news_date{
    color:#bf272e;
    font-family: "Roboto",sans-serif;
}

.news_desc a{
    color:#323232;
    font-family: "Roboto",sans-serif;
}

div.root_cats {
    padding-top:5px;
    display:table-cell;
}
div.root_cats h2 a {
    display:block;
    text-decoration:none;
    color:black;
    clear:both;
}

div.h2_home {

    color:#2D2C2C;
    margin:20px 0;
}
div.h2_home span{
    color:#b71d13;
}

/* Category page
-----------------------------------------------------------------------------*/

.category_block{
    float:left;
    width:100%;
}

.cetegory_desk{
    float:left;
    width: 100%;
}

.cetegory_desk h1{
    /*    border-bottom: 1px solid #DBD8D8;*/
    color: #2D2C2C;
    font-size: 24px;
    font-weight: normal;
    margin:15px 0 0 0;
    padding: 0 0 5px;
    width: 100%;
}

.category_desk_item{
    float:left;
    color:#2f2f2f;
    margin-bottom:10px;
}

.category_desk_item .mt1{
    margin:0;
    padding:0;
}



/* Навигация и фильтры */

.select .selected{
    line-height:25px;
    padding-left:10px;
    color:#999da5;
}
.select ul{
    list-style: none;
    z-index:999999;
    padding:0 25px 0 10px;
    background-color:#fff;
    border-left:1px solid #d9d9d9;
    border-right:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
    position:absolute;
    width: 80%;
    left:5px;
    display:none;
    overflow:auto;
    padding-bottom:5px;
}

.select ul li {
    line-height:18px;
}
.select ul li a{
    color:#656565;
}
.select .arrow{
    position: absolute;
    height:25px;
    width: 25px;
    top:0px;
    right:-25px;
    background:url(/i/zs24new/select_arrow.png) no-repeat;
    cursor:pointer;
}

/* slider styles */
.ui-slider-horizontal {
    position: relative;
    text-align: left;
    background: url("i/filter-slider-bg.png") repeat-x;
    height: 9px;
    cursor: pointer;
}

.ui-slider-horizontal .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    top: 1px;
    height:6px;
    background: url("i/filter-slider-bg-range.png") repeat-x center;
}

.ui-slider-horizontal .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width:19px;
    height:22px;
    background: url("i/filter-handle.png") no-repeat;
    top:-5px;
    cursor: pointer;
    margin-left: -9px;
}

.ui-slider-horizontal .ui-slider-handle span{
    position: absolute;
    /*background: url("i/filter-handle-buble.png") no-repeat;*/
    width: 46px;
    height: 12px;
    top:-15px;
    left: -13px;
    text-align: center;
    font-size: 11px;
    color: #000000;
    font-family: sans-serif;
    display:none;
}

.ui-slider-horizontal .left,
.ui-slider-horizontal .right {
    position: absolute;
    top: 0px;
    left: -5px;
    background: url("i/filter-slider-bg-left.png") left top no-repeat;
    width:5px;
    height:9px;
}

.ui-slider-horizontal .right {
    background: url("i/filter-slider-bg-right.png") right top no-repeat;
    left: 100%;
}

#filterbox{
    padding:8px 15px 2px 8px;
    font-size:12px;
    color:#7a7979;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin:15px 2px 20px 2px ;

    border-radius: 5px;
    box-shadow: 0 0 5px #DDDDDD;
}
#filterbox .filter-title{
    text-align: center;
    font-size: 24px;
    color: #000000;
}
#filterbox .category-filter-row-name{
    color: #000000;
    font-size: 11px;
    font-weight:bold;
    text-align: left;
    padding: 0px 10px 0px 0px;
    /*width: 100px;*/
    white-space: nowrap;
}
#filterbox .category-filter-row-vals{
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    padding: 3px 0px;
    float: left;
    margin-left: 13px;
}
#filterbox .category-filter-row-vals .field{
    float: left;
    margin-right: 10px;
}
#filterbox .category-filter-row-vals .field input{
    width: 70px;
    font-size: 14px;
    margin-left:6px;
}
#filterbox .category-filter-row-slider{

}
#filterbox .filter-submit{
    background: url('i/filter-submit.png') no-repeat;
    width: 106px;
    height:30px;
    cursor: pointer;
    border: 0px;
    margin: 0 auto;
}

.ui-sort {
    background-color: #c7c7c7;
    cursor: pointer;
    display: inline-block;
    height: 33px;
    padding: 0;
    position: relative;
    width: 190px;
    transition: all 0.2s 0s linear;
}

.ui-sort:hover{
    background-color: #EE8A1F;
}

.sort_by .ui-sort:after{
    background: rgba(0, 0, 0, 0) url("i/bp/arrow_filter.png") no-repeat scroll 0 0;
    content: "";
    display: block;
    height: 9px;
    position: absolute;
    right: 10px;
    top: 13px;
    width: 17px;
}

.ui-sort-padder{
    padding:0;
    margin:0;
    height:22px
}
.ui-sort-title, .ui-sort-button{
    display:inline-block;
    height:19px
}
.ui-sort-title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 33px;
    line-height: 31px;
    overflow: hidden;
    padding-left: 10px;
    position: relative;
    width: 180px;
    z-index: 2;
}
.ui-sort .ui-sort-button {
    width:19px;
    margin-right:2px;
    margin-bottom:1px;
    margin-top:2px;
    background:url("i/kitchen_aid/button.png") left bottom no-repeat;
    vertical-align:top;
    text-decoration:none
}
.ui-sort-list{
    background-color: #c7c7c7;
    border: 1px solid #c7c7c7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 33px;
    width: 188px;
    list-style: none;
    position: absolute;
    z-index: 2;
    display: none;
    transition: all 0.2s 0s linear;
}

.ui-sort-list:hover, .ui-sort:hover .ui-sort-list{
    background-color: #EE8A1F;
    border: 1px solid #EE8A1F;
}

.ui-sort-list li{
    margin:0 4px;
    font-size:11px ;
    line-height:20px
}
.ui-sort.expanded .ui-sort-list {
    display:block;
}


.category_sort{
    float:left;
    width:100%;
    height:31px;
    z-index:1;
    margin-bottom:15px;
}

.sort_brend{
    float:left;
    width:170px;
    height:28px;
    margin:5px 15px 0 0;
}

.sort_by{
    float:left;
    width:170px;
    height:28px;
    margin:5px 15px 0 0;
}

.sort_compare{
    float:left;
    margin:0;
}

.ui-sort-padder{
    height:28px;
}

.compare-button{
    width:200px;
    height:28px;
    background: url(i/nnm/compare2.png) no-repeat;
    cursor: pointer;
    text-align:center;
    line-height:28px;
    color:#636363;
    font-size:10px;
    font-weight:bold;

    margin-top:5px;
    display: block;
    text-decoration: none;
}

.compare-button:hover{
    opacity:0.8;
}

.sort_page{
    float:right;
    margin-top:3px;
    margin-right:10px;
}

.catalog_navigator{
    margin-right:0;
}

.catalog_navigator .delimetr {
    display:none;
    float: left;
    line-height: 21px;
    text-align: center;
    width: 21px;
}

.catalog_navigator .prev,
.catalog_navigator .next,
.catalog_navigator .show-all
{
    background-color: #c7c7c7;
    color: #fff;
    display: block;
    float: left;

    font-size: 15px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    margin-right: 2px;
    padding-right: 1px;
    text-align: center;
    text-decoration: none;
    width: 104px;
    transition: all 0.2s 0s linear;
}
.catalog_navigator .prev:hover,
.catalog_navigator .next:hover,
.catalog_navigator .show-all.active,
.catalog_navigator .show-all:hover{
    background-color: #EE8A1F;
}
.catalog_navigator .prev, .catalog_navigator .next{
    display: none;
}
.catalog_navigator a.page-num {
    background-color: #c7c7c7;
    color: #fff;
    display: block;
    float: left;

    font-size: 15px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    margin-right: 2px;
    padding-right: 1px;
    text-align: center;
    text-decoration: none;
    width: 33px;
    transition: all 0.2s 0s linear;
}
.catalog_navigator .page-num:hover {
    background-color: #EE8A1F;
}
.catalog_navigator .page-num.active{
    background-color: #EE8A1F;
}

#load_more_products{
    margin: 0 7px 20px 38px;
    cursor: pointer;
    clear: both;
    color: #fff;
    text-align: center;
    line-height: 28px;
    height: 28px;
    background:#323232;

    font-size:12px;
    font-weight:bold;
}




ul.ui-sort-list{

    padding:0;
    margin:0;
}

ul.ui-sort-list li{
    padding:0;
    margin:0;
}

ul.ui-sort-list li a{
    color:#fff;
    font-size: 16px;
    text-decoration:none;
    width:179px;
    display:block;
    padding:0 5px;
    margin:8px 0;
}

ul.ui-sort-list li a:hover{
    text-shadow: 0 0 0px #fff;
}

#filterbox .filter-title{
    display: none !important;
}

#filterbox .custom-list{
    position: relative;
}
#filterbox .custom-list .selected-item{
    font-weight: bold;
    font-size: 10px;
    margin-right: 10px;

}
#filterbox .custom-list .selected-item .decorated{
    color: #e53238;
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
    text-decoration: underline;
    padding: 0 12px 0 0;
    background: url("i/nnm/arrow-green-down.png") no-repeat right center;
}
#filterbox .custom-list .drop-list{
    display: none;
    position: absolute;
    top:24px;
    left:-2px;
    background: #ffffff;
    box-shadow: 0px 0px 3px 1px #d0d0d0;
    z-index: 5;
}
#filterbox .custom-list .drop-list input[type="text"]{
    width:25px;
    font-size: 11px;
    float: left;
    margin: -7px 14px 0px 14px;
    text-align: center;
}

#filterbox .custom-list .drop-list .ui-slider-horizontal{
    width: 175px;
    float: left;
}
#filterbox .custom-list .drop-list .drop-list-item{
    color: #b71d13;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
    padding: 2.2px 10px;
    white-space:nowrap;
}

/* Product detail
-----------------------------------------------------------------------------*/
#product-detail {
    position: relative;
}

#product-detail h1 {
    color: #2D2C2C;
    font-size: 34px;
    font-weight: normal;
    margin-bottom:0px;
    margin-top: 13px;
}

#product-detail h2 {
    font-weight: normal;
    color: #8b8b8b;
    font-size: 13px;
}

#product-detail .left-side {
    position: relative;
    float: left;
    width: 50%;
    max-width: 423px;

}

#product-detail .left-side .switch {
    position: absolute;
    top: 0;
    left: 0;
    border:1px solid rgba(0,0,0,0.03);
    background:none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
    border-radius:5px 0px 5px 0;
    border-left:0;
    z-index: 4;
    cursor: pointer;
    padding: 5px 7px;
    color: #ffffff;
    margin:0 0 0 1px;
}

#product-detail .left-side #foto-box,
#product-detail .left-side #ask-box{
    margin: 0 5% 0 0;
}
#product-detail .left-side #foto-box .default {
    position: relative;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    box-shadow: 0 0 5px #DDDDDD;
    overflow: hidden;
}

#product-detail .left-side #foto-box .default a {
    padding: 0;
    display: block;
}

#product-detail .left-side #foto-box .default img {

    height: auto;
    border-radius: 5px;
}

#product-detail .left-side #foto-box .default img.resize {
    width: 100%;
}


#product-detail .left-side #foto-box .other {

    text-align: left;
    /*margin: -2px auto 0px auto;*/
    margin-left:2px;
    margin-top:10px;
}

#product-detail .left-side #foto-box .other .pic {
    display: inline-block;
    width: 24%;
}

#product-detail .left-side #foto-box .other .pic a {
    display: block;
    text-align: center;
    margin: 0;
    cursor: url(i/magnify.cur), -moz-zoom-in;

}

#product-detail .left-side #foto-box .other .pic a:hover {
    z-index: 999;
}

#product-detail .left-side #foto-box .other .pic a .zoom-ico {
    position: absolute;
    width: 58px;
    height: 58px;
    background: url("i/nnm/zoom-ico.png") no-repeat;
    top: 1px;
    left: 1px;
    display: none;
}

#product-detail .left-side #foto-box .other .pic a:hover .zoom-ico {
    display: block;
}

#product-detail .left-side #foto-box .other .pic a img {
    border: 1px solid #dedede;
    box-shadow: 0 0 5px #ddd;
    height:auto;
    position: relative;
}

#product-detail .left-side #foto-box .other .pic a:hover img {
    box-shadow:0 0 5px #aaa;
}

#product-detail .left-side #ask-box {
    display: none;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    box-shadow: 0 0 5px #DDDDDD;
    min-height: 405px;
}

#product-detail .left-side #ask-box h2 {
    display: block;
    color: #000;
    font-size: 18px;
    text-align: center;
    margin: 0 0 8px;
    font-weight: normal;
    padding-top: 40px;
}

#product-detail .left-side #ask-box input,
#product-detail .left-side #ask-box textarea{
    display: block;
    margin: 0 auto 14px;
    color: #9d9c9c;
    width: 80%;
    height: 18px;
    outline: none;
    border: 1px solid #9d9c9c;

    font-size: 12px;
}
#product-detail .left-side #ask-box textarea {
    height: 200px;
    overflow: auto;
    resize: none;
}

#product-detail .left-side #ask-box button {
    background: url("i/nnm/button-bg-red.png") no-repeat left top;
    width:117px;
    height:24px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    display: block;
    margin: 0 auto 12px ;
}

#product-detail .left-side #ask-box button:active {
    top: 1px;
    left: 1px;
}
#product-detail .left-side #ask-box button:hover{
    background: url("i/nnm/button-bg-red.png") no-repeat left bottom;
}

#product-detail .left-side #ask-box p {
    margin: 0 0 7px 0;
}

#product-detail .right-side {
    float: left;
    position: relative;
    width: 50%;
    max-width: 362px;
}


.discussions-page .discussions{
    margin: 20px 0 0 0;
}
.discussions-page .discussions .block-title{
    color: #2D2C2C;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 5px;
}
#product-detail .discussions .form-toggle{
    font-size: 16px;
    cursor: pointer;
}
#product-detail .discussions .review{
    border: 1px solid #e53238;
    padding: 10px;
    margin-bottom: 15px;
}
#product-detail .discussions .author{
    font-size: 14px;
}
#product-detail .discussions .author .date{
    font-size: 12px;
    color: #999;
}
#product-detail .discussions .body{
    padding: 0 0 0 20px;
}
#product-detail .discussions .body .topic{
    font-weight: bold;
}

#product-detail #form-add-otz{
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    display: none;
    left: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}
.wrap_otz input{
    color: #000;
    font-family: arial;
    font-size: 16px !important;
    padding: 6px;
}
.wrap_otz textarea{
    color: #000;
    font-family: arial;
    font-size: 16px !important;
    padding: 6px;
}
.wrap_otz{
    background-color: #fff;
    bottom: 0;
    height: 270px;
    left: 0;
    margin: auto;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 421px;
}

.wrap_otz .h2{
    color: #bf272e;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}
#product-detail .discussions .row{
    clear: both;
}
#product-detail .discussions label{
    float: left;
    width: 100px;
}
#product-detail .discussions input,
#product-detail .discussions textarea{
    width: 400px;
    font-size: 14px;

}
#product-detail .discussions textarea{
    width: 400px;
    height: 80px;
}

#form-add-otz .add-button{
    background-color: #bf272e;
    border-radius: 1px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 23px;
    margin: auto;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    width: 167px;
}


#product-detail .right-side .info-box {
    position: relative;
    border-bottom:1px #b6b6b6 dotted;
    padding-bottom:0px;

}

#product-detail .right-side .info-box .buy-box {
    border-bottom:1px #b6b6b6 dotted;
    padding: 0 0 12px 0;
    margin: 0 0 10px 0;
    position: relative;
    /*height: 45px;*/
}

#product-detail .right-side .info-box .buy-box.more{
    height: 69px;
}

#product-detail .right-side .info-box .buy-box .in-stock {
    color: #616161;
    font-size:11px;
    position: absolute;
    top:0px;
    left:0px;
}

#product-detail .right-side .info-box .buy-box.not-old-cost .in-stock {
    top:3px;
}





#product-detail .right-side .info-box .buy-box .in-stock b{
    color: #627714;
}

#product-detail .info-box .buy-box .cost {
    color: #bf272e;
    float: left;
    font-size: 24px;
    line-height:24px;
    white-space: nowrap;
    margin:29px 0 8px 0 ;
    /*width: 176px;*/
}

#product-detail .info-box .buy-box .cost.sportpit {
    margin: 30px 0 8px;
}
#product-detail .info-box .buy-box .cost.sportpit .na_site {
    border-bottom: 1px dashed;
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    text-decoration: none;
    vertical-align: bottom;
}
#product-detail .right-side .info-box .buy-box .cost .old {
    color: #000;
    font-size: 15px;

    text-decoration: line-through;
    vertical-align: top;
}


#product-detail .right-side .info-box .buy-box .discount {
    position: absolute;
    top: 52px;
    color: #a3a3a3;
    background:url("i/nnm/diskount.png") no-repeat left;
    padding-left:20px;
    font-size:11px;
    padding-bottom:5px;
}

#product-detail .right-side .info-box .buy-box .discount.sportpit {
    top: 24px;
    background:none;
    padding-left: 0;
}

#product-detail .right-side .info-box .buy-box .discount b {
    color: #313131;
    font-size: 14px;
}

#product-detail .right-side .info-box .buy-box .discount.sportpit b {
    color: #313131;
    font-size: 14px;
    text-decoration: line-through;
}
/*#product-detail .right-side .info-box .buy-box .cost span,*/
#product-detail .right-side .info-box .buy-box .discount span {
    font-weight: bold;
    text-decoration: line-through;

}
#product-detail .right-side .info-box .buy-box .cost span {
    font-weight: bold;
}


#product-detail .info-box .buy-box .wrap-add-to-cart{
    background: #363636 url("i/bp/cart.png") no-repeat scroll 128px center;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: right;
    font-family: "PT Sans",sans-serif;
    font-size: 19px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    padding-right: 35px;
    text-align: center;
    text-decoration: none;
    width: 150px;
    transition: all 0.2s 0s linear;
    font-weight: bold;

}

#product-detail .info-box .buy-box .wrap-add-to-cart.checkout-cart{
    background: #363636 none repeat scroll 0 0;
    width: 185px;
    padding-right: 0;
}
#product-detail .right-side .info-box .buy-box .wrap-add-to-cart:hover{
    background-color: #bf272e;
}

#product-detail .right-side .info-box .buy-box .wrap-add-to-cart.no-click:hover{

    cursor: default;
}


#product-detail .right-side .info-box .buy-box .zakaz {
    position: absolute;
    right: -45px;
    top: 0px;
    width: 182px;
    height: 40px;
    cursor: default;
}

#product-detail .right-side .info-box .links {
    color: #353535;
    float: left;
    font-size: 12px;
    line-height: 18px;
    margin: 0 10px 5px 0;
    max-width: 245px;
}


#product-detail .right-side .info-box .links a {
    border-bottom: 1px dashed;
    color: #bf272e;
    text-decoration: none;
}

#product-detail .right-side .info-box .links span{
    color:#e53238;
    font-weight:normal;
}

#product-detail .right-side .info-box .links a.nn {
    text-decoration: none
}

#product-detail .right-side .info-box .buy-count {
    background: url("i/nnm/pattern.png");
    border: 1px solid #d2cdcd;
    border-radius: 5px;
    color: #000000;
    font-family: "PT Sans",sans-serif;
    height: 60px;
    line-height: 12px;
    margin: 2px 8px 5px 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 155px;
    width: 86px;
}

#product-detail .right-side .info-box .buy-count-horizon {
    width: 100%;
    height: 65px;
    background: url("i/nnm/pattern.png");
    border: 1px solid #d2cdcd;
    border-radius: 5px;
    text-align: center;
    color: #000000;
    line-height: 12px;
    margin: 2px auto 5px auto;
    font-family: "PT Sans",sans-serif;
    display: none;
}

#product-detail .right-side .info-box .buy-count-horizon .pageviews{
    width: 32%;
    margin-left: 0px;
    background: url("i/nnm/d-border-bg.png") repeat-y left;
    padding-top: 22px;
    margin-bottom: 0px;
    height: 41px;
    padding-bottom: 3px;
    float: left;
}

#product-detail .right-side .info-box .buy-count-horizon .soldcount{
    margin: 0;
    padding: 3px 0;
    width: 31%;
    margin-left: 0px;
    height: 59px;
    float: left;
}

#product-detail .right-side .info-box .buy-count .pageviews{
    width: 95px;
    margin-left: 0px;
    background: url("i/nnm/d-border-bg.png") repeat-x top;
    padding-top: 11px;
    margin-top: 5px;
    margin-bottom: 0px;
    height: 27px;
    padding-bottom: 3px;
}

#product-detail .right-side .info-box .buy-count .pageviews .num,
#product-detail .right-side .info-box .buy-count-horizon .pageviews .num{
    font-size: 14px;
    padding: 0px;
    margin-bottom: 3px;
}

#product-detail .right-side .info-box .buy-count .pageviews .num.small,
#product-detail .right-side .info-box .buy-count-horizon .pageviews .num.small{
    color:#363636;
    font-size: 12px;
    font-weight:normal;
    padding: 0px;
    margin-bottom: 3px;
}

#product-detail .right-side .info-box .buy-count .num,
#product-detail .right-side .info-box .buy-count-horizon .num {
    font-size: 19px;
    color: #e53238;
    text-shadow: 1px 1px 1px #ffffff;
    background:none;
    font-weight:bold;
    padding: 12px 0  5px 0;
}

#product-detail .right-side .info-box .buy-count-horizon .num {
    padding: 11px 0  8px 0;
}

#product-detail .right-side .info-box .buy-count .people,
#product-detail .right-side .info-box .buy-count-horizon .people {
    font-size: 11px;
    color: #363636;
}

#product-detail .right-side .prod_voiting {
    float: right;
    color: #000;
    width: 88px;
    position: relative;
    margin-right: 8px;
}

#product-detail .right-side .prod_voiting table {
    margin: 0 0 5px 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 10px;
    text-align: center;
}
.product_brief .stars{
    width: 79px;
    float: right;
}
.product_brief #votes_info {
    margin: 0px 0 6px 0;
    padding: 0 10px;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 10px;
    text-align: left;
}


.rate_button {
    display: block;
    margin: 5px auto
}

#product-detail .right-side .info-box .social-box {
    float: left;

}

#product-detail .right-side .info-box .yandex-zakaz {
    background: url("i/nnm/yandex.png") no-repeat 2px 1px;
    border: 1px solid #D2D2D2;
    color: #000000;
    font: 10px Tahoma;
    height: 18px;
    line-height: 19px;
    padding-left: 20px;
    width: 66px;
    position: absolute;
    right: 0px;
    top: 64px;
    text-decoration: none;
}

#product-detail .right-side .info-box .yandex-market {
    width:88px;
    height:29px;
    position:absolute;
    right:0px;
    top:90px;
    text-decoration:none;
    z-index:1
}

#product-detail .right-side .info-box .prod_click {
    right:0px;
    position:absolute;
    text-align:center;
    width:222px;
    height:26px;
    z-index:12;
}

#product-detail .right-side .info-box .prod_click a.show {
    display: block;
    width:222px;
    height:26px;
    margin:3px;
    cursor: pointer;
    background:url("i/nnm/on_click.png") no-repeat left;
    line-height:26px;
    color:#777777;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
}

#product-detail .right-side .info-box .one-click-buy .show:hover {
    border-radius:2px;
    box-shadow:3px 3px 3px #bbb;
}

#product-detail .right-side .short-options {
    width: 370px;
    height: 71px;
    padding: 0;
    border-bottom: 1px solid #ccc;
    margin: 0 auto
}

#product-detail .right-side .short-options .body {
    color: #000;
    font-size: 11px;
    line-height: 16px;
    padding: 10px;
    position: relative;
    text-align: left
}

#product-detail .right-side .short-options .body .all-options-link {
    color: #b5202c;
    position: absolute;
    top: 6px;
    right: 16px;
    font-size: 11px;
    font-weight: bold
}

.right-side .prod_desk{
    margin:10px 0 15px 0;
    color: #353535;
    font-size: 11px;

    border-bottom:1px #b6b6b6 dotted;
    padding-bottom:10px;
}

#foto-box .prod_desk{
    margin:10px 0 15px 0;
    color: #353535;
    font-size: 11px;

}

#product-detail .buy-also {
    float: left;
    width: 255px;
    position: relative;
    text-align: left;
    margin: 0 0 0 28px;
}

#product-detail .buy-also.more{
    margin: 0 0 0 25px;
    width: 260px;
}
#product-detail .buy-also.more .title h2{
    text-align: center;
}




#product-detail .buy-also .div {
    text-align: center;
}

#product-detail .buy-also table {
    margin: 0 auto;
}

#product-detail .buy-also .title {
    height: 27px;
    position: relative;
    clear: both;
}

#product-detail .buy-also .title h2 {
    margin: 0px;
    font-size: 15px;
    color: #343434;
    font-weight:bold;
}

#product-detail .buy-also .item {
    width:118px;
    height:116px;
    position: relative;
    display: inline-block;
    margin: 0 10px 10px 0;
    border: 1px solid #DEDEDE;
    border-radius:5px;
    box-shadow: 0 0 5px #DDDDDD;
}

#product-detail .buy-also .item:nth-child(2n+1){
    margin: 0 0px 10px 0;
}


#product-detail .buy-also .item a:hover .name{
    display: block;
    z-index: 10;
}
#product-detail .buy-also .item.hover a{

}
#product-detail .buy-also .item:hover{
    box-shadow: 0 0 5px #aaa;
}
#product-detail .buy-also .item a {
    display: block;
    padding: 0 10px;
    text-align:center;
}

#product-detail .buy-also .item a img.pr_img{
    border-radius:5px;
    margin:3px 0px;
}
#product-detail .buy-also .item .also-cost{
    height: 20px;
    text-align: center;
    color: #e53238;
    font-weight:bold;
    font-size:14px;
    line-height:20px;
    cursor: pointer;
    border-top: 1px solid #DEDEDE;
    padding-top:2px;
}

/*#product-detail .buy-also .item .also-cost span{
        text-decoration: line-through;
}*/
#product-detail .buy-also .item .also-cost img{

}

#product-detail .buy-also .item .name{
    position: absolute;
    top:123px;
    left: -7px;
    display: none;
    background: #f8f9f9;
    color: #393939;
    border-radius:3px;
    border: 1px solid #c5c5c5;
    font-size: 11px;
    line-height: 16px;
    width: 120px;
    padding:5px ;

}

#product-detail .buy-also .item .name .arrow{
    position: absolute;
    top:-6px;
    left: 60px;
    width: 9px;
    height: 6px;
    background: url("i/nnm/also-arrow.png") no-repeat;
}

#product-detail .buy-also .item .also-cost,#product-detail .buy-also .item .also-cost span.name{
    text-decoration:none;
}

#product-detail .buy-also .item .also-cost span.name{
    top:123px;
    font-weight:normal;
}
#product-detail .product-options {
    background: none repeat scroll 0 0 #FFFFFF;
    border-collapse: collapse;
    width: 100%;
    margin:15px 0;
}

#product-detail .product-options tr:hover {
    background: #f5f5f5;
}

#product-detail .product-options tr.title td {
    color: #fff;
    font-weight: bold !important;
    background-color: #666;
    font-size: 12px!important;
    font-family:"Tahoma", sans-serif;
    border: 1px solid #666;
}

#product-detail .product-options td {
    border:1px #888 solid;
    color: #333;
    font-size: 12px;
    padding: 7px 10px 7px 18px;
    font-family:"Tahoma", sans-serif;
}

#product-detail .product-options tr td:first-child {
    font-weight: bold !important;
}

#product-detail .product_description .title {
}
#product-detail .product_description .title .section{
    color: #2D2C2C;
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 5px;

}
#product-detail .product_description .title .product {
    color: #8b8b8b;
    font-size: 12px;
    text-transform: uppercase;
}


#product-detail .best-sellers {
    padding: 15px 0px;
}

#product-detail .best-sellers h2 {
    text-align: left;
    margin-bottom: 30px
}

#product-detail .best-sellers h2 span {
    text-align: center;
    background: #ffffff;
    padding: 0px 5px;
}

#product-detail .product_description {
    margin-top: 15px;
    font-family: tahoma;
}

#product-detail .product_description h2 {
    margin: 15px 0px
}

#product-detail .product-list-bottom{
    color: #2D2C2C;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 5px;
    font-family: "Roboto",sans-serif;
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: white;
    border-bottom: 1px solid #363636;
    text-decoration: underline;
    cursor: pointer;
}

.select_also_products_block{

    margin-top: 20px;
}

#product-detail .select_also_products_block {
    margin-top: 20px;
}

.select_also_products_block {
    text-align: left;
    margin: 0 30px 0 33px;
}

#product-detail .product-list-bottom.active{
    border-left: 1px solid #363636;
    border-right: 1px solid #363636;
    border-top: 1px solid #363636;
    border-radius: 7px 7px 0 0;
    background-color: #363636;
    color: white;
    text-decoration: none;
}
.bottom-carusel center{

}
#product-detail .desc_1
{
    color: #464646;

    font-size: 11px;
    margin-bottom:15px;
}

#need-items{
    border-collapse: collapse;
}

#need-items tr:hover{
    background-color: rgba(194, 3, 2, 0.2);
    border-radius: 5px;
}

#product-detail .need-items-title{
    border-top:1px dotted #B6B6B6;
    color: #2D2C2C;

    font-size: 24px;
    font-weight: normal;
    padding:15px 0 15px 0;
    margin: 15px 0 0 0;
}

#product-detail .need-items{
    width: 100%;
}
#product-detail .need-items td{
    font-size: 12px;
    line-height: normal;
}
#product-detail .need-items .n-images img{
    width: 30px;
    height: 30px;
}

/* Рейтинг товара */
#pad_votes{
    border-radius: 10px;
    box-shadow: 0 0 3px 0 #D2CDCD;
    position: absolute;
    display: none;
    z-index: 100;
    background-color: white;
    right: 0px;
    top: 73px;
    border: 1px solid #D2CDCD;
}

#pad_votes .vote_bg{
    background-color: rgba(110, 0, 0, 0.2);
    height: 15px;
    margin: 0 3px;
    width: 100%;
    border-radius: 5px;
}

#pad_votes .vote_sum{
    background-color: #e53238;
    height: 15px;
    border-radius: 5px;
}

#pad_votes .star_vote {
    height: 15px;
    margin: 0 3px;
    width: 75px;
}
#pad_votes .star_vote.v5{
    background: url("i/stars.png") no-repeat top right;
}

#pad_votes .star_vote.v4{
    background: url("i/stars.png") no-repeat 15px top;
}

#pad_votes .star_vote.v3{
    background: url("i/stars.png") no-repeat 30px top;
}

#pad_votes .star_vote.v2{
    background: url("i/stars.png") no-repeat 45px top;
}

#pad_votes .star_vote.v1{
    background: url("i/stars.png") no-repeat 60px top;
}

#pad_votes .votes_table {
    padding: 3px 6px 0 0;
    font-size: 14px;
    line-height: 14px;
}

#pad_votes .votes_table .two{
    width: 10px;
}

#pad_votes .votes_table .three{
    width: 100%;
}

/* Хочу в подарок */
#want_gift{
    position: relative;
    z-index: 2;
    margin: 5px 0;

}
#want_gift .gift-open-button{
    background:url("i/nnm/present.png") no-repeat left center;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 5px;
    padding:0 0 0 60px;
    height:44px;
    line-height: 44px;
    color: #e53238;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
}

#want_gift .gift-container{
    border: 1px solid #b5b5c0;
    background: #ffffff;
    box-shadow: 0px 0px 250px 150px #3f3f3f;
    position: absolute;
    padding: 10px;
    border-radius: 10px;
    top:-50px;
    left: -150px;
    width: 350px;
    display: none;
}
#want_gift .gift-container .close-gift{
    position: absolute;
    top:3px;
    right: 5px;
    cursor: pointer;
    text-decoration: underline;
    color: #CC0000;
}
#want_gift .gift-container .select-sn{
}
#want_gift .gift-container .select-sn .title{
    font-size: 18px;
    padding: 5px 0 0 0;
}
#want_gift .gift-container .select-sn .network{
    background-image: url("i/socials.png");
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
    float: left;
    margin: 0 20px 0 0 ;
}
#want_gift .gift-container .select-sn .network.face-book{
    background-position: 0px 0px;
}
#want_gift .gift-container .select-sn .network.twitter{
    background-position: -42px 0px;
}
#want_gift .gift-container .select-sn .network.ok{
    background-position: -126px 0px;
}
#want_gift .gift-container .select-sn .network.vk{
    background-position: -168px 0px;
}
#want_gift .gift-container .select-sn .network.gplus{
    background-position: -252px 0px;
}
#want_gift .gift-container .select-sn .network.mir{
    background-position: -294px 0px;
}
#want_gift .gift-container .wish_product_name{
    font-size:13px;
    font-weight:bold;
}
#want_gift .gift-container .wish{
    display: none;
}
#want_gift .gift-container .back-to-sn{
    position: absolute;
    top:3px;
    left: 5px;
    cursor: pointer;
    text-decoration: underline;
    color:#85B518 ;
}
#want_gift .gift-container .wish .title{
    font-size: 18px;
    padding: 10px 0 0 0;
    line-height: 25px;
}
#want_gift .gift-container .wish .gift-image{
    text-align: center;
}
#want_gift .gift-container .wish .gift-image img{
    width: 350px;
    height: 350px;
}
#want_gift .gift-container .wish .wish-text{
}
#want_gift .gift-container .wish .add-wish-button{
    background: #e53238;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    border-radius: 7px;
    font-size: 24px;
    cursor: pointer;
}
#want_gift .social-box{
    position: absolute;
    right: -5px;
    top: 9px;
}

span.in_stock_status.ok {
    color:#000;
    font-size: 14px;
    text-transform:lowercase;
}

span.in_stock_status.not{
    color:red;

}

.stars {
    width:76px;
    height:15px;
    background: url("i/nnm/stars.png") no-repeat bottom left 5px;
}

.stars div{
    width:76px;
    height:15px;
    background: url("i/nnm/stars.png") no-repeat top left;
    margin-left: 5px;
}

.stars2 {
    width:76px;
    height:15px;
    background: url("i/nnm/stars4.png") no-repeat bottom left;
}

.stars2 div{
    width:76px;
    height:15px;
    background: url("i/nnm/stars4.png") no-repeat top left;
}

.products_buy a.add_to_cart_brief
{
    background: url("i/bp/cart.png") no-repeat scroll;
    background-position:  85px center;
    background-color: #e53238;
    color: #fff;
    cursor: pointer;
    display: inline-block;

    font-size: 15px;
    font-weight: bold;
    height: 31px;
    line-height: 31px;
    margin: 0 5px;
    padding-left: 10px;
    padding-right: 35px;
    text-align: left;
    text-decoration: none;
    vertical-align: bottom;
    transition: all 0.1s 0s linear;
}
.products_buy a.add_to_cart_brief:hover {
    box-shadow: 0 0 2px 0px #e53238;
}

.products_buy .cant_add_to_cart_brief{
    float: right;
    background: #cfcfcf;
    width:74px;
    height:24px;
    text-align: center;
    line-height: 24px;
    margin: 0 0 0 10px ;
}
.cant_add_to_cart_brief {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}
.cant_add_to_cart_brief:hover {
    background: #9e9e9e;
}
/* Comparison page
-----------------------------------------------------------------------------*/
#comparison_page{
}
#comparison_page .product_table{
    border-collapse: collapse;
}
#comparison_page .product_table td{
    vertical-align: top;
    border-bottom: 1px solid #CACACA;
    padding: 4px;
}
#comparison_page .product_table .product-col{
    border-left: 1px solid #CACACA;
    font-size: 11px;
    min-width: 250px;
    max-width: 250px;
    width: 250px;
}
#comparison_page .product_table .product-col h4{
    margin: 5px 0px 0px;
    display: inline-block;
}

#comparison_page .product_table .product-col h4:first-child{
    margin: 0;
}

#comparison_page .product_table .product-col.description-col b{
    border-bottom: 1px dotted black;
    font-weight: normal;
}
#comparison_page .product_table  .name_cur_line{
    min-width: 125px;
    max-width: 125px;
    width: 125px;
}
#comparison_page .product_table .product-name a.name_product{
    color: #000000;
    font-size: 13px;
    display: inline-block;
    height: 36px;
    padding: 10px 3px 0;
}
#comparison_page .product_table .product-image{
    text-align: center;
    padding: 20px 0px;
}
#comparison_page .product_table .product-price{
    font-size: 16px;
    font-weight: bold;
    padding: 15px 10px 25px;
}

#comparison_page .product_table .product-price > span{
    color: red;
    /*	text-shadow: 1px 1px 2px silver;*/
}
#comparison_page .product_table .option-val{
    color: #191919;
}

/*Сравнение товаров*/

.compare_checker{
    clear:both;
    margin: 0 auto 5px auto;
    width: 180px;
    overflow: hidden;

}

.compare_checker .line_action{
    width: 546px;
    transition: margin 0.2s linear;
}

.compare_checker .line_action.step_2{
    margin-left: -180px;
}

.compare_checker .line_action.step_3{
    margin-left: -360px;
}

.compare_checker .line_action a{
    color:#828282;
    font-size: 11px;
    display: inline-block;
    text-align: center;
    width: 179px;
    cursor: pointer;
}
/*Страница сравнение доп стили*/
.main_compare_control{
    font-size: 13px;
    font-weight: bold;
    padding: 2px 5px 10px;
}
.main_compare_control select{
    margin-left: 10px;
}

.main_compare_control .delete{
    margin-left: 5px;
}
.main_compare_control .delete img{
    vertical-align: text-top;
    padding: 0 4px;
}

#comparison_page .head_table{
    position: absolute;
    background-color: white;
}

#comparison_page .head_table.fixed{
    top: 50px;
    position: fixed;
    box-shadow: 0 0 10px white;
}

#comparison_page .head_table td{
    position:relative;
    min-height: 301px;
    max-height: 301px;
    height: 301px;
}
#comparison_page .head_table.fixed td{
    position:relative;
    min-height: auto;
    max-height: auto;
    height: auto;
}

#comparison_page .head_table.fixed .poduct_img{
    display: none;
}

#comparison_page .margin_tr{
    height: 317px;
}

#comparison_page .delete_div{
    margin-top: -5px;
    text-align: left;
    position: absolute;
    bottom: 4px;
    left: 40px;
}
#comparison_page .product_table .product-name  .delete_div a{
    color: #000;
}
#comparison_page .delete_div a img{
    vertical-align: text-bottom;
    padding-right: 4px;
}

a.button_3d {
    line-height: 22px;
    perspective: 200px;
    color: white !important;
}
a.button_3d span {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 2px;
    box-shadow: 0 0 1px 0 #000;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    padding: 0 14px;
    position: relative;
    transform-origin: 50% 0 0;
    transform-style: preserve-3d;
    transition: transform 0.3s ease 0s;
}
a.button_3d span:before {
    background: linear-gradient(135deg, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 2px;
    box-shadow: 0 0 1px #000;
    color: white;
    content: attr(data-hover);
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 100%;
    transform: rotateX(-90deg);
    transform-origin: 50% 0 0;
    transition: background 0.3s ease 0s, color 0.3s ease 0s;
    width: 100%;
}
a.button_3d:hover span, .a.button_3d:focus span {
    transform: rotateX(90deg) translateY(-22px);
}

#product-detail .compare_checker .line_action a{
    text-align: left;
}

/* Cart page
-----------------------------------------------------------------------------*/
.cartTable {
    border-collapse:collapse;
}
.cartTable td, .cartTable th{
    padding:5px;
    font: 11px/18px "Roboto",sans-serif;
    border-bottom:1px solid #ccc;
}

.cartTable tr:last-child td{
    border:0;
}

.cartTable th{
    padding:5px;
    color:#6E6D69;
    text-align:left;
}

.cartTable tr td:first-child{
    padding:0;
}
.cartTable .cartTable__noProduct {
    background-color: #EDEDED;
}
.cart__no-product {
    color: red;
    font-size: 16px;
    font-weight: bold;
}
.cartTable .is-dop .cart-product-img{
    text-align: right;
}
.cartTable .is-dop .cart-product-img img{
    width: 50px;
    height:50px ;
}
.cartTable .is-dop a{
    font-size: 12px;
}
.cartTable a{
    font-size:15px;
}

.cartTable .trash a{
    display:block;
    background:url(i/trash.png) 0 0 no-repeat;
    width:26px;
    height:23px;
}

.cartTable .trash a:hover{
    background-position:0 0px;
}

.cartTable .cart-product-img{
}
.cartTable .cart-product-img img{
    width: 100px;
    height:100px ;
}

.cartTable input[type=text]{
    background:white;
    padding:3px;
    border:1px solid #ccc;
    border-radius:3px;
    text-align:center;
}

.cartTable .price {
    font: 15px "Roboto",sans-serif;
}

.cartTable .price b {
    font: bold 15px "Roboto",sans-serif;
}
.cartTable .in-stock{
    color: #ff0000;
    text-align: center;
    font-size: 11px;
    display: none;
}



/* Regiser page
-----------------------------------------------------------------------------*/
table.register {
    margin-left:40px;
}
.register th {
    padding:4px 5px;
    font-weight:normal;
}
.register td {
    padding:4px 5px;
}
.register input[type=text], .register input[type=password], .register textarea,
.register input[type=date]{
    border-top:1px solid #bababa;
    border-right:1px solid #bababa;
    border-bottom:1px solid #dbdbdb;
    border-left:1px solid #dbdbdb;
    background:white;
    width:200px;
    padding:3px 5px;
    font: 13px "Roboto",sans-serif;
}

.register .req input, .register .req textarea, .register input.req {
    border-left:1px solid #ef2b3c;
}
.user_phone{
    position: relative;
}

#user_phone:-moz-placeholder {
    color: #363636 !important;
}
#user_phone::-webkit-input-placeholder {
    color: #363636 !important;
}


/* Static page
-----------------------------------------------------------------------------*/
.static ul{
    margin-left:0px;
}
.static ol{
    margin-left:0px;
}

.static h2 {
    color:#b71d13;
}
.static h3 {
    font-weight: bold;
    color: #8b8b8b;
    font-size: 13px;
}
.static h1 {
    color: #333232;
    font-size: 16px;
    font-weight: normal;
}
.politika ul{
    list-style-type: none;
    padding-left: 10px;
    font-size: 14px;
}
.politika p {
    font-size: 14px !important;
    line-height: 16px;
}

.politika li{
    padding-bottom: 10px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    background-color: #fff;
    height: 340px;
    margin-top: -205px;
}

#footer .name_shop{
    position: absolute;
    top: 32px;
    left: 10px;
    color:#fff;
    font-size:13px;
    font-family:"Roboto",sans-serif;

}

#footer .foot_menu td{
    width:25%;
    color:#000;
    text-align:left;
    vertical-align:top;
    padding:10px 0 0;
}

#footer .foot_menu a{
    color:#000;
}
#footer .foot_menu b{
    font:14px "Roboto",sans-serif;
    display:block;
    margin-bottom:8px;
}

#footer .foot_menu ul{
    list-style:none;
    padding:0;
    margin:0;
}

#footer .foot_menu ul li{
    display:block;
    padding-right:15px;
}

#footer .foot_menu ul li a{
    color:#000;
    font-family:"Roboto",sans-serif;
    text-decoration:none;
    border-bottom:1px #404040 solid;
    font-size:11px;
}

#footer .foot_menu ul li a:hover{
    border-bottom:none;
}

#footer .adw{
    position: absolute;
    bottom:50px;
    right: 20px;
}


/* Разное
-----------------------------------------------------------------------------*/

#overlayer{
    background-color: #000000;
    opacity:0.5;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index: 100;
}

#overlayer_2{
    background-color: #000000;
    opacity:0.5;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index: 100;
}

#overlayer-loader {
    position: absolute;
    z-index: 999;
    height: 100px;
    background: url("i/ajax-loader.gif") no-repeat 0px 200px;
    padding: 230px 0px 0px 0px;
    width: 220px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}

#voiting_list{
}
#voiting_list input{
    margin: -3px 3px 0px 5px;
}



/* Carusel */

.bottom-carusel{
    padding: 0 0 0 30px;
    position: relative;
    margin: 0 30px 0px 0;

}
.bottom-carusel .products {
    margin: 0;
}


.bottom-carusel .prev_step,
.bottom-carusel .next_step,
.bottom-carusel .prev_step2,
.bottom-carusel .next_step2,
.bottom-carusel .prev_step3,
.bottom-carusel .next_step3
{
    position: absolute;
    height:100%;
    width: 33px;
    top:0px;
    left: 0px;
    background-color: #e8e8e8;
    cursor: pointer;
    color: #ffffff;
    font-size:90px;
    overflow: hidden;
}
.bottom-carusel .next_step,
.bottom-carusel .next_step2,
.bottom-carusel .next_step3
{
    top:-1px;
    left: 100%;
    border-top: 1px solid #B61D13;
    border-bottom: 1px solid #B61D13;
    background-color: #e8e8e8;
}

.bottom-carusel .prev_step div,
.bottom-carusel .next_step div,
.bottom-carusel .prev_step2 div,
.bottom-carusel .next_step2 div,
.bottom-carusel .prev_step3 div,
.bottom-carusel .next_step3 div
{
    position:absolute;
    top:39%;
    margin-top:-20px;
    width: 100%;
    text-align: center;
    color: #363636;
}

.lightbox a img {
    cursor: url(i/magnify.cur), -moz-zoom-in;
}

div.main-right {
    float:left;
}

div.cat_add2 {
    background:#f5f5f5;
    border:1px solid #eee;
    padding:20px;
    font:15px "Roboto",sans-serif;
    color:#333;
}

div.cat_add2 h2, #bottom-text div.cat_add2 h2 {
    font:24px "Roboto",sans-serif;
    margin:0 0 15px;
}

.cat_products {
    margin: -3em 0 0 -2em;
    text-align: center;
}
table.cat_pr_table {
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
}

table.cat_pr_table tr td{
    width:33%;
    text-align:center;
    padding:0;
}
table.cat_pr_table tr td:last-child{
    text-align:right;
}
table.cat_pr_table tr td:first-child{
    padding-left:1px;
    text-align:left;
}

/* City form */

#selectedCity{
    color: #bf272e;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: left;
    text-decoration: none;
    top: -14px;
    white-space: nowrap;
    right: 150px;
}

#selectedCity .txt_city{
    color: #636363;
    font-weight: normal;
}

#selectedCity .city_cur_s{
    border-bottom: 1px dashed;
}

#select-city-form{
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #828787;
    border-radius: 10px;
    padding: 15px 25px 10px 25px;
    position: fixed;
    text-align: left;
    right: 0;
    left: 0;
    margin: auto;
    top: 54px;
    width: 96%;
    z-index: 101;
    max-width: 600px;
    height: 80%;
    overflow: hidden;
    /*overflow: auto;*/
}
#select-city-form .title{
    font-size:14pt;
    color:#000000;
    text-transform:none;
    padding:10px 0px 10px 0px;
}
#select-city-form .close{
    position:absolute;
    top:0px;
    right:0px;
    background:#e53238;
    border-radius:0 10px 0px 10px ;
    color:#ffffff;
    font-size:15pt;
    width:30px;
    height:28px;
    line-height:22px;
    cursor:pointer;
    text-align:center;
}

#select-city-form #city_loading{
    margin: 15px 0 0;
    display: none;
}
#select-city-form  #city_result{

    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px #ddd;
    display: none;
    left: 22px;
    max-height: 400px;
    overflow: auto;
    padding: 10px;
    position: absolute;
    top: 197px;
    width: 924px;
}

#select-city-form  #city_result a{

    border-bottom: 1px dashed;
    font-size: 14px;
    text-decoration: none;
}

#select-city-form  #city_result b{

}
#select-city-form #search_city{
    display: block;
    font-size: 15px;
    height: 28px;
    padding: 5px 15px;
    width: 500px;
    margin-top:10px;
}
#select-city-form .title_sub{
    color: #000000;
    font-size: 14pt;
    padding: 10px 0;

}

#select-city-form .input button{
    background:#32856a;
    height:37px;
    padding:0px 5px;
    color:#ffffff;
    font-size:18px;
    border:0px;
    border-radius:5px;
    cursor:pointer;
}
#select-city-form #selectCity{
    height:33px;
    line-height:33px;
    border-radius:5px;
    border: 1px solid #acacac;
    outline:none;
    font-size:18px;
    padding:1px 0px 1px 20px;
    width:95%;
    vertical-align:top;
}
#select-city-form #selectCity:focus{
    border: 1px solid #2f876c;
}

#select-city-form .city-list{
    display: -webkit-flex;
    display: flex;
    width:100%;
    margin:10px 0px 0px 0px;
}
#select-city-form .input::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#select-city-form .input::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

#select-city-form .input::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D62929;
}
#select-city-form .input {
    overflow: auto;
    height: 92%;
}
/*#select-city-form .input::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D62929;
}*/
/*::-webkit-scrollbar { width: 3px; height: 3px; }
::-webkit-scrollbar-button {  background-color: #666; }
::-webkit-scrollbar-track {  background-color: #999; margin:}
::-webkit-scrollbar-track-piece { background-color: #ffffff; padding: 10px;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #999;}
::-webkit-resizer { background-color: #666;}*/
#select-city-form .city-list h3{
    margin:10px 0px 0px 0px;
}
#select-city-form .city-list .city_elem{
    display: inline-block;
    margin-right: 34px;
    margin-bottom: 3px;
}
#select-city-form .city-list .city,
#city-finded .box .city{
    cursor:pointer;
    font-weight:normal;
    font-family:"Tahoma", sans-serif;
    margin: 0;
}

#select-city-form .city-list .city{
    font-size: 15px;
    text-decoration: none;
    width: 150px;
    display: inline-block;
    color: #b71d13;
    cursor: pointer;
}
#select-city-form .city-list .city:hover{
    color: #2f2f2f;
}
#select-city-form .city-dop {
    position: absolute;
    display: none;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    z-index: 102;
    padding: 15px;
    box-sizing: border-box;
}
#select-city-form .city-dop h4 {
    text-align: center;
    font-size: 24px;
    color: #b71d13;
}
#select-city-form .city-dop h5 {
    text-align: center;
    font-size: 16px;
    color: #000000;
}
#select-city-form .city-dop .city-dop__content {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.justify-content-center {
    justify-content: center!important;
}
.justify-content-between {
    justify-content: space-between !important;
}
#select-city-form .city-dop .city-dop__element {
    padding: 5px;
    box-sizing: border-box;
    width: 30%;
}
#select-city-form .city-dop .close {
    left: 0;
}
#select-city-form .city-dop .city-dop__link {
    display: block;
    border: 2px solid #b71d13;
    padding: 3px;
    text-decoration: none;
    text-align: center;
    background-color: #ffffff;
}
#select-city-form .city-dop .city-dop__link:hover {
    border-color: #FF5D63 #E53238 #cd4848 #b60309;
    box-shadow: 1px 0 5px #E53238;
}
#select-city-form .city-dop .city-dop__link h6{
    font-size: 14px;
    font-weight: bold;
    color: #CC0000;
    margin: 30px 0;
}
#select-city-form .city-dop .city-dop__link .city-dop__element-adr{
    font-size: 12px;
    font-weight: bold;
    color: #000000
}
#city-finded{
    margin:1px 0px 0px 0px;
    border:1px solid #3db548;
    background:#ebfbcf;
    padding:10px ;
    border-radius:5px;
    display:none;
    width:770px;
}
#city-finded .box{
    max-height:222px;
    overflow:auto;
    font-size:11pt;
}
#city-finded .box .city{
    padding:2px 0px 2px 10px
}
#city-finded .box .city:hover{
    background:#e0fbb0;
}

/* Отзывы */
.discussions-page .strl{
    color: #d93d00;
    font-size: 69px;
    left: -84px;
    position: absolute;
    top: -20px;
}
.discussions-page .discussion{
    clear: both;
    margin: 0 0 15px 0;
    border: 1px solid #c3c3c3;
    box-shadow: 0 0 1px 0 #aaa;
    margin: 20px 0;
    padding: 12px;
}
.discussions-page .discussion.answer{
    position: relative;
    margin: 10px 0;
    border: 1px solid #d93d00;
    box-shadow: 0 0 1px 0 #d93d00;

}
.discussions-page .discussion .head{
    padding: 0 0 5px 0;
}
.discussions-page .discussion .head .product-name{
    font-size: 14px;
}

.discussions-page .discussion .product-image{
    float: left;
    margin: 0 15px 0 0;
}
.discussions-page .discussion .product-image img{
}
.discussions-page .discussion .body{
    padding: 0 0 0 110px;
    font-size: 14px;
    color:#333;
}

.discussions-page .client_foto{
    width: 95px;
}
.discussions-page .discussion .body .topic{
    font-weight: bold;
    font-size: 14px;
    color: #444;
}
.discussions-page .discussion .body .text{

}
.discussions-page .discussion .body .date{
    color: #999999;
    font-size: 12px;
    display: inline-block;
    padding-left: 10px;
}
.discussions-page .discussion .body .author{
    color: #bf272e;
    font-size: 14px;
    font-weight: bold;
}
.discussions-page .stars{
    display: inline-block;
    margin: 5px 0 9px;
    vertical-align: middle;
    min-width: 80px;
}
.discussions-page .rating{
    display: inline-block;
    margin: 5px 0;
    font-weight: bold;
    font-size: 14px;
    color: #444;
}
.discussions-page h1, .static.gellery h1{
    color: #ce1a11;
    font-size: 23px;
    font-weight: normal;
    margin: 15px 0 0;
    padding-bottom: 10px;
    text-align: left;
}


.disc_disc {
    color: #242424;
    font-size: 14px;
    margin: 15px 0 0;
    padding: 0;
}

.discussions-page .discussion{

}

.discussions .author{
    font-size: 14px;
}
.discussions .author .date{
    font-size: 12px;
    color: #999;
}

.discussions .body{
    padding: 0 0 0 20px;
}
.discussions .body .topic{
    font-weight: bold;
}

.discussions .block-title{
    color: #2D2C2C;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 5px;
    margin: 0;
}


.discussions .review {
    border: 1px solid #b71d13;
    box-shadow: 0 0 3px #b71d13;
    margin-bottom: 15px;
    padding: 10px;
}

.variants-box {
    position: absolute;
    top: 0px;
    right: 0px;
    font-family: "PT Sans",sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #353535;
    width: 184px;
    z-index: 10;
}

.variants-box select{
    font-family: "PT Sans",sans-serif;
    font-size: 11px;
    color: #e53238;
}

#product-detail .left-side #foto-box .zoom {
    position: absolute;
    background: url("i/zoom_in.png") no-repeat center bottom;
    color: #222;
    left: 0;
    top:40%;
    margin: 0 auto;
    font-size: 16px;
    opacity:0.666;
    padding: 0 0 45px 0;
    text-shadow:0 0 2px #fff,0 0 4px #fff;
    text-align: center;
    width: 100%;
}


#product-detail .left-side #foto-box .zoom span{
    opacity:1;
}

.cube,.cube2 {
    float: left;
    width:30px;
    height:40px;
    position:relative;
    margin: 0 18px 0 5px;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;

    -webkit-transform: rotate3D(0, 0, 0, 0deg) translate3D(0px, 0px, 0px);
    transform: rotate3D(0, 0, 0, 0deg) translate3D(0px, 0px, 0px);

    -webkit-animation: spinCube 8s infinite ease;
    animation: spinCube 8s infinite ease;
}
.cube .cube-side {
    width:30px;
    height:30px;
    color:#fff;
    font-size:30px;
    font-weight:bold;
    line-height:40px;
    text-align:center;
    border:1px solid #fff;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    position:absolute;
    box-shadow:0 0 15px 5px rgba(255,255,255,.4);
    -webkit-backface-visibility:visible;
    backface-visibility:visible;
    background: url('http://template.neo-brand.ru/iseon-s.png') no-repeat center center;
}

.cube2 .cube-side {
    width:40px;
    height:40px;
    color:#000;
    font-size:30px;
    font-weight:bold;
    line-height:40px;
    text-align:center;
    border:1px solid #000;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    position:absolute;
    box-shadow:0 0 15px 5px rgba(0,0,0,.4);
    -webkit-backface-visibility:visible;
    backface-visibility:visible;
    background: #000 url("logo_2.png") no-repeat center center/ 105% auto;
}

.cube-side_top {
    background-color:rgba(180,0,0,.4);
    -webkit-transform: rotate3d(1, 0, 0, 90deg) translate3d(0, 0, 20px);
    transform: rotate3d(1, 0, 0, 90deg) translate3d(0, 0, 20px);
}
.cube-side_bottom {
    background-color:rgba(180,0,180,.4);
    -webkit-transform: rotate3d(1, 0, 0, -90deg) rotate3d(0, 0, 1, 180deg) translate3d(0, 0, 20px);
    transform: rotate3d(1, 0, 0, -90deg) rotate3d(0, 0, 1, 180deg) translate3d(0, 0, 20px);
}
.cube-side_front {
    background-color:rgba(0,180,180,.4);
    -webkit-transform: rotate3d(1, 0, 0, 0deg) translate3d(0, 0, 20px);
    transform: rotate3d(1, 0, 0, 0deg) translate3d(0, 0, 20px);
}
.cube-side_back {
    background-color:rgba(0,0,180,.4);
    -webkit-transform: rotate3d(1, 1, 0, -180deg) translate3d(0, 0, 20px);
    transform: rotate3d(1, 1, 0, -180deg) translate3d(0, 0, 20px);
}
.cube-side_left {
    background-color:rgba(0,180,0,.4);
    -webkit-transform: rotate3d(0, 1, 0, -90deg) rotate3d(0, 0, 1, 90deg) translate3d(0, 0, 20px);
    transform: rotate3d(0, 1, 0, -90deg) rotate3d(0, 0, 1, 90deg) translate3d(0, 0, 20px);
}
.cube-side_right {
    background-color:rgba(180,180,0,.4);
    -webkit-transform: rotate3d(0, 1, 0, 90deg) rotate3d(0, 0, 1, 180deg) translate3d(0, 0, 20px);
    transform: rotate3d(0, 1, 0, 90deg) rotate3d(0, 0, 1, 180deg) translate3d(0, 0, 20px);
}

@-webkit-keyframes spinCube {
    0% {
        -webkit-transform: rotate3d(1, 1, 0, 0deg);
    }
    25% {
        -webkit-transform: rotate3d(1, 1, 0, 180deg);
    }
    50% {
        -webkit-transform: rotate3d(1, 0, 1, 180deg);
    }
    75% {
        -webkit-transform: rotate3d(0, 1, 1, 180deg);
    }
    100% {
        -webkit-transform: rotate3d(1, 1, 0, 360deg);
    }
}
@keyframes spinCube {
    0% {
        transform: rotate3d(1, 1, 0, 0deg);
    }
    25% {
        transform: rotate3d(1, 1, 0, 180deg);
    }
    50% {
        transform: rotate3d(1, 0, 1, 180deg);
    }
    75% {
        transform: rotate3d(0, 1, 1, 180deg);
    }
    100% {
        transform: rotate3d(1, 1, 0, 360deg);
    }
}


#scroll_up_button.view{
    display: block;
    height: 33px;
    opacity: 0.7;
}


#scroll_up_button.view:hover{
    opacity: 1;
    box-shadow: 0 0 4px 1px #000;
    width: 113px;
}
#scroll_up_button{
    background: url("/i/totop.png") no-repeat scroll -7px -36px white;
    border: medium none;
    box-shadow: 0 0 4px 1px #555;
    cursor: pointer;
    display: block;
    height: 0;
    left: 3px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    top: 2px;
    transition: opacity 0.2s linear 0s, box-shadow 0.2s linear 0s, width 0.2s linear 0s;
    width: 55px;
    z-index: 20;
}
#scroll_up_button span{
    display: block;
    line-height: 33px;
    font-size: 15px;
    margin-left: 56px;
}


/*Новая карусель*/

.view_cour{
    top: 8px;
    height: 25px;
    left: 30px;
    margin-top: -14px;
    text-align: center;
    top: 8px;
}


.cuor_block .init_block .cuor_content{
    display: block;
    float: none;
    height: 435px;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: left;
    top: 0;
    padding: 0 0 0 5px;
}

.cuor_block .init_block{
    text-align: -moz-center;
    float: none;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 465px;
    margin: 0px;
    overflow: hidden;
}

.view_cour .view_pointer{
    display:inline-block;
    width: 20px;
    height: 20px;
    background-color: grey;
    /*background: radial-gradient(ellipse at center center , rgba(224, 239, 249, 1) 0%, rgba(216, 225, 231, 1) 51%, rgba(181, 198, 208, 1) 50%, rgba(242, 246, 248, 1) 100%);*/
    background: radial-gradient(ellipse at center, rgba(235,241,246,1) 0%,rgba(232,232,232,1) 63%,rgba(249,249,249,1) 49%,rgba(249,249,249,1) 100%);
    border-radius: 50%;
    margin: 1px;
    transition: background 0.5s linear;
    cursor: pointer;
}

.view_cour .view_pointer.on{
    background-color: red;
    /*background: radial-gradient(ellipse at center, rgba(204,17,4,1) 0%,rgba(216,30,4,1) 33%,rgba(229,229,229,1) 49%,rgba(216,30,4,1) 57%);*/
    background: radial-gradient(ellipse at center, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%);

}

.cuor_block .product_brief{
    margin: 15px 15px 5px 15px;
    height: 395px;
}

.cuor_block .product_brief > div{
    width: 190px !important;

}


.cuor_block .product_brief img{
    width: 100% !important;
    height: auto !important;
}

.product-list-bottom{
    color: #2D2C2C;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 5px;
    font-family:"Roboto",sans-serif;
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: white;
    border-bottom: 1px solid #363636;
    text-decoration: underline;
    cursor: pointer;
}

.product-list-bottom.active{
    border-left: 1px solid #363636;
    border-right: 1px solid #363636;
    border-top: 1px solid #363636;
    border-radius: 7px 7px 0 0;
    background-color: #363636;
    color: white;
    text-decoration: none;
}


.select_also_products_block.main_page .breadcrumbs {
    float: left;
    margin: 0;
}


.select_also_products_block.main_page .breadcrumbs .all-categories {
    border-radius: 7px 7px 0 0;
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    padding: 10px 10px 10px 10px;
    position: relative;
    top: 1px;
}

.select_also_products_block.main_page .breadcrumbs #root_category_ul {
    border-radius: 0 5px 5px;
    text-align: left;
    top: 38px;
}

.products_day_block .products_item{
    width: 157px !important;
    height: 371px !important;
}

.products_day_block a.products_name{
    height: 37px;
}



.products_day_block .products_item .products_image img {
    height: auto !important;
    width: 100% !important;
}

.products_day_block .products_item > div {
    width: 100% !important;
}



#need-items{
    border-collapse: collapse;
}

#product-detail .complete .need-items-title{
    border-top:1px dotted #B6B6B6;
    color: #2D2C2C;
    font-family: "Roboto",sans-serif;
    font-size: 24px;
    font-weight: normal;
    padding:15px 0 15px 0;
    margin: 15px 0 0 0;
}

#need-items-wrap{
    border: 1px solid #b71d13;
    padding: 13px;
    border-radius: 5px;
}

#product-detail .complete .need-items{
    width: 100%;
}
#product-detail .complete .need-items td{
}
#product-detail .complete .need-items .tr-n-i{
    background: #eaeaea;
}
#product-detail .complete .need-items .tr-n-i:hover{
    background: #e4e4e4;
}
#product-detail .complete .need-items .n-images{
    width: 130px;
}

#product-detail .complete .need-items .n-images img{
    border: 1px solid #e0e0e0;
}

#product-detail .complete .need-items .n-name{
    color: #1f0900;
    font-size: 13px;
    padding: 6px 0;
}
#product-detail .complete .need-items .n-name a{
    color: #3b4049;
    font-size: 14px;
    display: block;
    margin: 0 0 10px 0;
}

#product-detail .complete .need-items .n-price{
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 17px;
}
#product-detail .complete .need-items .n-quantity{
}
#product-detail .complete .need-items .n-quantity span{
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    padding: 0 10px

}
#product-detail .complete .need-items .n-sum{
    font-size: 18px;
    color: #19101b;

}
#product-detail .complete .need-items .n-quantity img{
    vertical-align: middle;
}

#product-detail .complete .need-items .n-itog{
    text-align: right;
    font-size: 18px;
    font-family: "Roboto",sans-serif;
    color: #19101b;
}
#product-detail .complete .need-items .n-itog button{
    background: url("i/nnm/buy_bg.png") no-repeat;
    height: 20px;
    cursor: pointer;
    border: 0;
    width: 80px;
    line-height: 20px;
    color: #ffffff;
    font-size: 11px;
    font-family: "Roboto",sans-serif, sans-serif;
    border-radius: 5px;
}

#product-detail .complete .need-items .n-check{
    text-align: center;
}
.complete #need-items tr:hover{
    background-color: unset;
}

#product-detail .complete .need-items .n-name label{
    display: block;
    height: 80px;
    overflow: hidden;
}

#human_params a {
    display: inline-block;
    margin: 0 15px 0 0;
}

#human_params a.active {
    text-decoration: none;
    font-weight: bold;
}

#human_params span{
    color: #000;
    font-size: 11px;
    font-weight: bold;
    margin-right: 15px;
}

.jq-selectbox{
    cursor: pointer;
    z-index: 0 !important;
    width: 154px;
}

.jq-selectbox__select {
    height: 24px;
    padding: 0 10px 0 10px;
    color: #363636;
    font-family: "PT Sans",sans-serif;
    font-size: 11px;
    background: none repeat scroll 0 0 white;
    border: 1px solid #d2d2d1;
    border-radius: 5px;
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
    font-weight: normal;
    line-height: 24px;
}
.jq-selectbox__select:hover {

    background-position: 0 -10px;
}
.jq-selectbox__select:active {
    background: #f5f5f5;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
}

.jq-selectbox__select .text {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
    border-left: 1px solid #CCC;
    background-color: #ffffff;
}
.jq-selectbox__trigger .jq-selectbox__trigger-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    height: 0;
    opacity: 0.3;
    overflow: hidden;
    position: absolute;
    right: 7px;
    top: 10px;
    width: 0;
}
.jq-selectbox__trigger:hover .jq-selectbox__trigger-arrow {
    opacity: 1;
    filter: alpha(opacity=100);
}
.jq-selectbox .jq-selectbox__dropdown {
    top: 27px !important;
    margin: 0;
    padding: 0;
    background: #FFF;
    border: 1px solid #C6CBD0;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font-weight: normal;
    color: #e53238;
    z-index: 5;
    position:relative;
}
.jq-selectbox a {
    display: block;
    padding: 0 10px;
    text-decoration: none;
    white-space: nowrap;
    width: 135px;
}
.jq-selectbox a.selected {
    background: #A3ABB1;
    color: #FFF;
}
.jq-selectbox a:hover {
    background: #08C;
    color: #FFF;
}
.jq-selectbox a.disabled {
    color: #AAA;
}
.jq-selectbox a.disabled:hover {
    background: none;
}

.jq-selectbox ul{
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: left;
}


.jq-selectbox.option_color a:before{
    border-radius: 5px;
    content: "";
    display: inline-block;
    height: 8px;
    width: 15px;
}

.wrap_products_day{
    background-color: #b61d13;
    border: 1px solid #b61d13;
    border-radius: 7px 7px 0 0;
    margin: 3px 18px 0 0;
}

.title_products_day{
    color: white;
    display: block;
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    font-weight: normal;
    padding: 5px 15px  10px 15px;
    text-align: center;
    text-decoration: none;
}

.wrap_products_day .product_brief > div{
    width: 150px !important;
}
.wrap_products_day .product_brief .products_buy {
    margin: 2px 0 16px;
}

.wrap_products_day .products_item{
    border-radius: 5px;
    float: unset;
    margin: 2px;
}

.wrap_products_day .product_brief img {
    height: auto !important;
    width: 100% !important;
}

.product_brief{
    position: relative
}



.main_photo .product_day{
    top: 3px;
    right: 25px;
    left: unset;
    z-index: 100;
}

div.root_cats.mobile, .cats_mobile, #wrap_mobile_catalog, .info-box.mobile {
    display: none;
}

.product_brief.product_day_2{
    border-radius: 7px 7px 0 0;
    box-shadow: 0 0 1px 1px #e53238 inset;
}


.wrap_product_day{
    background-color: #b61d13;
    border: 1px solid #b61d13;
    border-radius: 7px 7px 0 0;
    margin: 3px 18px 0 0;
}

#product-detail .wrap_products_day{
    background-color: #e53238;
    border-radius: 7px 7px 10px 10px;
    margin:0;
    border: none;
}

#product-detail .desc_products_day{
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    margin-top: -9px;
    padding-bottom: 3px;
}

#product-detail .desc_products_day .countdown{
    display: inline;
}

#foto-box .is-bonus {
    background: url("/i/bonus.png") no-repeat;
    height: 40px;
    position: absolute;
    right: 8px;
    top: 0;
    width: 42px;
    z-index: 1000;
}


#foto-box .is-bonus .val {
    color: #ffffff;
    display: block;
    font-family: Trebuchet MS;
    font-size: 16px;
    font-weight: bold;
    padding-top: 3px;
    text-align: center;
    width: 42px;
}
#product-detail .left-side #foto-box{
    position: relative;
}



#foto-box .is-bonus .bottom_line {
    color: #ffffff;
    font-family: Trebuchet MS;
    font-size: 9px;
    font-weight: bold;
    left: 0;
    position: absolute;
    text-align: center;
    top: 18px;
    width: 42px;
}

.raz .hr{
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 9px;
    text-transform: uppercase;
    margin-top: 10px;
}
.raz .hr hr {
    background: #d1d1d1 none repeat scroll 0 0;
    border: medium none;
    height: 1px;
    margin: 0 0 13px;
    width: 42px;
    margin-top: 5px;
}

.raz .o1{
    background: rgba(0, 0, 0, 0) url("i/bp/ship.png") no-repeat scroll left center;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 43px;
    line-height: 41px;
    padding-left: 40px;
}

.raz .o2{
    background: rgba(0, 0, 0, 0) url("i/bp/pay.jpg") no-repeat scroll left center;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 86px;
    line-height: 126px;
    padding-left: 43px;
    overflow: hidden;
}

.raz .o3{
    background: rgba(0, 0, 0, 0) url("i/bp/home.png") no-repeat scroll 13px center;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    color: #9e9eae;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 11px;
    margin-right: 10px;
    margin-top: 9px;
    padding: 14px 10px 14px 68px;
    vertical-align: top;
    width: 138px;
    transition: all 0.2s 0s  linear;
}

.raz .o3:hover{
    border-color: #bf272e;
}

#fixed_line_cart{
    background-color: #363636;
    bottom: 0;
    height: 35px;
    position: fixed;
    width: 100%;
    z-index: 10;
}

#cart{
    float: right;
}
#cart .cart_block{
    background: #484848 url("i/bp/cart_line.png") no-repeat scroll 9px 12px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    line-height: 34px;
    padding: 0 20px 0 35px;
    text-transform: uppercase;
    cursor: pointer;
}

#cart .cart_block_2{
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    line-height: 34px;
    padding: 0 20px 0 20px;
    text-transform: uppercase;
}
#cart .cart_block_3{
    background-color: #bf272e;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding: 0 20px;
    text-transform: uppercase;
}

#cart .cart_block_3 a{
    color: #fff;
    text-decoration: none;
}

#votes_info td{
    font: 11px/18px "Roboto",sans-serif;
}

.prod_voiting .ui-sort-list{
    background: #f4f4f4 none repeat scroll 0 0 !important;
    margin: 0;
    padding: 0;
    z-index: 10;
}


.prod_voiting .ui-sort-list:hover{
    background: #f4f4f4 none repeat scroll 0 0 !important;
}
.prod_voiting  .ui-sort-list li:hover {
    background: #f4f4f4 none repeat scroll 0 0 !important;
}
.prod_voiting  .ui-sort-list li {
    font: 11px/20px "Roboto",sans-serif;
    margin: 0 3px;
    background: none;
    background: #f4f4f4 !important;
}


.category_home #root_category_ul .title_cat{
    margin-top: 15px;
}


.category_home #root_category_ul .title_cat .lvl-link-1{
    background-color: #bf272e !important;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 6px 10px 6px 38px;
    text-decoration: none;
    text-transform: uppercase;
}

.category_home #root_category_ul .title_cat.c83 .lvl-link-1:nth-child(1){
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #bf272e !important;
    background-image: url("/i/bp/trn.png");
    background-origin: padding-box;
    background-position: left 9px center;
    background-repeat: no-repeat;
    background-size: 21px auto;
}

.category_home #root_category_ul .title_cat.c128 .lvl-link-1:nth-child(1){
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #bf272e !important;
    background-image: url("/i/bp/ot.png");
    background-origin: padding-box;
    background-position: left 12px center;
    background-repeat: no-repeat;
    background-size: 17px auto;
}

.category_home #root_category_ul .lvl-1.title_cat .submenu.lvl1{
    background-color: #f5f5f5;
    border-radius: 0;
    box-shadow: none;
    display: block;
    position: relative;
    top: 0;
    width: 215px;
    left: 0;
}

.category_home #root_category_ul .lvl-1.title_cat .submenu.lvl1 li a.lvl-link-2{
    color: #000;
    font-size: 16px;
    text-decoration: none;
    white-space: normal;
}

.static p, .static{
    font-size: 16px;
}

.brand_block h1{
    border-bottom: none;
}

.brand_block .brand_item{
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    display: inline-block;
    margin: 5px;
    overflow: hidden;
    transition: all 0.2s linear 0s;
    padding: 2px;
}
.brand_block .brand_item img{
    height: 120px;
}

.brand_block .brand_item:hover {
    border-color:  #bf272e;
}

.also_products_block #related_incat_list,
.also_products_block #seen_products,
.also_products_block #hit_list {
    border: 1px solid #363636;
    overflow: hidden;
}


.link-drop {
    background: #bf272e none repeat scroll 0 0;
    float: left;
    padding: 4px 10px;
    position: relative;
    z-index: 102;
    display: none;
}
.link-drop:hover {
    background: #ff1e00 none repeat scroll 0 0;
}
.link-drop i {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 5px;
    margin: 6px auto;
    -webkit-transition:all 0.2s ease-out;
    -moz-transition:all 0.2s ease-out;
    -o-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;
    width: 27px;
    cursor: pointer;
}
.link-drop:hover i:first-child {
    -webkit-transform:rotate(-90deg) translateX(-11px);
    -moz-transform:rotate(-90deg) translateX(-11px);
    -o-transform:rotate(-90deg) translateX(-11px);
    transform:rotate(-90deg) translateX(-11px);
}
.link-drop:hover i:first-child + i + i {
    -webkit-transform:rotate(-90deg) translateX(11px);
    -moz-transform:rotate(-90deg) translateX(11px);
    -o-transform:rotate(-90deg) translateX(11px);
    transform:rotate(-90deg) translateX(11px);
}
.link-drop.active:hover {
    background: #ff1e00 none repeat scroll 0 0;
}

.link-drop.active:hover i:first-child {
    opacity:0;
    -webkit-transform:translateY(5px);
    -moz-transform:translateY(5px);
    -o-transform:translateY(5px);
    transform:translateY(5px);
}
.link-drop.active:hover i:first-child + i {
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}
.link-drop.active:hover i:first-child + i + i {
    -webkit-transform:rotate(-45deg) translate(8px, -8px);
    -moz-transform:rotate(-45deg) translate(8px, -8px);
    -o-transform:rotate(-45deg) translate(8px, -8px);
    transform:rotate(-45deg) translate(8px, -8px);
}

.top_menu ul.view {
    -webkit-transform:rotateY(0deg) skewY(0deg);
    -moz-transform:rotateY(0deg) skewY(0deg);
    -o-transform:rotateY(0deg) skewY(0deg);
    transform:rotateY(0deg) skewY(0deg);
}

.banner_wrap{
    width: 100%;
    position: relative;

    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}
.banner_wrap .slide_item {
    position: relative;
}
.banner_wrap .slide_item .del_banner {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #666;
    color: #fff;
    cursor: pointer;
    padding: 10px;

}
.newsblock img{
    max-height: 400px !important;

}
.newsblock .h3{
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    padding: 15px 15px 5px 15px;
    background-color: #eee;
    border-bottom: 1px solid #acacac;
    display: block;
}
.newsblock .h3 a{
    font-size: 25px;

}

.newsdiv{
    border:0 dashed black;
    border-width: 1 0 0 0;
    margin:3px;
}
.newsblock{
    box-shadow: 0 0 2px #666;
    float: left;
    margin: 20px 0;
    padding: 15px;
    width: 100%;
}

.newsblock .newsdate{
    margin-top: 10px;
    font-size: 14px;
}

.samovivoz{
    position: relative;
}

.samovivoz .maps{
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #bf272e;
    border-radius: 10px;
    box-shadow: 0 0 2px 2px #bf272e;
    display: none;
    padding: 10px;
    position: absolute;
    right: 0;
    width: 400px;
    z-index: 10;
}

.samovivoz .close{
    background-color: #bf272e;
    border-radius: 0 0 0 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 23px;
    padding-right: 3px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 21px;
    z-index: 11;
    cursor: pointer;
}

.product-info-full-item {
    background-color: white;
    color: #c2111a;
    cursor: pointer;
    display: inline-block;
    font-family: Tahoma;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 10px 15px;
    text-decoration: underline;
}


.product-info-full-item.active {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #cfcfcf #cfcfcf -moz-use-text-color;
    border-image: none;
    border-radius: 7px 7px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    color: #222;
    text-decoration: none;
}


.product_menu {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 13px;
    width: 100%;
}

.product_info_block {
    display: none;
    font-size: 14px;
}

.product_info_block.active{
    display: block;
}

#pr_pay .half_block:first-child{
    width: 40%;
}


#pr_pay .half_block{
    float: left;
    width: 59%;

}

#pr_pay .half_block .item_sam {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    font-size: 14px;
    padding: 5px;
    vertical-align: middle;
}

#ya_maps{
    height: auto !important;
}

#pr_pay .half_block .item_sam:hover {
    background-color: #f6f6f6;
}

#pr_pay .half_block .item_sam .index{
    color: #8e8e8e;
    float: left;
    font-size: 11px;
    margin-right: 5px;
    padding-top: 3px;
    vertical-align: middle;
}

#pr_pay .half_block .item_sam .index span{
    display: block;
}

#pr_pay .half_block .item_sam .phone{

}

#pr_pay .half_block .item_sam .phone a{

}



#action_block{
    background-color: #fff;
    left: -701px;
    position: fixed;
    top: 25%;
    z-index: 100;
    transition: all 0.2s 0s linear;
}

#action_block.view{
    box-shadow: 0 0 2px 2px #ff6600;
    left: 3px;
}

#action_block.hide{
    display: none;
}

#action_block .plashka{
    background:  linear-gradient(to right, #ff6600 3%, #bf272e 100%) repeat scroll 0 0;
    border-radius: 0 20px 20px 0;
    color: #fff;
    height: 230px;
    position: absolute;
    right: -40px;
    top: 40px;
    width: 40px;
    cursor: pointer;

}

#action_block .plashka span{
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 11px;
    -webkit-animation: plashkaAnim 1.5s infinite ease;
    animation: plashkaAnim 1.5s infinite ease;
}
#action_block.view .plashka span {
    -webkit-animation: plashkaAnim2 1.5s infinite ease;
    animation: plashkaAnim2 1.5s infinite ease;
}

#action_block .plashka .hide{
    border-top: 1px solid #f2a78a;
    bottom: 9px;
    cursor: pointer;
    font-family: cursive;
    font-size: 23px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    position: absolute;
    text-align: center;
    width: 40px;
}

#action_block .banner_block_a{
    width: 700px;
}

@-webkit-keyframes plashkaAnim {
    0% {
        text-shadow: 0 0 0px #fff;
        opacity: 0;
    }
    100% {
        text-shadow: 0 0 10px #fff;
        opacity: 1;
    }
}
@keyframes plashkaAnim {
    0% {
        text-shadow: 0 0 0px #999;
        opacity: 0.5;

    }
    50% {
        text-shadow: 0 0 3px #fff;
        opacity: 1;

    }
    100% {
        text-shadow: 0 0 0px #999;
        opacity: 0.5;
    }
}


#logo_line .version_switch {
    border: 1px solid #000;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    height: 20px;
    line-height: 18px;
    position: absolute;
    right: -6px;
    text-align: center;
    top: -16px;
    width: 20px;
}



.products_item .is-hit {
    background: url("i/hit.png") no-repeat scroll 0 0;
    background-size:100%;
    height: 65px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 53px;
}


.cuor_block .product_brief > div.product-day-txt{
    width: auto !important;
}

.also_products_block .product_brief .product-day-txt{
    border-bottom: 1px dashed;
    font-size: 16px;
    font-weight: bold;
}

.also_products_block .products_desc{
    height: 27px;
}

#root_category_ul .lvl-1:first-child a{
    background: rgba(0, 0, 0, 0) url("/i/backend/desc_domain.png") no-repeat scroll 5px center / auto 70%;

    padding-left: 29px;
}

.mk_stat img{
    width: 30%;
    margin: 1%;
    box-shadow: 0 0 2px 2px rgb(254, 91, 2);
}

.kontact img, #ya_maps img{
    width: 25%;
    margin: 1%;
    box-shadow: 0 0 2px 2px rgb(254, 91, 2);
}

.kontact hr{
    border-bottom: 1px solid #999;
    border-top: medium none;
    color: #fff;
    margin: 10px 0;
}

#product-detail #pr_instr h2{
    color: #2d2c2c;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 5px;
}

#product-detail #pr_instr{
    margin-bottom: 20px;
}

#day_form{
    background:  url("/i/bp/uk.png") no-repeat scroll center top;
    height: 219px;
    width: 238px;
    padding-top: 56px;
    position: relative;
    margin-top: -13px;
}
#day_form .banki{
    background:  url("/i/bp/banki.png") no-repeat scroll center top;
    height: 154px;
    position: absolute;
    width: 223px;
    top: 30px;
    transition: all 0.3s ease-out 0s;
}

#day_form:hover .banki{
    top: -2px;
}


#day_form .kon{
    background:  url("/i/bp/kon.png") no-repeat scroll center top;
    height: 219px;
    margin-top: 0;
    position: relative;
    text-align: center;
}

#day_form .title{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 92px;
}

#day_form .txt{
    display: inline-block;
    font-style: italic;
    margin-left: -6px;
}

#day_form .but{
    display: inline-block;
    background:  url("/i/bp/but_kon.png") no-repeat scroll center top;
    height: 21px;
    width: 109px;
    margin-top: 10px;
    cursor: pointer;
}

#day_form .but:hover{
    background-position: center -21px;
}
.big_t{
    border-bottom: 1px solid #dbd8d8;
    color: #ce1a11;
    font-size: 23px;
    font-weight: normal;
    margin: 10px 0 0;
    padding: 0 0 14px;
}

.hasCountdown{
    display: inline-block;
}
div.soc_a{
    display: block;
    left: 95px;
    position: absolute;
    top: -14px;
}
div.soc_a img{
    width: 20px;
    margin-left: 5px;
}

.discussions-page .discussions .form-add{
    margin: 20px 0 0 0;

}
.discussions-page .discussions .block-title{
    color: #2D2C2C;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 5px;
}
.discussions-page .discussions .form-toggle, .actu .send{
    background-color: #358e00;
    border-radius: 5px;
    box-shadow: 0 0 2px #358e00;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 15px;
    text-decoration: none;
}
.discussions-page .discussions .form-toggle2, .form-toggle2{
    background-color: #bf272e;
    border-radius: 5px;
    box-shadow: 0 0 2px #bf272e;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 15px;
    text-decoration: none;
    margin-left: 5px;
}
.discussions-page .discussions .review{
    border: 1px solid #e53238;
    padding: 10px;
    margin-bottom: 15px;
}
.discussions-page .discussions .author{
    font-size: 14px;
}
.discussions-page .discussions .author .date{
    font-size: 12px;
    color: #999;
}
.discussions-page .discussions .body{
    padding: 0 0 0 20px;
}
.discussions-page .discussions .body .topic{
    font-weight: bold;
}

.discussions-page .form-add{
    box-shadow: 0 0 2px 2px #777;
    display: none;
    margin: 10px;
    padding: 15px;
    text-align: left;
}

.discussions-page .form-add .add-button{
    background-color: #358e00;
    border-radius: 5px;
    box-shadow: 0 0 2px #358e00;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 15px;
    text-decoration: none;
}
.discussions-page .discussions .row{
    clear: both;
}
.discussions-page .discussions label{
    float: left;
    width: 100px;
}
#form-add-otz input,
#form-add-otz textarea{
    width: 400px;
    font-size: 14px;
}


.discussions-page .discussions input, .discussions-page .discussions textarea {
    font-size: 14px;
    width: 400px;
}

.discussions-page .discussions textarea {
    height: 80px;
    width: 400px;
}
#form-add-otz textarea{
    width: 400px;
    height: 80px;
}

#form-add-otz .add-button{

}

.text-center {
    text-align: center;
}
.cart-products .cart-products__content h3 {
    font-size: 36px;
    color: #e61d27;
    margin: 15px 0;
}
.cart-products .cart-products__content p {
    font-size: 18px;
    color: #000000;
    margin: 15px 0;
}
.cart-products .cart-products__counter {
    font-size: 24px;
    color: #e61d27;
}
.site-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.site-modal .site-modal__underlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}
.site-modal .site-modal__body {
    /*width: 730px;
    height: 480px;*/
    height: 100%;
    z-index: 1;
    position: relative;
    -webkit-animation: popin 0.3s;
    animation: popin 0.3s;
}
.site-modal .modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #1f0900;
    font-size: 18px;
    cursor: pointer;
}
.site-modal .modal-close:hover {
    color: #bf0000;
}
.telegram {
    position: relative;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 40px;
}
.telegram ul {
    /*padding-left: 150px*/
}
.telegram h6 {
    text-align: center;
    font-size: 28px;
    margin: 15px 0;
    line-height: 1;
}
.telegram h6 span {
    color: #bf0000;
}
.telegram ul li {
    list-style-type: none;
    font-size: 18px;
}
.telegram ul li::before {
    content: '\2666';
    color: #bf0000;
    font-size: 24px;
    padding-right: 10px;
}
.telegram .telegram__content .telegram__content-bot {
    margin-top: 25px;
}
.telegram-btn {
    text-decoration: none;
    padding: 10px 15px;
    font-size: 18px;
    color: #ffffff;
    background-color: #0088cc;
    border-radius: 10px;
}
.telegram-btn img {
    height: 22px;
    vertical-align: middle;
    margin-right: 10px;
}
#ouibounce-modal, #ouibounce-modal-cart {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}


#ouibounce-modal .inp_ou, #ouibounce-modal-cart .inp_ou{
    position: absolute;
    width: 155px;
    padding: 10px 12px;
}

#ouibounce-modal b, #ouibounce-modal-cart .b{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 70px;
    width: 500px;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    color: #333;
}

#ouibounce-modal .inp_ou.error{
    border: 1px solid red;
    box-shadow: 0 0 6px 0px red inset;
}

#ouibounce-modal #ou_name{
    right: 60px;
    top: 309px;
}

#ouibounce-modal #ou_tel{
    right: 60px;
    top: 360px;
}

#ouibounce-modal #ou_email{
    right: 60px;
    top: 410px;
}

#ouibounce-modal .modal__btn{
    position: absolute;
    bottom: 70px;
    width: 150px;
    border: 2px solid #fff;
    line-height: 40px;
    font-size: 20px;
    background-color: #346934;
    color: #fff;
    border-radius: 45px;
    right: 111px;
    cursor: pointer;
}
#ouibounce-modal .underlay, 
#ouibounce-modal-cart .underlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

#ouibounce-modal.shown .underlay, #ouibounce-modal-cart.shown .underlay{
    display: none !important;
}
#ouibounce-modal.shown  .modal, #ouibounce-modal-cart.shown  .modal {
    position: relative !important;
}
#ouibounce-modal.shown, #ouibounce-modal-cart.shown {
    position: relative !important;
    display: block !important;
}
#ouibounce-modal .modal, 
#ouibounce-modal-cart .modal{
    width: 730px;
    height: 480px;
    background-color: #fff;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    -webkit-animation: popin 0.3s;
    animation: popin 0.3s;
}
#telegram_modal .modal {
    width: 730px;
    background-color: #fff;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    -webkit-animation: popin 0.3s;
    animation: popin 0.3s;
}

#ouibounce-modal .modal.new {
    height: 600px;
    overflow: hidden;
    width: 640px;
}


#ouibounce-modal .modal .link {
    border-bottom: 1px dashed;
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
}

#ouibounce-modal .modal-title h3 {
    background-color: #e61d27;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin: 0;
    padding: 10px;
    text-align: center;
}

#ouibounce-modal .modal-title {

}
#ouibounce-modal .modal-title h4 span{
    display: inline-block;
    border-bottom: 1px dashed #555;

}

#ouibounce-modal .modal-title h4{
    color: #555;
    font-size: 19px;
    font-weight: normal;
    margin:  0;
    padding: 10px;
    text-align: center;
    background-color: #f0f1f2;
}

#ouibounce-modal .modal-body {
    padding: 5px 15px;
}

#ouibounce-modal .left_side{
    float: left;
    width: 60%;
}
#ouibounce-modal .right_side{
    float: right;
    width: 40%;
}

#ouibounce-modal .desc {
    background-color: #fff;
    border-bottom: 2px dashed #e61d27;
    border-top: 2px dashed #e61d27;
    color: #bf0000;
    font-size: 22px;
    margin: 0 0 10px 0;
    padding: 3px 10px;
    text-align: center;
}

#ouibounce-modal .ship {
    color: #bf0000;
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    padding-left: 5px;
}
#ouibounce-modal .img{
    background: url("/i/bcak2.jpg") no-repeat left center;
    height: 200px;
    position: relative;
    margin-top: -13px;
}


#ouibounce-modal .phone_line {
    color: #555;
    font-size: 16px;
    margin: 10px 0;
    padding: 15px 0 0;
    text-align: center;
}


#ouibounce-modal .price{
    height: 150px;
    position: absolute;
    right: 30px;
    top: 43px;
    width: 108px;
}

#ouibounce-modal .old_price{
    color: #555;
    font-size: 27px;
    text-decoration: line-through;
}
#ouibounce-modal .cur_price{
    color: #bf0000;
    font-size: 38px;
    font-weight: bold;

}


#ouibounce-modal .ttimer {
    color: #555;
    font-size: 19px;
    text-transform: uppercase;
}


#ouibounce-modal .ak.countdown, #ouibounce-modal-cart .ak.countdown{
    background: url("/i/news/istock.jpg") left center no-repeat;
    background-size: auto 100%;
    color: #bf0000;
    font-size: 41px;
    font-weight: lighter;
    height: 92px;
    line-height: 76px;
    padding-left: 93px;
}


#ouibounce-modal input {
    padding: 12px;
    font-size: 14px;
    width: 253px;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-font-smoothing: antialiased;
}

#ouibounce-modal .one_click {
    background-color: #4ab471;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-top: 7px;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

#ouibounce-modal .modal-footer,
#ouibounce-modal-cart .modal-footer {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}

#ouibounce-modal .modal-footer p,
#ouibounce-modal-cart .modal-footer p{
    text-transform: capitalize;
    cursor: pointer;
    display: inline;
    border-bottom: 1px solid #344a5f;
}
@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@-ms-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@-webkit-keyframes popin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    85% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@-ms-keyframes popin {
    0% {
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    85% {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes popin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    85% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.gellery{
    position: relative;
    text-align: center;
}
.gellery .itps {
    border: 1px solid #dfdfdf;
    display: inline-block;
    margin: 6px;
    padding: 6px;
    vertical-align: middle;
    width: 320px;
    transition: all 0.4s 0s linear;
}

.gellery .itps:hover {
    border: 1px solid #bf272e;
}

.gellery .itps img{
    max-height: 290px;
}

.gellery .itps .name{
    display: block;
}

#product-detail .ui-sort-list {
    background: white none repeat scroll 0 0;
    left: -1px;
    top: 20px;
    width: 86px;
}
#voiting_list .ui-sort-list {
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 6px 6px 3px -3px #ccc, -6px 6px 3px -3px #ccc;
}
#voiting_list ol, #voiting_list ul, #voiting_list label {
    float: none !important;
    margin: 0;
    padding: 5px 0 0;
}

div#voiting_list ul li input{
    width: auto !important;
}
#voiting_list .ui-sort-list li{

}

.demping_add{
    background: #363636 url("i/bp/plastic.png") no-repeat scroll 81px center / 40px auto;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: "PT Sans",sans-serif;
    font-size: 19px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    padding-left: 45px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s linear 0s;
    width: auto;
}

#fast_sale_order {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}



#fast_sale_order .form_b {
    background-color: #fff;
    bottom: 0;
    height: 145px;
    left: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 280px;
}


#fast_sale_order .close {
    background-color: #fff;
    border: 2px solid #7f66c1;
    border-radius: 50px;
    color: #8688b2;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 20px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -9px;
    width: 20px;
    z-index: 5;
}

#fast_sale_order .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

#fast_sale_order input {
    font-size: 16px;
    height: 23px;
    margin: 4px;
    width: 260px;
}



#fast_sale_order .go_order {
    background: #363636 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    margin-top: 5px;
    padding: 5px 0;
    text-align: center;
    text-shadow: 0 0 0 #fff;
    width: 267px;
}

#fast_sale_order #click_buy_result_2 {
    background-color: #fff;
    left: 0;
    padding: 0 10px;
    position: absolute;
    top: 153px;
    width: 280px;
}


.in_stock_magaz {
    background-color: #bf272e;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    margin: 5px 0;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}

.in_stock_magaz span{
    border-bottom: 1px dashed;
    display: inline-block;
}

.over_magaz{
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}
.content-magaz{
    background-color: #fff;
    bottom: 0;
    height: 295px;
    left: 0;
    margin: auto;
    max-width: 600px;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}

.content-magaz .close, .wrap_otz .close{
    background-color: #fff;
    border: 2px solid #bf272e;
    border-radius: 50px;
    color: #8688b2;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 20px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -9px;
    width: 20px;
    z-index: 5;
}
.content-magaz .sity_block{
    font-size: 16px;
    margin: 7px;
    text-align: left;

}
.wrap_sibc{
    display: none;
}
.content-magaz .sity_block span{
    color: #d93d00;
    font-weight: bold;
}
.content-magaz .mag_info{
    display: inline-block;
    height: 45px;
    margin: 1px 3px;
    width: 165px;
    position: relative;
    padding-left: 25px;
    text-align: left;
    vertical-align: top;
}

.content-magaz .nm{
    color: #555;
    display: block;
    font-weight: bold;
}

.content-magaz .icon_n {
    border: 1px solid #7c897a;
    border-radius: 2px;
    box-shadow: 0 0 1px 0 #2f3c2d;
    height: 25px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 13px;
}

.content-magaz .fuel{
    background-color: green;
    bottom: 1px;
    left: 1px;
    position: absolute;
    right: 1px;
    top: 50%;
}

.content-magaz .fuel.not{
    background-color: #ab0101;
    top: 89%;
}

.content-magaz .fuel.min{
    background-color: #ff9466;
    top: 73%;
}

.content-magaz .fuel.avg{
    background-color: #ff9900;
    top: 42%;
}

.content-magaz .fuel.max{
    background-color: #138808;
    top: 5%;
}

.content-magaz .loader{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top:0;
    width: 64px;
    height: 64px;
    margin: auto;
}
.pa_block{
    text-align: center;
}


.pa_block .article{
    display: inline-block;
    width: 26%;
    margin: 2%;
}

.pa_block .article img{
    width: 100%;
}


.pa_block .ar_name {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    text-align: left;
    text-decoration: none;
    color: #333;
}

.appeal p{

}

.appeal td{
    padding: 3px;
}

.appeal form{
    box-shadow: 0 0 2px #000;
    margin-top: 33px !important;
    padding: 17px;
}

.appeal .c_success{
    background: #358e00 none repeat scroll 0 0;
    border: 2px solid #70c93b;
    color: white;
    font: 17px Tahoma;
    margin: 5px 0;
    padding: 5px;
    text-align: center;
}

.n_n_s p, .n_n_s ul, .n_n_s ol{
    font-size: 16px;
    line-height: 22px;
    vertical-align: middle;
}


.n_n_s ul {
    list-style: outside none none;
    padding: 0;
}

.n_n_s ul li{
    background: url("/i/news/gc.png") left center no-repeat;
    padding-left: 25px;
    margin: 3px 0;
}



#maps_init{
    height: 600px;
    width: 100%;
    margin: 15px 0;
}

#maps_init .left_s{
    float: left;
    width: 350px;
    height: 600px;
    overflow: auto;
}

#maps_init .right_s{
    margin-left: 360px;
    height: 600px;
}

.kon_tpl h2{
    border-bottom: 1px solid #dbd8d8;
    color: #ce1a11;
    font-size: 23px;
    font-weight: normal;
    margin: 20px 0 0;
    padding: 0 0 14px;
}

.con_main{

}

.con_main th{
    color: #222;
    font-size: 21px;
    font-weight: normal;
    padding: 20px 0;
    width: 30%;
}
.con_main td{
    width: 30%;
    padding: 10px;
    text-align: center;
    color: #333;
}

.city_wrap .city_name{
    border-bottom: 1px dashed;
    color: #ce1a11;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.city_wrap.show .city_name:after{
    content: "-";
}
.city_wrap .city_name:after{
    border-bottom: medium none;
    content: "+";
    display: inline-block;
    font-size: 31px;
    font-weight: normal;
    margin-left: 8px;
    position: absolute;
    top: -7px;
}

.city_wrap .mlink{
    box-shadow: 0 2px 4px -2px #666;
    padding: 10px;
    cursor: pointer;
    transition: all 0.2s 0s linear;
    display: none;
}

.city_wrap.show .mlink{
    display: block !important;
}

.city_wrap .mlink:hover{
    background-color: #F6F6F6;
}

.city_wrap .mlink a{
    font-weight: bold;
    text-decoration: none;
    color: #333;
}


.city_wrap .mlink .adr {
    color: #555;
    font-size: 15px;
    font-weight: bold;
}

.city_wrap .mlink span {
    color: #444;
    font-size: 15px;
    display: block;
}

.city_wrap{
    margin-bottom: 20px;
}



#confirm_city {
    background: #fff5eb none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    color: #666;
    height: 100px;
    padding: 10px;
    position: absolute;
    text-shadow: none;
    width: 235px;
    z-index: 10;
    cursor: default;
    text-align: center;
    left: -88px;
    top: 30px;
}

#confirm_city .qu{
    font-weight: normal;
    text-align: center;

}

#confirm_city .btn{
    background: #bf272e none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px;
    text-decoration: none;
    margin: 10px 2px;
    box-shadow: 0 0 4px 0 #fff inset;
    transition: all 0.2s 0s linear;
}
#confirm_city .btn:hover{
    box-shadow: 0 0 0px 0 #fff inset;
}
#confirm_city .txt{
    display: block;
    font-size: 11px;
    font-weight: normal;
    white-space: normal;
    width: 239px;
}

#product-detail .city_wrap .mlink{
    display: none;
}

#product-detail .city_wrap .city_name{
    display: none;
}

#product-detail .city_wrap.show .city_name{
    display: block;
}


.right_img img {
    box-shadow: 0 0 2px 2px rgb(254, 91, 2);
    margin: 1%;
    width: 25%;
}

.kon_tpl_id h3{
    font-size: 15px;
}


.main-menu-pad {
    position: relative;
    text-align: left;
    background-color: #eee;
    box-shadow: 1px 2px 2px 2px #bbb;
}


.main-menu ul {
    display: block;
    height: 50px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}




.main-menu li:first-child {
    margin-left: 0;
}
.main-menu ul li {
    display: block;
    float: left;
    font-family: "Tahoma",sans-serif;
    font-size: 14px;
    height: 50px;
    letter-spacing: 0.3px;
    padding: 0;
    text-align: center;
    width: auto;
}
.main-menu ul li:hover{
    background-color: #D32026;
}

.main-menu ul li:hover > a{
    color: #fff;
    cursor: pointer;
}

.main-menu a {
    color: #333;
    display: block;
    font-family: cyrvetica;
    font-size: 14px;
    height: 20px;
    padding: 16px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.15s linear 0s;
}

.root_category_ul {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    border-top: 4px solid #D32026;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    display: none;
    height: auto;
    left: 0;
    min-height: 350px;
    padding: 0 0 5px;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 5;
}


.root_category_ul .root_pad {
    padding: 10px 10px 20px;
}

.main-menu ul> li > a{
    line-height: 21px;
    font-size: 15px;
    padding: 16px 20px;
}


.root_category_ul .subpad {
    float: left;
    padding: 10px 45px 10px 10px;
    text-align: left;
}
.main-menu a {
    color: #333;
    display: block;
    font-family: cyrvetica;
    font-size: 14px;
    height: 20px;
    padding: 16px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.15s linear 0s;
}

.menu_l2:first-child {
    margin-top: 0;
}
.menu_l2 {
    font-size: 14px;
    margin-top: 10px;
    text-transform: uppercase;
}

.menu_l2 a {
    font-size: 14px;
    font-weight: bold;
}
.menu_l2 a, .menu_l3 a {
    height: auto;
    margin: 0;
    padding: 3px 0;
    text-align: left;
}



.main-menu ul li {
    display: block;
    float: left;
    font-family: "Tahoma",sans-serif;
    font-size: 14px;
    height: 50px;
    letter-spacing: 0.3px;
    padding: 0;
    text-align: center;
    width: auto;
    box-shadow: 6px 1px 6px -6px #999;
}
.main-menu ul li:last-child {
    box-shadow: none;
}

.main-menu ul {
    display: block;
    height: 50px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}


div.subcat_pic {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    float: left;
    font-size: 15px;
    height: 189px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    padding: 5px 3px;
    text-align: center;
    transition: all 0.2s linear 0s;
    width: 122px;
}

div.subcats a {
    color: #444;
    display: block;
    font: 14px "PT Sans";
    transition: all 0.2s linear 0s;
}


div.subcat_pic img {
    height: auto;
    margin: 10px auto 3px;
    width: 100%;
}


#filterbox .custom-list .drop-list .drop-list-item a {
    border-bottom: 1px dashed;
    color: #333;
    font-size: 13px;
    font-weight: normal;
    line-height: 21px;
    outline: unset !important;
    text-decoration: none !important;
    transition: all 0.2s linear 0s;
}


#filterbox .custom-list .drop-list .drop-list-item {
    color: #ed2e27;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 10px;
    white-space: nowrap;
}


#filterbox .custom-list .drop-list .colom {
    display: table-cell;
    padding: 5px;
}

#filterbox .custom-list .drop-list .drop-list-item span {
    border-bottom: 1px dashed;
    color: #333;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    outline: unset !important;
    text-decoration: none !important;
    transition: all 0.2s linear 0s;
}

.main_top_menu_wrap .search{
    display: block;
    margin-left: 251px;
    text-align: right;
}
.main_top_menu_wrap .search span{
    display: block;
    overflow: hidden;
    width: 100%;
}

.main_top_menu_wrap .search .search_go{
    background: #363636 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 14px 9px 16px;
    position: absolute;
    right: 0;
    top: 0;
}
.main_top_menu_wrap .search #searchstring{
    background: #fff url("i/bp/icon_search.png") no-repeat scroll 12px 12px;
    border: medium none;
    color: #111;
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.18;
    margin: 0;
    padding: 10px 32px 11px;
    width: 100%;
}

.top_menu{
    /*display:table;*/
    width:100%;
    /*margin:0 10px 15px 10px ;*/
    /*height:45px;*/
}

.vti{
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 5px 0;
    background-color: #363636;
    color: #fff;
}

#voiting{
    padding: 0 0 4px 0;
    border: 3px solid #363636;
}


.products_item .is-new {
    background: rgba(0, 0, 0, 0) url("i/new.png") no-repeat scroll 0 0 / 100% auto;
    height: 65px;
    right: 5px;
    position: absolute;
    top: 5px;
    width: 53px;
}

.price_tag {
    background: #f23e2c none repeat scroll 0 0;
    border: 0 none;
    bottom: 70px;
    color: #fff;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    left: -16px;
    letter-spacing: -0.5px;
    padding: 5px 10px;
    position: absolute;
    text-transform: uppercase;


}
.product_brief .price_tag {
    opacity: 0;
    transition: all 0.3s 0s linear;
}

.product_brief:hover .price_tag {
    opacity: 1;
}

.price_tag .icon {
    background: url("/i/icon_table_pr.png") no-repeat scroll 0 0;
    bottom: -9px;
    height: 9px;
    left: 0;
    position: absolute;
    width: 15px;

}

.main_photo .price_tag{
    z-index: 10;
    bottom: 22px;
}

.price_tag a{
    border-bottom: 1px dashed #fff;
    color: #fff;
    display: inline-block;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -0.5px;
    text-decoration: none;
    text-transform: uppercase;
}

.price_tag.green {
    background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
    bottom: 0;
    height: 15px;
    left: 0;
    right: 0;
    opacity: 1 !important;
}

.fdel{
    display: inline-block;
    width: 26px;
    vertical-align: middle;
    background: transparent url("/i/fdelivery.png") no-repeat scroll 0px 0px ;
    height: 20px;
    margin-top: -3px;
    background-size: auto 100%;
}

.price_tag.green .icon {
    background: url("/i/icon_table_prg.png") no-repeat scroll 0 0;
}

.main_photo .price_tag {
    bottom: 99px !important;
    left: 0;
    width: 330px;
    z-index: 10;
    padding: 7px 10px;
    font-size: 13px;
    right: 0;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}
.main_photo .fdel{
    margin-top: -7px;
}

.vmas{
    background-color: #3f3f3f;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    left: 0;
    padding: 7px 0;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 222;
}

.link_change_city{
    border-bottom: 1px dashed;
    color: #777;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin-left: 10px;
    text-decoration: none;
}

.prd_admin_tab td, .prd_admin_tab th{
    border: 1px solid #ddd;
    padding: 6px;
}

ul ul.dob_sub {
    background-color: #fafafa;
    box-shadow: 0 4px 3px #cccccc;
    height: 0;
    left: -15px;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    top: 0px;
    transition: all 0.2s linear 0s;
    width: 102px;
    margin-right: -68px;
}

ul ul.dob_sub li {
    padding-left: 6px !important;
}

ul ul.dob_sub li a {
    height: 30px;
    line-height: 30px;
}

li:hover > ul.dob_sub {
    height: 30px;
}

.top_menu ul li.blog a{

    text-transform: uppercase;
}

.consul .yak{
    border-radius: 15px;
    box-shadow: 0 0 2px 2px #777;
}

.consul_ok{
    clear: both;
    display: block;
    font-size: 16px;
    padding: 10px 0;
}


.discussion.answer .tg-button{
    background-color: #358e00;
    border-radius: 5px;
    box-shadow: 0 0 2px #358e00;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 11px;
    text-decoration: none;
    margin-top: 8px;
}


ul ul.dob_sub li{

}

li:hover > ul.dob_sub.t {
    height: 65px;
}

ul ul.dob_sub.t{
    width: 260px;
}

ul ul.dob_sub.t li a{
    text-transform: none;
}

.product-day-txt.big{
    display: block;
    position: absolute;
    right: 3px;
    z-index: 5;
    font-size: 14px;
    font-weight: bold;
    width: 80px;
    text-align: center;
    text-shadow: 0 0 2px #fff;
    color: #bf272e;
    transform: rotate(30deg);
    top: 17px;
}

#ajax_search{
    background-color: #fff;
    box-shadow: 0 2px 4px 2px #ddd;
    padding: 10px 15px 43px;
    position: absolute;
    left: 0;
    min-width: 234px;
    z-index: 46;
    top: 36px;
    display: none;
    right: 0;
    text-align: left;
}

#ajax_search .title{
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 5px 0;
    text-transform: uppercase;
}

#ajax_search .title span{

}

#ajax_search .line {

}

#ajax_search .line a{
    color: #333333;
    font-size: 13px;
    line-height: 13px;
    margin: 5px 0;
    text-decoration: none;
    border-bottom: 1px dashed;
    display: inline-block;
}

#ajax_search .line a:hover{
    color: #000;
}

#ajax_search .result_all{
    background-color: #bf272e ;
    cursor: pointer;
    font-size: 12px;
    left: 0;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    bottom: 0;
    transition: all 0.2s 0s linear;
    color: #fff;
}

#ajax_search .result_all:hover{
    background-color: #9E2327;
}

#ajax_search img.krb {
    right: 13px;
    top: 19px;
    width: 11px;
}

.c_data{
    overflow-x: auto;
    padding: 20px 10px;
    margin: 20px 0;
    box-shadow: 0 0 2px 1px #ddd;
    display: none;
}

.c_data .sv{
    display: block;
    line-height: 22px;
    font-size: 15px;
}
.c_data > div.b{
    float: left;
    width: 410px;
    padding: 5px 20px;
    height: 170px;
    box-shadow: 0 0 2px 1px #777;
    margin: 10px;
}
.c_data table{

}

.c_data .m td{
    text-align: center;
    padding: 3px;
    border: 1px solid #999;
}

.c_data .m  td:first-child{
    white-space: nowrap;
    text-align: left;
}

.c_data .m  tr{


}

.c_data .m  th{
    padding: 3px;
    font-size: 10px;
    border: 1px solid #999;
}

.op_sy{
    display: inline-block;
    font-size: 14px;
    padding: 6px;
    background-color: #ffe73a;
    color: #444;
    cursor: pointer;
}

.but_alr{
    display: inline-block;
    padding: 14px;
    color: #333;
    background-color: #ffe73a;
    margin-top: 30px;
    margin-bottom: 10px;
    cursor: pointer;
}

.but_alr.active{
    background-color: #da6846;
}

#er_form{
    display: none;
}
.messengers {
    position: absolute;
    top: -15px;
    right: 15px;
    text-align: right;
}
.messengers a {
    text-decoration: none;
    margin-left: 5px;
}
.messengers img {
    height: 25px;
}

.zakaz-city {
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
}
.zakaz-city span {
    font-size: 24px;
    color: #d93d00;
    font-weight: bold;
}

.fest h1{
    font-size: 23px;
    color: #b71d13;
}

.fest h2{
    font-size: 19px;
    color: #444;
    margin: 0;
    font-weight: normal;
}
.fest .wrpf h2{
    color: #fff;
    text-align: center;
    margin: 10px 0;
}
.fest .lfr{
    color: #fff;
    padding: 0 20px;
}
.fest .wrpf{
    background-color: #363636;
    margin: 20px 0;
    padding: 1px 0 20px;
}
.fest  .rsContent{
    background-color: #363636 !important;
}
.fest .lfr{
    width: 230px;
    float: left;

    text-align: center;
}
.fest .lfr span{
    margin-top: 80px;
    display: block;
    font-size: 15px;

}
.fest .lfr .ch{
    margin: 20px 0 0px;
    font-size: 90px;
}
.fest .lfr .d{
    font-size: 25px;
}

.fest .banner_wrap{
    margin-left: 240px;
    width: auto;
}

.fest .vsa{
    font-size: 19px;
    color: #444;
    margin: 0;
    font-weight: normal;
    text-align: right;
    margin-top: -10px;
}

.fest .vsa span{
    font-weight: bold;
    color: #b71d13;
    font-size: 24;

}

.fest .banner_wrap img{
    position: relative;
    display: inline-block;
}
.fest .banner_wrap img:hover{

}
.fest .banner_wrap .rsContent:hover .fff{
    opacity: 1;
}
.fest .banner_wrap .rsContent .fff{
    content: "Выбрать акцию";
    display: block;
    padding: 20px;
    width: 180px;
    height: 50px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top:0;
    bottom: 0;
    line-height: 50px;
    background-color: rgba(255,255,255, 0.6);
    z-index: 10;
    transition: all 0.2s 0s  linear;
    opacity: 0;
    cursor: pointer;
}
.fest .banner_wrap .rsContent .chm{
    background: url("/i/check_mark_green_circle.png") no-repeat center center;
    background-size: 100%;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all 0.2s 0s  linear;
    z-index: 10;
    opacity: 0;
}

.fest .banner_wrap .rsContent.active .chm{
    opacity: 1;
}

.fest .n_n_s h3{
    font-size: 19px;
    color: #333;
}

.fest .discussions-page .form-add{
    display: block;
}

.fest .discussions-page .discussions label{
    width: 200px;

}
.fest .discussions-page .discussions{
    font-size: 14px;
}

.vpob{
    display: none;
}

.fest .error{
    border: 1px solid #de5d5d;
}

.fest .ers{
    display: none;
    color: #cd3f3f;
    font-size: 12px;
}


.result_o{
    font-weight: bold;

    background-color: green;
    display: inline-block;

    color: #fff;
}
.not-buy {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #b71d13;
    padding: 10px 5px;
    text-align: center;
    cursor: pointer;
}
.not-buy:hover {
    background-color: #d32026;
}

.not-buy-form {
    border: 1px solid #eeeeee;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    top:45px;
    left:0;
    width: 100%;
    background: #fff; /* Цвет фона */
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 0 0 15px rgba(0,0,0,0.5); /* Параметры тени */
    overflow:hidden;
    z-index:1000;
    border-radius: 5px;
}
#call_not_buy {
    display: none;
}
.buy-box__rel {
    position: relative;
    text-align: center;
}
.call-price_submit {
    background-color: #363636;
    border: medium none;
    color: #fff;
    cursor: pointer;
    /*display: block;*/
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    line-height: 22px;
    margin: 20px 0 0 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s linear 0s;
    width: 150px;
}
.call-price_submit:hover {
    background-color: #e53238;
}
#call_price_phone {
    font-size: 18px;
    text-align: center;
}
.call-price-title {
    font-size: 16px;
}
#call_price_res {
    font-size: 14px;
    font-weight: bold;
    color: #e53238;
    margin-top: 5px;
}
.call-price-brief {
    display: block;
    background-color: #b71d13;
    text-decoration: none;
    color: #ffffff;
    padding: 10px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold;
}
.call-price-brief:hover {
    background-color: #d32026;
}

.zagse{
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    padding: 15px 0px;
    color: #bf272e;
    font-weight: bold;
}
.zagse span{
    display: inline-block;
    font-size: 23px;
    text-transform: uppercase;
    padding: 10px 5px;
    margin: 0 5px;
    color: #fff;
    background-color: #bf272e;
}

.zagse2{
    text-align: center;
    font-size: 20px;
    color: #bf272e;
    font-weight: bold;
}
.zagse2 span{
    display: block;
    font-size: 13px;
    padding: 10px 5px;
    color: #fff;
    background-color: #000;
    margin-bottom: 20px;
}


.pulse {
    margin: 20px auto;
    display: block;
    width: 307px;
    height: 32px;
    color: #fff;
    border-radius: 0%;
    background: #bf272e;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(204, 27, 35, 0.40);
    animation: pulse 2s infinite;
    text-decoration: none;
    text-align: center;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 56, 51, 0.40);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 51, 51, 0.40);
        box-shadow: 0 0 0 0 rgba(204, 65, 62, 0.40);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}

.dob_ac{
    /*position: absolute;
    top: 0;
    left: 0;
    display: inline-block;*/
}
.dob_ac .bu{
    box-sizing: border-box;
    position: relative;
    padding: 5px;
    background-color: #666;
    color: #fff;
    display: inline-block;
    z-index: 2;
    cursor: pointer;
    width: 100%;
    border-radius: 3px;
}
.dob_ac .bu:hover {
    background-color: #3F3F3F;
}
.products_item:hover .dob_ac .bu {
    opacity: 1;
}

.dob_ac .wrsa{
    display: none;
    padding: 10px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 2px 2px #777;
}

.actu{
    margin-bottom: 40px;
}
.actu table {
    font-size: 12px;
}

.actu .item{
    padding: 15px 0;
    margin-bottom: 30px;
    box-shadow: 3px 4px 2px 0px #bbb;
}

.actu .item .l1{
    display: inline-block;
}

.actu .item .l2{
    display: inline-block;
    vertical-align: top;
    margin-left: 57px;
}

.actu  .dela{
    cursor: pointer;
}
.actu h2 {
    background-color: #E2E2E2;
    border-bottom: 2px solid #000;
    padding-top: 20px;
}
.actu .action-cart {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
}
.actu .action-cart__img {
    width: 100%;
}
.actu .action-cart__forma, .actu .action-cart__content {
    /*display: inline-block;*/
    width: 50%;
    margin-top: 25px;
}
.actu .action-cart__forma {
    /*margin-top: 25px;
    width: 40%;*/

}
.actu .action-cart__content {
    /*width: 55%;
    text-align: right;
    height: 100%;*/
    text-align: right;
    padding-right: 30px;
    box-sizing: border-box;
}

.actu .action-cart__img img{
    width: 100%;
    height: auto;
}
.cart-banner__img-on {
    width: 100%;
    margin-bottom: 10px;
}
.cart-banner img{
    width: 100%;
    height: auto;
}

.actu .action-cart__save {
    background-color: #358e00;
    border-radius: 5px;
    box-shadow: 0 0 2px #358e00;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 5px;
    text-decoration: none;
    margin-top: 20px;

}
.actu .action-cart__del {
    background-color: #bf272e;
    border-radius: 5px;
    box-shadow: 0 0 2px #bf272e;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    padding: 5px;
    text-decoration: none;
    margin-top: 30px;
}
.actu .action-cart__add {
    display: block !important;
    margin: 0 auto;
    background-color: #807401;
    border-radius: 5px;
    box-shadow: 0 0 2px #bf272e;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 10px;
    text-decoration: none;

}
#ouibounce-modal .izo1 img, #ouibounce-modal .izo2 img {
    width: 120px;
}
#ouibounce-modal .descc{
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #454545;
    padding-top: 5px;
}
#ouibounce-modal .izo1{
    position: absolute;
    top: 40px;
    left: -4px;
}

#ouibounce-modal .izo2{
    position: absolute;
    top: 40px;
    left: 134px;
}

.wpra{
    position: fixed;
    background-color: rgba(0,0,0,0.4);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

#swraion{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 700px;
    height: 430px;
    background-color: #fff;
    margin: auto;
    box-shadow: 0 0 7px #fff;
    text-align: center;
}

#swraion .titleh{
    font-size: 20px;
    text-align: center;
    margin: 17px 0;
}

#swraion #mapraion{
    height: 300px;
}

#swraion .but{
    margin: auto;
    background-color: #bf272e;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    display: none;
    cursor: pointer;
}

#swraion .mag{
    display: inline-block;
    width: 200px;
    text-align: left;
    padding: 7px;
    box-shadow: 0 0 2px 2px #ddd;
    margin: 5px;
    cursor: pointer;
    vertical-align: top;
    position: relative;
}
#swraion .mag:hover {
    box-shadow: 0 0 2px 2px #bf272e;
}

#swraion .adr{
    font-size: 14px;
    font-weight: bold;
    color: #444444;
    height: 70px;
}

#swraion .desc{
    color: #555;
    margin-top: 6px;
}

#swraion .desc_adr{
    color: #555;
    font-weight: normal;
}
#swraion .h{
    display: none;
}

#swraion .mag img{
    position: absolute;
    width: 100%;
    left: 0;
    top: 107%;
    box-shadow: 0 0 2px 2px #ddd;
    opacity: 0;
    transition: all 0.2s linear 0s;
    display: none;
    z-index: 2;
}
#swraion .mag:hover img{
    opacity: 1;
    display: block;
}

#news_form{

}

#news_form .zh{
    font-size: 18px;
}
#news_form b {
    background-color: #5ca867;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 16px;
}
#news_form .one_click {
    display: inline-block;
    background-color: #cf4239;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
}

#cart_save_button{
    padding: 7px 30px !important;
    background-color: #bf272e;
    color: #fff;
    border: none;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}
.soc_kont img {
    margin-top: 10px;
    width: 30px;
}
.zakaz-city .city_cur_s {
    font-size: 16px;
    border-bottom: 1px dashed;
    cursor: pointer;
}
.fin_price {
    color: #000000;
    font-size: 12px;
}

.upr-price {
    position: absolute;
    /*bottom: 200px;*/
    left: 0px;
    top: 0;
    text-align: center;
    height: 100%;
    z-index: 3;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    overflow: hidden;
}
.upr-but {
    padding: 5px;
}
.upr-price__title {
    width: 10px;
    padding: 10px 7px;
    background: linear-gradient(to right, #ff6600 3%, #bf272e 100%) repeat scroll 0 0;
    border-radius: 0 10px 10px 0;
    color: #ffffff;
    margin-top: 180px;
    /*position: absolute;*/
    /*margin-top: 200%;
    padding: 5px;
    width: 180px;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    background: linear-gradient(to bottom, #ff6600 3%, #bf272e 100%) repeat scroll 0 0;
    border-radius: 0 0 10px 10px;
    color: #ffffff;
    float: right;
    box-sizing: border-box;*/
}
.upr-price__title:hover{
    cursor: pointer;
}
.upr-price__panel {
    background: #b5b5b5;
    width: 240px;
    margin-left: -240px;
    transition: all 0.2s 0s linear;
    border-radius: 5px;
    /*display: none;*/
}
.upr-price__panel.view{
    margin-left: 0;
}
.upr-price__block {
    display: -webkit-flex;
    display: flex;
}
.upr-price__block p {
    margin: 5px 0;
}
.upr-price__price {
    padding: 5px 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.upr-price__price-zag {
    font-weight: bold;
}
.upr-price__on {
    width: 40%;
}
.upr-price__values {
    width: 60%;
}
.upr-price__values input{
    text-align: center;
    width: 70%;
}
.upr-price__values-markup {
    margin-top: 12px!important;
}
.upr-price__save {
    margin-top: 15px;
}
.upr-price__result-err {
    color: #FE0101;
}
.upr-price__result-suc {
    color: #ffffff;
    padding: 1px;
    background-color: #2CC701;
}
.upr-price__btn {

    /*height: 100%;*/
    /*transform: rotate(-90deg);
    transform-origin: left top 0;*/
}

.upr-price__markup-price, .upr-price__site-price {
    font-size: 16px;
}
.upr-price__markup-price {
    color: #FF0101;
    margin-top: 10px!important;
    text-decoration: line-through;
}
.upr-price__price-1c {
    /*border-bottom: 1px solid #000;*/
    padding: 3px 0;
    background-color: #D5D4D4;
}
.upr-price__price-1c span {
    color: #880101;
}

.vkusi_dos{
    margin-bottom: 9px;
}

.vkusi_dos label {
    display: inline-block;
    padding: 5px 5px;
    border: 1px solid #dedede;
    cursor: pointer;
    margin-bottom: 3px;
    margin-right: 2px;
}
.btn-disable-product {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e53238;
    color: #ffffff;
    border: none;
    padding: 5px;
    cursor: pointer;
    z-index: 1;
    font-size: 12px;
    opacity: 0.5;
}
.products_item:hover .btn-disable-product {
    opacity: 1;
}
.product_disabled {
    border-color: #FF5D63 #E53238 #cd4848 #b60309;
    box-shadow: 1px 0 5px #E53238;
    background-color: #FFD1D3;
}
.btn-green {
    background-color: #56A001;
}
.btn-green:hover{
    background-color: #63B801;
}
.btn-blue {
    background-color: #3333E5 !important;
}
.product-info__disabled{
    color: #FF0101 !important;
    background-color: #FFD1D3 !important;
    margin-top: 15px;
    padding: 5px 0;
    text-align: center;
    font-size: 24px !important;
}
.add-sp {
    /*position: absolute;*/
    /*top: 80px;
    left: 0;*/
    width: 100%;
    z-index: 1;
    text-align: center;
    margin-top: 3px;
}
.btn-add-sp {
    background-color: #56A001;
    color: #ffffff;
    border: none;
    padding: 5px;
    cursor: pointer;
    font-size: 12px;
    width: 100%;
    border-radius: 3px;
    /*opacity: 0.5;*/
}
.btn-add-sp:focus {
    outline: none;
}
.btn-add-sp:hover {
    background-color: #498701;
}
.hand_discount {
    position: absolute;
    right: 5px;
    /*top: 30px;*/
    font-size: 48px;
    font-weight: bold;
    color: #E53238;
    background-color: #ffffff;
    opacity: 0.9;
}
.time_to_call {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.support {
    position: fixed;
    width: 350px;
    top: 50px;
    left: 50%;
    margin-left: -165px;
    text-align: center;
    z-index: 50;
}
.support ul li {
    text-align: left;
}
@keyframes tpAnim {
    0% {
        text-shadow: 0 0 0px #155724;
        opacity: 0.8;

    }
    50% {
        text-shadow: 0 0 3px #d4edda;
        opacity: 1;

    }
    100% {
        text-shadow: 0 0 0px #155724;
        opacity: 0.8;
    }
}

.support__btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0 0 10px 10px;
    cursor: pointer;
    animation: tpAnim 1.5s infinite ease;
    outline: none;
}
.support__btn:hover{
    animation: none;
}
.support__btn_green {
    background-color: rgba(212, 237, 218, 1);
    border: 2px solid #155724;

}
.support__btn_red {
    background-color: rgba(255, 142, 142, 1);
    border: 2px solid #c52525;
}
.support__content {
    position: relative;
    width: 330px;
    border-radius: 10px;
    padding: 10px;
    margin-top: -204px;
    z-index: 10;
    height: 180px;
    /*display: none;*/
    transition: all 0.5s 0s linear;
}

.support__content.view {
    /*display: block;*/
    margin-top: 0;
}
.support__content_succes{
    background-color: rgba(212, 237, 218, 1);
    border: 2px solid #155724;
}
.support__content_danger{
    background-color: rgba(248, 215, 218, 1);
    border: 2px solid #721c24;
}
.support__content h2 {
    text-align: center;
}
.support__content_succes h2 {
    color: #155724;
    margin: 0;
}
.support__content_danger h2 {
    color: #721c24;
    margin: 0;
}
.support__content_danger p{
    text-align: left;
    color: #721c24;
    font-weight: bold;
    margin: 5px 0 0 0;
}
.support__contacts{
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.support__number {
    font-size: 14px;
    font-weight: bold;
    margin-left: 15px;
}
.support__whatsapp {
    height: 25px;
}
.low-price {
    text-align: left;
}
.low-price__btn {
    border: none;
    background: #FFFFFF url(i/bp/coins.png) 4px center no-repeat;
    color: #bf272e;
    /*border: 1px solid #bf272e;*/
    padding: 8px 10px 8px 35px;
    font-weight: bold;
    cursor: pointer;
}
.low-price__btn:hover {
    box-shadow: 0 0 5px #bf272e;
}
.lp-modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}
.lp-modal__content {
    padding: 20px;
    background-color: #fff;
    color: #000;
    height: 360px;
    width: 280px;
    background-color: #FAFAFA;
    border: 2px solid #000000;
    box-shadow: 0 0 3px #aaa;
}
.lp-modal .close {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #e53238;
    color: #ffffff;
    font-size: 15pt;
    width: 30px;
    height: 28px;
    line-height: 22px;
    cursor: pointer;
    text-align: center;
}
.lp-modal .close:hover {
    background: #363636;
}
.lp-modal__header {
    text-align: center;
    font-size: 24px !important;
}
.lp-modal__input-block {
    margin-bottom: 15px;
}
.lp-modal__input-block p {
    font-size: 14px;
    margin-bottom: 5px;
}
.lp-modal__input-block p span {
    color: #bf272e;
}
.lp-modal__input-block input {
    width: 100%;
    font-size: 16px;
    padding: 5px 5px;
    border: 1px solid #d2d2d1;
    border-radius: 5px;
    background: white;
    box-sizing: border-box;
}
.lp-modal__input-block input:hover {
    box-shadow: 0 0 3px #aaa;
}
.lp-modal__input-block input:focus {
    outline: none;
}
.lp-modal__btn-block {
    text-align: center;
}
.lp-modal__btn {
    background-color: #bf272e;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
    border: none;
}
.lp-modal__btn:hover {
    background: #363636;
}
.lp-modal__personal {
    color: #777;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
}
.lp-modal__personal a {
    color: #777;
    font-size: 11px;
    line-height: 12px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dashed;
}
#overlayer_3{
    /*background-color: rgba(0, 0, 0, 0.5);*/
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index: 999;
}
.lp-modal__alert {
    border-color: #bf272e !important;
}

/*.denis {
    display: block !important;
}*/
.surprise {
    width: 500px !important;
    height: 540px !important;
}
.surprise_samara {
    height: 640px !important;
}
.surprise_samara #form_3{
    width: 100%;
}
.surprise__wrap {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-top: 30px;
}
.surprise__logo {
    margin-top: 5px;
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
    height: 70px;
}
.surprise__content {
    width: 70%;
    padding-left: 25px;
    box-sizing: border-box;

}
.surprise__content p {
    font-size: 24px;
    margin: 0;
}
.surprise__descr {
    width: 100%;
    padding: 0 15px;
}
.surprise__descr h6 {
    font-size: 24px;
    margin: 0;
    text-align: center;
    margin-left: 20px;
}
.surprise__descr h6 span{
    font-size: 36px;
    margin: 0;
    text-align: center;
    color: #ed1c25;
}
.new-act {
    padding-left: 50px;
}
.new-act__ask {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
}
.new-act__usl {
    font-size: 14px;
}
.new-act__usl span {
    color: #ed1c25;
    font-weight: bold;
}
.surprise__content h1 {
    font-size: 72px;
    margin: 0;
    color: #ed1c25;
}
.surprise__content span {
    color: #ed1c25;
    font-size: 10px;
}
.surprise__img {
    width: 30%;
}
.surprise__img img {
    max-height: 100%;
    max-width: 100%;
}
.surprise__form {
    margin-top: 25px;
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
.surprise__form input {
    margin: 5px auto;
}
.surprise__btn {
    margin: 5px auto;
    width: 279px;
    background-color: #ed1c25;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border: none;
    padding: 10px 0;
    cursor: pointer;
    border-radius: 4px;
}
.surprise__btn:hover {
    background-color: #D41923;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

/*.denis {
    display: block !important;
}*/
.surprise__content .surprise__item {
    padding: 5px;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}
.surprise__content .surprise__item .surprise__check {
    width: auto !important;
}
.surprise__content .surprise__item .surprise__item-cont{
    border: 1px solid #000000;
    height: 90%;
    padding: 15px 5px 5px 5px;
}
.surprise__content .surprise__item .surprise__item-cont p {
    font-size: 14px !important;
}

.surprise__content .surprise__item h1 {
    font-size: 20px !important;
}

.plaxa {
    position: relative;
    border: 10px solid #bf272e;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 50px;
}
.plaxa h2 {
    text-transform: uppercase;
    font-size: 44px;
    /*line-height: 61px;*/
    margin-top: 19px;
    text-align: center;
}
.plaxa .plaxa__top {
    position: absolute;
    width: 350px;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    left: 50%;
    margin-left: -175px;
    background-color: #ffffff;
    top: -20px;
}
.plaxa .txt {
    color: #544f4d;
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
    text-align: center;
}
.surprise .close, .opros__body .close {
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 18px;
    color: #bf272e;
    cursor: pointer;
    font-weight: bold;
}
.no-send-cart {
    color: #d32026;
    font-size: 22px;
}
.open-body {
    position: relative;
    padding: 20px 20px;
    text-align: center;
    background-color: #d32026;
    /*background-size: 200px;*/
    border-radius: 5px;
    font-size: 22px;
    color: #ffffff;
}
.open-body__logo {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 150px;
}
.open-body p {
    padding-bottom: 20px;
}
.open-body p span {
    font-size: 26px;
}
.open-body a {
    color: #000000;
    font-size: 18px;
    padding: 8px 12px;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 5px;
    margin-top: 10px;
}
.open-body a:hover {
    background-color: #e6e6e6;
}
.treners-block {
    margin: 20px 0;
    /*padding: 0 30px;*/
    /*height: 300px;*/
    width: 100%;
    overflow: hidden;
}
.treners-slider {
    width: 100%;
    padding: 0 40px;
}
.trener {
    -webkit-align-items: center;
    align-items: center;
}
.trener .trener__descr{
    padding-right: 20px;
}
.trener .trener__descr h5 {
    font-size: 24px;
    font-weight: bold;
    color: #242424;
    margin: 0 0 10px 0;
}
.trener .trener__descr ul li {
    font-size: 14px;
    color: #666666;
}
.trener .trener__img img {
    max-height: 230px;
}
.trener .trener__img a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 15px auto 0 auto;
}
.trener .trener__img a img {
    max-width: 100%;
    height: auto;
}
.trener .trener__prod {
    display: block;
    margin-top: 15px;
    padding: 8px 10px;
    font-size: 18px;
    text-align: center;
}
.secret-bay {
    padding: 10px 15px;
    background-color: #d32026;
    color: #ffffff;
    margin-bottom: 5px;
}
.secret-bay p {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}
.secret-bay a {
    color: #d32026;
    background-color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 15px;
    margin-left: 20px;
    font-size: 14px;
    font-weight: bold;
}
.secret-bay a:hover {
    text-decoration: underline;
}
#bh-widget-button-root {
    position: absolute;
    left: 0;
    bottom: 25px;
}
.bh-w-powered-by {
    display: none !important;
}
.stm-btn {
    display: block;
    position: fixed;
    right: 0;
    top: 50%;
    height: 230px;
    padding: 5px;
    font-size: 18px;
    color: #d32026;
    text-align:center;
    writing-mode: vertical-rl;
    transform: scale(-1);
    margin-top: -115px;
    border-radius: 0 10px 10px 0;
    text-decoration: none;
    background: linear-gradient(to top, #f37d00, #f10149);
    color: #ffffff;
    z-index: 100;
}
.stm-btn:hover {
    background: linear-gradient(to top, #f10149, #f37d00);
}