:root {
	--black: #000000;
	--gray1: #575451;
	--gray2: #f1f1f1;
	--gray3: #cbcaca;
	--gray4: #888888;
	--red: #e73d26;
	--white: #ffffff;
	}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	}
body {
	font-family: 'Gotham Pro', Arial, Verdana sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: var(--black);
	background: var(--white);
	margin: 0;
	padding: 0;
	position: relative;
	}
h1, h2, h3, p, input, textarea, img {
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	}
.column {
	max-width: 1420px;
	padding: 0 20px;
	margin: 0 auto;
	width: 100%;
	}
.header-block {
	height: 134px;
	background: var(--white);
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	}
.menu-container-left {
	width: 50%;
	padding-right: 180px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-evenly;
	}
.menu-container-right {
	width: 50%;
	padding-left: 180px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-evenly;
	}
.logo-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: 0.4s;
	}
.logo-container a, .logo-container-mob a {
	outline: none;
	}
.logo-container-mob {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: 0.4s;
	}
.local-menu {
	position: relative;
	display: block;
	text-decoration: none;
	color: var(--black);
	margin-left: 36px;
	}
.local-menu::before {
	position: absolute;
	content: '';
	display: block;
	height: 25px;
	width: 18px;
	left: -36px;
	top: -3px;
	background: url("/images/ico-local.svg") no-repeat;
	}
.callback-menu {
	display: block;
	position: relative;
	line-height: 36px;
	color: var(--white);
	background: var(--gray1);
	text-decoration: none;
	padding: 0 20px;
	border-radius: 18px;
	margin-left: 36px;
	}
.callback-menu::before {
	content: '';
	display: block;
	position: absolute;
	height: 22px;
	width: 18px;
	left: -36px;
	top: 8px;
	background: url("/images/ico-phone.svg") no-repeat;
	}
/*
.cart-menu {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: var(--black);
	margin-left: 36px;
	transition: 0.4s;
	}
.profile-menu::before {
	position: absolute;
	content: '';
	display: block;
	height: 25px;
	width: 18px;
	left: -36px;
	top: -3px;
	background: url("/images/ico-profile.svg") no-repeat;
	}
.cart-menu::before {
	position: absolute;
	content: '';
	display: block;
	height: 26px;
	width: 18px;
	left: -36px;
	top: -3px;
	background: url("/images/ico-cart.svg") no-repeat;
	}
*/
.profile-menu, .cart-menu {
	position: relative;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: var(--black);
	transition: 0.4s;
	}
.cart-menu {
	margin-left: 32px;
	}
.profile-menu svg, .cart-menu svg {
	margin-right: 12px;
	}
.profile-menu svg *, .cart-menu svg * {
	transition: 400ms;
	}
.profile-menu svg *, .cart-menu svg * {
	fill: var(--gray1);
	}
.profile-menu:hover svg *, .cart-menu:hover svg *, .profile-menu.active svg * {
	fill: var(--red);
	}
.profile-menu:hover, .cart-menu:hover, .profile-menu.active {
	color: var(--red);
	}
.search-block {
	position: relative;
	}
.search-block input[type=text] {
	width: 290px;
	height: 36px;
	background: var(--white);
	border: 1px solid var(--gray3);
	padding: 0 44px 0 12px;
	font-family: 'Gotham Pro', Arial, Verdana sans-serif;
	font-size: 14px;
	color: var(--black);
	}
.search-block input[type=text]:focus {
	border: 1px solid var(--gray1);
	}
.search-block input[type=image] {
	position: absolute;
	width: 18px;
	height: 18px;
	right: 16px;
	top: 9px;
	outline: none;
	}
.top-menu {
	width: 100%;
	height: 43px;
	background: var(--gray2);		
	}
.menu-conteiners {
	display: flex;
	justify-content: space-between;
	height: 43px;
	align-items: center;
	position: relative;
	}
.menu-items {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 43px;
	}
.menu-items a, .menu-service a {
	display: block;
	line-height: 43px;
	padding: 0 20px;
	color: var(--black);
	text-decoration: none;
	transition: 0.4s;
	}
.menu-items a:hover, .menu-service a:hover {
	background: var(--gray1);
	color: var(--white);
	}
.menu-items a.sale-link:hover {
	background: var(--red);
	}
.menu-service {
	display: flex;
	justify-content: flex-end;
	height: 43px;
	}

#index-teaser {
	max-width: 1000px;
	width: 100%;
	overflow: hidden;
	margin: 25px auto;
	}
.teaser {
	float: left;
	display: block;
	width: 33%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 80px;
	padding-right: 26px;
	font-size: 13px;
	color: var(--gray4);
	text-decoration: none;
	}
.teaser:nth-child(2) {
	border-left: 1px solid var(--gray3);
	border-right: 1px solid var(--gray3);
	} 
.teaser span {
	display: block;
	color: var(--black);
	}
.first-line {
	background-color: var(--red);
	color: var(--white);
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	min-width: 1002px;
	min-height: 60px;
	margin: 10px 0 5px 0;
	}
.first-line a {
	color:  var(--white);
	text-decoration: underline;
	}
.countdown {
	text-align: center;
	}
.countdown-number {
	width: 110px;
	height: 110px;
	position: relative;
	display: inline-block;
	/*
	border: 1px solid  var(--gray3);
	border-radius: 10px;
	*/
	box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.16);
	margin: 0 8px;
	text-align: left;
	}
.countdown-time {
	position: absolute;
	display: block;
	bottom: 8px;
	right: 12px;
	color: var(--black);
	font-size: 42px;
	line-height: 100%;
	}
.countdown-text {
	color: var(--gray4);
	display: block;
	font-size: 16px;
	margin: 8px 0 0 8px;
	}
.deadline-message{
	display: none;
	}
.visible-count{
	display: block;
	font-size: 18px;
	color: #e73d26;
	text-align: center;
	}
.hidden-count{
	display: none;
	}
.countheader {
	color: var(--red);
	font-size: 16px;
	margin: 50px 0 30px 0;
	}
.count-button {
	display: block;
	width: 250px;
	height: 60px;
	text-decoration: none;
	text-align: center;
	border: 1px solid var(--gray3);
	color: var(--black);
	font-size: 18px;
	line-height: 60px;
	margin: 50px auto;
	transition: 0.4s;
	}
.count-button:hover {
	background: var(--gray3);
	}
.full-w-banner {
	width: 100%;
	height: 460px;
	}
.news-line {
	background: var(--gray2);
	padding: 50px 0;
	margin: 50px 0;
	}
.news-line-header {
	font-size: 24px;
	color: var(--black);
	text-align: center;
	margin: 0 0 30px 0;
	}
.news-block {
	display: flex;
	justify-content: space-between;
	}
.news-item {
	width: 30%;
	}
.news-item .text_news {
	line-height: 150%;
	color: var(--black);
	}
.news-item .text_news span {
	font-size: 15px !important;
	}
.news-item .more_news {
	font-size: 15px;
	}
.more_news a {
	color: var(--gray4);
	}
.more_news {
	margin-top: 12px; 
	display: block;
	}
.brand-hit {
	color: var(--black);
	margin-top: 16px;
	font-size: 16px;
	margin-bottom: 6px;
	}
.type-hit {
	color: var(--gray4);
	margin-bottom: 6px;
	}
.price-hit {
	color: var(--black);
	font-weight: 600;
	}
.item-hit {
	width: 330px;
	text-align: center;
	}
.item-hit img {
	width: 95%;
	margin: 0 auto;
	}
.header-hits {
	color: var(--black);
	font-size: 24px;
	text-align: center;
	margin: 50px 0 30px 0;
	}
.index-hits {
	margin: 0 0 50px 0;
	}
.slick-prev, .slick-next {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: -50px;
	margin-top: -50px;
	border-top: 2px solid var(--black);
	border-right: 2px solid var(--black);
	transform: rotate(-135deg);
	transition: 0.4s;
	cursor: pointer;
	}
.slick-next {
	left: auto;
	right: -50px;
	transform: rotate(45deg);
	}
.hit-banners {
	width: 100%;
	margin: 0 0 100px 0;
	display: grid;
	display: flex;
	justify-content: space-between;
	}
.hit-banners-3 {
	width: 100%;
	margin: 0 0 50px 0;
	display: flex;
	justify-content: space-between;
	}
.hit-banners a {
	display: block;
	text-decoration: none;
	position: relative;
	width: 49%;
	}
.hit-banners-3 a {
	display: block;
	text-decoration: none;
	position: relative;
	width: 32%;
	}
.hit-banners-pic {
	position: relative;
	display: block;
	width: 100%;
	max-width: 680px;
	overflow: hidden;
	}
.hit-banners-pic img {
	transition: 1.8s;
	width: 100%;
	}
.hit-banners-header-block {
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	bottom: -50px;
	left: 0;
	z-index: 4;
	}
.hit-banners-3 .hit-banners-header-block {
	bottom: 50px;
	}
.hit-banners-header {
	display: inline-block;
	text-align: center;
	color: var(--black);
	padding: 20px 26px;
	background: var(--white);
	font-size: 22px;
	}
.hit-banners-3 .hit-banners-header {
	width: 75%;
	line-height: 150%;
	background: rgba(255, 255, 255, 0.7);
	}
.hit-banners-bg {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
	background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
	background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
	background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
	background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
	opacity: 0;
	transition: 0.6s;
	}
.hit-banners a:hover .hit-banners-pic img, .hit-banners-3 a:hover .hit-banners-pic img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2)
	}
.hit-banners-text {
	display: block;
	font-size: 14px;
	color: var(--gray4);
	margin-top: 4px;
	width: auto;
	padding-top: 0;
	height: auto;
	}
.hit-banners-button {
	display: block;
	width: 200px;
	height: 40px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -100px;
	background: var(--white);
	color: var(--black);
	font-size: 16px;
	line-height: 40px;
	opacity: 0;
	transition: 0.6s;
	z-index: 3;
	}
.hit-banners a:hover .hit-banners-button {
	opacity: 1;
	}
.subscribe-block {
	text-align: center;
	}
.subscribe-block a {
	color: var(--black);
	}
.subscribe-header {
	text-align: center;
	color: var(--black);
	font-size: 24px;
	margin-bottom: 8px;
	}
.subscribe-text {
	text-align: center;
	color: var(--black);
	font-size: 16px;
	}
.subscribe-form {
	text-align: center;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 24px;
	}
/*
.subscribe-block input[type=text] {
	width: 400px;
	height: 36px;
	background: var(--white);
	border: 1px solid var(--gray3);
	padding: 0 44px 0 12px;
	font-family: 'Gotham Pro', Arial, Verdana sans-serif;
	font-size: 14px;
	color: var(--black);
	}
.subscribe-block input[type=text]:focus {
	border: 1px solid var(--gray1);
	}
.subscribe-block input[type=submit] {
	font-family: 'Gotham Pro', Arial, Verdana sans-serif;
	font-size: 14px;
	color: var(--white);
	height: 36px;
	padding: 0 30px;
	background: var(--gray1);
	margin-left: 10px;
	cursor: pointer;
	}
.subscribe-checkbox {
	font-size: 13px;
	color: var(--gray4);
	text-align: left;
	margin-top: 24px;
	}
.subscribe-checkbox a {
	color: var(--gray4);
	}
*/
.footer {
	margin-top: 50px;
	padding: 42px 0;
	font-size: 14px;
	background: var(--gray2);
	color: var(--black);
	line-height: 160%;
	}
.footer a {
	color: var(--black);
	transition: 0.4s;
	}
.footer a.active, .footer a:hover {
	text-decoration: underline;
	}
.footer-columns {
	display: flex;
	justify-content: space-between;
	}
.footer-section {
	width: 25%;
	padding-right: 30px;
	}
.footer-section:last-child {
	padding-right: 0;
	} 
.footer-menu-header {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 16px;
	}
.footer-menu a {
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	}
.footer-logo {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	}
.footer-logo img {
	margin: 0 30px 20px 0;
	}
.prod-group {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px 15px;
	width: 1380px;
	margin: 0 auto;
	}
.prod-group-item {
	width: 450px;
	position: relative;
	margin: 0 auto;
	}
.prod-pic-column {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	width: calc(100% - 460px);
	width: -webkit-calc(100% - 460px);
	width: -moz-calc(100% - 460px);
	float: left;
	position: relative;
	z-index: 2;
	}
.prod-info-column {
	float: right;
	width: 460px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 40px;
	}
.prod-info-wrap {
	}
.grid-cell-pic {
	width: 100%;
	position: relative;
	}
.prod-pic-column .grid-cell-pic {
	height: 100%;
	}
.grid-cell-pic img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	}
.prod-group-size {
	position: absolute;
	width: 100%;
	min-height: 55px;
	bottom: 160px;
	left: 0;
	background: rgba(255, 255, 255, 0.7);
	transition: 0.4s;
	z-index: 10;
	opacity: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}
.prod-group-size div {
	font-size: 16px;
	font-weight: 400;
	margin: 0 8px;
	}
.prod-group-brand {
	display: block;
	padding: 0 20px;
	font-size: 18px;
	font-weight: 400;
	margin-top: 12px;
	text-transform: uppercase;
	text-align: center;
	text-decoration :none;
	color: var(--black);
	}
.prod-group-desc {
	padding: 0 20px;
	font-size: 14px;
	font-weight: 400;
	margin-top: 6px;
	color: var(--gray1);	
	text-align: center;
	}
.prod-group-price {
	padding: 0 20px;
	font-size: 18px;
	font-weight: 600;
	margin-top: 12px;
	text-align: center;
	}
.prod-list-prev, .prod-list-next {
	position: absolute;
	width: 55px;
	height: 94px;
	top: 50%;
	left: 0;
	margin-top: -47px;
	background: rgba(255, 255, 255, 0.0);
	z-index: 2;
	transition: 0.4s;
	opacity: 0;
	}
.prod-list-prev:hover, .prod-list-next:hover {
	background: rgba(255, 255, 255, 0.7);
	}
.prod-list-next {
	left: auto;
	right: 0;
	}
.prod-list-prev::after, .prod-list-next::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 18px;
	margin-top: -10px;
	border-top: 2px solid var(--black);
	border-right: 2px solid var(--black);
	transform: rotate(-135deg);
	transition: 0.4s;
	cursor: pointer;
	z-index: 10;
	}
.prod-list-next::after {
	left: auto;
	right: 18px;
	transform: rotate(45deg);
	}
.grid-cell-pic:hover .prod-list-prev, .grid-cell-pic:hover .prod-list-next {
	opacity: 1;
	}
.prod-group-item:hover .prod-group-size {
	opacity: 1;
	}
.page-header {
	margin: 30px 0 40px 0;
	}
.page-header h1 {
	margin: 0;
	font-size: 28px;
	font-weight: 400;
	}
.page-content {
 	line-height: 150%;
	}
.page-content h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 400;
	/*text-align: center;*/
	margin: 54px 0 34px 0;
	}
.page-content h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	margin: 30px 0 12px 0;
	}
.page-content a {
	color: var(--black);
	}
.page-content a:hover {
	color: var(--red);
	}
.prod-group-title h1 {
	margin: 0;
	font-size: 28px;
	font-weight: 400;
	}
.prod-title h1 {
	margin: 0;
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
	}
.prod-title h2 {
	margin: 8px 0;
	font-size: 21px;
	font-weight: 400;
	}
.pathway-block {
	margin: 12px 0 24px 0;
	font-size: 14px;
	font-weight: 400;
	color: var(--gray4);
	}
.pathway-block a {
	text-decoration: none;
	color: var(--gray4);
	padding: 0 6px;
	}
.pathway-block a:nth-child(1), .pathway-block span:nth-child(1) a {
	padding: 0 6px 0 0;
	}
.pathway-block span.pathway-last {
	color: var(--black);	
	padding: 0 6px;
	}
.filter-block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 20px 0 10px 0;
	}
.filter-item {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--gray3);
	color: var(--gray1);
	padding: 8px 20px;
	margin-right: 12px;
	text-transform: uppercase;
	transition: 0.4s;
	cursor: pointer;
	margin-bottom: 16px;
	}
.filter-item:hover {
	border: 1px solid var(--gray1);
	color: var(--white);
	background: var(--gray1);
	}


/* Main menu */
.subjectsNav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	}
.subjectsNav li {
	display: block;
	margin: 0;	
	padding-left: 0;
	}
.subjectsNav li:hover a {
	color: var(--white);
	background: var(--gray1);
	}
.subjectsNav li:hover a.sale-link {
	background: var(--red);
	}
.subjectsNav li:hover > div.submenu-wrap, .subjectsNav li:hover > div.submenu-wrap-s {
	display: block;
	}
/* Sub-menu */
.submenu-wrap {
	list-style: none;
	left: 0;
	top: 43px;
	width: 100%;
	margin: 0;
	display: none;
	position: absolute;
	z-index: 1000;
	background: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	}
.submenu-wrap-s {
	list-style: none;
	right: 0;
	top: 43px;
	width: 250px;
	margin: 0;
	display: none;
	position: absolute;
	z-index: 1000;
	background: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	}
.submenu-flex {
	display: flex;
	padding: 40px 40px 0 40px;
	flex-wrap: wrap;
	}
.submenu-flex a.submenu-header {
	display: block;
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--gray3);
	color: var(--black);
	text-decoration: none;
	}
.submenu-flex a {
	text-decoration: none;
	display: block;
	margin-bottom: 8px;
	background: none;
	color: var(--black);
	line-height: 150%;
	padding: 0;
	}
.subjectsNav li:hover .submenu-flex a {
	background: none;
	color: var(--black);
	}
.subjectsNav li:hover .submenu-flex a:hover {
	color: var(--red);
	}
.submenu-column {
	margin-right: 40px;
	margin-bottom: 40px;
	}
.submenu-column:last-child {
	margin-right: 0;
	} 
.submenu-flex a.action-menu {
	color: var(--red) !important;
	}
.menu-items a.sale-link {
	color: var(--red);
	}
.banner-column {
	display: flex;
	align-items: center;
	height: 100%;
	}
.banner-header {
	color: var(--black);
	font-size: 36px;
	font-weight: 500;
	line-height: 140%;
	}
.banner-botton {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--black);
	color: var(--black);
	text-decoration: none;
	padding: 14px 20px;
	font-size: 16px;
	font-weight: 400;
	margin-top: 40px;
	}
.banner-text {
	width: 40%;
	}
.prod-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	}
.fixmenu-top {
	position: fixed;
	width: 420px;
	top: 50px;
	z-index: 0;
	}
.fixmenu-bottom {
	position: absolute;
	top: auto;
	bottom: 0;
	}
.prod-articul {
	font-size: 16px;
	color: var(--gray4);
	font-weight: 400;
	}
.prod-price-block {
	display: flex;
	align-items: center;
	margin: 38px 0; 
	}
.prod-price {
	font-size: 36px;
	font-weight: 500;
	}
.prod-saleprice {
	font-size: 36px;
	font-weight: 500;
	color: var(--red);
	margin-left: 24px;
	position: relative;
	}
.prod-saleprice::after {
	content: attr(title);
	display: block;
	position: absolute;
	font-size: 16px;
	font-weight: 500;
	color: var(--white);
	background: var(--red);
	border-radius: 6px;
	padding: 4px 8px;
	top: -24px;
	right: -60px;
	}
.oldprice {
	font-size: 24px;
	position: relative;
	}
.oldprice::before {
	background: var(--red);
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	transform: rotate(-3deg);
	width: 100%;
	}
.color-block {
	font-size: 16px;
	}
.prod-color {
	font-weight: 500;
	}
.color-wrap {
	display: flex;
	align-items: center;
	margin: 18px 0; 
	}
.color-item {
	width: 58px;
	height: 58px;
	border: 1px solid var(--gray3);
	margin-right: 8px; 
	cursor: pointer;
	}
.color-item:hover, .color-item.active {
	border: 2px solid var(--red);
	}
.size-block {
	margin: 30px 0;
	}
.size-wrap {
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
.size-wrap a {
	font-size: 16px;
	color: var(--black);
	}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none !important;
	background: var(--white) url(/images/chevron-down.svg) right 10px center no-repeat;
	width: 100%;
	height: 46px;
	margin-top: 14px;
	border: 1px solid var(--gray3);
	padding: 0 35px 0 20px;
	font-weight: 300;
	font-size: 16px;
	color: var(--black);
	outline: none;
	cursor: pointer;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
select::-ms-expand {
	display: none;
	}
.add-cart {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: var(--white);
	background: var(--gray1);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 310px;
	height: 60px;
	cursor: pointer;
	}
.all-prod-button {
	display: block;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--gray1);
	background: var(--gray2);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 56px;
	margin-top: 38px;
	cursor: pointer;
	outline: none;
	}
.prodinfo-bg {
	padding: 16px 0;
	border-bottom: 1px solid var(--gray3);
	}
.prodinfo-bg:first-child {
	border-top: 1px solid var(--gray3);
	}
.prodinfo-wrap {
	margin-top: 50px;
	}
.question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	transition: 0.4s;
	cursor: pointer;
	}
.answer {
	margin-top: 10px;
	font-size: 14px;
	}
.question-arrow {
	position: relative;
	width: 20px;
	height: 20px;
	}
.question-arrow:before, .question-arrow:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 10px;
	height: 12px;
	width: 1px;
	background-color: #4c4c55;
	}
.question-arrow:before {
	transform: rotate(0deg);
	}
.question-arrow:after {
	transform: rotate(90deg);
	}
.open .question-arrow:before {
	display: none;
	}
table.size_tab {
	border-collapse: collapse;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 100%;
	}
table.size_tab td {
	padding: 12px;
	font-size: 14px;
	text-align: center;
	background: #f5f5f5;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
table.size_tab th {
	padding: 12px !important;
	font-size: 14px;
	text-align: center;
	background: #f8ecee;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	}
table td.size_tab_left, table th.size_tab_left{
	text-align: left;
	}

.size_tab td.hover, .size_tab tr.hover {
	background-color: #ebebeb;
	}
.size_tab th.hover {
	background-color: #f2dbde;
	}
.size_tab td.hovercell, .size_tab th.hovercell {
	background-color: #e7bdc3;
	}
.column-menu {
	height: 350px;
	columns: 200px auto;
	}
.image_carousel img {
	width: 1002px;
	}
.carousel-wraper-01 {
	width: 100%;
	min-width: 1002px;
	height: 500px;
	overflow: hidden;
	}
.carousel-wraper-02 {
	width: 1002px;
	margin: 0 auto;
	position: relative;
	}
.carousel-wraper-03 {
	margin-left: -1007px;
	width: 3021px;
	}
.mob-menu {
	display: none;
	width: 27px;
	height: 18px;
	background: url("/images/ico-menu.svg") left center no-repeat;
	background-size: contain;
	outline: none;
	cursor: pointer;
	}
.publications-item a, .publications-item a span {
	font-size: 16px !important;
	color: var(--black);
	text-decoration: none;
	}
.publications-item {
	margin-bottom: 30px;
	}
.publications-date {
	font-size: 14px;
	color: var(--gray4);
	margin-bottom: 6px;
	}
.text_header_g {
	color: var(--black);
	font-size: 18px;
	font-weight: 500;
	margin: 30px 0 16px 0;
	}
.center-pic {
	display: block;
	margin: 20px auto;
	max-width: 100%;
	}
.frac12 {
	font-family: Arial, Verdana sans-serif;
	}
.text-mob-tab {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	}
table.text_tab {
	border-collapse: collapse;
	border-top: 1px solid var(--gray3);
	border-right: 1px solid var(--gray3);
	}
table.text_tab td {
	padding: 12px;
	border-left: 1px solid var(--gray3);
	border-bottom: 1px solid var(--gray3);
	text-align: center;
	}
a.button-grey {
	display: inline-block;
	background: #4d4d4d;
	padding: 12px 24px;
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	margin-top: 24px;
	}
a.button-grey:hover {
	color: #ffffff;
	}
.grid-cell-pic iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
.checkbox {
	position:relative;
}
.checkbox input[type=checkbox] {
	display:none;
}
.checkbox label a {
	color: var(--black);
}
.checkbox label {
	display: flex;
	align-items: center;
	}
.checkbox label:before {
	content:'';
	display: block;
	height: 20px;
	width: 20px;
	max-height: 20px;
	max-width: 20px;
	border: 1px solid var(--gray4);
	outline: none;
	/*position: absolute;*/
	margin-right: 10px;
	top: 0;
	left: 0;
}
.checkbox label:after {
	content:'';
	display: block;
	height: 28px;
	width: 28px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg baseProfile='tiny' height='32px' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg id='Guides__x26__Forms'/%3e%3cg id='Icons'%3e%3cg%3e%3cpolygon fill='%23000000' points='22.186,10.52 14.054,18.652 9.814,14.411 8.4,15.825 14.054,21.48 23.6,11.934 '/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
        background-size: cover;
	outline: none;
	position: absolute;
	top: -4px;
	left: -4px;
	opacity: 0;
}
.checkbox input[type=checkbox]:checked + label:after {
	opacity: 1;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none !important;
	background: #ffffff url(/images/chevron-down.svg) right 10px center no-repeat;
	width: 100%;
	height: 50px;
	border: 1px solid #D6D6D6;
	padding: 0 35px 0 20px;
	font-weight: 300;
	font-size: 14px;
	color: #000000;
	outline: none;
	cursor: pointer;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
select::-ms-expand {
	display: none;
	}
input[type=text], input[type=password], input[type=email], input[type=tel], textarea {
	width: 100%;
	height: 42px;
	border: 1px solid var(--gray3);
	padding: 0 15px;
	font-family: 'Gotham Pro', Arial, Verdana sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: var(--black);
	outline: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
textarea {
	height: 150px;
	padding: 20px;
	}
input[type=submit], .qa_button {
	cursor: pointer;
	border: 0;
	font-family: 'Gotham Pro', Arial, Verdana sans-serif;
	color: var(--white);
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	border: 1px solid var(--gray1);
	background-color: var(--gray1);
	padding: 16px 30px;
	transition: 0.6s;
	white-space: nowrap;
	}
input[type=submit]:hover, .qa_button:hover {
	color: var(--gray1);
	background-color: transparent;
	}
.f-name {
	font-weight: 500;
	margin: 16px 0 8px 0;
	}
#feedback_form {
	max-width: 600px;
	}
#feedback_form input[type=submit] {
	margin-top: 30px;
	}
.login-form input[type=text], .login-form input[type=password] {
	margin-top: 30px;
	width: 100%;	
	}
.login-form input[type=submit] {
	margin-top: 40px;
	width: 100%;	
	}
.login-header {
	font-size: 21px;
	text-align: center;
	font-weight: 400;
	}
.login-header span {
	color: var(--black);
	}
.login-header a {
	color: var(--gray2);
	transition: 0.6s;
	}
.login-header a:hover {
	color: var(--black);
	}
.login-info {
	text-align: center;
	margin-top: 50px;
	}
.forgot-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	font-size: 13px;
	}
.forgot-wrap a {
	color: var(--gray3);
	text-decoration: none;
	transition: 0.4s;
	}
.forgot-wrap a:hover {
	color: var(--red);
	}
a.reg-link {
	display: block;
	color: var(--red);
	text-decoration: none;
	transition: 0.4s;
	margin-top: 30px;
	text-align: center;
	}
a.reg-link:hover {
	color: var(--black);
	}
.validate-info {
	margin-top: 20px;	
	font-weight: 600;
	}
.reg-menu {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 50px 0;
	}
.reg-menu-item {
	position: relative;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0 14px;
	cursor: pointer;
	color: var(--black);
	transition: 0.4s;
	}
.reg-menu-item::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	border-top: 1px solid var(--black);
	transition: 0.4s;
	}
.reg-menu-item.current, .reg-menu-item:hover {
	position: relative;
	color: var(--red);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0 14px;
	}
.reg-menu-item.current::after, .reg-menu-item:hover::after {
	border-top: 1px solid var(--red);
	}
.login-form {
	max-width: 380px;
	}
.section {
	position: relative;
	width: 100%;
	height: auto;
	}
.box {
	display: none;
	width: 100%;
	}
.box.visible {
	display: block;
	}
.facebook {
	display: block;
	background: url(/images/ico-facebook.png) center center no-repeat;
	width: 38px;
	height: 38px;
	margin-left: 12px;
	}
.instagram {
	display: block;
	background: url(/images/ico-instagram.png) center center no-repeat;
	width: 38px;
	height: 38px;
	}
.vkontakte {
	display: block;
	background: url(/images/ico-vkontakte.png) center center no-repeat;
	width: 38px;
	height: 38px;
	margin-left: 12px;
	}
.social-section {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 50px 0 0 0;
	}
.social-section-mob {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 30px 0 0 0;
	}
.search-mob {
	width: 21px;
	height: 21px;
	background: url(/images/ico-search.svg) center center no-repeat;
	display: none;
	margin-left: 20px;
	}