@font-face {
    font-family: 'Arial-Regular';
    src: url('/_/fonts/Arial-Regular.eot');
    src: url('/_/fonts/Arial-Regular.eot?#iefix') format('embedded-opentype'),
         url('/_/fonts/Arial-Regular.woff') format('woff'),
         url('/_/fonts/Arial-Regular.ttf') format('truetype'),
         url('/_/fonts/Arial-Regular.svg#AftaserifRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

ul,
body{
padding:0;
margin: 0;
}
body.winter,
body{
    font-family: 'Arial-Regular';
    //background-image: url("/_/i/bg_body1.jpg");
    //background-repeat: no-repeat;
    //background-position: center top;
    //background-size: auto auto;
    min-width: 994px;

}
body.spring{
    //background-image: url("/_/i/bg_body2.jpg");
}

body.summer{
    //background-image: url("/_/i/bg_body3.jpg");
}

body.autumn{
    //background-image: url("/_/i/bg_body4.jpg");
}


main{
    display: block;
    padding-bottom: 60px;
    background-color: rgba(255, 255, 255, 0.81);
}
main.main_home{
    display: block; 
    background-color: transparent;
}
.crumbs {
    margin: 11px 0 !important;
    padding-top: 0px !important;
    padding: 0;
    padding-left: 0 !important;

}
.crumbs li a{
    color: #9f2349;
    font-weight: 100;

}
.crumbs li:first-child{
    height: 11px;
    width: 12px;
}

.crumbs li:first-child a{
    width: 12px;
    height: 11px;
    background: url("/_/i/sprite.png");
    background-position: -305px -16px;
    display: block;
}
.crumbs li{
    list-style: none;
    display: inline-block;
    font-size: 12.2px;
    margin-right: 16px;
    font-weight: 700;

}
.crumbs li a:hover{
    text-decoration: none;
}
.crumbs li:first-child a:after{
        margin: 5px 19px;
}
.crumbs li a:after{
    content: "";
    position: absolute;
    background-image: url("/_/i/sprite.png");
    width: 7px;
    height: 6px;
    background-position: -325px -20px;
    margin: 5px 7px;
}
header .top_bar{
        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #77152b),
            color-stop(1, #9f2349)
        );
        background-image: -o-linear-gradient(right, #77152b 0%, #9f2349 100%);
        background-image: -moz-linear-gradient(right, #77152b 0%, #9f2349 100%);
        background-image: -webkit-linear-gradient(right, #77152b 0%, #9f2349 100%);
        background-image: -ms-linear-gradient(right, #77152b 0%, #9f2349 100%);
        background-image: linear-gradient(to right, #77152b 0%, #9f2349 100%);
        height: 30px;

}
header ul:first-child{
    margin-left: 5px;
    width: 90%;

}
header ul:first-child li {
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
}
header >.container > nav > ul > li {
	display: inline-block;}
header .top_bar ul:first-child li a{
    font-size: 14px;
    color: white;
    text-decoration: none;
}
header .top_bar ul:nth-child(2){
    position: absolute;
    right: 156px;
    top: 0px;

}
.cart{
    top: 0px;
    font-size: 13.5px;
    color: white;
    margin: 0;
    background: #77152b;
    height: 23px;
    padding-top: 7px;
    padding-left: 20px;
    cursor: pointer;
    padding-right: 54px;
    position: absolute;
    right: 0px;
}
header .top_bar ul:nth-child(2) li {
    display: inline-block;
    margin-top: 5px;
    margin-right: 30px;
}
header .top_bar ul:nth-child(2) li a{
    color: white;
    text-decoration: none;
    font-size: 14px;

}
.container{
    width: 1009px;
    margin: 0 auto;
    position: relative;
}
header .top_bar ul:nth-child(2) li:first-child:before{
    content: "";
    position: absolute;
    background-image: url("/_/i/sprite.png");
    width: 12px;
    height: 16px;
    margin: 1px -17px;
    background-position: -134px -6px;
}
header .top_bar ul:nth-child(2) li:nth-child(2):before{
    content: "";
    position: absolute;
    background-image: url("/_/i/sprite.png");
    width: 18px;
    height: 11px;
    margin: 6px -24px;
    background-position: -217px -54px;
}
header .top_bar ul:nth-child(2) li:nth-child(3) a{
    border-bottom: 1px dashed;
    line-height: 13px;
    display: block;

}
header .top_bar ul:nth-child(2) li:nth-child(3):before{
    content: "";
    position: absolute;
    background-image: url("/_/i/sprite.png");
    width: 11px;
    height: 16px;
    margin: -1px -20px;
    background-position: -165px -54px;
}
.cart:after{
    content: "";
    position: absolute;
    background-image: url("/_/i/sprite.png");
    width: 31px;
    height: 17px;
    margin: -2px -6px;
    background-position: -120px -50px;
}
.cart:active{
    transform: scale(0.95);
        transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.cart span{
    width: 19px;
    height: 17px;
    background: #ff0000;
    display: block;
    position: absolute;
    font-size: 13px;
    padding-top: 2px;
    right: 0;
    text-align: center;
    border-radius: 100%;
    margin: -18px 16px;
    z-index: 3;
}
.logo a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}
.logo{
    font-size: 0;
    background-image: url("/_/i/logo.png");
    width: 300px;
    height: 90px;
    margin: 0 auto;
    margin-top: 15px;
    display: block;
    position: relative;
    background-repeat: no-repeat;
}
body.winter .logo:after,
.logo:after{
    content: "";
    position: absolute;
    background-image: url("/_/i/sprite.png");
    width: 49px;
    height: 83px;
    background-position: -5px -143px;
    right: -69px;
    top: 14px;
}
body.spring .logo:after{
    width: 49px;
    height: 83px;
    background-position: -4px -315px;
}

body.summer .logo:after{
    width: 49px;
    height: 83px;
    background-position: -5px -229px;
}

body.autumn .logo:after{
    width: 49px;
    height: 83px;
    background-position: -15px -50px;
}


header a.telephone{
    display: block;
    right: 5px;
    position: absolute;
    top: 0px;
    color: #9f2349;
    text-decoration: none;
    font-size: 22px;
    font-style: italic;

}

header .telinfo {
    display: block;
    right: 5px;
    position: absolute;
    top: 27px;
    color: #9f2349;
    text-decoration: none;
    font-size: 17px;
    font-style: italic;
    text-align: right;
}
.social_network{
    font-size: 0;
    position: absolute;
    top: 75px;
    right: 5px;

}
.social_network li{
    width: 21px;
    background-image: url("/_/i/soc.png");
    height: 21px;
    display: inline-block;
    margin-left: 7px;
    border-radius: 3px;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.social_network li.vk{
    background-position: -3px 0px;
}
.subscribe-popup .social_network li.vk{
background-position: -15px -9px;
}

.social_network li.ok{
    background-position: -214px 0px;
}
.subscribe-popup .social_network li.ok{
background-position: -45px -9px;
}

.social_network li.fb{
    background-position: -161px 0px;
}
.subscribe-popup .social_network li.fb{
background-position: -75px -9px;
}

.social_network li.gp{
    background-position: -104px -9px;
}
.subscribe-popup .social_network li.gp{
background-position: -104px -9px;
}

.social_network li.in{
    background-position: -108px 0px;
}
.subscribe-popup .social_network li.in{
background-position: -132px -9px;
}

.social_network li.yt{
    background-position: -56px 0px;
}
.subscribe-popup .social_network li.yt{
background-position: -161px -9px;
}
.social_network li a{
    display: block;
    width: 100%;
    height: 100%;
}
.social_network li:hover{
    transform: scale(1.2);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
header nav >ul >li >a{
    display: block;
    color: rgb(66, 66, 66) !important;
    font-size: 17px !important;
    padding: 7px 7px 2px;
    font-weight: 100;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    text-decoration: none;
    border-bottom: 5px solid #fff;    
    
}
header nav >ul >li >a.studio{
 background-color: #d7d7d7;
 border-bottom: 5px solid #aeaeae;
}
header nav ul li:hover ul{
	display: block;
}

header nav >ul >li ul li.active,
header nav >ul >li ul li:hover{
	background: #e6d3d9;
}
header nav >ul >li ul li.active a,
header nav >ul >li ul li:hover a{
	color: #7f1c39;
}
header nav >ul >li ul li a{
    text-transform: initial;
    color: white;
    text-decoration: none;
    padding: 6px 10px 6px 21px;
    display: block;
    font-size: 15px;
}
header nav >ul >li ul li:before{
	display: none;
}
header nav >ul >li ul li{
    display: block !important;
    margin: 0 !important;
    border-bottom: 1px solid #8d324d;
}
header nav >ul >li ul{
    background-color: #852743;
    z-index: 3333333;
    position: absolute;
    text-align: left;
    display: none;
    //border-top: 1px solid #f7f7f5;
    min-width: 250px;
    right: -40px;
    box-shadow: 0 0 20px rgba(0,0,0,0.7);
}
header nav >ul >li >a.active,
header nav >ul >li >a:hover{
    background: #9f2349 !important;
    color: white !important;
    border-bottom: 5px solid #7f1c39 !important;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    
}
header nav >ul >li{
    margin: 0px 2.5px !important;
    
}

.navfon {
    z-index: 5333332;
    width: 604px;
    height: 100%;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.7);
}




header nav ul li:hover ul li ul{
	display: none;
}

header nav ul li:hover ul li:hover ul{
	display: block;
}
header nav ul li ul li ul{
    background-color: #fff;
    z-index: 5333333;
    position: absolute;
    text-align: left;
    display: none;
    left: 250px;
    right: inherit;
    top: 0px;
    min-width: 200px;
    column-width: 200px;
    -moz-column-width: 200px;
    -webkit-column-width: 200px;
    //-moz-column-count: 3;
    //-webkit-column-count: 3;
    //column-count: 3;    
    column-gap: 2px;
    -moz-column-gap: 2px;
    -webkit-column-gap: 2px;
    border-left: solid 1px #7f1c39;
    box-shadow: none;
    height: 100%;
}
header nav ul li ul li ul li{
    border-bottom: solid 1px #e6d3d9;
    display: inline-block !important;
    width: 200px;
    font-size: 14px;
    position: relative;
    z-index: 5333335;
}
header nav ul li ul li ul li a{
    display: block;
    color: #000 !important;
    font-size: 14px;
}


header nav >ul{
    margin-left: 0 !important;
    text-align: center;
    width: 100% !important;;
    
}
header nav{
    margin-top: 24px;
    text-transform: uppercase;
}
.bg_slider{
    background: url("/_/i/bg_slider.png");
    width: 100%;
}
.slider{
    height: 428px;
    position: relative;
    width: 100%;
    margin-bottom: 28px;
}
#owl{
    width: 1040px;
    height: 430px;
    margin: 0 auto;
    position: relative;
}
.basic_part{
    display: table-cell;
    vertical-align: top;
/*    position: relative;
    width: 823px;*/
    width: 1006px;
    text-decoration: none;
    border-right: 1px solid #ced2d3;
    height: 100%;
    text-align: left;

}
.basic_part img{
    position: absolute;
    width: 1006px;
    z-index: 3;
    height: 430px;

}
.element_slider{
    width: 100%;
    height: 430px;
    z-index: 3;
}
.basic_part p:nth-child(2){
    color: #30673d;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 0;
    margin-top: 31px;
    width: 100%;
    margin-left: 32%;
/*    margin-left: 37%;*/
    z-index: 33;
    position: relative;

}
.basic_part p:nth-child(3){
    color: #30673d;
    font-size: 23px;
    margin-top: 1px;
    margin-left: 32%;
/*    margin-left: 36.5%;*/
    position: relative;
    z-index: 33;

}
.banner_slider{
    display: table-cell;
    width: 215px;
    height: 430px;
    vertical-align: top;

}
.banner_slider a{
    width: 100%;
    height: 100%;
    display: block;
}
.banner_slider a img{
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#owl{
    width: 1006px;
    margin: 0 auto;
    text-align: right;
    z-index: 9999;
}
#owl:before{
    content: "";
    position: absolute;
    background-image: url("/_/i/line_slider.png");
    width: 650px;
    height: 1px;
    z-index: 99;
    right: 0px;
    top: -1px;
}
#owl:after{
    content: "";
    position: absolute;
    background-image: url("/_/i/line_slider.png");
    width: 650px;
    height: 1px;
    z-index: 99;
    right: 2px;
    bottom: 0px;
}
.owl-pagination .owl-page:hover{
     background: #9f2349;
}
.owl-pagination .owl-page.active{
    background: #9f2349;
}
.owl-pagination .owl-page{
 width: 8px;
 height: 8px;
 background: #cfcfcf;
 font-size: 0;
 display: inline-block;
 margin-left: 6px;
 position: relative;
 z-index:   333;
}
.owl-prev{
    width: 42px;
    height: 98px;
    background-image: url("/_/i/left.png");
    position: absolute;
    cursor: pointer;
    margin-top: -281px;
    left: 50%;
    margin-left: -505px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    background-position: -43px;
    opacity: 0;
    font-size: 0;
}
.owl-prev:hover{
    background-position: -1px;
}
.owl-next{
    width: 42px;
    height: 98px;
    background-image: url("/_/i/right.png");
    position: absolute;
    cursor: pointer;
    margin-top: -281px;
    left: 50%;
    margin-left: 461px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    opacity: 0;
    font-size: 0;
}
.owl-next:hover{
    background-position: -43px;
}
.slider:hover .owl-next{
    //margin-left: 477px;
    opacity: 1;
    z-index: 1080;
}
.slider:hover .owl-prev{
    //margin-left: -563px;
    opacity: 1;
    z-index: 1080;
}
main .container{
    white-space: nowrap;

}
aside.home_aside{
    margin-top: -26px;

}   
aside nav >ul >li >a{
    text-decoration: none;
    color: black;
    padding: 10px 15px;
    display: block;
    height: 100%;
    width: 88.3%;
    background: #eaeaea;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    line-height: 14px;
    cursor: pointer;

}
aside nav >ul >li >a span.eng  {
    display: block;
    font-size: 12px;
    color: #777;
    line-height: 10px;
    margin-top: 3px;
}

aside nav >ul >li.active >a span.eng  {
    color: #ccc;
}

aside nav >ul >li >a.active{
    color: #9f2349;
}
aside nav >ul >li.active ul{
    display: block;
}
aside nav >ul >li{
}
aside nav >ul >li ul li a{
    padding: 10px 14px;
    display: block;
    text-decoration: none;
    color: black;
    border-bottom: 1px #ebebeb solid !important;
    text-transform: initial;
    font-size: 14px;
    border: 1px solid rgba(84, 54, 54, 0);
}
aside nav >ul >li ul li:last-child a{
    border-bottom: 1px solid rgba(84, 54, 54, 0) !important;
}
aside nav >ul >li ul li a:hover, aside nav >ul >li ul li a.active{
    border: 1px solid #9f2349 !important;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
aside nav >ul >li ul li{
    margin-bottom: 1px;
    
}
aside nav >ul >li ul{
    display: none;
}
aside nav >ul >li{
    margin-bottom: 1px;
    text-transform: uppercase;
    font-size: 0.87em;
}
aside nav >ul{
}

/* --- bitrix bug fix */


aside nav div >ul >li >a{
    text-decoration: none;
    color: black;
    padding: 10px 15px;
    display: block;
    height: 100%;
    width: 88.3%;
    background: #eaeaea;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    line-height: 14px;
    cursor: pointer;

}
aside nav div >ul >li >a span.eng  {
    display: block;
    font-size: 12px;
    color: #777;
    line-height: 10px;
    margin-top: 3px;
}

aside nav div >ul >li.active >a span.eng  {
    color: #ccc;
}

aside nav div >ul >li >a.active{
    color: #9f2349;
}
aside nav div >ul >li.active ul{
    display: block;
}
aside nav div >ul >li{
}
aside nav div >ul >li ul li a{
    padding: 10px 14px;
    display: block;
    text-decoration: none;
    color: black;
    border-bottom: 1px #ebebeb solid !important;
    text-transform: initial;
    font-size: 14px;
    border: 1px solid rgba(84, 54, 54, 0);
}
aside nav div >ul >li ul li:last-child a{
    border-bottom: 1px solid rgba(84, 54, 54, 0) !important;
}
aside nav div >ul >li ul li a:hover{
    border: 1px solid #9f2349 !important;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
aside nav div >ul >li ul li{
    margin-bottom: 1px;
    
}
aside nav div >ul >li ul{
    display: none;
}
aside nav div >ul >li{
    margin-bottom: 1px;
    text-transform: uppercase;
    font-size: 0.87em;
}
aside nav div >ul{
}



aside{
    width: 243px;
    padding: 14px 23px 14px 24px;
    z-index: 9999;
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    background-image: url("/_/i/bg_aside.png");
}

aside nav + DIV.consultant_today {
	margin-left:0px;
}
aside form input[type="text"]{
    width: 85%;
    height: 35px;
    border: none;
/*    background: transparent;*/
    background: #fff;
    font-size: 12px;
    text-indent: 15px;
}
aside form input[type="submit"]{
    height: 28px;
    width: 30px;
    font-size: 0;
    background-image: url("/_/i/sprite.png");
    border: none;
    outline: none;
    background-position: -85px -47px;
    position: absolute;
    right: 0;
    top: 6px;
    cursor: pointer;
}
aside form{
    position: relative;
    margin-bottom: 5px;
}
aside nav >ul >li.active >a {
    color: white;
    background: #9f2349;
    margin-bottom: 1px;
}
.consultant_today{
	width: 243px;
	margin-left: -24px;
    text-align: center;
}
.home_aside .consultant_today{
	margin-left: 0px;
}
aside img + DIV.consultant_today {
	margin-left:0px;
}

.consultant_today >div{
}
.consultant_today >div >span{
    font-size: 13px;
    display: inline-block;
    margin-bottom: 14px;
        text-align: center;
}   
.consultant_today >div div span {
    width: 42%;
    display: inline-block;
    vertical-align: top;
    color: #8d8d8d;
    font-size: 12px;
   	line-height: 14px;



}   
.consultant_today p{
    color: #9f2349;
    text-transform: uppercase;
    font-size: 1.13em;
    margin-bottom: 4px;
    margin-top: 36px;
    letter-spacing: -0.02em;
}   
.consultant_today >div{
    border: 3px solid #9f2349;
    padding: 12px;
    color: #262626;
}   
.consultant_today >div div img{
    display: inline-block;
    /*width: 115px;
    height: 115px;*/
    vertical-align: top;
}   
.consultant_today h4{
    margin-top: 0;
    font-weight: 100;
    margin-bottom: 5px;
    font-size: 13px;
	text-transform: uppercase;
        text-align: center;
}   
.consultant_today a{
    background: #9f2349;
    color: white;
    padding: 5px;
    margin: 14px auto 0;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
	width: 125px;
	text-align: center;
	line-height: 14px;
}
.consultant_today a:hover{
text-decoration: none;
}

.c2{
    display: inline-block;
    vertical-align: middle;
    //margin-left: 15px;
    white-space: normal;
    width: 714px;

}
.c2.full {
    width: 970px;
}

.home_aside + .c2 section.content h2{
    text-transform: uppercase;
    font-size: 26px;
    display: inline-block;
    margin-left: -1px;
    margin-top: 16px;
    margin-bottom: 3px;

}

.maintab {
	background: #e5e5e5;
	height: 40px;
}
.maintab ul {
	margin: 0px !important;
	margin-left: 0px;
}
.maintab ul li {
    display: inline-block;
    width: 25%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    cursor: pointer;
}
.maintab ul li.tabactive,  .maintab ul li:hover{
    background: #9f2349;
    color: white !important;
    border-bottom: 5px solid #7f1c39;
    //border-top: 5px solid #9f2349;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;	
}
.mainalllink {
    float: right;
    margin-top: -20px;
    margin-bottom: 30px;
}
#hide_text:before{
    z-index: 333;
    position: absolute;
    bottom: 0;
    height: 45px;
    width: 100%;
    content: "";
    background-image: -o-linear-gradient(bottom, rgba(252, 252, 252, 0.12) 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, rgba(252, 252, 252, 0.12) 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(252, 252, 252, 0.12) 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, rgba(252, 252, 252, 0.12) 0%, #FFFFFF 100%);
    background-image: linear-gradient(to bottom, rgba(252, 252, 252, 0.12) 0%, #FFFFFF 100%);
}
#hide_text + .open_all{
    width: 100%;
    background-size: cover;
    height: 25px;
    display: block;
    border-top: 1px solid #c7c7c7;
    position: relative;
    cursor: pointer;
}
#hide_text + .open_all:before{
    background-image: url("/_/i/sprite.png");
    background-position: -134px -23px;
    content: "";
    position: absolute;
    width:12px;
    height: 7px;
    left: 50%;
    margin-left: -6px;
    margin-top: 9px; 
}
#hide_text{
    height: 150px;
    overflow: hidden;
    position: relative;
}

.no-adr #hide_text + .open_all:before{
    background-image: url("/_/i/sprite.png");
    background-position: -134px -23px;
    content: "";
    position: absolute;
    width:12px;
    height: 7px;
    left: 0%;
    margin-left: 110px;
    margin-top: 7px; 
}
.no-adr #hide_text{
    height: 0px;
    overflow: hidden;
    position: relative;
}

#hide_text.active{
 height: auto;
 overflow: visible;
}
#hide_text.active:before{
    display: none;
}
#hide_text.active + .open_all:before{
  background-position: -134px -30px;
   transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.home_aside + section.content h2 +a{
    width: 105px;
    color: #a12349;
    font-size: 14px;
    margin-left: 15px;
    display: inline;
    vertical-align: middle;
}
.home_aside + section.content h2 +a:hover{
    text-decoration: none;
}

.brend .bx_notavailable:after {
	background: transparent none repeat scroll 0% 0%!important;
	margin-right: 0px;
}
.brend {
	margin-bottom: 60px;
	min-height: 467px !important;
	clear: both;
}

.brend >div{
    width: 170px;
    color: black;
    text-decoration: none;
        transition: all 0.2s;
    -webkit-transition: all 0.2s;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 35px;
	padding-bottom: 25px;
}
.brend >div.bg_fast_review{
	padding-bottom: 0px;
}
.brend img{
    width: 155px;
    height: 163px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 9px 0px 0px 9px;
}
.brend h4{
    text-transform: none;
/*text-transform: uppercase;*/
    font-weight: 100;
    font-size: 15px !important;
}
.brend a{
    text-decoration: none;
   }
.brend .in_cart{
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -5px;
    height: 30px !important;
    width: 100%;

}
.brend .in_cart div > span {
    color: #9f2349;
    display: block; 
    font-weight: 700;
    font-size: 14px;
    margin-right: 13px;
    //float: left;
}
.brend .in_cart div > span:nth-child(3) {
    background: #9f2349;
    //padding: 5px 5px;
    margin-right: 0px;
    text-transform: uppercase;
    text-align: center;
    width: 70px;
    float: right;
}
.brend .in_cart div > span:nth-child(3) div {
    color: #fff !important;
    font-size: 9px !important;
    padding: 3px 5px;
    background: #ccc;
}
.brend .in_cart div > span:nth-child(4) {
    //font-size: 11px;
    //text-align: left;
}


.brend .in_cart div > span:nth-child(2) {
    width: 100%;
    height: 32px;
}


.brend .in_cart div > span span.oldprice:after,
.brend .in_cart div > span span.newprice:after{
        background-image: url("/_/i/sprite.png");
    background-position: -147px -5px;
    content: "";
    position: absolute;
    width:8px;
    height: 11px;
    margin-left: 4px;
    margin-top: 0px;  
 /*   right: 10px;
    top: 2px;*/
    right: -13px;
    top: 2px;	
}

.brend .in_cart div > span span.oldprice:after {
    background-image: url("/_/i/sprite.png");
    background-position: -138px -36px;
	right: -3px;
	top: 3px;
}

.bg_fast_review .product div div.price span.oldprice:after {
    background-image: url("/_/i/sprite.png");
    background-position: -138px -36px;

}
/*
.brend .in_cart div > span span.oldprice + span.newprice:after{
    position: absolute;
    top: 18px;    
}
*/
.promotions .brend .in_cart span span.newprice:after {
	right:-13px;	
	top: 3px;
  /*  position: absolute;    
    top: 39px;    */
}
.promotions .brend .in_cart span span.oldprice:after {
    background-image: url("/_/i/sprite.png");
    background-position: -147px -17px;
	right:-2px;	
  /*  position: absolute;    
    top: 39px;    */
}

.promotions .brend .in_cart span.newprice {
    color: #CCC;
	position: relative;
}
.promotions .brend div:hover .in_cart span.newprice{
	color: #9f2349;
}
.promotions .brend .in_cart span.newprice:after {
    background-image: url("/_/i/sprite.png");
/*    background-position: -138px -36px; */
    background-position: -147px -17px;
    position: absolute;    
 /*   top: 40px;    */
}
/*
.promotions .brend .in_cart span span.oldprice + span.newprice:after{
    background-image: url("/_/i/sprite.png");
    background-position: -147px -17px;
    position: absolute;    
 
	top: 55px;
}*/


.brend .in_cart div > span + span:after{
	background: none;
	}
.brend .in_cart div span + span span a{
    display: block;
    color: #fff !important;
    padding: 5px 5px;
}
.brend >div >div >a h4 {
	color: #000;
	width: 160px;
	overflow: hidden;
/*	max-height: 74px;*/
    font-size: 1em !important;	
/*font-size: .8em !important;	*/
	height: 90px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.brend >div >div >a p {
	margin-top:14.5px;
	max-height: 111px;
	overflow: hidden;
}

.like_this .brend >div >div > p {
	white-space: pre-wrap;
}

.brend >div >div {
    position: relative;
    border-top: 1px solid #bfbfbf;
    margin: 5px 10px;
/*    min-height: 171px;*/
    height: 180px;
}
.brend span.fast_review{
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0.77);
    width: 153px;
    text-align: center;
    height: 0;
    line-height: 26px;
    color: white;
    font-size: 12px;
        transition: all 0.2s;
    -webkit-transition: all 0.2s;
    top: -5px;
    overflow: hidden;
z-index:99;
}
.brend >div:hover span.fast_review{
    height: 25px;
     transition: all 0.2s;
    -webkit-transition: all 0.2s;
    top: -35px;
}
.brend >div:hover{
    background: #f5f5f5;
    color: #9f2349;
       transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.brend >div.bg_fast_review{
     background: rgba(0, 0, 0, 0.38);
}
.brend img.sale_hit{
position: absolute;
top: -163px;
z-index: 0;
}
.review_product .img_block img.sale_hit_fast_review{
    position: absolute;
    right: 0;
    z-index: 0;
    width: unset;
    top: unset;
    height: unset;
    bottom: -5px;
}
.review_product .img_block img.sale_hit_detail{
    position: absolute;
    z-index: 0;
    width: unset;
    height: unset;
    bottom: -5px;
    right: 0;
}
.brend >div:hover .in_cart span:nth-child(2){
    color: #9f2349;
}
.brend .discount {
    background-image: url("/_/i/sprite.png");
    background-position: -80px -77px;
    width: 64px;
    height: 37px;
    margin-left: 4px;
    margin-top: 9px;
    color: white !important;
    text-align: center;
    line-height: 23px;
    display: block;
    position: absolute;
    right: 91px;
    //bottom: 382px;
    top: -338px;
}
.review_product .discount{
    background-image: url("/_/i/sprite.png");
    background-position: -80px -77px;
    width: 64px;
    height: 37px;
    margin-left: 4px;
    margin-top: 9px;
    color: white !important;
    text-align: center;
    line-height: 23px;
    display: block;
    position: absolute;
    left: 10px;
    z-index: 100;
    top: 40px;
}
.brend .new, .review_product .new {
    background-image: url("/_/i/sprite.png");
    background-position: -80px -122px;
    width: 90px;
    height: 37px;
    margin-left: 4px;
    margin-top: 9px;
    color: #FFF !important;
    text-align: center;
    line-height: 25px;
    display: block;
    position: absolute;
    right: 65px;
    //bottom: 382px;
    top: -338px;
}
.review_product .new {
    background-image: url("/_/i/sprite.png");
    background-position: -80px -122px;
    width: 90px;
    height: 37px;
    margin-left: 4px;
    margin-top: 9px;
    color: #FFF !important;
    text-align: center;
    line-height: 25px;
    display: block;
    position: absolute;
    left: 10px;
    z-index: 100;
    top: 40px;
}
.block_promotions h2{
    color: white;
}
.promotions .brend .new {
    right: 55px;
}
.promotions a:first-child{
	margin-left: 11px;
}
.block_promotions h2{
	    margin-left: 17px !important;
}
.block_promotions a.all_promotions {
    color: #ccc;
	width: 105px;
	font-size: 14px;
	margin-left: 15px;
	display: inline;
	vertical-align: middle;
	transition: all 0.1s ease 0s;    
}
.promotions a{
    max-width: 172px;
    display: inline-block;
    text-decoration: none;
        transition: all 0.2s;
    -webkit-transition: all 0.2s;
    vertical-align: top;
    margin-left: 3px;
    color: white;
    white-space: normal;
}
.promotions{
	white-space: nowrap;
	height: 500px;
	margin-bottom: 30px;
}
.promotions img{
    width: 155px;
    height: 163px;
    background: #fff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 9px 0px 0px 9px;
}
.promotions h4{
    text-transform: uppercase;
    font-weight: 100;
    font-size: 15px !important;
}
.promotions p{
    font-size: 15px;
    padding-bottom: 40px;
    color: white !important;
}
.promotions .in_cart{
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;

}
.promotions .in_cart span:nth-child(1){
    color: white;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    margin-right: 11px;
    
}
/*.promotions .in_cart span:nth-child(1):after,*/
/*
.brend .in_cart span span.oldprice:after,
.promotions .in_cart span span.oldprice:after,
.promotions .in_cart span span.newprice:after{
        background-image: url("/_/i/sprite.png");
    background-position: -147px -16px;
    content: "";
    position: absolute;
    width:8px;
    height: 11px;
    margin-left: 4px;
    margin-top: 3px; 
}*/
.promotions .in_cart span span.oldprice {
    margin-right: 0px;
	position: relative;
}
.promotions .in_cart span span.newprice {
    margin-right: 11px;
}



.promotions .brend .in_cart span.newprice,
.brend .in_cart span.oldprice + span.newprice,
.promotions .in_cart span:nth-child(2){
    display: block;
}


.promotions a >div {
    position: relative;
    border-top: 1px solid #bfbfbf;
    margin: 5px 10px;
    min-height: 171px;
}
.promotions a:hover p{
    text-decoration: underline;
}

.promotions a:hover{
       transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.block_promotions{
    background-color: #9f2349;
    margin-bottom: 46px;
    margin-top: 25px;
}
.press a{
    width: 152px;
    display: inline-block;
    height: 217px;
    margin-right: 23px;
}
.press a:last-child{
    margin-right: 0;
}
.press a:before{
    background-image: url("/_/i/bg_pressa.png");
    position: absolute;
    content: "";
    width: 174px;
    height: 257px;
    margin: -16px -13px;
    z-index: 0;
}
.press a img{
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;

}
.press{
    margin-top: 35px;
}
footer{
    background-color: #e5e5e5;
    width: 100%;
}
footer nav ul li a{
    text-decoration: none;
    color: #5e5e5e;
    text-transform: uppercase;
}
footer nav ul li:first-child{
    margin: 20px 30px 20px 0px;
}
footer nav ul li:last-child{
    margin: 20px 0px 20px 30px;
}
footer nav ul li{
    display: inline-block;
    margin: 20px 35px;
}
footer nav ul{
    text-align: center;
}
footer nav{
}
footer a.telephone{
    display: block;
    right: 5px;
    position: absolute;
    top: 60px;
    color: #9f2349;
    text-decoration: none;
    font-size: 22px;
    font-style: italic;

}

footer .telinfo {
    display: block;
    right: 5px;
    position: absolute;
    top: 90px;
    color: #9da2a4;
    text-decoration: none;
    font-size: 18px;
    font-style: italic;
    text-align: right;
}
footer .social_network{
z-index: 1;
    font-size: 0;
    position: absolute;
    /*top: 140px;*/
    top: 173px;
    right: 5px;

}
footer .social_network li{
    width: 42px;
    background-image: url("/_/i/social_new.png");
    height: 42px;
    display: inline-block;
    margin-left: 7px;
    border-radius: 3px;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

footer .social_network li a{
    display: block;
    width: 100%;
    height: 100%;
}
footer .social_network li:hover{
    transform: scale(1.2);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.logo_footer{
    //font-size: 0;
    background-image: url("/_/i/logo_footer.png");
    background-position: top center;
    width: 250px;
    height: 215px;
    //margin: 0 auto;
    //margin-top: 18px;
    display: block;
    position: relative;
    background-repeat: no-repeat;
}
.logo_footer_div {
	padding-top: 70px;
	text-align: center;
}
.logo_footer_div span {
	display: block;
	background: #ccc;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	color: #919191;
	margin-bottom: 10px;
}
.logo_footer_div span a {
	color: #5e5e5e;
	text-decoration: none;
}
.copywriting{
    text-align: center;
    color: #919191;
    margin-bottom: 0;
    padding-bottom: 10px;
    margin-top: 30px;
    font-size: 14px;
    display: block;
    position: absolute;
    top: 30px;
    left: 350px;
    text-align: left;
}
.copywriting a{
    color: #919191;
    text-decoration: none;  
}
.copywriting a:hover{
    text-decoration: underline; 
}
.copywriting ul li {
	font-size: 16px;
}
.copywriting ul {
    width: 240px;
    float: left;
}
.copywriting ul.first {
    width: 200px;
    float: left;
}
.copywriting ul.first li:nth-child(2) {
	font-weight: bold;
	position: relative;
}
.copywriting ul.first li:nth-child(2):before {
    position: absolute;
    margin-left: -25px;
    background: url('/_/i/action-footer.png');
    content: '';
    height: 18px;
    width: 18px;
}
.bg_login.active{
    width: 100%;
    height: 104%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    top: 0;
    left: 0;
}
.bg_login{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 0%;
    height: 0%;
    top: 45%;
    left: 50%;
    z-index: 99;
    position: fixed;
    overflow: hidden;
    display: block;
    background: rgba(0, 0, 0, 0.38);
}
.bg_login .login{
    width: 770px;
    background: white;
    min-height: 370px;
    margin: 0 auto;
    position: relative;
    margin-top: 80px;
    padding: 25px;
}

.bg_login .login .warning{
	color: #f00;
	font-weight: bold;
	font-size: 18px;
}


.bg_login.active .login input[type="checkbox"] + label:before {
    display: none;
}
.bg_login.active .login label a {
	color: #9f2349;
	text-decoration: none;
}
.bg_login.active .login label a:hover {
	color: #9f2349;
	text-decoration: underline;
}
.bg_login.active .login .left_block label noindex a {
	float: right;
	margin-right: 30px;
}
.bg_login .login .title{
    width: 210px;
    margin-top: 0;
    font-size: 28px;
    margin-bottom: 10px;
}

.bg_login .login .title + span{
    font-size: 13px;
    display: block;
}
.bg_login .login .left_block{
    width: 377px;
    display: table-cell;
    border-right: 1px solid #b2b2b2;
}
.login_social_network{
    margin-left: 0 !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
.login_social_network li:hover{
        transform: scale(0.9);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
input[type="checkbox"]{
    width: 0;
    height: 0;
    margin-left: 16px !important;
}
input[type="checkbox"] + label:before{
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: #e3e3e3;
    display: block;
    margin: 5px -16px;
}
.login input[type="checkbox"] + label:before{
	margin: -13px 4px 0 2px;
}
input[type="checkbox"]:checked + label:before{
    background: #9f2349; 
}

header .login input[type="checkbox"] + label:before {
    margin: -13px 4px 0 2px;
    width: 0;
}
header .login input[type="checkbox"] {
	margin-left: 0px !important;
}

input[type="checkbox"]+label{
    margin-left: 3px;
    cursor: pointer;
    font-size: 14px;

}
.bg_login .login input[type="text"],
.bg_login .login input[type="password"]{
    width: 350px;
    border: 1px solid #e3e3e3;
    height: 28px;
    text-indent: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}
.bg_login .login input[type="submit"]:active{
               transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transform: scale(0.95);
}
.bg_login .login input[type="submit"]{
    text-decoration: underline;
    background: #9f2349;
    border: none;
    height: 36px;
    color: white;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 40px;
    padding: 0px 12px;
}
.bg_login .login input[type="submit"]:hover{
    text-decoration: none;
}
.bg_login .login .right_block  form {
	position: relative;
}
.bg_login .login .right_block  form input[type="submit"] {
	right: 0;
    top: 450px;
	z-index: 100;
}

.login_social_network li a{
    width: 100%;
    height: 100%;
    display: block;
}
.login_social_network li{
    width: 42px;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    height: 42px;
    background-image: url("/_/i/sprite.png");
    margin-right: 5px !important;
    border-radius: 100%;
}
.login_social_network li.mail{
    background-position: -149px -75px;
}
.login_social_network li.yandex{
    background-position: -198px -75px;
}
.login_social_network li.facebook{
    background-position: -250px -75px;
}
.login_social_network li.vk{
    background-position: -302px -75px;
}
.login_social_network li.youtube{
    background-position: -351px -75px;
}
.login_social_network li.ok{
    background-position: -402px -75px;
}
.login_social_network li.instagram{
    margin-right: 0 !important;
    background-position: -455px -75px;
}
.forgot_password{
    display: block;
    width: 140px;
    font-size: 14px;
    color: #9f2349;
    margin-left: 4px;
    margin-top: 3px;
}
.forgot_password:hover{
    text-decoration: none;
}
.left_block form >div{
    position: relative;
}
.right_block{
    width: 352px;
    display: table-cell;
    vertical-align: top;
    padding-left: 28px;
}
.right_block form p{
    margin-top: -1px;
    font-size: 14px;
}
.right_block form span img{
    width: 100%;
}
.right_block form span{
    border: 1px solid;
    width: 133px;
    height: 28px;
    display: inline-block;
}
.right_block form .fl{
    float: right;
    width: 200px !important;
}
.right_block form div{
    clear: both;
    position: relative;

}
.right_block form div input[type="submit"] {
    right: 0 !important;    
}
.right_block form div p{
    font-size: 13px;
    margin-bottom: 20px;
}
.close_block{
    height: 15px;
    background-image: url("/_/i/sprite.png");
    width: 15px;
    right: 15px;
    background-position: -289px -7px;
    cursor: pointer;   
       transition: all 0.1s;
    -webkit-transition: all 0.1s;
    position: absolute;
    top: 14px;
}
.close_block:hover{
        transform: scale(1.4);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.close_block:active{
        transform: scale(1.2);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.bg_fast_review.active{
    width: 100%;
    height: 104%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    top: 0px;
    left: 0;
}
.bg_fast_review{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 0%;
    height: 0%;
    top: 45%;
    left: 50%;
    z-index: 9999999;
    position: fixed !important;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.38);
    border: none;
    right: 0;
    bottom: 0;
}
.review_product{
    width: 975px;
    margin: 0 auto;
    padding: 30px;
    position: relative;
    white-space: nowrap;
    margin-top: 30px;
    overflow: auto;
    background-color: white;
    cursor: auto;
}
.review_product .close_block{
}
.review_product .tabs{
    width: 913px;
}
.review_product .tab img{
    border: 1px solid #cccccc;
}
.review_product .article{
    width: 200px;
    display: block;
    color: #a3a3a3;
    font-size: 11px;
}
.review_product .title{
    font-size: 27px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 0;
    white-space: pre-wrap;
}
.review_product .img_block{
    width: 230px;
    //height: 347px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.review_product .inf_block{
    width: 550px;
    margin-left: 50px;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.review_product .inf_block p {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 0;
}


.review_product .inf_block >a{
    font-size: 14px;
    text-decoration: underline;
    color: #9f2349;
    width: initial;
    border-right: 1px #c7c7c7 solid;
    padding-right: 30px;
}
.review_product .inf_block >a:hover{
    background: none;
    text-decoration: none;
}
.review_product .inf_block >a + a{
    padding-left: 30px;
    border: none;
}
.brend >p {
    font-size: 15px;
    padding-bottom: 40px;
}
.review_product .description{
    font-style: italic;
    font-size: 13px;
    margin-top: 1px;
     
}
.review_product .img_block img{
    width: 100%;
    height: 100%;
    background-size: contain;
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
}
.review_product .producer{
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0px;
}
.review_product .product{
    border-bottom: 1px solid #c7c7c7;
    padding: 15px 0px 5px 0px;
    margin-bottom: 10px;
    overflow: hidden;
}
.review_product .product:last-child{
    border-bottom: 1px solid #c7c7c7;
}
.review_product .product div:nth-child(1){
    width: 250px;
    vertical-align: top;
    display: inline-block;
}
.review_product .product > div:nth-child(1) > span{
    display: block;
    color: #9f2349;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
}

.review_product .product div.price span.oldprice {
    color: #878787;
    display: block;
    font-size: 14px;
    text-decoration: line-through;
}
.review_product .product div.price span.skidka {
    color: #9f2349;;
    display: block;
}

.review_product .product div:nth-child(1) p{
    font-weight: bold;
    //text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 0;
}
.review_product .product div:nth-child(2){
    display: inline-block;
    width: 85px;

}
.review_product .product div:nth-child(2) div.price{
    color: #878787;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    margin-right: 11px;
}
.review_product .product div:nth-child(2) div.price span.oldprice:after{
    background-image: url("/_/i/sprite.png");
    background-position: -138px -37px;
    content: "";
    position: absolute;
    width: 8px;
    height: 11px;
    margin-left: 4px;
    margin-top: 3px;
}
/*
.review_product .product div:nth-child(2) div.price .newPrice:after{
    background-image: url("/_/i/sprite.png");
    background-position: -147px -5px;
    content: "";
    position: absolute;
    width: 8px;
    height: 11px;
    margin-left: 4px;
    margin-top: 3px;
    top:0;
    right:0;
}*/
.review_product .product div:nth-child(3){
    display: inline-block;
    width: 125px;
    margin-left: 10px;
}
.review_product .product div:nth-child(3) button{
    outline: none;
    font-size: 13px;
    border: 0;
    cursor: pointer;
    width: 30px;
    padding: 5px;
}
.review_product .product div:nth-child(3) button:hover{
        transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transform: scale(1.4);
}
.review_product .product div:nth-child(3) button[disabled="disabled"]:hover{
        transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transform: scale(1) !important;
}
.review_product .product div:nth-child(3) button:active{
        transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transform: scale(1.1);
}
.review_product .product div:nth-child(3) input[type="number"]{
    width: 43px;
    border: 0;
    text-align: center;
    outline: 0;
    font-size: 13px;
}

 .review_product .product div:nth-child(3) input::-webkit-outer-spin-button,
 .review_product .product div:nth-child(3)  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.review_product .product div:nth-child(4){
    //width: 114px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 3px;
    /*float: right;*/
}
.review_product .product div:nth-child(4) input[type="submit"]{
  text-decoration: underline;
  background: #9f2349;
  border: none;
  height: 26px;
  color: white;
  font-size: 18px;
  cursor: pointer;
  padding: 0px 12px;
}
.review_product .product div:nth-child(4) input[type="submit"]:hover{
    text-decoration: none;
}
.review_product .product div:nth-child(4) input[type="submit"]:active{
           transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transform: scale(0.95);
}
.review_product .product div:nth-child(3) .spinner{
    width: 100%;

}
ul.tabs2,
ul.tabs {
    padding: 0;
    margin: 0;
    margin-top: 20px;
    font-size: 0;
    white-space: normal;
}
ul.tabs2 li,
ul.tabs li {
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    color: #9f2349;
    text-decoration: underline;
    margin-bottom: -1px;
    padding: 9px 20px;
    border: none;
}
ul.tabs2 li:hover,
ul.tabs li:hover {
    text-decoration: none;
}
ul.tabs2 li.active,
ul.tabs li.active {
    text-decoration: none;
    color: black;
    font-weight: bold;
    border: 1px solid #e2e3e3;
    border-bottom: 1px solid white;
}
ul.tab2,
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-top: solid 1px #e2e3e3;
    padding-top: 15px;
    white-space: normal;
}
ul.tab2 li,
ul.tab li {
    display: none;
}
ul.tab2 li ol li,
ul.tab li ol li{
    display: list-item!important;
	list-style: decimal!important;
}
ul.tab2 li ul li,
ul.tab li ul li{
    display: list-item!important;
	list-style: disc!important;
}
ul.tab li .bx_item_description ul li ol li{
list-style: decimal!important;
}

ul.tab2 .bx_item_description ul li,
ul.tab .bx_item_description ul li {
    display: list-item;
	list-style: outside none disc;
	list-style-type: disc;    

}
.bx_item_description ol {
	list-style-type: decimal !important;list-style-type: decimal !important;
}
.bx_item_description ol li {
	display: list-item !important;
}
.bx_item_description ul {
	list-style-type: circle !important;
}
.bx_item_description ul li {
	display: list-item !important;
	list-style: outside none disc;
	list-style-type: disc;  
}
ul.tab2 li.active,
ul.tab li.active {
    display: block;
}
ul.tab2 p,
ul.tab p{
    font-size: 14,5px;
    margin-bottom: 0px;
    margin-top: 9px;
}
.rb_cart div.tabs ul.tabs{
margin-bottom: 0;
}
ul.tab li section.review_product div.tabs ul.tabs li {
display: inline-block!important;
list-style: none!important;
width:auto;
}
ul.tab li section.review_product div.tabs ul.tab li {
display: none!important;
list-style: none!important;
}
ul.tab li section.review_product div.tabs ul.tab li.active {
display: block!important;
}
.c1.active{
    right: 5px;
    top: 35px;
    width: 345px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    padding-bottom: 15px;
    z-index: 333333333;
    height: inherit;
    padding: 13px;
}
.c1{
    position: relative;
    position: absolute;
    background: white;
    overflow: hidden;
    width: 0px;
    height: 0px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
    padding: 0;
    z-index: 3333;
    right: 15px;
    top: 25px;
     transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.c1 p{
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
}

.c1 div.items {
	max-height: 400px;
	overflow-y:auto;
}

.c1 >div >div >div{
    padding: 9px 0 0;
    margin: 9px 0;
    position: relative;
    border-top: 1px solid #c7c7c7;
    /*width: 250px;*/
    width: 250px;
	padding: 9px 10px 0px 0px;
}
.c1 >div >div >div span {
  width: 225px;
  display: block;
}
.c1 a.c2{
    color: #9f2349;
    display: inline;
    font-style: italic;
    font-size: 12px;
    margin-left: 16px;
    margin-top: 15px;
}
.c1 a.c2:hover{
    text-decoration: none;
}
.c1 a.c2:before{
    background-image: url("/_/i/sprite.png");
    background-position: -305px -7px;
    content: "";
    position: absolute;
    width: 4px;
    height: 8px;
    margin-left: -11px;
    margin-top: 3px;
}
.c1 >div >div >div:last-child{
	width: 68px;
	position: absolute;
	height: 61px;
	top: 23px;
	right: 0px;
}
.c1 >div >div{
    max-height: 120px;
    overflow-y: hidden;
/*    height: 85px;*/
    padding: 9px;
    position: relative;
}
.c1 >div >div img {
	display: none;
}

.c1 >span{
    display: block;
    background-color: white;
    overflow: hidden;
    height: 35px;
    margin-top: -11px;

}
.c1 >div >div >div img{
    width: 70px;
    height: 70px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #dfdfdf;
    display: inline-block;
    vertical-align: middle;
}
.c1 >div >div >div div{
    vertical-align: middle;
    display: inline-block;
}
.c1 >div >div >div div span{
    display: block;
    color: #a12349;
}
.c1 >div >div >div div i{
    color: #878787;
    width: 90px;
    font-size: 13px;
}
.c1 .price{
      color: #9f2349;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -5px;
  padding: 9px 7px 0px 0px !important;
}
.c1 .price:after{
    background-image: url("/_/i/sprite.png");
  background-position: -147px -5px;
  content: "";
  position: absolute;
  width: 8px;
  height: 11px;
  margin-left: 4px;
  margin-top: 2px;
}
.c1 .close_block{
    margin-top: 12px;
}
.c3{
    text-decoration: underline;
    background: #9f2349;
    border: none;
    color: white;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    font-size: 17px;
    cursor: pointer;
/*    position: absolute;
    right: 13px;
    bottom: 18px;*/
    padding: 2px 10px;
    float: right;
/*	margin: 15px 10px 0;*/
	display: inline;
}
.c3:hover{
    text-decoration: none;
}
.c3:active{
    text-decoration: none;
    transform: scale(0.95);
        transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.owl-carousel .owl-wrapper-outer{
      z-index: 22;
}
.content p{
    font-size: 14.5px;
    color: rgb(55, 55, 55);
    line-height: 131%;
}
.content >section{
    margin: 0px 0px;  
}
main .container aside form.filters{
    width: 218px;
    margin: 15px auto;
    margin-left: -11px;
    border: none !important;
}
.filters input[type="reset"]{
    width: 240px;
    margin: 0px auto;
    color: #a12349;
    background-color: #f5e9eb;
    border: none;
    padding: 10px 0;
    text-decoration: underline;
    display: block;
    cursor: pointer;
        transition: all 0.1s;
    -webkit-transition: all 0.1s;
    outline: none;
    font-size: 13.5px;
    margin-left: -12px;
    margin-bottom: 10px;
}
.filters input[type="reset"]:hover{
    text-decoration: none;
}
.filters input[type="reset"]:active{
        transform: scale(0.95);
        transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.del_filter {
    width: 240px;
    margin-left: -20px!important;
    color: #a12349;
    background-color: #f5e9eb;
    border: none;
    padding: 10px 0;
    text-decoration: underline;
    display: block;
    cursor: pointer;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    outline: none;
    font-size: 13.5px;
    margin-left: -12px;
    margin-bottom: 10px;
    text-align: center;
}
.del_filter:hover {
    text-decoration: none;
}
.del_filter:active {
    transform: scale(0.95);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.filters p.type_filters{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0px;
}
.min_price{
    width: 47.9%;
    display: inline-block;
    color: #b1b1b1;
    font-size: 14px;
    margin-bottom: 14px;
    position: relative;    
}
.max_price{
    width: 46%;
    display: inline-block;
    text-align: right;
    color: #b1b1b1;
    font-size: 14px;
    position: relative;    
}

.max_price:after,
.min_price:after{
    background-image: url("/_/i/sprite.png");
    background-position: -138px -37px;
    content: "";
    position: absolute;
    width: 8px;
    height: 11px;
    margin-left: 4px;
    margin-top: 3px;
}

.filters input[type='checkbox']{
    display: none;
}
.filters .checkbox label{
    display: block;
        margin-left: 20px !important;
}
.filters .disabled label{
    display: block;
        margin-left: 20px !important;
}


.filters .checkbox input[type="checkbox"]:before {
    margin: 5px -16px;
    width: 11px;
    height: 11px;
}
.filters .disabled input[type="checkbox"]:before {
    margin: 5px -16px;
    width: 11px;
    height: 11px;
}

.years{
    margin-top: 9px;
    margin-bottom: 28px;
}
.years input{
	display: none;
}
.years input[type="checkbox"] + label{
    font-size: 13px;
    display: inline-block;
    background-color: #dddcdc;
    padding: 4px 4px;
    cursor: pointer;
    margin-left: 0px !important;
}
.years input[type="checkbox"] + label:before{
	display: none;
}
.years input[type="checkbox"]:checked + label {
    background: #9f2349;
    color: white;
}
.all_producers{
        width: 105px;
    color: #a12349;
    font-size: 14px;
    margin-left: 15px;
    display: inline;
    vertical-align: middle;
        transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.all_producers:hover{
    text-decoration: none;
}
.show_products{
           
    display: block;
    background-color: #9f2349;
    color: white;
    text-align: center;
    padding: 10px 0;
    margin-top: 19px;
    font-size: 18px;
    margin-left: 0px;
}
.show_products:hover{
    text-decoration: none;
}
.show_products:active{
     transform: scale(0.95);
        transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.fchckbox,
.disabled
.checkbox{
    margin-bottom: 25px;
    margin-top: 8px;
    line-height: 17px;
}
.container.all_page{
}

aside form:nth-child(1) {
     border: 1px solid #ae445c !important;
     width: 221px;
	margin-left: -12px;
	background: #fff;
}
aside.home_aside form:nth-child(1) {
	margin-left: 0px;
        width: 240px;
        margin-top: 13px;
}
.content h1{
    text-transform: uppercase;
    font-size: 28px !important;

}
.content{
    /*background: white;*/
      white-space: normal;
}
.review_product.c4{
    width: 935px;
    margin-top: 0 !important;
    white-space: nowrap;
    overflow: inherit;
    margin-left: 0;
    padding-left: 0;
}
.inf_block.c4{
    white-space: normal;
}
.review_product.c4 .inf_block{
    width: 675px;
    vertical-align: top;
    margin-left: 20px;

}
.review_product.c4 .product div:nth-child(1){
    width: 424px;
    margin-right: 0;
}
.review_product h1.title{
    margin: 0 !important;
}
.review_product.c4 .img_block{
    vertical-align: top;
    background-color: white;
    //padding: 40px 0;
    margin: 0 0 0 20px;
    padding-top: 9px;
}
.review_product.c4 .tabs{
    width: 625px;
    display: inline-block;
    vertical-align: top;
}
.interesting{
    white-space: normal;
    width: 300px;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

.interesting span {
    font-size: 14px;
    background-color: #E5E5E5;
    color: #919191;
    padding: 20px;
    margin-top: 0px;
    display: block;
}

.interesting > p {
    font-size: 14px;
    background-color: #E5E5E5;
    color: #919191;
    padding: 20px;
    margin-top: 0px;
}
.interesting p a{
    display: block;
    color: #a12349;
    font-size: 14px;
    margin-top: 10px;
}
.interesting p a:hover{
    text-decoration: none;
}
.interesting h3{
    color: #9f2349;
    text-transform: uppercase;
    font-size: 17px !important;

}
.like_this .brend >div{
     margin-right: 15px;
}
.like_this .brend >div.bg_fast_review{
     margin-right: 0px;
}
.like_this .brend >div:last-child{
     margin-right: 0px;
}
.like_this .brend >div:first-child{
     margin-left: 30px;
}
.like_this h2{
    display: inline-block;
    font-size: 27px !important;
    margin-left: 32px;
    text-transform: uppercase;
    margin-bottom: 25px !important;
}
.tab2,
.tab{
    margin-top: 0 !important;
}
.cart_page{
    background-color: rgba(255, 255, 255, 0.63);
    width: 985px;
    padding: 0 12px;
}
.cart_page h1{
    font-size: 18px !important;
    margin-left: -1px !important;
    margin-top: 55px !important;
    margin-bottom: 40px !important;
    display: inline-block;
}
.lb_cart h1{
    font-size: 27px !important;
    margin-left: -1px !important;
    margin-top: 55px !important;
    margin-bottom: 40px !important;
    display: inline-block;

}
.lb_cart{
    display: inline-block;
    width: 550px;
    vertical-align: top;
}
.rb_cart{
    width: 385px;
    vertical-align: top;
    display: inline-block;
    margin-top: 32px;
    margin-left: 36px;

}
.lb_cart .top_bar span{
    font-size: 14px;
}
.lb_cart .top_bar{
    width: 530px;
    padding: 10px;
    background-color: #e3e4e3;
    display: inline-block;
    margin-bottom: 5px;
}
.lb_cart .top_bar span:nth-child(1){
    margin-right: 48px;
}
.lb_cart .top_bar span:nth-child(2){
    margin-right: 96px;
}
.lb_cart .top_bar span:nth-child(3){
    margin-right: 104px;
}
.lb_cart .top_bar span:nth-child(4){
}
.lb_cart .product_cart span.delete{
    height: 15px;
    background-image: url("/_/i/sprite.png");
    width: 15px;
    right: 15px;
    top: 2px;
    background-position: -289px -7px;
    cursor: pointer;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    position: absolute;
}


.lb_cart .product_cart span.delete:hover{
    transform: scale(1.4);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.lb_cart .product_cart span.delete:active{
    transform: scale(1);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.lb_cart .product_cart{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    position: relative;
}
.product_cart >.title{
    display: block;
    color: #a12349;
    margin-bottom: 14px;
    margin-top: 14px;
    background-image: none !important;
    max-width: 90%;

}
.product_cart img{
    width: 102px;
    height: 102px;
    border: 1px solid #e4e2e2;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 43px;
}
.product_cart p{
    display: inline-block;
    vertical-align: middle;
    color: #9f2349;
    font-size: 14px;
    margin-right: 20px;
	width: 127px;
	position: relative;
}
.product_cart p span:after{
    background-image: url("/_/i/sprite.png");
    background-position: -157px -31px;
    content: "";
    position: absolute;
    width: 8px;
    height: 10px;
    margin: 4px 3px;
	top: 0;
}

.product_cart p span.oldprice:after{
    background-image: url("/_/i/sprite.png");
    background-position: -138px -37px;
}
.outcome #allSum_FORMATED {
	    position: relative;
}
.product_cart p span.oldprice,
.product_cart p span.currprice {
	    position: relative;
}

.product_cart p span.oldprice:after {
    right: 4px;
}
.product_cart p span.currprice:after {
    right: -14px;
}

.outcome >div b span:nth-child(2):after{
    background-image: url("/_/i/sprite.png");
    background-position: -157px -6px;
    content: "";
    position: absolute;
    width: 10px;
    height: 13px;
    margin: 4px 0 4px 0px;
	top: 0px;
    right: -14px; 
}
.product_cart b{
    color: #9f2349;
    display: inline-block;
    font-size: 14px;
    float: right;
	margin-top: 44px;
	margin-right: 12px;
/*	width: 104px;*/
	width: 75px;
    text-align: right;
}
.product_cart b:after{
    background-image: url("/_/i/sprite.png");
    background-position: -157px -19px;
    content: "";
    position: absolute;
    width: 8px;
    height: 12px;
    margin: 2px 3px;
}
.spinner{
    display: inline-block;
/*        width: 87px;*/
        width: 116px;
        margin-right: 40px;
    
}
.spinner .decrease{
    outline: none;
    font-size: 13px;
    border: 0;
    cursor: pointer;
    width: 30px;
    padding: 5px;

}
.spinner .increase{
    outline: none;
    font-size: 13px;
    border: 0;
    cursor: pointer;
    width: 30px;
    padding: 5px;
}
.spinner .decrease:hover,
.spinner .increase:hover{
        transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transform: scale(1.4);
}
.spinner .decrease:active,
..spinner .increase:active{
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transform: scale(1.1);
}
.spinner .input_num,
.spinner .input_numb{
    width: 43px;
    border: 0;
    text-align: center;
    outline: 0;
    font-size: 13px;
 }
.spinner input::-webkit-outer-spin-button,
.spinner input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.brend >div:hover >p {
    text-decoration: underline;
}
.outcome{
    position: relative;
}
.outcome >p{
    margin-bottom: 4px !important;
    font-size: 14px;
}
.outcome >a{
    color: #a12349;
    padding-top: 7px;
    display: inline-block;
    margin-left: 99px;
}
.outcome >a:hover{
    text-decoration: none;
}
.outcome >div b span:nth-child(1){
}
.outcome >div b span:nth-child(2){
    color: #9f2349;
    padding-left: 8px;
}
.outcome >input {
    width: 194px;
    height: 28px;
    text-indent: 10px;
    border: 1px solid #e3e3e3;
    display: block;
}
.outcome div b{
    display: block;
    font-size: 19px;
    text-align: right;
    margin-right: 15px;
}
.outcome div{
    position: absolute;
    top: 0;
    right: 0;
}
.outcome >div input{
    font-size: 18px;
    height: 36px;
    border: none;
    background: #9f2349;
    color: white;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 40px;
    width: 160px;
}
.outcome >div input:hover{
    text-decoration: none;
}
.outcome >div input:active{
         transform: scale(0.95);
        transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.rb_cart .tabs2,
.rb_cart .tabs{
    margin-left: 0;
    width: 100%;
    white-space: nowrap;   
}

.rb_cart ul.tabs li.active{
}
.rb_cart ul.tabs2 >li{
    display: inline-block;
}
.rb_cart ul.tabs >li{
    white-space: normal;
    text-align: center;
    display: inline-block;
    width: 40%;
}
.rb_cart .tab2,
.rb_cart .tab{
    margin-left: 0;
    border-left: solid 1px #e2e3e3;
}
.rb_cart .brend{
    margin-top: 20px;
}
.rb_cart .brend >div >div{
    border: none;
}
.rb_cart .brend >div{
    margin-right: 35px;
}

.rb_cart .tab .brend >div{
    margin-right: 5px;
}

.rb_cart .brend >div:nth-child(3){
    margin-right: 0px;
}
.rb_cart .brend .in_cart span:newprice{
    color: #9f2349;
    display: block;
    font-weight: 700;
    font-size: 14px;
    margin-right: 11px;
}
.rb_cart .brend .in_cart span.newprice:after{
    background-image: url("/_/i/sprite.png");
    background-position: -147px -5px;
    content: "";
    position: absolute;
    width: 8px;
    height: 11px;
    margin-left: 4px;
    margin-top: 1px;
    top: 3px;
    right: -13px;    
}
.rb_cart .brend .in_cart span.oldprice {
    color: #000000;
    font-weight: 700;
    font-size: 14px;
/*    border-bottom: 1px solid;*/
    padding-right: 11px;
    margin-right: 0;
    height: 7px;
    margin-bottom: 8px;
    /*display: inline-block;*/
}

.rb_cart .brend .in_cart span.newprice,
.rb_cart .brend .in_cart span.oldprice {
	display: block;
	position: relative
}

.rb_cart .brend .in_cart span:oldprice:after{
    background-image: url("/_/i/sprite.png");
    background-position: -147px -28px;
    content: "";
    position: absolute;
    width: 9px;
    height: 11px;
    margin-left: 4px;
    margin-top: 1px;
    top: 3px;
    right: -13px;

}
.rb_cart .brend .in_cart i{
    color: #7c7c7c;
    font-size: 13px;
    display: block;
    margin-top: -3px;

}
.c5 >span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #737373;
}
.c5 >span:after{
    background-image: url("/_/i/sprite.png");
    background-position: -138px -37px;
    content: "";
    position: absolute;
    width: 8px;
    height: 11px;
    margin: 2px 3px;
}
.c5{
    padding-bottom: 15px;
    position: relative;
        border-top: 1px solid #e5e5e5;
        padding-top: 15px;

}
.c5 img{
    width: 64px;
    height: 64px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.c5 div span{
    display: block;
    color: #a12349;
    font-size: 14px;
}
.c5 div i{
    color: #878787;
    font-size: 14px;
}
.c5 div{
    width: 207px;
    display: inline-block;
    vertical-align: middle;
}
.c5 .spinner{
    width: 69px;
    margin-right: 35px;
}
.c5 b{
    margin-left: 21px;
    display: inline-block;
    font-size: 13.5px;
    color: #9f2349;
    vertical-align: middle;
}
.c5 b:after{
    background-image: url("/_/i/sprite.png");
    background-position: -157px -19px;
    content: "";
    position: absolute;
    width: 8px;
    height: 12px;
    margin: 2px 3px;
}
.c5:last-child{
    border-bottom: 1px solid #e5e5e5;

}
.order_processing{
    background-color: rgba(255, 255, 255, 0.63);
    width: 985px;
    padding: 0 12px;
}
.order_processing h1{
        font-size: 28px !important;
}
.order_processing .outcome div b.sum{
    font-size: 15px;
}
.order_processing .outcome div b.sum span:nth-child(2):after{
    background-position: -146px -6px;
    width: 10px;
    height: 13px;
}
.order_processing .outcome div p span {
    color: #9f2349;
    margin-right: 11px;
}
.order_processing .outcome div p span:after {
    background-image: url("/_/i/sprite.png");
    background-position: -157px -31px;
    content: "";
    position: absolute;
    width: 8px;
    height: 10px;
    margin: 3px 3px;
}
form.rb_cart >div{
    background-color: #e8e8e8;
    padding: 10px;
    margin-bottom: 10px;  
} 
form.rb_cart >div p{
    margin: 0;
    margin-bottom: 3px;
}
form.rb_cart >div >input{
    width: 170px;
    height: 28px;
    border: 1px solid #e3e3e3;
    margin-top: 7px;
    text-indent: 10px;
}
form.rb_cart >div span{
    width: 142px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    height: 30px;
    background-color: #acacac;
    font-size: 15px;
    color: white;
    line-height: 28px;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 8px;
    margin-left: 3px;
}
form.rb_cart >div span:hover{
    text-decoration: none;
}
form.rb_cart >input[type="text"]{
    width: 99%;
    height: 28px;
    margin-bottom: 10px;
    border: #dfe1df solid 1px;
    text-indent: 10px;
    font-size: 15px;
}
form.rb_cart >textarea{
    width: 98%;
    height: 70px;
    margin-bottom: 10px;
    border: #dfe1df solid 1px;
    text-indent: 10px;
    padding-top: 8px;
    font-size: 15px;
}
form.rb_cart > input[type="submit"]{
    width: 174px;
    float: right;
    height: 36px;
    border: none;
    background-color: #9f2349;
    color: white;
    text-decoration: underline;
    font-size: 18px;
    cursor: pointer;
}
form.rb_cart > input[type="submit"]:hover{
    text-decoration: none;
}
form.rb_cart > input[type="submit"]:active{
    transform: scale(0.95);
    transition: all 0.1s;
    -webki  t-transition: all 0.1s;
}
textarea:focus,
input[type="text"]:focus{
        transform: scale(1.02);
    transition: all 0.1s;
    -webki  t-transition: all 0.1s;
}
.logo_aside{
/*    width: 240px;
    height: 80px; */
    font-size: 0;
	margin: 14px auto 13px;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}
aside nav ul li ul li a p{
    font-size: 12px;
    margin-top: 4px;
    color: #777;
    margin-bottom: 0;
}
aside nav ul li ul li a b{
    font-size: 13px;
    font-weight: normal;
}   
.back_brands{
    width: 160px;
    display: block;
    font-size: 13px;
    color: #9f2349;
/*    padding-left: 22px;*/
    text-decoration: none;
    border-bottom: 1px solid;
}
/*
.back_brands:before{
    background: url("/_/i/sprite.png");
    background-position: -313px -3px;
    content: "";
    position: absolute;
    width: 14px;
    height: 10px;
    margin: 1px -19px;
}
*/
.back_brands:hover{
    border-bottom: 1px solid transparent;
}
.c6{
    font-size: 15.6px;
    font-weight: bold;
}
.c7{
    font-weight: bold;
    font-size: 13px;
    margin-top: 11px;
}
.about_product{
    width: 100%;
    white-space: nowrap;
}
.about_product .description_product{
    width: 48%;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    text-align: justify;
    margin-left: 30px;
}
.about_product .description_product{
    
}
.about_product .img_product{
    height: 350px;
    width: 47%;
    display: inline-block;
    white-space: normal;
    padding-bottom: 50px;
    border-bottom: 1px solid #c7c7c7;
    position: relative;
    vertical-align: top;
}
.about_product .img_product img{
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;;
}
.about_product .img_product span{
    position: absolute;
    font-size: 13px;
    bottom: 15px;
    right: 0;
}
.about_product .img_product p{
    top: 100%;
    position: absolute;
}
.about_product .img_product p a{
    color: #9f2349;
}
.about_product .img_product p a:hover{
    text-decoration: none;
}

.like_this.lt2 .brend >div:first-child{
    margin-left: 0;
}
.like_this.lt2 .brend >div{
    margin-right: 0px;
}
.like_this.lt2 h2{
    margin-left: 0;
}
.like_this.lt2{
    padding: 0;
}
.sorting{
    float: right;
    margin-top: 20px;
    margin-bottom: -15px;
}
.sorting >div:first-child{
    margin-left: 0;
}
.sorting >div{
    display: inline;
    margin-left: 25px;
}
.sorting >div span{
    font-weight: 100;
    font-size: 14px;
}
.sorting >div select{
    width: 221px;
    border: 1px solid #c7c7c7;
    background-color: white;
    height: 23px;
    font-size: 14px;
}
.sorting ul{
    display: inline;
    margin-left: 15px !important;;
}
.sorting ul li{
    display: inline-block;
    margin-left: 3px;
    font-size: 14px;
}
.sorting ul li a:hover{
    text-decoration: underline;
}
.sorting ul li a{
    color: #9f2349;
    text-decoration: none;
}
.sorting ul li:last-child a{
    background: url("/_/i/sprite.png");
    background-position: -330px -5px;
    width: 4px;
    height: 7px;
    display: inline-block;
    margin-bottom: 2px;
}
.sorting ul li:last-child a:hover{
        transform: scale(1.4);
        transition: all 0.1s;
        -webki  t-transition: all 0.1s;
}
.order_page section.content{
    width: 990px;
    margin: 0 auto;
    padding-top: 38px;
}
.order_page section.content h1{
}
.order_page .tab{
    margin: 0;
}
.order_page .tabs{
    margin: 0;
}
.order_page .tabs li{
    background-color: white;
    padding: 9px 29px;
}
.type_payer{
    margin-bottom: 12px !important;
    margin-top: 30px;
}
.container.order_page{
    background-color: rgba(255, 255, 255, 0.72);
}
.order_page form{
}
.order_page form input[type="text"]{
        width: 99%;
    height: 28px;
    margin-bottom: 10px;
    border: #dfe1df solid 1px;
    text-indent: 10px;
    font-size: 15px;
    font-family: 'Arial-Regular';
}
.order_page form input[type="submit"]{
    width: 174px;
    float: right;
    height: 36px;
    border: none;
    background-color: #9f2349;
    color: white;
    text-decoration: underline;
    font-size: 18px;
    cursor: pointer;
}
.order_page form input[type="submit"]:hover{
        text-decoration: none;
}
.order_page form input[type="submit"]:active{
        transform: scale(0.98);
    transition: all 0.1s;
}
.order_page form textarea{
        width: 98%;
    height: 70px;
    margin-bottom: 10px;
    border: #dfe1df solid 1px;
    text-indent: 10px;
    padding-top: 8px;
    font-size: 15px;
    font-family: 'Arial-Regular';
}
.order_page .lb{
    width: 440px;
    display: inline-block;
    vertical-align: top;
}
.order_page .rb {
    width: 440px;
    display: inline-block;
    vertical-align: top;
    margin-top: 66px;
    margin-left: 104px;
}
.c9{
    padding: 25px 0 15px !important;
}
.c8{
    border-top: 1px solid #c7c7c7;
    padding: 25px 0 15px !important;
}
.courier_delivery{
    margin-right: 70px;
    
   
}
.hover_item{
     width: 450px;
    height: 100px;
    border: 1px solid #e7e7e7;
    -webkit-box-shadow: 3px 3px 0px 0px rgba(240,240,240,1);
    -moz-box-shadow: 3px 3px 0px 0px rgba(240,240,240,1);
    box-shadow: 3px 3px 0px 0px rgba(240,240,240,1);
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    display: inline-block;
    vertical-align: middle;
}
.hover_item:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    background-image: url("/_/i/sprite2.png");
}
.hover_item:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    background-image: url("/_/i/sprite2.png");
    opacity: 0;
}
.hover_item b{
    margin-left: 120px;
    margin-top: 15px;
    display: block;
    font-size: 15px;
}
.hover_item p{
    margin-left: 120px;
}
.payment_method .hover_item {
    margin-right: 22px;
}
.payment_method,
.delivery_methods{
}
.hover_item .price{
    font-size: 14px;
    position: absolute;
    right: 25px;
    bottom: 8px;
    display: block;
}
.hover_item .price:after{
    background-image: url("/_/i/sprite.png");
    background-position: -148px -39px;
    content: "";
    position: absolute;
    width: 9px; 
    height: 11px;
    margin-left: 4px;
    margin-top: 2px;
}
.courier_delivery:after{
    background-position: -468px -64px;
    margin-top: -26px;
    margin-left: 5px;
    background-image: url("/_/i/sprite2.png");
    width: 84px;
    height: 54px;

}
.courier_delivery:before{
    background-position: -457px -2px;
    margin-top: -26px;
    margin-left: 5px;
    background-image: url("/_/i/sprite2.png");
    width: 84px;
    height: 54px;
}
.hover_item.active,
.hover_item:hover{
    background-color: #9f2349;
     transition: all 0.3s;
    -webkit-transition: all 0.43s;
    box-shadow: none;

}
.hover_item.active:after,
.hover_item:hover:after{
                transition: all 0.3s;
    -webkit-transition: all 0.3s;
    opacity: 1;
}
.hover_item.active:before,
.hover_item:hover:before{
                transition: all 0.3s;
    -webkit-transition: all 0.3s;
    opacity: 0;
}
.hover_item.active b,
.hover_item:hover b{
    color: white;
}
.hover_item.active p,
.hover_item:hover p{
    color: white;
}
.hover_item.active .price,
.hover_item:hover .price{
      transition: all 0s;
    -webkit-transition: all 0s;
}
.hover_item.active .price:after,
.hover_item:hover .price:after{
    background-position: -147px -17px;
    width: 8px;
    height: 10px;
          transition: all 0s;
    -webkit-transition: all 0s;
}
.by_self:after{
    background-position: -468px -64px;
    margin-top: -26px;
    background-image: url("/_/i/sprite2.png");
    opacity: 0;
    margin-left: 5px;

}
.by_self:before{
    background-position: -272px -51px;
    margin-top: -26px;
    margin-left: 32px;
    background-image: url("/_/i/sprite2.png");
    width: 56px;
    height: 56px;
}
.by_self:after{
    background-position: -208px -50px;
    margin-top: -26px;
    width: 55px;
    height: 56px;
    margin-left: 32px;
}
.hover_item:active{
    transform: scale(0.95);
    transition: all 0.1s;
}
.payment_method .hover_item{
    width: 174px;
    height: 101px;
}
.payment_method .hover_item b{
    margin-left: 10px;
}
.payment_method .hover_item.cash:before{
    width: 41px;
    height: 41px;
    background-position: -286px -4px;
    right: 50%;
    margin-right: -15px;
    margin-top: 4px;
}
.payment_method .hover_item.cash:after{
    width: 41px;
    height: 41px;
    background-position: -232px -4px;
    right: 50%;
    margin-right: -15px;
    margin-top: 4px;;
}
.payment_method .hover_item.yandex_money:before{
    width: 98px;
    height: 28px;
    background-position: -101px -65px;
    right: 50%;
    margin-right: -48px;
    margin-top: 4px;
}
.payment_method .hover_item.yandex_money:after{
    width: 98px;
    height: 28px;
    background-position: -101px -16px;
    right: 50%;
    margin-right: -48px;
    margin-top: 4px;
}
.payment_method .hover_item.sms:before{
    width: 37px;
    height: 45px;
    right: 50%;
    margin-right: -73px;
    margin-top: -1px;
    background-position: -334px -60px;
}
.payment_method .hover_item.sms:after{
    width: 36px;
    height: 45px;
    right: 50%;
    background-position: -336px -11px;
    margin-right: -73px;
    margin-top: -1px;
}
.payment_method .hover_item.internet_banking{
    margin-right: 0;
}
.payment_method .hover_item.internet_banking:before{
    width: 64px;
    height: 41px;
    right: 50%;
    margin-right: -31px;
    margin-top: -3px;
    background-position: -382px -57px;
}
.payment_method .hover_item.internet_banking:after{
    width: 64px;
    height: 41px;
    right: 50%;
    margin-right: -31px;
    background-position: -382px -8px;
    margin-top: -3px;
}
.payment_method .hover_item.credit_cards:before{
    width: 57px;
    height: 43px;
    background-position: -21px -53px;
    right: 50%;
    margin-right: -28px;
    margin-top: -4px;
}
.payment_method .hover_item.credit_cards:after{
    width: 57px;
    height: 43px;
    background-position: -22px -4px;
    right: 50%;
    margin-right: -28px;
    margin-top: -4px;
}
.order_page .lb_cart .product_cart .title{
    width: 100%;
    position: static;
    display: block;
    color: #a12349;
    margin-bottom: 14px;
    margin-top: 14px;
    background-image: none !important;
}
.order_page .lb_cart .product_cart .title:hover{
        transform: scale(1);
}
.order_page .outcome b{
    margin-top: 12px;
}
.order_page .rb_cart{
    margin-top: 0;
}
.order_page .rb_cart textarea{
    height: 210px;
}
.order_page .lb_cart .top_bar{
    margin-bottom: 20px;
}
.order_page form input[type="submit"]{
    width: 100%;
    position: static;
    float: none;
    margin-top: 15px;
}
.order_page form .c10{
    margin-top: 55px;
    border-top: 1px solid #c7c7c7;
}
.order_page .lb .c11{
    height: 147px;
}
.juridical_payment_method{
}
.juridical_payment_method .hover_item b{
    margin-left: 17px;
}
.juridical_payment_method .hover_item{
    width: 300px;
    margin-right: 36px;
}
.juridical_payment_method .hover_item:last-child{
    margin-right: 0;
}

.juridical_payment_method .hover_item.cash:before{
    width: 40px;
    height: 42px;
    background-position: -286px -4px;
    right: 50%;
    margin-right: -21px;
    margin-top: -4px;
}
.juridical_payment_method .hover_item.cash:after{
    width: 40px;
    height: 42px;
    background-position: -232px -4px;
    right: 50%;
    margin-right: -21px;
    margin-top: -4px;
}
.juridical_payment_method .hover_item.bank_transfer:before{
    width: 46px;
    height: 43px;
    background-position: -509px -121px;
    right: 50%;
    margin-right: -28px;
    margin-top: -4px;
}
.juridical_payment_method .hover_item.bank_transfer:after{
    width: 46px;
    height: 43px;
    background-position: -455px -121px;
    right: 50%;
    margin-right: -28px;
    margin-top: -4px;
}

.juridical_payment_method .hover_item.cash_delivery:before{
    width: 51px;
    height: 44px;
    right: 50%;
    margin-right: -28px;
    margin-top: -4px;
    background-position: -389px -107px;
}
.juridical_payment_method    .hover_item.cash_delivery:after{
    width: 51px;
    height: 44px;
    right: 50%;
    margin-right: -28px;
    margin-top: -4px;
    background-position: -335px -107px;
}
.open_button{
    text-decoration: underline;
    color: #9f2349;
    margin-top: 19px;
    display: block;
    margin-bottom: 3px;
    cursor: pointer;
    font-size: 14px;
}
.open_button:hover{
    text-decoration: none;
}
.review{
    position: relative;
    font-size: 14px;
    padding-bottom: 8px;
    border-bottom: solid 1px #e2e3e3;
    margin-top: 13px;
}
.review time{
    color: #a3a3a3;
    display: block;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
}
.review p{
    font-size: 15px;
    margin-top: 7px !important;;
}
.review .name{
    color: #a3a3a3;
}
.rating{
    width: 73px;
    height: 14px;
    background-image: url("/_/i/sprite.png");
    margin-top: 10px;
}
.reviews .review:last-child{
    border: none;
}
.reviews{
    overflow: hidden;
    max-height: 210px;
    position: relative;
}
.reviews:before{
    z-index: 333;
    position: absolute;
    bottom: 0;
    height: 38px;
    width: 100%;
    content: "";
    background-image: -o-linear-gradient(bottom, rgba(252, 252, 252, 0.12) 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, rgba(252, 252, 252, 0.12) 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(252, 252, 252, 0.12) 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, rgba(252, 252, 252, 0.12) 0%, #FFFFFF 100%);
    background-image: linear-gradient(to bottom, rgba(252, 252, 252, 0.12) 0%, #FFFFFF 100%);
}
a.open_button{
    margin-top: 3px;
}
.bg_write_review.active{
    width: 100%;
    height: 104%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    top: 0;
    left: 0;
}
.bg_write_review{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 0%;
    height: 0%;

    width: 0%;
    height: 0%;
    top: 45%;
    left: 50%;
    z-index: 9999999;
    position: fixed;
    overflow: hidden;
    display: block;
    background: rgba(0, 0, 0, 0.38);
}
.c12{
    font-size: 27px !important;
    text-transform: uppercase;
    margin-top: 0 !important;
}
.c13{
    font-size: 13px !important;
    margin-bottom: 11px !important;;
}
.write_review a:hover{
    text-decoration: none;
}
.write_review{
    width: 800px;
    background-color: white;
    margin: 0 auto;
    min-height: 250px;
    position: relative;
    padding: 20px;
    padding-bottom: 80px;
    margin-top: 90px;
}
.write_review input[type="text"]{
    display: block;
    width: 345px;
    border: 1px solid #e3e3e3;
    height: 28px;
    text-indent: 10px;
    margin-top: 20px;
}
.write_review textarea{
    display: block;
    width: 98%;
    border: 1px solid #e3e3e3;
    height: 77px;
    text-indent: 10px;
    font-size: 16px;
    font-family: 'Arial-Regular';
    margin-top: 10px;
    padding-top: 10px;
}
#rating-updated {
  background-image: url("/_/i/sprite.png");
  background-repeat: no-repeat;
  height: 14px;
  width: 73px;
  white-space: nowrap;
  font-size: 0;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

#rating-updated input {
  width: 13px !important;
  height: 14px !important;
  margin: 0;
  padding: 0;
  margin-left: 2px;
  cursor: pointer;
}
.rating.r_0,
.icon-large-stars-0 {
 background-position: -413px 0px;
}
.rating.r_1,
.icon-large-stars-1 {
  background-position: -398px 0px;
}
.rating.r_2,
.icon-large-stars-2 {
  background-position: -383px 0px;
}
.rating.r_3,
.icon-large-stars-3 {
   background-position: -368px 0px;
}
.rating.r_4,
.icon-large-stars-4 {
   background-position: -353px 0px;
}
.rating.r_5,
.icon-large-stars-5 {
  background-position: -338px 0px;
}
.rating-hide {
    opacity: 0;
    height: 13px;
    width: 13px;
}
.write_review a{
    color: #9f2349;
    display: block;
}
.write_review >div{
    font-size: 14px;
    margin-top: 17px;
    vertical-align: middle;
}
.write_review input[type="submit"] {
    text-decoration: underline;
    background: #9f2349;
    border: none;
    height: 26px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    padding: 0px 12px;
    position: absolute;
    right: 44%;
    bottom: 30px;
}
.write_review input[type="submit"]:hover{
    text-decoration: none;
}
.write_review input[type="submit"]:active{
            transform: scale(0.98);
    transition: all 0.1s;
}

.bx_cart {
text-decoration: none;
background: #9f2349 none repeat scroll 0% 0%;
border: medium none;
height: 26px;
color: #FFF;
font-size: 18px;
cursor: pointer;
padding: 7px 32px;
}
.bx_cart:hover {
text-decoration: underline;
color: #FFF;
}
.block_promotions{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.content .row {
	padding: 0 10px;
}

.content .col2 {
	display: table;
}
.content .col {
	width: 47%;
	display: table-cell;
	vertical-align: top;
	padding-right: 30px;
}
.content .col p {
	padding-left: 20px;
}

.content .col ul li {
	list-style: disc;
}	
.content .linkA a {
	text-decoration: none;
	border-bottom: 1px #000 dashed;
	color: #000;
}

.content .linkA a:active, .content .linkA a:hover {
	text-decoration: none;
	border-bottom: 1px #000 dashed;
	color: #000;
}


.content .col-xs-12 h3,
.content .colA h3 {
	/*background: #9f2349 none repeat scroll 0% 0%;
	color: #FFF !important;
	padding: 5px;*/
background: #ececec none repeat scroll 0% 0%;
color: #000 !important;
text-align: left;
text-transform: uppercase;
padding: 10px 10px 10px 20px;
}

.content ul {
    font-size: 14.5px;
    color: #373737;
    line-height: 131%;
}
@media screen and (max-width: 1145px) {
	aside form:nth-child(1){
		margin-left: 0;
	}
	.filters{
		width: 200px;
		margin: 0 auto;
	}
	.owl-prev,
	.owl-next {
		display: none;
	}
	aside{
		padding-left: 0;
	}
	aside.home_aside form:nth-child(1){
		margin: 0 auto;
		margin-bottom: 15px;
	}
	aside form:nth-child(1){
		margin-left: 10px;
		width: 236px;
	}
	.consultant_today{
		width: 239px;
		margin-left: 5px;
		
	}
}
/*main .container{
	display: none;
}*/

.brands {
	width: 990px;
}
.brands .brand_img {
	width: 23%;
	height: 150px;
	background: #fff;
	display: inline-block;
	text-align: center;
	margin:3px;
	vertical-align: top;
}
.brands .brand_img img {
	width: 100%;
	height: 150px;
	background-position: center center;
	background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0.1\'/></filter></svg>#grayscale");
  
  filter: gray; /* IE 6-9 */
}

.brands .brand_img img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none; /* IE 6-9 */
}
.brands .brand_img a {
	display: block;
	width: 100%;
	height: 150px;
	color: #333;
	text-decoration: none;
}
.brands .brand_img a:hover {
	color: rgb(0, 0, 238);;
	text-decoration: underline;
}

.brands .brand_img a span {
	margin-top: 64px;
	display: block;
}
.tintContainer .zoomLens img {
	display: none;
}
.promotions .brend {
	height: 478px !important;
	margin-left: 11px;
}

.promotions .brend a {
	margin-left: 0px;
	color: #fff !important;
}


.promotions .brend > div > div {
	margin: 5px 10px 38px 10px;
	max-width: 150px;
	position: relative;
}

.promotions .brend > div > div a p{
	max-width: 150px;
}

.promotions .brend > div > div a h4{
	color: #fff;
}
.promotions .brend > div:hover {
	background: #caa none repeat scroll 0% 0%;
}

.promotions .brend > div.bg_fast_review:hover {
	background: #F5F5F5 none repeat scroll 0% 0%;
}


.promotions .brend .in_cart div > span:after,
.promotions .brend .in_cart div > span {
    color: #ccc;
}

.promotions .brend .in_cart div > span:after{
	background: none;
}

.promotions .brend .discount{
    right: 82px;
    top: -330px;
}

label[for="arrFilter_P1_MIN"] {
    width: 48.5%;
    display: inline-block;
    white-space: nowrap;
    color: #B1B1B1;
    font-size: 12px;
    text-transform: uppercase;
}

label[for="arrFilter_P1_MAX"] {
    width: 48.5%;
    display: inline-block;
    white-space: nowrap;
    color: #B1B1B1;
    text-transform: uppercase;
    font-size: 12px;
}
aside form.filters input[type="submit"] {
	background-image: none;
	display: block;
	background-color: #9f2349;
	color: #FFF;
	text-align: center;
	padding: 10px 0px;
	margin-top: 19px;
	font-size: 18px;
	margin-left: 0px;
	position: relative;
	height: 44px;
	width: 217px;
}

aside form.filters .show_products {
	margin: 0;
	padding: 0;
}

aside form.filters #modef {
	margin: 20px 0px 0px;
}

.product_cart .basket_quantity_control{
	display: none;
}
.outcome .checkout {
    font-size: 18px;
    border: medium none;
    background: #9f2349 none repeat scroll 0% 0%;
    color: #FFF !important;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 7px;
    padding: 7px 15px;
    display: block;
}
.in_cart .oldprice {
	display: inline-block;
	color: #B8B8B8;
	text-decoration: line-through;
	padding-right: 10px;
}
.product_cart .oldprice {
	display: inline-block;
	color: #B8B8B8;
	text-decoration: line-through;
	padding-right: 20px;
	position: relative;
}	
.currprice {
	display: inline-block;
}	

.popup-window-buttons span span {
	text-decoration: underline;
	background: #9f2349 none repeat scroll 0% 0%;
	padding: 9px 10px;	
	color: #fff;
	cursor: pointer;
}

.brend > div.bg_fast_review .product div {
	display: inline-block;
	width: 195px;
}
.brend > div.bg_fast_review .product div + div {
	width: 107px;
}
.news-list .news-items {
	display: inline-block;
	width: 100%;
	padding: 0 0 30px 0;
}

.news-list .news-items img {
	max-width: 150px;
    float: left;
    margin: 15px 20px 0px 0px;
    border: 1px solid #cccccc;}


.news-list .news-items h3 a {
	color: #000;
}

.filters .years li {
	display: inline-block;
}	
.filters #modef {
	display: none !important;
}

.content .noborder td {
	vertical-align: top;
}

.content .noborder ul {
	list-style-type: disc !important;
	margin-left: 15px;
}

.content .news-date-time {
	margin-right: 10px;
}	
.content a.bx_cart {
	color: #fff;
}
.content a.bx_cart:hover {
	color: #fff;
}	
.content .bg_fast_review form.product span {
	display: block;
}

.content .bg_fast_review form.product span span {
	width: 115px;
	text-align: right;
}

.content .bg_fast_review form.product div > span {
	margin-top:3px;
}


.content .bg_fast_review form.product span span a {
    text-decoration: none;
    background: #9f2349 none repeat scroll 0% 0%;
    border: medium none;
    height: 26px;
    color: #FFF !important;
    font-size: 18px;
    cursor: pointer;
    padding: 3px 12px;
}	
form.product .fix-present-cart{height:64px;}
.content .faq {
		display: table;
    clear: both;
}
.content .faq_pic {
	max-width: 200px;
	float: left;
	margin: 10px 20px 20px 0;
}
.content .faq span {
	margin: 8px 0px 0px;
	display: inline-block;
}

.content .bx_ordercart_order_pay_center .checkout {
	background: #9f2349 none repeat scroll 0% 0%;
	text-shadow: none;
	color: #fff !important;
}
.content .bx_ordercart_order_pay_center .checkout:hover {
	color: #fff !important;
}
.content .bx_order_make {
    font-size: 15px !important;
}
.content #order_form_div label {
    font-size: 16px !important;
}
.content .bx_element input[type="radio"]:checked + label .bx_logotype, .content .bx_element label.selected .bx_logotype {
    border: 2px solid #9f2349 !important;
}
.content .bx_element input[type="radio"]:checked + label .bx_logotype:before, .content .bx_element label.selected .bx_logotype:before {
	background:linear-gradient(45deg, #9f2349 0%, #d95079 100%);
	border:2px solid #ccc;
	width: 11px;
    height: 11px;
}

.content .bx_order_make .bx_logotype {
	box-shadow: 0px 0px 3px 0px #9f2349;
	position: relative;
}
.content .bx_order_make .bx_logotype:before {
    content: " ";
	position: absolute;
    left: -21px;
    top: 25px;
	width: 12px;
    height: 12px;
    border-radius: 50%;
	border:1px solid #999999;
	display: block;
	background: linear-gradient(45deg, #e6e6e6 0%, #ccc 100%);
}

.content .bx_order_make .bx_description strong{
	font-size: 13px !important;
}

.altasib_geobase_cities li a{
	color: #777 !important;
}
.altasib_geobase_cities .altasib_geobase_auto a {
	color: #000 !important;
}
.bg_fast_review .product div p {
	margin-top: 1px;
}
.bg_fast_review .product div:nth-child(2) div.price::after{
background: none;
}

.review_product .product div div.price .newprice:after,
.bg_fast_review .product div div.price .newprice:after {
    background-image: url("/_/i/sprite.png");
    background-position: -157px -5px;
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    margin-left: 8px;
    margin-top: 3px;
	color: #9f2349;
	font-weight: 700;
	font-size: 14px;
}
.review_product .product div div.price .newprice,
.bg_fast_review .product div div.price .newprice {
	color: #9f2349;
}

.brend .in_cart span span.newprice {
    margin-right: 11px;
    position: absolute;
    bottom: 0px;
    right: 2px;
}
.brend .in_cart span span.oldprice {
	position: relative;
	margin-right: 2px;
}

.bx-pagination-container ul li.bx-active span {
	background: #9f2349 !important;
}

.bx_my_order .bx_my_order_table td a {
    font-size: 13px;
    color: #9f2349 !important;
}
aside {
   z-index: 9;
}
#owl {
    z-index: 9;
}
.content .qw_input {
    margin-right: 31px;
}
.bg_fast_review .review_product {
	overflow-y: scroll;
	max-height: 80%;
}

.filters .hide {display: none;}
.filters p.type_filters {position: relative;}
.filters p.type_filters.show_hide {cursor: pointer;}
/*
.filters p.type_filters:after {
    content: "";
	width: 9px; 
	height: 9px; 
	background-image: url('/_/i/arrow-d.png'); 
	position: absolute;
	left: -12px;
	top: 4px;
}
.filters p.type_filters.show_hide:after {
	background-image: url('/_/i/arrow-r.png'); 
}	
.filters p.type_filters.show_hide.active:after {
	background-image: url('/_/i/arrow-d.png'); 
}
*/
aside .filters .type_filters {
	font-weight: normal;
    text-decoration: none;
    padding: 8px 15px;
    display: block;
    height: 100%;
    width: 88.3%;
    color: #FFF;
    background: #9f2349 none repeat scroll 0% 0%;    
    transition: all 0.2s ease 0s;
    line-height: 21px;
    margin: 0 0 1px 0;
    text-transform: uppercase;
    font-size: 0.87em;
}

aside .filters .type_filters.show_hide {
    color: #000;
    background: #EAEAEA none repeat scroll 0% 0%;
}
    
aside .filters .type_filters.show_hide.active,
aside .filters .type_filters.active {
    color: #FFF;
    background: #9f2349 none repeat scroll 0% 0%;
    margin-bottom: 1px;
}

aside .filters .openclose {
	margin-bottom: 19px;
	margin-top: 5px;
}
aside nav ul li a b {
	text-transform: uppercase;
}

.container section.c2.wide { 
    width: 969px;
    margin-left: 40px;
}
.btn-primary {
    font-size: 18px;
    border: medium none;
    background: #9f2349 none repeat scroll 0% 0%;
    color: #FFF;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 7px;
    padding: 7px 15px;
    display: block;
}

.currprice + .currprice {display: none;}

.c2 .brend {
	margin-bottom: 25px;
}


#blink {
  -webkit-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite;
}
@-webkit-keyframes blink {
  20% { color: #9f2349; }
  51% { color: #fff; }
  100% { color: #fff; }
}
@keyframes blink {
  20% { color: #9f2349; }
  51% { color: #fff; }
  100% { color: #fff; }
}
.content .bg_fast_review .review_product .product div>div>a>span {
	display: none;
}

ul.inprod {
    margin-top: 20px !important;
    margin-left: 0px !important;
    padding: 0px !important;
}
ul.inprod li {
    display: inline-block;
    margin-right: 9px; 
	cursor: pointer;
	height: 37px;
	position: relative;
  }
ul.inprod li span {
	border-bottom: dashed 1px #9f2349;
	color: #9f2349;
	font-size: 13px;
  }
ul.inprod li img.type {
    float: left;
    margin-top: -8px;
    margin-right: 5px;
}
ul.inprod li div {
    display: none;
	padding: 15px;
	border: solid 1px #db0112;
	position: absolute;
    top: 35px;
    border-radius: 10px;
    background: #fff;
    width: 310px;
    z-index: 400;
}
ul.inprod li:hover div {
    display: block;
}
ul.inprod li:last-of-type div {
	right: -20px;
    width: 220px;
}
.prodnotify {
	font-size: 11px !important;
	width: 100%;
	text-align: left;
}
.prodnotify a {
	//max-width: 80px;
}

.indisday {
    border: 1px solid #a02448;
	box-sizing: border-box;
}
.brend >div.indisday >div >a h4 {
    color: #a02448;
}
.brend >div.indisday >div >p {
    width: 168px;
    margin-left: -10px;
    background: #a02448;
    text-align: center;
    padding: 10px 0px;
    font-size: 18px;
    text-transform: uppercase;
    bottom: 10px !important;
}
.brend >div.indisday >div >p >a{
    color: #fff !important;
}
.indisday .in_cart {
    background: url('/_/i/for-tovar.png') no-repeat, #af7d36;
    width: 168px;
    left: -10px;
    bottom: -30px;
    height: 58px !important;
}
.indisday .in_cart div > span {
    float: none;
    position: absolute;
}
.indisday .in_cart div > span:nth-child(3) {
    background: #af7d36;
    display: block;
	position: absolute;
    top: 0px;
    right: 0px;
}
.indisday .in_cart div span + span span a {
    display: block;
	position: absolute;
    top: 0px;
    right: 0px;
    height: 58px;
    background: url('/_/i/korzinochka.png') no-repeat center;
    font-size: 0px;
    width: 80px;
}
.indisday .in_cart span span.oldprice {
	padding-left: 5px;
    color: #fff;
    font-size: 12px;
}
.indisday .in_cart span span.newprice {
    padding-top: 5px;
    padding-left: 5px;
    font-size: 22px;
    position: relative;
}
.indisday .in_cart div > span span.oldprice:after {
    background-image: url("/_/i/sprite.png");
    background-position: -147px -17px;
    right: -2px;
    top: 2px;
}
.indisday .in_cart div > span span.newprice:after {
    background-position: -147px -5px;
    margin-top: 5px;
}
.indisday .discount {
    background-image: url("/_/i/sale.png");
    background-position: 0px 0px;
    width: 106px;
    height: 62px;
    left: -5px;
    top: -280px;
    font-size: 26px;
    text-align-last: left;
    line-height: 60px;
    padding-left: 10px;
    box-sizing: border-box;
    text-align: left;
}
.indisday .in_cart div > span:nth-child(2) {
    width: auto;
    right: 65px;
    bottom: 20px;
}
.filters_h1 {
	padding: 0px !important;
    margin: 5px 0px 0px 0px !important;
	text-transform: none;
}
.h1_filter {
    cursor: pointer;
    background: #f5e9eb;
    display: inline;
    margin-right: 5px;
    line-height: 25px;
    padding: 3px;
}
.h1_filter:after {
    content: "x";
    padding: 0px 3px 0px 5px;
    color: #9f2349;
}

.tomobile {
	position: absolute;
	right: -210px;
	bottom: 25px;
	font-size: 16px;
}

@media screen and (max-device-width: 800px) { 
	.tomobile {
		position: absolute;
	    left: -70px;
	    bottom: -45px;
	    font-size: 28px;
	    width: 600px;
	    height: 40px;
	}
	.tomobile a {
		color: #9f2349;
	}
}

#rc-phone {
     z-index: 800 !important;
}

.imgbutton {
	font-weight: bold;
	width: 353px;
	height: 300px;
	background-color: #eaeaea;
	color: #000;
	font-size: 0.87em;
	text-transform: uppercase;
	text-align: center;
	line-height: 28px;
	text-decoration: none;
	border: #d7d7d7 solid 1px;
	border-bottom: 5px solid #aeaeae;
}
.imgbutton:hover {
	color: #9f2349;
	border: #9f2349 solid 1px;
	border-bottom: 5px solid #7f1c39;
}

.hiddenbykirill{display:none;}
.bx-catalog-tab-list{display:none;}
article.recommend_services{
white-space: normal;
width: 300px;
display: inline-block;
vertical-align: top;
margin-left: 30px;
}
article.recommend_services h3{
display:block;
padding:20px 0;
color:#ffffff;
background:#9f2349;
text-align:center;
text-transform: uppercase;
font-size: 17px !important;
margin-bottom: 0;
}
article.recommend_services .wrapper_service{
border: 2px solid #9f2349;
padding: 0 20px;
margin-bottom: 35px;
}
article.recommend_services .wrapper_service .title_service{
border-bottom: 2px solid #9f2349;
font-size: 15px;
text-align:center;
padding-bottom: 8px;
padding-top: 15px;
margin-bottom: 15px;
}
article.recommend_services .wrapper_service .title_service a{
color:#000!important;
text-decoration:underline;
}
article.recommend_services .wrapper_service .title_service a:hover{
color:#9f2349!important;
}
article.recommend_services .wrapper_service .info{
margin: 0 10px;
}
article.recommend_services .wrapper_service .info .preview{
display:inline-block;
width:50%;
}
article.recommend_services .wrapper_service .info.nosale .preview{
display:inline-block;
width:100%;
text-align:center;
}
article.recommend_services .wrapper_service .info .time{
display:inline-block;
width:50%;
text-align: right;
}
article.recommend_services .wrapper_service .info.nosale .time{
display:inline-block;
width:50%;
text-align: left;
}
article.recommend_services .wrapper_service .info .time img{
width:25px;
margin:5px 0;
display:inline-block;
}
article.recommend_services .wrapper_service .info .time .time_value{
margin-left: 5px;
display:inline-block;
vertical-align:top;
margin-top:7px;
    font-size: 18px;
    word-spacing: -3px;
}
article.recommend_services .wrapper_service .info.nosale .wrapper_price{
width:50%;
display:inline-block;
}
article.recommend_services .wrapper_service .info .wrapper_price img{
width:25px;
margin: 5px 0;
display:inline-block;
float:left;
}
article.recommend_services .wrapper_service .info .wrapper_price .price{
display:inline-block;
font-size:18px;
float:none;
}
article.recommend_services .wrapper_service .info.nosale .wrapper_price .price{
float:left;
}
article.recommend_services .wrapper_service .info .wrapper_price .price .wrapper_old_price{
margin-left: 10px;
display:inline-block;
margin-top:7px;
color:#9f2349;
text-decoration:line-through;
}
article.recommend_services .wrapper_service .info .wrapper_price .price .wrapper_old_price .old_price{
color:#000;
}
article.recommend_services .wrapper_service .info .wrapper_price .price .current_price{
margin-left: 23px;
display:inline-block;
margin-top:7px;
color:#9f2349;
    font-size: 18px;
    word-spacing: -3px;
}
article.recommend_services .wrapper_service .info.nosale .wrapper_price .price .current_price{
margin-left: 5px;
display:inline-block;
margin-top:7px;
color:#9f2349;
font-size: 18px;
word-spacing: -3px;
}
article.recommend_services .wrapper_service .button_service{
text-align:center;
margin:30px 0;
}
article.recommend_services .wrapper_service .button_service a{
display: inline-block;
padding: 8px 40px;
color: #ffffff!important;
text-decoration:none;
background: #9f2349;
text-align: center;
text-transform: uppercase;
font-size: 17px !important;
cursor: pointer;
}
article.recommend_services .wrapper_service .info.nopreview .preview{
display:none;
}
article.recommend_services .wrapper_service .info.nopreview .time{
text-align:left;
}


#podpiska_result{
padding-top: 15px;
}

#podpiska_result:before {
    display: table;
    content: " ";
}
#podpiska_result:after {
    clear: both;
    display: table;
    content: " ";
}
#kk_ajax{
width: 50%;
/*margin-left:auto;margin-right:auto;*/
float:right;}
form#kk_ajax input[type='email']{
width:50%;
height:36px;
font-size:22px;
}
input[type="email"]::-webkit-input-placeholder {
color: #a5a2a2;
}
form#kk_ajax input[type='submit']{
background: #9f2349;
color: #fff;
height: 42px;
box-sizing: border-box;
border: 1px solid #9f2349;
font-size: 22px;
padding: 1px 20px;
}
#podpiska_result .good_answer{
    text-align: center;
    color: #048c16;
}