::-webkit-scrollbar {
	width: 5px; /* ширина нового скроллбара */
}
::-webkit-scrollbar-track {
	background: #DBDBDB; /* цвет фона у дорожки */
	box-shadow: 0 0 2px rgba(0, 0, 0, .2) inset; /* тень у дорожки */
}
::-webkit-scrollbar-thumb {
	background: #BB1D26; /* цвет фона ползунка */
	border-radius: 0; /* скругление углов */
	border: 1px solid #BB1D26; /* толщина, стиль и цвет рамки */
}
::-webkit-scrollbar-thumb:hover {
	background: var(--light); /* ползунок меняет цвет при наведении */
}
::-webkit-scrollbar-button {
	background: #BB1D26;
}

body{
	line-height: 1.2;
	font-family: 'Roboto', sans-serif;
    color: #2d2d2d;
	font-size: 16px;
}
a{
    text-decoration: none;
    color: #2d2d2d;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:hover{
	color: #bb1d26;
}

a:focus{
	outline:none;
}
p{
	margin:0;
}
ul,ol{
	list-style: none;
	margin:0;
}
input[name="surname"] {
    display: block !important;
    width: 2px !important;
    height: 3px !important;
    margin-bottom: -3px !important;
    opacity: .01 !important;
	padding:0 !important;
	margin:0 !important;
	border:0 !important;
}
.ajax_form .error,
#msOrder .error{
	border-color:red;
	background: #efd7d7;
}
.wrapper{
	padding: 60px 0;
}
.wrap{
	padding: 50px 0;
}
.btn, .zcwPopup button{
	display: inline-block;
	padding: 0 15px;
	border-radius: 0;
	-webkit-transition: all 0.5s 0s;
	transition: all 0.5s 0s;
	border:none;
	font-weight: 700;
    font-size: 15px;
	cursor: pointer;
	min-width: 150px;
	text-align: center;
	box-sizing: border-box;
	line-height: 58px;
	text-transform: uppercase;
}
.btn img {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.btn-sm{
	line-height: 40px;
}
.btn-default, .btn-tab.active, .btn-tab:hover, .zcwPopup button{
	color:#fff;
	background: #BB1D26;
	border:1px solid #BB1D26;
}
.btn-default:hover, .zcwPopup button:hover{
	color:#fff;	
	background: #BB4E54;
	border:1px solid #BB4E54;
}
.btn-primary, .btn-tab{
	color:#383838;
	border:1px solid #EBEBEB;
	background: #EBEBEB;
}
.btn-primary:hover{
	color:#383838;
	background: #e7cece;
	border:1px solid #e7cece;
}
.btn-secondary{
	border-radius: 26px;
    font-weight: 700;
    color: #434343;
    font-size: 17px;
    line-height: 58px;
	background: #FDFF55;
	border:1px solid transparent;
	
}
.btn-secondary:hover{
	color: #434343;
	background: #FDFF55;
	border:1px solid transparent;
	box-shadow: inset 0px -3px 0px 0px rgba(237,240,6,1);
	-webkit-box-shadow: inset 0px -3px 0px 0px rgba(237,240,6,1);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(237,240,6,1);
}
.btn-info{
	color:#fff;
	border:1px solid #fff;
	background: transparent;
}
.btn-info:hover{
	color:#bb1d26;
	background: #fff;
	border:1px solid #fff;
}
.btn-link{
	color:#bb1d26;
	border:none;
	background: transparent;
	font-size: 14px;
	text-decoration: underline;
	padding: 0;
	cursor: pointer;
	font-style: italic;
}
.btn-link:hover{
	color:#2F2F2F;
	background: transparent;
	text-decoration: underline;
}

.btn-link>i{
	color: #bb1d26;
    padding-left: 25px;
    font-size: 12px;
}
.btn-remove{
	min-width:auto;
	width:42px;
	line-height:40px;
}
.white{
	color:#fff !important;
}
.orang{
	color:#FD7624 !important;
}
.black{
	color:#2F2F2F !important;
}
.grey{
	color:#757575 !important;
}
a.grey:hover{
	color:#bb1d26 !important;
}
.red{
	color:#bb1d26 !important;
}
.bold{
	font-weight: bold;
}
.uppercase{
	text-transform: uppercase;
}
.bg-black{
	background-color: #404040;
}
.bg-red{
	background-color: #bb1d26;
}
.bg-white{
	background-color: #fff;
}
.bg-grey{
	background-color: #EBEBEB;
}
.bg-grey_light{
	background-color: #F8F8F8;
}
.bg-green{
	background-color: #bb1d26;
}
.box-shadow{
	box-shadow: 0 2px 16px 1px rgba(0,0,0,.2);
}
.title, .pagetitle, .title_goods, .zcwPopup-title {
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Intro-Bold';
}
.title-big{
	font-size: 40px;
}
.title-small, .zcwPopup-title{
	font-size: 24px;
}
.font-small{
	font-size:14px;
}
.line{
	border-bottom:1px solid #fff;
}
.wrap_select select, .form-control, input[inputmode="tel"] {
    padding: 5px;
    font-size: 18px;
    margin-right: 10px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    font-family: roboto, sans-serif;
    box-shadow: 2px 2px 5px 0px #d5d5d5;
	background: #fff;
	color:#000;
}
.form-control{
	width:100%;
	box-sizing: border-box;
}
.form-group{
	padding:10px 0;
}
.col-form-label{
	padding:7px 0;
	display:inline-block;
}
textarea.form-control{
	height: 138px;
	resize: none;
}
.form-control_white, .select-wr_white{
	background: #fff;
	border: 1px solid #8B8B8B
}
.form-control-small{
	width:50px;
}
.form-control-big{
    padding: 0 30px;
    line-height: 56px;
    height: 56px;
}
.box-shadow-in{
	    -webkit-box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.35);
    box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.35);
	border: none;
}
.tab-content>div{
	display:none;
}
.tab-content>div.active{
	display:block;
}
.breadcrumb{
	padding: 15px 0;
}
.breadcrumb a{
	color:#A0A0A0;
	font-size: 14px;	
}
.breadcrumb a:hover,
.breadcrumb span{
	color:#484848;
}
.breadcrumb li{
	display: inline-block;
	font-size: 14px;
	color:#A0A0A0;	
}
.breadcrumb li i{
	padding: 0 15px;
}
.pagination{
	padding: 25px 0;
}
.pagination li{
	display: inline-block;
	margin:0 7px 7px;
}
.pagination li a{
	display: inline-block;
    min-width: 35px;
    padding: 0 10px;
    box-sizing: border-box;
    height: 35px;
    text-align: center;
    line-height: 35px;
	border:1px solid #9B9B9B;
}
.pagination a{
	color:#444952;;
}
.pagination li:hover a,
.pagination li.active a{
	background: rgb(187, 29, 37);
	border:1px solid rgb(187, 29, 37);
	color:#fff;
	text-decoration: none;
}
input, select{
	outline: none;
}
input:focus,
.select-wr:hover{
	border-color:#bb1d26;
}
.navbar-header{
	display: none;
	background: #bb1d26;
    padding: 8px 8px 8px;
}
.navbar-toggle{
	background: transparent;
    border: none;
    position: relative;
    height: 18px;
    width: 18px;
    padding: 0;
	display:block;
}
.navbar-toggle .icon-bar{
	position: absolute;
    width: 18px;
    left:0;
    top: 8px;
    border-bottom: 2px solid #fff;
    -webkit-transition: all 0.5s 0s;
    transition: all 0.5s 0s;
}
.navbar-toggle .icon-bar:first-child{
	top:0;
}
.navbar-toggle .icon-bar:last-child{
	bottom:0;
}
.navbar-toggle.active .icon-bar{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top:7px;
}
.navbar-toggle.active .icon-bar:first-child{
	display: none;
}
.navbar-toggle.active .icon-bar:last-child{
	bottom:9px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#top {
    position: fixed;
    bottom: 20%;
    right: 5%;
    text-align: center;
    cursor: pointer;
    display: none;
    border-radius: 50%;
    background: #bb1d26;
    border: 1px solid #bb1d26;
    z-index:1;
}
#top.active {
    display: block;
}
#top:hover {
    border: 1px solid #bb1d26;
    background: #fff;
}
#top p {
    width: 44px;
    height: 44px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    border-radius: 50%;
    vertical-align: middle;
}
#top:hover p {
    color: #bb1d26;
}
#top span {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 15px;
}
.slider-prev, .slider-next{
	outline: none;
}
.slider-prev, .slider-next {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 21px;
    height: 28px;
    margin-top: -14px;
    z-index: 10;
    cursor: pointer;
    background-size: 21px 28px;
    background-position: center;
    background-repeat: no-repeat;
    background: center center transparent;
    border:none;
}
.slider-prev{
    right: auto;
    background-image: url(../images/decor/prev.png);
    left: -50px;
    right: auto;    
}
.slider-next {
    left: auto;
    background-image: url(../images/decor/next.png);
    right: -50px;
}
.slider-prev:hover{
	background-image: url(../images/decor/prev_hover.png);
}
.slider-next:hover{
	 background-image: url(../images/decor/next_hover.png);
}
.main-prev{
    left: 0;
	background-image: url(../images/decor/prev_hover.png);
}
.main-next {
    right: 0;
	 background-image: url(../images/decor/next_hover.png);
}
.main-slider,
.hit-slider,
.review-slider{
	display:none;
}
.header {
    padding: 30px 0px 25px 0px;
}
.header_wr{
	background: url(../images/decor/header.png) no-repeat top center;
	background-size: contain;
}
.performance {
    font-size: 16px;
    color: #666;
    font-weight: 300;
    margin-bottom: 8px;
}
.user_nav li {
    display: inline-block;
    padding-right: 7px;
    margin-right: 3px;
    position: relative;
}
.user_nav li:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 3px;
    right: 0;
    width: 1px;
    height: 12px;
    background: #000;
}
.user_nav li:last-child:after{
	display:none;
}
.user_nav a,
.user_nav li>span{
    color: #000;
    font-size: 15px;
    display: inline-block;
	position: relative;    
}
.user_nav a span {
    display: inline-block;
    font-weight: 700;
    color: #bb1d26;

}
.user_nav a:hover,
.user_nav li>span {
    color: #bb1d26;
}
.user_nav a:after,
.user_nav li>span:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 1px;
    visibility: hidden;
    background-color: #bb1d26;
    -webkit-transition: all .1s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.user_nav a:hover:after,
.user_nav li>span:after{
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.performance span {
    font-weight: 700;
    font-size: 17px;
    color: #000;
}
.center_header{
    width: 58%;
    padding: 20px 15px 0 30px;
    box-sizing: border-box;
}
.small{
	font-size: smaller;
}
.right_header {
    margin-top: 15px;
}
.right_header p {
    font-size: 21px;
    margin-bottom: 12px;
}
.right_header:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -5px;
    left: -45px;
    background: url(../images/decor/phone.png) no-repeat top center;
    width: 43px;
    height: 36px;
}
.performance {
    font-size: 16px;
    color: #666;
    font-weight: 300;
    margin-bottom: 8px;
}
.menu .level1{
	text-align: center;
    position: relative;

    -webkit-box-flex: 1;
    flex-grow: 1;
}
.menu .level1>a, .menu .level1>span {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-family: Roboto;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    padding: 15px 0;
    display: block;
    -webkit-transform: skewX(-16deg);
    transform: skewX(-16deg);
	line-height: 1.5em;    
}
.menu .level1:not(.search-wr)>a:hover, 
.menu .level1.active>a,
.menu .level1>span {
    background-color: #bb4e54;
    color: #fff;
}
.menu .level1>a::before,
.menu .level1>span::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 2px;
    height: 15px;
    top: 50%;
    margin-top: -8px;
    margin-left: -1px;
    left:0;
}
.menu .level1:first-child>a,
.menu .level1:first-child>span{
	padding-left:10px;
}
.menu .level1:first-child>a::before,
.menu .level1:first-child>span::before {
    background: url(../images/decor/nav.png);
    width: 20px;
    height: 12px;
    -webkit-transform: skewX(16deg);
    transform: skewX(16deg);
    margin-left: 5px;
    margin-top: -7px;
}
.menu .drop-menu{
	position: relative;
}
.menu .sub-menu{
	display: none;
	position: absolute;
	background: #dbdada;
	text-align: left;
	left: -5px;
	width: 220px;
}
.menu .sub-menu .sub-menu{
	left: 100%;
	top:0;
}
.menu .sub-menu li{
	position: relative;
}
.menu .sub-menu a,
.menu .sub-menu span{
	padding: 10px 20px 10px 45px;
	color: #000;
    text-transform: none;
    font-size: 10.5pt;
    display: block;
    font-style: italic;
    font-weight: 600;
    font-family: Roboto;
}
.menu .sub-menu li:hover,
.menu .sub-menu li.active{
	background-color: #bb4e54;

}
.menu .sub-menu li:hover>a,
.menu .sub-menu span{
		color:#fff;
}
.menu>.drop-menu:nth-last-child(-n+3) .sub-menu{
	left: auto;
	right:7px;
}
.menu>.drop-menu:nth-last-child(-n+3) .sub-menu .sub-menu{
	left: auto;
	right:100%;
}
.go-back{
	display:none;
}
.sub-menu>.drop-menu>.next-menu{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	width:30px;
}
.menu .sub-menu>.drop-menu>.next-menu:after {
    position: absolute;
    content: '';
    background: url(../images/decor/liafter.png) no-repeat right center;
    width: 7px;
    height: 19px;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 100%;
}
.menu .sub-menu>.drop-menu:hover>.next-menu::after,
.menu .sub-menu>.drop-menu.active>.next-menu::after {
	content: '';
    background-image: url(../images/decor/liafterhover.png);
}
.menu li img{
	position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
}
.menu li:hover>a>img,
.menu li>span>img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.search-wr i{
	cursor:pointer;
}
.menu>li.search-wr{
	text-align:right;
}
.header-search{
	width:0;
	position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    transition: width 0.5s 0s;
	z-index:1;
}
.search-wr:hover .header-search{
	width:300px;
	padding: 10px;
}
.main-slider .slick-slide>div{
	text-align:center;
}
.main-item{
	max-width:960px;
	text-align: left;
	margin:auto;
}
.slider_wr{
	background: url(../images/decor/bg1.jpg) no-repeat top center;
    background-size: cover;
}
.main_man {
	position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
	top:0;
    text-align: center;
    background: url(../images/big_logo.png) no-repeat center center;
    width: 430px;
    min-height: 198px;
}
.main_text {
    width: 65%;
    padding: 50px 0px;
}
.main_text p {
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Intro-Bold';
}
.main_text span {
    display: inline-block;
    color: #bb1d26;
}
.main-item_content{
	min-height: 420px;
}
.wrap_nav{
    position: relative;
    z-index: 2;
}
.wrap_advantages {
    font-size: 0;
    position: absolute;
    z-index: 1;
    top: -43px;
}
.advantage_pin {
    display: inline-block;
    width: 100px;
    height: 86px;
    vertical-align: top;
    position: relative;
}
.advantage_text {
    display: inline-block;
    vertical-align: top;
    width: 212px;
    height: 86px;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    padding-left: 43px;
    position: relative;
	box-sizing:border-box;
}
.advantage_pin > div, .advantage_text > div {
    display: table;
    width: 100%;
    height: 100%;
}
.advantage_pin:after, .advantage_text:after {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(-7deg);
    transform: skewX(-7deg);
}
.advantage_text:after {
    background: #BB1D26;
}
.advantage_pin > div > div, .advantage_text > div > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.advantage_text p, .advantage_pin img {
    z-index: 1;
    position: relative;
}
.advantage_text > div > div {
    text-align: left;
}
.why_we {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 45px;
    width: 33.2%;
}
.why_we span {
    display: inline-block;
    vertical-align: middle;
    width: 125px;
    margin-right: 8px;
}
.why_we p {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    width: calc(100% - 140px);
}
.why_we_pin img{
	display: block;
	max-width: 100%;
}
.advantages_wr{
	padding: 100px 0 50px;
}
.h1 span, .h2 span,.h3 span,.h4 span {
    display: inline-block;
    color: #bb1d26;
}
.suitable_for {
    vertical-align: top;
    width: 25%;
    height: 375px;
    overflow: hidden;
    position: relative;
}
.suitable_for img {
    min-height: 100%;
    width: 100%;
}
.suitable_for p {
    position: absolute;
    z-index: 1;
    top: 235px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-size: 18px;
    max-height: 125px;
}
.product {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    border: 1px solid #EBEBEB;
    height: 100%;
    padding-bottom: 60px;
    position: relative;
    box-sizing: border-box;
}
.product_photo {
    display: table;
    width: 100%;
    padding: 25px;
    height: 300px;
    box-sizing: border-box;
}
.product_photo > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.product_photo img {
    max-height: 100%;
    max-width: 100%;
}
.product_title {
    text-align: center;
    margin-bottom: 12px;
    font-size: 21px;
    display: block;
}
.product .product_btm{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.quality {
    text-align: center;
    margin-bottom: 14px;
}
.quality p {
    font-weight: 300;
    line-height: 30px;
    font-size: 16px;
    color: #939393;
}
.quality img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
.quality span {
    display: inline-block;
    color: #1f1f1f;
}
.price {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: center;
    background: #EBEBEB;
    font-size: 27px;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
}
.product-price .price{
	width:auto;
}
.product_btm a {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    background: #BB1D26;
    line-height: 60px;
}
.product_btm a img {
    display: inline-block;
    margin-right: 8px;
}
.product_btm{
	display: -webkit-box;
	display: flex;
}
.product_btm .btn{
	width: 50%;
}
.slick-slide>div{
	padding: 10px;
	box-sizing: border-box;
}
.wrap_categories li {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    width: 15.4%;
    margin-right: 1%;
    box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.6);
}
.wrap_categories a {
    width: 100%;
    height: 230px;
    text-align: center;
    padding: 20px 8px;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 22px;
    color: #2f2f2f;
    font-weight: 700;
    display: block;
    box-sizing: border-box;
}
.wrap_categories img {
    max-height: 100%;
    max-width: 100%;
}
.categories-img{
	height: 135px;
}
.wrap_basket {
    font-size: 0;
}
.basket {
    border-radius: 3px;
    box-shadow: 0px 5px 8px -5px rgba(0,0,0,0.6);
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.form {
    width: 50%;
    background: #BB1D26;
    padding: 35px 50px;
    display: inline-block;
}
.goods_basket {
    background: #fff;
    width: 100%;
    padding: 20px 38px;
	box-sizing: border-box;
}
.total_basket {
    background: #F0F0F0;
    padding: 20px 38px;
}
.total_basket p {
    display: inline-block;
    vertical-align: top;
    font-size: 27px;
    font-weight: 500;
}
.total_basket span {
    display: inline-block;
    vertical-align: top;
    font-size: 27px;
    color: #bb1d26;
    font-weight: 700;
    text-align: right;
}
input {
    border: none;
    outline: none;
    font-family: 'Roboto', sans-serif;
}
.form input[type="text"], .form input[type="tel"], .form input[type="password"], .form select {
    box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.35);
    background: #fff;
    border-radius: 3px;
    padding: 0 30px;
    line-height: 56px;
    height: 56px;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 12px;
    width: 100%;
    box-sizing: border-box;
}
textarea {
    resize: none;
    outline: none;
    overflow: auto;
    -webkit-appearance: none;
    border: none;
    font-family: 'Roboto', sans-serif;
}
.form textarea {
    box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.35);
    background: #fff;
    border-radius: 3px;
    padding: 20px 38px;
    line-height: 20px;
    height: 85px;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 12px;
    width: 100%;
}
.form input[type="submit"] {
    text-transform: uppercase;
    text-align: center;
    background: #FDFF55;
    width: 100%;
    border-radius: 26px;
    font-weight: 700;
    color: #434343;
    font-size: 17px;
    line-height: 58px;
}
.goods_basket table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
}
.goods_basket thead th {
    font-size: 15px;
    font-weight: 300;
    text-align: left;
}
.cart-row{
	border-top:1px solid #EBEBEB;
}
.goods_basket tbody a {
    font-size: 16px;
    color: #2f2f2f;
    font-weight: 500;
    display: block;
}
.goods_basket tbody a:hover{
	color:#bb1d26;
}
.goods_basket tbody .cart-name a{
	font-size:18px;
}
.goods_basket tbody td{
	vertical-align: middle;
	font-size:16px;
	padding-top: 15px;
    padding-bottom: 15px;
}
.goods_basket tbody td .btn{
	min-width: auto;
}
.cart-price{
	text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #bb1d26;
}
.form select {
    width: initial;
}
.goods_basket tbody span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #bb1d26;
}
.recall {
    padding-left: 56px;
    background: url(../images/decor/recall.png) no-repeat top left;
}
.name_recall {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    display:block;
}
.recall p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 12px;
}
.footer-wr{
    padding: 30px 0px 70px;
    background: url(../images/decor/footer.png) no-repeat bottom center;
    background-size: contain;
}
.soc {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}
.soc a {
    display: inline-block;
    vertical-align: top;
    margin: 0 1px;
    width: 23px;
}
.soc img{
	max-width: 100%;
}
.privacy_policy {
    text-align: center;
    text-decoration: underline;
    display: inline-block;
    font-size: 15px;
    color: #2F2F2F;
    font-weight: 300;
}
.privacy_policy:hover {
    text-decoration: none;
    color: #bb1d26;
}
.right_footer{
	margin-top: 15px;
    position: relative;	
}
.right_footer p{
	font-size: 21px;
	margin-bottom: 12px;
}
.right_footer:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -5px;
    left: -60px;
    background: url(../images/decor/phone.png) no-repeat top center;
    width: 43px;
    height: 36px;
}
.right_footer a {
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    z-index: 1;
    height: 33px;
    width: 182px;
    line-height: 36px;
    text-align: center;
    position: relative;
    display: block;
}
.right_footer a:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(-7deg);
    transform: skewX(-7deg);
    border: 2px solid #E6E6E6;
}
.right_footer a:hover {
    color: #bb4e54;
    font-weight: 500;
}
.right_footer a:hover:after {
    border: 2px solid #bb4e54;
}
#popup1{
	display: none;
}
#filtrs{
    text-transform: uppercase;
    font-weight: bold;
}
#filtrs .h {
    color: #BB1D26;
    margin: 10px 0;
}
ul.hz li {
    display: inline-block;
}
#filtrs a.sport {
    color: black;
    padding: 10px;
    display: block;
}

element.style {
}
.wraper > div {
    min-width: 940px;
}
.block_13 {
    background: rgba(187,29,37,1);
    background: -webkit-gradient(linear, left top, right top, from(rgba(187,29,37,1)), color-stop(50%, rgba(187,29,37,1)), color-stop(50%, rgba(40,40,40,1)), to(rgba(40,40,40,1)));
    background: -webkit-linear-gradient(left, rgba(187,29,37,1) 0%, rgba(187,29,37,1) 50%, rgba(40,40,40,1) 50%, rgba(40,40,40,1) 100%);
    background: linear-gradient(to right, rgba(187,29,37,1) 0%, rgba(187,29,37,1) 50%, rgba(40,40,40,1) 50%, rgba(40,40,40,1) 100%);
}
.block_13 p {
    background: #BB1D26;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    line-height: 64px;
    width: 160px;
    position: relative;
}
.block_13 ul {
    width: calc(100% - 172px);
    font-size: 0;
    line-height: 59px;
    float: right;
    background: #282828;
}
.block_13 li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    text-align: center;
}
.block_13 a {
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
}
.block_13 a:before {
    color: #fff;
    content: attr(data-hover);
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.block_13 a:hover:before, .block_13 a:active:before {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
.block_13 p:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    margin-left: 11px;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(187, 29, 38, 0);
    border-left-color: #BB1D26;
    border-width: 32px;
    margin-top: -32px;
    z-index: 1;
}
.delivery_payment {
    font-size: 0;
}
.delivery_payment > div {
    vertical-align: top;
    padding-left: 80px;
    width: 50%;
}
.title14 {
    text-transform: uppercase;
    font-size: 22px;
    color: #bb1d26;
    font-family: 'Intro-Bold';
    line-height: 58px;
    margin-bottom: 30px;
}
ol.delivery{
	list-style-type: decimal;
}
ol.delivery li {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 12px;
    list-style: inherit;
    list-style-position: inside;
}
ol.delivery li span {
    color: #bb1d26;
    display: inline-block;
}
.catalog-row .product{
	height: auto;
	margin-bottom: 15px;
}
.write_review {
    text-align: center;
    text-transform: uppercase;
    width: 225px;
    line-height: 56px;
    background: #EBEBEB;
    font-size: 16px;
    color: #383838;
    font-weight: 700;
    margin: 0 auto;
    display: block;
}
.text_goods {
    width: 50%;
    padding-right: 30px;
    box-sizing: border-box;
}
.goods_detail {
    margin-bottom: 30px;
    padding-left: 20px;
}
.goods_detail li {
    list-style: square;
    color: #BB1D26;
    font-size: 20px;
    margin-bottom: 15px;
}
.goods_detail li p {
    color: #242424;
}
.wrap_select {
    margin-bottom: 15px;
    margin-top: 10px;
}
.goods_img {
    width: 50%;
    display: table;
    height: 460px;
    background: #fff;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
}
.goods_img > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
img.good2, img.good4 {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
img.good2:hover{
	box-shadow: grey 0 0 30px;
}
img.good2.active{
	transform:scale(2);
	box-shadow: grey 0 0 30px;
}
.goods_img span {
    display: none;
    background-image: url(../images/decor/loupe.png);
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    z-index: 999;
}
.bottom_goods .product_btm {
    width: 300px;
    display: inline-block;
    vertical-align: top;
}
.open_detail {
    display: inline-block;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 300;
    color: #373737;
}
.bottom_goods .price {
    background: #DBDBDB;
}
.product_btm a {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    background: #BB1D26;
    line-height: 60px;
}
.product_btm a img {
    display: inline-block;
    margin-right: 8px;
}
.block_1dop .main_man {
    bottom: auto;
    top: 30px;
}
.filter_title{
	padding: 15px 0;
	color: #BB1D26;
}
.modal_container{
	max-width:850px;
    background-color: #F0F0F0;
    padding: 25px 25px;
    box-shadow: 0 0 30px #aaa;
    border-radius: 3px;
}
.fancybox-is-open .fancybox-bg{
	background-color: rgba(84, 30, 30);
	opacity: .7;
}
.fancybox-content{
	padding:0;
}
#mse2_tpl img.on{
	display:none;
}
#mse2_tpl img.off{
	display:inline;
}
#mse2_tpl .active img.on{
	display:inline;
}
#mse2_tpl .active img.off{
	display:none;
}
.ui-slider .ui-slider-range{
	background-color:#BB1D26;
}
#mse2_results .product{
	height:auto;
}
.cart-name{
	width:30%;
}
.select-city{
	display:none;
	position: absolute;
    padding: 5px 15px;
    background: #EFF5F7;
	z-index: 5;
	left: 50%;
    transform: translateX(-50%);
	margin-top: 5px;
}
.sd-city-item{
	padding:10px 0;
}
body #mse2_sort a.active, body #mse2_tpl a.active {
    color: #bb1d26;
    text-decoration: none;
    cursor: pointer;
}
.title-error{
	font-size: 150px;
    line-height: 1.2;
}
.wr-error{
	background:url(../images/big_logo.png) no-repeat center center;
}
.item-news{
	width:240px;
	position:relative;
}
.news-content{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	padding: 15px;
	transition: all 0.5s 0s;
}
.news-title{
	position: absolute;
    bottom: 15px;
	left:15px;
	right:15px;
	cursor:pointer;
}
.news-tags{
	position: absolute;
    top: 15px;
	left:15px;
	right:15px;
	cursor:pointer;
}
.news-title:hover{
	text-decoration:underline;
}
.fill-red{
	background: rgba(187, 29, 38, .7);
}
.fill-red:hover{
	background: rgba(187, 29, 38, 1);
}
.fill-black{
	background: rgba(0, 0, 0, .7);
}
.fill-black:hover{
	background: rgba(0, 0, 0, 1);
}
.blog-tags li{
	display:inline-block;
	margin-right:10px;
}
body .ui-slider .ui-slider-handle{
	z-index:1;
}
.zcwPopup-content{
	padding:15px 0;
}
.zcwPopup button{
	padding: 9px 0;
    line-height: 1;
}
#mse2_filters fieldset:not([id*=price]){
    max-height:200px;
    overflow-y:auto;
    margin-bottom:30px;
}