@import url(fontello.css);



/* -------------------------------

	Global 

------------------------------- */

html, body {

	height: 100%;

}



html {

	background: #eaeaea;

}



body {

	min-width: 320px;

	font: 16px/1.65 'Inter', sans-serif;

}



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.65em 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;

}



.clearfix::after {

	content: "";

	display: block;

	clear: both;

	font-size: 0;

	line-height: 0;

}



#wrapper {

	background: #fff;

	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 10px;

	position: relative;

}



/* -------------------------------

	Txt

------------------------------- */

@font-face {

	font-family: 'Inter';

	src: url('../fonts/Inter-Regular.eot');

	src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),

	url('../fonts/Inter-Regular.woff') format('woff');

	font-weight: 400;

	font-style: normal;

}



@font-face {

	font-family: 'Inter';

	src: url('../fonts/Inter-Medium.eot');

	src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),

	url('../fonts/Inter-Medium.woff') format('woff');

	font-weight: 600;

	font-style: normal;

}



@font-face {

	font-family: 'Inter';

	src: url('../fonts/Inter-Bold.eot');

	src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),

	url('../fonts/Inter-Bold.woff') format('woff');

	font-weight: 700;

	font-style: normal;

}



h1, h2, h3, h4, h5, h6 {

	margin: 0 0 0.6em 0;

	line-height: 1.2;

	letter-spacing: normal;

}



h1 {

	margin-bottom: 0.5em;

	font-size: 48px;

}



h2 {

	font-size: 30px;

}



h3 {

	font-size: 24px;

}



h4 {

	font-size:;

}



h5 {

	font-size:;

}



h6 {

	font-size:;

}



.title1 {

	margin: 0 0 0.5em 0;

	font-weight: 700;

	font-size: 48px;

	line-height: 1.2;

	letter-spacing: normal;

}



.title2 {

	margin: 0 0 0.6em 0;

	font-weight: 700;

	font-size: 30px;

	line-height: 1.2;

	letter-spacing: normal;

}



.title3 {

	margin: 0 0 0.6em 0;

	font-weight: 700;

	font-size: 24px;

	line-height: 1.2;

	letter-spacing: normal;

}



.title4 {

	margin: 0 0 0.6em 0;

	font-weight: 700;

	font-size: 18px;

	line-height: 1.2;

	letter-spacing: normal;

}



.title5 {

	margin: 0 0 0.6em 0;

	font-weight: 700;

	font-size: 16px;

	line-height: 1.4;

	letter-spacing: normal;

}



.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: #b38f55;

	-webkit-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;

	transition: all 0.3s ease;

}



a:hover {

	text-decoration: none;

}



a[href^="tel"] {

	color: inherit;

	white-space: nowrap;

	text-decoration: none;

}



a.lnk_v1, span.lnk_v1 {

	display: -webkit-inline-box;

	display: -ms-inline-flexbox;

	display: inline-flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	font-size: 14px;

	line-height: 1.2;

	letter-spacing: 0.1em;

	text-transform: uppercase;

	text-decoration: none;

}



a.lnk_v1::after, span.lnk_v1::after {

	content: "\e85e";

	background: rgba(255, 255, 255, 0.2);

	width: 28px;

	height: 28px;

	margin-left: 10px;

	border-radius: 50%;

	font-family: "fontello";

	font-weight: 700;

	font-size: 10px;

	line-height: 28px;

	color: #fff;

	text-align: center;

}



a.lnk_v2 {

	padding-bottom: 3px;

	border-bottom: 1px solid #d1d1d1;

	line-height: 1.2;

	color: #000;

	text-decoration: none;

}



a.lnk_v2:hover {

	color: #b38f55;

}



/* -------------------------------

	Forms

------------------------------- */

.f_row {

	margin-bottom: 15px;

}



input[type="text"],

input[type="password"],

input[type="email"],

input[type="number"],

input[type="search"],

input[type="tel"],

input[type="url"],

select,

textarea {

	background: #e8e8e8;

	width: 100%;

	margin: 0;

	padding: 18px 25px;

	border: none;

	font-family: inherit;

	font-size: 16px;

	line-height: 1.3;

	letter-spacing: -0.01em;

	-webkit-appearance: none;

}



select {

	padding-top: 26px;

	padding-bottom: 9px;

	background-image: url("/assets/img/down-arrow.svg");

	background-position-x: calc(100% - 20px);

	background-repeat: no-repeat;

	background-size: 14px;

	background-position-y: center;

}



textarea {

	height: 140px;

	overflow: auto;

	resize: none;

	vertical-align: top;

}



input::-webkit-input-placeholder,

textarea::-webkit-input-placeholder {

	color: inherit;

	opacity: 0.5;

}



input::-moz-placeholder,

textarea::-moz-placeholder {

	color: inherit;

	opacity: 0.5;

}



input:-moz-placeholder,

textarea:-moz-placeholder {

	color: inherit;

	opacity: 0.5;

}



input:-ms-input-placeholder,

textarea:-ms-input-placeholder {

	color: inherit;

	opacity: 0.5;

}



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: #b38f55;

	display: inline-block;

	min-width: 200px;

	padding: 20px 25px;

	border: none;

	font-family: inherit;

	font-size: 14px;

	line-height: 1.2;

	color: #fff;

	letter-spacing: 0.1em;

	text-align: center;

	text-transform: uppercase;

	text-decoration: none;

	cursor: pointer;

	-webkit-appearance: none;

}



.btn.v1 {

	display: -webkit-inline-box;

	display: -ms-inline-flexbox;

	display: inline-flex;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

}



.btn.v1::after {

	content: "\e85e";

	margin-left: 20px;

	font-family: "fontello";

	font-weight: 700;

	font-size: 12px;

	line-height: 1;

}



.btn.v2 {

	background: #ededed;

	color: #000;

}



.btn.v3 {

	background: #ededed;

	display: block;

	padding-top: 18px;

	padding-bottom: 18px;

	color: #000;

	font-size: 16px;

	letter-spacing: -0.01em;

	text-transform: none;

}



body {

	padding-top: 85px;

}

/* -------------------------------

	Header

------------------------------- */

#header {

	background: #000;

	z-index: 200;

	line-height: 1.2;

	color: #fff;

	width: 100%;

	position: fixed;

	top: 0;

	left: 0;

}



#header > .in {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between;

	max-width: 1520px;

}



.logo {

	margin-right: 20px;

	padding: 20px 0;

}



.h_menu {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	margin: 0 20px 0 0;

	padding: 0;

	list-style: none;

}



.h_menu > li {

	margin-right: 34px;

}



.h_menu > li.active > a {

	color: #b38f55;

}



.h_menu > li:last-child {

	margin-right: 0;

}



.h_menu > li > a {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	height: 100%;

	padding: 20px 0;

	color: inherit;

	text-decoration: none;

}



.h_menu > li.v1 > a {

	position: relative;

}



.h_menu > li.v1 > a::after {

	content: "";

	display: none;

	border-bottom: 15px solid #1e1e1e;

	border-right: 15px solid transparent;

	border-left: 15px solid transparent;

	position: absolute;

	bottom: 0;

	left: 50%;

	-webkit-transform: translateX(-50%);

	-ms-transform: translateX(-50%);

	transform: translateX(-50%);

}



.h_menu > li > a:hover,

.h_menu > li.active > a,

.h_menu > li:hover > a {

	color: #b38f55;

}



.h_menu > li.v1:hover > a::after {

	display: block;

}



.hm_ddown {

	background: #1e1e1e;

	display: none;

	width: calc(100% + 80px);

	padding: 50px 40px;

	position: absolute;

	top: 100%;

	left: -40px;

}



.hm_ddown:before {

	content: '';

	width: 100%;

	height: 35px;

	position: absolute;

	top: -35px;

}



.hm_ddown .in {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

}



.hm_ddown ul {

	-webkit-box-flex: 1;

	-ms-flex-positive: 1;

	flex-grow: 1;

	margin: 0;

	padding: 20px 15px 0 0;

	list-style: none;

	-webkit-column-count: 2;

	-moz-column-count: 2;

	column-count: 2;

}



.hm_ddown li {

	margin-bottom: 1.8em;

}



.hm_ddown a {

	color: inherit;

	text-decoration: none;

	display:block;

}



.hm_ddown a:hover {

	color: #b38f55;

}



.hm_ddown .thumb {

	-ms-flex-preferred-size: 340px;

	flex-basis: 340px;

	-webkit-box-flex: 2;

	-ms-flex-positive: 2;

	flex-grow: 2;

	max-width: 580px;

	height: 170px;

}



.hm_ddown .thumb img {

	width: 100%;

	height: 100%;

	-o-object-fit: cover;

	object-fit: cover;

}



.h_lang {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-item-align: center;

	align-self: center;

}



.h_lang a {

	margin-right: 28px;

	color: inherit;

	text-decoration: none;

}



.h_lang a:last-child {

	margin-right: 0;

}



.h_lang a:link,

.h_lang a:visited {

	color: #a5a5a5;

}



.h_lang a:hover {

	color: inherit;

}



.m_ctrl {

	display: none;

	width: 30px;

	border-top: 1px solid #fff;

	border-bottom: 1px solid #fff;

	cursor: pointer;

}



.m_ctrl::before {

	content: "";

	display: block;

	border-top: 1px solid #fff;

	margin: 4px 0;

}



.hmm_wr {

	background: #000;

	display: none;

	width: 100%;

	max-width: 375px;

	height: calc(100vh - 85px);

	padding: 30px 35px;

	position: fixed;

	top: 85px;

	right: 0;

	overflow: auto;

	color: #fff;

}



.h_menu_mob {

	margin: 0;

	padding: 0 15px;

	list-style: none;

	font-size: 18px;

}



.h_menu_mobh_menu > li.active > a {

	color: #b38f55;

}



.h_menu_mob li {

	margin-bottom: 1.05em;

}



.h_menu_mob a {

	color: inherit;

	text-decoration: none;

}



.h_menu_mob a:hover,

.h_menu_mob li.active a {

	color: #b38f55;

}



/* -------------------------------

	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 53px 0;

	padding: 0;

	list-style: none;

	font-size: 14px;

	line-height: 1.2;

	color: #929292;

}



.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;

	text-decoration: none;

}



.breadcrumbs a:hover {

	color: #000;

}



.slick-arrow {

	background: rgba(0, 0, 0, 0.1);

	width: 60px;

	min-width: auto;

	height: 60px;

	padding: 0;

	border-radius: 50%;

	position: absolute;

	top: 50%;

	z-index: 2;

	-webkit-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	transform: translateY(-50%);

	font-size: 0;

	line-height: 0;

}



.slick-prev {

	left: -130px;

}



.slick-next {

	right: -130px;

}



.h_phone {

	display: none;

}



.slick-prev::before,

.slick-next::before {

	font-family: "fontello";

	font-weight: normal;

	font-size: 20px;

	line-height: 1;

}



.slick-prev::before {

	content: "\e85d";

}



.slick-next::before {

	content: "\e85e";

}



.slick-dots {

	margin: 0;

	padding: 18px 0;

	list-style: none;

	font-size: 0;

	line-height: 0;

	text-align: center;

}



.slick-dots li {

	display: inline-block;

	vertical-align: middle;

	margin: 12px 6px;

}



.slick-dots button {

	background: none;

	width: 17px;

	min-width: auto;

	height: 17px;

	padding: 0;

	font-size: 0;

	line-height: 0;

}



.slick-dots button::before {

	content: "";

	background: #000;

	display: inline-block;

	width: 7px;

	height: 7px;

	border-radius: 50%;

	opacity: 0.2;



}



.slick-dots li.slick-active button::before {

	opacity: 1;

}



.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;

	margin: 0 -8px 35px -8px;

}



.tabs_wr .ui-tabs-nav li {

	margin: 0 8px 16px 8px;

}



.tabs_wr .ui-tabs-nav li:last-child {

	margin-right: 8px;

}



.tabs_wr .ui-tabs-nav li.ui-tabs-active {

	margin-bottom: 16px;

}



.tabs_wr .ui-tabs-nav .ui-tabs-anchor {

	display: block;

	min-width: 162px;

	padding: 18px 25px;

	border: 1px solid #e5e5e5;

	font-size: 14px;

	line-height: 1.3;

	color: #636363;

	letter-spacing: 0.1em;

	text-transform: uppercase;

	text-align: center;

}



.tabs_wr .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {

	background: #b38f55;

	border-color: #b38f55;

	color: #fff;

}



.tabs_wr1 {

	padding: 0;

}



.tabs_wr1 .ui-tabs-nav {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin-bottom: 50px;

	border-bottom: 1px solid #e3e3e3;

}



.tabs_wr1 .ui-tabs-nav li {

	margin-right: 1.25em;

	margin-bottom: -1px;

}



.tabs_wr1 .ui-tabs-nav li.ui-tabs-active {

	margin-bottom: -1px;

}



.tabs_wr1 .ui-tabs-nav .ui-tabs-anchor {

	display: block;

	padding: 0 0.55em 8px 0.55em;

	border-bottom: 4px solid transparent;

	font-weight: 500;

	font-size: 24px;

	line-height: 1.3;

}



.tabs_wr1 .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {

	border-color: inherit;

	color: #b38f55;

}



.tabs_wr2 {

	padding: 0;

}



.tabs_wr2 .ui-tabs-nav {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin-bottom: 30px;

}



.tabs_wr2 .ui-tabs-nav li {

	margin-right: 30px;

}



.tabs_wr2 .ui-tabs-nav .ui-tabs-anchor {

	display: block;

	line-height: 1.2;

	color: #969696;

}



.tabs_wr2 .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {

	color: #000;

}



.c_wr_head {

	padding-bottom: 7px;

}



.c_wr_head .title2 {

	margin-bottom: 0.3em;

}



.c_wr_head.v1 {

	padding-right: 220px;

}



.c_wr {

	position: relative;

}



.slider .item {

	position: relative;

}



.slider img {

	width: 100%;

	height: 100%;

	min-height: 400px;

	-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-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;

	height: 720px;

	padding-top: 75px;

	padding-bottom: 50px;

}



.slider .head {

	width: 100%;

	max-width: 700px;

}



.slider .head p {

	margin-bottom: 1.1em;

	font-size: 14px;

	letter-spacing: 0.05em;

	text-transform: uppercase;

}



.slider .title {

	margin-bottom: 0.5em;

	font-weight: 700;

	font-size: 90px;

	line-height: 1;



	text-shadow:  0 0 3px white;;

}



.slider .descr {

	width: 480px;

	max-width: 80%;

	margin-left: auto;

	text-align: right;

	text-shadow:  0 0 3px white;;

}



.slider .descr .btn {

	margin-top: 22px;

}



.slider_nav {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column;

	position: relative;

	z-index: 1;

	position: absolute;

	top: 50%;

	left: 70px;

	-webkit-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	transform: translateY(-50%);

}



.slider_nav .slick-arrow {

	position: static;

	-webkit-transform: none;

	-ms-transform: none;

	transform: none;

}



.slider_nav .slick-next {

	-webkit-box-ordinal-group: 2;

	-ms-flex-order: 1;

	order: 1;

}



.slider_nav .slick-prev::before {

	content: "\e85f";

}



.slider_nav .slick-next::before {

	content: "\e860";

}



.slider_nav .slick-dots li {

	display: block;

}



.c_wr1 {

	padding: 40px 0;

}



.b_info {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin: 0 -10px;

}



.b_info .item {

	width: calc(100% / 3 - 20px);

	margin: 0 10px 20px 10px;

	position: relative;

}



.b_info img {

	width: 100%;

	height: 100%;

	-o-object-fit: cover;

	object-fit: cover;

	position: absolute;

	top: 0;

	left: 0;

}



.b_info .descr {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column;

	height: 46vw;

	max-height: 536px;

	padding: 44px 40px 33px 40px;

	position: relative;

	font-size: 14px;

	color: #fff;

}



.b_info a.lnk_v1 {

	margin-top: auto;

	color: inherit;

}



.c_wr2 {

	padding: 33px 0;

	position: relative;

}



.c_wr2 .b_btn {

	position: absolute;

	top: 12px;

	right: 10px;

}



.b_info1 {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin: 0 -10px;

}



.b_info1 .item {

	background: #fff;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: horizontal;

	-webkit-box-direction: reverse;

	-ms-flex-direction: row-reverse;

	flex-direction: row-reverse;

	width: calc(50% - 20px);

	margin: 0 10px 20px 10px;

}



.b_info1 .thumb {

	-ms-flex-negative: 0;

	flex-shrink: 0;

	width: 182px;

	height: 182px;

	margin-left: 40px;

}



.b_info1 img {

	width: auto;

	display: block;

	margin: auto;

}



.b_info1 .descr {

	line-height: 1.5;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	color: #000;

	text-decoration: none;

}

.b_info12 .item {

	position: relative;

}

.b_info12 .item .label_new {

	top: -20px;

}

a.item {

	text-decoration: none;

}



.b_info1 .title2 {

	margin-bottom: 0.9em;

	line-height: 1;



	text-decoration: none;

}



.b_info1 .descr > :last-child {

	margin-bottom: 0;

}



.carousel {

	display: block;

}



.carousel .slick-track {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

}



.carousel .item {

	height: auto;

	margin-bottom: 0 !important;

}



.c_wr3 {

	padding: 47px 0 38px 0;

}



.c_wr3.v1 {

	padding: 0 0 30px 0;

}



.b_info2 {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin: 0 -10px;

}



.b_info2 .thumb {

	background: #fff;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	width: calc(25% - 20px);

	height: 220px;

	max-height: 220px;

	margin: 0 10px 20px 10px;

	padding: 20px;

	border: 1px solid #e5e5e5;

}



.b_info2 img {

	max-height: 100%;

	margin: auto;

}



.carousel1 {

	display: block;

}



.carousel1 .slick-track {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

}



.carousel1 .thumb {

	height: auto !important;

	margin-bottom: 0;

	padding: 27px 0 !important;

	border: none;

}



.c_wr4 {

	padding: 90px 0 40px 0;

	border-top: 1px solid #e5e5e5;

}



.b_info3 {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin: 0 -10px;

}



.b_info3 .item {

	width: calc(100% / 3 - 20px);

	margin: 0 10px 40px 10px;

}



.b_info3 .thumb {

	background: #fff;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	height: 380px;

	max-height: 380px;

	margin-bottom: 22px;

	padding: 20px;

	border: 1px solid #e5e5e5;

	width: -webkit-fit-content;

	width: -moz-fit-content;

	width: fit-content;

}



.b_info3 .thumb img {

	margin: auto;

	max-height: 100%;

}



.b_info3 .descr {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	letter-spacing: -0.01em;

}



.b_info3 .descr img {

	-ms-flex-negative: 0;

	flex-shrink: 0;

	width: 48px;

	height: 48px;

	margin: 3px 15px 0 0;

	border-radius: 50%;

}



.b_info3 .descr p {

	-webkit-box-flex: 1;

	-ms-flex-positive: 1;

	flex-grow: 1;

	margin: 0;

}



.carousel2 {

	display: block;

}



.content_wr {

	padding: 22px 0 50px 0;

}



.m_head {

	padding-bottom: 20px;

}



.m_head.v1 {padding-bottom: 35px;}

	.m_head.v1 h1 {

		margin-bottom: 40px;

		padding-bottom: 30px;

		border-bottom: 1px solid #dcdcdc;

	}



.m_head1 {

	background: #ccc url(/assets/img/bkg1.jpg) center 0 / cover no-repeat;

	min-height: 450px;

	margin-bottom: 25px;

	padding: 22px 0;

}



.b_info4 {}



.b_info4 .item {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: start;

	-ms-flex-align: start;

	align-items: flex-start;

	margin-bottom: 70px;

	padding-bottom: 70px;

	border-bottom: 1px solid #e3e3e3;

}



.b_info4 .thumb {

	-ms-flex-preferred-size: 400px;

	flex-basis: 400px;

	-ms-flex-negative: 0;

	flex-shrink: 0;

	-webkit-box-flex: 1;

	-ms-flex-positive: 1;

	flex-grow: 1;

	max-width: 540px;

	height: 318px;

	margin-right: 60px;

}



.b_info4 img {

	width: 100%;

	height: 100%;

	-o-object-fit: cover;

	object-fit: cover;

}



.b_info4 .descr {

	-ms-flex-preferred-size: 400px;

	flex-basis: 400px;

	-webkit-box-flex: 1;

	-ms-flex-positive: 1;

	flex-grow: 1;

	letter-spacing: -0.01em;

}



.b_info4 .title2 {

	margin: -0.25em 0 0.7em 0;

}



.post_info {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin-bottom: 1.65em;

	color: #888;

}



.post_info a {

	margin-right: 2.2em;

	color: inherit;

	text-decoration: none;

}



.post_info a:last-child {

	margin-right: 0;

}



.post_info a:hover {

	color: #000;

}



.b_info5 {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin: 0 -10px;

}



.b_info5 .item {

	width: calc(100% / 3 - 20px);

	margin: 0 10px 45px 10px;

}



.b_info5 .thumb {

	height: 252px;

	margin-bottom: 16px;

}



.b_info5 img {

	width: 100%;

	height: 100%;

	-o-object-fit: cover;

	object-fit: cover;

}



.b_info5 .descr {

}



.b_info5 .descr > :last-child {

	margin-bottom: 0;

}



.b_info6 {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin: 0 -10px;

}



.b_info6 .item {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column;

	width: calc(50% - 20px);

	margin: 0 10px 30px 10px;

}



.b_info6 .thumb {

	height: 40vw;

	max-height: 380px;

}



.b_info6 .thumb img {

	width: 100%;

	height: 100%;

	-o-object-fit: cover;

	object-fit: cover;

}



.b_info6 .descr {

	background: #fff;

	-webkit-box-flex: 1;

	-ms-flex-positive: 1;

	flex-grow: 1;

	padding: 30px 40px 40px 40px;

	border: 1px solid #e5e5e5;

	border-top: 0;

}



.b_info6 .descr > :last-child {

	margin-bottom: 0;

}



.b_info6 .opt {

	padding: 5px 0 10px 0;

	font-weight: 700;

}



.b_info6 .opt p {

	margin-bottom: 1em;

}



.color_v1 {

	display: -webkit-inline-box;

	display: -ms-inline-flexbox;

	display: inline-flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	vertical-align: middle;

}



.color_v1 span {

	width: 25px;

	height: 25px;

	margin-right: 5px;

	border-radius: 50px;

}



.b_info7 {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: horizontal;

	-webkit-box-direction: reverse;

	-ms-flex-direction: row-reverse;

	flex-direction: row-reverse;

}



.b_info7 .thumb {

	-ms-flex-preferred-size: 50%;

	flex-basis: 50%;

	min-height: 650px;

	margin-left: 20px;

}



.b_info7 .thumb img {

	width: 100%;

	height: 100%;

	-o-object-fit: cover;

	object-fit: cover;

}



.b_info7 .descr {

	-ms-flex-preferred-size: 50%;

	flex-basis: 50%;

	padding: 33px 50px 33px 0;

	border-top: 1px solid #e3e3e3;

	border-bottom: 1px solid #e3e3e3;

	letter-spacing: -0.01em;

}



.b_info7 .head {

	padding-bottom: 10px;

}



.b_info7 .head p {

	margin-bottom: 4.5em;

}



.b_info7 .btn {

	margin-top: 23px;

}



.c_wr5 {

	padding: 35px 0;

}



.c_wr5 .in::after {

	content: "";

	display: block;

	border-bottom: 1px solid #e3e3e3;

}



.b_info8 {

	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;

	margin: 0 -10px;

	padding: 60px 0 35px 0;

}



.b_info8 .item {

	width: calc(100% / 6 - 20px);

	margin: 0 10px 15px 10px;

}



.b_info8 .thumb {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	height: 60px;

	margin-bottom: 20px;

}



.b_info8 .thumb img {

	margin: auto 0;

	max-height: 100%;

}



.c_wr6 {

	padding: 35px 0;

}



.c_wr6 .in::after {

	content: "";

	display: block;

	border-bottom: 1px solid #e3e3e3;

}



.c_wr6.v1 .in::after {display: none;}



.b_info9 {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin: 0 -10px;

}



.b_info9 .thumb {

	width: calc(50% - 20px);

	height: 40vw;

	max-height: 380px;

	margin: 0 10px 20px 10px;

}



.b_info9 img {

	width: 100%;

	height: 100%;

	-o-object-fit: cover;

	object-fit: cover;

}



.m_cols {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between;

	margin-bottom: 60px;

	padding-bottom: 40px;

	border-bottom: 1px solid #e3e3e3;

}



.m_cols .col {

	margin-bottom: 30px;

}



.m_cols .col:nth-child(1) {

	-ms-flex-preferred-size: 480px;

	flex-basis: 480px;

	-webkit-box-flex: 1;

	-ms-flex-positive: 1;

	flex-grow: 1;

	max-width: 580px;

	margin-right: 20px;

}



.m_cols .col:nth-child(2) {

	-ms-flex-preferred-size: 480px;

	flex-basis: 480px;

	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;

}



.b_detail {

	padding-top: 30px;

}



.bd_thumb {

	height: 100vw;

	max-height: 650px;

	margin-top: 8px;

	position: relative;

}



.b_label {

	background: #000;

	min-width: 110px;

	padding: 11px;

	position: absolute;

	top: -10px;

	left: 25px;

	font-size: 14px;

	line-height: 1;

	color: #fff;

	text-transform: uppercase;

	text-align: center;

	border: 1px solid white;

}

.b_label.label_new {

	top: 40px;

}



.bd_thumb img {

	width: 100%;

	height: 100%;

	-o-object-fit: cover;

	object-fit: cover;

}



.bd_descr {

}



.bd_row {}



.bd_row.v1 {

	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;

	padding: 15px 0;

}



.bd_row.v1 .title5 {

	-ms-flex-negative: 0;

	flex-shrink: 0;

	margin: 5px 10px 5px 0;

}



.title2 a {

	color: black;

	text-decoration: none;

	cursor: pointer;

}



.bd_row.v2 {

	border-top: 1px solid #e3e3e3;

	border-bottom: 1px solid #e3e3e3;

	padding: 20px 0 10px 0;

}



.bd_row.v2 .title5 {

	margin-bottom: 1.65em;

}



.b_detail .b_btn {

	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-right: -8px;

	margin-left: -8px;

	padding-top: 22px;

}



.b_detail .b_btn {padding-top: 0;}

.b_detail .b_btn .btn {

	-webkit-box-flex: 1;

	-ms-flex-positive: 1;

	flex-grow: 1;

	margin: 8px;

	padding-right: 15px;

	padding-left: 15px;

}



.b_detail.v1 {

	padding-bottom: 0;

	border: none;

}



.b_detail.v1 .bd_row:first-child {

	-webkit-box-flex: 1;

	-ms-flex-positive: 1;

	flex-grow: 1;

}



.b_detail.v1 h1 {margin-bottom: 0.35em;}

.b_detail.v1 .title3 {margin-bottom: 0.75em;}



.b_detail.v1 .b_btn .btn {max-width: 234px;}



.bd_descr h1 {

	margin-bottom: 0.7em;

}



.color_v2 {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

}



.color_v2 a {

	margin: 5px 10px 5px 0;

}



.color_v2 img {

	width: 30px;

	height: 38px;

	-o-object-fit: cover;

	object-fit: cover;

}



.b_info10 {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin: 0 -5px;

}



.b_info10 .item {

	-ms-flex-preferred-size: 106px;

	flex-basis: 106px;

	-webkit-box-flex: 1;

	-ms-flex-positive: 1;

	flex-grow: 1;

	max-width: 113px;

	margin: 0 5px;

	line-height: 1.2;

	text-decoration: none;

	text-align: center;

}



.b_info10 .thumb {

	width: 80px;

	height: 72px;

	margin: 0 auto 12px auto;

}



.b_info10 img {

	width: 100%;

	height: 100%;

	-o-object-fit: cover;

	object-fit: cover;

}



.bd_info {

	margin-bottom: 20px;

}



.bd_info .title2 {

	margin-bottom: 0.85em;

}



.bd_info .b_btn {padding-top: 30px;}



.table1 {

	width: 100%;

	line-height: 1.2;

	letter-spacing: -0.01em;

}



.table1 tr:nth-child(even) {

	background: #ededed;

}



.table1 td {

	padding: 5px 0 5px 20px;

}



.table1 tr > :last-child {

	padding-right: 20px;

}



.list1 {

	padding: 0;

	list-style: none;

	line-height: 1.2;

}



.list1 li {

	margin-bottom: 0.7em;

	padding-left: 1em;

}



.list1 li::before {

	content: "•";

	display: inline-block;

	width: 1em;

	margin-left: -1em;

}



.c_wr7 {

}



.c_wr7 .in::after {

	content: "";

	display: block;

	border-bottom: 1px solid #e3e3e3;

}



.c_wr7.v1 .in::after {display: none;}



.c_wr7 .title2 {

	margin-bottom: 1em;

}



.b_info11 {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin: 0 -10px 25px -10px;

}



.b_info11 .thumb {

	width: calc(25% - 20px);

	height: 20vw;

	max-height: 218px;

	margin: 0 10px 20px 10px;

}



.b_info11 img {

	margin: auto;

	display: block;

	max-height: 100%;

}



.c_wr8 {

	padding: 35px 0;

}



.c_wr8 .in::after {

	content: "";

	display: block;

	border-bottom: 1px solid #e3e3e3;

}



.c_wr8 .title2 {

	margin-bottom: 1em;

}



.b_info12 {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin: 0 -10px 30px -10px;

}



.b_info12 .item {

	width: calc(25% - 20px);

	margin: 0 10px 20px 10px;

	color: inherit;

	line-height: 1.2;

	text-decoration: none;

	text-align: center;

}



.b_info12 .thumb {

	height: 20vw;

	max-height: 218px;

	margin-bottom: 10px;

}



.b_info12 img {

	width: 100%;

	height: 100%;

	-o-object-fit: cover;

	object-fit: cover;

}



.b_calc {

}



.b_calc_item {

	margin-bottom: 55px;

}



.b_calc .title2 {

	margin-bottom: 1.15em;

}



.b_calc .title4 {

	margin-bottom: 0.82em;

}



.hint {

	margin: 0;

	font-size: 12px;

	line-height: 1.75;

	color: #808080;

}



.switch {

	display: block;

	cursor: pointer;

}



.switch input {

	display: none;

}

.b_calc_item.select-calc {

	position: relative;

}

.b_calc_item.select-calc select {

	background-image:  url(/assets/img/down-arrow.svg);

	background-position: 97% center;

	background-repeat: no-repeat;

	background-size: 16px;

}



.switch span {

	background: #f6f6f6;

	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;

	width: 230px;

	height: 230px;

	padding: 10px;

	border: 5px solid transparent;

	font-size: 24px;

	line-height: 1;

}



.switch img {

	max-height: 100%;

}



.switch input:checked + span {

	background: #eee;

	border-color: #000;

}



.switch.v1 span {

	width: 110px;

	height: 110px;

	margin: auto;

}

.switch.v1 ~ p {

	font-size: 14px;

	width: 80%;

	margin: auto;

}

.switch1 {

	display: block;

	cursor: pointer;

}



.switch1 input {

	display: none;

}



.switch1 span {

	background: #fff;

	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;

	width: 180px;

	height: 180px;

	padding: 14px;

	border: 1px solid #ebeae8;

}



.switch1 img {

	width: 100%;

	height: 100%;

	-o-object-fit: cover;

	object-fit: cover;

}



.switch1 input:checked + span {

	border-color: #000;

}



.b_calc_row {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin: 0 -10px;

}



.b_calc_row .col {

	-ms-flex-preferred-size: 40%;

	flex-basis: 40%;

	-webkit-box-flex: 1;

	-ms-flex-positive: 1;

	flex-grow: 1;

	margin: 0 10px;

	padding: 15px 0;

}



.b_info13 {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin: 0 -10px;

}

.b_calc_row .b_info13 .item {

	max-width: 110px;

}

.b_info13 .item {

	margin: 0 10px 20px 10px;

	line-height: 1.2;

	text-align: center;

}



.b_info13 .switch,

.b_info13 .switch1 {

	margin-bottom: 16px;

}



.b_info13 p {

	margin: 0;

}



.b_info13.v1 {

	margin-bottom: 35px;

}



.b_calc_form {

	max-width: 280px;

}



.b_calc_form .f_row {

	position: relative;

}



.b_calc_form label {

	width: 100%;

	padding: 0 25px;

	position: absolute;

	top: 50%;

	left: 0;

	-webkit-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	transform: translateY(-50%);

	opacity: 0.5;

	font-size: 16px;

	line-height: 1.3;

	letter-spacing: -0.01em;

	pointer-events: none;

	-webkit-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;

	transition: all 0.3s ease;

}



.b_calc_form input {

	height: 56px;

	padding-top: 16px;

	padding-bottom: 0;

}



.b_calc_form input:focus + label,

.b_calc_form input:valid + label {

	font-size: 12px;

	top: 6px;

	-webkit-transform: none;

	-ms-transform: none;

	transform: none;

}



.b_calc_form1 {

	margin-bottom: 70px;

}



.b_calc_form1 .btn {

	margin-bottom: 35px;

}



.b_calc_form2 {

	max-width: 580px;

	margin-bottom: 80px;

}



.b_calc_form2 .b_btn {

	padding-top: 25px;

}



.b_calc_total {

	padding: 40px;

	border: 1px solid #ebeae8;

	text-align: center;

}



.b_calc_total .title2 {

	margin-bottom: 0.72em;

}



.b_calc_total .title2 span {

	display: block;

	font-size: 1.6em;

}



.b_calc_total .hint {

	font-size: 14px;

}



.m_cols1 {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin: 0 -10px;

}



.m_cols1 .col {

	-ms-flex-preferred-size: 40%;

	flex-basis: 40%;

	-webkit-box-flex: 1;

	-ms-flex-positive: 1;

	flex-grow: 1;

	margin: 0 10px 30px 10px;

}



.m_head.m_cols1 {

	max-width: none;

}



.m_head.m_cols1 .col:nth-child(1) {

	border: none;

}



.m_head.m_cols1 a.title2 {

	line-height: inherit;

}



.m_contacts_wr {

}



.m_contacts_wr .col:nth-child(odd) {

	padding-bottom: 33px;

}



.m_contacts_wr .col:nth-child(1) {

	padding-top: 33px;

}



.m_contacts_wr .title2 {

	margin-bottom: 1em;

}



.m_contacts {

	margin-bottom: 43px;

	padding-bottom: 47px;

	border-bottom: 1px solid #e3e3e3;

}



.m_contacts:last-child {

	margin-bottom: 0;

	padding-bottom: 0;

	border: none;

}



.m_contacts dt {

}



.m_contacts dd {

	margin-bottom: 0.8em;

	font-weight: 700;

	font-size: 1.3em;

}



.m_contacts dd:last-child {

	margin: 0;

}



.m_contacts a {

	color: inherit;

	text-decoration: none;

}



.map {

	height: 100%;

	overflow: hidden;

}



.map iframe {

	width: 100%;

	height: 100%;

}



.m_shop {

}



.m_shop .scroll-pane {

	width: 100%;

}



.b_info14 {

	padding-top: 18px;

	padding-bottom: 18px;

}



.b_info14 .item {

	margin-bottom: 18px;

	padding-bottom: 18px;

	border-bottom: 1px solid #e3e3e3;

}



.b_info14 .item:last-child {

	margin: 0;

	padding: 0;

	border: none;

}



.b_info14 .item > :last-child {

	margin-bottom: 0;

}



.b_info14 a {

	color: inherit;

	text-decoration: none;

}



.b_info14 p {

	margin-bottom: 0.4em;

}



.txt_v1 {

}



.txt_v1 > * {

	margin-right: 22px;

	white-space: nowrap;

}



.txt_v1 > *:last-child {

	margin-right: 0;

}



.m_cols2 {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

}

.m_cols2 .col:nth-child(1) {

	-ms-flex-preferred-size: 210px;

   /* flex-basis: 210px;*/

	-ms-flex-negative: 0;

   /* flex-shrink: 0;*/

   /* margin-right: 40px;*/

}

.m_cols2 .col:nth-child(2) {

	-webkit-box-flex: 1;

	-ms-flex-positive: 1;

	flex-grow: 1;

}



.m_cols2 .col:nth-child(2) > .b_btn {

	margin-top: 20px;

	padding-top: 50px;

	border-top: 1px solid #ededed;

}



.b_btn_more {

	margin-top: 20px;

	padding-top: 50px;

	border-top: 1px solid #ededed;

}



.filter_ctrl {

	background: #b38f55;

	display: none;

	width: 50px;

	height: 50px;

	padding: 13px;

	border-radius: 50%;

	fill: #fff;

	cursor: pointer;

}



.filter {}

.filter .close {

	background: #b38f55;

	display: none;

	width: 30px;

	height: 30px;

	padding: 5px;

	position: absolute;

	top: 0;

	right: 0;

	fill: #fff;

	cursor: pointer;

}



.filter_item {

	margin-bottom: 25px;

	padding-bottom: 25px;

	border-bottom: 1px solid #ededed;

	line-height: 1.3;

	text-transform: uppercase;

}

.filter_title {

	padding-right: 15px;

	position: relative;

	font-weight: 700;

	font-size: 15px;

	cursor: pointer;

}

.filter_descr {

	display: none;

	max-width: 210px;

	padding: 25px 0 0 0;

	font-weight: 600;

	font-size: 13px;

	color: #636363;

}

.filter_item.open .filter_descr {display: block;}



.filter_descr ul {

	margin: 0;

	padding: 0;

	list-style: none;

	line-height: 1.3;

}

.filter_descr li {margin-bottom: 1em;}

.filter_descr li:last-child {margin-bottom: 0;}



.filter_descr .jq-checkbox {

	background: #f6f6f6;

	width: 15px;

	height: 15px;

	border: 1px solid #d0d0d0;

}

.filter_descr .jq-checkbox.checked .jq-checkbox__div {

	background: #b38f55;

	width: 7px;

	height: 7px;

	margin: 3px 0 0 3px;

	font-size: 0;

	line-height: 0;

}

.filter_descr .jq-checkbox.checked .jq-checkbox__div::before {display: none;}

.filter_descr .jq-checkbox.checked ~ label {

	font-weight: 700;

	color: #b38f55;

}



.filter_descr .f_row {

	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: center;

	-ms-flex-align: center;

	align-items: center;

}

.filter_descr .f_row:last-child {margin-bottom: 0;}

.filter_descr input[type="text"] {

	background: #f6f6f6;

	width: 100%;

	margin: 0;

	padding: 7px 10px;

	border: 1px solid #d0d0d0;

}



.filter .b_btn {}

.filter .b_btn .btn {width: 100%;}



.b_label1 {

	background: #b38f55;

	width: 80px;

	margin-left: -10px;

	position: relative;

	font-size: 16px;

	line-height: 30px;

	color: #fff;

	text-align: center;

}

.b_label1::after {

	content: "";

	border-top: 10px solid #5a5041;

	border-left: 10px solid transparent;

	position: absolute;

	top: 100%;

	left: 0;

}



.price {

	font-weight: 700;

	font-size: 25px;

	line-height: 1;

}

.price span {font-size: 0.52em;}

.price del {

	display: block;

	font-weight: 400;

	font-size: 16px;

	color: #7b7b7b;

}

.price del span {font-size: 16px;}



.btn1 {

	background: #b38f55;

	display: inline-block;

	width: 55px;

	height: 55px;

	border-radius: 50%;

	font-size: 20px;

	line-height: 55px;

	color: #fff;

	text-align: center;

}



.b_info15 {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin: 0 -10px;

}

.bi15_item {

	width: calc(25% - 20px);

	margin: 0 10px 50px 10px;

	position: relative;

}



.bi15_item .b_label1 {

	position: absolute;

	top: 20px;

	left: 0;

}



.bi15_thumb {

	height: 17vw;

	max-height: 200px;

	margin-bottom: 18px;

}

.bi15_thumb img {

	width: 100%;

	height: 100%;

	-o-object-fit: cover;

	object-fit: cover;

}

.bi15_descr {padding: 0 20px;}



.bi15_descr .title4 {

	margin-bottom: 0.1em;

	line-height: 1.4;

}



.bi15_descr p {margin-bottom: 1.4em;}



.bi15_price_wr {

	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;

}



.b_info15.v1 .bi15_item {width: calc(100% / 3 - 20px);}



.popup_a {

	width: 100%;

	max-width: 900px;

	padding: 55px 60px 60px 60px;

	position: fixed;

	top: 0;

	left: 0;

	z-index: -1;

	opacity: 0;

}



.popup_a .title2 {margin-bottom: 0em;}



.popup_a .fancybox-close-small {padding: 0;}



.fancybox-content {

	position: relative;

	top: auto;

	left: auto;

	z-index: 1;

	opacity: 1;

}



.b_info16 {

	display: -ms-grid;

	display: grid;

	-ms-grid-columns: (1fr)[2];

	grid-template-columns: repeat(2, 1fr);

	grid-gap: 0 50px

}



.bi16_thumb {

	min-width: 0;

	position: relative;

}



.bi16_thumb .b_label1 {

	position: absolute;

	top: 20px;

	left: 0;

	z-index: 1;

}



.carousel3 {}

.carousel3 .thumb {

	height: 270px;

}

.carousel3 img {

	width: 100%;

	height: 100%;

	-o-object-fit: cover;

	object-fit: cover;

}



.carousel4 {margin: 20px -3px 0 -3px;}

.carousel4 .thumb {

	background: #000;

	height: 65px;

	margin: 0 3px;

}

.carousel4 img {

	width: 100%;

	height: 100%;

	-o-object-fit: cover;

	object-fit: cover;

	opacity: 0.5;

}

.carousel4 .slick-current img {opacity: 1;}



.bi16_descr {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column;

}



.bi16_price_wr {

	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;

	margin-top: auto;

	padding-top: 25px;

	border-top: 1px solid #e3e3e3;

}

.bi16_price_wr .price {font-size: 33px;}

.bi16_price_wr .btn {min-width: 150px;}



.m_back {margin: -10px 0 40px 0;}

	.m_back a {

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;

		-webkit-box-align: center;

		-ms-flex-align: center;

		align-items: center;

		color: #000;

		text-decoration: none;

	}

		.m_back [class^="icon-"] {

			background: #ededed;

			-ms-flex-negative: 0;

			flex-shrink: 0;

			width: 2.35em;

			height: 2.35em;

			margin-right: 0.8em;

			border-radius: 50%;

			font-size: 0.8em;

			line-height: 2.35em;

			color: #7d7d7d;

			text-align: center;

		}



.c_wr9 {margin-bottom: 60px;}

	.c_wr9 .in:after {

		content: "";

		display: block;

		margin-top: 45px;

		border-bottom: 1px solid #e3e3e3;

	}



.m_cols3 {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

}

	.m_cols3 .col:nth-child(1) {

		-ms-flex-preferred-size: 260px;

		flex-basis: 260px;

		-ms-flex-negative: 0;

		flex-shrink: 0;

		margin-right: 40px;

	}

	.m_cols3 .col:nth-child(2) {

		-webkit-box-flex: 1;

		-ms-flex-positive: 1;

		flex-grow: 1;

	}



.b_info17 {}

	.bi17_item {}

		.bi17_item {margin-bottom: 35px;}

			.bi17_title {margin-bottom: 0.7em;}

			.bi17_descr {

				line-height: 1.2;

			}

				.bi17_list {

					margin: 0;

					padding: 0;

					list-style: none;

				}

					.bi17_list li {

						display: -webkit-box;

						display: -ms-flexbox;

						display: flex;

						margin-bottom: 1.2em;

					}

					.bi17_list li:last-child {margin-bottom: 0;}

						.bi17_list .jq-checkbox {

							-ms-flex-negative: 0;

							flex-shrink: 0;

							top: auto;

						}



.b_info18 {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin: 0 -10px;

}

	.bi18_item {

		width: calc(100% / 3 - 20px);

		margin: 0 10px 45px 10px;

		line-height: 1.3;

	}

		.bi18_thumb {

			background: #f3f3f3;

			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;

			height: 23vw;

			max-height: 254px;

			margin-bottom: 15px;

			padding: 10px;

		}

			.bi18_thumb img {max-height: 100%;}

		.bi18_descr {}

			.bi18_descr .title4 {

				margin-bottom: 0.4em;

				white-space: nowrap;

				overflow: hidden;

				-o-text-overflow: ellipsis;

				text-overflow: ellipsis;

			}

			.bi18_descr p {margin-bottom: 0.8em;}

			.bi18_descr .price {font-size: 18px;}



.b_info19 {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin: 0 -10px -20px -10px;

}

	.bi19_item {

		background: #f1f1f1;

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;

		-webkit-box-align: end;

		-ms-flex-align: end;

		align-items: flex-end;

		-ms-flex-preferred-size: 225px;

		flex-basis: 225px;

		-webkit-box-flex: 1;

		-ms-flex-positive: 1;

		flex-grow: 1;

		min-height: 13.2em;

		margin: 0 10px 20px 10px;

		padding: 4.2em 1.88em 1.8em 1.88em;

		position: relative;

		text-decoration: none;

	}

	.bi19_item::after {

		content: "\e85e";

		background: #b38f55;

		width: 3em;

		height: 3em;

		border-radius: 50%;

		position: absolute;

		top: 1.2em;

		right: 1.2em;

		color: #fff;

		font-family: "fontello";

		font-size: 0.8em;

		line-height: 3em;

		text-align: center;

	}



	.bi19_item:hover {

		background: #000;

		color: #fff;

	}

	.bi19_item:hover::after {

		background: #fff;

		color: #000;

	}



.b_video {

	padding-top: 56%;

	position: relative;

}

	.b_video iframe {

		width: 100%;

		height: 100%;

		position: absolute;

		top: 0;

		left: 0;

	}





/* -------------------------------

	Footer

------------------------------- */

#footer {

	background: #ededed;

	padding: 43px 0;

	position: relative;

	line-height: 1.2;

	color: #929292;

}



#footer a {

	color: inherit;

	text-decoration: none;

}



#footer a:hover {

	color: #000;

}



.ftr_row1 .in {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between;

	min-height: 84px;

	padding-bottom: 20px;

}



.ftr_row2 .in {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

}



.f_menu {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin: 0;

	padding: 0;

	list-style: none;

}



.f_menu li {

	margin: 0 40px 0.2em 0;

}



.f_menu li.active {

	color: #b38f55;

}



.f_menu li:last-child {

	margin-right: 0;

}



.copy {

	margin-right: 40px;

}



.f_contacts {

	margin-right: 40px;

}



.f_contacts a, .f_contacts span {

	margin-right: 7px;

	padding-right: 10px;

	border-right: 1px solid #c2c2c2;

	position: relative;

}



.f_contacts a:last-child, .f_contacts span:last-child {

	margin-right: 0;

	padding-right: 0;

	border: none;

}



.f_social {

	margin-left: auto;

	font-size: 20px;

	line-height: 1;

}



.f_social a {

	margin-right: 40px;

}



.f_contacts span {

	margin-right: 10px;

	cursor: pointer;

}



.f_social a:last-child, .f_contacts span:last-child {

	margin-right: 0;

}



.b_info5 .item {

	position: relative;

}



.cookie {

	position: fixed;

	height: 60px;

	width: 100%;

	bottom: 0;

	left: 0;

	z-index: 3;

	background-color: #0c0c0c;

}



.cookie_body {

	max-width: 1200px;

	padding-right: 200px;

	margin: auto;

	height: 60px;

	color: white;

	line-height: 60px;

	position: relative;

}



.cookie_body button {

	position: absolute;

	right: 0;

	top: 0;

	bottom: 0;

	height: 35px;

	padding: 10px 30px;

	margin: auto;

}



@media (max-width: 1200px) {

	.cookie {

		height: auto;

	}

	.cookie_body {

		height: auto;

		min-height: auto;

		padding: 10px 160px 0 20px;

		line-height: inherit;

	}



	.cookie_body button {

		width: 120px;

		min-width: 120px;

		right: 20px;

	}

}



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

	.h_menu > li {

		margin-right: 20px;

	}



	.h_lang a {

		margin-right: 20px;

	}



	.slick-prev {

		left: -60px;

	}



	.slick-next {

		right: -60px;

	}



	.slider_nav {

		left: 10px;

	}



	.f_menu li {

		margin-right: 20px;

	}

}



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

	.slick-prev {

		left: 0;

	}



	.slick-next {

		right: 0;

	}



	.slider_nav {

		position: static;

		-webkit-transform: none;

		-ms-transform: none;

		transform: none;

	}



	.slider_nav .slick-dots {

		padding: 3px 0;

	}



	.slider_nav .slick-dots li {

		display: inline-block;

	}



	.c_wr1 {

		padding-top: 0;

	}



	.carousel,

	.carousel1,

	.carousel2 {

		padding-right: 60px;

		padding-left: 60px;

	}



	.b_info7 .descr {

		padding-right: 20px;

	}



	.b_info7 .head p {

		margin-bottom: 1.65em;

	}

}



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

	.b_info .descr {

		padding: 30px;

	}



	.b_info1 .item {

		padding: 30px;

	}



	.b_info1 .thumb {

		margin-left: 30px;

	}



	.b_info6 .descr {

		padding: 30px;

	}



	.bi15_item {width: calc(100% / 3 - 20px);}

	.bi15_thumb {

		height: 21vw;

		max-height: 228px;

	}



	.b_info15.v1 .bi15_item {width: calc(50% - 20px);}

	.b_info15.v1 .bi15_thumb {

		height: 32vw;

		max-height: 266px;

	}



	.bi18_item {

		width: calc(100% / 2 - 20px);

	}

		.bi18_thumb {

			height: 35vw;

			max-height: 385px;

		}

}



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

	#header > .in {

		-webkit-box-align: center;

		-ms-flex-align: center;

		align-items: center;

		height: 85px;

		padding-top: 20px;

		padding-bottom: 20px;

	}



	.logo {

		-webkit-box-flex: 1;

		-ms-flex-positive: 1;

		flex-grow: 1;

		padding: 0;

		margin-right: 0;

		max-width: 250px;

	}



	.h_phone {

		display: block;

	}

	.h_menu {

		display: none;

	}



	.h_lang {

		-ms-flex-item-align: auto;

		-ms-grid-row-align: auto;

		align-self: auto;

		margin-right: 20px;

	}



	.m_ctrl {

		display: block;

	}

	#main {

		padding-top: 0;

	}



	.slider .in {

		padding-top: 45px;

	}



	.slider .title {

		font-size: 80px;

	}

}



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

	.slick-arrow {

		width: 45px;

		height: 45px;

	}



	.slick-prev::before,

	.slick-next::before {

		font-size: 15px;

	}



	.slider .in {

		height: 100%;

		min-height: 360px;

	}



	.slider .title {

		font-size: 70px;

	}



	.slider .descr .btn {

		margin-top: 0;

	}



	.c_wr_head.v1 {

		padding-right: 0;

	}



	.b_info1 .item {

		width: calc(100% - 20px);

	}



	.c_wr1 {

		padding-bottom: 20px;

	}



	.c_wr2 {

		padding: 0;

	}



	.c_wr2 .b_btn {

		padding-top: 20px;

		position: static;

		text-align: center;

	}



	.c_wr3 {

		padding-top: 40px;

	}



	.c_wr4 {

		padding: 60px 0 20px 0;

	}



	.carousel,

	.carousel1,

	.carousel2 {

		padding-right: 45px;

		padding-left: 45px;

	}



	.carousel1 .thumb {

		padding: 0 !important;

	}



	.b_info4 .thumb {

		margin-right: 30px;

	}



	.b_info7 {

		display: block;

	}



	.b_info7 .thumb {

		height: 60vw;

		min-height: auto;

		max-height: 380px;

		margin: 0 0 30px 0;

	}



	.b_info7 .descr {

		padding: 0 0 60px 0;

		border-top: 0;

	}



	.c_wr5,

	.c_wr6 {

		padding-top: 0;

	}



	.b_info8 .item {

		width: calc(100% / 4 - 20px);

	}



	.m_cols {

		display: block;

		margin-bottom: 35px;

		padding-bottom: 10px;

	}



	.m_cols .col:nth-child(1) {

		max-width: none;

		margin-right: 0;

	}



	.m_cols .bd_thumb.col {

		max-width: 580px;

	}



	.bd_info {

		margin-bottom: 0;

	}



	.m_cols1 {

		display: block;

		margin-right: 0;

		margin-left: 0;

	}



	.m_cols1 .col {

		margin-right: 0;

		margin-left: 0;

	}



	.map,

	.m_shop .map {

		height: 60vw;

		min-height: 320px;

		max-height: 570px;

	}



	.m_head1 {

		height: 50vw;

		min-height: 200px;

		max-height: 350px;

	}



	.m_cols2 {display: block;}



	.filter_ctrl {

		display: block;

		margin-bottom: 30px;

	}



	.filter {

		background: #fff;

		display: none;

		width: 100%;

		height: 100vh;

		max-width: 320px;

		padding: 40px 30px 30px 30px;

		-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);

		box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);

		position: fixed;

		top: 0;

		left: 0;

		z-index: 200;

		overflow: auto;

	}

	.filter .close {display: block;}



	.b_info15.v1 .bi15_item {width: calc(100% / 3 - 20px);}

	.b_info15.v1 .bi15_thumb {

		height: 21vw;

		max-height: 228px;

	}



	.f_menu {

		display: block;

		-webkit-columns: 2;

		-moz-columns: 2;

		columns: 2;

		width: 100%;

	}



	.ftr_row2 .in {

		-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;

	}



	.copy,

	.f_contacts {

		margin: 1.2em 0 0 0;

	}



	.f_social {

		-webkit-box-ordinal-group: 0;

		-ms-flex-order: -1;

		order: -1;

		margin-left: 0;

	}



	.f_social a, .f_social span {

		margin: 0 20px;

	}



	.f_social a:last-child, .f_social span:last-child {

		margin-right: 20px;

	}



	.c_wr9 {margin-bottom: 35px;}



	.m_cols3 {display: block;}

		.m_cols3 .col:nth-child(1) {margin: 0;}



	.b_info17 {

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;

		-ms-flex-wrap: wrap;

		flex-wrap: wrap;

		margin: 0 -10px;

	}

		.bi17_item {

			width: calc(100% / 3 - 20px);

			margin-right: 10px;

			margin-left: 10px;

		}

			.bi17_list {

				-webkit-column-count: 2;

				-moz-column-count: 2;

				column-count: 2;

				-webkit-column-width: 100px;

				-moz-column-width: 100px;

				column-width: 100px;

				-webkit-column-gap: 20px;

				-moz-column-gap: 20px;

				column-gap: 20px;

			}

				.bi17_list li {

					margin-bottom: 0.8em;

					-webkit-column-break-inside: avoid;

					-moz-column-break-inside: avoid;

					break-inside: avoid;

				}



	.bi18_item {width: calc(100% / 3 - 20px);}

		.bi18_thumb {

			height: 32vw;

			max-height: 310px;

		}

}



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

	.slider .title {

		font-size: 42px;

	}



	.slider .in {

		min-height: auto;

		padding-bottom: 0;

	}



	.b_info .item {

		width: calc(50% - 20px);

	}



	.b_info .descr {

		height: 56vw;

	}



	.b_info3 .item {

		width: calc(50% - 20px);

	}



	.b_info3 .thumb {

		height: 48vw;

	}



	.b_info4 .item {

		display: block;

		margin-bottom: 40px;

		padding-bottom: 40px;

	}



	.b_info4 .thumb {

		height: 60vw;

		max-height: 318px;

		margin: 0 0 30px 0;

	}



	.b_info4 .title2 {

		margin-top: 0;

	}



	.b_info5 .item {

		width: calc(50% - 20px);

	}



	.b_info5 .thumb {

		height: 40vw;

		max-height: 272px;

	}



	.b_info6 .item {

		width: calc(100% - 20px);

	}



	.b_info6 .thumb {

		height: 60vw;

	}



	.b_calc_row {

		display: block;

	}



	.bi15_item,

	.b_info15.v1 .bi15_item,

	.bi17_item,

	.bi18_item {width: calc(50% - 20px);}

	.bi15_thumb,

	.b_info15.v1 .bi15_thumb {

		height: 32vw;

		max-height: 266px;

	}



	.popup_a {padding: 25px 30px 30px 30px;}

	.popup_a .fancybox-close-small {padding: 10px;}



	.b_info16 {

		grid-gap: 0 30px;

	}

	.bi16_thumb {

		max-width: 290px;

		margin: 0 auto 40px auto;

	}



	.bi18_thumb {

		height: 48vw;

		max-height: 405px;

	}

}



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

	.b_info2 .thumb,

	.b_info11 .thumb {

		width: calc(100% / 3 - 20px);

		height: 180px;

	}



	.b_info12 .item {

		width: calc(100% / 3 - 20px);

	}



	.b_info12 .thumb {

		height: 28vw;

	}



	.b_info16 {display: block;}

	.bi16_descr {display: block;}

}



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

	body {

		font-size: 14px;

	}



	.slider .descr {

		display: none;

	}



	.slider .in {

		height: 320px;

	}



	h1,

	.title1 {

		font-size: 30px;

	}



	h2,

	.title2 {

		font-size: 24px;

		color: black;

	}



	h3,

	.title3 {

		font-size: 20px;

	}



	.title4 {

		font-size: 16px;

	}



	.tabs_wr .ui-tabs-nav {

		margin-right: -5px;

		margin-left: -5px;

	}



	.tabs_wr .ui-tabs-nav li {

		margin: 0 5px 10px 5px;

	}



	.tabs_wr .ui-tabs-nav li:last-child {

		margin-right: 5px;

	}



	.tabs_wr .ui-tabs-nav li.ui-tabs-active {

		margin-bottom: 10px;

	}



	.tabs_wr1 .ui-tabs-nav {

		margin-bottom: 30px;

	}



	.tabs_wr1 .ui-tabs-nav .ui-tabs-anchor {

		font-size: 18px;

	}



	.breadcrumbs {

		margin-bottom: 20px;

	}



	.slider .in {

		padding-bottom: 25px;

	}



	.slider .title {

		font-size: 45px;

	}



	.b_info,

	.b_info1,

	.b_info2,

	.b_info3,

	.b_info5,

	.b_info6,

	.b_info8,

	.b_info9,

	.b_info11,

	.b_info12,

	.b_info13,

	.b_info15,

	.b_info17,

	.b_info18,

	.b_info19 {

		margin-right: -5px;

		margin-left: -5px;

	}



	.b_info .item,

	.b_info1 .item,

	.b_info2 .thumb,

	.b_info8 .item,

	.b_info9 .thumb,

	.b_info11 .thumb,

	.b_info12 .item,

	.b_info13 .item,

	.bi19_item {

		margin: 0 5px 10px 5px;

		text-decoration: none;

	}



	.b_info .item,

	.b_info9 .thumb {

		width: calc(50% - 10px);

	}



	.b_info .descr {

		padding: 20px;

	}



	.b_info1 .item {

		width: calc(100% - 10px);

		padding: 20px;

	}



	.b_info1 .thumb {

		margin-left: 20px;

	}



	.b_info2 .thumb {

		width: calc(50% - 10px);

		height: 120px;

		padding: 10px;

	}



	.b_info3 .item,

	.bi15_item,

	.b_info15.v1 .bi15_item,

	.bi17_item,

	.bi18_item {

		width: calc(50% - 10px);

		margin-right: 5px;

		margin-left: 5px;

	}



	.b_info3 .thumb {

		padding: 10px;

	}



	.b_info5 .item {

		width: calc(50% - 10px);

		margin-right: 5px;

		margin-left: 5px;

	}



	.b_info6 .item {

		width: calc(100% - 10px);

		margin-right: 5px;

		margin-left: 5px;

	}



	.b_info6 .descr {

		padding: 20px;

	}



	.b_info8 .item {

		-ms-flex-preferred-size: 140px;

		flex-basis: 140px;

		-webkit-box-flex: 1;

		-ms-flex-positive: 1;

		flex-grow: 1;

		width: auto;

		text-align: center;

	}



	.b_info8 .thumb img {

		margin: auto;

	}



	.b_info9 {

		padding-bottom: 10px;

	}



	.b_info11 .thumb {

		width: calc(50% - 10px);

		height: 37vw;

	}



	.b_info12 .item {

		width: calc(50% - 10px);

	}



	.b_info12 .thumb {

		height: 37vw;

	}



	.slick-arrow {

		width: 25px;

		height: 25px;

	}



	.slick-prev::before,

	.slick-next::before {

		font-size: 10px;

	}



	.carousel,

	.carousel1,

	.carousel2 {

		padding-right: 25px;

		padding-left: 25px;

	}



	.table1 td {

		padding-left: 10px;

	}



	.table1 tr > :last-child {

		padding-right: 10px;

	}



	.b_info13 .item {

		-ms-flex-preferred-size: 140px;

		flex-basis: 140px;

		-webkit-box-flex: 1;

		-ms-flex-positive: 1;

		flex-grow: 1;

	}



	.switch span,

	.switch.v1 span {

		width: auto;

		height: 27vw;

		min-height: 130px;

		max-height: 156px;

	}



	.switch1 span {

		width: auto;

		height: 30vw;

		min-height: 130px;

		max-height: 180px;

	}



	.b_calc_item {

		margin-bottom: 30px;

	}



	.b_calc_total {

		padding: 30px;

	}



	#footer {

		padding: 35px 0;

	}



	.f_social {

		font-size: 18px;

	}



	.f_social a {

		margin: 0 10px;

	}



	.f_social a:last-child {

		margin-right: 10px;

	}



	.m_back {margin: 0 0 20px 0;}



	.b_info19 {margin-bottom: -10px;}

}



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

	.b_info,

	.b_info3,

	.b_info5,

	.b_info15,

	.b_info17,

	.b_info18 {

		-webkit-box-pack: center;

		-ms-flex-pack: center;

		justify-content: center;

	}



	.b_info .item,

	.b_info3 .item,

	.b_info5 .item,

	.bi15_item,

	.b_info15.v1 .bi15_item,

	.bi17_item,

	.bi18_item {

		width: calc(100% - 10px);

		max-width: 380px;

	}



	.b_info3 .thumb,

	.b_info5 .thumb,

	.bi15_thumb,

	.b_info15.v1 .bi15_thumb,

	.bi18_thumb {

		height: 100vw;

	}



	.b_info .descr {

		height: auto;

		min-height: 275px;

		max-height: none;

	}



	.carousel2 .slick-list {

		max-width: 380px;

		margin: 0 auto;

	}



	.carousel2 .item {

		max-width: none;

	}



	.price,

	.bi16_price_wr .price {font-size: 22px;}



	.m_head.v1 {padding-bottom: 5px;}

		.m_head.v1 h1 {

			margin-bottom: 20px;

			padding-bottom: 20px;

		}



	.bi17_item {margin-bottom: 20px;}

}



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

	#header > .in {

		height: 36px;

		padding-top: 8px;

		padding-bottom: 8px;

	}



	.logo img {

		height: 20px;

	}



	body {

		padding-top: 0;

	}



	.hmm_wr {

		height: calc(100vh - 36px);

		top: 36px;

	}



	#main {

		padding-top: 36px;

	}



	.tabs_wr .ui-tabs-nav li {

		-webkit-box-flex: 1;

		-ms-flex-positive: 1;

		flex-grow: 1;

	}



	.tabs_wr .ui-tabs-nav .ui-tabs-anchor {

		min-width: 140px;

		padding-right: 15px;

		padding-left: 15px;

	}



	.slider .head p {

		font-size: 12px;

	}



	.slider .title {

		font-size: 35px;

	}



	.c_wr_head {

		text-align: center;

	}



	.b_info1 .item {

		display: block;

		margin-bottom: 35px;

		padding: 0;

		border: none;

	}



	.b_info1 .thumb {

		width: auto;

		height: 57vw;

		max-height: 272px;

		margin: 0 0 10px 0;

	}



	.carousel .slick-arrow {

		top: 26vw;

		-webkit-transform: none;

		-ms-transform: none;

		transform: none;

	}



	.c_wr2 {

		padding-bottom: 50px;

		border-bottom: 1px solid #e5e5e5;

	}



	.b_detail .b_btn .btn {

		max-width: none;

	}

}



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

	.slider .head p {

		font-size: 10px;

	}



	.slider .title {

		font-size: 30px;

	}



	.slider .descr p {

		display: none;

	}



	.tabs_wr2 .ui-tabs-nav li {

		margin-right: 20px;

	}



	.b_calc_form {

		max-width: none;

	}



	.b_calc .btn {

		width: 100%;

	}



	.b_calc_total {

		padding: 20px;

	}



	.popup_a {padding: 15px;}

	.popup_a .title2 {

		margin-bottom: 1em;

		padding-right: 20px;

	}



	.bi16_thumb {margin-bottom: 20px;}



	.b_detail.v1 .b_btn .btn {max-width: none;}

}



#colors, #materials .b_info13 {

	display: -ms-grid;

	display: grid;

	-ms-grid-columns: (1fr)[6];

	grid-template-columns: repeat(6, 1fr);

	grid-column-gap: 20px;

	grid-row-gap: 20px;

}

#colors .item.active span, #materials .item.active span {

	cursor: pointer;

	border-width: 3px;

	border-color: #0c0c0c;

	padding: 13px;

}

#colors .item span, #materials .item span {

	border: 1px solid #ebeae8;

	padding: 15px;

	width: 100%;

	height: 100px

}

#colors .item p, #materials .item p {

	margin-top: 16px;

	margin-bottom: 0;

	text-align: center;

	color: black;

	font-size: 14px;

}

.modal:not(#colors) {

	position: fixed;

	top: 0;

	left: 100%;

	margin: auto;

	width: 100%;

	height: 100%;

	background-color: rgba(0,0,0,.7);

}



.modal__item {

	position: absolute;

	max-width: 500px;

	height: -webkit-max-content;

	height: -moz-max-content;

	height: max-content;

	max-height: 500px;

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

	margin: auto;

	background-color: #fff;

	border-radius: 2px;

}



@media (max-width: 600px) {

	.modal__item {

		width: 95%;

		margin: auto;

	}



	.logo {

		max-width: 79px;

	}

}



.modal__item .close {

	position: absolute;

	top: 0;

	bottom: 0;

	margin: auto;

	right: 30px;

	border: transparent;

	background-color: transparent;

	background-image: url("/assets/img/cross.svg");

	height: 15px;

	width: 15px;

	background-size: 15px;

	background-repeat: no-repeat;

}



.modal__item-title {

	background-color: rgba(0,0,0,.05);

	padding: 20px;

	font-size: 18px;

	position: relative;

}



.modal__item-body {

	padding: 20px;

}

.modal__item-body .form-group label {

	color: #888;

	font-size: 14px;

}

.modal__item-body .form-group input {

	padding: 5px 10px;

	height: 40px;

	background-color: #fff;

	border: 1px solid rgba(0,0,0,.2);

}



.modal__item-body .form-group textarea {

	padding: 10px;

	height: 90px;

	background-color: #fff;

	border: 1px solid rgba(0,0,0,.2);

	font-size: 14px;

}



.modal__item-footer {

	padding: 0px 20px 60px;

	text-align: right;

	position: relative;

}



.modal__item-footer .btn {

	min-width: 120px;

	max-width: 240px;

	padding: 10px 20px;

	height: 40px;

	position: absolute;

	top: 0;

	bottom: 20px;

	margin: auto;

	right: 20px;

}



@media (max-width: 600px) {

	.modal__item-footer {

		padding-bottom: 80px;

	}



	.modal__item-footer .g-recaptcha > div, .modal__item-footer .g-recaptcha iframe {

		-webkit-transform: scale(0.95);

		-ms-transform: scale(0.95);

		transform: scale(0.95);

	}



	.modal__item-footer .btn {

		top: auto;

		left: 0;

		right: 0;

	}





	.modal__item-footer .g-recaptcha > div {

		margin-left: -5px;

	}

}



.b_calc_item {

	position: relative;

	-webkit-transition: height 0.3s;

	-o-transition: height 0.3s;

	transition: height 0.3s;

}

.b_calc_item.loading {

	min-height: 200px;

}

.b_calc_item.loading:after {

	position: absolute;

	content: "";

	background-image: url("/assets/img/loading.svg");

	background-repeat: no-repeat;

	background-size: 128px;

	background-position: center;

	width: 100%;

	top: 0;

	height: 100%;

	background-color: rgba(255,255,255,0.8)

}



.b_calc_form1 .info {

	font-size: 14px;

	margin-top: 0px;

}



label.up {

	position: absolute;

	top: 15px;

	font-size: 12px;

}



.b_info1 .item {

	background-size: 100%;

	background-repeat: no-repeat;

	position: relative;

	min-height: 265px;

}



.b_info1 .item .title2 {

	color: white;

	position: absolute;

	width: 55%;

	bottom: 40px;

	left: 40px;

}



.b_info1 .item .thumb {

	position: absolute;

	top: 20px;

	right: -10px;

}



.collection_label {

	background: #000;

	min-width: 110px;

	padding: 11px;

	position: absolute;

	top: 40px;

	left: 25px;

	font-size: 14px;

	line-height: 1;

	color: #fff;

	text-transform: uppercase;

	text-align: center;

	border: 1px solid white;



}



@media (max-width: 978px) {

	.b_info1 .item .promo_img {

		width: 100%;

		height: 100%;

		-o-object-fit: cover;

		object-fit: cover;

	}

}

/*M.Chaos*/

.polzunok-container-5 * {

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	outline: none;

}

.polzunok-container-5:after {

	content: "";

	clear: both;

	display: table;

}

.polzunok-container-5 .ui-slider {

	position: relative;

	background: #b38f55a8;

	height: 10px;

	border-radius:10px;

	-webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2), 1px 1px 5px rgba(255, 255, 255, 1);

	box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2), 1px 1px 5px rgba(255, 255, 255, 1);

}

.polzunok-container-5 .ui-slider .ui-slider-handle {

	position: absolute;

	margin-left: -16px;

	width: 32px;

	height: 32px;

	cursor: pointer;

	border: 4px solid #b38f55;

	top: -11px;

	background: #FFF;

	z-index: 2;

	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);

	box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);

	-webkit-transition: border 0.4s, -webkit-transform 0.2s;

	transition: border 0.4s, -webkit-transform 0.2s;

	-o-transition: transform 0.2s, border 0.4s;

	transition: transform 0.2s, border 0.4s;

	transition: transform 0.2s, border 0.4s, -webkit-transform 0.2s;

}

.polzunok-container-5 .ui-slider .ui-slider-handle:hover,

.polzunok-container-5 .ui-slider .ui-slider-handle:focus {

	-webkit-transform: scale(1.2);

	-ms-transform: scale(1.2);

	transform: scale(1.2);

	border: 4px solid #337AB7;

}

.polzunok-input-5-left,

.polzunok-input-5-right {

	height: 15px!important;

	background: #FFF!important;

	border-radius: 0px!important;

	border: 4px solid #b38f55ad!important;

	text-align: center!important;

	font-size: 14px!important;

	padding: 10px!important;

	width: 60px!important;

	margin-top: 30px!important;

	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2)!important;

	box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2)!important;

}

.filter-title {

	margin-top: 20px;

}

.polzunok-input-5-left {

	float: left;

}

.polzunok-input-5-right {

	float: right;

}

.polzunok-container-5 .ui-slider .ui-slider-range {

	position: absolute;

	z-index: 1;

	height: 10px;

	border: 0;

	background: #b38f55;

	border-radius:10px;

	-webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), 1px 1px 5px rgba(255, 255, 255, 1);

	box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), 1px 1px 5px rgba(255, 255, 255, 1);

}

/*M.Chaos*/

.polzunok-container-5 * {

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	outline: none;

}

.polzunok-container-5:after {

	content: "";

	clear: both;

	display: table;

}

.polzunok-container-5 .ui-slider {

	position: relative;

	background: #e8e8e8a8;

	height: 6px;

	border-radius: 10px;

	width: 90%;

	margin: 0 13px 0 7px;

	-webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2), 1px 1px 5px rgba(255, 255, 255, 1);

	box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2), 1px 1px 5px rgba(255, 255, 255, 1);

}

.polzunok-container-5 .ui-slider .ui-slider-handle {

	position: absolute;

	border-radius: 50%;

	margin-left: -13px;

	width: 16px;

	height: 16px;

	cursor: pointer;

	border: 4px solid #e8e8e8;

	top: -6px;

	background: #FFF;

	z-index: 2;

	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);

	box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);

	-webkit-transition: border 0.4s, -webkit-transform 0.2s;

	transition: border 0.4s, -webkit-transform 0.2s;

	-o-transition: transform 0.2s, border 0.4s;

	transition: transform 0.2s, border 0.4s;

	transition: transform 0.2s, border 0.4s, -webkit-transform 0.2s;

}

.polzunok-container-5 .ui-slider .ui-slider-handle:hover,

.polzunok-container-5 .ui-slider .ui-slider-handle:focus {

	-webkit-transform: scale(1.2);

	-ms-transform: scale(1.2);

	transform: scale(1.2);

	border: 4px solid #b38f55;

}

.polzunok-input-5-left,

.polzunok-input-5-right {

	height: 15px!important;

	background: #FFF!important;

	border-radius: 0px!important;

	border: 4px solid #e8e8e8ad!important;

	text-align: center!important;

	font-size: 14px!important;

	padding: 10px!important;

	width: 60px!important;

	margin-top: 30px!important;

}

.filter-title {

	margin-top: 20px;

}

.polzunok-input-5-left {

	float: left;

}

.polzunok-container-5 {

	padding-top: 10px;

	z-index: 2;

}

.polzunok-input-5-right {

	float: right;

}

.polzunok-container-5 .ui-slider .ui-slider-range {

	position: absolute;

	z-index: 1;

	height: 6px;

	border: 0;

	background: #e8e8e8;

	border-radius: 10px;

	-webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), 1px 1px 5px rgba(255, 255, 255, 1);

	box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), 1px 1px 5px rgba(255, 255, 255, 1);

}

#scroll-to .b_info .item {

	max-height: 380px;

}

#scroll-to .b_info .title2 {

	color: #000;

	text-align: center;

	position: relative;

	top: 20%;

	text-transform: uppercase;

	font-size: 41px;

}

#scroll-to .b_info  span.lnk_v1 {

	position: relative;

	margin: 0 auto;

	top: 14%;

	background: #000;

	padding: 5px 30px;

}
/*Popap CM*/
    div#popap_cm {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background: #0000005c;
        z-index: 999;
        overflow-y: auto;
    }
    div#popap_cm::-webkit-scrollbar {
        width: 0px;
    }
    .popap_bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 9;
    }

    .popap_content {
        z-index: 10;
    }

    .popap_content {
        z-index: 10;
        position: relative!important;
        top: 0!important;
    	left: 0!important;
        max-width: 520px!important;
        margin: 0 auto!important;
        margin-top: 90px!important;
        min-height: 200px!important;
        background: #fffdfd!important;
        border: 1px solid #8c8c8c!important;
        border-radius: 5px;
    }

    .popap_content .popap_form input {
        width: 100%;
        padding-left: 15px;
        border-radius: 5px;
        padding-right: 15px;
        height: 42px;
        border: 1px solid #cecece;
        background-color: #fff;
        margin-bottom: 20px;
    }

    .popap_content .popap_form button {
        width: 159px;
        height: 42px;
        font-weight: 400;
        background-color: #b38f55;
        display: inline-block;
        min-width: 200px;
        border: none;
        font-family: inherit;
        font-size: 14px;
        line-height: 1.2;
        color: #fff;
        letter-spacing: 0.1em;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
    }

    .popap_content .popap_form h4 {
        color: #282828;
        font-size: 26px;
        font-weight: 400;
        text-transform: uppercase;
        padding-bottom: 25px;
    }
    .popap_content {
    width: 100%!important;
    height: auto!important;
    background-color: #fffdfd!important;
    }
    .close_facades {
    width: 36px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 999;
	}
	.h-zoom img:hover{
		transition: transform .2s; 
	    transform: scale(1.08);	
	}
