@import url(fontello.css);

/* -------------------------------
	Global 
------------------------------- */
html, body {height: 100%;}
	html {background: #eaeaea;}
	body {
		min-width: 320px;
		font: 400 17px/1.9 'GothamPro', sans-serif;
		color: #5d5d5d;
	}

body,
dl, dd,
blockquote, fieldset, legend {
	margin: 0;
	padding: 0;
}
fieldset {border: none;}
table {
	border: none;
	border-collapse: collapse;
}
	th, td {vertical-align: top;}
	th {
		text-align: left;
		font-weight: normal;
	}
address {font-style: normal;}
p, ul, ol {margin: 0 0 1.9em 0;}
img {vertical-align: top;}
iframe[src="//t.insigit.com/nsapi/static/partners.html"] {display: none;}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}

#wrapper {
	background: #fbfbfb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 1950px;
	min-height: 100%;
	margin: 0 auto;
	overflow-x: hidden;
	position: relative;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.in {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

/* -------------------------------
	Txt 
------------------------------- */
@font-face {
	font-family: 'GothamPro';
	src: url('../fonts/GothamPro-Light.eot');
	src: url('../fonts/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/GothamPro-Light.woff') format('woff'),
		 url('../fonts/GothamPro-Light.ttf') format('truetype'),
		 url('../fonts/GothamPro-Light.svg#GothamPro-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

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

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

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

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

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.8em 0;
	font-weight: 500;
	line-height: 1.3;
	color: #2b2a29;
	text-transform: uppercase;
}
h1 {font-size: 40px;}
h2 {font-size: 30px;}
h3 {font-size: 20px;}
h4 {font-size:;}
h5 {font-size:;}
h6 {font-size:;}

.title1 {
	margin-bottom: 0.75em;
	font-weight: 400;
	font-size: 40px;
	line-height: 1.3;
	color: #2b2a29;
	text-transform: none;
}

.title2 {
	margin-bottom: 0.8em;
	font-weight: 500;
	font-size: 40px;
	line-height: 1.3;
	color: #2b2a29;
	text-transform: uppercase;
}

.title3 {
	margin-bottom: 0.8em;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.3;
	color: #2b2a29;
	text-transform: uppercase;
}

strong, b {font-weight: 700;}

.tbl_hide,
.tbl_hide th,
.tbl_hide td {border: none;}

.tbl_border,
.tbl_border th,
.tbl_border td {border: 1px solid #333;}

.tbl_overflow {
	position: relative;
	overflow: auto;
}
	.tbl_overflow table {min-width: 640px;}

/* -------------------------------
	Links 
------------------------------- */
:focus {outline: none;}
a img {border: none;}

a {
	color: #ae4f4a;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}
a:hover {text-decoration: underline; }

a[href^="tel"] {
	color: inherit;
	white-space: nowrap;
	text-decoration: none;
}

/* -------------------------------
	Forms 
------------------------------- */
.f_row {margin-bottom: 12px;}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
	background: #fff;
	width: 100%;
	margin: 0;
	padding: 13px 15px;
	border: 1px solid #e2e2e2;
	font: 400 15px/20px 'GothamPro', sans-serif;
	color: #5d5d5d;
	-webkit-appearance: none;
}
textarea {
	height: 100px;
	overflow: auto;
	resize: none;
	vertical-align: top;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {opacity: 1;}
input::-moz-placeholder,
textarea::-moz-placeholder {opacity: 1;}
input:-moz-placeholder,
textarea:-moz-placeholder {opacity: 1;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {opacity: 1;}

input[type="submit"],
input[type="button"],
button,
.btnform	,
.btn {
	background: #ae4f4a;
	padding: 15px;
	border: none;
	font: 500 15px/20px 'GothamPro', sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-appearance: none;
}
a.btn {
	display: inline-block;
	text-decoration: none;
}

.btn.v1 {
	background: none;
	padding: 13px 15px;
	border: 1px solid;
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	color: #ae4f4a;
}

/* -------------------------------
	Header 
------------------------------- */
#header {
	background: #000;
	position: relative;
	z-index: 200;
	color: #d2cfcb;
}

	#header > .in {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

		#header .col:nth-child(1) {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-ms-flex-negative: 0;
			flex-shrink: 0;
		}
		#header .col:nth-child(2) {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-ms-flex-preferred-size: 50%;
			flex-basis: 50%;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			-webkit-box-pack: end;
			-ms-flex-pack: end;
			justify-content: flex-end;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			padding-top: 20px;
		}
	
		.logo {

			padding: 10px 0;
		}
			.logo img {width: 100%;}

		.h_social {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			margin-right: 50px;
		}
			.h_social a {
				margin-right: 16px;
				line-height: 1;
				color: inherit;
			}
			.h_social a:hover {color: #fff;}

		.h_lang {
			position: relative;
			font-size: 18px;
			line-height: 1.3;
			color: #fff;
			text-transform: uppercase;
			padding: 0px 20px 0px 20px;
		}
			.h_lang .head {
				padding-right: 22px;
				position: relative;
				cursor: pointer;
			}
			.h_lang .head::after {
				content: "\f107";
				position: absolute;
				top: 0.15em;
				right: 0;
				font-family: "fontello";
				font-size: 17px;
				line-height: 1;
				color: #cdcdce;
			}
			.h_lang .ddown {
				background: #fff;
				display: none;
				width: calc(100% + 20px);
				padding: 10px;
				-webkit-box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.1);
				box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.1);
				position: absolute;
				top: 100%;
				left: -10px;
				z-index: 5;
				color: #5d5d5d;
			}
				.h_lang .ddown a {
					display: block;
					color: inherit;
					text-decoration: none;
				}

		.h_phone {
			margin-right: 60px;
			position: relative;
			font-size: 18px;
			line-height: 1.3;
			color: #fff;
		}
			.h_phone .head {
				padding-right: 22px;
				position: relative;
				cursor: pointer;
			}
			.h_phone .head::after {
				content: "\f107";
				position: absolute;
				top: 0.15em;
				right: 0;
				font-family: "fontello";
				font-size: 17px;
				line-height: 1;
				color: #cdcdce;
			}
			.h_phone .ddown {
				background: #fff;
				display: none;
				width: calc(100% + 20px);
				padding: 10px;
				-webkit-box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.1);
				box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.1);
				position: absolute;
				top: 100%;
				left: -10px;
				z-index: 5;
				color: #5d5d5d;
			}
				.h_phone .ddown a {display: block;}
					.h_phone span {color: #a5a5a5;}

		.h_cart {min-width: 200px;}
			.h_cart a {
				background: #ae4f4a;
				display: block;
				width: 100%;
				min-height: 65px;
				padding: 15px 30px 15px 70px;
				position: relative;
				font-size: 14px;
				line-height: 1.3;
				color: #fff;
				text-decoration: none;
			}
			.h_cart a::before {
				content: "";
				background: url(../design/ico1.png) 0 0 no-repeat;
				width: 30px;
				height: 30px;
				margin-top: 2px;
				position: absolute;
				left: 30px;
			}
				.h_cart .num {}
				.h_cart .price {display: block;}

		.m_ctrl {
			display: none;
			width: 30px;
			height: 40px;
			margin-left: 20px;
			position: relative;
			cursor: pointer;
		}
			.m_ctrl span,
			.m_ctrl span::before,
			.m_ctrl span::after {
				background: #ae4f4a;
				height: 4px;
				position: absolute;
				-webkit-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}
			.m_ctrl span {
				display: block;
				width: 100%;
				top: 50%;
				left: 0;
				-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
			}
			.m_ctrl span::before,
			.m_ctrl span::after {
				content: "";
				width: 100%;
				left: 0;
				-webkit-transform-origin: 50% 50%;
				-ms-transform-origin: 50% 50%;
				transform-origin: 50% 50%;
			}
			.m_ctrl span::before {top: -10px;}
			.m_ctrl span::after {bottom: -10px;}

		.m_ctrl.active {}
			.m_ctrl.active span {background: none;}
			.m_ctrl.active span::before {
				top: 0;
				-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
			}
			.m_ctrl.active span::after {
				bottom: 0;
				-webkit-transform: rotate(-45deg);
				-ms-transform: rotate(-45deg);
				transform: rotate(-45deg);
			}

		.h_menu {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-ms-flex-preferred-size: 100%;
			flex-basis: 100%;
			-webkit-box-pack: end;
			-ms-flex-pack: end;
			justify-content: flex-end;
			margin: 0;
			padding: 18px 0 0 0;
			list-style: none;
		}
			.h_menu li {
				margin-left: 40px;
				position: relative;
			}
			.h_menu li::before {
				content: "";
				background: #214798;
				width: 3px;
				height: 3px;
				position: absolute;
				top: 7px;
				left: -23px;
			}
			.h_menu li:first-child {margin-left: 0;}
			.h_menu li:first-child::before {display: none;}
				.h_menu a {
					display: block;
					padding-bottom: 25px;
					border-bottom: 3px solid transparent;
					font-size: 15px;
					line-height: 1.3;
					color: inherit;
					text-decoration: none;
					text-transform: uppercase;
				}
				.h_menu a:hover,
				.h_menu li.active a {
					border-color: #ae4f4a;
					color: #fff;
				}

/* -------------------------------
	Main 
------------------------------- */
#main {
	background: url(../design/bkg1.png) center 0 no-repeat;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
}

	.breadcrumbs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 0;
		padding: 28px 0 15px 0;
		list-style: none;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 1.3;
		color: #2b2a29;
	}
		.breadcrumbs li {}
		.breadcrumbs li + li::before {
			content: "\002F";
			margin: 0 10px;
		}
			.breadcrumbs a {color: inherit;}
				.breadcrumbs br {display: none;}

	.slick-arrow {
		background: none;
		min-width: auto;
		height: 100%;
		padding: 0;
		border-radius: 0;
		position: absolute;
		top: 0;
		z-index: 2;
		font-size: 0;
		line-height: 0;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		color: #ae4f4a;
	}
	.slick-arrow.slick-disabled {color: #ddd;}
	.slick-arrow:hover {color: #ae4f4a;}
	.slick-prev {left: 0;}
	.slick-next {right: 0;}
	.slick-prev::before,
	.slick-next::before {
		content: "";
		font-family: "fontello";
		font-size: 80px;
		line-height: 1;
	}
	.slick-prev::before {content: "\f104";}
	.slick-next::before {content: "\f105";}

	.slick-dots {
		width: 100%;
		margin: 0;
		padding: 30px 0;
		list-style: none;
		text-align: center;
		line-height: 0;
	}
		.slick-dots li {
			display: inline-block;
			vertical-align: middle;
			margin: 5px 15px;
		}
			.slick-dots button {
				background: none;
				width: 10px;
				min-width: auto;
				height: 10px;
				padding: 0;
				font-size: 0;
				line-height: 0;
			}
			.slick-dots button::before {
				content: "";
				background: #b3b3b3;
				display: inline-block;
				vertical-align: middle;
				width: 6px;
				height: 6px;
				border-radius: 50%;
			}
			.slick-dots li.slick-active button {}
			.slick-dots li.slick-active button::before {
				background: #ae4f4a;
				width: 10px;
				height: 10px;
			}

	.tabs .ui-helper-clearfix::before,
	.tabs .ui-helper-clearfix::after {display: none;}
	.ui-tabs .ui-tabs-nav {
		margin: 0;
		padding: 0;
		list-style: none;
		line-height: inherit;
	}
		.ui-tabs .ui-tabs-nav li {
			margin: 0;
			padding: 0;
			float: none;
			white-space: normal;
		}
		.ui-tabs .ui-tabs-nav li:last-child {margin-right: 0;}
		.ui-tabs .ui-tabs-nav li.ui-tabs-active {
			margin-bottom: 0;
			padding-bottom: 0;
		}
			.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
				padding: 0;
				float: none;
				color: inherit;
				text-decoration: none;
			}
	.ui-tabs .ui-tabs-panel {padding: 0;}

	.tabs_wr {padding: 0;}
		.tabs_wr .ui-tabs-nav {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			border-bottom: 3px solid #ae4f4a;
		}
			.tabs_wr .ui-tabs-nav .ui-tabs-anchor {
				display: block;
				padding: 16px 30px;
				line-height: 1.3;
				color: #757471;
				text-transform: uppercase;
			}
			.tabs_wr .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
				background: #ae4f4a;
				color: #fff;
			}
		.tab_content {
			background: #efefef;
			margin: 0 -395px;
			padding: 52px 395px 20px 395px;
			font-size: 15px;
			color: #2b2a29;
		}

	.c_wr {}

	.slider {}
		.slider .item {
			height: 100vw;
			max-height: 650px;
			position: relative;
		}
			.slider img {
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				object-fit: cover;
				position: absolute;
				top: 0;
				left: 0;
			}
			.slider .in {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: end;
				-ms-flex-pack: end;
				justify-content: flex-end;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				min-height: 650px;
			}
				.slider .descr {
					width: 100%;
					max-width: 650px;
					padding: 20px 0;
					font-size: 25px;
					line-height: 1.4;
					color: #fff;
					text-align: right;
				}
					.slider .title {
						margin-bottom: 0.7em;
						font-size: 35px;
						line-height: 1.3;
						text-transform: uppercase;
					}
						.slider .title span {
							display: block;
							margin-top: 0.05em;
							font-weight: 700;
							font-size: 70px;
							line-height: 1.1;
						}
		.slider .slick-dots {
			width: 100%;
			position: absolute;
			bottom: 0;
			left: 0;
		}
			.slider .slick-dots button::before,
			.slider .slick-dots li.slick-active button::before {background: #f3f4f4;}

	.c_wr1 {background: #fbfbfb;}

	.b_info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
		.b_info .item {
			width: 25%;
			height: 100vw;
			min-height: 228px;
			max-height: 300px;
			margin-bottom: 41px;
			padding: 0 20px;
			border-right: 1px solid #e3e3e3;
			position: relative;
		}
		.b_info .item::after {
			content: "";
			background: #e3e3e3;
			width: 100%;
			height: 1px;
			position: absolute;
			bottom: -20px;
			left: 0;
		}
		.b_info .item:nth-child(4n) {border-right-width: 0;}
		.b_info .item:nth-last-child(-n+4)::after {display: none;}
			.b_info a {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				width: 100%;
				height: 100%;
				padding: 20px 10px;
				text-align: center;
				text-decoration: none;
			}
				.b_info .thumb {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					width: 150px;
					height: 140px;
					margin: 0 auto 30px auto;
				}
					.b_info img {
						margin: auto;
						max-width: 100%;
						max-height: 140px;
						-webkit-filter: grayscale(1);
						filter: grayscale(1);
						-webkit-transition: all 0.3s ease;
						-o-transition: all 0.3s ease;
						transition: all 0.3s ease;
					}
				.b_info .title {
					font-size: 22px;
					line-height: 1.3;
					color: #5d5d5d;
					text-transform: uppercase;
				}
			.b_info a:hover {background: #e3e3e3;}
				.b_info a:hover .title {
					font-weight: 700;
					color: #2b2a29;
				}
				.b_info a:hover img {
					-webkit-filter: grayscale(0);
					filter: grayscale(0);
				}

	.b_info.carousel {display: block;}
		.b_info.carousel .item {
			margin: 0;
			border-right: none;
		}
		.b_info.carousel .item::after {display: none;}

	.c_wr2 {background: #fbfbfb;}

	.b_info1 {}
		.b_info1 .thumb {
			height: 40vw;
			min-height: 240px;
			max-height: 300px;
			position: relative;
		}
			.b_info1 a {
				display: block;
				width: 100%;
				height: 100%;
			}
			.b_info1 a::after {
				content: "";
				background: rgba(50, 47, 46, 0.6) url(../design/ico2.png) center no-repeat;
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				opacity: 0;
				-webkit-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}
			.b_info1 a:hover::after {opacity: 1;}
				.b_info1 img {
					width: 100%;
					height: 100%;
					-o-object-fit: cover;
					object-fit: cover;
				}

	.b_info1.carousel1 {display: block;}
		.slick-slide {height: auto;}
		.b_info1.carousel1 .thumb {vertical-align: top;}

	.b_info1.carousel3 {margin: 0 -12px;}
		.b_info1.carousel3 .thumb {margin: 0 12px;}

	.c_wr7 {
		background: #fbfbfb;
		padding: 50px 0 20px 0;
	}		

	.c_wr3 {
		background: #fbfbfb;
		padding: 20px 0 80px 0;
	}
		.c_wr3 .title1 {margin-bottom: 0.9em;}

	.b_info2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -12px;
	}
		.b_info2 .item {
			width: calc(33.3% - 24px);
			margin: 0 12px 24px 12px;
			position: relative;
		}
			.b_info2 a {display: block;}
				.b_info2 .thumb {
					height: 40vw;
					min-height: 240px;
					max-height: 300px;
				}
					.b_info2 .thumb img {
						width: 100%;
						height: 100%;
						-o-object-fit: cover;
						object-fit: cover;
						-o-object-position: center 0;
						object-position: center 0;
					}
				.b_info2 .title {
					background: rgba(0, 0, 0, 0.6);
					width: 100%;
					padding: 27px 30px;
					position: absolute;
					bottom: 0;
					left: 0;
					font-size: 17px;
					line-height: 1.4;
					color: #fff;
					text-decoration: underline;
				}
				.b_info2 a:hover .title {text-decoration: none;}

	.b_info2.carousel2 {display: block;}
		.b_info2.carousel2 .item {margin-bottom: 0;}

	.crsl2_nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 25px;
	}
		.crsl2_nav .btn {
			min-width: 190px;
			margin-right: 15px;
		}
		.crsl2_nav .slick-dots {width: auto;}

	.c_wr4 {
		background: #000 url(../design/bkg2.png) center 0 / cover no-repeat;
		color: #fff;
	}
		.c_wr4 .in {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		}
			.c_wr4 .title1 {color: inherit;}
			.c_wr4 .thumb {
				background: #0b1c33;
				-ms-flex-negative: 0;
				flex-shrink: 0;
				width: 765px;
				min-height: 750px;
				margin: 0 45px 0 -395px;
				padding-right: 15px;
				-webkit-clip-path: polygon(0% 0%, 92.8% 0%, 100% 13%, 91.5% 100%, 0% 100%);
				clip-path: polygon(0% 0%, 92.8% 0%, 100% 13%, 91.5% 100%, 0% 100%);
			}
				.c_wr4 .thumb img {
					width: 100%;
					height: 100%;
					-o-object-fit: cover;
					object-fit: cover;
					-webkit-clip-path: polygon(0% 0%, 92% 0%, 100% 14%, 86.3% 100%, 0% 100%);
					clip-path: polygon(0% 0%, 92% 0%, 100% 14%, 86.3% 100%, 0% 100%);
				}
			.c_wr4 .descr {
				-ms-flex-preferred-size: 40%;
				flex-basis: 40%;
				-webkit-box-flex: 1;
				-ms-flex-positive: 1;
				flex-grow: 1;
				padding-top: 77px;
			}

	.pagination {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 0 -5px 45px -5px;
	}
		.pagination a,
		.pagination span {
			background: #e3e3e3;
			width: 50px;
			height: 50px;
			margin: 10px 5px;
			font-weight: 700;
			font-size: 22px;
			line-height: 50px;
			color: #2b2a29;
			text-align: center;
			text-decoration: none;
		}
		.pagination a:hover,
		.pagination span,
		.pagination .active {
			background: #ae4f4a;
			color: #fff;
		}

	.content_wr {padding-bottom: 50px;}

		.content_wr .slider {margin-bottom: 65px;}
			.content_wr .slider .in {min-height: 450px;}

	.b_info3 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -12px;
	}
		.b_info3 .item {
			width: calc(33.3% - 24px);
			margin: 0 12px 24px 12px;
		}
			.b_info3 .thumb {
				height: 40vw;
				min-height: 240px;
				max-height: 300px;
				position: relative;
			}
				.b_info3 .img_lnk {
					display: block;
					width: 100%;
					height: 100%;
					position: relative;
				}
				.b_info3 .img_lnk2 {
					display: block;
					width: 100%;
					height: 100%;
					position: relative;
				}				
				.b_info3 .img_lnk::after {
					content: "";
					background: rgba(50, 47, 46, 0.6) url(../design/ico2.png) center no-repeat;
					width: 100%;
					height: 100%;
					position: absolute;
					top: 0;
					left: 0;
					opacity: 0;
					-webkit-transition: all 0.3s ease;
					-o-transition: all 0.3s ease;
					transition: all 0.3s ease;
				}
				.b_info3 .img_lnk2::after {
					content: "";
					background: rgba(50, 47, 46, 0.6);
					width: 100%;
					height: 100%;
					position: absolute;
					top: 0;
					left: 0;
					opacity: 0;
					-webkit-transition: all 0.3s ease;
					-o-transition: all 0.3s ease;
					transition: all 0.3s ease;
				}
				.b_info3 .img_lnk2:hover::after {opacity: 1;}								
				.b_info3 .img_lnk:hover::after {opacity: 1;}
				.b_info3 .thumb img {
					width: 100%;
					height: 100%;
					-o-object-fit: cover;
					object-fit: cover;
				}
				.b_info3 .title {
					background: rgba(0, 0, 0, 0.6);
					width: 100%;
					padding: 27px 30px;
					position: absolute;
					bottom: 0;
					left: 0;
					font-size: 20px;
					line-height: 1.4;
					color: #fff;

				}
					.b_info3 .title a {color: inherit;}
			.b_info3 .descr {}
				.b_info3 .b_buy {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-ms-flex-wrap: wrap;
					flex-wrap: wrap;
					-webkit-box-pack: justify;
					-ms-flex-pack: justify;
					justify-content: space-between;
					padding: 15px 30px;
				}
					.b_info3 .price {
						font-weight: 800;
						font-size: 33px;
						line-height: 1.2;
						color: #a6303a;
						text-transform: uppercase;
					}
					.b_buy .not{
							font-weight: 600;
						font-size: 23px;
						color: #a6303a;
						}					
						.b_info3 .price del {
							display: block;
							font-weight: 400;
							font-size: 20px;
							color: #757575;
						}
					.b_info3 .buy {
						margin-left: 20px;
						border-radius: 3px;
						font-size: 0;
						line-height: 0;
					}
					.b_info3 .buy::before {
						content: "";
						background-image: url(../design/ico1.png);
						display: inline-block;
						vertical-align: middle;
						width: 30px;
						height: 30px;
					}

	.b_info3.carousel6 {display: block;}
		.b_info3.carousel6 .item {margin-bottom: 0;}

	.b_info4 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -7px;
	}
		.b_info4 .thumb {
			width: calc(25% - 14px);
			height: 20vw;
			min-height: 180px;
			max-height: 220px;
			margin: 0 7px 14px 7px;
		}
			.b_info4 a {
				display: block;
				width: 100%;
				height: 100%;
				position: relative;
			}
			.b_info4 a::after {
				content: "";
				background: rgba(50, 47, 46, 0.6) url(../design/ico2.png) center no-repeat;
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				opacity: 0;
				-webkit-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}
			.b_info4 a:hover::after {opacity: 1;}
				.b_info4 img {
					width: 100%;
					height: 100%;
					-o-object-fit: cover;
					object-fit: cover;
				}

	.b_info5 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 0 1em 0;
		padding: 0;
		list-style: none;
		font-weight: 500;
		line-height: 1.3;
		text-transform: uppercase;
	}
		.b_info5 li {
			margin: 0 112px 0.8em 0;
			position: relative;
		}
		.b_info5 li::after {
			content: "";
			background: #bebebe;
			width: 1px;
			height: 52px;
			position: absolute;
			top: 3px;
			right: -52px;
			-webkit-transform: rotate(24deg);
			-ms-transform: rotate(24deg);
			transform: rotate(24deg);
		}
		.b_info5 li:last-child {margin-right: 0;}
		.b_info5 li:last-child::after {display: none;}
			.b_info5 a {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
			}
				.b_info5 img {
					-ms-flex-negative: 0;
					flex-shrink: 0;
					margin-right: 20px;
				}

	.article {}
		.article img {max-width: 100%;}

	.c_wr5 {
		min-height: 855px;
		position: relative;
	}
		.c_wr5 .in {
			padding-bottom: 50px;
			z-index: 2;
		}

	#map {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.map_contacts {
		background: rgba(0, 0, 0, 0.7);
		width: 100%;
		max-width: 340px;
		margin-top: 94px;
		padding: 56px 35px 48px 35px;
		font-size: 15px;
		line-height: 1.66;
		color: #fff;
	}
		.map_contacts .item {margin-bottom: 1.9em;}
		.map_contacts .item:last-child {margin-bottom: 0;}
			.map_contacts .title {
				margin-bottom: 0.3em;
				font-weight: 500;
				line-height: 1.3;
				text-transform: uppercase;
			}
			.map_contacts .item p:last-child {margin-bottom: 0;}
			.map_contacts .b_btn {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
			}
				.map_contacts .btn {
					width: 100%;
					margin-top: 14px;
				}
				.map_contacts .btnform {
					width: 40%;
					margin-top: 14px;
					margin: 0 auto 0 0;
				}			

	.b_detail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-top: 20px;
		padding-bottom: 25px;
	}
		.b_detail .thumb_wr {
			-ms-flex-preferred-size: 506px;
			flex-basis: 506px;
			-webkit-box-flex: 2.5;
			-ms-flex-positive: 2.5;
			flex-grow: 2.5;
			-ms-flex-negative: 0;
			flex-shrink: 0;
			margin: 0 50px 35px 0;
			overflow: hidden;
		}
			.carousel4 {margin-bottom: 25px;}
				.carousel4 .thumb {
					background: #ae4f4a;
					height: 465px;
					padding-bottom: 15px;
					-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 97%, 48% 100%, 0% 82%);
					clip-path: polygon(0% 0%, 100% 0%, 100% 97%, 48% 100%, 0% 82%)
				}
					.carousel4 .thumb img {
						width: 100%;
						height: 100%;
						-o-object-fit: cover;
						object-fit: cover;
						-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 93%, 48% 100%, 0% 83%);
						clip-path: polygon(0% 0%, 100% 0%, 100% 93%, 48% 100%, 0% 83%);
					}

			.carousel5 {padding: 0 33px;}
				.carousel5 .thumb {
					background: #fff;
					margin: 0 15px;
					height: 112px;
				}
					.carousel5 .thumb img {
						width: 100%;
						height: 100%;
						-o-object-fit: cover;
						object-fit: cover;
						opacity: 0.5;
					}
					.carousel5 .slick-current img {opacity: 1;}

		.b_detail .descr {
			-ms-flex-preferred-size: 40%;
			flex-basis: 40%;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			font-size: 15px;
		}
			.b_detail .row {
				max-width: none;
				margin-bottom: 25px;
				padding-bottom: 25px;
				border-bottom: 1px solid #dedede;
			}
			.b_detail .row:last-child {
				margin: 0;
				padding: 0;
				border: none;
			}
				.b_detail h3 {
					margin-bottom: 1.3em;
					font-size: 17px;
				}

				.b_detail .b_buy {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-ms-flex-wrap: wrap;
					flex-wrap: wrap;
					margin: -5px -8px;
				}
					.b_detail .price,
					.b_detail .buy {
						margin: 5px 8px;
					}
					.b_detail .price {
						-ms-flex-preferred-size: 280px;
						flex-basis: 280px;
						-webkit-box-flex: 1;
						-ms-flex-positive: 1;
						flex-grow: 1;
						font-weight: 800;
						font-size: 33px;
						line-height: 1.2;
						color: #a6303a;
						text-transform: uppercase;
					}
					.b_detail span {
						font-weight: 800;
						font-size: 23px;
					}					
						.b_detail .price del {
							display: block;
							font-weight: 400;
							font-size: 20px;
							color: #757575;
						}
					.b_detail .buy {
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex;
						-webkit-box-pack: center;
						-ms-flex-pack: center;
						justify-content: center;
						-webkit-box-align: center;
						-ms-flex-align: center;
						align-items: center;
						-ms-flex-preferred-size: 34%;
						flex-basis: 34%;
						-webkit-box-flex: 1;
						-ms-flex-positive: 1;
						flex-grow: 1;
						height: 60px;
						padding: 0 10px;
						border-radius: 3px;
						font-size: 18px;
					}
					.b_detail .buy::before {
						content: "";
						background-image: url(../design/ico1.png);
						display: inline-block;
						vertical-align: -9px;
						width: 30px;
						height: 30px;
						margin-right: 8px;
					}

				.buy_one_click_wr {
					padding-top: 2px;
					line-height: 1.3;
				}
					.buy_one_click_wr h3 {margin-bottom: 0.5em;}
					.buy_one_click_wr p {
						max-width: 415px;
						margin: 0 0 10px 0;
					}

					.buy_one_click {
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex;
						-ms-flex-wrap: wrap;
						flex-wrap: wrap;
						margin: 0 -8px;
					}
						.buy_one_click .col {
							margin: 5px 8px;
							font-size: 17px;
						}
						.buy_one_click .col.v1 {
							display: -webkit-box;
							display: -ms-flexbox;
							display: flex;
							-webkit-box-align: center;
							-ms-flex-align: center;
							align-items: center;
							-ms-flex-preferred-size: 280px;
							flex-basis: 280px;
							-webkit-box-flex: 1;
							-ms-flex-positive: 1;
							flex-grow: 1;
						}
						.buy_one_click .col.v3 {
							display: -webkit-box;
							display: -ms-flexbox;
						display: flex;
							-webkit-box-align: center;
							-ms-flex-align: center;
							align-items: ledt;
							-ms-flex-preferred-size: 280px;
							flex-basis: 270px;
							-webkit-box-flex: 1;
							-ms-flex-positive: 1;
							flex-grow: 1;
						}						
							.buy_one_click input[type="text"],
							.buy_one_click span {
								height: 48px;
								border-radius: 3px;
							}
							.buy_one_click input[type="text"] {
								padding-right: 8px;
								padding-left: 8px;
	
							}
							::placeholder {
  							color: #999; /* Цвет текста placeholder */

							}
							
 							.buy_one_click  form {
    							width: 100%;
  							}							
							/*.buy_one_click .col.v1 input[type="text"]:nth-child(1) {
								-ms-flex-negative: 0;
								flex-shrink: 0;
								width: 50px;
								margin: 0 10px 0 15px;
							}
							.buy_one_click .col.v1 input[type="text"]:nth-child(2) {
								-ms-flex-preferred-size: 40%;
								flex-basis: 40%;
								-webkit-box-flex: 1;
								-ms-flex-positive: 1;
								flex-grow: 1;
							}*/

						.buy_one_click .col.v2 {
							-ms-flex-preferred-size: 34%;
							flex-basis: 34%;
							-webkit-box-flex: 1;
							-ms-flex-positive: 1;
							flex-grow: 1;
						}
							.buy_one_click button {
								/*background: #8d8d8d;*/
								width: 100%;
								padding-right: 10px;
								padding-left: 10px;
								border-radius: 3px;
								font-weight: 400;
							}

				.table1 {
					width: 100%;
					margin-bottom: 6px;
					line-height: 1.5;
				}
					.table1 tr:nth-child(odd) {background: #fbfbfb;}
						.table1 th,
						.table1 td {padding: 6px 0 6px 20px;}
						.table1 th:last-child,
						.table1 td:last-child {padding-right: 20px;}
						.table1 th {width: 50%;}
						.table1 td {}
							.table1 .ico {
								background-position: center;
								background-repeat: no-repeat;
								display: inline-block;
								vertical-align: middle;
								width: 20px;
								height: 20px;
								margin-right: 20px;
							}
							.table1 .ico.v1 {background-image: url(../design/ico_c1.png);}
							.table1 .ico.v2 {background-image: url(../design/ico_c2.png);}
							.table1 .ico.v3 {background-image: url(../design/ico_c3.png);}
							.table1 .ico.v4 {background-image: url(../design/ico_c4.png);}
							.table1 .ico.v5 {background-image: url(../design/ico_c5.png);}

				.b_detail .pluso {
					margin-bottom: 10px;
					padding-top: 22px;
					padding-right: 10px !important;
				}

	.c_wr6 {padding: 10px 0 50px 0;}

	.m_nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 40px;
	}
		.m_nav .item {margin-right: 10px;}
			.m_nav a {
				background: #e3e3e3;
				display: block;
				padding: 16px 20px;
				font-size: 14px;
				line-height: 1.3;
				color: #000;
				text-transform: uppercase;
				text-decoration: none;
			}
			.m_nav a:hover,
			.m_nav a.active {
				background: #ae4f4a;
				color: #fff;
			}

	.m_nav.carousel7 {
		display: block;
		max-width: 615px;
		padding: 0 25px;
	}
		.m_nav.carousel7 .item {margin: 0 5px;}
		.carousel7 .slick-prev::before,
		.carousel7 .slick-next::before {font-size: 40px;}

	.b_info6 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
		.b_info6 .item {
			width: 50%;
			margin-bottom: 41px;
			position: relative;
		}
		.b_info6 .item:nth-child(odd) {
			padding-right: 20px;
			border-right: 1px solid #e3e3e3;
		}
		.b_info6 .item:nth-child(even) {padding-left: 20px;}
		.b_info6 .item::after {
			content: "";
			background: #e3e3e3;
			width: 100%;
			height: 1px;
			position: absolute;
			bottom: -20px;
			left: 0;
		}
		.b_info6 .item:nth-last-child(-n+2)::after {display: none;}
			.b_info6 .inner {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				padding: 45px;
				-webkit-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}
				.b_info6 .thumb {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-ms-flex-negative: 0;
					flex-shrink: 0;
					width: 150px;
					height: 140px;
					margin-right: 30px;
				}
					.b_info6 img {
						margin: auto;
						max-width: 100%;
						max-height: 140px;
						-webkit-filter: grayscale(1);
						filter: grayscale(1);
						-webkit-transition: all 0.3s ease;
						-o-transition: all 0.3s ease;
						transition: all 0.3s ease;
					}
				.b_info6 .descr {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-orient: vertical;
					-webkit-box-direction: normal;
					-ms-flex-direction: column;
					flex-direction: column;
					-webkit-box-pack: center;
					-ms-flex-pack: center;
					justify-content: center;
					-ms-flex-preferred-size: 50%;
					flex-basis: 50%;
					-webkit-box-flex: 1;
					-ms-flex-positive: 1;
					flex-grow: 1;
					font-size: 16px;
					line-height: 1.5;
				}
					.b_info6 .head {
						margin-bottom: 0.8em;
						font-size: 18px;
					}
						.b_info6 .title {
							margin-bottom: 0.2em;
							font-weight: 500;
							font-size: 22px;
							line-height: 1.3;
							color: #5d5d5d;
							text-transform: uppercase;
						}
					.b_info6 p {color: #2b2a29;}
					.b_info6 .descr > :last-child {margin-bottom: 0;}
		.b_info6 .item:hover .inner {background: #e3e3e3;}
			.b_info6 .item:hover img {
				-webkit-filter: grayscale(0);
				filter: grayscale(0);
			}
			.b_info6 .item:hover .title {
				color: #2b2a29;
			}

	.feedback-i .product-reviews-i {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 12px;
	}
	.feedback-i .product-reviews-i.block {display: block;}
		.feedback-i .product-reviews-i .btn {margin-right: 12px;}

/* -------------------------------
	Footer 
------------------------------- */
#footer {
	background: #000 url(../design/bkg3.png) center 0 / cover no-repeat;
	padding: 73px 0;
	position: relative;
	font-size: 14px;
	line-height: 1.5;
	color: #bdbdbd;
}
#footer::before {
	content: "";
	background: url(../design/sh1.png) center 0 no-repeat;
	width: 100%;
	height: 120px;
	position: absolute;
	top: 0;
	left: 0;
}

	#footer > .in {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

		#footer .col:nth-child(1) {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-ms-flex-preferred-size: 560px;
			flex-basis: 560px;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			max-width: 660px;
		}
		#footer .col:nth-child(2) {padding: 7px 20px 0 0;}
		#footer .col:nth-child(3) {
			-ms-flex-preferred-size: 285px;
			flex-basis: 285px;
			-ms-flex-negative: 0;
			flex-shrink: 0;
		}
		
		.f_menu {
			margin: 0;
			padding: 0 20px 0 0;
			list-style: none;
		}
			.f_menu > li {margin-bottom: 1.2em;}
				.f_menu > li > a {
					font-weight: 500;
					font-size: 17px;
					line-height: 1.3;
					color: #fff;
					text-decoration: none;
				}
				.f_menu > li > a:hover,
				.f_menu > li.active > a {color: #bdbdbd;}
				.f_menu ul {
					margin: 1.4em 0 0 0;
					padding: 0;
					list-style: none;
				}
					.f_menu ul li {margin-bottom: 0.65em;}
						.f_menu ul a {
							color: #bdbdbd;
							text-decoration: none;
						}
						.f_menu ul a:hover,
						.f_menu ul li.active a {color: #fff;}

		.f_paysys {
			margin: 0;
			padding: 0;
			list-style: none;
		}
			.f_paysys li {margin-bottom: 35px;}
				.f_paysys img {max-width: 80px;}

		.f_contacts {margin-bottom: 28px;}
			.f_contacts .title {
				margin-bottom: 1em;
				font-weight: 500;
				font-size: 17px;
				line-height: 1.3;
				color: #fff;
			}
			.f_phone {
				margin-bottom: 0.5em;
				font-size: 22px;
				line-height: 1.3;
				color: #fff;
			}
			.f_address {}
				.f_address a {color: inherit;}

		.f_social {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			margin-bottom: 38px;
			font-size: 17px;
		}
			.f_social a {
				margin-right: 30px;
				line-height: 1;
				color: inherit;
			}
			.f_social a:hover {color: #fff;}

		.copy {}

@media screen and (max-width: 1150px) {
	#header {
		width: 100%;
		-webkit-box-shadow: 0 0 12px rgba(37, 94, 169, 0.5);
		box-shadow: 0 0 12px rgba(37, 94, 169, 0.5);
		position: fixed;
		top: 0;
		left: 0;
	}
		
		#header > .in {height: 112px;}

			#header .col:nth-child(2) {padding: 10px 0;}

			.logo {width: 130px;}

			.h_social {margin-right: 16px;}

			.h_lang,
			.h_phone {margin-right: 30px;}

			.m_ctrl {display: block;}

			.h_menu {
				background: rgba(30, 30, 30, 0.87);
				display: none;
				width: 100%;
				height: calc(100vh - 112px);
				position: fixed;
				top: 112px;
				left: 0;
				overflow: auto;
				text-align: center;
			}
				.h_menu li {
					width: calc(100% - 20px);
					max-width: 380px;
					margin: 10px auto;
				}
				.h_menu li:first-child {margin-left: auto;}
				.h_menu li::before {display: none;}
					.h_menu a {
						background: #000;
						padding: 10px 15px;
						border: none;
						font-size: 18px;
					}
					.h_menu a:hover,
					.h_menu li.active a {background: #ae4f4a;}

	#main {padding-top: 112px;}

	.b_info5 li {margin-right: 70px;}
	.b_info5 li::after {right: -32px;}

	.tab_content {
		margin-right: -20px;
		margin-left: -20px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.b_info6 .inner {padding: 25px;}
}

@media screen and (max-width: 980px) {
	.in {
		padding-right: 10px;
		padding-left: 10px;
	}

	.tabs_wr .ui-tabs-nav .ui-tabs-anchor {
		padding-right: 10px;
		padding-left: 10px;
		font-size: 15px;
	}
	.tab_content {
		margin-right: -10px;
		margin-left: -10px;
		padding: 30px 10px 10px 10px;
	}

	.h_cart {min-width: auto;}
		.h_cart a {
			min-height: auto;
			padding: 10px;
			font-size: 0;
			line-height: 0;
		}
		.h_cart a::before {
			display: block;
			position: static;
		}
			.h_cart .num {
				background: #fff;
				width: 22px;
				height: 22px;
				border: 2px solid #ae4f4a;
				border-radius: 50%;
				position: absolute;
				top: 5px;
				right: 5px;
				font-weight: 700;
				font-size: 12px;
				line-height: 18px;
				color: #ae4f4a;
				text-align: center;
			}

	.b_info .item {width: 33.3%;}
	.b_info .item:nth-child(3n) {border-right-width: 0;}
	.b_info .item:nth-child(4n) {border-right-width: 1px;}
	.b_info .item:nth-last-child(-n+4)::after {display: block;}
	.b_info .item:nth-last-child(-n+2)::after {display: none;}

	.b_info2,
	.b_info3 {margin: 0 -10px;}
		.b_info2 .item,
		.b_info3 .item {
			width: calc(33.3% - 20px);
			margin: 0 10px 20px 10px;
		}

	.c_wr4 {padding: 70px 0 30px 0;}
		.c_wr4 .in {display: block;}
			.c_wr4 .thumb {display: none;}
			.c_wr4 .descr {padding: 0;}

	.b_info5 li {margin-right: 50px;}
	.b_info5 li::after {right: -25px;}

	.b_detail {display: block;}
		.b_detail .thumb_wr {
			max-width: 600px;
			margin-right: auto;
			margin-left: auto;
		}

	.b_info6 .inner {padding: 20px;}
}

@media screen and (max-width: 900px) {
	.slider .in {min-height: 480px;}
	.slider .descr {
		padding-bottom: 65px;
		font-size: 20px;
	}
		.slider .title {font-size: 30px;}
			.slider .title span {font-size: 50px;}

	.b_info2 .item,
	.b_info3 .item {width: calc(50% - 20px);}

	.b_info3 .title {font-size: 17px;}
	.b_info3 .price {font-size: 28px;}

	.b_info4 .thumb {
		width: calc(33.3% - 14px);
		height: 25vw;
	}

	.article img[style] {
		display: block !important;
		margin: 0 0 20px 0 !important;
		float: none !important;
	}

	.b_info6 .inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
		.b_info6 .thumb {margin: 0 0 30px 0;}
}

@media screen and (max-width: 800px) {
	.h_social {display: none;}
}

@media screen and (max-width: 730px) {
	.b_info .item {width: 50%;}
	.b_info .item:nth-child(2n) {border-right-width: 0;}
	.b_info .item:nth-child(3n) {border-right-width: 0;}
	.b_info .item:nth-child(4n) {border-right-width: 0;}
	.b_info .item:nth-child(odd) {border-right-width: 1px;}

	.b_info4 .thumb {
		width: calc(50% - 14px);
		height: 35vw;
	}
}

@media screen and (max-width: 550px) {
	body {font-size: 15px;}

	h1,
	.title1,
	.title2 {font-size: 28px;}
	h2,
	.title3 {font-size: 20px;}
	h3 {font-size: 16px;}

	#header > .in {height: 82px;}

	.logo {width: 110px;}

	.h_lang,
	.h_phone {
		margin-right: 20px;
		font-size: 15px;
	}

	#main {padding-top: 82px;}

	.content_wr .slider {margin-bottom: 35px;}

	.slider .in,
	.content_wr .slider .in {min-height: 320px;}
	.slider .descr {
		font-size: 17px;
		text-align: center;
	}
		.slider .title {font-size: 22px;}
			.slider .title span {font-size: 32px;}

	.c_wr3 {padding: 0 0 35px 0;}

	.b_info2 .title,
	.b_info3 .title {
		padding: 17px 20px;
		font-size: 15px;
	}

	.b_info3 .b_buy {
		padding-right: 20px;
		padding-left: 20px;
	}
		.b_info3 .price {font-size: 25px;}

	.c_wr4 {padding: 35px 0 10px 0;}

	.pagination {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
		.pagination a,
		.pagination span {
			width: 40px;
			height: 40px;
			font-size: 18px;
			line-height: 40px;
		}

	.c_wr5 {height: auto;}

	#map {
		height: 320px;
		position: relative;
		top: auto;
		left: auto;
	}

	.map_contacts {
		background: #000;
		width: auto;
		max-width: none;
		margin: 0 -10px;
		padding: 20px 10px;
		text-align: center;
	}

	.b_info6 .inner {padding: 20px 10px;}
		.b_info6 .descr {font-size: 15px;}
			.b_info6 .head {font-size: 16px;}

	#footer {padding: 35px 0;}
}

@media screen and (max-width: 480px) {
	#header > .in {height: 110px;}

	#header .col:nth-child(1),
	#header .col:nth-child(2) {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#header .col:nth-child(2) {padding-top: 0;}

	.h_cart {
		position: absolute;
		top: 10px;
		right: 10px;
	}

	.m_ctrl {
		margin: 0;
		position: absolute;
		top: 15px;
		left: 10px;
	}

	.h_menu {
		height: calc(100vh - 110px);
		top: 110px;
	}

	.h_phone {margin-right: 0;}

	#main {padding-top: 110px;}

	.slick-prev::before,
	.slick-next::before {font-size: 50px;}

	.b_info .item {
		height: 72vw;
		max-height: 250px;
		margin-bottom: 21px;
		padding: 0 10px;
	}
	.b_info .item::after,
	.b_info6 .item::after {bottom: -10px;}
		.b_info .thumb,
		.b_info6 .thumb {
			width: 110px;
			height: 120px;
			margin-bottom: 20px;
		}
		.b_info .title,
		.b_info6 .title {font-size: 18px;}

	.b_info6 .item {margin-bottom: 21px;}
	.b_info6 .item:nth-child(odd) {padding-right: 10px;}
	.b_info6 .item:nth-child(even) {padding-left: 10px;}

	.b_info1 .thumb,
	.b_info2 .thumb,
	.b_info3 .thumb {height: 72vw;}

	.b_info2 .item,
	.b_info3 .item {width: calc(100% - 20px);}

	.crsl2_nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 0;
	}
		.crsl2_nav .btn {
			-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
			order: 1;
			margin: 0;
		}

	.b_info5 li::after {display: none;}

	.table1 th,
	.table1 td {padding-left: 10px;}
	.table1 th:last-child,
	.table1 td:last-child {padding-right: 10px;}
	.table1 th {white-space: nowrap;}
		.table1 .ico {margin-right: 10px;}

	.b_info6 .item {width: 100%;}
	.b_info6 .item:nth-child(even),
	.b_info6 .item:nth-child(odd) {padding: 0;}
	.b_info6 .item:nth-child(odd) {border-right-width: 0;}
	.b_info6 .item:nth-last-child(-n+2)::after {display: block;}
	.b_info6 .item:last-child::after {display: none;}
}

@media screen and (max-width: 360px) {
	.tabs_wr .ui-tabs-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.b_info .item {
		width: 100%;
		padding: 0;
	}
	.b_info .item:nth-child(odd) {border-right-width: 0;}
	.b_info .item:nth-last-child(-n+2)::after {display: block;}
	.b_info .item:last-child::after {display: none;}

	.carousel {padding: 0 28px;}

	.b_info4 .thumb {
		width: calc(100% - 14px);
		height: 72vw;
	}

	.b_info5 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.b_info5 li {margin-right: 0;}

	.carousel4 .thumb {
		height: 320px;
		padding-bottom: 0;
		-webkit-clip-path: none;
		clip-path: none;
	}
		.carousel4 .thumb img {-webkit-clip-path: none;clip-path: none;}

	#footer .col:nth-child(1),
	#footer .col:nth-child(2),
	#footer .col:nth-child(3) {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	#footer .col:nth-child(2) {padding-right: 0;}

	.f_menu > li > a {font-size: 15px;}
	
	.f_paysys {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
		.f_paysys li {margin-bottom: 20px;}

	.f_contacts .title {font-size: 15px;}
}
. product-reviews-form {

    max-width: 400px;
    padding: 10px;
    border: 1px solid #f1f1f1;

}

.faq_list dt {
 padding:0 0 10px;
 font-weight:400;
 text-transform:uppercase
}
.faq_list dd {
 padding:0 0 10px 10px;
 margin:0;
 font-weight:400
}
.product-reviews-list{
padding:10 0 0 0;
margin:0;
}
.product-reviews-list-author{
font-weight: bold;
}
.product-reviews-list-note{
padding:0 0 10px 30px;
margin:0;
color:#ae4f4a;
}
.video-block {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-search {
  margin-right: 1.7rem;
  margin-right: 10px;
}
.pointer, a, button, input[type="checkbox"], input[type="radio"], label {
  cursor: pointer !important;
}
.flex {
  display: flex;
}
 
 .search_form input[type="submit"] {
  background: #333 url(/files/design/s_btn.png) no-repeat center 9px;
  width: 70px;
  height: 35px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0
 }
 .header-search-form.visible {
	padding: 4.1rem;
	height: calc(100vh - 11.4rem);
	transition: all .5s ease-in;
}
.header-search-form {
  position: fixed;
  background-color: #fff;
  z-index: 99;
  /* top: 11.4rem;*/
  left: 0;
  padding: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all .5s ease-in;
}
.header-search-form form {
  max-width: 65rem;
  width: 100%;
  display: flex;
}

.header-search-form.visible .ctn {
  transition-delay: .5s;
  opacity: 1;
}
.header-search-form .ctn {
  display: flex;
  justify-content: center;
  position: relative;
  opacity: 0;
  transition-delay: .8s;
  transition: opacity .3s;
    transition-delay: 0s;
  flex-wrap: wrap;
}
.ctn {
  max-width: 1200px;
  width: 100%;
  padding: 0 4rem;
  margin: 0 auto;
}
.ctn  a{
  margin-top: 10px;
}
.form-search {
  width: 80%;
  position: absolute;
}
.header-search-form form input {
  height: 5rem;
}
.header-search-form form input {
  -webkit-border-radius: 0;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 0 !important;
  border: .1rem solid #d9d9d6;
  box-shadow: none;
  padding: 1.5rem 1.6rem;
}
  
 .header-search-close {
  color: #3e3f40;
  position: absolute;
  top: .8rem;
  left: 1rem;
  width: 20%;
  }
 .forum-container {
  display: flex;
  justify-content: center; /* если нужно выравнять по центру */
  flex-wrap: wrap;
}
 .forum{
 	flex: 1;
 	padding: 20px 10px 10px 10px;
 }
 @media (max-width: 767px) {
  .forum {
    flex-basis: 100%; /* устанавливаем ширину блока на 100% для мобильных устройств */
  }
}