@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic');
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Roboto', sans-serif;
}
@media (min-width: 992px){
	body {
		padding: 0;
	}
}
.container-fluid {
	max-width: 1600px;
}
main img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}
.wrap-article a {
	color:#0070c9;
	text-decoration: none;
}
.wrap-article a:hover,
.wrap-article a:focus {
	color:#329bee;
	text-decoration: none;
}
.main-header {
	min-height: 175px;
	-webkit-box-shadow: 0 14px 16px 3px rgba(0,0,0,0.03);
	box-shadow: 0 14px 16px 3px rgba(0,0,0,0.03);
	margin-bottom: 80px;
}
.main-header--navbar {
	background-color: #f23f2e;
	padding-top: 25px;
	padding-bottom: 25px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	border: none;
	margin-bottom: 19px;
}
.main-header--logo {
	padding-top: 0;
	padding-bottom: 0;
}
.main-header--logo img {
	display: inline-block;
	height: auto;
	width: 125px;
}
.navbar-toggle {
    border: 1px solid #ffffff;
}
.navbar-toggle[aria-expanded="true"] {
	opacity: 0.7;
}
.navbar-toggle .icon-bar {
    background-color: #FFF;
}

.main-header--nav {
	margin-left: 4%;
}
.main-header--nav li a {
	color: #FFF;
	font-weight: 500;
	padding: 15px 20px;
	font-size: 16px;
	display: block;
	position: relative;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
	vertical-align: top;
}
.main-header--nav li a:after {
	content: " ";
	display: block;
	position: absolute;
	height: 4px;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	background-color: transparent;
	left: 20px;
	right: 20px;
	bottom: 10px;
	opacity: 0;
	border-bottom: 1px solid #F8816C;
}
.main-header--nav li a:hover:after {
	bottom: -25px;
	opacity: 1;
	background-color: #f8826c;
}
.main-header--nav li.active a {
	color: #f89e8e;
}
.main-header--nav li.active a:after {
	bottom: -25px;
	opacity: 1;
	background-color: #FFF;
}
.main-header--nav li a:hover, 
.main-header--nav li a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #f89e8e;
}
.main-header--nav-icon-catalog {
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-right: 15px;
	background-image: url(../images/icons/icon-main-header-catalog.png);
	-webkit-background-size: 14px;
	     -o-background-size: 14px;
	        background-size: 14px;
	background-repeat: no-repeat;
	position: relative;
    top: 3px;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.main-header--nav li.active a .main-header--nav-icon-catalog, 
.main-header--nav li a:hover .main-header--nav-icon-catalog {
	background-image: url(../images/icons/icon-main-header-catalog-a.png);
}
.main-header--nav .main-header--cart:after {
	display: none;
}
.main-header--cart-btn {
	position: relative;
	padding: 10px 24px;
}
.main-header--navright li a:hover,
.main-header--navright li a:focus {
	background-color: transparent;
}
.main-header--cart-btn {
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
.main-header--navright li .main-header--cart-btn:hover, 
.main-header--navright li .main-header--cart-btn:focus,
.main-header--cart-btn:hover, 
.main-header--cart-btn:focus {
	background-color: #FFF;
	-webkit-box-shadow: 0 12px 40px 0 rgba(0,0,0,0.4);
	box-shadow: 0 12px 40px 0 rgba(0,0,0,0.4);
	color: #000;
}
.main-header--cart-btn-icon {
	width: 17px;
	height: 15px;
	display: inline-block;
	background-image: url(../images/icons/icon-main-header-cart.png);
	-webkit-background-size: 17px;
	     -o-background-size: 17px;
	        background-size: 17px;
	background-repeat: no-repeat;
	position: relative;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
	top: 3px;

}
.main-header--cart-btn-num {
	position: absolute;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background-color: #FFF;
	top: 2px;
	right: 0;
	color: #000;
	font-size: 11px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
}
.main-header--navright .main-header--personal-btn {
	display: block;
	font-size: 14px;
	font-weight: 500;
	/*width: 175px;
	height: 50px;*/
	background-color: #FFF;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	-webkit-box-shadow: 0 12px 125px 0 rgba(0,0,0,0.06);
	box-shadow: 0 12px 125px 0 rgba(0,0,0,0.06);
	/*color: #000;*/
	margin-left: 30px;
	padding: 15px 20px 15px 40px;
	/*background-image: url(../images/icons/icon-main-header-personal.png);
	-webkit-background-size: 11px;
	     -o-background-size: 11px;
	        background-size: 11px;*/
	background-repeat: no-repeat;
	/*background-position: 18px center;*/
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
	width: 50px;
	height: 50px;
	margin-left: 0px;
	color: transparent;
	padding: 15px 20px 15px 20px;
	background-image: url(../images/icons/icon-main-header-personal.png);
	-webkit-background-size: 16px;
	-o-background-size: 16px;
	background-size: 16px;
	background-position: center center;
	overflow: hidden;
}
.main-header--navright .main-header--personal-btn:hover,
.main-header--navright .main-header--personal-btn:focus {
	background-color: #FFF;
	-webkit-box-shadow: 0 12px 40px 0 rgba(0,0,0,0.4);
	box-shadow: 0 12px 40px 0 rgba(0,0,0,0.4);
	background-image: url(../images/icons/icon-main-header-personal.png);
}

.navbar-nav>li>.main-header--cart-btn {
	padding: 10px 13px;
	background-color: #FFF;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 12px 125px 0 rgba(0,0,0,0.06);
	box-shadow: 0 12px 125px 0 rgba(0,0,0,0.06);
}
.main-header--cart-btn-icon {
	width: 24px;
	height: 25px;
	display: inline-block;
	background-image: url(../images/icons/icon-main-header-cart-a1.png);
	-webkit-background-size: 24px;
	-o-background-size: 24px;
	background-size: 24px;
	background-repeat: no-repeat;
	position: relative;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	top: 5px;
}
.main-header--cart-btn-num {
	position: absolute;
	width: 26px;
	height: 26px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #FFF;
	border: 1px solid #f76f5a;
	top: -4px;
	right: 0;
	color: #000;
	font-size: 13px;
	font-weight: 700;
	line-height: 26px;
	text-align: center;
}

.header-info .email {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #1f1f21;
	background-image: url(../images/icons/icon-main-header-email.png);
	-webkit-background-size: 16px;
	     -o-background-size: 16px;
	        background-size: 16px;
	padding: 5px 5px 5px 25px;
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: 500;
	text-decoration: none;
	margin-right: 35px;
}
.header-info .phone {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #1f1f21;
	background-image: url(../images/icons/icon-main-header-phone.png);
	-webkit-background-size: 16px;
	     -o-background-size: 16px;
	        background-size: 16px;
	padding: 5px 5px 5px 25px;
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: 500;
	text-decoration: none;
}
.header-info .email:hover,
.header-info .phone:hover {
	color: #485357;
}
.header-info .header-search .form-control {
	border: 1px solid #ebedef;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 400;
	padding: 7px 40px 7px 16px;
	height: 40px;
	box-shadow: none;
}
.header-info .header-search .form-control-feedback {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #d6d6d6;
	font-size: 16px;
}
.header-info .header-search .form-control[placeholder] {
	text-overflow:ellipsis;
}
.header-info .header-search .form-control::-webkit-input-placeholder {
	color:#7e9299; 
	text-overflow:ellipsis;
}
.header-info .header-search .form-control::-moz-placeholder {
	color:#7e9299; 
	text-overflow:ellipsis;
} 
.header-info .header-search .form-control:-moz-placeholder {
	color:#7e9299; 
	text-overflow:ellipsis;
} 
.header-info .header-search .form-control:-ms-input-placeholder {
	color:#7e9299; 
	text-overflow:ellipsis;
}
@media (max-width:787px) {
	.header-info .email,
	.header-info .phone {
		margin-bottom: 15px;
	}
}
@media (max-width: 480px) {
	.main-header {
		min-height:auto;
	}
	.header-info {
		display: none;
	}
}


.main-catalog-card {
	position: relative;
	background-color: #FFF;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	text-align: center;
	margin-bottom: 30px;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
.main-catalog-card:hover {
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.32);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.32);
}
.main-catalog-card a {
	display: block;
	text-decoration: none;
	color: #1f1f21;
	padding: 50px;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
.main-catalog-card h3 {
	height: 100px;
	margin: 0;
	padding-top: 10px;
	line-height: 34px;
	font-size: 24px;
	font-weight: 500;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
.main-catalog-card a:hover,
.main-catalog-card a:hover h3 {
	color: #f34831;
}
.main-catalog-card.big {
	padding: 0px;
	overflow: hidden;
	text-align: left;
	height: calc(100% - 30px);
	background-image: url("../images/main-category-big.jpg");
	background-size: cover;
} 
.main-catalog-card.big a {
	padding: 0;
	width: 100%;
    height: 100%;
}
.main-catalog-card.big h3 {
	/*height: 100px;*/
	margin: 0;
	/*padding-top: 85px;*/
	line-height: 34px;
	font-size: 24px;
	font-weight: 500;
	position: absolute;
	top: 20px;
	right: 50px;
/*	width: 100px;
	background-image: url(../images/icons/icon-main-catalog-card-service.png);
	-webkit-background-size: 51px;
	     -o-background-size: 51px;
	        background-size: 51px;
	background-repeat: no-repeat;
	background-position: left top;*/
	text-shadow: 0 0 10px #FFF;
}
@media (max-width:768px){
	.main-catalog-card.big img{
		max-width: none;
		min-height: 400px;
		margin: 0 auto;
	}
	.main-catalog-card.big a:before {
		content: ' ';
		display: block;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background-color: rgba(255, 255, 255, 0.4);
		padding-bottom: 100%;
		/*position: absolute;*/
	}
}
@media (max-width:480px) {
	.main-catalog-card {
		padding: 15px;
	}
	.main-catalog-card a{
		padding: 0px;
	}
	.main-catalog-card.big h3 {
		margin: 0;
		line-height: 34px;
		font-size: 24px;
		font-weight: 500;
		position: absolute;
		top: 20px;
		right: 0px;
		width: 100%;
		text-align: center;
		text-shadow: 0 0 10px #FFF;
	}
}
@media (max-width:400px) {
	.main-catalog-card h3 {
		font-size: 20px;
	}
}

.main-news {
	margin-top: 70px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.main-news h2 {
	margin-top: 0;
	font-size: 30px;
	line-height: 25px;
	margin-bottom: 50px;
}
.main-news .view-all {
	display: block;
	position: absolute;
	right: 15px;
	top: 0;
	color: #0070C9;	
	text-decoration: none;
}
.main-news .view-all:hover {
	color: #329bee;	
}
@media (max-width: 500px){
	.main-news .view-all {
	display: block;
	position: relative;
	right: auto;
	top: 0;
	margin-bottom: 30px;
}
}
.main-news .news-card {
	padding: 40px 30px;
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	margin-bottom: 30px;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: calc(100% - 30px);
}
.main-news .news-card:hover {
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.2);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.2);
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
.main-news .news-card a h4  {
	color: #1f1f21;	
	font-size: 18px;
	line-height: 28px;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
.main-news .news-card a:hover, 
.main-news .news-card a:hover h4  {
	color: #f34831;
	text-decoration: none;
}

.main-news .news-card p {
	color: #485357;
	font-size: 16px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 24px;
	margin-bottom: 20px;
}
.main-news .news-card .date {
	float: right;
	background-image: url(../images/icons/icon-main-news-date.png);
	-webkit-background-size: 20px;
	     -o-background-size: 20px;
	        background-size: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 32px;
	font-family: 'Arial';
	font-size: 16px;
	color: #CED0D2;
	height: 20px;
}

@media (max-width: 768px) {
	.main-news .col-sm-12,
	.main-news .col-sm-6 {
		width: 100%;
	}
}
.main-partners {
	margin-top: 70px;
	margin-bottom: 60px;
}
.main-partners h2 {
    margin-top: 0;
    font-size: 30px;
    line-height: 25px;
    margin-bottom: 50px;
}


.main-header--navbar {
	background-color: #f23f2e;
	padding-top: 25px;
	padding-bottom: 25px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	border: none;
}
.main-header--logo {
	padding-top: 0;
	padding-bottom: 0;
}
.main-header--logo img {
	display: inline-block;
	height: auto;
	width: 125px;
}
.main-header--nav {
	margin-left: 4%;
}
.main-header--nav li a {
	color: #FFF;
	font-weight: 500;
	padding: 15px 21px;
	font-size: 16px;
	display: block;
	position: relative;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
	vertical-align: top;
}


.main-header--nav li.active a {
	color: #ffd4cc;
}
.main-header--nav li.active a:after {
	bottom: -25px;
	opacity: 1;
}
@media (max-width: 767px) {
	.main-header--nav {
		margin-left: -15px;
	}
	.main-header--nav li a {
		padding: 15px 15px;
	}
	.main-header--nav li a:after {
		left: 15px;
		right: 15px;
	}
	.main-header--nav li a:hover:after,
	.main-header--nav li.active a:after {
		bottom: 10px;
	}
	.main-header--navright {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 10px 0;
	}
}
@media (max-width: 480px) {
	.main-header--nav li {
		width: 100%;
	}
	.main-header--nav li.active a {
		color: #f89e8e;
	}
	.main-header--nav li a:after {
		display: none;
	}
}
.reference li a {
	color: #1f1f21;
	display: block;
}
.reference li a:hover,
.reference li a:focus {
	text-decoration: none;
}
.reference li a:after {
	content: " ";
	display: block;
	position: absolute;
	opacity: 0;
	border-bottom: 4px solid #dddfe1;
	position: relative;
	left: 0px;
	top: 3px;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.reference li a:hover:after {
	opacity: 1;
	top: 13px;
}
.reference li.activ a:after {
	opacity: 1;
	top: 13px;
	border-bottom: 4px solid #F8816C;
}

.main-header--nav li a:hover,
.main-header--nav li a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #ffd4cc;
}
.main-header--nav-icon-catalog {
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-right: 15px;
	background-image: url(../images/icons/icon-main-header-catalog.png);
	-webkit-background-size: 14px;
	     -o-background-size: 14px;
	        background-size: 14px;
	background-repeat: no-repeat;
	position: relative;
    top: 3px;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.main-header--nav li.active a .main-header--nav-icon-catalog,
.main-header--nav li a:hover .main-header--nav-icon-catalog {
	background-image: url(../images/icons/icon-main-header-catalog-a.png);
}
.main-header--nav .main-header--cart:after {
	display: none;
}
.main-header--cart-btn {
	position: relative;
	padding: 10px 24px;
}


.navbar-right > li:first-child{
  padding-right: 30px;
}

.main-header--cart-btn-num {
  right: -4px;
}

.glyphicon-search:before {
  content: url(../images/icons/sarch.png);
}

.main-partners h2 {
	padding-left: 15px;
}
.navbar-right:first-child{
  margin-right: 33px;
  top: 2px;
  color: #1f1f21;
  font-weight: bold;
}

.phone, .email {
  color: #1f1f21;
  font-weight: bold;
  font-size: 15px;
}

/*
.phone {
  margin-left: 31px;
}

.phone:before {
  content: url(../images/icons/phone.png);
  padding-right: 8px;
  position: relative;
  top: 1px;
}

.email:before {
  content: url(../images/icons/mail.png);
  padding-right: 8px;
  position: relative;
  top: 1px;
  right: 2px;
}*/

.form-control-feedback {
  width: 40px;
  line-height: 40px;
  font-family: 'Roboto';
  font-weight: 400;
}

.breadcrumb>li+li:before{
	/*content: url(../images/breadcrumbs.png);*/
	color: #485357;
}

.breadcrumb {
	padding: 25px 0px 12px;
	margin-bottom: 20px;
	list-style: none;
	background-color: transparent!important;
	border-radius: 0;
	margin-top: -60px;
}

.breadcrumb li a {
  background-color: transparent;
  border-radius: 0;
  color: #7e9299;
  padding-top: 28px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  /*background-color: rgb(255, 255, 255)!important;
  color: #000000;
  padding-top: 28px;
  background: #FFF;
  -webkit-border-radius: 20px !important;
  border-radius: 6px !important;
  line-height: 30px;
  outline: none;
  border: none;
  -webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
  box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
  display: inline-block;
  padding: 0px 15px;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;*/
}
.breadcrumb li a:hover {
	color: #1f1f21;
}
.breadcrumb li.active {
	color: #7e9299;
	font-weight: 500;
	font-size: 12px;
}
.breadcrumb li .glyphicon-chevron-down {
	font-size: 8px;
}
.breadcrumb li .dropdown-menu {
	border: none;
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.2);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.2);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 10px 0;
}
.breadcrumb li .dropdown-menu a {
	padding: 8px 40px 8px 30px;
	position: relative;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
} 
.breadcrumb li .dropdown-menu .active a {
	color: #1f1f21;
	font-weight: 500;
	background-color: #fdf0e6;
}
.breadcrumb li .dropdown-menu .active a:after {
    content: " ";
    display: block;
    width: 12px;
    height: 9px;
    background: url(../images/icons/icon-check-a.png) center center no-repeat;
    -webkit-background-size: 12px;
    -o-background-size: 12px;
    background-size: 12px;
    z-index: 12;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.breadcrumb .dropdown-menu>li>a:hover, 
.breadcrumb .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #1f1f21;
    background-color: #fdf0e6;
}
@media (max-width: 1100px) {
	.breadcrumb li .dropdown-menu {
		margin-top: 10px;
	}
}
.container-fluid h2 {
  font-family: 'Roboto';
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 40px;
}

.container-fluid .partner-link {
	background-color: #FFF;
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
    box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	display: block;
	text-align: center;
	padding: 45px 0 55px 0;
	margin-bottom: 30px;
}
.container-fluid .partner-link img {
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
.container-fluid .partner-link img.normal {
	opacity: 1;
}
.container-fluid .partner-link img.hover {
	opacity: 0;
	display: inline-block;
	position: absolute;
}
.container-fluid .partner-link:hover img.hover {
	opacity: 1;
}
#rezult-seach {
  margin-bottom: 0px;
}

#rezult-name {
  margin-bottom: 0px;
  margin-top: 5px;
  color: #7e9299;
}

#product {
  margin-top: 20px;
  margin-bottom: 80px;
  font-size: 12px;
  font-family: Roboto-Bold;
  color: #7e929b;
}

.sale-leader {
  color: #0070c9;
  font-size: 12px;
  font-family: Roboto-Bold;
  font-weight: bold;
  border-color: transparent;
  position: absolute;
  top: 20px;
  left: 25px;
  z-index: 2;
  float: left;
  background-color: #FFF;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
  box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
}

.sale {
  color: #ee2e24;
  font-size: 12px;
  font-weight: 500;
  border-color: transparent;
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 2;
  float: left;
  background-color: #FFF;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
  box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
}

.caption a h3 {
  font-family: Roboto-Medium;
  font-weight: bold;
  font-size: 20px;
  color: #1f1f21;
}

.catalog-img {
  margin-top: 30px;
}

.caption > .prise {
  margin-top: 44px;
}



.clearfix {
  clear: both;
}

.ref-block div {
  margin-top: 29px;
  padding-left: 30px;
  color: #dddfe1;
  font-family: Arial-Regular;
  font-size: 16px;
  font-weight: bolder;
}


/*catalog_all_category.html*/

.main-catalog {
	padding-left: 15px;
}

.catalog-card {
  position: relative;
  background-color: #FFF;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
  box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
  text-align: left;
  padding: 50px;
  margin-bottom: 40px;
}

.cart {
	padding: 5px 10px;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: transparent;
  border: none;
  border-radius: 4px;
}

.wrap-number{
  float: left;
}
/*end catalog_all_category.html*/




/*404.html*/

#wrap-error {
  text-align: center;
  margin-bottom: 60px;
}

.error img {
  margin-top: 0px;
}
.error h3 {
	margin-top: 0px;
	font-size: 24px;
	color: #1f1f21;
	margin-bottom: 15px;
}
.error p {
	margin: 0px;
	font-size: 16px;
	color: #485357;
}
.error a {
	margin: 0px;
	font-size: 16px;
	color: #0070c9;
	text-decoration: none;
}
.error a:hover {
	color: #014e8c;
}
/*end 404.html*/


/*article.html*/

.nav>li {
   float: left;
}

.border {
  border-bottom: 1px solid;
}

.instruction-card {
  position: relative;
  background-color: #FFF;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
  box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
  text-align: left;
/*  padding: 10px;*/
  margin-bottom: 0px;
}

.wrap-params {
  width: 100%;
}

.params {
  border-bottom: 1px solid;
}

.position {
  float: right;
}

.item-category {
  min-height: 330px;
}

.item-position {
  padding-top: 35px;
}

.price-sale {
  float: left;
  font-weight: bold;
  font-size: 24px;
  color: #1f1f21;
  letter-spacing: 3px;
  margin-right: 16%;
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
  /*padding-left: 10px;*/
}

.price {
  float: right;
}

.in-available {
  font-family: Roboto-Regular;
  font-size: 16px;
  margin-left: 15%;
  position: relative;
  top: 9px;
}

.in-cart {
  width: 100%;
  margin-top: 17px;
}

.industry {
  float: left;
	max-width: 30px;
}

.properties {
  display: inline-block;
}

.not-avtorize {
  display: none;
}

.date{
  position: relative;
  top: 2px;
}

/*modal*/

.modalDialog {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 70%;
  z-index: 99999;
  display: none;
  pointer-events: none;
}

.modalDialog:target {
  display: block;
  pointer-events: auto;
}

.modalDialog > div {
  width: 400px;
  position: relative;
  padding: 5px 20px 13px 20px;
  border-radius: 7px;
  background: #fff;
}

.close {
  background: transparent;
  color: #9e9a9a;
  line-height: 25px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: -0px;
  width: 17px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.total{
  float: left;
}

.close:hover {
  background: #00d9ff;
}

.wrap-caret {
  border-bottom: 1px solid;
}

.img-caret {
  float: left;
  width: 70px;
}

.caret-del {
  float: right;
  position: relative;
  bottom: 60px;
}
/*end modal*/


/*information*/

.info-link {
  list-style: none;
}

.info-link>li {
  display: inline-block;
}

.info-link>li:first-child {
  padding-right: 20px;
}

.info-link>li:nth-last-child(1) {
  padding-right: 0px;
}
.info-link li + li {
	padding-left: 9px;
	padding-right: 18px;
}


/*end information*/



.block-container {
  position: relative;
  margin: 1px;
  left: -2px;
}

.block-container, .block-container div, .block-container img {
  width: 100%;
  height: 200px;
}

.block-container div, .block-container img {
  position: absolute;
}

.block-container img {
  z-index: 1000;
}

.block-front {
  z-index: 1001;
  background-color: black;
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
  color: white;
  cursor: pointer;
}

.block-front:hover {
  opacity: 0.8;
}
.wrap-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.info-block {
	margin-bottom: 50px;
	background-color: #FFF;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	height: calc(100% - 50px);
	position: relative;
}
.info-block:hover {
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.2);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.2);
}
.info-block .block-container {
	border-bottom: 1px solid #ebedef;
	margin: 0;
	left: 0;
	top: 0;
	height: auto;
	width: 100%;
	max-height: 340px;
	overflow: hidden;
}
.info-block .block-container img {
	max-width: 100%;
	height: auto;
	position: relative;
}
.info-block .block-container .block-front {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	background: #f03229;
    background: -moz-linear-gradient(left, #f03229 1%, #fa703e 100%);
    background: -webkit-linear-gradient(left, #f03229 1%,#fa703e 100%);
    background: linear-gradient(to right, #f03229 1%,#fa703e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f03229', endColorstr='#fa703e',GradientType=1 );
}
.info-block .instruction-card {
	-webkit-box-shadow: none;
	        box-shadow: none;
	background-color: transparent;
	padding-bottom: 67px;
	position: initial;
}
.info-block .instruction-card .instruction-name {
	display: block;
/*	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
    text-decoration: none;
    -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.info-block .instruction-card .instruction-name h4 {
	padding: 30px;
	margin: 0;
	line-height: 28px;
	/*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
    color: #1F1F21;
    font-size: 18px;
    -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.info-block .instruction-card .instruction-name:hover,
.info-block .instruction-card .instruction-name:hover h4 {
    color: #f34831;
}

.info-block .instruction-date {
    display: block;
    float: left;
    color: #CED0D2;
    font-size: 16px;
    margin-bottom: 7px;
    background-image: url(../images/icons/icon-main-news-date.png);
    -webkit-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    line-height: 20px;
    margin-left: 30px;
}
.info-block .instruction-download {
	outline: none;
	background: #f03229;
    background: -moz-linear-gradient(left, #f03229 1%, #fa703e 100%);
    background: -webkit-linear-gradient(left, #f03229 1%,#fa703e 100%);
    background: linear-gradient(to right, #f03229 1%,#fa703e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f03229', endColorstr='#fa703e',GradientType=1 );
	-webkit-transition: ease-in-out .15s;
	-o-transition: ease-in-out .15s;
	transition: ease-in-out .15s;
	width: 120px;
	height: 40px;
	padding: 0;
	border: none;
	-webkit-box-shadow: 0 6px 21px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 6px 21px 0 rgba(0, 0, 0, 0.12);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: block;
	position: absolute;
	bottom: 40px;
	right: 30px;
	z-index: 1;
	color: #FFF;
	line-height: 40px;
	font-weight: 500;
	font-size: 14px;
}
.info-block .instruction-download:hover {
    -webkit-transition: ease-in-out .15s;
    -o-transition: ease-in-out .15s;
    transition: ease-in-out .15s;
    -webkit-box-shadow: 0 12px 21px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 12px 21px 0 rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: #FFF;
}
.info-block .instruction-download .icon {
	background-image: url(../images/icons/icon-action-download-w.png);
	-webkit-background-size: 14px;
	-o-background-size: 14px;
	background-size: 14px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	width: 40px;
	height: 40px;
	-webkit-transition: ease-in-out .15s;
	-o-transition: ease-in-out .15s;
	transition: ease-in-out .15s;
	float: left;
	margin-left: 5px;
}
.info-block .instruction-download:hover .icon {
    background-image: url(../images/icons/icon-action-download-w.png);
}
.info-block .instruction-download:after {
    content: '';
    display: block;
    position: absolute;
    background: #f03229;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.15s;
    height: 40px;
    opacity: 0;
    z-index: -1;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.info-block .instruction-download:hover:after {
    opacity: 1;
}
.info-block .instruction-info {
	display: block;
	float: left;
	font-size: 16px;
	margin-bottom: 7px;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 20px;
	margin-left: 30px;
	position: absolute;
	bottom: 40px;
}
.info-block .popover  {
	white-space: nowrap;
	color: #485357;
	background: #FFF;
	border: none;
	-webkit-box-shadow: 0 0 27px 3px rgba(0,0,0,0.12);
	box-shadow: 0 0 27px 3px rgba(0,0,0,0.12);
	margin-top: 13px;
}
.info-block .popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #fff;
    border-bottom-color: rgba(0,0,0,0);
    top: -11px;
}
.block-front img {
  width: 34px;
  height: 34px;
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -17px;
  margin-top: -17px;
}

.block-front span {
  display: block;
  font-weight: bold;
  padding: 60px 0;
  text-align: center;
}

/*result-search*/


.not-available {
  color: red;
  margin-left: 4%;
  position: relative;
  top: 9px;
  letter-spacing: 1px;
}


/*article*/




.form-inline .form-group {
  display: block;
}

li.gallery-img {
  list-style-type: none;
  float: left;
  cursor: pointer;
}

li.gallery-img:last-child {
  float: none;
}



.wrap-article-icon {
    text-align: center;
    margin-bottom: 60px;
}
.wrap-article-icon .icons a {
	padding: 0 7.5px;
}

.footer-carousel {
  width: 540px;
  margin: 0px auto;
}

footer {
	background-color: #23262d;
	color: #dddfe1;
	margin-top: 50px;
	padding-top: 55px;
	/*padding-bottom: 60px;*/
	padding-bottom: 10px;
}
footer p {
	font-size: 14px;
	line-height: 24px;
}
footer img + p {
	margin-top: 25px;
}
/*.two-block-link-footer {
 color: #d1d3d5;
}

.three-block-link-footer {
  color: #fff;
}

.footer-logo {
  margin-top: 55px;
}

.footer-descr {
  margin-top: 25px;
}*/

footer .col-sm-3,
footer .col-sm-4,
footer .col-sm-2 {
	margin-bottom: 40px;
}
.social {
	/*margin-top: 45px;*/
	margin-top: 19px;
	overflow: hidden;
}

.social a {
	display: block;
	float: left;
	margin-right: 15px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background-color: #485357;
	height: 30px;
	width: 30px;
	text-align: center;
	vertical-align: middlem;
	padding-top: 4px;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
.social a:nth-last-child(1) {
	margin-right: 0;
}
.social a:hover {
	background-color: #dddfe1;
}
.social a img {
	width: 50%;
	height: auto;
	display: inline-block;
}

footer h4 {
	margin-top: 0;
	margin-bottom: 30px;
}
footer h4 a {
	color: #FFF;
}
footer h4 a:hover {
	color: #dddfe1;
}
footer a {
	display: block;
	color: #DDDFE1;
	text-decoration: none;
	line-height: 22px;
	margin-bottom: 10px;
}
footer a:hover {
	text-decoration: none;
	color: #9faccc;
}

footer .col-sm-4 a {
	font-weight: 500;
	font-size: 16px;
	color: #FFF;
	line-height: 26px;
	/*-moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;*/
}
footer .col-sm-4 a:hover {
	color: #9faccc;
}
footer .col-sm-2 a {
	color: #0070c9;
}
footer .col-sm-2 a:hover {
	color: #008eff;
}
footer a[href^="tel:"] {
	font-size: 22px;
	color: #FFF;
	white-space: nowrap;
}
footer a[href^="mailto:"] {
	font-size: 14px;
	color: #c2c2c1;
	white-space: nowrap;
}
footer a[href^="mailto:"]:hover {
	color: #FFF;
}
footer .address {
	color: #c2c2c1;
	margin-top: 30px;
	margin-bottom: 30px;
}
footer .copyright {
	padding-top: 30px;
	border-top: 1px solid #343843;
	text-align: center;
	color: #C2C2C1;
}
@media (min-width: 1165px) and (max-width: 1260px)  {
	footer .col-sm-2 a[href^="tel:"] {
		font-size: 20px;
	}
}
@media (min-width: 1145px) and (max-width: 1164px)  {
	footer .col-sm-2 a[href^="tel:"] {
		font-size: 18px;
	}
}
@media (min-width: 992px) and (max-width: 1144px)  {
	footer .col-sm-2 a[href^="tel:"] {
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	footer .address {
		margin-top: 10px;
	}
}
/*reference-info*/

.wrap-block {
  margin-bottom: 40px;
}

.ref-bg {
  background-image: url(../images/ref-bg.png);
  background-position: center;
}

.ref-block {
  padding: 0px;
}

.more {
  padding: 0px 29px;
}

#top-sales{
  height: 510px;
}

.stock {
  position: absolute;
  top: 10px;
  left: 30px;
  color: red;
  background-color: white;
}

.reference {
	display: inline-block;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 40px;
	padding: 13px 35px;
	font-family: Roboto;
	font-weight: bold;
	border-color: transparent;
	background-color: #FFF;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
}
@media (max-width:480px) {
	.reference {
		padding: 13px 15px;
		white-space: nowrap;
		width: 100%;
		overflow-x: scroll;
	}
	.info-link>li:first-child {
		padding-right: 12px;
	}
	.info-link li + li {
		padding-left: 0px;
		padding-right: 12px;
	}

}
/*end reference-info*/


/*basket*/

.basket-item {
  display: inline-block;
}

.name-item{
  width: 265px;
}

.purchase {
  display: block;
}

/*end basket*/


/*contact*/

.block-contact {
  float: left;
  position: relative;
  padding-left: 30px;
}

.phone-icon:before {
  content: url(../images/icons/phone.png);
  position: absolute;
  left: 0;
}

.email-icon:before {
  content: url(../images/icons/mail.png);
  position: absolute;
  left: 0;
}

.work-icon:before {
  content: url(../images/icons/clock.png);
  position: absolute;
  left: 0;
}

.geo-icon:before {
  content: url(../images/icons/geo.png);
  position: absolute;
  left: 0;
}

.mail-icon:before {
  content: url(../images/icons/mail.png);
  position: absolute;
  left: 0;
}

.wrap-form {
  margin-right: 0px!important;
  padding-right: 0px;
}

#checkbox{
  margin-left: 15px;
}

.icon-img {
  background-color: white;
  float: left;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 7px 45px 5px rgba(0,0,0,0.06);
  position: relative;
  top: 9px;
}

/*end contact*/

/*ordering-autorization.html*/

.form-inline .form-control {
  display: block;
  width: 100%;
}

.wrap-item {
  border-bottom: 1px solid;
  padding: 25px 0px;
}


.wrap-item:last-child {
  border-bottom: none;
  padding: 25px 0px;
}

.order-item {
  display: inline-block;
}

.order-descript {
  width: 170px;
}

textarea {
  resize: none;
}

.clip{
  border-radius: 20%;
}

.clip-descript {
  padding-top: 8px;
}

.clip-descript p{
  margin: 0px;
}


/*catalog_all_category.html*/

.main-catalog {
	padding-left: 15px;
}


.cart {
	padding: 5px 10px;
}



.wrap-number{
  float: left;
}

.sale {
  color: red;
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 2;
  float: left;
}
/*end catalog_all_category.html*/




/*404.html*/

#wrap-error {
  text-align: center;
}

.error img {
  margin-top: 25px;
}

.error p {
	margin: 0px;
}
/*end 404.html*/


/*article.html*/


.item-category {
  min-height: 330px;
}

.item-position {
  padding-top: 35px;
}

.price-sale {
  float: left;
}

.price {
  float: right;
}

.in-cart {
  width: 100%;
  margin-top: 17px;
}

.properties {
  display: inline-block;
}

.not-avtorize {
  display: none;
}

/*modal*/

.modalDialog {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 70%;
  z-index: 99999;
  display: none;
  pointer-events: none;
}

.modalDialog:target {
  display: block;
  pointer-events: auto;
}

.modalDialog > div {
  width: 400px;
  position: relative;
  padding: 5px 20px 13px 20px;
  border-radius: 7px;
  background: #fff;
}

.close {
  background: transparent;
  color: #9e9a9a;
  line-height: 25px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: -0px;
  width: 17px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.total{
  float: left;
}

.close:hover {
  background: #00d9ff;
}

.img-caret {
  float: left;
  width: 70px;
}

.caret-del {
  float: right;
  position: relative;
  bottom: 60px;
}
/*end modal*/


/*information*/

.info-link {
  list-style: none;
}

.info-link>li {
  display: inline-block;
}
/*end information*/


/*article*/

.form-inline .form-group {
  display: block;
}

li.gallery-img {
  list-style-type: none;
  float: left;
  cursor: pointer;
}

li.gallery-img:last-child {
  float: none;
}



/*end article*/





/*ordering-autorization.html*/

.form-inline .form-control {
  display: block;
  width: 100%;
}

.wrap-item {
  border-bottom: 1px solid;
  padding: 25px 0px;
}


.wrap-item:last-child {
  border-bottom: none;
  padding: 25px 0px;
}


.order-descript {
  width: 170px;
}

textarea {
  resize: none;
}

.clip{
  border-radius: 20%;
}

.clip-descript {
  padding-top: 8px;
}

.clip-descript p{
  margin: 0px;
}

.wrap-article .col-lg-8 img {
	margin-bottom: 90px;
	max-height: 480px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wrap-article h1, .wrap-article h1.article-title {
	color: #1F1F21;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
}
.wrap-article .wrap-topic {
	text-align: center;
	font-family: Arial;
	color: #CED0D2;
	font-size: 16px;
	margin-bottom: 30px;
}
.wrap-article .wrap-topic .topic {
	position: relative;
	top: 2px;
	margin-left: 15px;
} 
.wrap-article .preface {
	font-size: 16px;
	color: #485357;
	line-height: 24px;
	margin-bottom: 60px;
	text-align: center;
}
.wrap-article h2 {
	color: #1F1F21;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 30px;
	margin-top: 60px;
}
.wrap-article h3 {
	color: #1F1F21;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 25px;
	margin-top: 35px;
}
.wrap-article h4 {
	color: #1F1F21;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 35px;
}
.wrap-article h5 {
	color: #1F1F21;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 35px;
}
.wrap-article p {
	color: #485357;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 20px;
}
.wrap-article ul {
	list-style-type: none;
	margin-bottom: 30px;
}
.wrap-article ul li {
	line-height: 22px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #485357;
	position: relative;
	padding-left: 20px;
}
.wrap-article ul li:before {
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #f23f2e;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	top: 7px;
	left: 0;
}
.wrap-article ol {
	list-style-type: none;
    counter-reset: num;
    margin-bottom: 30px;
}
.wrap-article ol li {
	line-height: 22px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #485357;
}
.wrap-article ol li:before {
	content: counter(num) '. ';
	counter-increment: num;
	font-weight: 900;
	color: #f23f2e;
}
.wrap-article iframe {
	display: block;
	width: 100%;
	height: 400px;
}
.wrap-article .video-title {
	margin-top: 5px;
	color: #1F1F21;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
}
.characteristics {
	margin-bottom: 35px;
}
.wrap-article table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: transparent;
}
.wrap-article table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 1px solid #ebedef;
	padding: 0 20px 20px 0;
	color: #7E9299;
	font-size: 14px;
	font-weight: 400;
}
.wrap-article table>thead>tr>th p{
	color: #7E9299;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
}
.wrap-article table >tbody>tr>th, 
.wrap-article table>tbody>tr>td {
    padding: 20px 20px 20px 0;
    vertical-align: top;
    border-top: 1px solid #ebedef;
    min-width: 180px;
}
.wrap-article table>tbody>tr>th {
	color: #1f1f21;
	font-size: 16px;
	font-weight: 500;
}
.wrap-article table>tbody>tr>td,
.wrap-article table>tbody>tr>td p {
	color: #485357;
	font-size: 16px;
	font-weight: 400;
}
.wrap-article table>tbody>tr>td p {
	margin-bottom: 0;
}
.wrap-article table>tbody>tr>td p +p {
	margin-top: 10px;
}
.wrap-article table>tbody>tr>th:first-child, 
.wrap-article table>thead>tr>th:first-child {
	width: 1px;
	min-width: 1px;
}

.characteristics .border,
.characteristics .params {
	border-bottom: 1px solid #ebedef;
}

.characteristics .all-characteristics {
	color: #0070C9;
	margin-bottom: 20px;
	display: inline-block;
}
.characteristics .all-characteristics:hover {
	color: #0070C9;
}
figure.picture-description {
	display: block;
	width: 100%;
	margin-bottom: 35px;
}
figure.picture-description img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
figure.picture-description figcaption {
	display: block;
	margin-top: 5px;
    color: #1F1F21;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.wrap-form form, 
.wrap-form form.form-inline {
	width: 100%;
	max-width: 480px;
	margin-bottom: 30px;
}
.wrap-form form .form-group, 
.wrap-form form.form-inline .form-group {
	margin-bottom: 20px;
}
.wrap-form form input, 
.wrap-form form.form-inline input {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 50px;
	border: 1px solid #ebedef;
	display: block;
	width: 100%;
	font-size: 14px;
	color: #485357;
	font-weight: 400;
	outline: none;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	height: 50px;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
.wrap-form form input:focus, 
.wrap-form form.form-inline input:focus {
	border: 1px solid #ced0d2;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.wrap-form form textarea {
    display: block;
    width: 100%;
    height: 52px;
    padding: 15px;
    line-height: 20px;
    font-size: 14px;
    color: #485357;
    border: 1px solid #ebedef;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: none;
    max-height: 120px;
}
.wrap-form form textarea:focus {
	border: 1px solid #ced0d2;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.wrap-form form .form-further {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	background: #f03229;
	background: -moz-linear-gradient(left, #f03229 1%, #fa703e 100%);
	background: -webkit-linear-gradient(left, #f03229 1%,#fa703e 100%);
	background: linear-gradient(to right, #f03229 1%,#fa703e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f03229', endColorstr='#fa703e',GradientType=1 );
	padding: 0;
	border: none;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
	position: relative;
	z-index: 1;
	outline: none;
	-webkit-border-radius: 6px;
        border-radius: 6px;
}
.wrap-form form .form-further:active:focus {
	outline: none;
}
.wrap-form form .form-further:active {
	color: #FFF;
}
.wrap-form form .form-further:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #f03229;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
	-webkit-border-radius: 6px;
        border-radius: 6px;
}
.wrap-form form .form-further:hover:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #f03229;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 1;
}

.wrap-article .next {
	display: block;
	width: 100%;
	max-width: 480px;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	background: #f03229;
	background: -moz-linear-gradient(left, #f03229 1%, #fa703e 100%);
	background: -webkit-linear-gradient(left, #f03229 1%,#fa703e 100%);
	background: linear-gradient(to right, #f03229 1%,#fa703e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f03229', endColorstr='#fa703e',GradientType=1 );
	padding: 0;
	border: none;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
	position: relative;
	z-index: 1;
	outline: none;
	-webkit-border-radius: 6px;
        border-radius: 6px;
}
.wrap-article .next:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #f03229;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
	-webkit-border-radius: 6px;
        border-radius: 6px;
}
.wrap-article .next:hover:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #f03229;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 1;
}
.wrap-quote {
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 30px;
	position: relative;
}
.wrap-quote .quote-title:before {
  content: url(../images/quotes.png);
  float: left;
  width: 73px;
  height: 65px;
  position: absolute;
  left: 0px;
  top: 0;
}
.wrap-quote .quote-title {
	font-size: 30px;
	font-weight: 600;
	font-style: italic;
	color: #1F1F21;
	line-height: 40px;
	position: relative;
	padding-left: 100px;
    width: calc(100% - 130px);
}
.wrap-quote .quote-title p {
	font-size: 30px;
	font-weight: 600;
	font-style: italic;
	color: #1F1F21;
	line-height: 40px;
}
.wrap-lightbox {
	margin-bottom: 35px;
	margin-left: -15px;
	margin-right: -15px;
}
.wrap-lightbox a.example-image-link {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	width: 33.333%;
	float: left;
}

.wrap-lightbox a.example-image-link.width2 {
	width: 66.666%;
}
.footer-carousel {
	text-align: center;
}
.thumbnail .caption {
	padding: 0px;
	margin-bottom: 20px;
	color: #ced0d2;
	font-size: 16px;
}
.thumbnail .caption a {
	padding: 0px;
	margin: 0px;
	color: #1f1f21;
	text-decoration: none;
	display: block;
}
.thumbnail .caption a h5 {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #1f1f21;
}
.thumbnail .caption a:hover h5,
.thumbnail .caption a:hover {
	color: #0070c9;
}
.thumbnail .caption .article-carousel {
	display: inline-block;
}
.wrap-basket {
	-webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
    box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	padding: 0;
	margin-bottom: 70px;
	margin-left: -15px;
}
.wrap-basket-item {
	padding: 40px;
	border-top: 1px solid #EBEDEF;
	position: relative;
}
.wrap-basket-item:nth-child(1) {
	border: none;
}
.wrap-basket-item .basket-item {
	vertical-align: middle;
}
.wrap-basket-item .basket-item.item {
	max-width: 278px;
	max-height: 278px;
	border: 1px solid #EBEDEF;
	text-align: center;
}
.wrap-basket-item .basket-item.item img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}
.wrap-basket-item .name-item {
	width: 300px;
}
.wrap-basket-item .name-item h4 {
	color: #1f1f21;
	font-size: 18px;
	font-weight: 500;
	padding-left: 45px;
	
}
.wrap-basket-item .number {
	float: left;
	width: 135px;
	text-align: center;
	white-space: nowrap;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
.wrap-basket-item .number .minus {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #FFF;
	border: none;
	outline: none;
	color: transparent;
	background: url(../images/icons/icon-basket-minus.png);
	-webkit-background-size: 12px;
	     -o-background-size: 12px;
	        background-size: 12px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 12px 125px 0 rgba(0,0,0,0.06);
	box-shadow: 0 12px 125px 0 rgba(0,0,0,0.06);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	display: inline-block;
	font-size: 24px;
	cursor: pointer;
}
.wrap-basket-item .number .plus {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #FFF;
	border: none;
	outline: none;
	color: transparent;
	background: url(../images/icons/icon-basket-plus.png);
	-webkit-background-size: 14px;
	     -o-background-size: 14px;
	        background-size: 14px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 12px 125px 0 rgba(0,0,0,0.06);
	box-shadow: 0 12px 125px 0 rgba(0,0,0,0.06);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	display: inline-block;
	font-size: 24px;
	cursor: pointer;
}
.wrap-basket-item .number .minus:before,
.wrap-basket-item .number .plus:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #f03229;
	background: -moz-linear-gradient(left, #f03229 1%, #fa703e 100%);
	background: -webkit-linear-gradient(left, #f03229 1%,#fa703e 100%);
	background: linear-gradient(to right, #f03229 1%,#fa703e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f03229', endColorstr='#fa703e',GradientType=1 );
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.wrap-basket-item .number .minus:hover,
.wrap-basket-item .number .plus:hover {
	-webkit-box-shadow: 0 12px 21px 0 rgba(255, 61, 47, 0.32);
	box-shadow: 0 12px 21px 0 rgba(255, 61, 47, 0.32);
}
.wrap-basket-item .number .minus:hover {
	background: url(../images/icons/icon-basket-minus-hov.png);
	-webkit-background-size: 12px;
	     -o-background-size: 12px;
	        background-size: 12px;
	background-position: center center;
	background-repeat: no-repeat;
}
.wrap-basket-item .number .plus:hover {
	background: url(../images/icons/icon-basket-plus-hov.png);
	-webkit-background-size: 14px;
	     -o-background-size: 14px;
	        background-size: 14px;
	background-position: center center;
	background-repeat: no-repeat;
}
.wrap-basket-item .number .minus:hover:before,
.wrap-basket-item .number .plus:hover:before {
	opacity: 1;
}
.wrap-basket-item .number .value-input {
	border: none;
	width: 50px;
	text-align: center;
	outline: none;
	height: 40px;
	line-height: 40;
	color: #1F1F21;
	font-size: 18px;
	font-weight: 500;
}
.wrap-basket-item .delete {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -20px;
}
.wrap-basket-item .delete a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/icons/icon-basket-del.png);
	-webkit-background-size: 10px;
	     -o-background-size: 10px;
	        background-size: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	color: transparent;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	float: right;
}
.wrap-basket-item .sum {
	text-align: right;
	width: 237px;
}
.wrap-basket-item .sum p {
	color: #1f1f21;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 22px;
}
.wrap-basket-item .sum p .fa-rub:before {
	padding-left: 8px;
}
.wrap-basket-item .sum span {
	color: #485357;
	font-size: 16px;
	font-weight: 400;
}
.instruction-card {
	padding-bottom: 30px;
}
.instruction-card h3 {
	font-size: 24px;
	color: #1f1f21;
	font-weight: 500;
	padding: 40px 30px 30px 30px;
	margin: 0;
}
.instruction-card .order-price {
	display: table;
	width: 100%;
	padding: 0 30px;
	margin-bottom: 15px;
}
.instruction-card .order-price h4 {
	font-size: 16px;
	color: #485357;
	text-align: left;
	font-weight: 400;
	display: table-cell;
	line-height: 1.1;
}
.instruction-card .order-price p {
	font-size: 16px;
	color: #1f1f21;
	text-align: right;
	font-weight: 500;
	display: table-cell;
	line-height: 1.1;
}

.instruction-card .order-discount {
	display: table;
    width: 100%;
    padding: 0 30px;
	margin-bottom: 15px;
}
.instruction-card .order-discount h4 {
	font-size: 16px;
	color: #485357;
	text-align: left;
	font-weight: 400;
	display: table-cell;
}
.instruction-card .order-discount p {
	font-size: 16px;
	color: #1f1f21;
	text-align: right;
	font-weight: 500;
	display: table-cell;
}
.instruction-card .order-sum {
	padding: 30px 30px 25px 30px;
	border-top: 1px solid #ebedef;
	margin-top: 30px;
	display: table;
	width: 100%;
}
.instruction-card .order-sum h3 {
	padding: 0;
	margin: 0px;
	font-size: 18px;
	color: #1F1F21;
	font-weight: 500;
	display: table-cell;
	vertical-align: bottom;
	line-height: 18px;
}
.instruction-card .order-sum p {
	padding: 0;
	margin: 0px;
	font-size: 30px;
	color: #1F1F21;
	font-weight: 500;
	display: table-cell;
	text-align: right;
	vertical-align: bottom;
	line-height: 18px;
}
.instruction-card .order-sum p .fa-rub:before {
    padding-left: 8px;
}
.instruction-card .purchase {
	display: block;
	width: calc(100% - 60px);
	margin: 0 30px;
	border: none;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	background: #f03229;
    background: -moz-linear-gradient(left, #f03229 1%, #fa703e 100%);
    background: -webkit-linear-gradient(left, #f03229 1%,#fa703e 100%);
    background: linear-gradient(to right, #f03229 1%,#fa703e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f03229', endColorstr='#fa703e',GradientType=1 );
    height: 50px;
    line-height: 50px;
    color: #FFF;
    outline: none;
    position: relative;
    z-index: 1;
}
.instruction-card .purchase:before {
	background: #f03229;
	opacity: 0;
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	left: 0;
	top: 0;
	z-index: -1;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
.instruction-card .purchase:hover:before {
	opacity: 1;
}
.instruction-card + a {
	text-align: center;
	display: block;
	padding: 30px;
	text-decoration: none;
	color: #0070C9;
}
.instruction-card + a:hover {
	color: #008eff;
}
.products-card {
	padding: 50px;
	position: relative;
	background-color: #FFF;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	margin-bottom: 30px;
}
#products-slider .slider-nav {
	float: left;
	width: 140px;
	margin-left: -20px;
	margin-top: -20px;

}
#products-slider .slider-nav .slick-slide {
	width: 140px;
	height: 140px;
	padding: 20px;
	margin-bottom: -20px;
	outline: none;
}
#products-slider .slider-nav .slick-slide  li {
	background-color: #FFF;	
	border: 1px solid #ebedef;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
	height: 98px;
	vertical-align: middle;
	display: flex !important;
	align-items: center;
	align-content: center;
}
#products-slider .slider-nav .slick-slide.slick-current li {
	border-color: transparent;
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
    box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
}
#products-slider .slider-nav .slick-slide img {
	width: 100%;
}
#products-slider .slides_container {
	width: calc(100% - 140px);
	float: left;
	height: 579px;
	border: 1px solid #ebedef;
}
#products-slider .slides_container .slick-slide {
	height: 100%;
	padding: 20px;
	outline: none;
}
#products-slider .slides_container .slick-slide a{
	/*height: 100%;*/
	outline: none;
	height: 537px;
	vertical-align: middle;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
#products-slider .slides_container .slick-slide img {
	max-width: 100%;
	max-height: 100%;
}
#products-slider .slides_container .slick-prev,
#products-slider .slides_container .slick-next {
	width: 20%;
	min-width: 50px;
	height: 100%;
	z-index: 10;
}
#products-slider .slides_container .slick-prev {
    left: 0px;
}
#products-slider .slides_container .slick-next {
    right: 0px;
}
#products-slider .slides_container .slick-next:before {
	background: url(../images/icons/icon-slider-product-next.png);
	right: 15px;
}
#products-slider .slides_container .slick-prev:before {
	background: url(../images/icons/icon-slider-product-prev.png);
	left: 15px;
}
#products-slider .slides_container .slick-prev:before, 
#products-slider .slides_container .slick-next:before {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    background-position: center;
    content: " ";
    display: block;
    width: 11px;
    height: 19px;
	position: absolute;
    top: 50%;
    margin-top: -9px;
    z-index: 10;
}

@media (max-width: 1399px) {
	#products-slider .slides_container {
		height: 459px;
	}
	#products-slider .slides_container .slick-slide a{
		height: 417px;
	}
	#products-slider .slides_container .slick-slide img {
		max-width: 100%;
		max-height: 420px;
	}
}
@media (max-width: 767px) {
	#products-slider .slides_container {
    	width: 100%;
    	border-left: none;
		border-right: none;
		border-top: none;
		height: auto;
    }
	.products-card {
		padding: 15px 15px 30px 15px;
	}
	#products-slider .slides_container .slick-slide a {
	    height: auto;
	    min-height: 300px;
	}
}
@media (max-width: 767px) {
	#products-slider .slides_container {
		width: 100%;
		height: auto;
	}
	#products-slider .slides_container .slick-slide a {
		height: auto;
	}

}
.products-card h1 {
	color: #1f1f21;
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
	margin-top: -5px;
	margin-bottom: 20px;
	min-height: 56px;
}
@media (max-width: 991px) {
	.products-card h1 {
		margin-top: 30px;
	}
}

.products-card .number {
	float: left;
	width: 135px;
	text-align: center;
	white-space: nowrap;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
.products-card .number .minus {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: transparent;
	border: none;
	outline: none;
	color: transparent;
	background: url(../images/icons/icon-basket-minus.png);
	-webkit-background-size: 12px;
	     -o-background-size: 12px;
	        background-size: 12px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 12px 125px 0 rgba(0,0,0,0.06);
	box-shadow: 0 12px 125px 0 rgba(0,0,0,0.06);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	display: inline-block;
	font-size: 24px;
	cursor: pointer;
}
.products-card .number .plus {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: transparent;
	border: none;
	outline: none;
	color: transparent;
	background: url(../images/icons/icon-basket-plus.png);
	-webkit-background-size: 14px;
	     -o-background-size: 14px;
	        background-size: 14px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 12px 125px 0 rgba(0,0,0,0.06);
	box-shadow: 0 12px 125px 0 rgba(0,0,0,0.06);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	display: inline-block;
	font-size: 24px;
	cursor: pointer;
}
.products-card .number .minus:hover,
.products-card .number .plus:hover {
	-webkit-box-shadow: 0 12px 21px 0 rgba(255, 61, 47, 0.32);
	box-shadow: 0 12px 21px 0 rgba(255, 61, 47, 0.32);
}
.products-card .number .minus:before,
.products-card .number .plus:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #f03229;
	background: -moz-linear-gradient(left, #f03229 1%, #fa703e 100%);
	background: -webkit-linear-gradient(left, #f03229 1%,#fa703e 100%);
	background: linear-gradient(to right, #f03229 1%,#fa703e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f03229', endColorstr='#fa703e',GradientType=1 );
	opacity: 0;
	z-index: 0;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.products-card .number .minus:after,
.products-card .number .plus:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.products-card .number .minus:after {
	background: url(../images/icons/icon-basket-minus-hov.png);
	-webkit-background-size: 12px;
	     -o-background-size: 12px;
	        background-size: 12px;
	background-position: center center;
	background-repeat: no-repeat;
}
.products-card .number .plus:after {
	background: url(../images/icons/icon-basket-plus-hov.png);
	-webkit-background-size: 14px;
	     -o-background-size: 14px;
	        background-size: 14px;
	background-position: center center;
	background-repeat: no-repeat;
}
.products-card .number .minus:hover:before,
.products-card .number .plus:hover:before,
.products-card .number .minus:hover:after,
.products-card .number .plus:hover:after {
	opacity: 1;
}
.products-card .number .value-input {
	border: none;
	width: 50px;
	text-align: center;
	outline: none;
	height: 40px;
	line-height: 40;
	color: #1F1F21;
	font-size: 18px;
	font-weight: 500;
}
.products-card .sum-product {
	color: #1F1F21;
	font-size: 40px;
	font-weight: 500;
	line-height: 40px;
	padding-left: 25px;
	display: inline-block;
}

.products-card .sum-price-product {
	color: #485357;
	font-size: 18px;
	font-weight: 500;
	padding-left: 20px;
	margin: 0;
	line-height: 20px;
}
.products-card .sum-price-product .fa-rub:before {
    padding-left: 3px;
}
.products-card .sum-price-product span {
	color: #485357;
	font-size: 12px;
	font-weight: 400;
	display: block;
}
.products-card .btn-cart {
	display: inline-block;
	font-size: 14px;
	color: #FFF;
	font-weight: 500;
	padding: 0 43px 0 70px;
	line-height: 50px;
	border: none;
	background: #f03229;
	background: -moz-linear-gradient(left, #f03229 1%, #fa703e 100%);
	background: -webkit-linear-gradient(left, #f03229 1%,#fa703e 100%);
	background: linear-gradient(to right, #f03229 1%,#fa703e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f03229', endColorstr='#fa703e',GradientType=1 );
	position: relative;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	outline: none;
	margin-top: 40px;
	z-index: 1;
	margin-bottom: 65px;
}
.products-card .btn-cart:focus, .products-card .btn-cart:active:focus {
	outline: none;
}
.products-card .btn-cart:after {
	content: '';
	width: 17px;
	height: 15px;
	display: inline-block;
	background-image: url(../images/icons/icon-main-header-cart.png);
	-webkit-background-size: 17px;
	-o-background-size: 17px;
	background-size: 17px;
	background-repeat: no-repeat;
	position: absolute;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	top: 50%;
	margin-top: -9px;
	left: 42px;
}
.products-card .btn-cart:hover,
.products-card .btn-cart:focus {
	color: #FFF;
}
.products-card .btn-cart:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #f03229;
	z-index: -1;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
	opacity: 0;
}
.products-card .btn-cart:hover:before {
	opacity: 1;
}

.products-card .btn-cart.added {
	background: #fb895f;
}
.products-card .btn-cart.added:hover {
	background: #fa703e;
}
.products-card .btn-cart.added:before {
    background: #fa703e;
}


.products-card .info-wrap .info-cart {
	margin-bottom: 15px;
	padding: 18px 25px;
	position: relative;
	background-color: #FFF;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	font-size: 12px;
	color: #485357;
	float: left;
	max-width: 200px;
	line-height: 18px;
	margin-right: 15px;
	min-height: 90px;
	width: calc(33% - 15px);
	min-width: 180px;
}
.products-card .info-wrap .info-cart:nth-last-child(1) {
	margin-right: 0;
}
.products-card .info-wrap .info-cart p {
	margin: 0;
	line-height: 18px;
}
.products-card .info-wrap .info-cart .industry-description {
	padding-left: 35px;
	font-size: 14px;
}
.products-card .description {
	margin-top: 20px;
	font-size: 16px;
	color: #485357;
	line-height: 24px;
}
.products-card .description:before {
	content: "";
	display: block;
	clear: both;
}
@media (max-width: 480px) {
	.products-card .info-wrap .info-cart {
		max-width: 280px;
		width: 100%;
		min-width: 180px;
	}
}
.products-description {
	position: relative;
    background-color: #FFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
    box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
    padding: 0 35px 50px  35px;
    color: #485357;
    font-size: 16px;
    line-height: 26px;
}
.products-description .nav {
	height: 80px;
	border-bottom: 1px solid #ebedef;
	padding: 20px 35px;
	margin: 0 -35px 50px -35px;
}
.products-description .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    color: #485357;
    font-weight: 500;
}
.products-description .nav>li>a:hover,
.products-description .nav>li>a:focus {
    color: #000;
    background-color: transparent;
    outline: none;
}
.products-description h3 {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 500;
	color: #1F1F21;
	margin-top: 0;
}
.products-description h4 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 500;
	color: #1F1F21;
	margin-top: 40px;
}
.products-description p {
	margin-bottom: 20px;
}
.products-description ul {
    list-style-type: none;
    margin-bottom: 30px;
}
.products-description .border ul li {
    line-height: 22px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #485357;
    position: relative;
    padding-left: 20px;
}
.products-description .border ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #f23f2e;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    top: 7px;
    left: 0;
}
.products-description .border ol {
    list-style-type: none;
    counter-reset: num;
    margin-bottom: 30px;
}
.products-description .border ol li {
    line-height: 22px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #485357;
}
.products-description .border ol li:before {
    content: counter(num) '. ';
    counter-increment: num;
    font-weight: 500;
    color: #f33f2f;
}
.products-description .border {
	margin-bottom: 60px;
	padding-bottom: 20px;
	border: none;
}
.products-description .border:after {
	content: "";
	display: block;
	border-bottom: 1px solid #EBEDEF;
	position: absolute;
    bottom: 0;
    height: 1px;
    width: calc(100% - 30px);
}
.products-description table.wrap-params,
.products-description table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: transparent;
}
.products-description table.wrap-params>thead>tr>th,
.products-description table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 1px solid #ebedef;
	padding: 0 20px 20px 0;
	color: #7E9299;
	font-size: 16px;
	font-weight: 400;
}
.products-description table.wrap-params>tbody>tr>th, 
.products-description table.wrap-params>tbody>tr>td,
.products-description table>tbody>tr>th, 
.products-description table>tbody>tr>td {
    padding: 20px 20px 20px 0;
    vertical-align: top;
    border-top: 1px solid #ebedef;
    min-width: 180px;
}
.products-description table.wrap-params>tbody>tr>th,
.products-description table>tbody>tr>th {
	color: #1f1f21;
	font-size: 16px;
	font-weight: 500;
}
.products-description table.wrap-params>tbody>tr>td,
.products-description table.wrap-params>tbody>tr>td p,
.products-description table>tbody>tr>td,
.products-description table>tbody>tr>td p  {
	color: #485357;
	font-size: 16px;
	font-weight: 400;
}
.products-description table.wrap-params>tbody>tr>td p,
.products-description table>tbody>tr>td p {
	margin-bottom: 0;
}
.products-description table.wrap-params>tbody>tr>td p +p,
.products-description table>tbody>tr>td p +p {
	margin-top: 10px;
}
.products-description table.wrap-params>tbody>tr>th:first-child, 
.products-description table.wrap-params>thead>tr>th:first-child,
.products-description table>tbody>tr>th:first-child, 
.products-description table>thead>tr>th:first-child {
	width: 1px;
	min-width: 1px;
}

.products-description .params {
	border-bottom: 1px solid #ebedef;
}

.products-description .all-characteristics {
	color: #0070C9;
	margin-bottom: 20px;
	display: inline-block;
}
.products-description .all-characteristics:hover {
	color: #0070C9;
}
.products-description iframe {
	-webkit-border-radius: 6px;
    border-radius: 6px;
}
.products-description iframe + h4 {
	color: #1F1F21;
	font-size: 16px;
	margin-top: 10px;
}
.products-description .video-card {
	margin-bottom: 50px;
}
.products-description .instruction-card {
	padding: 30px 30px 15px 30px;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	margin-bottom: 50px;
}
.products-description .instruction-card h4 {
	padding: 30px;
	padding-bottom: 0;
	margin: 0 -30px 30px -30px;
	font-size: 18px;
	line-height: 28px;
	/*min-height: 86px;*/
	border-top: 1px solid #ebedef;
}
.products-description .instruction-card a {
	color: #0070c9;
	text-decoration: none;
}
.products-description .instruction-card p {
	font-size: 16px;
	line-height: 24px;
}
.products-description .instruction-card a:hover {
	color: #008eff;
	text-decoration: none;
}
.products-description .instruction-card .instruction-info span {
	display: inline-block;
	color: #ced0d2;
	background-image: url(../images/clock.png);
	background-position: center left;
	padding-left: 32px;
	background-repeat: no-repeat;
	font-size: 16px;
	line-height: 20px;
	height: 20px;
}
.products-description .instruction-card .instruction-info a[download] {
	display: block;
	float: right;
	width: 40px;
	height: 40px;
	background-color: #000;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	text-align: center;
	    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    border: none;
    outline: none;
    color: transparent;
    background: url(../images/download.png);
    -webkit-background-size: 14px;
    -o-background-size: 14px;
    background-size: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 12px 125px 0 rgba(0,0,0,0.06);
    box-shadow: 0 12px 125px 0 rgba(0,0,0,0.06);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    top: -9px;
}
.products-description .instruction-card .instruction-info a[download]:hover {
	-webkit-box-shadow: 0 12px 21px 0 rgba(255, 61, 47, 0.32);
	box-shadow: 0 12px 21px 0 rgba(255, 61, 47, 0.32);
}
.products-description .instruction-card .instruction-info a[download]:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #f03229;
	background: -moz-linear-gradient(left, #f03229 1%, #fa703e 100%);
	background: -webkit-linear-gradient(left, #f03229 1%,#fa703e 100%);
	background: linear-gradient(to right, #f03229 1%,#fa703e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f03229', endColorstr='#fa703e',GradientType=1 );
	opacity: 0;
	z-index: 0;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.products-description .instruction-card .instruction-info a[download]:after {
	content: "";
	background: url(../images/download-w.png);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	-webkit-background-size: 14px;
    -o-background-size: 14px;
    background-size: 14px;
    background-position: center center;
    background-repeat: no-repeat;
}
.products-description .instruction-card .instruction-info a[download]:hover:after,
.products-description .instruction-card .instruction-info a[download]:hover:before {
	opacity: 1;
}
.products-description .instruction-card img[alt="information"] {
	filter: drop-shadow(0px 12px 6px rgba(255, 61, 47, 0.32));
	margin-bottom: 30px;

}
.products-description .instruction-card img[alt="information"] + h4 {
	border: none;
	border: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    min-height: auto;
}
@media (max-width:767px) {
	.products-description {
		padding: 0 0px 30px 0px;
	}
	.products-description .nav {
		padding: 20px 0px;
		margin: 0 0px 30px 0px;
		white-space: nowrap;
		overflow: hidden;
		overflow-x: scroll;
	}
	.products-description .nav li {
		display: inline-block;
		float: none;
	}
	.products-description .nav>li>a {
		padding: 7px 8px;
	}
	.products-description .instruction-card {
		padding: 15px 15px 30px 15px;
	}
	.products-description table.wrap-params>tbody>tr>th, .products-description table.wrap-params>tbody>tr>td {
		padding: 15px 15px 15px 0;
		min-width: auto;
	}
	.products-description table>tbody>tr>th, .products-description table>tbody>tr>td {
		padding: 15px 15px 15px 0;
		min-width: auto;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	.products-description .instruction-card h4 {
		padding: 15px;
		padding-bottom: 0;
		margin: 0 -15px 20px -15px;
		min-height: 78px;
	}
}
.wrap-product {
	/*margin-top: 90px;*/
}
.wrap-product h2 {
	margin-bottom: 10px;
}
section.slider {
	margin: 0 -30px -30px -30px;
}
section.slider .slick-slide  {
	margin: 0 15px;	
	outline: none;
}
section.slider .slick-list {
	padding: 0 15px;
}
section.slider .slick-slide .catalog-card {
	margin-top: 30px;	
	box-shadow: none;
	padding: 30px;
	margin-bottom: 120px;
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
	
}
section.slider .slick-slide.slick-active .catalog-card {
    -webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
    box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);

}
section.slider .slick-prev,
section.slider .slick-next {
	width: 70px;
	height: 100%;
	z-index: 10;
}
section.slider .slick-prev {
    left: -40px;
}
section.slider .slick-next {
    right: -40px;
}
section.slider .slick-next:before {
	background: url(../images/icons/icon-slider-product-next.png);
	right: 15px;
}
section.slider .slick-prev:before {
	background: url(../images/icons/icon-slider-product-prev.png);
	left: 15px;
}
section.slider .slick-prev:before, 
section.slider .slick-next:before {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    background-position: center;
    content: " ";
    display: block;
	width: 16px;
    height: 26px;
	position: absolute;
    top: 50%;
    margin-top: -9px;
    z-index: 10;
}
section.slider .slick-slide .catalog-card * {
	outline: none;
}
section.slider .slick-slide .catalog-card .caption h5 {
	color: #1f1f21;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
section.slider .slick-slide .catalog-card .caption a:hover,
section.slider .slick-slide .catalog-card .caption a:hover h5 {
	color: #f34831;
	text-decoration: none;
}
section.slider .slick-slide .catalog-card .caption .price-sale {
	color: #1F1F21;
	font-size: 24px;
	letter-spacing: normal;
	margin: 0;
	margin-right: 20px;
	font-weight: 500;
	display: inline-block;
}
section.slider .slick-slide .catalog-card .caption p.price {
	color: #485357;
	font-size: 18px;
	letter-spacing: normal;
	margin: 0;
	margin-right: 20px;
	font-weight: 500;
	float: none;
	display: inline-block;
	line-height: 17px;
	padding-top: 4px;
}
section.slider .slick-slide .catalog-card .caption p.price span {
	color: #485357;
	font-size: 12px;
	letter-spacing: normal;
	margin: 0;
	margin-right: 20px;
	font-weight: 500;
	float: none;
	display: block;
}
section.slider .slick-slide .catalog-card .caption a.price:hover {
	color: #008eff;
	text-decoration: none;
}
section.slider .slick-slide .catalog-card .sale {
	color: #ee2e24;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: #fff;
	border: none;
	position: absolute;
    top: 20px;
    left: 30px;
    z-index: 2;
    float: left;
    background-color: #FFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
    box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
}
section.slider .slick-slide .catalog-card .lider {
	color: #0070c9;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: #fff;
	border: none;
	position: absolute;
    top: 20px;
    left: 30px;
    z-index: 2;
    float: left;
    background-color: #FFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
    box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
}

section.slider .slick-slide .catalog-card .btn-cart {
	display: block;
    font-size: 14px;
    color: #FFF;
    font-weight: 500;
    padding: 0;
    line-height: 50px;
    border: none;
    background: #f03229;
    background: -moz-linear-gradient(left, #f03229 1%, #fa703e 100%);
    background: -webkit-linear-gradient(left, #f03229 1%,#fa703e 100%);
    background: linear-gradient(to right, #f03229 1%,#fa703e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f03229', endColorstr='#fa703e',GradientType=1 );
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    outline: none;
    z-index: 1;
    width: calc(100% - 60px);
    opacity: 0;
    height: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
}

section.slider .slick-slide .catalog-card.add-btn-cart:hover {
	margin-bottom: 0;
	padding-bottom: 110px;
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
section.slider .slick-slide .catalog-card:hover .btn-cart {
    opacity: 1;
    height: auto;
    margin-top: 30px;
}
section.slider .slick-slide .catalog-card .btn-cart:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f03229;
    z-index: -1;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
}
section.slider .slick-slide .catalog-card .btn-cart .icon{
    width: 17px;
    height: 15px;
    display: inline-block;
    background-image: url(../images/icons/icon-main-header-cart.png);
    -webkit-background-size: 17px;
    -o-background-size: 17px;
    background-size: 17px;
    background-repeat: no-repeat;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-right: 10px;
}
section.slider .slick-slide .catalog-card .btn-cart:hover:before {
    opacity: 1;
}
.num-all-goods {
	color: #7E9299;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 45px;
}
.all-catalog-card {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	padding: 35px 15px 40px 15px;
	margin-bottom: 40px;
	position: relative;
	height: calc(100% - 40px);
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.all-catalog-card:hover {
    -webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.3);
    box-shadow: 0 7px 45px 5px rgba(0,0,0,0.3);
}
.all-catalog-card a {
	text-decoration: none;
	overflow: hidden;
	width: 100%;
	margin: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.all-catalog-card a:before {
	content: "";
	padding-top: 100%;
	float: left;
}
.main-catalog-list .all-catalog-card a:before {
	padding-top: 0;
}
.all-catalog-card h3 {
	color: #1F1F21;
	text-decoration: none;
	font-size: 18px;
	line-height: 25px;
	min-height: 56px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0 15px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	width: 100%;
}
.all-catalog-card a:hover h3 {
	color: #f34831;
}
.all-catalog-card .mark {
	font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-color: transparent;
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 2;
    float: left;
    background-color: #FFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
    box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
    padding: 0 15px;
    line-height: 30px;
}
.all-catalog-card .mark.sale {
	color: #ee2e24;
}
.all-catalog-card .mark.lider {
	color: #0070c9;
}
.all-catalog-card .num-goods {
	padding: 0 15px;
	color: #0070C9;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
@media (max-width:767px) {
	.all-catalog-card h3 {
		min-height: auto;
		margin-bottom: 20px;
	}
}

.filters-wrap {
	padding: 25px 100px 10px 30px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	margin-bottom: 40px;
	user-select: none;
}
.filters-wrap .filters-item {
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 15px;
	position: relative;
}
.filters-wrap .filters-item .select2-selection--single {
	/*-webkit-border-radius: 20px;
	        border-radius: 20px;
	height: 40px;
	line-height: 40px;
	outline: none;
	border: none;
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);*/
	height: 40px;
    line-height: 40px;
    outline: none;
    border: none;
}
.filters-wrap .filters-item .select2-selection--single .select2-selection__rendered {
	color: #485357;
	line-height: 38px;
	font-size: 14px;
	font-weight: 600;
	/*padding-left: 25px;
	padding-right: 30px;*/
	padding-left: 30px;
	padding-right: 15px;
	width: auto;
    display: inline-block;
        margin-left: -27px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #485357;
    font-weight: 400;
}
.filters-wrap .filters-item .select2-selection--single .select2-selection__arrow {
	height: 40px;
	position: absolute;
	top: 0px;
	/*right: 0px;*/
	width: 28px;
	right: auto;
}
.select2-dropdown {
    background-color: white;
    border: none;
    border-radius: 6px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    -webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
}
.filters-wrap .filters-item.select-sort .select2-selection--single .select2-selection__clear {
	display: none;
}
@media (max-width: 480px) {
	.filters-wrap {
		padding: 25px 20px 10px 20px;
	}
	.filters-wrap .filters-item {
		white-space: nowrap;
	}
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, 
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.select2-container--open .select2-dropdown--above {
    margin-top: -11px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 100%;
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.2);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.2);
	border: none;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/*min-width: 250px;*/
	max-width: 370px;
}
.select2-container--open .select2-dropdown--below {
    margin-top: 11px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 100%;
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.2);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.2);
	border: none;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/*min-width: 250px;*/
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 350px;
    overflow-y: auto;
    padding: 20px 0 20px 0;
}
.select2-container {
	/*width: 100%;*/
	background: #FFF;
	-webkit-border-radius: 20px !important;
	        border-radius: 20px !important;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	-webkit-border-radius: 20px !important;
	border-radius: 20px !important;
}
.select2-container .select2-selection {
	height: 50px;
	border: none;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align: left;
	-webkit-transition: ease-in-out .15s;
	-o-transition: ease-in-out .15s;
	transition: ease-in-out .15s;
	color: #7E9299;
} 
.select2-container .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 48px;
    padding-left: 20px;
    padding-right: 37px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	content: " ";
	color: #dddfe1;
	display: block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 6px dashed;
	border-top: 6px solid \9;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	right: 15px;
	position: absolute;
	-webkit-transition: ease-in-out .15s;
	-o-transition: ease-in-out .15s;
	transition: ease-in-out .15s;
	left: auto;
} 
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-top: 0;
    border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 6px dashed;
	border-bottom: 6px solid \9;
}
.select2-container--default:hover .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	color: #7E9299;
} 

.select2-results__option {
	display: block;
	padding: 10px 30px;
	clear: both;
	font-weight: 400;
	line-height: 24px;
	color: #485357;
	/*white-space: nowrap;*/
	position: relative;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	font-weight: 500;
	color: #1f1f21;
	background-color: #FFF;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #FFF;
}
.select2-container--default .select2-results__option[aria-selected=true]:after {
	content: ' ';
	width: 12px;
	height: 9px;
	background: url(../images/icons/icon-check-a.png) center center no-repeat;
	-webkit-background-size: 12px;
	-o-background-size: 12px;
	background-size: 12px;
	display: block;
	z-index: 12;
	position: absolute;
	right: 20px;
	top: 15px;
}
.filters-wrap .filters-item > .btn-group {
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.filters-wrap .filters-item .select-price-btn {
	background-color: #FFF;
	-webkit-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px;
	height: 40px;
	line-height: 40px;
	outline: none;
	border: none;
	padding: 0;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	
}
.filters-wrap .filters-item .select-price-btn input {
	background-color: #FFF;
	-webkit-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px;
	height: 40px;
	line-height: 40px;
	outline: none;
	border: none;
	padding: 0;
	padding-left: 15px;
	padding-right: 30px;
	cursor: pointer;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 150px;
	user-select: none;
}
.filters-wrap .filters-item .select-price-btn:after {
	content: " ";
	color: #dddfe1;
	display: block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 6px dashed;
	border-top: 6px solid \9;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	right: 15px;
	position: absolute;
	-webkit-transition: ease-in-out .15s;
	-o-transition: ease-in-out .15s;
	transition: ease-in-out .15s;
	left: auto;
	position: absolute;
	top: 50%;
	margin-top: -2px;
}
.filters-wrap .filters-item  .select-price-btn:hover:after {
	color: #7E9299;
}
.filters-wrap .filters-item .open .select-price-btn:after {
	border-color: transparent transparent #888 transparent;
	border-top: 0;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 6px dashed;
	border-bottom: 6px solid \9;
	color: #7E9299;
}
.filters-wrap .filters-item .select-price-reset {
	background-color: #FFF;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	height: 40px;
	width: 42px;
	line-height: 40px;
	outline: none;
	border: none;
	padding: 0 15px;
	
	background-image: url(../images/icons/icon-basket-del.png);
	-webkit-background-size: 10px;
	     -o-background-size: 10px;
	        background-size: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	color: transparent;
}
.filters-wrap .filters-item .select-price-reset:before {
	content: "";
	display: block;
	height: 100%;
	width: 1px;
	border-left: solid 1px #EBEDEF !important;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.filters-wrap .filters-item .select-price-range {
	width: 360px;
	padding: 40px 30px;
	margin-top: 11px;
	border: none;
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #909396;
}
.filters-wrap .filters-item .select-price-range label {
	color: #1F1F21;
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
}
.filters-wrap .filters-item .select-price-range input {
	border: solid 1px #EBEDEF;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	height: 40px;
	line-height: 40px;
	padding: 0 13px;
	display: inline-block;
	width: 90px;
	margin-bottom: 15px;
	color: #7E9299;
	font-size: 14px;
}
.filters-wrap .filters-item #select-price-range {
	height: 4px;
	background-color: #ebedef;
	margin-top: 30px;
}
.filters-wrap .filters-item #select-price-range .ui-slider-range {
	height: 4px;
	background-color: #ced0d2;
	cursor: pointer;
}
.filters-wrap .filters-item .ui-slider .ui-slider-handle {
	border: none;
	background: #f03229;
	background: -moz-linear-gradient(left, #f03229 1%, #fa703e 100%);
	background: -webkit-linear-gradient(left, #f03229 1%,#fa703e 100%);
	background: linear-gradient(to right, #f03229 1%,#fa703e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f03229', endColorstr='#fa703e',GradientType=1 );
	font-weight: normal;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	top: -10px;
	margin-left: -12px;
	-webkit-box-shadow: 0 12px 21px 0 rgba(255, 61, 47, 0.32);
	box-shadow: 0 12px 21px 0 rgba(255, 61, 47, 0.32);
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
.filters-wrap .filters-item .ui-slider .ui-slider-handle:hover {	
	-webkit-box-shadow: 0 12px 21px 0 rgba(255, 61, 47, 0.5);
	box-shadow: 0 12px 21px 0 rgba(255, 61, 47, 0.5);
	outline: none;
	cursor: pointer;
}
.filters-wrap .filters-item.select-only {
	margin-bottom: 0;
}
.filters-wrap .filters-item.select-only label {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	background-color: #FFF;
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font-weight: 400;
	position: relative;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
	margin-right: 13px;
	margin-bottom: 15px;
}
.filters-wrap .filters-item.select-only label:nth-last-child(1) { 
	margin-right: 0;
}
.filters-wrap .filters-item.select-only input {
	display: none;
}
.filters-wrap .filters-item.select-only input:checked + label{
	font-weight: 600;
	padding-right: 57px;
}
.filters-wrap .filters-item.select-only label button[type="reset"] {
	display: none;
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	width: 42px;
	border: none;
	border-left: 1px solid #ebedef;
	background-color: transparent;
	background-image: url(../images/icons/icon-basket-del.png);
	-webkit-background-size: 10px;
	     -o-background-size: 10px;
	        background-size: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	color: transparent;
	outline: none;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
	opacity: 0;
}
.filters-wrap .filters-item.select-only input:checked + label button[type="reset"] {
	display: inline-block;
	opacity: 1;
}
.filters-wrap .filters-item.select-brand .select-brand-btn {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	padding-right: 32px;
	background-color: #FFF;
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font-weight: 400;
	position: relative;
	outline: none;
}
.filters-wrap .filters-item .select-brand-btn:after {
	content: " ";
	color: #dddfe1;
	display: block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 6px dashed;
	border-top: 6px solid \9;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	right: 15px;
	position: absolute;
	-webkit-transition: ease-in-out .15s;
	-o-transition: ease-in-out .15s;
	transition: ease-in-out .15s;
	left: auto;
	position: absolute;
	top: 50%;
	margin-top: -2px;
}
.filters-wrap .filters-item  .select-brand-btn:hover:after {
	color: #7E9299;
}
.filters-wrap .filters-item.open .select-brand-btn:after {
	border-color: transparent transparent #888 transparent;
	border-top: 0;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 6px dashed;
	border-bottom: 6px solid \9;
	color: #7E9299;
}
.filters-wrap .filters-item .select-brand-btn .sum-brand {
	color: #485357;
	font-weight: 600;
	display: inline-block;
}
.filters-wrap .filters-item.select-brand .select-brand-wrap{
	width: 335px;
	padding: 40px 15px 25px 30px;
	background-color: #FFF;
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-top: 11px;
	border: none;
}
.filters-wrap .filters-item.select-brand .select-brand-wrap input {
	display: none;
}
.filters-wrap .filters-item.select-brand .select-brand-wrap label {
	display: inline-block;
	width: calc(50% - 15px);
	padding: 15px 10px;
	background-color: #FFF;
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	position: relative;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
}
.filters-wrap .filters-item.select-brand .select-brand-wrap label:hover {
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.2);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.2);
}
.filters-wrap .filters-item.select-brand .select-brand-wrap label img.hover {
	opacity: 0;
	display: inline-block;
	position: absolute;
	width: calc(100% - 20px);
}
.filters-wrap .filters-item.select-brand .select-brand-wrap label img {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.filters-wrap .filters-item.select-brand .select-brand-wrap label:after {
	content: " ";
	display: block;
	width: 12px;
	height: 9px;
	background: url(../images/icons/icon-check-a.png) center center no-repeat;
	-webkit-background-size: 12px;
	-o-background-size: 12px;
	background-size: 12px;
	z-index: 12;
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: 0;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


.filters-wrap .filters-item.select-brand .select-brand-wrap label:hover img.hover,
.filters-wrap .filters-item.select-brand .select-brand-wrap input:checked + label img.hover,
.filters-wrap .filters-item.select-brand .select-brand-wrap input:checked + label:after {
	opacity: 1;
}

.filters-wrap .filters-item.select-industry .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-results .img-industry {
	width: 16px;
	display: inline-block;
	margin-right: 20px;
}
.select2-results .img-industry img{
	max-width: 100%;
	max-height: 20px;
	display: block;
	position: relative;
	top: 2px;
}
.filters-wrap .filters-item.select-task .select2-container {
	max-width: 200px;
}
.select2-hidden-accessible {
    display: none;
}
.filters-wrap .reset-all {
	display: block;
	float: right;
	height: 40px;
	line-height: 40px;
	background-color: transparent;
	font-size: 14px;
	color: #0070C9;
	padding: 0 15px;
	border: none;
	position: absolute;
	right: 30px;
	bottom: 65px;
	outline: none;
}
.filters-wrap.navmenu {
	width: 350px;
	margin-right: 15px;
	float: left;
	border: none;
	padding: 0;
}
.filters-wrap.navmenu .filters-item {
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
	margin-right: 0px;
	position: relative;
	min-height: 80px;
	
}
.filters-wrap.navmenu .filters-item + .filters-item {
	border-top: 1px solid #ebedef;
}
.filters-wrap.navmenu .filters-item .btn-category {
	width: 100%;
	height: 80px;
	padding: 10px 40px 10px 30px;
	display: flex;
	font-size: 16px;
	color: #1F1F21;
	font-weight: 500;
	cursor: pointer;
	position: relative;
	align-items: center;
	text-decoration: none;
}
.filters-wrap.navmenu .select-category .panel .btn-category {
	color: #485357;
}
.filters-wrap.navmenu .select-category .btn-category .num {
	color: #7e9299;
	font-size: 12px;
	display: inline-block;
	margin-left: 20px;
}

.filters-wrap.navmenu .select-category ul {
	border-top: 1px solid #ebedef;
	margin-top: 1px;
	list-style: none;
	margin-bottom: 0;
}
.filters-wrap.navmenu .select-category .panel {
	border: none;
	display: block;
	box-shadow: none;
	border-radius: 0;
}
.filters-wrap.navmenu .select-category .panel + .panel {
	border-top: 1px solid #ebedef;
	margin-top: 1px;
}
.filters-wrap.navmenu .select-category .group-products li {
	display: block;
}
.filters-wrap.navmenu .select-category .group-products li + li{
	border-top: 1px solid #ebedef;
	margin-top: 1px;
}
.filters-wrap.navmenu .select-category .btn-category[data-toggle="collapse"]:after {
    content: " ";
    color: #dddfe1;
    display: block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 6px dashed;
    border-top: 6px solid \9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    right: 15px;
    position: absolute;
    -webkit-transition: ease-in-out .15s;
    -o-transition: ease-in-out .15s;
    transition: ease-in-out .15s;
    left: auto;
    position: absolute;
    top: 50%;
    margin-top: -2px;
}
.filters-wrap.navmenu .select-category .btn-category[data-toggle="collapse"]:hover:after {
    color: #7E9299;
}
.filters-wrap.navmenu .select-category .btn-category[data-toggle="collapse"][aria-expanded="true"]:after {
    border-color: transparent transparent #888 transparent;
    border-top: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px dashed;
    border-bottom: 6px solid \9;
    color: #7E9299;
}
.filters-wrap.navmenu .filters-item .btn-collapse {
	width: 100%;
	height: 80px;
	padding: 10px 40px 10px 30px;
	display: flex;
	font-size: 16px;
	color: #1F1F21;
	font-weight: 500;
	cursor: pointer;
	position: relative;
	align-items: center;
	text-decoration: none;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.filters-wrap.navmenu .filters-item .btn-collapse:hover {
	background-color: #f6f8fa;
}
.filters-wrap.navmenu .filters-item .btn-collapse[aria-expanded="true"]:hover {
	background-color: transparent;
}
.filters-wrap.navmenu .filters-item .btn-collapse[data-toggle="collapse"]:after {
    content: " ";
    color: #dddfe1;
    display: block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 6px dashed;
    border-top: 6px solid \9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    right: 15px;
    position: absolute;
    -webkit-transition: ease-in-out .15s;
    -o-transition: ease-in-out .15s;
    transition: ease-in-out .15s;
    left: auto;
    position: absolute;
    top: 50%;
    margin-top: -2px;
}
.filters-wrap.navmenu .filters-item .btn-collapse[data-toggle="collapse"]:hover:after {
    color: #7E9299;
}
.filters-wrap.navmenu .filters-item .btn-collapse[data-toggle="collapse"][aria-expanded="true"]:after {
    border-color: transparent transparent #888 transparent;
    border-top: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px dashed;
    border-bottom: 6px solid \9;
    color: #7E9299;
}
.filters-wrap.navmenu .filters-item .select-price-range {
    width: 100%;
    padding: 0 30px 40px;
    margin-top: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #909396;
}
.filters-wrap.navmenu .filters-item.select-brand .select-brand-wrap:after{
	content: '';
	display: block;
	clear: both;
}
.filters-wrap.navmenu .filters-item.select-brand .select-brand-wrap {
    width: 100%;
    padding: 0px 15px 25px 30px;
    background-color: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin-top: 0px;
    border: none;
}
.filters-wrap .filters-item.select-industry .select-industry-wrap {
	width: 100%;
	background-color: #FFF;
	border: none;
	margin-top: -10px;
	margin-bottom: 20px;
}
.filters-wrap .filters-item.select-industry .select-industry-wrap input {
	display: none;
}
.filters-wrap .filters-item.select-industry .select-industry-wrap label {
	display: inline-block;
	width: 100%;
	padding: 8px 40px 8px 30px;
	font-size: 14px;
	color: #485357;
	font-weight: 400;
	position: relative;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	margin-bottom: 0;
	cursor: pointer;
}
.filters-wrap .filters-item.select-industry .select-industry-wrap label .img-industry {
	width: 16px;
	display: inline-block;
	margin-right: 15px;
}
.filters-wrap .filters-item.select-industry .select-industry-wrap label .img-industry img {
	max-width: 100%;
	max-height: 20px;
	display: block;
	position: relative;
	top: 2px;
}
.filters-wrap .filters-item.select-industry .select-industry-wrap label:hover,
.filters-wrap .filters-item.select-industry .select-industry-wrap input:checked + label {
	color: #1f1f21;
	font-weight: 500;
	background-color: #fdf0e6;
}
.filters-wrap .filters-item.select-industry .select-industry-wrap label:after {
	content: " ";
	display: block;
	width: 12px;
	height: 9px;
	background: url(../images/icons/icon-check-a.png) center center no-repeat;
	-webkit-background-size: 12px;
	-o-background-size: 12px;
	background-size: 12px;
	z-index: 12;
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: 0;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


.filters-wrap .filters-item.select-industry .select-industry-wrap label:hover img.hover,
.filters-wrap .filters-item.select-industry .select-industry-wrap input:checked + label img.hover,
.filters-wrap .filters-item.select-industry .select-industry-wrap input:checked + label:after {
	opacity: 1;
}
.filters-wrap .filters-item.select-task .select-task-wrap {
	width: 100%;
	background-color: #FFF;
	border: none;
	margin-top: -10px;
	margin-bottom: 20px;
}
.filters-wrap .filters-item.select-task .select-task-wrap input {
	display: none;
}
.filters-wrap .filters-item.select-task .select-task-wrap label {
	display: inline-block;
	width: 100%;
	padding: 8px 40px 8px 30px;
	font-size: 14px;
	color: #485357;
	font-weight: 400;
	position: relative;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	margin-bottom: 0;
	cursor: pointer;
}
.filters-wrap .filters-item.select-task .select-task-wrap label:hover,
.filters-wrap .filters-item.select-task .select-task-wrap input:checked + label {
	color: #1f1f21;
	font-weight: 500;
	background-color: #fdf0e6;
}
.filters-wrap .filters-item.select-task .select-task-wrap label:after {
	content: " ";
	display: block;
	width: 12px;
	height: 9px;
	background: url(../images/icons/icon-check-a.png) center center no-repeat;
	-webkit-background-size: 12px;
	-o-background-size: 12px;
	background-size: 12px;
	z-index: 12;
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: 0;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


.filters-wrap .filters-item.select-task .select-task-wrap label:hover img.hover,
.filters-wrap .filters-item.select-task .select-task-wrap input:checked + label img.hover,
.filters-wrap .filters-item.select-task .select-task-wrap input:checked + label:after {
	opacity: 1;
}
.wrap-product-card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% - 365px);
	/*margin-left: -15px;
	margin-right: -15px;*/
}
@media (max-width:991px) {
	.filters-wrap.navmenu {
		width: 300px;
		height: auto;
		position: fixed;
    z-index: 1050;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    border-radius: 0;
    background-color: #FFF;
	}
	.wrap-product-card {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
}
.wrap-product-card .col-md-4 {

}
.wrap-product-card .product-card {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	padding: 35px 15px 40px 15px;
	margin-bottom: 40px;
	position: relative;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 40px);
    -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.wrap-product-card .product-card:hover {
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.2);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.2);
}
.wrap-product-card .product-card .mark {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-color: transparent;
	position: absolute;
	top: 20px;
	left: 30px;
	z-index: 2;
	float: left;
	background-color: #FFF;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	padding: 0 15px;
	line-height: 30px;
}
.wrap-product-card .product-card .mark.sale {
	color: #ee2e24;
}
.product-card .mark.lider {
	color: #0070c9;
}
.wrap-product-card .product-card a {
/*    text-decoration: none;
    display: block;*/
	text-decoration: none;
	overflow: hidden;
	width: 100%;
	margin: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.wrap-product-card .product-card a:before {
	content: "";
	padding-top: 100%;
	float: left;
}
.wrap-product-card .product-card h3 {
    color: #1F1F21;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 0 15px;
    -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	width: 100%;
}
.wrap-product-card .product-card a:hover h3 {
    color: #f34831;
}

.wrap-product-card .product-card .price {
	padding: 0 15px;
	margin-top: 15px;
	float: none;
	vertical-align: top;
	white-space: nowrap;
}
.wrap-product-card .product-card .price .old-price {
	display: block;
	color: #485357;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 16px;
	height: 16px;
	text-decoration: line-through;
	font-weight: 500;
}
.wrap-product-card .product-card .price .current-price {
	display: inline-block;
	color: #1f1f21;
	font-size: 24px;
	line-height: 18px;
	height: 36px;
	font-weight: 500;
	margin-right: 20px;
	vertical-align: top;
}
.wrap-product-card .product-card .price .price-by-price {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	height: 36px;
	vertical-align: top;
}
.wrap-product-card .product-card .price .price-by-price .price-desc {
	display: block;
	color: #485357;
	font-size: 12px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 6px;
}
.pagination>li>a  {
    position: relative;
    float: left;
    margin-right: 15px;
    padding: 0px 5px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #1f1f21;
    background-color: #fff;
    border: none;
    margin-left: 0px;
    text-align: center;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
.pagination>li:first-child>a {
    margin-left: 0;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination>li:last-child>a {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination>li>a:hover, 
.pagination>li>a:focus {
    z-index: 2;
    color: #FFF;
    background-color: #f03229;
    border: none;
}
.pagination>.active>a, 
.pagination>.active>a:hover, 
.pagination>.active>a:focus {
	z-index: 3;
	color: #fff;
	background: #f03229;
	background: -moz-linear-gradient(left, #f03229 1%, #fa703e 100%);
	background: -webkit-linear-gradient(left, #f03229 1%,#fa703e 100%);
	background: linear-gradient(to right, #f03229 1%,#fa703e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f03229', endColorstr='#fa703e',GradientType=1 );
	border: none;
	cursor: default;
}

.contacts-big-card {
	background-color: #FFF;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	padding: 70px 50px 30px;
	font-weight: 400;
	font-size: 16px;
	color: #485357;
	margin-bottom: 40px;
}
.contacts-big-card h3 {
	font-size: 24px;
	margin-bottom: 20px;
	margin-top: 0;
	font-weight: 500;
}
.contacts-big-card h4 {
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 0;
	font-weight: 500;
}
.contacts-big-card p {
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 0;
}
.contacts-big-card .wrap-contact {
	margin-top: 30px;
	vertical-align: top;
	margin-bottom: 30px;
	overflow: hidden;
}
.contacts-big-card .wrap-contact .block-contact {
	display: inline-block;
	width: calc(100% - 180px);
	margin-bottom: 15px;
}
.contacts-big-card .wrap-contact .block-contact:nth-child(2n+1) {
	width: 180px;
	padding-right: 15px;
	white-space: nowrap;
}
.contacts-big-card .wrap-contact .block-contact a {
	color: #485357;
	text-decoration: none;
}
.contacts-big-card .wrap-contact .block-contact a:hover {
	color: #008eff;
	text-decoration: none;
}

.contacts-big-card .wrap-form form {
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
}
.contacts-big-card .wrap-form form .checkbox {
	position: relative;
}
.contacts-big-card .wrap-form form .checkbox input[type="checkbox"] {
	display: none;
}
.contacts-big-card .wrap-form form .checkbox label {
	font-size: 14px;
	color: #485357;
	position: relative;
	padding-left: 15px;
}
.contacts-big-card .wrap-form form .checkbox label a {
	color: #0070c9;
	text-decoration: none;
}
.contacts-big-card .wrap-form form .checkbox label a:hover {
	color: #008eff;
	text-decoration: none;
}
.contacts-big-card .wrap-form form .checkbox label:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	border: 1px solid #ebedef;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	margin-right: 15px;
	position: relative;
	top: 8px;
}
.contacts-big-card .wrap-form form .checkbox label:hover:before {
	border: 1px solid #ced0d2;
}
.contacts-big-card .wrap-form form .checkbox input[type=checkbox]:checked + label:before {
	background-image: url(../images/icons/icon-check-a.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 12px;
	     -o-background-size: 12px;
	        background-size: 12px;
}
.contacts-big-card .btn.application {
	width: 100%;
	max-width: 350px;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	padding: 0 15px;
	border: none;
	outline: none;
	background: #f03229;
    background: -moz-linear-gradient(left, #f03229 1%, #fa703e 100%);
    background: -webkit-linear-gradient(left, #f03229 1%,#fa703e 100%);
    background: linear-gradient(to right, #f03229 1%,#fa703e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f03229', endColorstr='#fa703e',GradientType=1 );
    position: relative;
    z-index: 1;
}
.contacts-big-card .btn.application:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #f03229;
	z-index: -1;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 0;
}
.contacts-big-card .btn.application:hover:before {
	opacity: 1;
}
.wrap-contacts-card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.contacts-card {
	background-color: #FFF;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	padding: 40px 50px;
	margin-bottom: 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #485357;
	font-size: 16px;
	height: calc(100% - 40px);
}
.contacts-card .wrap-contact {
	overflow: hidden;
}
.contacts-card .block-contact {
	display: inline-block;
	width: calc(100% - 240px);
	margin-bottom: 15px;
}
.contacts-card .block-contact:nth-child(2n+1) {
	width: 240px;
	padding-right: 15px;
	white-space: nowrap;
}
.contacts-card .block-contact a {
	color: #485357;
	text-decoration: none;
}
.contacts-card .block-contact a:hover {
	color: #008eff;
	text-decoration: none;
}
.contacts-card .card-head {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.contacts-card .icon-img {
	width: 60px;
	height: 60px;
	display: flex;
	float: left;
	margin-right: 20px;
	top: 0;
	align-items: center;
    justify-content: center;
}
.contacts-card h3 {
	display: inline-block;
	width: calc(100% - 80px);
	font-size: 24px;
	color: #1F1F21;
	margin-top: 0;
	margin-bottom: 0;

}
.contacts-card p {
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.wrap-form form .form-group .col-sm-6 + .col-sm-6, .wrap-form form.form-inline .form-group .col-sm-6 + .col-sm-6{
	    margin-top: 20px;
	}
}
@media (max-width:640px) {
	.contacts-big-card .wrap-contact .block-contact {
		width: 100%;
	}
	.contacts-card .block-contact {
		width: 100%;
	}
}
@media (max-width:480px) {
	.contacts-big-card {
		padding: 30px 15px;
	}
	.contacts-card {
		padding: 30px 15px;
	}
}
select.diller-search {
	width: 100%;
	max-width: 400px;
	height: 50px;
	margin-top: 30px;
}
.diller-search {
	margin-bottom: 40px;
	
}
.diller-search .select2-container {
	width: 100%;
	max-width: 400px;
	height: 50px;
	margin-top: 30px;
	border: none;
	-webkit-border-radius: 6px !important;
	        border-radius: 6px !important;
	outline: none;
}
.diller-search .select2-container .select2-selection {
	border: 1px solid #ebedef;
	-webkit-border-radius: 6px !important;
	        border-radius: 6px !important;
	    outline: none;
}
.diller-search .select2-container--default .select2-selection--single .select2-selection__clear {
	display: none;
}
.diller-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
}

.dillers-wrap {
	padding: 50px;
	background-color: #FFF;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	margin-left: 0;
	margin-right: 0;
}
.dillers-wrap h2 {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 20px;
	color: #1f1f21;
}
.dillers-wrap table {
	width: 100%;
	vertical-align: top;
	text-align: left;
	margin-bottom: 60px;
}
.dillers-wrap table td, .dillers-wrap table th {
	vertical-align: top;
	text-align: left;
	padding: 20px 15px 20px 0;
	border-bottom: 1px solid #ebedef;
	font-size: 16px;
}
.dillers-wrap table td p, .dillers-wrap table th p{
	margin-bottom: 0;
}
.dillers-wrap table td p + p, .dillers-wrap table th p + p {
	margin-top: 12px;
}
.dillers-wrap table td:nth-child(1), .dillers-wrap table th:nth-child(1) { 
	width: 5px;

}
.dillers-wrap table thead th {
	font-size: 14px;
	line-height: 18px;
	color: #7E9299;
	font-weight: 400;
}
.dillers-wrap table a {
	color: #0070C9;
	text-decoration: none;
}
.dillers-wrap table a:hover {
	color: #008eff;
	text-decoration: none;
}

.dillers-wrap table a[href^="tel:"] {
	color: #485357;
	display: block;
	padding-left: 25px;
	background-image: url(../images/icons/icon-main-header-phone.png);
	-webkit-background-size: 16px;
	     -o-background-size: 16px;
	        background-size: 16px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 12px;
	white-space: nowrap;
}
.dillers-wrap table a[href^="tel:"]:hover {
	color: #008eff;
}
.dillers-wrap table a[href^="mailto:"] {
	color: #485357;
	display: block;
	padding-left: 25px;
	background-image: url(../images/icons/icon-main-header-email.png);
	-webkit-background-size: 16px;
	     -o-background-size: 16px;
	        background-size: 16px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 12px;
}
.dillers-wrap table a[href^="mailto:"]:hover {
	color: #008eff;
}
@media (max-width: 767px) {
	.dillers-wrap {
		padding: 15px;
	}

}
@media (max-width: 480px) {
	.dillers-wrap {
		padding: 15px 0;
	}
	.dillers-wrap table td:nth-child(1), 
	.dillers-wrap table th:nth-child(1) {
		width: 1px;
		padding-right: 0;
	}
	.dillers-wrap table td, .dillers-wrap table th {
		vertical-align: top;
		text-align: left;
		padding: 20px 7px 20px 0;
		border-bottom: 1px solid #ebedef;
		font-size: 14px;
	}
	.dillers-wrap table a {
		font-size: 14px;
	}
	.dillers-wrap table a[href^="tel:"] {
		padding-left: 18px;
		-webkit-background-size: 14px;
		-o-background-size: 14px;
		background-size: 14px;
	}
}
.sticky {
	padding-top: 25px;
	position: fixed;
	z-index: 98;
}
.stop {
	position: relative;
	z-index: 98;
}

.wrap-info .ref-block {
	margin-bottom: 40px;
	background-color: #FFF;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	height: calc(100% - 40px);
	padding-bottom: 30px;
}
.wrap-info .ref-block:hover {
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.2);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.2);
}
.ref-block .ref-date {
    display: block;
    color: #CED0D2;
    font-size: 16px;
    margin-bottom: 0px;
    background-image: url(../images/icons/icon-main-news-date.png);
    -webkit-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    line-height: 20px;
    margin-left: 30px;
    font-family: 'Roboto', Arial;
    font-weight: 400;
}
.ref-block a {
	text-decoration: none;
}
.ref-block a img {
	display: block;
	width: 100%;
	max-width: none;
}
.ref-block a h4 {
	padding: 20px 30px 10px 30px;
    margin: 0;
    line-height: 28px;
    color: #1F1F21;
    font-size: 18px;
    -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.ref-block a:hover h4 {
	color: #f34831;
	text-decoration: none;
}
.ref-block a p {
	padding: 0px 30px;
    margin: 0;
    line-height: 24px;
    color: #485357;
    font-size: 16px;
}
.wrap-block .special-ref {
	height: 100%;
}
.wrap-block .special-ref a {
    display: block;
    height: 100%;
    overflow: hidden;
    -webkit-border-radius: 6px;
            border-radius: 6px;
}
.wrap-block .special-ref img {
	height: 100%;
	-webkit-border-radius: 6px;
            border-radius: 6px;
	max-width: none;
}
@media (max-width: 768px) {
	.wrap-info .ref-block {
		display: block;
	}
	.wrap-block .special-ref {
		height: auto;
	}
	.wrap-block .special-ref img {
		height: auto;
		max-width: 100%;
	}
}
.order-card {
	background-color: #FFF;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
	padding: 40px 50px 70px 50px;
	margin-bottom: 40px;
	color: #485357;
	font-size: 16px;
}
.order-card .card-head {
	margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.order-card .icon-img {
    width: 60px;
    height: 60px;
    display: flex;
    float: left;
    margin-right: 20px;
    top: 0;
    align-items: center;
    justify-content: center;
}
.order-card h3 {
    display: inline-block;
    width: calc(100% - 80px);
    font-size: 24px;
    color: #1F1F21;
    margin-top: 0;
    margin-bottom: 0;
}
.order-card .autorize {
	display: block;
	width: 100%;
	max-width: 400px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #FFF;
	font-weight: 500;
	border: none;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #f03229;
	background: -moz-linear-gradient(left, #f03229 1%, #fa703e 100%);
	background: -webkit-linear-gradient(left, #f03229 1%,#fa703e 100%);
	background: linear-gradient(to right, #f03229 1%,#fa703e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f03229', endColorstr='#fa703e',GradientType=1 );
	outline: none;
	position: relative;
	z-index: 1;
	margin-top: 25px;
}
.order-card .autorize:before {
    background: #f03229;
    opacity: 0;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.order-card .autorize:hover:before {
    opacity: 1;
}
.order-card p {
	width: 100%;
	max-width: 550px;
}
.order-card .form-inline .form-group {
	margin-bottom: 25px;
}
.order-card .form-inline label {
	color: #1F1F21;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	
}
.order-card .form-inline input.form-control {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ebedef;
	height: 50px;
	line-height: 50px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding: 0 20px;
	font-size: 14px;
}
.order-card .form-inline input[placeholder] {
	color:#7e9299; 
	text-overflow:ellipsis;
}
.order-card .form-inline input:focus,
.order-card .form-inline input:focus[placeholder] {
	color:#1f1f21; 
}
.order-card .form-inline input::-webkit-input-placeholder {
	color:#7e9299; 
	text-overflow:ellipsis;
}
.order-card .form-inline input::-moz-placeholder {
	color:#7e9299; 
	text-overflow:ellipsis;
} 
.order-card .form-inline input:-moz-placeholder {
	color:#7e9299; 
	text-overflow:ellipsis;
} 
.order-card .form-inline input:-ms-input-placeholder {
	color:#7e9299; 
	text-overflow:ellipsis;
}

.order-card .form-inline input:focus {
	border-color: #ced0d2;
} 

.order-card .chec-payment label {
	font-size: 14px;
	color: #1F1F21;
	font-weight: 500;
	padding-right: 30px;
	padding-left: 35px;
	cursor: pointer;
	position: relative;
	 -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}
.order-card .chec-payment input[type="radio"] {
	display: none;
}
.order-card .chec-payment label:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background-color: #FFF;
	border: 1px solid #eaecee;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	 -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	-webkit-box-shadow:inset 0 0 0 8px #FFFFFF;
	box-shadow:inset 0 0 0 8px #FFFFFF;
}
.order-card .chec-payment label:hover:before {
	border-color: #ced0d2;
}
.order-card .chec-payment input[type=radio]:checked + label:before {
	content: "";
	background: #f03229;
	background: -moz-linear-gradient(left, #f03229 1%, #fa703e 100%);
	background: -webkit-linear-gradient(left, #f03229 1%,#fa703e 100%);
	background: linear-gradient(to right, #f03229 1%,#fa703e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f03229', endColorstr='#fa703e',GradientType=1 );
	border-color: #ced0d2;
}
.order-card textarea.form-control {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ebedef;
	height: 100px;
	line-height: 20px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding: 15px 20px;
	font-size: 14px;
}
.order-card textarea[placeholder] {
	color:#7e9299; 
	text-overflow:ellipsis;
}
.order-card textarea:focus,
.order-card textarea:focus[placeholder] {
	color:#1f1f21; 
}
.order-card textarea::-webkit-input-placeholder {
	color:#7e9299; 
	text-overflow:ellipsis;
}
.order-card textarea::-moz-placeholder {
	color:#7e9299; 
	text-overflow:ellipsis;
} 
.order-card textarea:-moz-placeholder {
	color:#7e9299; 
	text-overflow:ellipsis;
} 
.order-card textarea:-ms-input-placeholder {
	color:#7e9299; 
	text-overflow:ellipsis;
}

.order-card textarea:focus {
	border-color: #ced0d2;
} 
.file-upload {
	display: block;
	position: relative; 
	font-size: 14px;	
	min-height: 40px;
	line-height: 18px;
	margin-top: 30px;
	margin-bottom: 0;
}
.file-upload .button, .order-card .file-upload > mark{
    display: block;
    cursor: pointer;
}
.file-upload .button{
    outline: none;
    background: transparent;
    -webkit-transition: ease-in-out .15s;
    -o-transition: ease-in-out .15s;
    transition: ease-in-out .15s;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    -webkit-box-shadow: 0 6px 21px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 6px 21px 0 rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: block;
    float: left;
    z-index: 10;
    position: relative;
}
.file-upload:hover .button {
    -webkit-transition: ease-in-out .15s;
    -o-transition: ease-in-out .15s;
    transition: ease-in-out .15s;
    -webkit-box-shadow: 0 12px 21px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 12px 21px 0 rgba(0, 0, 0, 0.2);
}

.file-upload .button .icon {
    background-image: url(../images/icons/clip.png);
    -webkit-background-size: 14px;
    -o-background-size: 14px;
    background-size: 14px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: ease-in-out .15s;
    -o-transition: ease-in-out .15s;
    transition: ease-in-out .15s;
}
.file-upload:hover .button .icon {
    background-image: url(../images/icons/clip-w.png);
}
.file-upload .button:after {
    content: '';
    display: block;
    position: absolute;
    background: #ff352c;
    background: -moz-linear-gradient(left, #ff352c 1%, #ff723f 100%);
    background: -webkit-linear-gradient(left, #ff352c 1%,#ff723f 100%);
    background: linear-gradient(to right, #ff352c 1%,#ff723f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff352c', endColorstr='#ff723f',GradientType=1 );
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.15s;
    height: 40px;
    opacity: 0;
    z-index: -1;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.file-upload:hover .button:after {
    opacity: 1;
}
.file-upload > mark{
    background: transparent;
    padding-left: 55px;
    
}
.contacts-big-card .file-upload > mark {
    padding-left: 15px;
}
.file-upload p {
	font-size: 12px;
	color: #485357;
	margin-bottom: 0;
	padding-left: 55px;
	font-weight: 400;
}
@media only screen and ( max-width: 500px ){
  /*  .file_upload > mark{
        display: none
    }
    .file_upload .button{
        width: 100%
    }*/
}
.file-upload input[type=file]{
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: 0;
}

.wrap-order-items {
	-webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
    box-shadow: 0 7px 45px 5px rgba(0,0,0,0.12);
    padding: 30px;
    padding-top: 40px;
}
.wrap-order-items h4 {
	margin-top: 0;
	margin-bottom: 10px;
}
.wrap-order-items .wrap-item {
	padding: 30px 0;
	border: none;
}
.wrap-order-items .wrap-item:after {
	content: "";
	height: 0;
	width: 100%;
	clear: both;
	display: block;
}
.wrap-order-items .wrap-item + .wrap-item {
	border-top: 1px solid #ebedef;
}
.wrap-order-items .wrap-item .order-item.item {
	max-width: 120px;
	max-height: 120px;
	border: 1px solid #EBEDEF;
	text-align: center;
	float: left;
	width: 30%;
}
.wrap-order-items .wrap-item .order-item.item img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}
.wrap-order-items .wrap-item .order-item.order-descript {
	padding-left: 25px;
	width: calc(100% - 125px);
	min-width: 70%;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 120px;
}
.wrap-order-items .wrap-item .order-item.order-descript a {
	display: block;	
	padding-bottom: 15px;
	text-decoration: none;
}
.wrap-order-items .wrap-item .order-item.order-descript a h5 {
	color: #1f1f21;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	margin: 0;
	 -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
	hyphens: auto;
}
.wrap-order-items .wrap-item .order-item.order-descript .name-item {
	width: 100%;
}
.wrap-order-items .wrap-item .order-item.order-descript .price-item .sum {
	font-size: 18px;
	color: #1F1F21;
	line-height: 20px;
	font-weight: 500;
	white-space: nowrap;
	display: inline-block;
	padding-right: 5px;
}
.wrap-order-items .wrap-item .order-item.order-descript .price-item .num {
	font-size: 16px;
	color: #485357;
	line-height: 20px;
	font-weight: 400;
	white-space: nowrap;
	display: inline-block;
}
.wrap-order-items .all-items {
	color: #0070c9;
	display: block;
	font-size: 16px;
	padding-bottom: 30px;
	text-decoration: none;
}
.wrap-order-items .all-items:hover {
	color: #008eff;
}

.wrap-order-items .order-sum {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}
.wrap-order-items .order-sum h4 {
	font-size: 16px;
	color: #485357;
	font-weight: 400;
	display: inline-block;
	line-height: 20px;
	margin: 0;
}
.wrap-order-items .order-sum p {
	font-size: 16px;
	color: #1f1f21;
	font-weight: 500;
	display: inline-block;
	line-height: 20px;
	margin: 0;
}
.wrap-order-items .order-discount {
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
}
.wrap-order-items .order-discount h4 {
	font-size: 16px;
	color: #485357;
	font-weight: 400;
	display: inline-block;
	line-height: 20px;
	margin: 0;
}
.wrap-order-items .order-discount p {
	font-size: 16px;
	color: #1f1f21;
	font-weight: 500;
	display: inline-block;
	line-height: 20px;
	margin: 0;
}

.wrap-order-items .order-result {
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
	margin-top: 30px;
	border-top: 1px solid #EBEDEF;
	align-items: flex-end;
	padding-bottom: 25px;
}
.wrap-order-items .order-result h3 {
	font-size: 18px;
	color: #1f1f21;
	font-weight: 500;
	display: inline-block;
	line-height: 20px;
	margin: 0;
}
.wrap-order-items .order-result p {
	font-size: 30px;
	color: #1f1f21;
	font-weight: 500;
	display: inline-block;
	line-height: 20px;
	margin: 0;
}
.wrap-order-items .purchase {
	display: block;
    width: 100%;
    max-width: 450px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #FFF;
    font-weight: 500;
    border: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #f03229;
    background: -moz-linear-gradient(left, #f03229 1%, #fa703e 100%);
    background: -webkit-linear-gradient(left, #f03229 1%,#fa703e 100%);
    background: linear-gradient(to right, #f03229 1%,#fa703e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f03229', endColorstr='#fa703e',GradientType=1 );
    outline: none;
    position: relative;
    z-index: 1;
}
.wrap-order-items .purchase:before {
    background: #f03229;
    opacity: 0;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.wrap-order-items .purchase:hover:before {
    opacity: 1;
}
.wrap-order-items + a {
    text-align: center;
    display: block;
    padding: 30px;
    text-decoration: none;
    color: #0070C9;
}
.wrap-order-items + a:hover {
	color: #008eff;
}
@media (max-width:420px){
	.col-xs-offset-1 {
		margin-left: 0;
		width: 100%;
	}
}
.main-header--navright .header-cart {
	border: none;
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.2);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.2);
	-webkit-border-radius: 6px !important;
	border-radius: 6px !important;
	padding: 10px 0;
	width: 470px;
	right: -180px;
	margin-top: 23px !important;
    z-index: 99999999;
}
.main-header--navright .header-cart:before {
	content: "";
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	top: -10px;
	position: absolute;
	z-index: 1;
	display: block;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 11px dashed;
	border-bottom: 11px solid \9;
	color: #FFF;
}
.main-header--navright .header-cart .wrap {
	-ms-overflow-y: auto;
	    overflow-y: auto;
	max-height: 600px;
}
.main-header--navright .header-cart a {
	text-decoration: none;
}
.main-header--navright .header-cart a h3 {
	margin: 0;
	padding: 40px 30px 5px 30px;
	color: #1f1f21;
	font-size: 24px;
	font-weight: 500;
}
.header-cart .wrap-caret {
	padding: 30px 0;
	margin: 0 30px;
	border: none;
	display: flex;
	align-items: center;
	position: relative;
}
.header-cart .wrap-caret + .wrap-caret {
	border-top: 1px solid #ebedef;
}
.header-cart .wrap-caret .img-wrap {
	width: 120px;
	height: 120px;
	border: 1px solid #EBEDEF;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-cart .wrap-caret .wrap-desc {
	width: 250px;
	padding-left: 25px;
	padding-right: 5px;
}
.header-cart .wrap-caret .wrap-desc a {
	color: #1f1f21;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	text-decoration: none;
	display: block;
}
.header-cart .wrap-caret .wrap-desc a h4 {
	color: #1f1f21;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	margin: 0;
	padding-bottom: 10px;
}
.header-cart .wrap-caret .wrap-desc .price {
	float: none;
	font-size: 18px;
	font-weight: 500;
}
.header-cart .wrap-caret .caret-del {
	width: 40px;
	height: 40px;
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -20px;
	display: block;
	text-align: center;
	color: transparent;
	background-color: #FFF;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	background-image: url(../images/icons/icon-basket-del.png);
	-webkit-background-size: 10px;
	     -o-background-size: 10px;
	        background-size: 10px;
	background-position: center center;
	background-repeat: no-repeat;
}
.header-cart .wrap-caret .caret-del:hover {
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.06);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.06);
}
@media (max-width: 1850px){
	.main-header--navright .header-cart {
		right: -50px;
	}
	.main-header--navright .header-cart:before {
		left: 78%;
	}
}
.wrap-cart-footer {
	margin-top: 10px;
	padding: 40px 30px 30px 30px;
	border-top: 1px solid #EBEDEF;
	display: flex;
	justify-content: space-between;
}
.wrap-cart-footer .sum-wrap {
	display: flex;
	flex-direction: column;
	width: calc(100% - 220px);
	line-height: 25px;
}
.wrap-cart-footer .sum-wrap h5 {
	font-size: 16px;
	color: #485357;
	margin: 0;
	margin-bottom: 5px;
	font-weight: 400;
	line-height: 15px;
}
.wrap-cart-footer .sum-wrap .sum {
	font-size: 30px;
	color: #1f1f21;
	font-weight: 500;
	line-height: 28px;
	display: flex;
	white-space: nowrap;
}
.wrap-cart-footer .in-cart {
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-border-radius: 6px;
    border-radius: 6px;
    background: #f03229;
    background: -moz-linear-gradient(left, #f03229 1%, #fa703e 100%);
    background: -webkit-linear-gradient(left, #f03229 1%,#fa703e 100%);
    background: linear-gradient(to right, #f03229 1%,#fa703e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f03229', endColorstr='#fa703e',GradientType=1 );
    position: relative;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.wrap-cart-footer .in-cart:before {
	background: #f03229;
	opacity: 0;
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	left: 0;
	top: 0;
	z-index: -1;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.wrap-cart-footer .in-cart:hover:before {
	opacity: 1;
}
a {
	outline: none;
}
a:focus {
	outline: none;
}
.popup {
	display: none;
	width: 100%;
	max-width: 500px;
	min-width: 300px;
	position: relative;
	padding: 50px 50px 75px 50px;
	border-radius: 6px;
	background-color: #FFF;
}
#login-page.popup {
	display: block;
	margin: 0 auto;
}
.popup h3 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px;
}
.popup p {
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	color: #485357;
	width: 100%;
	max-width: 335px;
	margin: 0 auto;
}
.popup p a {
	color: #0070c9;
	text-decoration: none;
}
.popup p a:hover {
	color:#008eff;
	text-decoration: none;
}
.popup p b {
	color: #1f1f21;
	font-weight: 500;
}
.popup .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.06);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.06);
	margin-bottom: 35px;
}
.popup .icon img {
	display: block;
	width: 30px;
	height: auto;
}
.popup form {
	margin-top: 30px;
	width: 100%;
	display: block;
}
.popup .popup-input {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0	15px;
	line-height: 50px;
	font-size: 14px;
	color: #485357;
	border: 1px solid #ebedef;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
}
.popup .popup-input:focus {
	outline: none;
	border-color: #ced0d2;
}
.popup .popup-input[placeholder] {
	color:#7e9299; 
	text-overflow:ellipsis;
}
.popup .popup-input:focus,
.popup .popup-input:focus[placeholder] {
	color:#1f1f21; 
}
.popup .popup-input::-webkit-input-placeholder {
	color:#7e9299; 
	text-overflow:ellipsis;
}
.popup .popup-input::-moz-placeholder {
	color:#7e9299; 
	text-overflow:ellipsis;
} 
.popup .popup-input:-moz-placeholder {
	color:#7e9299; 
	text-overflow:ellipsis;
} 
.popup .popup-input:-ms-input-placeholder {
	color:#7e9299; 
	text-overflow:ellipsis;
}
.popup .popup-input + .popup-input {
	margin-top: 20px;
}
.popup .popup-input.error {
	border-color: #ee5850;
}
.popup .popup-input + label {
	display: none;
	vertical-align: middle;
	width: 0;
	height: 0;
	right: 0;
	top: 0;
	height: 50px;
	position: absolute;
}
.popup .popup-input.error + label {
	display: inline-block;
}
.popup .popup-input.error + label:after {
	content: " ";
	display: block;
	position: absolute;
	right: 12px;
	background-image: url(../images/icons/icon-popup-error.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 20px;
	-o-background-size: 20px;
	background-size: 20px;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
}

.popup p.error-msg {
	text-align: left;
	font-size: 12px;
	color:#485357;
	margin-top: 10px;
	font-weight: 500;
	width: 100%;
	max-width: none;
	margin-left: 0;
	display: none;
}
.popup .popup-input.error + label + p.error-msg {
	display: block;
}
.popup .form-group {
	margin-bottom: 0;
	position: relative;
}
.popup .form-group + .form-group {
	margin-top: 20px;
}
.popup .submit-popup {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #f03229;
	background: -moz-linear-gradient(left, #f03229 1%, #fa703e 100%);
	background: -webkit-linear-gradient(left, #f03229 1%,#fa703e 100%);
	background: linear-gradient(to right, #f03229 1%,#fa703e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f03229', endColorstr='#fa703e',GradientType=1 );
	position: relative;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	border: none;
	padding: 0; 
	margin-top: 30px;
	outline: none;
	z-index: 1;
}
.popup .submit-popup.ok {
	max-width: 140px;
	margin-left: auto;
	margin-right: auto;
}
.popup .submit-popup:hover,
.popup .submit-popup:focus {
	outline: none;
}
.popup .submit-popup:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f03229;
    z-index: -1;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
}
.popup .submit-popup:hover:before {
    opacity: 1;
}
.popup .order-policy {
	margin-top: 30px;
}
.popup .submit-popup + a {
	text-align: center;
	color: #0070c9;
	font-size: 14px;
	display: block;
	margin: 10px auto 0 auto;
}
.popup .submit-popup + a:hover {
	color:#008eff;
	text-decoration: none;
}
.popup .order-policy input[type="checkbox"] {
	display: none;
}
.popup .order-policy label {
	margin-bottom: 0;
	display: inline-block;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
}
.popup .order-policy label p {
    float: left;
    display: block;
    width: calc(100% - 41px);
    margin-bottom: 0;
    text-align: left;
	font-size: 14px;
	font-weight: 400;
	max-width: none;
}
.popup .order-policy label:before {
	content: "";
	display: block;
	float: left;
	height: 26px;
	width: 26px;
	margin: 0 15px 0 0;
	background: #FFF;
	background-repeat: no-repeat;
	background-position: center center; 
	border: 1px solid #ebedef;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	top: 3px;
	margin-top: -4px;
	background-size: contain;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.popup .order-policy input[type="checkbox"]:checked + label:before {
	background-image: url(../images/icons/icon-check-a.png);
	background-repeat: no-repeat;
	background-size: 12px;
}
.popup .popup-select-wrap {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #ebedef;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
}
.popup .popup-select-wrap .select-feedback {
	height: 50px;
	padding: 0	15px;
	line-height: 50px;
	font-size: 14px;
	color: #485357;
	
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.popup .select2-container {
	width: 100% !important;
	outline: none;
}
.popup .select2-selection {
	outline: none;
}
.popup .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
}
.popup .select2-selection__clear {
	display: none;
}
.fancybox-container + .select2-container {
	z-index: 100000;
}

.fancybox-container + .select2-container .select2-dropdown {
	width: 100%;
}
.popup .popup-textarea {
	display: block;
	width: 100%;
	height: 52px;
	padding: 15px;
	line-height: 20px;
	font-size: 14px;
	color: #485357;
	border: 1px solid #ebedef;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-align: center;
	max-height: 80px;
}
.popup .popup-input + .popup-textarea {
	margin-top: 20px;
}
.popup .popup-textarea:focus {
	outline: none;
	border-color: #ced0d2;
}
.popup .popup-textarea[placeholder] {
	color:#7e9299; 
	text-overflow:ellipsis;
}
.popup .popup-textarea:focus,
.popup .popup-textarea:focus[placeholder] {
	color:#1f1f21; 
}
.popup .popup-textarea::-webkit-input-placeholder {
	color:#7e9299; 
	text-overflow:ellipsis;
}
.popup .popup-textarea::-moz-placeholder {
	color:#7e9299; 
	text-overflow:ellipsis;
} 
.popup .popup-textarea:-moz-placeholder {
	color:#7e9299; 
	text-overflow:ellipsis;
} 
.popup .popup-textarea:-ms-input-placeholder {
	color:#7e9299; 
	text-overflow:ellipsis;
}
.popup .nowrap {
	white-space: nowrap;
}
.popup .image {
	display: flex;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	border: 1px solid #ebedef;
	justify-content: center;
	align-items: center;
	margin-bottom: 35px;
}
.popup .image img {
    display: block;
    max-width: 100%;
    height: auto;
}
.filters-item .show-link {
	position: absolute;
	padding: 15px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 7px 45px 5px rgba(0,0,0,0.06);
	box-shadow: 0 7px 45px 5px rgba(0,0,0,0.06);
	top: 50px;
	left: 100%;
	margin-left: 15px;
	white-space: nowrap;
	background-color: #FFF;
	z-index: 1;
}
.filters-item .show-link:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	top: 50%;
	left: -11px;
	margin-top: -9px;
	border-width: 9px 11px 9px 0;
	border-right-color: #FFF;
}
.filters-item .show-link a {
	color: #0070c9;
	text-decoration: none;
}
.filters-item .show-link a:hover {
	color: #008eff;
	text-decoration: none;
}
.all-catalog-card a.num-goods + a.num-goods {
	margin-top: 10px;
}
.all-catalog-card a.num-goods:hover {
    color: #008eff;
}
.flexblock {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-article .wrap-fancybox {
	margin-bottom: 35px;
	margin-left: -15px;
	margin-right: -15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrap-article .wrap-fancybox:after {
	content: "";
	display: block;
	clear: both;
}
.wrap-article a.fancybox,
.wrap-article a[data-fancybox] {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	width: 33.333%;
	float: left;
}
.wrap-article a.fancybox.width2 {
    width: 66.666%;
}
@media (max-width: 500px) {
	.footer-carousel {
		width: auto;
	}
	.wrap-article a.fancybox,
	.wrap-article a[data-fancybox] {
		width: 100%;
	}
	.wrap-article a.fancybox.width2 {
		width: 100%;
	}
}
.info-block .instruction-card h4 a {
    padding: 30px;
    margin: 0;
    line-height: 28px;
    color: #1F1F21;
    font-size: 18px;
}
.wrap-article .info-block .block-container {
	margin-bottom: -35px;
	max-height: 340px;
    overflow: hidden;
}
.wrap-article .info-block .instruction-card h4 {
	margin-bottom: 0;
}
.info-block .block-container .block-front {
	display: block;
	position: absolute;
}
.info-block .block-container a[data-fancybox] {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    display: block;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
content: " ";
display: block;
}

.navbar-nav>li>.main-header--cart-btn:before {
	content: "";
	display: block;
	position: absolute;
	left: -1px;
	top: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background-color: #FFF;
	border-radius: 6px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-shadow: 0px 0px 45px 10px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 45px 10px rgba(255, 255, 255, 0.5);
	opacity: 0;
}
.navbar-nav>li>.main-header--cart-btn.added:before {
	opacity: 1;
}


.filters-wrap.navmenu {
	display: none !important;
}
.wrap-product-card {
	width: 100% !important;
}
@media (max-width: 480px) {
	.products-card .col-md-12:before {
		content: "";
		clear: both;
		display: table;
	}
	.wrap-product-card {
		margin-left: -15px;
		margin-right: -15px;
		width: auto !important;
	}
	.container-fluid > .container-fluid {
		padding: 0;
	}
	#characteristics {
		-ms-overflow-x: scroll;
		    overflow-x: scroll;
	}
	h1, h2, h3 {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}

.main-catalog-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cr {
	position: relative;;
	bottom: 5px; 
	text-align: right;
	white-space: nowrap;
	width: 160px;
	margin: 50px auto 0;
	
}
.cr a {
	color: #fff !important; /*цвет изменяется только в случае неудачного сочетания стандартного цвета ссылки и фона футера*/
}

.cr a span{
	margin-right: 4px;
	display: inline-flex;
	line-height: 13px;
	font-size: 12px;
	vertical-align: top;
    padding-top: 3px;
}

.cr a .cr-logo {
	height: 40px;
	width: 80px;
	float: right;
	background: url(../images/bpa-logo-m.png) no-repeat;
	background-size: 80px;
}
.cr a:hover {
	color: rgb(195, 30, 47) !important;
}

.cr a:hover .cr-logo {
	height: 40px;
	width: 80px;
	float: right;
	background: url(../images/bpa-logo-m.png) 0px -120px no-repeat;
	background-size: 80px;
}

.products-card .manufacturer {
	position: absolute;
	right: 0;
	top: 0px;
	width: 180px;
	border: solid 1px #ebedef;
}

.contacts-big-card .sklad {
	padding-top: 30px;
	margin-left: -6px;
}
.contacts-big-card .sklad a {
	font-size: 18px;
	line-height: 28px;
	display: flex;
	align-items: center;
	text-decoration: none;
}
.contacts-big-card .sklad a:hover {
	color: #008eff;
	text-decoration: none;
} 
.contacts-big-card .sklad a img {
	filter: drop-shadow(0px 12px 6px rgba(255, 61, 47, 0.32));
	margin-right: 10px;
}
.contacts-big-card .sklad a span {
	display: inline-block;
	padding-top: 9px;
}

/*multilevel accordion*/

.cd-accordion-menu input[type=checkbox] {
	position: absolute;
	opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
	position: relative;
	display: block;
	padding: 18px 18px 18px 64px;
	background: #4d5158;
	box-shadow: inset 0 -1px #555960;
	color: #ffffff;
	font-size: 1.6rem;
}
.cd-accordion-menu ul {
	display: none;
}

.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
	display: block;
}