body {
    font-family: 'arial', 'Arial narrow';
    font-size: 15px;
    line-height: normal;
    color: #444444;
    background-color: #ffffff;
    min-width: 300px;
}
input,button,textarea{
    font-family: 'pf_dintext_proregular', sans-serif;
    font-size: 14px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img{
    vertical-align: top;
}
div {
    position: relative;
}

a{
    cursor: pointer;
    color: #3399cc;
    text-decoration: none;
}
.under a, a.under{
    text-decoration: underline;
}
.under a:hover, a.under:hover{
    text-decoration: none;
}
.normal{
    font-family: 'pf_dintext_proregular', sans-serif;
}
b, .bold{
    font-family: 'pf_dintext_promedium', sans-serif;
}
.bolder{
    font-family: 'pf_dintext_probold', sans-serif;
}
.light{
    font-family: 'pf_dintext_prolight', sans-serif;
}
i,.italic{
    font-style: italic;
}
.upper{
    text-transform: uppercase;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
h1, .h1{
    font-size: 36px;
    line-height: 46px;
}
h2, .h2{
    font-size: 28px;
    line-height: 30px;
}
h3, .h3{
    font-size: 20px;
}
.green{
    color: #199900;
}
.grey{
    color: #333333;
}
.black{
    color: #000000;
}
.white{
    color: #ffffff;
}
.red{
    color: #e41515;
}
.dotted{
    border-bottom: 1px dotted;
}
.dashed{
    border-bottom: 1px dashed;
}
.font12{
    font-size: 12px;
}
.font13{
    font-size: 13px;
}
.font16{
    font-size: 16px;
}
.font14{
    font-size: 14px;
}
.font15{
    font-size: 15px;
}
.font24{
    font-size: 24px;
}
.plus{
    color: #4a6900;
}
.super{
    vertical-align: super;
    font-size: 11px;
}
.minus{
    color: #691600;
}
.caret{
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-left: 5px;
}
.top .caret, .open .caret {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.box-inline{
    display: inline-block;
    vertical-align: top;
}
.box-inline.middle{
    vertical-align: middle;
}

.box-table{
    width: 100%;
    display: table;
}
.box-table-row{
    display: table-row;
    width: 100%;
}
.box-table-row .box-table-cell{
    display: table-cell;
    vertical-align: middle;
}
.box-right{
    float: right;
}
.box-left{
    float: left;
}
.btn{
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    background:none;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all  0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn.btn-middle{
    vertical-align: middle;
}
.btn-grey{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-bottom:1px solid #cacaca;
    background-color: #f8f8f8;
    color: #666666;
    font-size: 13px;
    line-height: 24px;
    padding: 5px 25px;
    margin-right: 15px;
    box-shadow: inset 0px -10px 10px #f1f1f1;
    -moz-box-shadow: inset 0px -10px 10px #f1f1f1;
    -webkit-box-shadow: inset 0px -10px 10px #f1f1f1;
}
.btn-red{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-bottom:1px solid #bf3e21;
    background-color: #e24a27;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    padding: 5px;
}
.btn-close{
    width: 30px;
    height: 30px;
    background-color: #ea522f;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius:50%;
    line-height:30px;
    text-align: center;
    z-index: 1;
}
.item-good .btn-close{
    position: absolute;
    top: 10px;
    left: 10px;
}
.btn-map-site{
    background:url(../img/map-site-blue.png) no-repeat center left;
    padding-left: 28px;
    color: #3399cc;
    font-size: 13px;
    line-height: 32px;
}
.btn-map-site span{
    border-bottom: 1px dotted;
}
.btn-yellow{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-bottom:1px solid #d7a800;
    background-color: #ffcf08;
    color: #444444;
}
.btn-green{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius:10px;
    border-top:1px solid #70e559;
    background-color: #199900;
    color: #ffffff;
    text-transform: uppercase;
}
.btn-green:hover,.btn-green:active{
    background-color: #43ce27;
    border-top:1px solid #7af363;
}
.btn-large{
    line-height: 38px;
    height:38px;
    padding: 0 15px;
    text-align: center;
    font-size: 17px;
    min-width: 145px;
}
.btn-standart{
    font-size: 16px;
    padding: 10px 25px;
    line-height: 20px;
}
.btn-big{
    line-height: 46px;
    height: 46px;
    font-size: 17px;
    padding: 0 20px;
}
.btn-red.btn-large{
    font-family: 'pf_din_text_cond_promedium',sans-serif;
}
.btn-yellow.btn-big{
    color: #000000;
}
.btn-yellow.btn-large{
    padding: 0 18px;
    font-size: 13px;
    line-height: 41px;
}
.btn-great{
    font-size: 20px;
    padding: 15px 35px;
}
.btn-red.btn-great{
    font-family: 'pf_din_text_cond_promedium',sans-serif;
}
.btn-tag{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius:3px;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #d4d4d4;
    padding:0 10px;
    background: #ffffff;
    color: #444444;
}
.btn-tag .icon{
    margin-left: 7px;
    color: #bbbbbb;
}
.btn-tag:hover{
    border-color: #656565;
}
.btn-tag:hover .icon{
    color: #444444;
}
.btn-back{
    opacity: 0.4;
}
.btn-back:hover{
    opacity: 1;
}
.btn-social{
    width: 26px;
    height: 26px;
    background: url("../img/icon-site.png") no-repeat;
    text-indent: -9999px;
}
.btn-social.fb{
    background-position: 0px -75px;
}
.btn-social.tw{
    background-position: -80px -75px;
}
.btn-social.vk{
    background-position: -40px -75px;
}
.btn-social.ok{
    background-position: -120px -75px;
}
.btn-filter{
    padding:5px 20px;
    text-decoration: underline;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
}
.btn-filter.active{
    background:#f2f2f2;
    color: #ff0000;
}
.btn-remove{
    margin-left: 30px;
    color: #999999;
}
.btn-remove .box-icon-circle{
    margin-right: 5px;
}
/*icon*/
.icon{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url("../img/icon-site.png");
}
.icon.animate{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all  0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.icon-map-point{
    background-position: 0px 0px;
}
.icon-phone{
    background-position: -20px 0;
    height: 25px;
}
.icon-dost{
    background-position: -46px -1px;
    width: 25px;
    height: 22px;
}
.icon-pay{
    background-position: -80px -1px;
    height: 22px;
}
.icon-cart{
    background-position: -108px 0px;
    width: 25px;
    height: 23px;
}
.icon-time{
    background-position: -138px 0px;
    width: 21px;
    height: 23px;
}
.icon-mail{
    background-position: -166px -1px;
    width: 21px;
}
.icon-search{
    background-position:-193px -29px;
}
.icon-search-grey{
    background-position:-193px 0px;
}
.icon-search-big{
    background-position:-147px -27px;
    width: 40px;
    height: 40px;
}
.icon-map{
    background-position: 0px -220px;
}
.icon-arrow-right{
    background-position: 0px -250px;
}
.icon-menu{
    background-position: -304px 0px;
}
.icon-add-menu{
    background-position: -269px -1px;
    width: 25px;
}
.icon-dost-big{
    background-position: -37px -68px;
    width: 36px;
    height: 30px;
}
.icon-cart-big{
    background-position: 0px -68px;
    width: 33px;
    height: 30px;
}
.icon-ust-big{
    background-position: -81px -66px;
    width: 33px;
    height: 34px;
}
.icon-dost-yellow{
    background-position: -46px -26px;
    width: 25px;
}
.icon-pay-yellow{
    background-position: -80px -24px;
    height: 22px;
}
.icon-arrow-prev{
    background-position: -331px 0px;
    width: 16px;
    height: 16px;
    margin-right:10px;
}
.icon-list-blue{
    background-position:-354px -3px;
    width: 16px;
    height: 16px;
    margin-right:7px;
}
.icon-close{
    background: url("../img/close.png") no-repeat center;
    width: 17px;
    height: 16px;
}
.icon-close-white{
    background: url("../img/close-white.png") no-repeat center;
    width: 12px;
    height: 12px;
}
.icon-close-small{
    width: 8px;
    height: 8px;
    background: url("../img/close.png") no-repeat center;
    background-size: 100%;
}
.icon-arrow-small-right{
    background-position: -377px -1px;
    width: 12px;
    height: 16px;
    margin:0px 5px;
}
.icon-arrow-small-left{
    background-position: -377px -15px;
    width: 12px;
    height: 16px;
    margin:0px 5px;
}
.icon-arrow-small-bottom{
    background-position: -378px -30px;
    width: 12px;
    height: 16px;
    margin:0px 5px;
}
.icon-remove{
    background-position: -431px -3px;
    width: 10px;
    height: 14px;
    margin-left: 5px;
}
.icon-sort{
    background-position: -396px -3px;
    width: 10px;
    height: 14px;
    margin-left: 8px;
}
.icon-time-dost{
    background-position: -226px -29px;
    width: 24px;
    height: 24px;
}
.icon-box-dost{
    background-position: -259px -29px;
    width: 24px;
    height: 24px;
}
.icon-fitting0{
    background-position: 0px -27px;
    width: 25px;
    height: 22px;
}
.icon-map-point-dark{
    background-position: -354px -25px;
}
.icon-pay-money{
    background-position: -294px -30px;
    width: 26px;
    height: 26px;
}
.icon-pay-card{
    background-position: -294px -60px;
    width: 26px;
    height: 26px;
}
.icon-pay-ya{
    background-position: -294px -92px;
    width: 26px;
    height: 26px;
}
.icon-star{
    background-position:-21px -103px;
    width: 18px;
}
.icon-star-full{
    background-position:-2px -103px;
    width: 18px;
}
.icon-data{
    background-position: -125px -71px;
    width: 22px;
    height: 22px;
}
.box-icon-circle{
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    background-color: #a08e83;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius:50%;
    line-height: 45px;
    text-align: center;
}
.box-icon-circle.big{
    width: 65px;
    height: 65px;
    line-height: 65px;
}
.box-icon-circle.yellow{
    background-color: #ffc700;
}
.box-icon-circle.red{
    background-color: #e24a27;
}
.box-icon-circle.grey{
    background-color: #f1f1f1;
}
.box-icon-circle.white-opacity{
    background-color: rgba(255,255,255,0.3);
}
.item-icon-info{
    width: 28px;
    height: 28px;
    background: url("../img/icon-good.png");
    margin-bottom: 2px;
    display: block;
    opacity: 0.9;
}
.item-icon-info:hover{
    opacity: 1;
}
.item-icon-info.new{
    background-position: 0px 0px;
}
.item-icon-info.sale{
    background-position: 0px -30px;
}
.item-icon-info.hit{
    background-position: 0px -60px;
}
.item-icon-info.dost{
    background-position: 0px -90px;
}
.item-icon-info.ust{
    background-position: 0px -120px;
}
.item-icon-info.gift{
    background-image: url(../img/svg/gift--icon.svg);
    background-size: contain;
}

.container{
    min-width: 300px;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
.row-left{
    width: 230px;
    float: left;
}
.row-right{
    margin-left:230px;
}
.row-half{
    width: 50%;
    float: left;
}
.padding-block{
    padding-left: 25px;
    padding-right: 25px;
}
.padding-left-block{
    padding-left: 40px;
}
.padding-block-full{
    padding-left: 30px;
    padding-right: 30px;
}
.border-bottom{
    padding-bottom: 10px;
    /*border-bottom:1px solid #e5e5e5;*/
}
/*HEADER*/

header{
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 7;
}
#header-small{
    color: #666666;
    padding-top: 10px;
    padding-bottom: 10px;
    background: url("../img/bg-header-small.jpg") repeat-x bottom center;
}
#header-small .box-item-phone{
    padding: 0;
    text-align: center;
}
#header-small .box-region{
    width: auto;
}
#header-small .item-phone{
    font-size: 18px;
    margin: 0 5px;
    line-height: 30px;
}
#header-small .small-text{
    font-size: 13px;
}
#header-top{
    line-height: 40px;
    height: 50px;
    background: #f2f2f2;
    font-size: 13px;
    padding-top: 5px;
}
.block-search{
    padding: 20px;
    border-bottom: 1px solid #d6d6d6;
}
.block-search .box-search{
    width: 100%;
}
.box-search{
    width: 215px;
    height: 40px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    background: #ffffff;
}

.box-search .text-control{
    border: 0;
    background: none;
    padding: 10px 40px 10px 15px;
    width: 100%;
    outline: none;
    vertical-align: top;
    font-style: italic;
}
.box-search .btn-search{
    position: absolute;
    right: 0px;
    top: 0;
    line-height: 38px;
    height: 38px;
    outline: none;
    width: 40px;
}
.nav-small{
    display: inline-block;
}
.nav-small li .caret{
    color: #b8b8b8;
    margin-right: -5px;
}
.nav-small li{
    display: inline-block;
    padding-left: 13px;
    padding-right: 13px;
    color: #3399cc;
    text-decoration: underline;
    cursor: pointer;
    position: relative;

}
.nav-small li>a{
    display: block;
    text-decoration: underline;
}
.nav-small li>a:hover,.nav-small li:hover{
    text-decoration:none;
}
.nav-small li.active{
    color: #666666;
    text-decoration: none;
    background: #ffffff;
    border-radius:3px 3px 0px 0px;
    -moz-border-radius:3px 3px 0px 0px;
    -webkit-border-radius:3px 3px 0px 0px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.15);
}
.nav-small li.active:after{
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 5px;
    content: '';
    z-index: 101;
    background: #ffffff;
}
.nav-small-next-step{
    position: absolute;
    top:110%;
    left:0;
    background: #ffffff;
    z-index: 100;
    width: 120px;
    border-radius:0px 3px 3px 3px;
    -moz-border-radius:0px 3px 3px 3px;
    -webkit-border-radius:0px 3px 3px 3px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.15);
    padding-left:20px;
}

.nav-small-next-step a{
    display: block;
    color: #666666;
    line-height: 32px;
}
.show-hide-nav{
    display: none;
}
.box-region{
    width: 170px;
    overflow: hidden;
    line-height: 40px;
}
#header-main{
    color: #333333;
    padding: 10px 0;
}
#logo{
    text-align: center;
}
#header-main .box-item-phone{
    padding-right: 40px;
    padding-bottom: 10px;
}
.box-item-phone{
    line-height: 24px;
    text-align: right;
    padding-right: 20px;
    font-size: 14px;
}
.box-item-phone .item-info-dop .box-text{
    padding-left: 50px;
    font-size: 14px;
}
.item-phone{
    font-size: 19px;
    font-family: 'pf_din_text_cond_promedium', sans-serif;
    line-height: 22px;
}
.box-cart-small{
    width: 270px;
    text-align: right;
    line-height: 45px;
}
.box-cart-small .btn{
    margin: 0 3px;
}
.box-cart-small .btn-red{
    width: 76px;
    text-align: center;
}
.box-cart-mobile{
    line-height: normal;
    border-bottom: 1px solid #d6d6d6;
}
.box-cart-mobile .box-title{
    font-size: 16px;
    line-height: 50px;
}
.box-cart-mobile .box-btn{
    padding: 20px 0;
    border-top: 1px dotted #cfcfcf;
    line-height: 46px;
}
.box-cart-mobile .item-good{
    font-size: 13px;
    color: #333333;
    border-top: 1px dotted #cfcfcf;
    border-bottom: 0;
    height: 120px;
    width: 100%;
    display: table;
    padding: 0;
    margin: 0;
}
.box-cart-mobile .item-good .box-img{
    width: 110px;
    height: 120px;
    text-align: right;
    float: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
.box-cart-mobile .item-good .box-name{
    font-size: 13px;
    color: #333333;
    line-height: 18px;
    display: block;
}
.box-cart-mobile .item-good .box-text{
    width: 130px;
    padding: 0 5px;
}
.box-cart-mobile .item-good .box-price{
    text-align: right;
    padding-right: 10px;
}
.box-cart-mobile .item-good .price{
    font-size: 18px;
    color: #333333;
}
.box-order-phone{
    line-height: normal;
    border-bottom: 1px solid #d6d6d6;
}
.box-order-phone .box-title{
    padding: 20px;
    border-bottom: 1px solid #d6d6d6;
}
.box-order-phone .box-title .btn{
    width: 100%;
    margin-top: 15px;
}
.box-select-param{
    line-height: normal;
    border-bottom: 1px solid #d6d6d6;
    font-family: 'pf_dintext_proregular', sans-serif;
}
.item-select-param{
    padding: 20px;
    border-bottom: 1px dotted #cfcfcf;
}
.item-select-param .form-control{
    margin-bottom: 0;
}
.item-select-param .box-checked-green{
    margin-bottom: 10px;
}
.item-select-param .box-title{
    margin-bottom: 20px;
    display: block;
}
.box-select-param .box-btn{
    padding: 20px;
}
.item-info-dop{
    max-width: 200px;
    line-height: 45px;
}
.item-info-dop .box-text{
    padding-left: 56px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
}
.item-info-dop .box-img {
    float: left;
    width: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
.item-info-dop .box-img:after{
    position: absolute;
    content: '';
    left:0;
    width: 100%;
    height: 20px;
    bottom: -20px;
    background: url("../img/shadow-circle-small.png") no-repeat center bottom;
}
#block-nav-main{
    position: relative;
    width: 100%;
    background: #b7c65a;
    box-shadow: inset 0px 1px 2px 0px #bdca7b,inset 0px -10px 30px 0px #96aa31, 0px 3px 3px #bdbdbd;
    -moz-box-shadow: inset 0px 1px 2px 0px #bdca7b,inset 0px -10px 30px 0px #96aa31, 0px 3px 3px #bdbdbd;
    -webkit-box-shadow: inset 0px 1px 2px 0px #bdca7b,inset 0px -10px 30px 0px #96aa31, 0px 3px 3px #bdbdbd;
}
#nav-small-main{
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}
#nav-small-main>li {
    display: table-cell;
    text-align: center;
    line-height: 55px;
    cursor: pointer;
    border-bottom: 1px solid #8c9c32;
    border-top: 1px solid #8c9c3b;
}
#nav-small-main>li>a{
    display: block;
}
#nav-small-main>li+li{
    border-left:1px solid #94a538;
}
#nav-small-main>li.active{
    background:#ffffff;
    border-top:1px solid #c6c9b4;
    border-bottom:1px solid #ffffff;
}
#nav-small-main>li .btn-close-main{
    display: none;
    position: relative;
    z-index: 1000;
}
#nav-small-main>li.active .btn-close-main{
    display: block;
}
#nav-small-main>li.active .open-step-first{
    display: none;
}
#nav-small-main .nav-next-step{
    top:100%;
}
#box-nav-main{
    display: none;
    z-index: 1000;
    position: relative;
}
#nav-main>li{
    line-height: 48px;
    color: #333333;
    /*
        text-transform: uppercase;
    */
    padding:0px 25px;
    background:url("../img/bg-nav.png") 95% center no-repeat, url("../img/bg-header-small.jpg") repeat-x bottom;
    cursor: pointer;
    border-bottom: 1px solid #eeeeee;
    /*
        font-family: 'pf_din_text_cond_promedium',sans-serif;
    */
}

#nav-main>li>a{
    color: #333333;
    display: block;
    position: relative;
}
#nav-main>li.active{
    background-color: #ffc700;
    background-image:url("../img/bg-nav-hover.png");
}
#nav-main.open-next>li{
    display: none;
}
#nav-main.open-next>li.open{
    display: block;
}

.nav-next-step,.nav-step-end,.nav-step-add{
    top:0;
    left:0;
    width: 100%;
    background: #ffffff;
    font-family: 'pf_din_text_cond_promedium',sans-serif;
    font-size: 14px;
    z-index: 101;
    text-align: left;
    position: absolute;
    display: none;
}
.nav-next-step li{
    line-height: 48px;
    color: #333333;
    text-transform: none;
    padding:0px 25px;
    background:url("../img/bg-nav.png") 95% center no-repeat, url("../img/bg-header-small.jpg") repeat-x bottom;
    cursor: pointer;
    border-bottom: 1px solid #eeeeee;
    font-family: 'pf_din_text_cond_promedium',sans-serif;
}

.nav-next-step li a{
    color: #333333;
    font-family: "pf_din_text_cond_promedium";
    font-size: 18px;
    line-height: 1.2;
}
.nav-next-step li.hide-step-nav{
    padding-left: 20px;
    text-transform: uppercase;
}



/*CONTENT*/
#site-box{
    overflow: hidden;
}
.bg-body-white{
    position: absolute;
    z-index: 1;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    display: none;
}
#main-page{
    padding-top:20px;
    padding-bottom:30px;
}
#box-main-banner{
    border-bottom:1px solid #e5e5e5;
}
/*.box-slider-main{
    height: 200px;
    overflow: hidden;
}

.slider-main{
    height: 200px;
    overflow: hidden;
}
*/
.box-slider-main .bx-controls,.box-slider-main .bx-controls-direction{
    position: initial;
}
.box-slider-main .bx-pager{
    position: absolute;
    bottom: 15px;
    width: 100%;
    left:0;
    z-index: 55;
    display: none;
}
.box-slider-main .slider{
    /* height: 200px; */
    overflow: hidden;
    background: #fce300;
}
.box-slider-main .slider img{
    /*height: 100%;*/
    width:100%;
}
.box-slider-main .bx-wrapper .bx-pager.bx-default-pager a{
    width: 22px;
    height: 22px;
    background: #ffffff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius:50%;
    border:1px solid #dfdede;
    box-shadow: inset 0px 0px 5px #eaeaea;
    -moz-box-shadow: inset 0px 0px 5px #eaeaea;
    -webkit-box-shadow: inset 0px 0px 5px #eaeaea;
    position: relative;
}
.box-slider-main .bx-wrapper .bx-pager.bx-default-pager a:hover{
    background: #ffffff;
    box-shadow: inset 0px 0px 10px #eaeaea;
    -moz-box-shadow: inset 0px 0px 10px #eaeaea;
    -webkit-box-shadow: inset 0px 0px 10px #eaeaea;
}
.box-slider-main .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #ffffff;
}
.box-slider-main .bx-wrapper .bx-pager.bx-default-pager a.active:before{
    content: '';
    width: 8px;
    height: 8px;
    background-color: #e64216;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius:50%;
    position: absolute;
    top: 0;
    left:0;
    margin:6px;
}
.box-slider-main  .bx-wrapper .bx-controls-direction a{
    width: 40px;
    height: 48px;
    margin-top: -24px;
}
.box-slider-main .bx-wrapper .bx-prev {
    background: url("../img/controls.png") no-repeat 10px center #e66547;
    left: 0px;
    border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius:0px 5px 5px 0px;
}

.box-slider-main .bx-wrapper .bx-next {
    background: url("../img/controls.png") no-repeat -55px center #e66547;
    right: 0px;
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius:5px 0px 0px 5px;
}
.name-block{
    margin-top: 30px;
    font-size: 28px;
    font-family: "pf_din_text_cond_promedium";
    margin-bottom: 32px;
    line-height: 1.1;
    text-align: center;
}
.name-block-small{
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: 'pf_din_text_cond_prolight', sans-serif;
    text-align: center;
}
.name-block .dop-info{
    font-size: 14px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    font-family: 'pf_dintext_proregular', sans-serif;
}
.item-preview{
    width: 140px;
    margin: 10px 0px;
    /*cursor: pointer;*/
    display: inline-block;
    vertical-align: top;
}
.box-item-cat{
    text-align: center;
    margin-bottom: 20px;
    text-align: center;
}
.item-cat{
    text-align: center;
    border:1px solid #ececec;
    border-bottom:0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    overflow: hidden;
}
.item-cat .box-img{
    height: 120px;
    overflow: hidden;
    /*border-radius:  5px 5px 0px 0px;*/
    /*-moz-border-radius:  5px 5px 0px 0px;*/
    /*-webkit-border-radius:  5px 5px 0px 0px;*/

}
.item-cat .box-count-model{
    background-color: rgba(226, 74, 39, 0.85);
    position: absolute;
    top:8px;
    left:8px;
    color: #ffffff;
    line-height: 13px;
    font-size: 12px;
    padding-top: 10px;
    display: none;
    font-family: 'pf_din_text_comp_proregular',sans-serif;
}
.item-cat .box-count-model .count{
    font-size: 17px;
}
.item-cat .box-name{
    height: 48px;
    overflow: hidden;
    line-height: 48px;
    vertical-align: middle;
    color: #ffffff;
    text-transform: uppercase;
    background: rgb(173,187,62);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkYmIzZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NzhjMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(173,187,62,1) 0%, rgba(119,140,32,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(173,187,62,1)), color-stop(100%,rgba(119,140,32,1)));
    background: -webkit-linear-gradient(top, rgba(173,187,62,1) 0%,rgba(119,140,32,1) 100%);
    background: -o-linear-gradient(top, rgba(173,187,62,1) 0%,rgba(119,140,32,1) 100%);
    background: -ms-linear-gradient(top, rgba(173,187,62,1) 0%,rgba(119,140,32,1) 100%);
    background: linear-gradient(to bottom, rgba(173,187,62,1) 0%,rgba(119,140,32,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adbb3e', endColorstr='#778c20',GradientType=0 );
}
.item-cat .box-name .name{
    line-height: 15px;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
    font-family: 'pf_din_text_cond_promedium', sans-serif;
}
.item-cat:hover{
    border-color: #e24a27;
}
.item-cat:hover .box-count-model{
    display: block;
}
.item-cat:hover .box-name{
    background: rgb(237,84,38);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkNTQyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOTMzMTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(237,84,38,1) 0%, rgba(217,51,16,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,84,38,1)), color-stop(100%,rgba(217,51,16,1)));
    background: -webkit-linear-gradient(top, rgba(237,84,38,1) 0%,rgba(217,51,16,1) 100%);
    background: -o-linear-gradient(top, rgba(237,84,38,1) 0%,rgba(217,51,16,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,84,38,1) 0%,rgba(217,51,16,1) 100%);
    background: linear-gradient(to bottom, rgba(237,84,38,1) 0%,rgba(217,51,16,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed5426', endColorstr='#d93310',GradientType=0 );
}
.item-dop-info-site{
    padding: 5px 0;
}
.item-dop-info-site .box-img{
    padding-bottom: 25px;
    text-align: center;
}
.item-dop-info-site .box-img .box-icon-circle:after{
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 20px;
    bottom: -15px;
    background: url("../img/shadow-circle.png") no-repeat center bottom;
}
.item-dop-info-site .box-text{
    color: #333333;
    text-align: center;
    display: block;
}
.item-dop-info-site .box-name{
    font-size: 20px;
    margin-bottom: 10px;
    line-height: .9;
    display: block;
    font-family: 'pf_din_text_cond_proregular',sans-serif;
}
.item-dop-info-site a:hover .box-name {
    color: #f4a629;
}
.item-dop-info-site a:hover .box-icon-circle {
    background-color: #ffc700;
}
.box-item-preview-good{
    text-align: center;
}
.item-good{
    text-align: left;
    line-height: 28px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    background: #ffffff;
    width: 100%;
}
.item-good+.item-good{
    border-top: 1px dotted #cfcfcf;
}
.item-good .box-img{
    height: 140px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
    width: 120px;
    float: left;
    margin-right: 10px;
    z-index:1;
}
.item-good .box-img img{
    max-height: 100%;
    max-width: 100%;
}
.item-good .box-name{
    color: #5ca3c0;
    font-size: 16px;
    line-height: 16px;
    display: block;
}
.item-good .box-cat{
    color: #999999;
    font-size: 16px;
    line-height: 14px;
    min-height: 28px;
    height: 32px;
    overflow: hidden;
}
.item-good .box-about{
    font-size: 14px;
    color: #666666;
    line-height: 1.1;
    margin-bottom: 17px;
}
.item-good .box-price{
    line-height: 30px;
    color: #333333;
    font-size: 16px;
}
.item-good .box-item-color{
    line-height:40px;
}

.item-good .box-info-good{
    position: absolute;
    top:10px;
    left:10px;
    /*display: none;*/
    z-index: 2;
}
.item-good:hover .box-info-good{
    display: block;
}
.item-good .box-hide-inner{
    line-height: 38px;
}
.item-good .box-hide-inner .btn{
    margin: 0 5px;
}
.item-good .box-hide-inner .dashed {
    display: inline-block;
    line-height: 1.1;
    margin: 0 5px;
}
.item-good .box-hide .btn-red{
    float: right;
    min-width: 80px;
}
.item-color{
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height: 25px;
    text-align: center;
    overflow: hidden;
}
.item-color.big{
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.item-color.big:after{
    width: 50px;
    height: 50px;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.25);
    -webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.25);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top:0;
    left:0;
    content:'';
}
.item-color img{
    height: 100%;
}
.item-color.red{
    background-color: #de272b;
}
.item-color.black{
    background-color: #000000;
}
.item-color.brown{
    background-color: #7d401c;
}
.item-color.grey{
    background-color: #c0c4cc;
}
.price{
    font-size: 18px;
    color: #333333;
}
.price .rub{
    position: relative;
}
.price .rub:after{
    position: absolute;
    top:58%;
    width: 80%;
    left:0;
    background: #333333;
    height: 2px;
    content:'';
}

.block-text{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0 10px;
}
.block-text i{
    font-family: 'pf_dintext_promedium_italic';
}
.box-img-text{
    margin-bottom: 20px;
    overflow: hidden;
    max-width: 100%;
    text-align: center;
}
.box-img-text img{
    max-width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.block-text .name-block{
    margin-top: 0;
    text-align: left;
    margin-bottom: 10px;
    font-family: "pf_din_text_cond_prolight";

    color: #3399cc;
    margin-top: 10px;
}
.block-text p{
    line-height: 22px;
    margin-bottom: 10px;

}
.preview-news{
    line-height: 24px;
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center;
}
.preview-news .box-img{
    width: 140px;
    margin: 0 auto 15px;
}

.preview-news .box-img .img-circle{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}

.preview-news .box-img img{
    width: 100%;
}
.preview-news .name{
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
}
.preview-news .box-date{
    font-size: 14px;
    color: #999999;
    line-height: 16px;
}
.preview-news p a{
    text-decoration: underline;
}
.preview-news p a:hover{
    text-decoration: none;
}
.wrapper-region .box-title{
    font-size: 24px;
    font-family: 'pf_din_text_cond_proregular';
    line-height: 30px;
}
.wrapper-region .select-town{
    font-size: 18px;
    color:#999999;
    font-family: 'pf_din_text_cond_proregular';
    margin-bottom: 10px;
}
.wrapper-region .box-btn{
    line-height: 46px;
    font-size: 16px;
    font-family: 'pf_din_text_cond_proregular';
}
.box-show-more{
    min-height: 18px;
}
.box-show-more .btn-show-more{
    display: block;
    margin-top: 15px;
}
.show-more{
    display: none;
}
.box-bread{
    margin-bottom: 15px;
}
.filter-box{
    background: #ffffff;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 101;
    border-bottom: 1px solid #d6d6d6;
}
.filter-box .item-select-param,.filter-box .box-btn{
    padding: 20px;
}
.filter-box .item-select-param .box-title{
    margin-bottom: 15px;
}
.filter-box .box-btn .btn{
    line-height: 46px;
    height: 46px;
    font-size: 17px;
    padding: 0 20px;
    color: #000000;
    width: auto;
}
.item-select-param .box-answer-search {
    font-size: 13px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 15px 0 10px;
    border-radius:0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    color: #ffffff;
    background: rgba(160, 142, 131, 0.85);
    display: none;
    position: absolute;
    right: -194px;
    z-index: 5;
}
.item-select-param .box-answer-search:before{
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 8px solid rgba(160, 142, 131, 0.85);
    border-bottom: 14px solid transparent;
    content:'';
    position: absolute;
    top:0;
    right:100%;
}
.item-select-param .box-answer-search a{
    color: #ffffff;
}
.filter-box .item-filter{
    padding-top: 10px;
    padding-bottom: 10px;
}
.item-filter .title-filter .caret{
    margin-top: 13px;
}
.item-filter .title-filter{
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
}

.item-filter.open .caret{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.box-count{
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    border-radius: 20px;
    -moz-border-radius:20px;
    -webkit-border-radius: 20px;
    padding: 0 6px;
    border: 1px solid #bbbbbb;
    color: #bbbbbb;
    min-width: 20px;
    text-align: center;
    margin-left: 5px;
    font-size: 14px;
}
.box-checked-green.active .box-count{
    border: 1px solid  #20bf00;
    color: #20bf00;
}
.btn-green .box-count{
    color: #ffffff;
    border-color: #ffffff;
}
.item-filter.box-btn .btn,.row-left .box-btn .btn{
    width: 100%;
}

.price-filter{
    padding:10px 0px;
    line-height: 36px;
    font-size: 12px;
    color: #666666;
}
.price-filter .box-sep{
    width: 28px;
    padding-left: 5px;
}
.price-filter .box-price-edit{
    display: inline-block;
    width: 70px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #ffffff;
    height: 36px;
    line-height: 34px;
    border: 1px solid #d6d6d6;
    text-align: center;
    margin: 0 5px;
    font-size: 14px;
    color: #333333;
}
.price-filter  .box-track-bar{
    margin-top: 15px;
    margin-bottom: 5px;
    width: 180px;
}
.box-tags{
    line-height: 24px;
    margin-bottom: 10px;
    color: #999999;
}
.box-tags .btn-tag{
    margin-bottom: 5px;
    margin-right: 10px;
}
.box-nav-left{
    margin-bottom: 20px;
    padding-top: 30px;
}
.box-nav-left .name-block{
    line-height: 40px;
    margin: 0;
    background: #b7c65a;
    box-shadow: inset 0px 1px 2px 0px #bdca7b,inset 0px -10px 30px 0px #96aa31;
    -moz-box-shadow: inset 0px 1px 2px 0px #bdca7b,inset 0px -10px 30px 0px #96aa31;
    -webkit-box-shadow: inset 0px 1px 2px 0px #bdca7b,inset 0px -10px 30px 0px #96aa31;
    border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    color:#ffffff;
    font-size: 16px;
    font-family: 'pf_din_text_cond_promedium',sans-serif;
    text-transform: uppercase;
    padding-left:15px;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.15);
}
.nav-left{
    line-height: 38px;
    color: #333333;
}
.nav-left>li.active a {
    background-color: #dcd9d8;
    background-image: none;
}

.nav-left{
    line-height: 38px;
    color: #333333;
    border: 1px solid #e9e9e9;
    border-top:0px;
    border-radius:  0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
}
.nav-left > li > a{
    color: #333333;
    display: block;
    padding: 10px 10px 10px 15px;
    background: url("../img/bg-header-small.jpg") repeat-x bottom;
    border-top: 1px solid #e9e9e9;
    line-height: 18px;
}
.nav-left > li > a:hover {
    background: #f0f0f0 none repeat scroll 0 0;
    color: #666666;
}
.box-nav-left .box-show-more{
    margin-top: 0;
}
.box-nav-left .show-more .nav-left>li:last-child>a{
    border-bottom: 0;
}
.box-sort-filter-good{
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
.box-sort-filter-good .box-list-filter{
    padding-top: 10px;
    padding-bottom: 10px;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
}
.box-sort-filter-good .box-sort{
    font-size: 16px;
    margin-bottom: 20px;
}
.box-sort-filter-good .btn-sort-top +.btn-sort-top{
    margin-left: 20px;
}
/*.btn-sort-top.top{
    color: #999999;
}*/
.btn-sort-top.top .icon{
    background-position: -412px -3px;
}
.box-sort-filter-good .item-list-filter{
    margin-right: 10px;
}
.box-sort-filter-good .btn-add-filter{
    color: #666666;
    margin-right: 15px;
}
.box-sort-filter-good .btn-add-filter .icon{
    opacity: 0.4;
}
.box-sort-filter-good .btn-add-filter:hover .icon{
    opacity: 1;
}
.box-sort-filter-good .box-title{
    font-size: 16px;
}
.box-sort-filter-good .box-btn{
    margin-top: 20px;
}
.box-nav-sort{
    background-color: #f8f8f8;
    line-height: 30px;
    padding: 15px;
    box-shadow:0px 1px 3px rgba(0,0,0,0.2), inset 0px -10px 30px #f1f1f1;
    -moz-box-shadow:0px 1px 3px rgba(0,0,0,0.2), inset 0px -10px 30px #f1f1f1;
    -webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.2), inset 0px -10px 30px #f1f1f1;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.nav-sort{
    display: table-row;
}
.nav-sort li{
    display: table-cell;
    text-align: center;
}
.box-list-cat-good{
    margin-left: -2px;
    margin-right: -2px;
}
.box-pager{
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px dotted #cfcfcf;
    padding-left: 10px;
    padding-right: 10px;
}
.nav-pager{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-bottom:1px solid #cacaca;
    background-color: #f8f8f8;
    color: #666666;
    font-size: 15px;
    line-height: 35px;
    box-shadow: inset 0px -10px 10px #f1f1f1;
    -moz-box-shadow: inset 0px -10px 10px #f1f1f1;
    -webkit-box-shadow: inset 0px -10px 10px #f1f1f1;
    overflow: hidden;
    height:35px;
}
.box-pager .nav-pager{
    margin-left: 15px;
}
.nav-pager li{
    display: block;
    float: left;
}
.nav-pager li+li{
    border-left:1px solid #d8d8d8;
}
.nav-pager li:hover{
    background-color: #ffd710;
}
.nav-pager .icon{
    margin:0;
}
.nav-pager a{
    color: #666666;
    display: block;
    padding: 0 12px;
    text-align: center;
}
.nav-pager li.active{
    color: #999999;
    background-color: #e1e1e1;
}
.nav-pager li.active a{
    color: #999999;
}
.block-good{
    padding: 0 10px;
}
.block-good .box-btn-order{
    line-height: 50px;
}
.block-good .box-info-good{
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}
.block-good .item-icon-info{
    margin-bottom: 7px;
}
.block-good .box-title{
    margin-bottom: 20px;
    text-align: center;
}
.block-good .name-block{
    margin: 0;
    line-height: 30px;
    margin-bottom: 5px;
}
.block-good .box-article{
    font-size: 16px;
    color: #999999;
    font-family: 'pf_din_text_cond_proregular', sans-serif;
}
.block-good .slider-img-good-small{
    width: 240px;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
}
.block-good .box-slider-img-good-small{
    width: 240px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.block-good .box-slider-img-good-small .slide-img-good{
    height: 300px;
    line-height: 300px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    position: relative;
    outline:none;
}
.block-good .box-slider-img-good-small .slide-img-good img{
    max-height: 100%;
    vertical-align: middle;
    max-width:100%;
}
.block-good .box-slider-img-good-small .bx-controls,
.block-good .box-slider-img-good-small .bx-controls-direction {
    position: initial;
}
.block-good .box-slider-img-good-small .bx-wrapper{
    margin: 0!important;
}
.block-good .box-slider-img-good-small .bx-wrapper .bx-controls-direction a.bx-prev{
    display:none;
}
.block-good .box-slider-img-good-small .bx-wrapper .bx-controls-direction a.bx-next{
    width: 25px;
    height: 60px;
    background: url("../img/pager-good.png") no-repeat center;
    right:-40px;
    margin-top: -30px;
}
.block-good .box-img-good{
    width: 100%;
}
.block-good .big-img-good{
    height: 310px;
    line-height: 310px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    position: relative;
    outline:none;
}
.block-good .big-img-good img{
    max-height: 100%;
    vertical-align: middle;
    max-width:100%;
}
.block-good .big-img-good .icon{
    position: absolute;
    bottom:0px;
    right:0px;
}
.block-good .item-small-img-good{
    width: 80px;
    height: 80px;
    border: 1px solid #e6e6e6;
    display: block;
    padding: 2px;
    overflow: hidden;
}
/*.block-good .item-small-img-good img{
    max-width:100%; 
    height: 74px;
}*/
.block-good .item-small-img-good.active{
    border:1px solid #ffc700;
}
.block-good .item-small-img-good .padding-img{
    overflow: hidden;
    height: 100%;
    width: 100%;
    text-align: center;
}
.block-good .item-small-img-good img{
    height: 100%;
}
.block-good .box-slider-img-good{
    margin: 30px 0;
    height: 80px;
    overflow: hidden;
    padding: 0 22px;
}
.block-good .box-slider-img-good .bx-controls,
.block-good .box-slider-img-good .bx-controls-direction {
    position: static;
}
.block-good .box-slider-img-good .bx-wrapper{
    margin: 0!important;
}
.block-good .box-slider-img-good .bx-wrapper .bx-controls-direction a{
    width: 20px;
    height: 20px;
    background: url("../img/icon-site.png") -125px -32px;
    margin-top: -10px;
}
.block-good .box-slider-img-good .bx-wrapper .bx-controls-direction a.bx-prev{
    background-position: -107px -32px;
    left:-25px;
}
.block-good .box-slider-img-good .bx-wrapper .bx-controls-direction a.bx-next{
    right:-25px;
}
.block-good .box-about-good{
    padding-top:20px;
    border-top: 1px solid #d6d6d6;
    margin-bottom: 20px;
}
.block-good .box-about-dost{
    width: 100%;
}
.block-good .box-small-info-good{
    line-height: 30px;
    border-top:1px dotted #b6b6b6;
    padding-top: 10px;
    padding-bottom: 10px;
}
.block-good .box-small-info-good a{
    /*margin-right:10px;*/
}
.box-small-info-good .box-radio{
    margin: 15px 0;
}
.block-good .box-size{
    padding:20px 0;
    border-top:1px dotted #b6b6b6;
    line-height: 36px;
}
.block-good .box-size select{
    width: 230px;
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 12px;
    padding: 8px 35px 8px 5px;
}
.block-good .box-inf-dost{
    padding:10px 0;
    line-height: 30px;
    color: #7d7d7d;
}
.block-good .box-inf-dost{
    font-size: 13px;
}
.block-good .big-img-good{
    padding-left: 15px;
}
.block-good .box-inf-dost .item-inf-dost .icon{
    margin-right: 5px;
}

.block-good .box-about-good label{
    font-size: 16px;
}
.block-good .box-about-good label.sep{
    margin: 0 25px;
}
.block-good .box-about-good label.sep img{
    vertical-align: middle;
}
.block-good .box-order-info{
    line-height: 50px;
    margin-bottom: 10px;
}

.block-good .box-order-info .price{
    font-size: 30px;
    color: #333333;
    font-family: 'pf_din_text_cond_promedium', sans-serif;
    letter-spacing: -2px;
    float: right;
}
.block-good .box-about-dost{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow:0px 1px 3px rgba(0,0,0,0.25);
    -moz-box-shadow:0px 1px 3px rgba(0,0,0,0.25);
    -webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.25);
    overflow: hidden;
}
.block-good .box-about-dost .box-about-region{
    line-height: 54px;
    text-align: left;
    padding: 0 20px;
    font-size: 15px;
    box-shadow:0px 3px 5px rgba(0,0,0,0.07);
    -moz-box-shadow:0px 3px 5px rgba(0,0,0,0.07);
    -webkit-box-shadow:0px 3px 5px rgba(0,0,0,0.07);
    border-bottom: 1px solid #e7e7e7;
    background: url("../img/bg-header-small.jpg") repeat-x bottom left;
}
.block-good .box-about-dost .item-about-dost{
    padding:20px;
    font-size: 13px;
}

.block-good .box-about-dost .item-about-dost .item-info-dop{
    width: 100%;
    margin-bottom: 20px;
    max-width: none;
}
.block-good .box-about-dost .item-about-dost .item-info-dop .box-text{
    line-height:20px;
}
.block-good .box-about-dost .item-about-dost .box-item-text{
    line-height: 16px;
    color: #666666;
}
.block-good .box-about-dost .item-about-dost .box-title{
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #333333;
    text-align: left;
}
.block-good .box-list-pay{
    padding-left: 55px;
    line-height: 24px;
    font-size: 13px;
}
.block-good .box-list-pay .item-list-pay{
    margin-bottom: 10px;
    color: #666666;
    font-size: 13px;
}
.block-good .box-list-pay .item-list-pay .icon{
    margin-right: 10px;
}

.block-good .box-slider-color .bx-wrapper{
    max-width: 240px!important;
}
.block-good .box-slider-color .bx-controls,
.block-good .box-slider-color .bx-controls-direction {
    position: static;
}

.block-good .box-slider-color .bx-wrapper .bx-controls-direction a.bx-prev{
    width: 20px;
    height: 20px;
    background: url("../img/icon-site.png") -107px -32px;
    left:-20px;
    margin-top: -27px;
}
.block-good .box-slider-color .bx-wrapper .bx-controls-direction a.bx-next{
    width: 20px;
    height: 20px;
    background: url("../img/icon-site.png") -125px -32px;
    right:-20px;
    margin-top: -27px;
}
.box-count-control{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #d6d6d6;
    text-align: left;
    line-height: 50px;
    width: 90px;
    height: 50px;
    margin: 0px 10px;
    overflow: hidden;
}
.box-count-control input{
    width: 50px;
    font-size: 18px;
    text-align: center;
    border: 0;
    line-height: 46px;
    outline: none;
    background: #ffffff;
    color: #333333;
}
.box-count-control .btn{
    width: 36px;
    height: 24px;
    display: block;
    background: url("../img/input-count.png") no-repeat 0px 0px;
}
.box-count-control .btn.btn-minus-count{
    background-position: 0px -25px;
}
.box-choice-color{
    padding:10px 0;
    border-top:1px dotted #b6b6b6;
    line-height: 26px;
}
.item-choice-color{
    padding: 10px 0px;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius:3px;
    text-align: center;
    width: 80px;
    cursor: pointer;
}
.item-choice-color .name-color{
    font-size: 15px;
    color: #333333;
    font-family: 'pf_din_text_cond_proregular', sans-serif;
    margin-top: 10px;
}
.item-choice-color:hover{
    box-shadow: inset 0px 0px 4px rgba(0,0,0,0.12);
    -moz-box-shadow: inset 0px 0px 4px rgba(0,0,0,0.12);
    -webkit-box-shadow: inset 0px 0px 4px rgba(0,0,0,0.12);
}
.item-choice-color.checked .item-color:before{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 10px;
    background: url("../img/icon-site.png") no-repeat -3px -54px;
    margin-top: -5px;
    content: '';
    margin-left: -7px;
}
.box-choice-material{
    padding:10px 0;
    border-top:1px dotted #b6b6b6;
}
.item-choice-material{
    margin: 20px 0;
    width: 100%;
}
.item-choice-material.with-price{
    width: 280px;
    float: none;
}
.item-choice-material.box-radio-red  label{
    font-size: 15px;
    font-family: 'pf_din_text_cond_proregular', sans-serif;
    line-height: 50px;
    width: 100%;
}
.item-choice-material.without-color label{
    line-height: 30px;
}
.item-choice-material.with-price label{
    padding-right: 70px;
}
.item-choice-material .item-color{
    position: absolute;
    top: 0;
}
.item-choice-material .price{
    line-height: 50px;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
    letter-spacing: -1px
}
.item-choice-material .name-color{
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 55px;
}
.item-choice-material.without-color .name-color{
    line-height: 15px;
}
.box-choice-double{
    padding:10px 0;
    border-top:1px dotted #b6b6b6;
}
.item-choice-double{
    padding:10px 15px;
    margin: 10px 0;
    box-shadow: inset 0px 0px 4px rgba(0,0,0,0.12);
    -moz-box-shadow: inset 0px 0px 4px rgba(0,0,0,0.12);
    -webkit-box-shadow: inset 0px 0px 4px rgba(0,0,0,0.12);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius:3px;
    width: 100%;
}
.item-choice-double .item-choice-material{
    margin: 0;
    width: 100%;
    float: none;
}
.item-choice-double .item-choice-material .material{
    width: 100%;
    float: left;
    margin: 5px 0;
}
.item-choice-double .item-choice-material.without-color .material{
    margin: 0;
}
.item-choice-double  .item-choice-material .price{
    top:50%;
    margin-top: -25px;
    line-height: 60px;
}
.nav-tabs {
    display:block;
    line-height: 30px;
    font-size: 17px;
}
.nav-tabs>li {
    float: left;
    position: relative;
}
.nav-tabs .sep{
    color:#cccccc;
    padding-top: 4px;
    font-size: 20px;
}
.nav-tabs>li>a {
    margin-right: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
    display: block;
    padding: 5px 15px;
}
.nav-tabs>li.active>a {
    color: #8c8c8c;
    cursor: default;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}

.tab-content{
    clear: both;
}
.box-other-info-good .tab-content{
    overflow: hidden;
    padding:10px 0;
    font-size: 15px;
    border-bottom: 1px dotted #b6b6b6;
}

.box-name-tab{
    font-size: 18px;
    margin-bottom: 10px;
}
.box-text-tab{
    font-size: 15px;
    line-height: 20px;
}
.box-good-spec{
    margin-top: 30px;
    padding-top: 30px; border-top:1px dotted #dfdfdf;
}
.box-good-spec .box-name-tab{
    margin-bottom: 20px;
}


.box-good-spec .item-spec{
    line-height: 24px;
    padding: 10px 0;
}
.box-good-spec .item-spec +.item-spec{
    border-top:1px dotted #dfdfdf;
}
.box-good-spec .item-spec-right{
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0 5px;
}
.box-good-spec .item-spec-right .box-item-name{
    font-size: 16px;
    line-height: 30px;
}
.box-good-spec .item-spec-right .box-item-name.box-inline{
    line-height: 16px;
}
.box-btn-comm{
    width: 100%;
}
.box-btn-comm .btn{
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.box-good-comments{
    border-top:1px dotted #dfdfdf;
    margin-top: 20px;
}
.item-comment{
    border-bottom:1px dotted #dfdfdf;
    padding: 15px 0 20px;
}
.item-comment .box-info-autor{
    line-height: 30px;
}
.item-comment .box-name{
    font-size: 16px;
    margin-right: 5px;
}
.item-comment .box-date{
    color:#666666;
    margin-left: 5px;
}
.item-comment .box-star{
    margin-bottom: 5px;
}
.item-comment .box-body{
    line-height: 18px;
    font-size: 14px;
}
.item-comment .box-body a{
    text-decoration:underline;
}
.item-comment .box-body a:hover{
    text-decoration:none;
}
.box-good-recomend{
    border-top:1px dotted #dfdfdf;
    margin-top: 20px;
    padding-top: 20px;
}

.item-good.item-good-recom .btn-red{
    width: 82px;
    font-size: 17px;
    height: 38px;
    padding: 9px 0;
    height: 38px;
    text-align: center;
    margin-top: 10px;
    font-family: 'pf_din_text_cond_promedium',sans-serif;
    text-transform: uppercase;
}
.box-model-good .box-show-more{
    border-top: 1px dotted #cfcfcf;
}
.block-page-text{
    padding: 0 10px;
}
.block-page-text>div:last-child{
    border-bottom:1px solid #d6d6d6;
    padding-bottom: 30px;
}
.block-page-text .block-text a{
    text-decoration:underline;
}
.block-page-text .block-text a:hover{
    text-decoration:none;
}
.box-item-gallery{
    padding: 0 10px;
    text-align: center;
}
.box-item-gallery .name-block{
    text-align: left;
}
.box-item-gallery .bx-controls,
.box-item-gallery .bx-controls-direction {
    position: absolute;
    top:-35px;
    right: 0;
    width: 90px;
}

.box-item-gallery .bx-wrapper .bx-controls-direction a{
    width: 45px;
    height: 45px;
    background: url("../img/control-gallery.png");
    margin-top: 0px;
}
.box-item-gallery .bx-wrapper .bx-controls-direction a.bx-prev{
    background-position: top left;
    left:0px;
}
.box-item-gallery .bx-wrapper .bx-controls-direction a.bx-next{
    background-position: top right;
    right:0px;
}
.item-gallery{
    width: 290px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.item-gallery .box-img{
    width: 100%;
    height: 155px;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: center;
}
.item-gallery .box-img img{
    height: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.item-gallery .name-item{
    font-size: 16px;
    line-height: 20px;
    font-family: 'pf_din_text_cond_promedium',sans-serif;
}
.table-special-table-text{
    line-height: 20px;
    text-align: center;
}
.table-special-table-text .tr{
    padding: 10px 0;
}
.table-special-table-text .tr + .tr{
    box-shadow:inset 0px 1px 3px rgba(0,0,0,0.25);
    -moz-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.25);
    -webkit-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.25);
}
.table-special-table-text .tr:nth-child(even){
    background: #fafafa;
}
.table-special-table-text .tr .td{
    padding: 5px;
}
.table-special-table-text .number-item,
.table-special-table-text .header-table{
    display: none;
}
.table-special-table-text .name-item{
    font-family: 'pf_dintext_promedium', sans-serif;
}
.table-special-table-text .other-info{
    color: #666666;
}
.block-page-basket .box-title{
    line-height: 50px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    background: url("../img/bg-header-small.jpg") repeat-x bottom left;
    box-shadow:0px 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
}
.block-page-basket .box-title .box-btn{
    text-align:center;
}
.block-page-basket .box-title .name-block{
    margin: 0;
    line-height: 50px;
    font-size: 24px;
}
.block-page-basket .box-title .box-btn .btn{
    font-family: 'pf_din_text_cond_promedium',sans-serif;
}
.box-price-itog{
    font-family: 'pf_din_text_cond_proregular',sans-serif;
    font-size: 26px;
    padding: 30px 10px 20px;
    background: url("../img/bg-header-small.jpg") repeat-x bottom left;
    box-shadow:0px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.2);
}
.box-price-itog .price-itog{
    font-family: 'pf_din_text_cond_promedium',sans-serif;
    font-size: 30px;
}
.box-price-itog .box-info{
    color: #666666;
    font-size: 16px;
    margin: 0 0 10px;
}
.box-basket-no-time{
    padding: 30px 10px 30px;
    box-shadow:0px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.2);
    text-align: center;
}
.box-basket-no-time .title{
    font-size: 22px;
    font-family: 'pf_din_text_cond_promedium',sans-serif;
    margin-bottom: 5px;
}
.box-basket-no-time .box-text{
    margin-bottom: 20px;
}
.box-basket-no-time .box-btn .btn{
    width:100%;
}
.table-good{
    padding-left:10px;
    padding-right:10px;
}
.table-special-table-text.table-good .tr{
    background: none;
    box-shadow: none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    padding:20px 0px;
    border-bottom: 1px dotted #dbdbdb;
    clear: both;
}
.table-special-table-text.table-good .tr:after{
    clear: both;
    content: '';
    display: table;
}
.table-good .close-item{
    position: absolute;
    top: 10px;
    left: 0px;
}
.table-good .price-item{
    font-size: 26px;
    font-family: 'pf_din_text_cond_promedium',sans-serif;
}
.table-good .box-count-control{
    margin: 0;
}
.table-good .count-item{
    float: left;
}
.table-good .price-item{
    float: right;
    line-height:50px;
}
.table-good .good-table-item{
    line-height: 20px;
}
.table-good .good-table-img img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.good-table-item .box-name{
    font-size: 18px;
    font-family: 'pf_din_text_cond_promedium',sans-serif;
}
.good-table-item .box-article{
    color: #999999;
    margin-bottom: 10px;
}
.good-table-item .box-info{
    margin-bottom: 20px;
}
.box-order-basket .item-right .item-order-basket{
    border-bottom: 1px dotted #dbdbdb;
    margin-bottom: 20px;
}
.box-order-basket .item-right form{
    margin-left: 10px;
}
.box-order-basket .item-info-dop{
    max-width: none;
    width: auto;
    font-family: 'pf_din_text_cond_proregular',sans-serif;
    font-size: 22px;
    margin-bottom: 30px;
}
.box-order-basket{
    padding: 0 10px;
}
.box-order-basket .text-info-order{
    color: #999999;
    text-align: center;
    font-size: 13px;
    padding: 0 10px;
    margin-bottom: 30px;
    font-family: 'pf_dintext_proitalic',sans-serif;
}
.box-info-choose-dost{
    margin-bottom: 20px;
}
.box-info-choose-dost .box-radio-red label{
    font-family: 'pf_din_text_cond_proregular',sans-serif;
}
.box-info-choose-dost .box-text{
    color: #666666;
    line-height: 20px;
    padding-left: 40px;
    font-size: 13px;
}
.box-info-choose-dost .box-address{
    color: #333333;
}
.box-info-choose-pay.form-group{
    margin-bottom: 0;
}
.box-info-choose-pay .item-pay{
    width: 100%;
    margin-bottom: 20px;
}
.box-info-choose-pay .box-radio-red label{
    font-size: 14px;
}
.box-info-choose-face{
    margin-bottom: 20px;
}
.box-info-choose-face .box-radio-red label{
    font-size: 14px;
}
.box-itog-pay{
    border-top: 1px solid #dbdbdb;
    padding: 30px 10px;
    text-align: center;
}
.box-itog-pay .box-price-itog{
    display: inline-block;
    float: none!important;
    background: none;
    box-shadow: none;
    padding: 0px!important;
    margin-bottom: 20px;
    color: #000000;
}
.box-itog-pay .box-btn{
    margin:0 10px;
}
.form-face{
    max-width: 360px;
}
.form-grey{
    background-color: #fafafa;
}
.form-padding{
    padding: 20px;
}
.form .small-text{
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
}
.form-inline .small-text{
    color: #666666;
    margin-bottom: 10px;
}
.form-group{
    margin-bottom: 15px;
}
.form-group.border-bottom{
    padding-bottom: 0;
    border: 0;
}
.form-group.border-bottom:after{
    position: absolute;
    width: 220px;
    left: 50%;
    margin-left: -110px;
    height: 1px;
    content: '';
    bottom: 0;
    background: #d4d4d4;
}
.sep-control{
    color: #999999;
    padding-left: 10px;
    padding-right: 10px;
}
.form-control{
    margin-bottom: 15px;
    padding:12px 15px;
    font-size: 14px;
    line-height: 15px;
    background: #ffffff;
    color:#000000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #d6d6d6;
    width: 100%;
}
.form-control.small{
    width: 100px;
}
.label-big{
    font-size: 18px;
    color: #333333;
    font-family: 'pf_din_text_cond_promedium',sans-serif;
}
textarea.form-control{
    height: 80px;
    resize: vertical;
}
.box-control{
    line-height: 44px;
}
.box-control .important{
    position: absolute;
    right: -20px;
    top:0px;
    font-size: 28px;
    color: #bbbbbb;
}
.form-inline .label-inline{
    width: 100px;
    float: left;
    line-height: 18px;
    padding: 13px 0;
    font-size: 17px;
    font-family: 'pf_din_text_cond_proregular',sans-serif;
}
.form-inline .label-light{
    line-height: 18px;
    padding: 13px 0;
    font-size: 17px;
    color: #666666;
    font-family: 'pf_din_text_cond_proregular',sans-serif;
    display: block;
}
.form-inline .label-inline.box-inline{
    float: none;
    padding-right:10px;
}
.form-inline .label-inline+.box-control{
    margin-left: 130px;
}
.ng-valid{
    border-color: #199900;
}
.form-small-control .form-group{
    margin-bottom: 10px;
}
.form-small-control .box-control{
    line-height: 35px;
}
.form-small-control .form-control{
    padding: 8px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.form-small-control .form-control.small{
    width: 65px;
}
.form-small-control .sep-control{
    padding: 0 2px;
}
.form-small-control .style-select{
    background-image: url('../img/select-small.png');
}
.form-data{
    margin-bottom: 10px;
}
.form-data .form-control.small{
    width: 120px;
}
.form-data .form-group{
    margin-bottom: 0;
}
.form-data .box-control .form-control{
    background: none;
}
.form-data .box-control .label-inline{
    position: absolute;
    top: 13px;
    line-height: 20px;
    left:10px;
    width: auto;
    z-index: -1;
    padding: 0;
}
.form-data .box-control .form-control:focus+.label-inline{
    display: none!important;
}
.form-data textarea.form-control{
    margin-bottom: 0;
}
.box-radio.box-inline+.box-radio.box-inline{
    margin-left: 30px;
}
/*FOOTER*/
footer{
    background-color: #ffffff;
    padding-top: 30px;
}
footer a{
    font-size: 13px;
}
#copy{
    font-size: 11px;
    color: #b5b5b5;
    line-height: 24px;
}
#footer-top{
    background: url("../img/bg-footer.jpg") repeat;
    line-height:55px;
    padding: 14px 0 16px;
}
#footer-top .box-item-info-dop{
    text-align: center;
    background-color: rgba(0,0,0,0.25);
    padding: 10px 0 10px 10px;
}
.box-info-contact{
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    line-height: 40px;
    padding-bottom: 5px;
    padding-top: 10px;
}
.box-info-contact .item-phone{
    font-size: 22px;
}
.box-info-contact a{
    font-size: 15px;
}
#footer-bottom{
    padding:20px 0;
    text-align: center;
}
#footer-bottom .mail-to{
    color: #656565;
}
#footer-top .item-info-dop{
    font-size: 14px;
    width: 255px;
    line-height: 55px;
    text-align: left;
    max-width: none;
}
#footer-top .item-info-dop .box-text{
    text-align: left;
}
#logo-footer{
    line-height: 24px;
}
.nav-footer{
    text-align: center;
    padding-top: 4px;
    font-size: 0;
}
.nav-footer > li {
    display: inline-block;
    font-size: 14px;
}
.nav-footer > li + li {
    margin-left: 27px;
}

.nav-footer a{
    font-size: 14px;
    color: #ffffff;
}
.nav-footer a:hover{
    text-decoration: none;
}

/*checkbox-green*/
.box-checked-green label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left:50px;
    margin: 0;
    line-height: 34px;
    font-size: 13px;
    color: #3399cc;
    text-decoration: underline;
}

.box-checked-green input[type=checkbox] {
    display: none;
}
.box-checked-green label:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-top:-17px;
    position: absolute;
    left: 0;
    top: 50%;
    border: 1px solid  #d6d6d6;
    color:#9eb237;
    background-color: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    line-height: 30px;
}

.box-checked-green input[type=checkbox]:checked + label,.box-checked-green label:hover {
    color: #333333;
    text-decoration: none;
}
.box-checked-green input[type=checkbox]:checked + label:before {
    content: "\2714";
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    color:#9eb237;
    background-color: #fafafa;
    box-shadow: inset 0px 0px 3px #d6d6d6;
    -moz-box-shadow: inset 0px 0px 3px #d6d6d6;
    -webkit-box-shadow: inset 0px 0px 3px #d6d6d6;
}
.box-checked-green.active label{
    color: #20bf00;
}
.box-checked-green.active label:before{
    border: 1px solid  #20bf00;
}
.box-checked-green.small label{
    padding-left: 40px;
    line-height: 24px;
}
.box-checked-green.small label:before{
    width: 22px;
    height: 22px;
    margin-top: -12px;
    line-height: 24px;
}
.box-checked-green.small input[type=radio]:checked + label:before{
    line-height: 22px;
}
/*radio-red*/
.box-radio-red label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left:40px;
    margin: 0;
    line-height: 28px;
    font-size: 18px;
}

.box-radio-red input[type=radio] {
    display: none;
}
.box-radio-red label:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-top:-14px;
    position: absolute;
    left: 0;
    top: 50%;
    border: 1px solid  #dfdfdf;
    color:#9eb237;
    background-color: #f7f7f7;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: inset 0px 0px 3px #d6d6d6;
    -moz-box-shadow: inset 0px 0px 3px #d6d6d6;
    -webkit-box-shadow: inset 0px 0px 3px #d6d6d6;
    font-family: 'pf_dintext_proregular', sans-serif;
}


.box-radio-red input[type=radio]:checked + label:before {
    content: "\2022";
    line-height: 26px;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    color:#ea522f;
    background-color: #ffffff;
}
.box-radio-red.active label{
    color: #20bf00;
}
.box-radio-red.active label:before{
    border: 1px solid  #20bf00;
}
/*select*/
select.style-select{
    -webkit-appearance: none;
    background-image: url('../img/select.png');
    background-position: right center;
    background-repeat: no-repeat;
    /* for FF */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    /* for IE */
    -ms-appearance: none;
    appearance: none!important;
}

select.style-select::-ms-expand {
    display: none;
}
/*TRACK-BAR*/
.btn-tracker{
    width: 19px;
    height: 19px;
    border: 5px solid #ffc700;
    background: #ffffff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
}

.DoubleTrackBar {
    height:5px;
    width: 180px;
    position: relative;
    color:#d7d7d7;
    background: #e5e5e5;
    border:1px solid #dbdbdb;
    border-top:1px solid #c5c5c5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
}

.DoubleTrackBar .start,
.DoubleTrackBar .finish{

    position: absolute;
    z-index: 20;
    top: 0px;
    left: 0;
}
.DoubleTrackBar .finish{
    left: auto;
    right: 0;}

.DoubleTrackBar .Tracker{
    position: absolute;
    height: 5px;
    font-size: 0;
    padding:0px;
    background: url("../img/bg-bar.jpg") repeat-x #8aa300;
    left:0;
    top: -1px;
}
.DoubleTrackBar .Tracker .flr,
.DoubleTrackBar .Tracker .fll{

    position: absolute;
    bottom:0px;
    z-index: 60;
    top:-8px;
}
.DoubleTrackBar .Tracker .flr {
    left: 100%;
}
.DoubleTrackBar .Tracker .fll {
    left: auto;
    text-align: right;
    right: 100%;
}
.DoubleTrackBar .Tracker .dis {
    opacity: 0.4;
    filter: Alpha(opacity=40);
}

.DoubleTrackBar .touch {
    position: absolute;
    text-align: center;
    background: #c1c1c1;
    width: 1px;
    height: 3px;
    top:5px;
    display: none;
}
.DoubleTrackBar .touch span{
    display:none;
}
/*POP-UP*/
.pop-up{
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 100500;
    display: none;
}
.bg-pop-up{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}
.wrapper-pop-up{
    left:50%;
    top:50%;
    max-width: 385px;
    width: 100%;
    background: #ffffff;
    padding:15px;
    -webkit-transform:translateY(-50%) translateX(-50%);
    -moz-transform:translateY(-50%) translateX(-50%);
    -ms-transform:translateY(-50%) translateX(-50%);
    -o-transform:translateY(-50%) translateX(-50%);
    transform:translateY(-50%) translateX(-50%);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
}
.pop-up .btn-close-pop{
    position: absolute;
    top: 5px;
    right:5px;
    color: #444444;
}
.wrapper-pop-up .title-border{
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom:1px dotted #d6d6d6;
}
.wrapper-pop-up .box-btn-border{
    margin-top: 15px;
    padding-top: 20px;
    border-top:1px dotted #d6d6d6;
}
.wrapper-pop-up textarea.form-control{
    margin-bottom: 0;
}
/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
}

.bx-wrapper .bx-next {
    right: 10px;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 55;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.big-img-good{
    display: none;
}
.big-img-good.active{
    display: block;
}

.box-share-good{
    margin-bottom: 20px;
}

.new--typography ul {
    margin-top: -1.2em;
    margin-bottom: 1.1875em;
}
.new--typography ul li {
    margin-left: 1em;
}
.new--typography ul li:before {
    content: '';
    display: block;
    position: absolute;
    height: 0.375em;
    width: 0.375em;
    border: 1px solid #000000;
    border-radius: 100%;
    box-sizing: border-box;
    margin-left: -0.8em;
    margin-top: 0.25em;
}










/*new new new*/
.icon-timer{
    background-position: -160px -70px;
    width: 21px;
    height: 27px;
}
.icon-refresh{
    background-position: -192px -72px;
    width: 23px;
    height: 23px;
}
.icon-pay-dark{
    background-position: -223px -69px;
    width: 24px;
    height: 30px;
}
.icon-pay-dost{
    background: url("../img/pay.png") no-repeat;
    width: 45px;
    height: 30px;
}
.icon-pay-dost.pay1{background-position: 0px 2px;}
.icon-pay-dost.pay2{background-position: 0px -33px;}
.icon-pay-dost.pay3{background-position: 0px -67px;}
.icon-pay-dost.pay4{background-position: 0px -102px;}
.icon-pay-dost.pay5{background-position: 0px -140px;}
.icon-pay-dost.pay6{background-position: 0px -177px;}
.icon-pay-dost.pay7{background-position: 0px -214px;}
.icon-pay-dost.pay8{background-position: 0px -247px;}

#btn-totop{
    position: fixed;
    bottom: 50px;
    left: 50px;
    color: #ffc700;
    display: none;
    z-index: 1000;
    text-align: center;
    width: 40px;
    line-height: 20px;
}

.form-grey{
    padding: 10px 15px;
    background: #fafafa;
    font-size: 16px;
    line-height: 20px;
    font-family: 'pf_din_text_cond_proregular',sans-serif;
    color: #666666;
    margin-bottom: 10px;
}
.form-grey .small{
    font-size: 14px;
    line-height: 18px;
}
.form-grey .title{
    margin-bottom: 5px;
    color: #333333;
}
.form-grey b,.form-grey .bold{
    font-family: 'pf_din_text_cond_promedium',sans-serif;
}
.form-grey p{
    margin-bottom:10px;
}
.form-grey p.small{
    margin-bottom:5px;
}
.form-grey i{
    font-family: 'pf_din_text_cond_proitalic',sans-serif;
}
.block-dost{
    padding: 0 10px;
}
.block-dost .box-about-dost{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
    overflow: hidden;
}
.block-dost .box-about-dost .box-header{
    line-height: 30px;
    text-align: left;
    padding: 10px 10px 15px 20px;
    font-size: 18px;
    color: #333333;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.07);
    border-bottom: 1px solid #e7e7e7;
    background: url("../img/bg-header-small.jpg") repeat-x bottom left;
}
.block-dost .box-about-dost .box-header .icon{
    margin-right: 10px;
}
.block-dost .box-about-dost .box-header .info{
    line-height: 18px;
    color: #676767;
    font-size: 14px;
    font-family: 'pf_dintext_proitalic',sans-serif;
    margin-top: 5px;
}
.block-dost .box-about-dost .box-list-pay{
    padding: 10px 20px;
}
.block-dost .box-about-dost .item-list-pay{
    display: inline-block;
    width: 190px;
    vertical-align: top;
    line-height: 35px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 20px;
    border:1px solid transparent;
    font-size: 14px;
}
.block-dost .box-about-dost .item-list-pay .box-icon{
    width: 50px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.block-dost .box-about-dost .item-list-pay:hover{
    color: #999999;
    background: #fbfbfb;
    box-shadow: inset 0px 0px 3px #e5e5e5;
    -moz-box-shadow: inset 0px 0px 3px #e5e5e5;
    -webkit-box-shadow: inset 0px 0px 3px #e5e5e5;
    border:1px solid #dfdfdf;
}
.block-dost .name-block{
    margin: 0;
}
.block-dost .box-title{
    margin-bottom: 20px;
}
.block-dost .item-info-dop{
    width: 100%;
}
.block-dost .item-info-dop{
    margin: 15px 0;
}
.block-dost .item-info-dop .box-text{
    font-size: 18px;
    font-family: 'pf_din_text_cond_promedium',sans-serif;
}
.block-dost .tab-content .item-info-dop .box-text{
    font-size: 16px;
}
.block-dost .name-block-small{
    font-size: 18px;
    font-family: 'pf_din_text_cond_promedium',sans-serif;
    margin-top: 10px;
    margin-bottom: 0px;
}
.block-dost .content-dost{
    /*    font-family: 'pf_din_text_cond_proregular',sans-serif; */
    font-size: 14px;
    line-height: 18px;
}
.block-dost .box-address{
    margin-bottom: 20px;
}
.block-dost .box-address .map{
    float: right;
    margin-top: -80px;
}
.block-dost .box-address .grey-light{
    color: #999999;
}
.block-dost .box-address .address{
    font-size: 16px;
    margin-bottom: 5px;
    font-family: 'pf_din_text_cond_promedium',sans-serif;
}
.block-dost .time-dost{
    font-size: 16px;
    font-family: 'pf_din_text_cond_proregular', sans-serif;
    line-height: 24px;
    margin-top: -20px;
    margin-bottom: 20px;
    padding-left: 56px;
    color: #333333;
}
.box-tab-info-dost{
    margin-top: 25px;
}
.block-dost .time-dost .time{
    color: #666666;
    width: 95px;
    display: inline-block;
    vertical-align: top;
}
.block-dost .var-info{
    font-size: 18px;
    color: #d92121;
    margin-bottom: 20px;
    padding-left: 56px;
    font-family: 'pf_din_text_cond_proMdIt',sans-serif;
    margin-top: -10px;
}
.nav-tabs.small{
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    display: inline-block;
}
.nav-tabs.small>li>a{
    border: 0!important;
    padding: 5px 15px;
    font-size: 16px;
    border-radius: 0px;
    line-height: 25px;
    font-family: 'pf_din_text_cond_promedium',sans-serif;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
}
.nav-tabs.small>li+li>a{
    border-left:  1px solid #e5e5e5!important;
}
.nav-tabs.small>li.active>a{
    background: #f6f6f6;
    box-shadow: inset 0px 0px 3px #e5e5e5;
    -moz-box-shadow: inset 0px 0px 3px #e5e5e5;
    -webkit-box-shadow: inset 0px 0px 3px #e5e5e5;
}

@media screen and (min-width: 750px){
    .block-dost .name-block {
        font-size: 28px;
        line-height: 46px;
    }
    .block-dost .box-title{
        margin-bottom: 20px;
    }
    .block-dost{
        padding:0px;
    }
}
@media screen and (min-width: 1220px){
    .block-dost .name-block {
        font-size: 36px;
    }
    .block-dost .content-dost{
        width: 850px;
        float: left;
    }
    .block-dost .box-about-dost{
        width: 300px;
        float: right;
    }
}
.item-good .box-hide a.dashed{font-size:14px;}





.wrapper-add-good{
    max-width: 700px;
    width: 100%;
}
.wrapper-add-good .box-title{
    font-size: 30px;
    text-align: center;
    font-family: 'pf_din_text_cond_prolight', sans-serif;
    margin: 10px 0;
}
.pop-info-cat{
    font-size: 14px;
    text-align: center;
}
.item-good-line {
    padding-top:20px;
    border-top:1px solid #e5e5e5;
    margin-top: 20px;
    line-height: 26px;
    font-size: 18px;
    padding-bottom: 10px;
}
.item-good-line .box-img{
    width: 140px;
    float: left;
    margin:0 20px;
    text-align: center;
    line-height: 140px;
    height: 140px;
    overflow:hidden;
}
.item-good-line .box-count-add{
    color: #a7a7a7;
    font-size: 17px;
}
.item-good-line .box-name{
    font-family: 'pf_dintext_promedium', sans-serif;
    color: #333333;
}
.item-good-line .box-img img{
    max-height: 100%;
    vertical-align: middle;
}
.item-good-line .box-btn{
    margin-top: 10px;
    line-height: 50px;
}
.item-good-line .box-btn .go-site{
    font-size: 16px;
    font-family: 'pf_din_text_cond_prolight', sans-serif;
    margin-left: 20px;
}
.box-buy-together{
    padding-top:20px;
    border-top:1px solid #e5e5e5;
}
.box-buy-together .box-title{
    font-size: 24px;
    font-family: 'pf_dintext_proregular', sans-serif;
}

#good-recom{padding-bottom: 30px;}



.box-about-dost{
    margin-bottom: 15px;
}
.block-dost .box-fitting.box-about-dost .item-list-pay{
    width: 250px;
}
.block-dost .box-fitting.box-about-dost .box-header{
    padding: 25px 10px 25px 20px;
}
.title-content{
    line-height: 35px;
    margin-bottom: 10px;
}
.title-content a{
    font-family: 'pf_dintext_proregular', sans-serif;
    margin-left: 10px;
}
.title-content .name-block-small{
    margin-top: 0;
    font-size: 20px;
}
.block-dost .btn-grey{
    font-family: 'pf_dintext_proregular', sans-serif;
}
.box-line-region{
    margin-bottom: 20px;
}
.item-line-region{
    line-height: 16px;
    /*width: 120px;*/
    float: left;
    font-size: 15px;
    padding: 10px 10px;
}
.icon-dost-dark{
    width: 30px;
    height: 22px;
    background-position: right -30px;
}

.icon-fitting{
    background: url("../img/icon-fitting.png") no-repeat;
    width: 45px;
    height: 30px;
}
.icon-box{
    background-position: right -59px;
    width: 30px;
    height: 24px;
}
.icon-reg{
    background-position: right -90px;
    width: 30px;
    height: 24px;
}
.icon-fitting.fitting1{
    background-position: 0px 2px;
}
.icon-fitting.fitting2{
    background-position: 0px -38px;
}
.icon-fitting.fitting3{
    background-position: 0px -72px;
}
.icon-fitting.fitting4{
    background-position: 0px -112px;
}

.map ul {
    margin-left: 20px;
}

.nav-top-good{
    border-top: 1px solid #999999;
}
.nav-top-good .item-good .box-info-good{
    position: relative;
    top: inherit;
    left: inherit;
    display: inline-block;
}
.nav-top-good .item-good.item-good-recom .box-img{
    height: 120px;
    width: 80px;
}
.nav-top-good .item-good.item-good-recom{
    width: 225px;
    height: 130px;
}
.nav-top-good .item-good .box-name{
    text-transform:none;
}
.box-price.old{
    color: #999999;
    font-size:12px;
    text-decoration: line-through;
    line-height: 20px;
}
.box-price.old .price{
    font-size:16px;
    color: #999999;
}

.news {
    margin: 0 0 20px 0;
}
.news strong {
    font-weight:  bold;
}

.news h2 {
    font-size: 24px;
}
#liveinternet {
    display: none;
}
.pay-courier {
    width: 100% !important;
    display: block;
}


.ndr_text p {
    text-indent: 0px;
    display: block;
    margin: 0px;
    padding: 2px 0px 2px 0px;
}
.ndr_text h1 {
    margin-top: 10px;
    position: relative;
    display: block;
    font-size: 1.7em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
.ndr_text h2 {
    margin-top: 10px;
    position: relative;
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}






.table {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
}

.table {
    background-color: #FFF; }
.table td, .table th {
    border: 1px solid #dcdcdc;
    font-size: 0.875rem;
    text-align: center; }
.table td:first-child, .table th:first-child {
    text-align: left; }
.table th {
    font-weight: bold;
    background-color: #f2f2f2;
}


.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 1px solid #dcdcdc;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 12px 20px;
}
.table > thead > tr > th {
    border-bottom: 1px solid #dcdcdc;
}




.region-column {
    -moz-column-count: 4;
    -moz-column-gap: 30px;
    -webkit-column-count: 4;
    -webkit-column-gap: 30px;
    column-count: 4;
    column-gap: 30px;
    margin-bottom: 30px; }
.region-column li {
}

.ellipse-list {
    margin-bottom: 20px; }
.ellipse-list li {
    position: relative;
    overflow: hidden;
    padding-left: 16px; }
.ellipse-list li::before {
    position: absolute;
    background-position: -390px -57px;
    width: 8px;
    height: 8px;
    content: "";
    background-image: url("../img/icon-site.png");
    background-repeat: no-repeat;
    left: 0;
    top: 6px; }

.num-list li {
    margin-bottom: 15px; }
.num-list li span {
    display: block; }
.num-list li small {
    font-weight: normal;
    color: #e51a37;
    font-size: 0.9375rem; }

.wall {
    background-color: #f2f2f2;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
}
.feedback-section {
    padding: 30px 260px 15px;
}
.feedback-title {
    font-size: 26px;
    text-transform: uppercase;
    color: #333;
    text-align: center;
    margin-bottom: 26px;
}
.banner-feedback-body .form-control {
    margin-bottom: 0;
    text-align: center;
    font-size: 20px;
    font-family: "pf_din_text_cond_proregular";
}
.feedback-section .form-group {
    margin-bottom: 10px;
}
.feedback-section .btn-custom {
    margin-top: 12px;
    width: 164px;
}
.btn-custom {
    font-size: 20px;
    color: #333;
    font-family: "pf_din_text_cond_proregular";
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
}
.inline-block {
    display: inline-block;
}
strong {
    font-weight: 600;
}
.hr-line {
    overflow: hidden;
    height: 1px;
    background-color: #e5e5e5;
    clear: both;
    width: 100%;
}
.block-text h5, .block-text .h5 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}
.block-text .main-title {
    margin-bottom: 25px;
}
.divider {
    height: 30px;
    clear: both;
    overflow: hidden;
    width: 100%;
}
.divider-10 {
    height: 10px;
}
.divider-20 {
    height: 20px;
}
.divider-30 {
    height: 30px;
}
.divider-40 {
    height: 40px;
}
.divider-50 {
    height: 50px;
}
.divider-60 {
    height: 60px;
}
.divider-70 {
    height: 70px;
}
.divider-80 {
    height: 80px;
}
.divider-90 {
    height: 90px;
}
.divider-100 {
    height: 100px;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clearfix::after {
    clear: both;
}
.clearfix::after, .clearfix::before {
    content: " ";
    display: table;
}
img.pull-right {
    margin-left: 40px;
}
img.pull-left {
    margin-right: 40px;
}
.block-text .item-icon-info {
    margin-left: 5px;
    margin-right: 5px;
}
.name-nav {
    font-family: "pf_din_text_cond_promedium";
    overflow: hidden;
}
#nav-main {
    position: static;
}
#nav-main > li {
    float: left;
    display: block;
}
.sale-nav {
    position: relative;
}
p .ico-marker-list {
    margin: 0 10px 0 0;
    position: relative;
    top: -2px;
}
.sale-nav .name-nav::before {
    background-color: #ffc700;
    position: absolute;
    content: '';
    width: 83px;
    height: 83px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
    z-index: -1;
}
.sale-nav .icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -7px;
}

.col-item {
    float: left;
}
.carousel-product {
    padding-top: 25px;
}
.carousel-product .left-col {
    max-width: 787px;
    width: 100%;
}
.carousel-product .right-col {
    max-width: 400px;
    width: 100%;
}
.product-day {
    margin: 0 15px;
}
.product-day .item-good {
    width: 50%;
    margin: 0;
    padding: 0 15px
}

.product-day .row {
    font-size: 0;
}

.box-hide-wrap {
    position: absolute;
    width: 100%;
    left: 0;
}
.box-hide-wrap .btn-red {
    font-size: 16px;
}
.visible-mob {
    display: none;
}
.box-hide-inner {
    height: 0;
    opacity: 0;
    font-size: 15px;
    overflow: hidden;
    transition: height 300ms linear 0s;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    padding-bottom: 15px;
}
.item-good:hover .box-hide-inner {
    animation: 0.3s ease 0s normal none 1 running fadeIn;
    display: block;
    height: auto;
    opacity: 1;
    overflow: visible;
    transition: height 300ms linear 0s;
}

.item-good:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.product-day-title {
    font-family: "pf_din_text_cond_proregular";
    font-size: 22px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.product-day-title span {
    display: inline-block;
    position: relative;
    padding: 0 22px;
}
.product-day-title span:before,
.product-day-title span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1000px;
    height: 1px;
    background-color: #b2b2b2;
    position: absolute;
    top: 50%;
}
.product-day-title {
    overflow: hidden;
}
/*
.product-day-title:before,
.product-day-title:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  height: 1px;
  background: #6CBD83;

    
  border: solid #FFF;
  border-width: 0 10px;
}
*/
.product-day-title span:before {

    left: 100%;
}
.product-day-title span:after {

    right: 100%;
}

.owl-dots {
    width: 100%;
    padding-top: 20px;
}
.owl-dots .owl-dot {
    display: inline-block;
}
.owl-dots .owl-dot.active span {
    background-color: #333;
    border-color: transparent;
}
.owl-dots .owl-dot span {
    background: #fff none repeat scroll 0 0;
    border-radius: 20px;
    display: block;
    height: 14px;
    margin: 0 5px;
    width: 14px;
    border: 2px solid #333;
    transition: all 0.2s ease;
}
.main-slider .owl-nav {
    display: none;
}
.main-slider .item img {
    max-width: 100%;
}
.main-slider .owl-dots {
    text-align: center;
}
.main-slider {
    margin-bottom: 15px;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.warning-info {
    border: 1px solid #ececec;
    padding: 8px 12px;
    font-size: 14px;
    color: #333;
}
.warning-info p {
    margin-bottom: 5px;
}
.warning-info .media-left {
    vertical-align: middle;
}
.text-danger {
    color: #e24a27;
}
.new-price span {
    background-color: #ffc700;
    border-radius: 3px;
}
.price-prod span {
    font-size: 20px;
    color: #333;
    padding: 2px 10px;
    font-family: "pf_din_text_cond_promedium";
    line-height: 1;
    display: inline-block;
}
.old-price span {
    text-decoration: line-through;
    opacity: .5;
}
.product-carousel.owl-carousel .owl-item img {
    display: inline-block;
}
.product-carousel  {
    z-index: 3;
}
.name-block {
    font-size: 28px;
    font-family: "pf_din_text_cond_promedium";
    margin-bottom: 32px;
}
.title-stock span {
    display: inline-block;
    padding: 0 7px;
    border-radius: 3px;
    padding-top: 0px;
    padding-bottom: 3px;
}
.title-stock .label-danger {
    margin-left: -3px;
    color: #fff;
}
.product-carousel .item-preview, .item-good {
    margin: 0;
}

.label-warning {
    background-color: #ffc700;
}
.label-danger {
    background-color: #e24a27;
}
.product-carousel-wrap {
    width: 76%;
    float: left;
    padding: 0 90px 0 60px
}

.banner-feedback-heading {
    background-color: #ffc700;
    padding: 25px 20px;
    text-align: center;
}
.banner-feedback-heading h3 {
    font-size: 28px;
    font-family: "pf_din_text_cond_proregular";
    color: #333;
    line-height: 1.1;
}
.banner-feedback-heading h3 span {
    text-transform: uppercase;
}
.banner-feedback-wrap {
    width: 24%;
    float: left;
}
.banner-feedback-body {
    background-image: url(../img/banner-feedback-bg.jpg);
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 100px;
    background-color: #f7f7f7;
    padding-left: 18px;
    padding-right: 18px;
}
.banner-feedback {
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
}

.banner-feedback-body .form-control {
    margin-bottom: 0;
}
.product-carousel .owl-controls {
    position: static;
}
.product-carousel .owl-controls .owl-prev .icon-arr, .owl-controls .owl-next .icon-arr {
    background-image: url(../img/carousel-arr.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 27px;
    display: block;
    cursor: pointer;
}
.product-carousel .owl-controls .owl-prev .icon-arr {
    background-position: 0 0;
}
.product-carousel .owl-controls .owl-next .icon-arr {
    background-position: right 0;
}
.product-carousel .owl-controls .owl-prev {
    left: 0;
    margin-left: -45px;
}
.product-carousel .owl-controls .owl-next {
    right: 0;
    margin-right: -45px;
}
.product-carousel .owl-controls .owl-prev, .owl-controls .owl-next {
    position: absolute;
    top: 120px;
}
.product-carousel .owl-controls .owl-nav {
    position: static;
}
.product-carousel .owl-dots {
    display: none!important;
}
.product-carousel .owl-stage-outer {
    margin-bottom: -200px;
    padding-bottom: 200px;
}
.product-carousel .item {
    padding: 6px;
}
.post-tile .col {
    width: 33.3%;
    float: left;
}
.post-item {
    padding: 33px 20px 25px 33px;
    border-radius: 6px;
    margin-bottom: 12px;
}
.post-item:hover {
    -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.08);
}
.post-item-heading {
    margin-bottom: 12px;
}
.post-item-heading img {
    width: 112px;
}
.post-item-heading h3 {
    font-size: 20px;
    font-family: "pf_din_text_cond_promedium";
    line-height: 1.1;
    margin-top: 5px;
}
.post-item-heading h3 a {
    color: #444;
}
.post-item-heading h3 a:hover {
    color: #3399cc;
}

.post-item-heading .media-left {
    padding-right: 20px;
}

.read-more a {
    text-decoration: underline;
}
.read-more a:hover {
    text-decoration: none;
}
.read-more .icon {
    margin-left: 6px;
}
.post-item .read-more {
    margin-top: 8px;
}
.post-heading {
    padding: 25px 28px 0;
}
.post-heading .name-block {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 10px;
    margin-top: 0;
}
.post-heading .dop-info {
    display: inline-block;
}
.read-all {
    display: inline-block;
    text-decoration: underline;
    font-family: "pf_din_text_cond_proregular";
}
.content-text {
    padding: 40px 28px 0;
}
.content-text img {
    max-width: 100%;
}
.content-text .name-block {
    margin-bottom: 15px;
    margin-top: 0;
}

.ico-warning {
    background-position: -353px -88px;
    width: 41px;
    height: 41px;
}
.ico-carousel-right-arr {
    background-position: -354px -57px;
    width: 16px;
    height: 27px;
}
.ico-carousel-left-arr {
    background-position: -336px -57px;
    width: 16px;
    height: 27px;
}
.ico-wallet {
    background-position: -47px -97px;
    width: 24px;
    height: 25px;
}
.ico-more {
    background-position: -387px -72px;
    width: 13px;
    height: 13px;
}
.ico-marker-list {
    background-position: -390px -57px;
    width: 8px;
    height: 8px;
}
.box-dop-info-site {
    padding-bottom: 30px;
}

.item-info-dop.info-head-ico {
    width: auto;
}
.category-section .name-block {
    margin-top: 22px;
    margin-bottom: 15px;
}
.table-overflow {
    overflow-x: auto; }
.content img {
    max-width: 100%;
}
.price-info {
    margin-top: 5px;
}
.item-info-dop-lnk a {
    color: #333;
    display: block;
}
.item-info-dop-lnk a:hover {
    color: #e24a27;
}
#footer-top .item-info-dop-lnk a{
    color: #ffc700;
}
#footer-top .item-info-dop-lnk a:hover{
    color: #e24a27;
}
#footer-top .item-info-dop-lnk a {
    display: inline-block;
}
.banner-side {
    position: relative;
    margin-bottom: 30px;
    max-width: 230px;
    width: 100%;
}
.menu-banner {
    float: right;
}
.bn-text_1 {
    background-color: rgba(226, 74, 39, .94);
    width: 80px;
    height: 80px;
    text-align: center;
    position: absolute;
    z-index: 1;
    text-align: center;
    font-family: "pf_din_text_cond_promedium";
    color: #fff;
    text-transform: uppercase;
    border-radius: 50%;
    top: 10px;
    left: 10px;
    font-size: 15px;
    display: block;
}
.bn-text_2 {
    background-color: rgba(44, 11, 34, .63);
    width: 120px;
    height: 120px;
    text-align: center;
    position: absolute;
    text-align: center;
    font-family: "pf_din_text_cond_promedium";
    color: #fff;
    text-transform: uppercase;
    border-radius: 50%;
    left: 42px;
    top: 48px;
    font-size: 22px;
    line-height: 1.1;
    display: block;
}
.bn-text_1 span, .bn-text_2 span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.side-post .post-heading {
    padding: 0;
}

.side-post .post-heading .name-block {
    font-size: 40px;
    font-family: "pf_dintext_prolight";
    margin-bottom: 15px;
}
.side-post .post-heading .dop-info {
    font-size: 15px;
    position: relative;
    top: -5px;
}
.side-post-item {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 24px;
    margin-bottom: 20px;
}
.side-post-item h3 {
    font-family: "pf_din_text_cond_promedium";
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 15px;
}
.side-post-item h3 a {
    color: #444;
}
.side-post-item h3 a:hover {
    color: #3399cc;
}
.side-post-item .read-more {
    margin-top: 15px;
}
.side-post-list .side-post-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.side-post {
    margin-bottom: 30px;
}
.description-product {
    padding: 10px 0 0 0;
}
.description-product .name-block {
    font-size: 31px;
    font-family: "pf_din_text_cond_proregular";
    margin-bottom: 25px;
}
.text-uppercase {
    text-transform: uppercase;
}
.description-product .lead {
    font-size: 16px;
}
.description-product p {
    margin-bottom: 15px;
}
.description-product li {
    margin-bottom: 15px;
}
.filter-box {
    margin-bottom: 20px;
}
/* Новые стили pvz */
.newMap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.newMap-info p {
    margin-bottom: 16px;
}
.newMap-info b {
    font-family: 'pf_dintext_promedium', sans-serif
}
.newMap-info h2 {
    margin-top: 40px;
    margin-bottom: 9px;
    font-size: 22px;
    line-height: 22px;
}
.newMap-view {
    width: 100%;
    max-width: 600px;
    height: 432px;
}
@media (max-width: 1220px) {
    .newMap {
        display: block;
    }
    .newMap-info {
        margin-bottom: 30px;
    }
    .newMap-view {
        max-width: none;
        padding: 0 10px;
        margin-bottom: 30px;
    }
}

.container_for_id_user {
    position: absolute;
    transform: translateY(5px);
}
.container_for_id_user.scrolled {
    padding: 10px 25px 8px;
    border-radius: 10px 10px 0 0;
    position: fixed;
    bottom: 0;
    right: 80px;
    background: linear-gradient(0deg, #DCA700, #FFDB0F);
    z-index: 105;
    box-shadow: 0 -2px 15px 0px rgba(0,0,0,0.3);
    transform: translateY(0);
}
.container_for_id_user > p {
    margin: 0;
    line-height: 1;
    font-size: 12px;
    color: #000;
    font-weight: 500
}
.container_for_id_user.scrolled > p {
    font-size: 14px;
}
.container_for_id_user > p > span {
    display: inline-block;
}
.container_for_id_user.scrolled > p > span {
    padding: 6px 14px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    border-radius: 50px;
    background-color: #584943;
}
@media(max-width: 768px){
    .container_for_id_user.scrolled {
        right: 15px
    }
}

.phone_desc {
    font-size: 50%;
}

.clear {
    clear: both;
}

/*upd 18-02-20*/
#main-page {
    overflow: hidden;
}
.brand-list{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
}
.brand-list li{
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin: 0 0 10px;
    padding: 0 5px;
    text-align: center;
    box-sizing: border-box;
}
.brand-list a{
    display: block;
    height: 80px;
    line-height: 80px;
    text-decoration: none;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
}
.brand-list a:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}
.brand-list span{
    position: absolute;
    left: 10px;
    top: 50%;
    right: 10px;
    color: #000;
    opacity: 0;
    z-index: 2;
    font-size: 14px;
    line-height: 16px;
    -moz-transform: translateX(0px) translateY(-50%);
    -webkit-transform: translateX(0px) translateY(-50%);
    -o-transform: translateX(0px) translateY(-50%);
    -ms-transform: translateX(0px) translateY(-50%);
    transform: translateX(0px) translateY(-50%);
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}
.code-uds{
    padding: 2px 0;
}
.code-uds p{
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 16px;
    color: #7D7D7D;
}
.code-uds p strong{
    font-weight: bold;
}
.code-uds .form-control{
    margin: 0 0 11px;
}
.btn-orange{
    cursor: pointer;
    display: block;
    margin-bottom: 15px;
    padding: 10px 5px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    background: #F8D048;
    box-shadow: 0px 1px 1px #D0A938;
    border-radius: 5px;
}
.btn-orange:hover{
    opacity: 0.8;
}
.code-uds input:-moz-placeholder {color:#D6D6D6;}
.code-uds input::-moz-placeholder {color:#D6D6D6;opacity:1;}
.code-uds input::-webkit-input-placeholder {color:#D6D6D6;}
.code-uds input:-ms-input-placeholder {color:#D6D6D6;}
.code-uds input::placeholder {color:#D6D6D6;}

.brand-list a:hover:after{
    opacity: 0.9;
}
.brand-list a:hover span{
    opacity: 1;
}
.brand-list img{
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
}

.block-news{
    margin: 0 0 42px;
    padding: 67px 0 44px;
    background: linear-gradient(90.31deg, #7FB9E2 -3.93%, #7A86F3 103.23%);
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Arial narrow';
}
.block-news .title{
    display: block;
    margin: 0 0 14px;
    font-size: 72px;
    line-height: 1;
    font-family: 'Arial narrow';
}
.block-news p{
    margin: 0 0 15px;
}
.bonus-card{
    display: flex;
    margin: 0 0 82px;
}
.bonus-card .holder-block{
    flex: 1 1 auto;
    padding: 9px 45px 0 0;
}
.holder-advertising{
    flex: 0 0 423px;
    background: #E7EBFF;
}
.center-text{
    text-align: center;
}
.currency{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px;
    padding: 16px 19px;
    background: #333333;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}
.bonus-card h2{
    font-weight: bold;
    font-family: 'Arial narrow';
    margin: 0 0 16px;
}
.publication{
    font-size: 0;
    line-height: 0;
    text-align: center;
    margin: 0 0 17px;
}
.publication span{
    display: inline-block;
    vertical-align: top;
    margin: 0 22px 10px;
    font-size: 16px;
    line-height: 18px;
    color: #AAAAAA;
}
.bonus-card-img{
    position: relative;
}
.date-bonus{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 20px;
    padding: 6px 4px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
}
.date-bonus span{
    display: block;
    padding: 3px 0 0;
    font-size: 14px;
}
.bonus-card-img .holder-img{
    max-width: 400px;
    margin: 0 auto 51px;
}
.bonus-card-img img{
    display: block;
    max-width: 100%;
}
.list-number{
    margin: 0 0 29px;
    padding: 0;
    list-style: none;
    counter-reset: point;
}
.list-number li{
    margin: 0 0 10px;
    position: relative;
    font-size: 14px;
    line-height: 1;
    color: #AAAAAA;
}
.list-number span{
    font-weight: bold;
}
.list-number a{
    font-weight: bold;
    color: #4992BE;
}
.list-number a:hover{
    text-decoration: underline;
}
.list-number li:before {
    content: counter(point)".";
    counter-increment: point 1;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #4992BE;
}
.qr-code{
    max-width: 159px;
    margin: 0 auto 30px;
}
.qr-code img{
    max-width: 100%;
}
.holder-store{
    margin: 0 0 56px;
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.holder-store a{
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 12px;
    max-width: 170px;
}
.holder-store a:hover{
    opacity: 0.8;
}
.holder-store img{
    max-width: 100%;
}
.comment-form{
    border-top: 2px solid #DCDCDC;
    padding: 52px 0;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}
.comment-form p{
    color: #7D7D7D;
    margin: 0 0 30px;
}
.comment-form p span{
    color: #D61414;
}
.comment-form textarea{
    display: block;
    margin: 0 0 10px;
    width: 100%;
    min-height: 93px;
    border: none;
    padding: 0;
    border-bottom: 1px solid #DCDCDC;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
}
.comment-form textarea:-moz-placeholder {color:#333333;}
.comment-form textarea::-moz-placeholder {color:#333333;opacity:1;}
.comment-form textarea::-webkit-input-placeholder {color:#333333;}
.comment-form textarea:-ms-input-placeholder {color:#333333;}
.comment-form textarea::placeholder {color:#333333;}
.comment-form textarea:focus{
    outline: none;
}
.comment-form .group{
    overflow: hidden;
    margin: 0 -15px;
}
.comment-form .holder-input{
    position: relative;
    float: left;
    width: 33.3%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.comment-form .holder-input input{
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    background: transparent;
    border-bottom: 1px solid #DCDCDC;
    height: 66px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.comment-form .holder-input input:focus{
    outline: navajowhite;
}
.comment-form .label{
    position: absolute;
    left: 15px;
    top: 50%;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    margin: -16px 0 0;
}
.comment-form .label span{
    color: #D61414;
}
.comment-form .holder-input.active .label{
    display: none;
}
.holder-checkbox{
    display: block;
    cursor: pointer;
    margin: 0 0 40px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
}
.holder-checkbox input{
    display: none;
}
.holder-checkbox span{
    display: block;
    position: relative;
    padding: 0 0 0 20px;
}
.holder-checkbox span:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    border-radius: 4px;
}
.holder-checkbox input:checked + span:before{
    background: url(../img/bg-4.png) no-repeat 50% 50%;
    background-size: 65%;
}
.btn-black{
    width: 250px;
    padding: 16px 5px;
    display: block;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    background: #333333;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.btn-black:hover{
    opacity: 0.8;
}
.holder-cashback{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(180deg, #B6C561 0%, #B5C558 48.96%, #9EB13B 100%);
    border-radius: 30px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    padding: 48px 30px;
    font-family: 'pf_dintext_proregular', sans-serif;
}
.holder-cashback .title{
    display: block;
    margin: 0 0 39px;
    font-size: 40px;
    line-height:1;
    font-family: 'pf_dintext_probold', sans-serif;
}
.holder-cashback .holder-text{
    flex: 1 1 auto;
    padding: 0 20px 0 100px;
    position: relative;
}
.holder-cashback .holder-img{
    position: absolute;
    width: 80px;
    left: 0;
    top: 50%;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.holder-cashback img{
    display: block;
    max-width: 100%;
}
.holder-cashback .holder-btn{
    flex: 0 0 210px;
}
.holder-cashback .btn{
    display: block;
    padding: 14px 2px;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px;
    color: #FFFFFF;
    font-family: 'pf_dintext_promedium', sans-serif;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}
.holder-cashback .btn:hover{
    opacity: 0.6;
    text-decoration: none;
}
.pr-discount{
    display: block;
    margin: 0 0 7px;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}
.pr-discount strong{
    font-weight: bold;
}
.pr-cashback{
    display: block;
    margin: 0 0 5px;
    color: #7D7D7D;
    font-size: 14px;
    line-height: 15px;
}
.pr-cashback strong{
    font-weight: bold;
}
.pr-rub{
    position: relative;
}
.pr-rub:after {
    position: absolute;
    top: 58%;
    width: 80%;
    left: 0;
    border-bottom: 1px solid;
    content: '';
}

.form-uds{
    position: relative;
    background: #F7F7F7;
    padding: 35px 0;
    margin: 0 0 20px;
}
.form-uds:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: -9999px;
    right: -9999px;
    top: 0;
    bottom: 0;
    background: #F7F7F7;
}
.form-uds p{
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px;
    color: #7D7D7D;
}
.form-uds p a{
    color: #000000;
    font-weight: bold;
}
.form-uds p a:hover{
    opacity: 0.8;
}
.form-uds p span{
    font-weight: bold;
}
.holder-form{
    padding: 8px 0 0;
    max-width: 492px;
}
.form-uds .group{
    margin: 0 -10px;
}
.form-uds input:-moz-placeholder {color:#D6D6D6; text-align: center;}
.form-uds input::-moz-placeholder {color:#D6D6D6;opacity:1; text-align: center;}
.form-uds input::-webkit-input-placeholder {color:#D6D6D6; text-align: center;}
.form-uds input:-ms-input-placeholder {color:#D6D6D6; text-align: center;}
.form-uds input::placeholder {color:#D6D6D6; text-align: center;}
.form-uds input{
    text-align: center;
    margin: 0;
    color: #7D7D7D;
    background: transparent;
}
.form-uds .holder-block{
    float: left;
    width: 50%;
    padding: 0 10px;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-uds .btn-orange{
    width: 100%;
    height: 41px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-orange:disabled{
    color: #7D7D7D;
    cursor: none;
    opacity: 1!important;
}
.form-uds .holder-input{
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}
.form-uds .label{
    flex: 0 0 130px;
    padding: 0 5px 0 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-uds .holder-input .input{
    flex: 1 1 auto;
}
.txt-discount{
    display: block;
    color: #333333;
    font-size: 14px;
    line-height: 16px;
}
.txt-discount span{
    color: #7D7D7D;
    display: inline;
}
.txt-discount strong{
    font-weight: bold;
    margin: 0 5px 0 0;
}
.txt-discount span strong{
    margin: 0;
}
.pr-delivery.new--delivery__info{
    padding: 8px 10px 14px 10px;
    border-radius: 5px;
    margin: 0 0 2px;
}
.pr-delivery.new--delivery__info .custom_select:after{
    display: block;
    clear: both;
    content: '';
}
.pr-delivery.new--delivery__info .custom_select p{
    font-family: 'pf_dintext_proregular', sans-serif;
    margin: 0;
    letter-spacing: -0.03em;
}
.pr-delivery.new--delivery__info .custom_select--now,
.pr-delivery.new--delivery__info p.custom_select--now{
    top: 4px;
}
.pr-delivery.new--delivery__info  .custom_select--now span{
    font-family: 'pf_dintext_promedium', sans-serif;
    letter-spacing: -0.05em;
    border-bottom-style: solid;
    font-size: 16px;
}
.pr-delivery.new--delivery__info .new--delivery__info--top{
    align-items: start;
    margin: 0 0 13px;
}
.list-delivery{
    padding: 0!important;
    margin: 0!important;
}
.list-delivery li{
    margin: 0 0 12px!important;
    display: block!important;
    padding: 0 0 0 11px!important;
}
.list-delivery p{
    font-family: 'pf_dintext_proregular', sans-serif!important;
    font-size: 14px!important;
    line-height: 17px!important;
    color: #7D7D7D!important;
    letter-spacing: -0.05em;
    padding: 2px 0 0 0;
}
.list-delivery .group-flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.list-delivery .group-flex:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    border-bottom: 2px dotted #484848;
}
.list-delivery .l-block,
.list-delivery .r-block{
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.05em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-delivery .l-block{
    max-width: 60%;
    font-family: 'pf_dintext_proregular', sans-serif;
    color: #484848;
}
.list-delivery .l-block span{
    display: inline;
    background: #F7F5F5;
}
.list-delivery .l-block span a{
    font-family: 'pf_dintext_proregular', sans-serif;
    color: #4992BE;
}
.list-delivery .r-block{
    max-width: 40%;
    padding: 0 0 0 5px;
}
.broad-color{
    display: inline;
    background: #F7F5F5;
    color: #9DB03C;
    font-family: 'pf_dintext_promedium', sans-serif;
}
.broad-color .rub{
    color: #9DB03C;
}
.broad-color .rub:after{
    background: #9DB03C!important;
}
.pr-delivery .pr-p{
    letter-spacing: -0.05em;
    font-family: 'pf_dintext_proregular', sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #484848;
}
.tooltip{
    display: inline;
    width: 19px;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 235px;
    padding: 7px 5px;
    color: #484848;
    font-family: 'pf_dintext_proregular', sans-serif;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 105%;
    right: 0;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.advantages{
    background: #F7F5F5;
    border-radius: 5px;
    padding: 10px 22px;
    text-align: center;
}
.advantages h3{
    margin: 0 0 23px;
    font-family: 'pf_din_text_cond_promedium',sans-serif;
}
.list-advantages{
    font-size: 0;
    line-height: 0;
    text-align: center;
    margin: 0 -9px;
    padding: 0;
}
.list-advantages li{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 4px;
    font-family: 'pf_dintext_proregular', sans-serif;
    color: #333333;
    font-size: 12px;
    line-height: 14px;
    width: 33.3%;
    letter-spacing: -0.05em;
    padding: 0 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-advantages .holder-img{
    max-width: 60px;
    margin: 0 auto 9px;
}
.list-advantages .holder-img img{
    max-width: 100%;
}
.list-advantages p span{
    color: #9DB03C;
}
.list-advantages p a{
    color: #4992be;
    display: block;
}
.list-advantages p a:hover{
    opacity: 0.6;
}
#description-template-10 .pr-delivery.new--delivery__info {
    padding: 19px 9px 14px 10px;
    min-height: 230px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#description-template-10 .custom_select {
    margin-bottom: 11px;
}
#description-template-10 .pr-delivery.new--delivery__info .new--delivery__info--top {
    align-items: start;
    margin: 0 0 21px;
}
#description-template-10 .list-delivery p{
    padding: 0;
}
#description-template-10 .list-delivery li {
    margin: 0 0 18px !important;
}
#description-template-8 .pr-delivery.new--delivery__info {
    padding: 20px 10px 30px 10px;
    margin: 0 0 10px;
}
#description-template-8  .custom_select {
    margin-bottom: 11px;
}
#description-template-8 .list-delivery li {
    margin: 0 0 21px !important;
}
#description-template-8 .advantages {
    background: #F7F5F5;
    border-radius: 5px;
    padding: 40px 22px;
}
#description-template-7 .pr-delivery.new--delivery__info{
    padding: 21px 10px 12px 10px;
}
#description-template-7 .advantages{
    padding: 17px 22px;
}
#description-template-6 .pr-delivery.new--delivery__info {
    padding: 20px 10px 22px 10px;
    margin: 0 0 5px;
}
#description-template-6 .pr-delivery.new--delivery__info .new--delivery__info--top {
    margin: 0 0 15px;
}
#description-template-6 .list-delivery li {
    margin: 0 0 17px !important;
}
#description-template-6 .advantages {
    padding: 15px 22px;
}
#description-template-5 .pr-delivery.new--delivery__info {
    padding: 19px 10px 25px 10px;
}
#description-template-5 .pr-delivery.new--delivery__info .new--delivery__info--top {
    margin: 0 0 26px;
}
#description-template-5 .list-delivery li {
    margin: 0 0 27px !important;
}
#description-template-4 .pr-delivery.new--delivery__info {
    padding: 20px 10px 24px 10px;
}
#description-template-4 .pr-delivery.new--delivery__info .new--delivery__info--top {
    margin: 0 0 25px;
}
#description-template-2 .pr-delivery.new--delivery__info {
    padding: 19px 10px 25px 10px;
    margin: 0 0 25px;
}
#description-template-2 .pr-delivery.new--delivery__info .new--delivery__info--top {
    margin: 0 0 26px;
}
#description-template-2 .advantages {
    padding: 39px 22px;
}
#description-template-1 .pr-delivery.new--delivery__info {
    padding: 19px 10px 26px 10px;
    margin: 0 0 23px;
}
#description-template-1 .pr-delivery.new--delivery__info .new--delivery__info--top {
    margin: 0 0 26px;
}
#description-template-1 .list-delivery li {
    margin: 0 0 27px !important;
}
#description-template-1 .advantages {
    padding: 41px 22px;
}


/*.block-good.new--product_main .box-about-dost{*/
    /*width: 450px!important;*/
/*}*/

/*.new--product_image {*/
    /*max-width: 750px!important;*/
/*}*/




/*.normal{
    font-family: 'pf_dintext_proregular', sans-serif;
}
b, .bold{
    font-family: 'pf_dintext_promedium', sans-serif;
}
.bolder{
    font-family: 'pf_dintext_probold', sans-serif;
}
.light{
    font-family: 'pf_dintext_prolight', sans-serif;
}
.rtgr{
font-family: "pf_din_text_cond_promedium";
}
.name-block-small{
    font-family: 'pf_din_text_cond_prolight', sans-serif;
}
.name-block .dop-info{
    font-family: 'pf_dintext_proregular', sans-serif;
}*/

@media(max-width: 1220px){
    .template-order{
        order: 5;
        flex-grow: 1;
    }
}

@media(max-width: 1219px){
    .brand-list li{
        width: 25%;
    }
    .bonus-card {
        display: block;
        padding: 0 15px;
    }
    .bonus-card .holder-block {
        padding: 0;
    }
    .holder-advertising{
        display: none;
    }
    .holder-cashback{
        display: none;
    }
    .form-uds {
        padding: 35px 15px;
    }
}
@media(max-width: 749px){
    .custom_select--dropdown {
        left: -20px!important;
        transform: translateY(100%) translateX(0%)!important;
    }
    .brand-list li{
        width: 33.33%;
    }
    #header-main img{
        max-width: 100%;
    }
    #header-main{
        padding: 5px 0;
        float: left;
        display: block !important;
        width: 40%;
        min-height: 135px;
        background: url(../img/bg-header-small.jpg) repeat-x bottom center;
    }
    #header-small .custom_select p{
        display: inline-block;
        vertical-align: middle;
    }
    #header-small {
        min-height: 135px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #header-small .custom_select{
        margin: 0;
    }
    #nav-small-main>li{
        line-height: 36px;
        border-top: none;
        border-bottom: none;
    }

    header .box-region{
        display: none;
    }
    header .phone_desc{
        display: none;
    }
    #header-small{
        padding: 0 90px 0 20px;
        min-height: 35px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }
    #header-small .box-item-phone{
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%) translateY(0);
        -moz-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }
    #header-small .custom_select{
        width: auto;
    }
    #header-small .small-text {
        display: none;
    }
    #header-main{
        position: absolute;
        width: auto;
        min-height: 0;
        top: 2px;
        right: 7px;
        padding: 0;
        margin: 0;
    }
    #logo {
        width: 80px;
        height: 27px;
    }
    #header-small .item-phone {
        margin: 11px 0 0;
        font-size: 14px;
        line-height: 1;
    }
    #header-small .custom_select > p{
        display: none;
    }
    #header-small .custom_select--now,  #header-small p.custom_select--now {
        padding: 2px 0 2px 20px;
        font-size: 12px;
        line-height: 14px;
        color: #B4C356!important;
    }
    #header-small .custom_select--now span{
        border-bottom: 1px solid #B4C356!important;
    }
    #header-small .custom_select--now:after{
        right: auto;
        left: 0;
        background: url(../img/bg-location.svg) repeat-x bottom center;
    }
    .block-news{
        margin: 0 0 15px;
        padding: 32px 0 11px;
        font-size: 14px;
    }
    .block-news .title {
        margin: 0 0 8px;
        font-size: 36px;
    }
    .currency {
        padding: 6px 13px;
        margin: 0 0 15px;
    }
    .bonus-card h2{
        font-size: 18px;
        line-height: 21px;
        margin: 0 0 10px;
    }
    .publication span {
        margin: 0 22px 2px;
    }
    .date-bonus {
        left: 4px;
        top: 4px;
        padding: 5px 2px 4px;
        font-size: 16px;
        line-height: 1;
    }
    .date-bonus span {
        padding: 0;
        font-size: 12px;
    }
    .bonus-card-img .holder-img {
        margin: 0 auto 18px;
    }
    .list-number li {
        font-size: 12px;
        line-height: 20px;
        margin: 0 0 3px;
    }
    .list-number li:before {
        font-size: 12px;
        line-height: 20px;
    }
    .qr-code {
        max-width: 105px;
        margin: 0 auto 18px;
    }
    .holder-store a {
        max-width: 110px;
    }
    .holder-store {
        margin: 0 0 18px;
    }
    .comment-form {
        padding: 33px 0;
    }
    .bonus-card .comment-form h2 {
        font-size: 20px;
        margin: 0 0 23px;
    }
    .comment-form p {
        margin: 0 0 11px;
    }
    .comment-form textarea {
        min-height: 81px;
        margin: 0 0 27px;
    }
    .comment-form .holder-input {
        float: none;
        width: 100%;
    }
    .comment-form .holder-input input {
        height: 34px;
    }
    .holder-checkbox{
        margin: 0 0 20px;
        font-size: 12px;
        line-height: 14px;
    }
    .btn-black {
        font-size: 14px;
        padding: 11px 5px;
    }
    .holder-form {
        max-width: 100%;
    }
    .form-uds .holder-block{
        float: none;
        width: 100%;
    }
    .form-uds .holder-input{
        display: block;
        position: relative;
    }
    .form-uds .label{
        width: 115px;
        padding: 0;
        position: absolute;
        left: 10px;
        top: 50%;
        -webkit-transform: translateX(0) translateY(-50%);
        -moz-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%);
    }
    .form-uds .wd-1{
        padding: 12px 80px;
    }
    .form-uds .wd-2{
        padding: 12px 50px;
    }
    .form-uds .wd-3{
        padding: 12px 125px;
    }
    .pr-delivery.new--delivery__info {
        margin: 0 -15px 20px;
        padding: 21px 18px;
    }
    .list-delivery .l-block, .list-delivery .r-block{
        font-size: 14px;
    }
    .pr-delivery.new--delivery__info .new--delivery__info--top {
        margin: 0 0 24px;
    }
    .list-delivery li {
        margin: 0 0 15px !important;
        font-size: 10px;
        line-height: 12px;
    }
    .pr-delivery.new--delivery__info{
        margin-left: -15px!important;
        margin-right: -15px!important;
    }
    .advantages {
        margin: 0 -15px 20px;
        padding: 33px 15px;
    }
    .list-advantages .holder-img {
        max-width: 50px;
        margin: 0 auto 4px;
    }
}
/*@media(max-width: 480px){*/
/*#header-main{*/
/*width: 100%;*/
/*margin: 0 0 10px;*/
/*background: none;*/
/*min-height: 0;*/
/*display: table !important;*/
/*}*/
/*#header-small{*/
/*padding-left: 0;*/
/*display: block;*/
/*}*/
/*#header-main img{*/
/*max-width: 200px;*/
/*}*/
/*}*/



















