@font-face {
    font-family: Evolventa;
    src: local("Evolventa"), url("/fonts/Evolventa-Regular.woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Evolventa;
    src: local("Evolventa Oblique"), url("/fonts/Evolventa-Oblique.woff");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: Evolventa;
    src: local("Evolventa Bold"), url("/fonts/Evolventa-Bold.woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Evolventa;
    src: local("Evolventa Bold Oblique"), url("/fonts/Evolventa-BoldOblique.woff");
    font-weight: bold;
    font-style: italic;
}



@font-face {
    font-family: 'Avenir Next Cyr Medium';
    src: url('/fonts/AvenirNextCyr-Medium.eot');
    src: url('/fonts/AvenirNextCyr-Medium.eot?#iefix') format('embedded-opentype'),
    url('/fonts/AvenirNextCyr-Medium.woff') format('woff'),
    url('/fonts/AvenirNextCyr-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
    margin:0;padding: 0;background: #f1f0ed;
    font: normal 13px Roboto,arial,sans-serif;
    background: no-repeat center center fixed;
    background-size: cover; background-image: url('/v10/img/cover/2s.jpg');
}
.l{
    float:left;  
}
.r{
    float:right;  
}

a{
    color: #da0000;
}

input, textarea, select {
    border: 1px solid #e4e4e4;
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.04);
    outline: none;
    background-color: #fff;
    font: normal 13px/1.4 Roboto,arial,sans-serif;
    word-wrap: break-word;
    color: #404040;
    min-height: 30px;
    padding: 5px 10px;
}
input[type="radio"]{
    display:none;
}
input[type="radio"] + label{
    background   : url('/images/radio_sprite.png') no-repeat 0 0;
    display:inline-block;padding-left:24px;cursor: pointer;
    font-size:1.1em;
}
input[type="radio"]:checked + label{
    background-position: 0 -100px;
}
input[type="radio"] + label:hover{
    background-position: 0 -200px;
}
input[type="radio"]:checked + label:hover{
    background-position: 0 -300px;
}
.beep{
    display: inline-block;
    padding:5px 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: -moz-linear-gradient(top, #C3F6B4 0%, #068619 100%); /* firefox */
    border: solid #ccc 2px;
    box-shadow: 0 1px 2px #fff, 0 -1px 1px #666, inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.8);
    -moz-box-shadow: 0 1px 2px #fff, 0 -1px 1px #666, inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.8);
    -webkit-box-shadow: 0 1px 2px #fff, 0 -1px 1px #666, inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.8);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C3F6B4), color-stop(100%,#068619)); /* webkit */font-size:20px
}
.button {
    color: white;
    background: #da0000 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAYAAACd+7GKAAAAJklEQVQIW2P4//+/NxMDA8N/JgYGhn+oLDQu7Vk/GP4zMXDQx3IA0To1YWcEwtQAAAAASUVORK5CYII=") repeat-x;
    padding: 7px 10px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    margin: 4px;
}
h2.red{
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
    background: rgba(0, 0, 0, .45);
    font-size: 1.4em;color: #fff;
    width:970px;padding:5px;margin:0;
    float: left;
}
.form-error{
    border:1px solid #da0000 !important;
}
header{
    width:100%;height:100px;background: #fff;border-bottom: 1px solid #e5e5e5;
}
header div#header{
    width:1000px;margin:0 auto;position: relative;
}
header div#header img{
    margin:0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
}
header img#cart-icon{
    position: absolute;right:120px;top: 5px;
}
header #cart-link{
    position: absolute;left: 890px;top: 23px;color:#4b4b4d;text-decoration: none;
    font-size: 1.1em;
}
header i#m-menu,header i#m-cart,header i#m-phone,header i#m-search {
      display:none;
}
header #cart-amount{
    position: absolute;top:5px;right: 150px;background-color:#da0000;color: #fff;
    font-size: 12px;letter-spacing: normal;padding: 2px 6px; border-radius: 10px;
}
header #cart-price-int{
    position: absolute;top:35px;    left: 890px;
}
header a#cart-make{
    position: absolute;left: 845px;top: 64px;color:#fff;text-decoration: none;
    font-size: 1em;display: none;
}
header span.haddress{
    position: absolute;right: 35px;top: 10px;
    font-size: 1em;
}
header span.hsearch{
    position: absolute;left: 150px;top: 15px;
}
header span.hsearch input{
    width:600px;
}
header span.hslogan{
    position: absolute;left: 150px;top: 62px;font-size: 1.5em;
    color: #da0000;font-weight: normal;
}
#hsearchloop{
    padding: 0 10px;cursor: pointer;color:#000;
}
header #hcoll{
	position: absolute;left: 150px;top: 22px; cursor: pointer;
}
header #hcollmenu{
	position: absolute;left: 150px;top: 45px;box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
	background-color:#fff;z-index: 1;display:none;border-radius:2px;
}
header #hcollmenu li{
	list-style: none;line-height: 1.7;margin-left:-30px;padding:0 20px;	text-transform:uppercase;
}
header #hcollmenu li a{
	color: #737373;text-decoration:none;
}

header #hcollmenu li a:hover{
	color:#da0000;
}
menu{
      background-color: #f5f5f5;width:100%;height:44px;margin: 0;padding:0;text-align:center;
      box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
}
menu ul{
    list-style: none;padding: 0;  display: inline-block;margin:0;
}
menu li{
      padding: 13px 0 10px 0;line-height: 1.4; font-size: 14px;
      float: left;margin: 0 12px;position: relative;
    font-weight: bold;
}
menu li a{
    color: #737373;text-decoration: none;
}
menu li a.active{
    color: #da0000;
}

menu li.red{
    background-color: #ff3333;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
}

menu li.red a{
    color: #ffffff;
}

menu li.red a:hover{
    color: #efefef;
}

menu li a:hover{
        color: #da0000;
}
main{
    width:1000px;margin:0 auto;position: relative;
}
footer{
    float: left;
    width:100%;height:290px;background-color: #000;margin-top:40px;
        box-shadow: 0 -2px 4px 0 rgba(0,0,0,.15);
}
#footer{
    width:1000px;height:280px;margin: 0 auto;
}
#footer div.block{
    width:980px; height: 240px;margin:10px;border-bottom: 1px solid #fff;
}
#footer div.copyright{
    width:980px;color:#aaa; padding:7px 10px;font-size:10pt;
}
.mfooterblock{
    width:500px !important;
}
#footer div.menu{
    width:210px;height: 180px;margin:0 10px;
    padding-top: 10px;display: block; float: left;
}
#footer div.menu h2{
    color:#fff;font-size:10pt;text-transform: uppercase;
}
#footer div.menu ul{
    list-style-type: none;margin:0;padding:0;
}
#footer div.menu li{
    margin:10px 0;
}
#footer div.menu li a{
    color:#fff;text-decoration: none;font-size: 10pt;
}
#footer div.menu li a:hover{
    text-decoration: underline;
}
.unit{
    border-radius: 3px;box-sizing: border-box;
    background-color: #fff;border: 1px solid #d8d8d8;border-bottom-width: 2px;border-top-width: 0;vertical-align: top;
    width:980px;display:block;margin:10px 0;padding:10px;
    font-size: 14px;
    float: left;
}

.table-stripped td{
    border-bottom: 1px solid #eee;
    padding: 10px 2px 10px 2px;
}

.increase{
    color: #83b322;
    font-weight: bold;
}

.decrease{
    color: #fc00a0;
    font-weight: bold;
}

.cabinet-block{
    width: 48.9%;
    float: left;
    margin-left: 1px;
    box-sizing: border-box;
}

.cabinet-block form{
    width: 100%;
}

.cabinet-block form input{
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.cabinet-block a.welcome{
    font-size:1.4em;color: #da0000;border-bottom: 1px solid #ccc;text-decoration:none;
    display:block;padding-bottom: 8px;
}

.cabinet-block input[type=submit] {
    border: 0;
    box-shadow: none;
    outline: none;
    margin: 5px 0 5px 0;
}

.cartuserblock p.error{
    background: linear-gradient(#f3f3f3, #e2e2e2);
    margin: 0;padding: 20px 0;text-align: center;
    width: 960px;font-size: 16px;border-top: 1px solid #ccc;
    font-family: 'Evolventa';
}

.cabinet-block button.button {
    color: #404040;
    text-decoration: none;
    border-radius: 5px;

    border: 1px solid #e4e4e4;
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.04);
    outline: none;
    background-color: #fff;
    font: normal 13px/1.4 Roboto,arial,sans-serif;
    word-wrap: break-word;
    min-height: 30px;
    padding: 3px 10px;
    margin: 5px 0 5px 0;
    width: 100%;
}

.cabinet-block button.button a{
    color: #404040;
    text-decoration: none;
}

.unit h2{
    font-weight: bold; font-size:18px; padding:0;margin: 15px 0;
}
.unit p{
    color: #404040;

}
.cat-list-unit{
    width:320px;display: block;float:left;margin: 0 10px 10px 0;
}
.cat-list-unit a{
    width:100%;display: inline-block;height:306px;overflow: hidden;position: relative;
}
.cat-page-unit a{
    height:359px !important;
}
.cat-list-unit a img{
    width:100%;position: absolute; left:0;top:0;
}
.cat-list-unit a span{
    width:100%;position: absolute; left:0;top:0;
    padding:10px;color:#fff;
    /*font-family: 'Open Sans',sans-serif;*/
    font-weight: 300;
    background: #000000;
    opacity: 0.65;
    font-size: 16px;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.cat-list-unit a:hover span{
    filter: alpha(opacity=80);
    opacity: 0.8;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.cat-list-unit a b,.cat-list-unit a i{
    position: absolute; right:0;top:0;
    padding:10px;color:#fff;
    /* font-family: 'Open Sans',sans-serif;*/
    font-weight: 300;
    font-size: 1.3em;
}
.cat-list-unit a i{
    position: absolute; right:80px;bottom:0;color:#aaa;
    font-size: 1em;text-decoration: line-through;
}
.cat-list-unit-store{
    position: absolute; right:150px;bottom:12px;
}
.detail-unit,.detail-unit-head{
    overflow: auto;
}
.detail-faceunit{
    overflow: hidden;
}
.detail-unit h1{
    color:#da0000;font-size:1.3em;margin: 0 0 10px 0;padding: 0;
}
.detail-unit i{
    color:#555;font-style:normal;display:block;margin-bottom: 20px;text-align:justify;
}
.detail-images{
    width:95px;height:300px;overflow: hidden;float:left;margin-right:10px;
}
.detail-images img{
    height:95px;margin-bottom:8px;cursor: -webkit-zoom-in; cursor: -moz-zoom-in;
}
.facunit{
    float:left;width:70px;height:70px; position: relative;margin:3px;
    font-size: .7em;cursor: pointer;
    -webkit-touch-callout: none !important;
}
#facdescr{
    display: none;position:absolute;width:190px;height:60px;z-index:10;
    background-color: #fff; border-radius: 3px; padding:5px;font-size:.9em;border:1px solid #333;
}
#facdescr b{
    text-transform: uppercase;
}
.facdescr{
    display: none;
}
.facunit span{
    position: absolute;top:0;left:0;background-color: #000;color: #fff;font-size: 1.2em;border-radius: 5px 0 0 0;     padding: 0 1px;
}
.facunit img{
    width:70px;height:70px; border-radius:5px;
}
.facchoose{
    width:68px;height:68px;border: 1px solid #da0000;
}
.fcall{
    overflow: auto;
}
.fchide{
    height:210px; overflow: hidden;
}
.fcshow{
    display: inline-block;
}
#plusprice{
    font-size:1.2em;text-decoration: line-through;
    color: #da0000;
}
.img-head{
    margin: 0 10px 0 0;cursor: -webkit-zoom-in;cursor: -moz-zoom-in;
}
.price{
    font-style: normal;font-weight: 400;font-size: 2.7em;
}
.price_from{
    font-size: 0.6em;
}
.buy-button{
    font-style: normal;font-weight: 400;font-size: 2em; margin:0 5px;display: inline-block;float:right;
}
.youtube{
     width:960px;height:460px; margin:10px 0;
}
/* Корзина */
.cart {
    margin-top: 0;
}

table.cart tr td {
    padding: 10px;
}

.cart a{
    color: #da0000;font-size:14px;text-decoration:none;
}
.cartimg{
    width:60px;padding:0 5px 5px 5px;
}
.cartimg img{
    width:60px;border-radius:10px;
}
.cartname{
    max-width: 400px;
}
.cartname p{
    margin: 0;padding:0;color:#ccc;font-size:12px;
}
.cartprice{
    font-size: 16px;font-weight:bold;display: block;
    white-space: nowrap;
}
.cartcnt{
    width:70px;position:relative;text-align:center;
}
.cartcnt input{
    border:none;outline: none;box-shadow:none;width: 30px;height:30px;
    padding:2px 0;text-align:center;border-radius: 0;
}
#cartedit div.cartcnt div{
    border: 1px solid #ccc;width:20px;cursor: pointer;
    position:absolute;line-height: 28px;background: linear-gradient(#f3f3f3, #e2e2e2);
}
#cartedit div.cartcnt div.minus{
    left: 0;border-radius: 3px 0 0 3px;
}
#cartedit div.cartcnt div.plus{
    right: 0;border-radius: 0 3px 3px 0;
}
#cartedit div.cartcnt input{
    border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;
}
.oneprice{
    font-size:.6em;
}
#cartsend input[type="text"]{
    pointer-events: none;border:none !important;box-shadow: none !important;
}

.cartpricem{
    display: none;
    white-space:nowrap;
}
#cartedit div.cartdelete img{
    padding:6px;
}
#cartedit div.cartdelete:hover img{
    border:1px solid #5a5a5a;padding:5px;border-radius: 15px;
}
#cartsend div.cartdelete, #cartsend div.cartcnt div{
    display: none !important;
}
.cartdeliv{
    width:640px;float:left;
}
.cartdeliv h2{
    width:630px;margin-right:0 !important;
}
.cartdelivblock{
    width: 640px;height: auto !important;margin-top: 0;padding:0;
}
.cartdelivblock div,.cartuserblock div{
    padding:8px;
}
.cartdelivblock p{
    background: linear-gradient(#f3f3f3, #e2e2e2);
    margin: 0;padding:10px;margin-top: 10px;
    width: 618px;font-size: 16px;border-top: 1px solid #ccc;
 }
.cartdelivblock b{
    color: #da0000;
}
.cartuser{
    width:970px;float:left;margin-right:20px;
}
.cartuser h2{
    width:970px;
}
.cartuserblock{
    width: 980px;overflow: auto;height: auto !important;margin-top:0;
    padding: 10px;
}
.cartuserblock .captcha{
    margin-bottom: 10px;
}
.cabinet .cartuserblock{
    width: 930px;overflow: auto;height: auto !important;margin-top:0;
    padding: 10px;
}
.cartuserblock div input{
    display:block;width:550px; margin-bottom:10px;
}
.cartuserblock p{
    background: linear-gradient(#f3f3f3, #e2e2e2);
    margin: 0;padding: 20px 0;text-align: center;
    width: 960px;font-size: 16px;border-top: 1px solid #ccc;
    font-family: 'Evolventa';
 }
 .cartuserblock p span{
    margin-top: 0px;
     padding: 3px;display: inline-block;
 }
 .cartuserblock p span input[type="submit"]{
     font-size: 18px;font-weight: bold;width: 400px;padding: 8px 20px;
    background: linear-gradient(#da0000, #AD2307);border: 1px solid;border-color: #da0000 #7D1702 #861A05;
    border-radius: 4px;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(255, 255, 255, 0.7) inset;
    color:#fff;font-family: BeauSans, Arial;cursor: pointer;
 }

.cartuserblock p sup{
    font-size: 11px;
}

.cartuserblock p span input[type="submit"]:disabled{

    background: linear-gradient(#f3f3f3, #e2e2e2);
    border: 1px solid #ccc;
    cursor: progress;
    color:#ccc;
}

#delivselfdata input + label,#delivusdata input + label{
    display:block;width:350px;
    margin: 10px 0;
}
#delivusdata input{
    height:auto !important;
}
#cartmessage{
    border-bottom: 1px solid #ccc;padding:10px;font-size:12px;
    background: linear-gradient( #e2e2e2,#f3f3f3);
}
#cartmessage sup{
    font-size:.5em;
}
[rel="delivrole"] b{
    font-size:1.2em;
}
#totalweight{
    font-size:13px;font-weight:bold;
}
.warning{
    display: none;width: 300px;position: absolute;
    padding:0 !important;
    z-index:2;
}
.warning div{
    position: relative;
}
.warning img#warnclose{
    top:5px;right:8px;position: absolute;z-index: 10;
    cursor: pointer;
}
.warning i{
    background-color: #fedb4a;width:16px;height:16px;
    top:15px;left:-8px;position: absolute;
    transform: rotate(45deg);
}
.warning span{
    padding:20px;width:255px;background-color: #fedb4a;
    top:0;left:0;position: absolute;
    font-size:12px;display: inline-block;
}
.print h2{
    font-size: 22px;background-color: #da0000;color: #fff;margin: 0;
    padding: 5px;overflow: auto;display: block;width:970px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.print div.plus,.print div.minus{
    display: none;
}
.print a{
    text-decoration: none;color:#da0000;
}
.print img {
    width: 100px;border-radius: 10px;
}
/*  конец Корзина */
.page{
    margin-top: 0;padding-bottom:30px;
}
.feedback{
    overflow: auto;
}
.feedback input{
    width:60%;display: block;
}
.ui-autocomplete{
    z-index: 3;
}
span[role="status"] { display:none !important; }
.autocomplete{
    width:750px;height:60px;box-shadow: 0 0 5px rgba(0,0,0,0.1);    margin-bottom:1px !important;
    padding:10px !important;cursor:pointer;background-color: #fff;font-size:12px;margin-left:-40px;
}
.autocomplete img{
    width:60px; height: 60px;float:left;margin:0 10px;
}
.autocomplete strong{
    font-size:14px;color: #da0000;
}
.autocomplete:hover strong{
    color: #ff6600;
}
.autocomplete b{
    font-size:16px;
}
#banner{
    width: 980px;margin-top: 20px;position: relative;
}
#banner img.desktop{
    width: 980px;height:200px;border-radius: 2px;
}
#banner img.mobile{
    display: none;
}
.close{
    background-image: url('/images/cartdelete.png');width: 11px;height: 11px;
    position: absolute;top:0;right: 0;cursor: pointer;
}
.secunit a{
	font-size:1.4em;color: #da0000;border-bottom: 1px solid #ccc;text-decoration:none;
	display:block;padding-bottom: 8px;
}
.secunit time {
    display: block;float: right;margin-top: -17px;padding:10px;
    background-color: #fff;font-size: 11px;color: #aaa;
}
.add-image-detail{
	display:none;
}

.category-header{
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
    background: rgba(0, 0, 0, .45);
    font-size: 1.4em;
    width: 970px;
    padding: 5px;
    margin-top: 30px;
    margin-bottom: 0;
    float: left;
}

.category-description{
    background: #FFFFFF;
    float: left;
    padding: 10px;
    width: 960px;
}

h3.lk-header{
    margin-block-start: 0em;
    margin-block-end: 0.3em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;

    padding: 0 8px 0 8px;

    font-size: 1.3em;
}

a.lk-select{
    padding: 5px 15px 5px 15px;
    font-weight: bold;
    font-size: 1.1em;
    display: block;
    float: left;
}

@media all and (min-width: 768px) {
    div.description {
        float: left;
        width: 530px;
        margin-bottom: 30px;
    }
}

select.product_select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 40px 10px 10px;
    border-radius: 5px;
    font-size: 14px;
    background: url("https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/10x10/br_down.png") #d8c9a8 no-repeat 98.5% !important; /* !important used for overriding all other customisations */
    background: url("https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") #d8c9a8 no-repeat calc(100% - 10px) !important; /* Better placement regardless of input width */
}

select.attribute_select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 40px 10px 10px;
    border-radius: 5px;
    font-size: 14px;
    background: url("https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/10x10/br_down.png") #e5dac4 no-repeat 98.5% !important; /* !important used for overriding all other customisations */
    background: url("https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") #e5dac4 no-repeat calc(100% - 10px) !important; /* Better placement regardless of input width */
}

span.sample{
    font-size: 10px;
}

div.group_name{
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 16px;
}

div.variant_image{
    margin-bottom: 10px;
    margin-top: 10px;
}

div.variant_image img{
    max-width: 300px;
    max-height:  200px;
}

div.attribute_image{
    margin-bottom: 10px;
    margin-top: 10px;
}

div.attribute_image img{
    max-width: 300px;
    max-height:  200px;
}

a.order_button{
    font-size: 16px;
    padding: 7px 12px 7px 12px;
    border-radius: 10px;
    background-position: right;
    background-repeat: repeat-y;
}

a.order_button_image{
    padding: 7px 50px 7px 12px;
    background-image: url("/images/basket_button.jpg");
}

a.show_price_button{
    padding: 7px 30px 7px 30px;
    font-size: 16px;
    background-image: url("/images/basket_button.jpg");
}

div.attributes{
    font-size: 12px;
    color: #999;
    padding: 10px 0 10px 30px;
    line-height: 25px;
    background: #dfdccc;
    border-radius: 10px;
    border-top-left-radius: 0;
}

div.attributes table tr td{
    padding: 3px 15px 3px 0;
    font-size: 12px;
    color: #999;
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}

span.variant{
    font-size: 12px;
    color: #999;
}

p#error{
    color: #df6461;
    font-size: 14px;
}

ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
}

.pagination a {
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

> li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 20px;
}

.pagination > li > a,
.pagination > li > span {
    background-color: transparent;
    border: 2px solid #66615B;
    border-radius: 20px;
    color: #66615B;
    height: 36px;
    font-weight: 600;
    margin: 0 2px;
    min-width: 36px;
    padding: 6px;
    line-height: 22px;
    text-align: center;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > a:active,
.pagination > li.active > a,
.pagination > li.active > span,
.pagination > li.active > a:hover,
.pagination > li.active > span:hover,
.pagination > li.active > a:focus,
.pagination > li.active > span:focus {
    background-color: #66615B;
    border-color: #66615B;
    color: #FFFFFF;
}

.main_ban_big{
    width: 100%;
    box-sizing: border-box;
    padding-right: 20px;
    margin-bottom: 15px;
}

.main_ban_big img{
    width: 100%;
}

.main_ban_m{
    display: none;
}

.cartsuccess{
    width:100%;float:left;
}
.cartsuccess h2{
    width:970px;margin-right:0 !important;
}

.unitsuccess{
    border-radius: 3px;box-sizing: border-box;
    background-color: #fff;border: 1px solid #d8d8d8;border-bottom-width: 2px;border-top-width: 0;vertical-align: top;
    width:980px;display:block;margin:0px 0;padding:10px;
    font-size: 14px;
    background-image: url("/images/success-bg.jpg");
    background-size: auto;
    height: 358px;
    padding: 15px 260px 15px 140px;
    float: left;
}
.unitsuccess h2{
    font-weight: bold; font-size:26px; padding:0;margin: 15px 0;
}
.unitsuccess p{
    font-size: 16px;
    color: #404040;
}

.unitsuccess div.phone_success{
    font-size: 18px;
    float: left;
    margin-right: 25px;
    margin-top: 20px;
}

.unitsuccess div.mail{
    font-size: 18px;
    float: left;
    margin-right: 15px;
    margin-top: 20px;
}

.unitsuccess div.mail a{
    text-decoration: none;
    color: #404040;
}

.unitsuccess div.mail a:hover{
    color: #ff3333;
}

.unitsuccess img{
    float: left;
    margin-right: 12px;
    margin-top: -10px;
}


.sticky-content{
    transition: 0.8s;
}

.sticky-content.fixed{
    position: fixed;
    top: 00px;
    margin-top: 0px;
    margin-left: 0px;
    transition: 0.6s;
    -webkit-box-shadow: 0px 4px 53px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 53px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 53px -6px rgba(0,0,0,0.75);
}

.sticky-content .sticky-product_name{
    display: none;
}

.sticky-content.fixed .sticky-product_name{
    display: block;
    font-size: 20px;
    padding: 3px 10px 10px 0;
}

.plash{
    width: 530px;
    background-color: white;
    padding: 10px;
}

.order-text{
    float: left;
    color: red;
    font-size: 14px;
    margin-left: 35px;
    margin-top: 13px;
    margin-right: 5px;
}

.big_news_image{
    display: block;
}

.mobile_news_image{
    display: none;
}

.undermenu{
    float: left;
    width: 100%;
}

.filter{
    float: right;
    text-align: right;
    margin-top: 10px;
    margin-right: 20px;
    padding: 10px;
    background: #f1f0ed;
    box-sizing: border-box;
    opacity: 0.9;
}

.sort-text {
    display: none;
}

.filter a{
    text-decoration: none;
}


.filter a:first-child{
    margin-right: 10px;
}

.selected-order{
    float: left;
    color: #666;
}

.selected-order-name{
    margin-right: 10px;
}

.discount_modal{
    font-family: Evolventa;
}

.promo-image{
    width: 450px;
    margin: 0;
    padding: 0;
    float: left;
}

.promo-main{
    width: 450px;
    margin: 0;
    padding: 0;
    float: left;
}

.promo-header{
    background: #6f0a0c;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #ffffff;
    float: left;
}

.promo-header2{
    width: 100%;
    margin: 0;
    padding: 10px 10px0 0px 10px;
    font-family: 'Evolventa';
    font-size: 24px;
    font-weight: lighter;
    text-align: center;
    color: #404040;
}

.show-price-header2{
    width: 100%;
    margin: 0;
    padding: 20px 0 0px 0;
    font-family: 'Evolventa';
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #404040;
}

.promo-header-h1{
    margin-top: 15px;
    margin-left: 5px;
    float: right;
    text-align: right;
    font-size: 29px;
    margin-bottom: 5px;
    padding-right: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: Evolventa;
}

.promo-header-h1 span.h1{
    font-size: 46px;
    letter-spacing: 2px;
    font-family: Evolventa;
    font-weight: bold;
}

.promo-header-counter{
    font-size: 12px;
    margin-top: 10px;
    font-weight: normal;
    letter-spacing: 1px;
}

.promo-header-bottom{
    width: 100%;
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}

.promo-header-bottom .days{
    font-size: 18px;
    font-weight: normal;
}

.promo-left-bottom{
    width: 58%;
    float: left;
    font-family: Evolventa;
    font-weight: bold;
    font-size: 52px;
}

.promo-right-bottom{
    width: 38%;
    float: right;
}

.promo-right-bottom-top{
    width: 100%;
    float: left;
    font-family: Evolventa;
    font-size: 21px;
    margin-top: 5px;
}

.promo-right-bottom-bottom{
    width: 100%;
    float: left;
    font-size: 10px;
    margin-top: 5px;
}

.promo-header-logo{
    float: right;
    margin-top: -15px;
}

.promo-header-logo2{
    width: 100%;
    background-position: top right;
    background-size: cover;
    height: 120px;
}

.show-price-header{
    background-color: #b8bbba;
    color: #333;
    text-align: center;
    font-size: 18px;
    padding: 20px 20px 20px 20px;
}

.promo-header-logo img{
    float: right;
    margin-right: 20px;
}

.promo-body{
    width: 100%;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    float: right;
    font-size: 12px;
    color: #5a5a5a;
}

.show-price-body{
    width: 100%;
    padding: 0px 20px 0 20px;
    box-sizing: border-box;
    float: right;
    font-size: 12px;
    color: #5a5a5a;
}

.show-price-body .captcha{
    margin: 20px 0 0 80px;
}

.promo-main .captcha{
    margin: 20px 0 0 80px;
}

.promo-errors{
    width: 100%;
    padding: 10px 0 0 0;
    font-size: 16px;
    color: red;
    text-align: center;
}


.promo-buttons{
    width: 100%;
    float: left;
    margin-top: 10px;
}

.promo-left-button{
    width: 48%;
    float: left;
    text-align: left;
    padding: 0;
}

.promo-right-button{
    width: 48%;
    float: right;
    text-align: right;
}

.promo-full-button{
    width: 100%;
}

.promo-buttons a.button{
    display: block;
    float: left;
    text-align: center;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    font-size: 16px;
    padding: 20px 2px 20px 2px;
    border-radius: 8px;
    font-weight: bold;
}



input.promo-phone {
    background-image: url('/images/promo-phone.png');
    background-repeat: no-repeat; /*Убираем повтор изображения*/
    background-position: 10px; /*Позиционируем*/
    background-color: #ebedec;
    outline: none; /*убираем стандартную обводку браузера*/
    padding: 30px 10px 30px 43px; /*отступ слева от ввода, чтобы текст не был на картинке(выбирать по размеру картинки)*/
    height: 20px; /*высота строки ввода*/
    font-size: 14px; /*размер шрифта*/
    width: 100%;
    margin-top: 20px;
    font-family: 'Evolventa';
    color: #9с9с9с;
}

input.promo-input {
    background-repeat: no-repeat; /*Убираем повтор изображения*/
    background-position: 10px; /*Позиционируем*/
    background-color: #ebedec;
    outline: none; /*убираем стандартную обводку браузера*/
    padding: 30px 10px 30px 43px; /*отступ слева от ввода, чтобы текст не был на картинке(выбирать по размеру картинки)*/
    height: 20px; /*высота строки ввода*/
    font-size: 14px; /*размер шрифта*/
    width: 100%;
    margin-top: 20px;
    font-family: 'Evolventa';
    color: #9с9с9с;
}

#calculate-success{
    background: #98c462;
    color: #fff;
    text-shadow: none;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 20px;
}

#calculate-success-promo{
    background: #98c462;
    color: #fff;
    text-shadow: none;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: 0 auto 0 auto;
}

.promo-code {
    background-color: #ebedec;
    outline: none; /*убираем стандартную обводку браузера*/
    padding: 20px 10px 20px 20px; /*отступ слева от ввода, чтобы текст не был на картинке(выбирать по размеру картинки)*/
    height: 20px; /*высота строки ввода*/
    font-size: 12px; /*размер шрифта*/
    width: 100%;
    margin-top: 20px;
    font-family: 'Evolventa';
    color: #9с9с9с;
    text-align: center;
}

.promo-send-code {
    background-color: #821316;
    color: #ffffff;
    font-size: 18px;
    width: 100%;
    margin-top: 15px;
    padding: 12px 10px 10px 10px;
    border-radius: 5px;
}

.show-price-send-code {
    background-color: #b8bbba !important;
    color: #333 !important;
    font-size: 18px;
    width: 98%;
    padding: 12px 0px 10px 0px;
    border-radius: 5px;
    clear: both;
}

.show-price-bottom-links{
    margin: 15px 0 15px 0;
    padding-top: 20px;
    width: 100%;
    text-align: center;
    clear: both;
}

.show-price-bottom-links a{
    font-size: 16px;
    color: #666;
}

.promo-info{
    font-size: 10px;
    text-align: justify;
    width: 100%;
    color: #666;
    font-family: 'Evolventa';
    margin-top: 10px;
    margin-bottom: 10px;
}

.promo-cancel{
    width: 100%;
    text-align: center;
    color: #6f0a0c;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 37px;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}

.promo-success{
    margin-top: 25px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.promo-success h3{
    font-size: 18px;
    margin: 0;
    margin-bottom: 15px;
}

.old_price{
    font-size:0.8em;text-decoration: line-through;
    color: #da0000;
}

.personal_discount_checkout{
    width: 100%;
    display: inline-block !important;
    color: #da0000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
    text-decoration: underline;
}

.personal_discount_checkout_button{
    width: 100%;
    display: inline-block !important;
    line-height: 55px;
}

.promocode-block{
    width: 100%;
    display: inline-block !important;
    line-height: 25px;
}

.promocode-block sup{
    font-size: 16px !important;
}

.promocode-block .success{
    color: #0da344;
}

.promocode-block .error{
    color: red;
}



#personal_discount{
    text-decoration: underline;
}

.promo_button{
    font-size: 14px;
    padding: 6px 15px;
    background: linear-gradient(#da0000, #AD2307);
    border: 1px solid;
    border-color: #da0000 #7D1702 #861A05;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(255, 255, 255, 0.7) inset;
    color: #fff;
    cursor: pointer;
    text-decoration: none !important;
}

.total_summ{
    width: 100%;
    display: inline-block !important;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: bold;
}

table.cart tr td.big_table{
    padding-top: 0 !important;
}

.discount_table{
    width: 100%;
    margin: 0;
    padding: 0;

}

.discount_table td{
    font-size: 12px;
    min-width: 100px;
    font-family: 'Evolventa';
    background-color: #f5f5f5;
    color: #d40400;
}

.discount_table .promocode-td{
    border-bottom-left-radius: 10px;
}

.discount_table .total-td{
    background-color: #e6e6e6;
}

.discount_table .profit-td{
    background-color: #d9dbda;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.discount_table .get-promo-td{
    background-color: #e6e6e6;
    border-radius: 10px;
    min-width: 200px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.discount_table .get-promo-td a{
    font-size: 12px;
}

.discount_table_value{
    width: 100%;
    display: inline-block !important;
    font-size: 14px;
    color: #000;
    margin-top: 5px;
}


#promo_from_basket{
    font-weight: bold;
}

.checkout_count{
    border-radius: 100px;
    border: 2px #FFFFFF solid;
    padding: 0 5px 0 5px;
    font-weight: bold;
    font-family: Evolventa;
    src: local("Evolventa Oblique"), url("/fonts/Evolventa-Oblique.woff");
    margin-left: 5px;
    display: inline-block;
}

.checkout_count_mobile{
    font-family: 'Evolventa';
    font-weight: bold;
}

.share{
    width: 100%;
    text-align: right;
    float: left;
    margin-top: 10px;
}

table.unit tbody{
    width: 500px;
}

@media all and (max-width: 975px) {
    .promo-image{
        display: none;
    }
    .promo-cancel{

    }
}

@media all and (max-width: 500px) {
    .promo-header-h1{
        margin-top: 25px;
        margin-left: 20px;
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .promo-header-h1 span.h1{
        font-size: 25px;
    }

    .promo-header-counter{
        font-size: 8.5px;
        margin-top: 14px;
    }

    .promo-header-logo{
        display: none;
    }

    .promo-main{
        width: 280px;
    }
}

#logoimg{
    display: block;
}

#mobile_logoimg{
    display: none;
}

.personal_discount_span{
    font-size: 11px;
    color: #aaa;
    margin-left: 13px;
}






div.callbuttons{
    width: 100%;
    float: left;
}

div.callbutton{
    width: 33%;
    float: left;
    text-align: center;
}

button.callbutton{
    background: #ce0805;
    padding: 20px;
    font-family: 'Evolventa';
    font-size: 20px;
    font-weight: lighter;
    color: white;
    border-radius: 10px;
    border: 0;
}

.show-price-open-registration{
    margin-right: 30px;
}

.main_site_link{
    width: 480px;
    float: left;
    margin-bottom: 10px;
}

.main_site_link a img{
    width: 100%;
    height: 300px;
}

.main_site_link:nth-child(2){
    float: right;
    margin-right: 20px;
}

.main_site_link:nth-child(4){
    float: right;
    margin-right: 20px;
}

.main_site_link:nth-child(6){
    float: right;
    margin-right: 20px;
}

.main_site_link:nth-child(8){
    float: right;
    margin-right: 20px;
}

.main_site_link_text{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    font-size: 26px;
    background-color: #7a0619;
}

.main_site_link_text:first-child{
    background-color: #b59563;
}

.main_site_link_text a{
    color: white;
    text-decoration: none;
}

a.address_link {
    display: block;
    font-size: 18px;
}