@import url(fontello.css);

@font-face {
	font-family: 'Inter-LightBETA';
	src: url('../fonts/Inter-LightBETA.eot');
	src: url('../fonts/Inter-LightBETA.eot');
	src: url('../fonts/Inter-LightBETA.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Inter-LightBETA.svg#Inter-LightBETA') format('svg'),
		 url('../fonts/Inter-LightBETA.ttf') format('truetype'),
		 url('../fonts/Inter-LightBETA.woff') format('woff'),
		 url('../fonts/Inter-LightBETA.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
  }
  @font-face {
	font-family: 'Inter-Regular';
	src: url('../fonts/Inter-Regular.eot');
	src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg'),
		 url('../fonts/Inter-Regular.ttf') format('truetype'),
		 url('../fonts/Inter-Regular.woff') format('woff'),
		 url('../fonts/Inter-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
  }
  
  
/* -------------------------------
	Global 
------------------------------- */
html, body {height: 100%;}
	html {background: #05050c;}
	body {
		min-width: 320px;
		font: 14px/1.5 'Inter-LightBETA', 'Inter-Regular', sans-serif;
		color: #fff;
	}

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.5em 0;}
img {
	max-width: 100%;
	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;
}

*::before,
*::after {
	transition: all 0.3s ease;
}

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

.jq-selectbox__trigger {
	width: 20px;
}

@media (max-width: 1320px) {
	.filters .in {
		width: 100%;
		max-width: 100%;
	}

	.filters .in .form_filters {
		justify-content: space-between;
	}
}

#wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	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);
}
	#wrapper.v1 {
		/* background: url(../img/bkg1.jpg) center no-repeat fixed; */
		background: url(../img/bkg2.png) center/contain  no-repeat fixed;
	}

.in {
	width: 100%;
	/*max-width: 1820px;*/
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

/* -------------------------------
	Txt 
------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
	/* font-family:;
	font-weight:; */
	line-height: 1.3;
	/* color:; */
}

.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:#fff;
	transition: all 0.3s ease;
	text-decoration: none;
}
a:hover {text-decoration: none;}

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

/* -------------------------------
	Forms 
------------------------------- */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
	background: #282828;
	width: 100%;
	margin: 0;
	/* padding: 10px; */
	padding: 0 0 10px 0;
	border: none;
	border-bottom: 1px solid #ccc;
	font-family: inherit;
	font-size: 18px;
	line-height: 1.3;
	-webkit-appearance: none;
	color: rgb(167, 167, 167);
}
textarea {
	height: 115px;
	overflow: auto;
	resize: none;
	vertical-align: top;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.4;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: inherit;
	opacity: 0.4;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: inherit;
	opacity: 0.4;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: inherit;
	opacity: 0.4;
}

.f_row_wr.v2 .f_row input::placeholder {
	color: #ababab;
	opacity: 0.4;
}

input[type="submit"],
input[type="button"],
button {
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn {
	background: #282828;
	display: inline-block;
	padding: 10px 17px;
	border: none;
	font-family: inherit;
	font-size: 17px;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	-webkit-appearance: none;
}

.btn.v2 {
	background-color: #282828;
	color: #ababab;
	text-transform: none;
}

.btn.v3 {
	width: 100%;
	text-transform: none;
	margin-top: 120px;
	font-size: 18px;
	line-height: 39px;
}

.buy_button {
	position: relative;
	display: inline-block;
	margin-left: 26px;
	padding: 10px 20px;
	border: 1px solid #65605f;
	top: -8px;
	cursor: pointer;
	background: #1d1d1d;
	width: 120px;
	text-align: center;
}

.buy_button_category {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #65605f;
	top: 12px;
	cursor: pointer;
	background: #1d1d1d;
	width: 120px;
	text-align: center;
}

/* -------------------------------
	Header 
------------------------------- */
#header {
	position: relative;
	z-index: 200;
}

#header.h_sticky .logo {
	/*opacity: 1 !important;*/
}

#header.h_sticky {
	position: fixed;
	width: 100%;
	left: 0;
}


#header .in {
	padding-top: 18px;
	padding-bottom: 18px;
}

#header .logo {
	flex-shrink: 0;
	opacity: 1;
	transition: opacity 0.5s;
}

.header_search {
	width: 310px;
	margin: 20px;
	height: 100%;
	position: relative;
}
.header_search input[type=text] {
	background-color: transparent;
	width: 100%;
	padding-right: 20px;
}
.header_search button {
	background-color: transparent;
	border: none;
	position: absolute;
	right: -5px;
	font-size: 20px;
}
.logo.v2 {
	display: none;
}

	.h_menu ul {
		list-style: none;
	}

	.h_menu {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		.h_menu li {padding: 0;}
			.h_menu a {
				color: #fff;
				text-decoration: none;
			}
		
	/* .search_form {} */
		.search_form input[type="text"] {
			/* font-size:;
			line-height:; */
			color: #05050c;
		}
		.search_form button {
			background: url(s_btn.png) center no-repeat;
			/* width:;
			height:; */
			padding: 0;
		}

.inner {
	display: flex;
	position: relative;
}

.h_menu {
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: 0;
	padding: 28px 0 0 0;
	list-style: none;
	font-size: 14px;
	line-height: 1.3;
	transition: padding 0.2s ease;
}

.h_menu>li {
	margin-right: 66px;
}


.h_menu>li>a {
	display: block;
	padding-bottom: 8px;
	border-bottom: 2px solid transparent;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-size: 18px;
}

.h_menu>li.v1>a::after {
	content: "\f004";
	margin-left: 0.8em;
	font-family: "fontello";
	font-weight: 400;
	font-size: 0.85em;
	line-height: 1;
}

.h_menu>li:hover>a,
.h_menu>li.active>a {
	/* border-bottom-color: #ca3939; */
	color: #ca3939;
}

.h_menu ul {
	background: #2f1d46;
	display: none;
	min-width: 200px;
	margin: 0;
	padding: 25px 30px;
	list-style: none;
	position: absolute;
	/* top: 100%; */
	/* left: -30px; */
	right: 300px;
	font-weight: 400;
	color: #dee2ee;
	text-transform: none;
}

.h_menu ul li {
	margin-bottom: 1.6em;
}

.h_menu ul li:last-child {
	margin: 0;
}

.h_menu ul a {
	text-decoration: none;
	text-transform: uppercase;
}

.h_menu ul a:hover,
.h_menu ul li.active a {
	color: #fff;
}

.h_menu>li:hover ul {
	display: block;
}


/* from fh */
			/* .m_ctrl {
				display: none;
				width: 30px;
				margin-left: 20px;
				padding: 7px 0;
				border-top: 3px solid #32486c;
				border-bottom: 3px solid #32486c;
				cursor: pointer;
			} */

			/* .m_ctrl span {
				background: #32486c;
				display: block;
				height: 3px;
			} */

/*.background-home {
	transform: scale(1.43);position: fixed; left: 0; right: 0;top: -32px; margin: auto; height: 107%;
}*/
.background-home {
	/* transform: scale(1.43); */
	position: fixed;
	left: 0;
	right: 0;
	top: -226px;
	margin: auto;
	height: 148%;
}
@media (max-width: 480px) {
	.background-home {
		transform: scale(1);
	}
}
.m_ctrl {
	display: block;
	width: 70px;
	margin-left: 79px;
	/*margin-top: 25px;*/
	padding: 13px 0;
	/* border-bottom: 2px solid #ccc2ba; */
	cursor: pointer;
	flex-shrink: 0;
	position: relative;
	height: 76px;
}

.m_ctrl span {
	background: #ccc2ba;
	display: block;
	height: 2px;
	position: absolute;
	width: 100%;
	margin-top: 6px;
}
.m_ctrl span:nth-child(2) {
	top: 28px;
}
.m_ctrl span:nth-child(3) {
	top: 44px;
}
.h_menu_mob_wr {
	background-color: #282828;
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 480px;
	height: 100%;
	padding: 80px 75px 20px 10px;
	position: fixed;
	top: 0;
	right: -490px;
	z-index: 200;
	overflow: auto;
	color: #ffffff;
	opacity: 0;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	transform: translateY(0) translateX(0%);
	-webkit-transform: translateY(0%) translateX(0%);
	-ms-transform: translateY(0%) translateX(0%);
}

.h_menu_mob_wr .close {
	width: 70px;
	position: absolute;
	top: 15px;
	right: 40px;
	font-weight: 400;
	font-size: 55px;
	line-height: 76px;
	color: #cdc2ba;
	cursor: pointer;
	text-align: center;
}

.h_menu_mob_wr .close::before {
	content: "\E83B";
	font-family: "fontello";
}

.h_menu_mob {
	margin: 0;
	padding: 0 0 0 70px;
	list-style: none;
	/* font-weight: 600; */
	font-size: 20px;
	line-height: 1.3;
	/* text-transform: uppercase; */
	text-transform: none;
}

.h_menu_mob>li {
	margin-bottom: 0px;
	padding-bottom: 0px;
	/* border-bottom: 1px solid #d3dfe5; */
}

.h_menu_mob>li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.h_menu_mob>li>a {
	display: block;
	padding: 0.33em 0;
	position: relative;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.h_menu_mob>li.v1>a {
	padding-right: 30px;
}

/* Badges */
/* .h_menu_mob>li.v1>a::after {
	content: "\f004";
	position: absolute;
	top: 1.1em;
	right: 10px;
	font-family: "fontello";
	font-weight: 400;
	font-size: 0.85em;
	line-height: 1;
} */

.h_menu_mob>li.open>a::after {
	content: "\f005";
}

.h_menu_mob>li:hover>a,
.h_menu_mob>li.active>a {
	background: #282828;
	color: #fff;
}

.h_menu_mob ul {
	display: none;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	font-weight: 400;
	text-transform: none;
}

/* .h_menu_mob ul li {} */

.h_menu_mob ul a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: #ffffff;
}

.h_menu_mob ul a:hover,
.h_menu_mob ul li.active a {
	background: #32486c;
	color: #fff;
}

.h_menu_mob>li.open ul {
	display: block;
}

.logo_in_menu {
	position: absolute;
	top: 25px;
	left: 15px;
}

/* languages */
.lang {
	display: flex;
	margin-top: 20px;
	margin-left: 70px;
}

.lang a {
	font-size: 20px;
	color: #5f5a56;
	text-decoration: none;
	margin-right: 35px;
}

.lang a.active {
	color: #ffffff;
}

#header .dev {
	color: #c3c3c3;
    opacity: 0.75;
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
}
#header .dev a{
	font-weight: 400;
    font-size: 14px;
}
#header .dev :hover{
	color: #ffffff;
	opacity: 1;
}


/* icons cart and favorits */
.h_icons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 127px;
}

/* .h_icons a {
	display: block;
} */

.h_cart {
	display: block;
	width: 38px;
	height: 31px;
	font-size: 20px;
	position: relative;
	color: #ababab;
}

	.icon-cart {
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.h_cart .num, .h_favor .num{
		width: 21px;
		height: 21px;
		background-color: #fff;
		border-radius: 50%;
		position: absolute;
		top: -6px;
		right: 0;
		display: flex;
		justify-content: center;
	}

		.h_cart .num span, .h_favor .num span {
			color: #000000;
			font-size: 14px;
			font-weight: bold;
			position: absolute;
			/*transform: translateX(60%);*/
			line-height: 22px;
		}

.h_favor {
	display: block;
	width: 38px;
	height: 31px;
	font-size: 20px;
	position: relative;
	color: #ababab;
}

.inner .f_row_wr {
	/* outline: 1px solid white; */
	margin-right: 60px;
}

.inner .f_row_wr .f_row {
	padding-top: 10px;
	/* outline: 1px solid white; */
}
.logo_in_menu.v2 {
		display: none;
	}

	.inner.v2 {
		justify-content: space-between;
	}

/* -------------------------------
	Main 
------------------------------- */
#main {
	-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;
		margin: 0 0 15px 0;
		padding: 0;
		list-style: none;
	}
		.breadcrumbs li {margin-bottom: 0.2em;}
		.breadcrumbs li::after {
			content: "\002F";
			margin: 0 8px;
		}
		.breadcrumbs li:last-child::after {display: none;}
			.breadcrumbs a {color: inherit;}

	.slick-arrow {
		/* background-color: rgba(68, 187, 68, 0.8); */
		background: none;
		width: 60px;
		min-width: auto;
		height: 60px;
		padding: 0;
		position: absolute;
		top: 50%;
		z-index: 2;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 0;
		line-height: 0;
		color: #ccc2ba;
	}
	.slick-prev {left: 0;}
	.slick-next {right: 0;}
	.slick-prev::before,
	.slick-next::before {
		font-family: "fontello";
		font-weight: normal;
		font-size: 60px;
		line-height: 1;
	}
	
	/* .b_info5 .slick-prev::before {
		content: "\E86D";
		position: relative;
		top: 310px;
	} */
	.b_info5 .slick-prev::before {
		display: none;
	}

	.b_info5 .slick-next::before {
		content: "\E869";
	}

	.b_info5 .slick-arrow {
		/* height: auto; */
		top: auto;
		bottom: -50px;
		transform: none;
	}


	.slick-arrow.slick-disabled {color: #ccc;}

	.slick-dots {
		margin: 0;
		padding: 15px 0;
		list-style: none;
		font-size: 0;
		line-height: 0;
		text-align: center;
	}
		.slick-dots li {
			display: inline-block;
			vertical-align: middle;
			margin: 5px 10px;
		}
			.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: #fff;
				display: inline-block;
				width: 6px;
				height: 6px;
				border-radius: 50%;
				opacity: 0.9;

			}
			.slick-dots li.slick-active button::before {
				background: #197317;
				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: flex;
			flex-wrap: wrap;
			margin-bottom: 35px;
		}
			.tabs_wr .ui-tabs-nav .ui-tabs-anchor {
				display: block;
				padding: 10px 16px;
				font-weight: 500;
				font-size: 36px;
				line-height: 1.3;
				color: #505055;
				text-transform: none;
			}
			.tabs_wr .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
				/* background: #f05725; */
				color: #fff;
			}
			.tabs_wr .tabs ul {
				padding-bottom: 40px;
				border-bottom: 1px solid #696463;
			}

	.slider_range_wr {margin-top: 6px;}
		.ui-slider-horizontal {
			background: #e5ede5;
			height: 12px;
			margin-bottom: 10px;
			border-radius: 6px;
		}
		.ui-slider .ui-slider-range {background: #ca3939;}
		.ui-slider .ui-slider-handle {
			background: #333848;
			width: 5px;
			height: 22px;
			border-radius: 3px;
			cursor: pointer;
		}
		.ui-slider-horizontal .ui-slider-handle {top: -5px; margin-left: 0;}
		.slider_range_wr input[type="text"] {
			background: none;
			width: 60px;
			padding: 0;
			border: none;
			font-size: 14px;
			color: #595959;
		}
		#range-amount {float: left;}
		#range-amount2 {float: right; text-align: right;}
		
		.fancybox-bg {/*background:;*/}
		.fancybox-is-open .fancybox-bg {/*opacity:;*/}
		
		.fancybox-content {
			/*background:;*/
			/*padding:;*/
	}
	
	.popup {
		background: #fff;
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		padding: 30px;
		position: relative;
	}
	
	/* added */
	.c_wr1 {
		background-color: #282828;
		/* min-height: 70px; */
		position: relative;
		z-index: 50;
	}
	
	.c_wr1 form {
		display: flex;
		justify-content: space-between;
		align-items: center;
		min-height: 70px;
	}
	
	/*.c_wr1.v2 form {
		display: flex;
		justify-content: space-between;
		align-items: center;
		min-height: 70px;
	}*/

	.c_wr1.v2 form {
		display: flex;
		justify-content: space-between;
		align-items: center;
		min-height: 70px;
	}

	.c_wr1.v2.v3 form .f_row_wr:last-child {margin-left: auto;}

	.c_wr1 .f_txt {
		/* display: inline-block; */
		color: #ababab;
		font-size: 18px;
		position: relative;
		top: -2px;
	}

	.c_wr1 .btn.v2 {
		position: relative;
		/*top: 2px;*/
		top: 0px;
		font-size: 18px;
	}

	.c_wr1.v2 .btn.v2 {
		padding-right: 0;
	}

	.f_row_wr {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 2px;
		margin-left: 20px;
	}

	.jq-selectbox__select {
		display: flex;
	}

	.jq-selectbox__select-text {
		width: auto !important;
	}

	.jq-selectbox__trigger {
		position: relative;
	}

	.f_row_wr.v2 {
		margin-right: 10px;
	}

	.f_row_wr.v3 {
		width: 100px;
		margin-right: 20px;
	}

	/* .f_row_wr.v3 {} */
	
	.f_row_wr.v3 .f_row {
		display: flex;
		align-items: center;
		flex-shrink: 0.9;
	}

	.f_row_wr.v3 a {
		color: #ababab;
		font-size: 18px;
	}

	.f_row_wr.v3 input[type="search"],
	.f_row_wr.v3 select,
	.f_row_wr.v3 textarea {
		width: 100%;
		border: none;
		color: #ffffff;
		font-size: 18px;
	}

	/* .c_wr1 .f_row select {
		position: relative;
		top: 100px;
	} */

	.b_info1 {
		display: flex;
		flex-wrap: wrap;
	}

	.item1 {
		width: calc(100% / 5 - 10px);
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		/* justify-content: center; */
		/* align-self: center; */
		/* align-content: center; */
		align-items: center;
		text-align: center;
		margin: 65px 5px 5px 5px;
	}

	.thumb1 {
		position: relative;
		min-height: 400px;
		display: flex;
		align-items: center;
	}
	
	.thumb1 img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.thumb2 {
		max-height: 615px;
		margin-left: 5px;
	}

	.icon2	{
		width: 41px;
		height: 41px;
		background-color: #282828;
		border-radius: 50%;
		position: absolute;
		bottom: 40px;
		left: 0;
		right: 0;
		margin: auto;
		cursor: pointer;
	}
	
	.icon2 .icon-heart,
	.icon2 .icon-heart-fill {
		font-size: 18px;
		position: absolute;
		/* left: 24%;
		top: 16%; */
		transform: translateX(-56%)
		translateY(30%);
	}
	
	.icon2 .icon-heart {
		color: #a8a8a8;
	}

	.icon2 .icon-heart-fill {
		color: #fff;
	}

	.title_item1 {
		font-family: 'Inter-LightBETA';
		font-size: 18px;
		color: #ffffff;
		text-transform: uppercase;
		max-width: 300px;
		width: 100%;
		min-height: 3em;
		margin-bottom: 20px;
	}

	.b_detail {
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}

	.descr1 {
		font-family: 'Inter-LightBETA';
		font-size: 17px;
		color: #ababab;
		/*margin-right: 25px;*/
	}

	.icon-star.v2 {
		color: #505055;
	}

	.price {
		font-family: 'Inter-LightBETA';
		font-size: 17px;
		color: #ababab;
	}

.ico_rating_wr {
	white-space: nowrap;
}

	/* .c_wr2 {} */
	
	.c_wr3 {
		padding-top: 80px;
	}

	.c_wr3 .cols {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}

	.c_wr3 .col {
		width: 50%;
		padding: 50px;
	}

	.c_wr3 .cols .col:first-child {
		background-color: #282828;
		text-align: center;
		max-width: 818px;
		min-height: 683px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	/* .b_info2 {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	} */
	
	.c_wr3 .cols .col:last-child {
		padding-left: 150px;
	}

	.title1 {
		font-size: 72px;
		color: #ffffff;
	}

	.descr3 {
		font-size: 18px;
		color: #ffffff;
	}

	.title2 {
		font-size: 18px;
		color: #ffffff;
		opacity: 0.39;
	}

	.descr2 {
		font-size: 36px;
		color: #ffffff;
	}
	
	.c_wr3 .title2 {
		margin-bottom: 50px;
	}
	
	/* .c_wr3 .cols .col:last-child {} */

/* .b_info2 {}
.b_info3 {} */

	.b_info4 {
		display: flex;
		flex-wrap: wrap;
		/* justify-content: flex-start; */
		justify-content: space-between;
		/* max-width: 1620px; */
		margin-right: 169px;
	}

	.b_info4 .item2 {
		width: calc(100% / 3 - 15px);
		max-width: 388px;
	}

		.b_info4 .item2:nth-child(1) {
			margin-top: 43px;
		}
		
		.b_info4 .item2:nth-child(2) {
			margin-top: 170px;
		}

		.b_info4 .item2:nth-child(3) {
			/*margin-top: -123px;*/
		}
	
		/* .b_info4 .item:nth-child(2) {
			margin-top: 43px;
		} */

	.title3 {
		font-size: 36px;
		padding-top: 39px;
		padding-bottom: 7px;
	}
	
	.title3.v2 {
		padding-bottom: 25px;
	}
	
	.title3.v3 {
		padding-bottom: 25px;
	}
	
	.title4 {
		font-size: 18px;
		padding-bottom: 36px;
	}

	.txt1 {
		font-size: 18px;
		opacity: 0.59;
	}

	/* .c_wr4 {} */

	.c_wr5 {
		/* background: url(../img/bkg1.jpg) center no-repeat fixed; */
		/* overflow: hidden; */
		text-align: center;
		/* margin-top: 800px; */
		min-height: 100vh;
	}

	.c_wr6 p,
	.c_wr6 ul,
	.c_wr6 li {
		font-size: 18px;
	}
	
	.cols2 {
		display: flex;
		margin-bottom: 150px;
	}

	.cols2 .col:nth-child(1) {
		max-width: 790px;
		padding-right: 107px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.cols3 {
		display: flex;
	}

	.cols3 .col:nth-child(1) {
		max-width: 790px;
		width: 100%;
		padding-right: 107px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.cols3 .col:nth-child(2) {
		padding-right: 200px;
	}

	.cols3 .col .items_wr {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.items_wr .item {
		margin: 5px 10px 5px 10px; 
		width: calc(100% / 2 - 11px);
		min-width: 328px;
		min-height: 460px;
		background-color: #282828;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.c_wr7 p {
		font-size: 18px;
	}
	
	.c_wr7 .cols4 {
		display: flex;
		justify-content: space-between;
	}

	.c_wr7 .cols4 .col:nth-child(1) {
		width: 50%;
		padding-right: 100px;
	}

	.c_wr7 .cols4 .col:nth-child(2) {
		width: 50%;
		max-width: 800px;
	}

	.c_wr7 .cols4:nth-child(1) .col:nth-child(2) {
		/*margin-top: -125px;*/
	}

	/* for page Bar */
	.c_wr8 {}
	.c_wr8 .in {
		padding-top: 40px;
	}
	.c_wr8 .cols5 {
		display: flex;
	}
	.c_wr8 .cols5 .col:nth-child(1) {
		padding-right: 135px;
	}

	.title5 {
		font-family: 'Inter-LightBETA';
		font-size: 36px;
  color: #fff;
		border-bottom: 1px solid #4b4b50;
		margin-bottom: 42px;
	}

	.b_info6 {}
	.price.v2 {
		font-size: 19px;
	}
	.b_info6 {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		.b_info6 li {
			display: flex;
			flex-wrap: wrap;
			align-items: flex-start;
			margin-bottom: 2em;
			/*max-width: 680px;*/
		}
			.b_info6 .descr {
				flex-basis: 50%;
				flex-grow: 1;
				padding-right: 20px;
			}
				.b_info6 .title6 {
					font-size: 19px;
					line-height: 1.3;
					text-transform: uppercase;
				}
				.b_info6 p {
					margin: 0;
					font-size: 17px;
				}
			.b_info6 .price.v2 {
				flex-shrink: 0;
				color: #ffffff;
			}
/* for page Bar end */

/* for page Menu.htm */
/*.c_wr9 {background: url(../img/menu_tracery.png) 0 0 repeat-y;}*/
.c_wr9 .in {
	/*background: url(../img/menu_tracery.png) 0 0 repeat-y;*/
	/*background-origin: content-box;*/
}
.c_wr9 .in::before {
	content: "";
	background: url(../img/menu_tracery.png) 20px 0 repeat-y;
	width: 100%;
	max-width: 1920px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.cols6 {
	display: flex;
	padding-top: 45px;
	padding-left: 285px;
	justify-content: space-between;
	position: relative;
}
.cols6 .col {width: calc(50% - 75px);}

.c_wr9 .b_info6 {
	margin-bottom: 80px;
}
/* for page Menu.htm end */

/* for page Contacts.htm */
.c_wr10 p {
	font-size: 18px;
}

.title7 {
	font-size: 36px;
}
.c_wr10 .title7:nth-child(2) {
	margin-top: 20px;
	margin-bottom: 30px;
}

.c_wr10 .cols {
	display: flex;
	justify-content: space-between;
	padding-top: 100px;
}

.c_wr10 .cols .col {
	width: 50%;
}

.c_wr10 .cols .col:nth-child(1) {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-right: 150px;
	min-height: 666px;
}

.c_wr10 .cols .col:nth-child(2) {
	background-color: #282828;
	max-width: 810px;
	padding-left: 89px;
	padding-right: 86px;
	padding-top: 215px;
	margin-top: -225px;
}

.b_info9 {
	margin-bottom: 85px;
}
.tab_content .b_info9 {
	margin-top: 75px;
	margin-bottom: 72px;
	font-size: 18px;
}

.visibnone {
	visibility: hidden;
}

.b_form {}
.b_form .f_cols {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
		.b_form .f_cols .f_row {
			flex-basis: 270px;
			flex-grow: 1;
			margin: 0 15px 50px 15px;
		}
		.f_row textarea {
			margin-top: 5px;
			width: 98.2%;
			margin-left: 5px;
			margin-bottom: 52px;
		}
		.b_form .b_btn2 {
			padding-top: 5px;
		}
		.b_form .b_btn2 button {
			background-color: #fff;
			color: #000000;
			text-transform: none;
			width: 194px;
			height: 57px;
			margin-left: 4px;
			margin-top: 10px;
			margin-right: 2px;
			font-size: 18px;
			font-weight: bold;
		}
/* for page Contacts.htm - end */

/* for page Profile(no adaptive) */
.tab_content .cols {
	display: flex;
	flex-wrap: wrap;
}
.tab_content .col {
	flex-basis: 480px;
	flex-grow: 1;
}
		.col.v2 {
			background-color: #282828;
		}

		.tab_content .col:nth-child(1) {
			padding-left: 55px;
			padding-right: 55px;
			padding-bottom: 69px;
		}
		
		.col.v3 {
			display: flex;
			justify-content: flex-end;
			/*align-items: flex-end;*/
		}
.txt_wr1 {
	max-width: 655px;
	padding: 40px 0 0 40px;
	text-align: right;
}

/* for page Profile(no adaptive) - Profile History tab */
.cols7 {
	display: flex;
}

.b_info10 {
	width: 50%;
	position: relative;
	/* outline: 1px solid white; */
}

.b_info10 > .item {margin-bottom: 5px;}
.b_info10 > .item:last-child {margin-bottom: 0;}

.b_info10 .head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 110px;
	/* padding-top: 46px; */
	/* padding-bottom: 51px; */
	font-size: 18px;
	background-color: #282828;
	position: relative;
	z-index: 1;
	cursor: pointer;
	/* outline: 1px solid white; */
}

.b_info10 .head .inf a {
	color: #282828;
}

	.b_info10 .head .inf {
		width: calc(100% / 5 - 5px);
		padding-right: 5px;
		padding-left: 5px;
		white-space: nowrap;
		/* outline: 1px solid white; */
		text-align: center;
	}

	.b_info10 .head .icon-arrow-right-1 {
		font-size: 65px;
	}

	.b_info10 .head .inf:last-child {
		width: 100px;
		color: #282828;
	}

	.b_info10 .descr {
		width: 100%;
		height: 100%;
		padding-left: 55px;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}
		.b_info10 .scroll-pane {
			width: 100%;
			height: 100%;
			overflow: auto;
		}

	.b_info10 .item.active .head {
		background: #fff;
		color: #282828;
	}
	.b_info10 .item.active .descr {
		left: 100%;
		opacity: 1;
	}

	.b_info11 {}
	.b_info11 .item {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 255px;
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #696463;
	}
	.b_info11 .item:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
	}
		/* .b_info11 .item .inf {
			width: calc(100% / 4 - 5px);
			text-transform: uppercase;
			outline: 1px solid white;
		} */
		.b_info11 .item .inf:nth-child(1) {
			width: 15%;
		}
		.b_info11 .item .inf:nth-child(2) {
			width: 55%;
		}
		.b_info11 .item .inf:nth-child(3) {
			width: 15%;
		}
		.b_info11 .item .inf:nth-child(4) {
			width: 15%;
			text-transform: uppercase;
		}

		.inf2_1 {
			text-transform: uppercase;
			margin-bottom: 15px;
		}

		.inf2_2 {
			display: flex;
			flex-wrap: wrap;
		}
			.inf2_2 > * {
				margin-top: 5px;
				margin-bottom: 5px;
			}

.b_info11 .item .inf:nth-child(1) {
	position: relative;
}

.icon3	{
		width: 41px;
		height: 41px;
		background-color: #282828;
		border-radius: 50%;
		position: absolute;
		transform: translateX(4%)
		translateY(-135%);
		cursor: pointer;
	}
	
	.icon3 .icon-heart,
	.icon3 .icon-heart-fill {
		font-size: 18px;
		position: absolute;
		/* left: 24%;
		top: 16%; */
		transform: translateX(55%)
		translateY(30%);
	}
	
	.icon3 .icon-heart {
		color: #a8a8a8;
	}

	.icon3 .icon-heart-fill {
		color: #fff;
	}
/* for page Profile(no adaptive) - end */

/* for page Order2(no adaptive) */
.c_wr12 {
	font-size: 18px;
}
	.c_wr12 .cols {
		display: flex;
		justify-content: space-between;
	}
 .c_wr12 .col {
  width: calc(100% / 2 - 10px);
	}
	.c_wr12 .col:nth-child(1) {
		padding: 75px 53px;
	}

	.c_wr12 .in {
		padding-top: 50px;
	}
	.b_info13 {
		display: flex;
		align-items: baseline;
	}
	.b_info13 .item {
		font-size: 36px;
		color: #5a5a5b;
	}
	.b_info13 .item:nth-child(2) {
		margin: 5px 25px 40px 25px;
	}

	.b_info12 {
		display: flex;
		justify-content: space-between;
		margin-bottom: 50px;
		font-size: 18px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.b_info12 p:last-child {
		white-space: nowrap;
		margin-left: 30px;
	}

	.c_wr12 .b_form .f_cols .f_row.v2 {
		padding-right: 5px;
	}
	
	.info1 {
		color: #ffffff;
		font-size: 18px;
	}

	.f_cols2 {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

	.b_info12 .b_form .jq-checkbox {
		background: red;
	}

	.item.v2 {
		color: #ffffff;
	}

	.price2 {
		text-transform: uppercase;
		font-size: 24px;
	}

	.price2 span {
		font-size: 72px;
	}

	.price_wr {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.c_wr12 .col:nth-child(2) {
		max-width: 630px;
	}

	.title8 {
		font-size: 24px;
	}

	.title8.v2 {
		margin-top: 100px;
		margin-bottom: 40px;
	}

	.color1 {
		color: #ababab;
	}

	/* for page Order2(no adaptive) - end */
	
	
	/* for page Order1(no adaptive) - begin */
.c_wr13 {
	font-size: 18px;
}
	.c_wr13 .b_info13 {
		border-bottom: 1px solid #5f5a56;
	}

	.c_wr13 .price_wr {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 633px;
	margin-left: auto;
	margin-top: 48px;
}
	.c_wr13 .price1 {
		padding-top: 25px;
	}
		.c_wr13 .price2_1:first-child {
			margin-bottom: 7px;
		}

.btn3 {
	background-color: #fff;
    color: #000000;
    text-transform: none;
    width: 190px;
    height: 57px;
    margin-left: 4px;
    margin-top: 10px;
    margin-right: 2px;
    font-size: 18px;
    font-weight: bold;
}

.b_info14 {}

.c_wr13 .jq-number__field input[type="number"] {
    box-sizing: border-box;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    outline: none;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
				-moz-appearance: textfield;
				background-color: #05050c;
				border: none;
}

.c_wr13 .jq-number__spin {
	background-color: #282828;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	top: -2px;
}
.c_wr13 .jq-number__spin.minus:after,
.c_wr13 .jq-number__spin.plus:after {
	font-size: 12px;
}

.c_wr13 .b_info11 .inf:last-child {
	color: #5f5a56;
	cursor: pointer;
}

.c_wr13 .b_info11 .item {
	border-bottom: 1px solid #5f5a56;
}

.c_wr13 .b_info11 .item .inf:first-child {
	padding-top: 20px;
	padding-bottom: 40px;
	margin-left: 60px;
}

/* for page Order1(no adaptive) - end */

/* for page Wine - begin */
.c_wr14 p {
	font-size: 18px;
}
.c_wr1.v2.v3 .in {
	margin-bottom: 100px;
}

.c_wr1.v2.v3 .in .f_row_wr:nth-child(2) {
	/*margin-right: -14%;*/
}

.hr1 {
	color: #5f5a56;	
	background-color: #5f5a56;
	border: none;
	height: 1px;
}

.hr_indent1 {
	margin-top: 65px;
	margin-bottom: 60px;
}

.indent1 {
	margin-bottom: 45px;
}
.indent2 {
	margin-bottom: 30px;
}
.indent3 {
	margin-bottom: 35px;
}
.indent4 {
	margin-bottom: 15px;
}
.indent5 {
	margin-bottom: 55px;
}
.indent6 {
	margin-top: 63px;
}

.color2 {
	color: #ffffff;
}
.color3 {
	color: #ababab;
}

.size1 {
	font-size: 36px;
}

.size2 {
	font-size: 24px;
}

.size3 {
	font-size: 18px;
}

.wr2 {
	display: flex;
}

.wr2 .item {
	width: calc(100% / 3 - 5px);
	min-height: 342px;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #282828;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px;
}

.wr2 .item:nth-child(2) img {
	/*align-self: flex-end;*/
}

.c_wr14 .cols {
	display: flex;	
}
		.c_wr14 .cols .col {width: 50%;}
.thumb3 {
	width: 166px;
	/*height: 848px;*/
	height: calc(100vh - 200px);
}
.thumb3 img {
	display: block;
	margin: 0 auto;
	max-height: 100%;
}

.b_info15 {
		max-width: 606px;
		margin: 0 auto;
		position: sticky;
		top: 142px;
	}

.b_info15 .slick-arrow {
	    /* height: auto; */
    top: auto;
    bottom: 50%;
				transform: none;
				color: #676261;
}

	.b_info15 .slick-prev::before {
		display: block;
		content: "\E86D";
	}

	.b_info15 .slick-next::before {
		content: "\E869";
	}

	

/* for page Wine - end */


		
		
		/* -------------------------------
		Footer 
		------------------------------- */
		#footer {
			background: #05050c;
			position: relative;
			color: #ccc2ba;
			font-size: 12px;
		}

	#footer .in {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-top: 50px;
		padding-bottom: 41px;
		opacity: 0.45;
	}

.h_menu_mob_wr li.v2 { display: none; }

@media screen and (min-height: 600px) {
	.h_menu_mob,
	.lang a {font-size: 30px;}
}

@media screen and (max-width: 1741px) {
	.c_wr1 form {
    justify-content: space-between;
    flex-wrap: wrap;
	}
	.item1 {
		width: calc(100% / 4 - 10px);
	}

	.cols6 .col {width: calc(50% - 50px);}
}
@media screen and (max-width: 1600px) {
	.h_menu .delemeter {
		display: none;}
	.h_menu {
		padding-top: 0;
		align-items: center;
	}
	.h_menu>li {
		width: 50%;
		margin: 0 !important;
		text-align: center;
	}
}
@media screen and (max-width: 1420px) {
	.cols2 .col:nth-child(1) {
		padding-right: 5px;
	}
	.cols3 .col:nth-child(2) {
		padding-right: 5px;
	}
	.cols3 .col:nth-child(1) {
		padding-right: 5px;
	}
	.cols2 {
		margin-bottom: 10px;
	}
	.cols3 .col .items_wr {
		flex-direction: column;
	}
	.items_wr .item {
		width: 100%;
		min-width: 300px;
		/* min-height: 160px; */
		min-height: 28vh;
		background-color: #282828;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.c_wr7 .cols4:nth-child(1) .col:nth-child(2) {
		margin-top: 0;
		/* margin-top: auto; */
	}
	.c_wr7 .cols4 {
		margin-right: 0;
	}

	.wr2 {
		flex-wrap: wrap;
		justify-content: center;
	}

	.wr2 .item {
		/* width: calc(100% / 2 - 5px); */
		width: 100%;
		margin: 15px;
		min-height: 342px;
	}

	.h_menu_mob {
		font-size: 28px;
	}

	.h_menu_mob>li {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	.lang a {font-size: 28px;}

	.cols6 .col {width: calc(50% - 30px);}
}

@media screen and (max-width: 1351px) {
	.item1 {
		width: calc(100% / 3 - 10px);
	}
	
	.c_wr7 .cols4:nth-child(1) {
		flex-direction: column;
		/* justify-content: center; */
		align-items: center;
	}
	.c_wr7 .cols4:nth-child(1) .col {
		width: 100%;
	}
	.c_wr7 .cols4 .col:nth-child(1) {
		padding-right: 5px;
	}
	.c_wr8 .cols5 .col:nth-child(1) {
		padding-right: 10px;
	}
}

@media screen and (max-width: 1280px) {
	.b_info10 {width: auto;}
		.b_info10 .head .icon-arrow-right-1 {
			transform: rotate(90deg);
			display: inline-block;
		}
		.b_info10 .descr {
			height: 0;
			padding-left: 30px;
			position: static;
			opacity: 1;
			overflow: hidden;
		}

		.b_info10 > .item.active .descr {
			height: 600px;
			padding-top: 30px;
			padding-bottom: 30px;
		}

		.c_wr12 .f_cols2 {
			flex-direction: column;
			align-items: center;
		}
		.c_wr12 .f_cols2 .info1 {
			margin-top: 30px;
		}
		.c_wr10 .cols .col:nth-child(2) {
			max-width: none;
			padding-top: 60px;
			margin-top: 0;
		}
		.c_wr10 .cols {
			flex-direction: column;
			padding-top: 50px;
		}
		.c_wr10 .cols .col {
			width: 100%;
		}
		.c_wr10 .cols .col:nth-child(1) {
			padding-right: 0;
			justify-content: flex-start;
			min-height: auto;
		}
		.c_wr10 .cols .col:nth-child(2) {
			padding-bottom: 55px;
		}

		.cols6 {padding-left: 240px;}
}

@media screen and (max-width: 1110px) {
	.cols6 {display: block;}
		.cols6 .col {width: auto;}
}

@media screen and (max-width: 1065px) {
	.h_menu_mob_wr {
		/* max-width: 310px; */
		padding: 80px 5px 5px 5px;
	}

	.h_menu_mob_wr li.v2 { display: block; }
	
	.h_menu_mob_wr .close {
		position: absolute;
		/* top: 10px; */
		right: 10px;
		cursor: pointer;
		margin-right: 0;
	}

	.h_menu_mob {
		padding-left: 15px;
		/*margin-top: 91px;*/
		/*font-size: 28px;*/
	}

	.h_menu_mob>li {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	.lang {margin-left: 20px;}

	.h_icons {
		margin-right: 140px;
	}

	.inner {
		/* OPTIONAL HIDE */
		/*flex-direction: column;
		align-items: center;*/


		/* flex-wrap: wrap; */
	}



	.inner .f_row_wr {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.m_ctrl {
		position: absolute;
		right: 5px;
		/* display: block;
		width: 73px;
		margin-left: 79px;
		margin-top: 25px;
		padding: 13px 0; */
	}
	.h_menu {
		padding-bottom: 28px;
		display: none; /*OPTIONAL*/
	}
	/* .h_menu ul {
		position: static;
	} */

	.b_info4 {
		margin-right: 0;
	}

	.b_info4 .item2:nth-child(1) {
			margin-top: 43px;
		}
		
		.b_info4 .item2:nth-child(2) {
			margin-top: 170px;
		}

		.b_info4 .item2:nth-child(3) {
			margin-top: 0;
		}

}

@media screen and (max-width: 1020px) {
	.item1 {
		width: calc(100% / 2 - 10px);
	}
	.c_wr6 .cols2 .col:nth-child(2) {
		margin-top: 100px;
	}
}

@media screen and (max-width: 1000px) {}

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

	/* .c_wr7 .cols4:nth-child(2) .col:nth-child(2) {} */
	.c_wr7 .cols4:nth-child(2) {
		flex-direction: column;
	}
	.c_wr7 .cols4:nth-child(2) .col {
		width: 100%;
	}
	.c_wr13 .b_info11 .item {
		/* border-bottom: 1px solid #5f5a56; */
		display: flex;
		flex-direction: column;
	}
	.c_wr13 .b_info11 .item .inf {
		margin: 15px 0 15px 0;		
	}
	.b_info11 .item .inf:nth-child(1),
	.b_info11 .item .inf:nth-child(2),
	.b_info11 .item .inf:nth-child(3),
	.b_info11 .item .inf:nth-child(4),
	.b_info11 .item .inf:nth-child(5) {
		width: auto;
	}

	.c_wr1.v2.v3 .in {margin-bottom: 50px;}

	.c_wr1.v2.v3 form .f_row_wr:nth-child(1) {padding-left: 10px;}

	.c_wr9 .in::before {background-position: 10px 0;}
}

@media screen and (max-width: 900px) {
	.cols2 {
		flex-direction: column;
	}
	.c_wr6 .cols2 .col:nth-child(2) {
		margin-top: 10px;
	}

	.col.v3 {
		justify-content: center;
	}

	.txt_wr1 {
		max-width: 615px;
		padding-left: 0;
		text-align: center;
	}
	
	.c_wr12 .cols {
		flex-direction: column;
		/* flex-wrap: wrap; */
	}
	.c_wr12 .cols .col {
		width: 100%;
	}
	.c_wr12 .col:nth-child(2) {
		max-width: none;
	}
	.b_info13 .item {
		font-size: 24px;
	}

	.c_wr9 .in {background-image: none;}
	.c_wr9 .in::before {display: none;}

	.cols6 {padding-left: 0;}
}

@media screen and (max-width: 850px) {}

@media screen and (max-width: 800px) {
	.c_wr3 .cols .col:last-child {
		padding-left: 50px;
	}
	.c_wr8 .cols5 {
		flex-direction: column;
		align-items: center;
	}
	.c_wr8 .cols5 .col:nth-child(1) {
		padding: 5px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 780px) {
	.b_info4 {
		flex-direction: column;
		align-items: center;
	}
	.b_info4 .item2 {
		width: 100%;
		max-width: auto;
	}

	.b_info4 .item2:nth-child(3) {
		margin-top: 170px;
	}
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 730px) {
	.c_wr14 .cols {
		/* display: flex;	 */
		flex-direction: column;
	}
		.c_wr14 .cols .col {
			width: 100%;
		}

	.b_info15 {position: static;}
}

@media screen and (max-width: 690px) {
	.item1 {
		width: 100%;
	}
	.cols3 {
		flex-direction: column-reverse;
	}
	.items_wr .item {
		width: 100%;
		height: auto;
	}
		.cols3 .col:nth-child(1) {
			display: block;
		}

	.b_info10 .head {
		flex-wrap: wrap;
		padding: 10px 60px 10px 30px;
		min-height: auto;

	}
	.b_info10 .head .inf {
		width: 50%;
		text-align: left;
	}
	.b_info10 .head .inf:last-child {
		width: 60px;
		padding: 0;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		text-align: center;
	}
	.b_info10 .head .icon-arrow-right-1 {font-size: 40px;}


}

@media screen and (max-width: 660px) {
	.h_menu {
		display: none;/*flex;*/
		flex-direction: column;
		/* align-items: center; */
	}

	.h_icons {
		margin-right: unset!important;
	}

	.inner {
		flex-direction: column;
		align-items: center;
	}

	.inner .f_row_wr {
		margin: -15px 0 15px -10px;
	}
	.h_menu>li {
		margin-right: 0;
	}
	.h_menu {
		padding-bottom: 0;
	}
	.inner .logo {
		/* position: absolute;
		left: 0;
		top: 0; */
		margin-right: auto;
	}
		.h_menu_mob {
		/* padding-left: 15px; */
		/*margin-top: 48px;*/
		font-size: 21px;
	}
	
	.h_menu_mob_wr .close {
		/*top: 20px;*/
		font-size: 34px;
	}
	.logo_in_menu {
		display: none;
	}
	.logo_in_menu.v2 {
		display: block;
	}
	.lang a {
		font-size: 21px;
		margin-right: 21px;
	}
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 600px) {
	.c_wr3 .col {
		width: 100%;
		padding: 50px;
	}

	.b_info10 .head {
		padding-right: 50px;
		padding-left: 10px;
		font-size: 15px;
	}
		.b_info10 .head .inf:nth-child(1),
		.b_info10 .head .inf:nth-child(3) {width: 35%;}
		.b_info10 .head .inf:nth-child(2),
		.b_info10 .head .inf:nth-child(4) {width: 65%;}
		.b_info10 .head .inf:last-child {width: 50px;}
			.b_info10 .head .icon-arrow-right-1 {font-size: 30px;}

	.b_info10 .descr {padding-left: 10px;}

	.b_info11 .item {
		display: grid;
		grid-template-columns: 50px repeat(2, 1fr);
		grid-gap: 0 20px;
	}
		.b_info11 .item .inf:nth-child(1) {
			width: auto;
			grid-row: 1/3;
		}
		.b_info11 .item .inf:nth-child(2) {
			width: auto;
			grid-column: 2/4;
		}
		.b_info11 .item .inf:nth-child(3),
		.b_info11 .item .inf:nth-child(4) {width: auto;}
}

@media screen and (max-width: 550px) {
	.c_wr3 .cols .col:first-child {
		min-height: auto;
	}

	.tab_content .col:nth-child(1) {
		padding-right: 30px;
		padding-left: 30px;
	}

	.title7 {font-size: 20px;}

	.c_wr13 .b_info13 .item {
		font-size: 24px;
	}

	.c_wr10 .cols .col:nth-child(2) {
		padding: 35px 15px 15px 5px;
	}
}

@media screen and (max-width: 480px) {
	.logo {
	display: none;
}
	.header_search {
		display: none;
	}
	.logo.v2 {
	display: block;
	}
	.title3 {
		font-size: 24px;
	}
	.title3.v3 {
		font-size: 18px;
	}
	.c_wr7 p {
		font-size: 13px;
	}
		.c_wr13 .price_wr {
			flex-direction: column;
			align-items: center;
		}
		.c_wr12 .price_wr {
			flex-direction: column;
			margin-top: 30px;
		}
}

@media screen and (max-width: 400px) {
		.b_detail {
		/* display: flex; */
		/* align-items: center; */
		/* margin-bottom: 20px; */
		flex-direction: column;
	}

	.b_form .b_btn2 button {width: 100%;}
}

@media screen and (max-width: 360px) {
	.c_wr12 .b_info12 {
		flex-direction: column-reverse;
	}
}

@media screen and (max-width: 320px) {}

/* for substrate */
/* html {background: #fff url(../img/Contacts.jpg) center 0 no-repeat;} */
/* body {opacity: 0.5;} */

.jq-selectbox__select {
	padding: 0 20px 0 5px;
}
a.ui-datepicker-prev {
	background: url(../img/arr-slider-lft.png);
	    background-size: cover;
}
a.ui-datepicker-next {
	background: url(../img/arr-slider-rht.png);
	background-position: right;
	    background-size: cover;
}