@import url('fonts/raleway/raleway.css');
body {
	font-family: "Raleway";
}
* {
	word-break: break-word;
}
.accented {
	background: #fff1f3 !important;
	border-color: darkred !important;
}
#scroll_up.active {
	bottom: 80px;
}
#scroll_up {
	background: url(/images/elements/scroll_up.svg) no-repeat;
	background-size: 100% 100%;
	bottom: -90px;
	cursor: pointer;
	height: 50px;
	opacity: .8;
	position: fixed;
	right: 40px;
	-webkit-background-size: 100% 100%;
	width: 50px;
	border-radius: 50%;
	z-index: 2;
	transition: bottom 0.3s;
}

#video-place {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-height: 550px;
}
#video-place video {
	width: 100%;
}

/*burger-menu*/
.button_mobile_wrapper {
	height: 35px;
	display: block;
	position: absolute;
	right: 15px;
	top: 40px;
	z-index: 3;
	cursor: pointer;
	width: 45px;
	top: 6px;
}
.button_mobile {
	position: absolute;
	width: 35px;
	height: 1px;
	background: #000;
	top: 18px;
	left: 5px;
	border-radius: 5px;
}
.map-frame-contact iframe{
	margin-top:15px;
}
.button_mobile:before {
	position: absolute;
	content: '';
	width: 35px;
	height: 1px;
	background: #000;
	top: -9px;
	border-radius: 5px;
}
.button_mobile:after {
	position: absolute;
	content: '';
	width: 35px;
	height: 1px;
	background: #000;
	top: 9px;
	border-radius: 5px;
}

/*close-menu*/
.close-menu-btn {
	position: fixed;
	height: 40px;
	width: 40px;
	right: 19px;
	top: 11px;
	border-radius: 3px;
	z-index: 57;
	display: none;
}
.close-menu-btn span {
	display: block;
	height: 2px;
	width: 100%;
	background: #fff;
	transform: rotate(45deg);
	top: 50%;
	position: absolute;
	border-radius: 5px;
}
.close-menu-btn span:before {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	background: #fff;
	transform: rotate(90deg);
	top: calc(50% - 1px);
	position: absolute;
	border-radius: 5px;
}

.wrapper-overflow {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.9);
	height: 100%;
	width: 100%;
	z-index: 53;
}

/*slider slick*/
.place-slider {
	position: relative;
	margin: 0;
}
.slick-slide img {
	width: 100%;
}

/*
 .inset-progress {
 font-size: 14px;
 line-height: 15px;
 color: #ffffff;
 font-weight: 500;
 position: absolute;
 z-index: 12;
 right: 100px;
 bottom: 35px;
 width: 100px;
 }
 .inset-progress .count-prog {
 line-height: 25px;
 }
 .inset-progress .progress {
 height: 1px;
 }
 .progress {
 display: block;
 width: 100%;
 height: 10px;
 border-radius: 10px;
 overflow: hidden;
 background-color: rgba(255,255,255,.3);
 background-image: linear-gradient(to right, rgba(255,255,255,.7), rgba(255,255,255,.7));
 background-repeat: no-repeat;
 background-size: 0 100%;
 transition: background-size .2s ease-in-out;
 }
 .sr-only {
 position: absolute;
 width: 1px;
 height: 1px;
 padding: 0;
 margin: -1px;
 overflow: hidden;
 clip: rect(0, 0, 0, 0);
 border: 0;
 }
 .inset-progress .all-counts {
 line-height: 25px;
 float: right;
 }
 */
.text-slide {
	position: absolute;
	top: 0;
	z-index: 8;
	height: 100%;
	display: flex;
	left: 50%;
	padding: 10px 70px;
	width: 100%;
	transform: translateX(-50%);
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.text-slide h1, .text-slide h2 {
	font-size: 38px;
	line-height: 35px;
	color: #ffffff;
	font-family: "Cormorant";
	font-weight: 700;
	margin-bottom: 0px;
}
.text-slide p {
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	font-family: "Raleway";
	font-weight: 400;
	text-transform: none;
}
.slider .slick-arrow {
	transition: 0.3s;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	left: auto;
	right: auto;
	opacity:0;
	visibility:hidden;
	transition: opacity 0.15s,visibility 0.15s;
}
.slider:hover .slick-arrow {
	opacity:1;
	visibility:visible;
}
.slick-arrow {
	position: absolute;
	z-index: 9;
	top: calc(100% - 45px);
	margin-top: -20px;
	height: 101px;
	width: 46px;
	font-size: 0;
	border: none;
	-webkit-mask-size: contain !important;
	opacity: 1;
	transition: opacity 0.2s;
	cursor: pointer;
	background-size: auto !important;
}
.slick-prev {
	left: 5px;
	background: url(/images/elements/arrow.svg) center center no-repeat;
	transform: rotate(180deg);
}
.slick-next {
	right: 5px;
	background: url(/images/elements/arrow.svg) center center no-repeat;
}
.slick-dots {
	padding: 0;
	margin: 0;
	position: absolute;
	top: calc(100% - 55px);
	left: 50%;
	transform: translateX(-50%)
}
.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}
.slick-dots li button {
	font-size: 0;
	border-radius: 50%;
	outline: none;
	opacity: 1;
	cursor: pointer;
	padding: 0;
	box-sizing: content-box;
	background: transparent;
	border: 2px solid #fff;
	width: 5px;
	height: 5px;
}
.slick-dots li:hover button {
	background: #8a8a8a;
}
.slick-dots li.slick-active button {
	background: transparent;
	border: 2px solid #fff;
	width: 7px;
	height: 7px;
}
.text-slide a {
	position: relative;
	z-index: 2;
}

.slick-next:before, .slick-prev:before {
	content: '';
	display: block;
	height: 5px;
	width: 5px;
	border: 1px solid #fff;
	transform: rotate(45deg);
	border-left: none;
	border-bottom: none;
	top: calc(50% - 2.5px);
	position: absolute;
	right: 40%;
	transition: border-color 0.15s;
}
.slick-next:after, .slick-prev:after {
	content: '';
	display: block;
	height: 1px;
	width: 15px;
	border: 1px solid #fff;
	border-left: none;
	border-bottom: none;
	top: calc(50% - 0.5px);
	position: absolute;
	right: 40%;
	transition: border-color 0.15s;
}

/*search form input*/
#search-form {
	cursor: pointer;
	position: relative;
	width: 40px;
	height: 35px;
	margin-left: 0px;
}
#search-form input {
	cursor: pointer;
	width: 0;
	z-index: 2;
	right: 0;
	height: 100%;
	padding: 0;
	outline: none;
	margin: 0;
	padding-right: 33px;
	background: #fff url(/images/elements/search.svg) calc(100% - 10px) center no-repeat;
	transition: all 0.2s;
	font-size: 14px;
}
#search-form button {
	border: none;
	outline: none;
	cursor: pointer;
	background: none;
	z-index: -1;
	position: absolute;
	right: 0px;
	left: 0;
	transition: left 0.2s;
}
#search-form.active input {
	margin: 0;
	border: 1px solid #e7dccc;
	padding-left: 20px;
	cursor: auto;
	border-top: 0;
	background-image: none;
	border-bottom: 0;
}
#search-form.active button {
	z-index: 4;
	height: 86px;
	width: 100px;
	top: 0;
	background: url(/images/elements/search.svg) center center no-repeat
}

/*socials*/
.ikonki-sot a {
	display: inline-block;
	height: 36px;
	width: 36px;
	transition: 0.25s;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	-ie-transition: 0.25s;
	margin: 0px auto;
	background-size: contain !important;
	margin-bottom: 10px;
	position: relative;
}
.ikonki-sot a:before, .ikonki-sot a:after {
	content: '';
	padding-bottom: 100%;
	display: block;
	width: 100%;
	opacity: 1;
	top: 0;
	left: 0;
	transition: opacity 0.3s;
	background-size: contain !important;
	position: absolute;
}
.ikonki-sot a:after {
	opacity: 0;
	position: absolute;
}
.ikonki-sot a:hover:after {
	opacity: 1 !important;
}
.ikonki-sot a:hover:before {
	opacity: 0 !important;
}
.ikonki-sot.contact a:after {
	opacity: 0;
	position: absolute;
	width: 95%;
	padding-bottom: 95%;
	left: 12%;
	top: 12%;
}

.ikonki-sot a.icfb:before {
	background: url(/images/elements/fb.svg) center center no-repeat;
}
.ikonki-sot a.icig:before {
	background: url(/images/elements/inst.svg) center center no-repeat;
}
.ikonki-sot a.icyout:before {
	background: url(/images/elements/youtube.svg) center center no-repeat;
}

.ikonki-sot a.icfb:after {
	background: url(/images/elements/fb_act.svg) center center no-repeat;
}
.ikonki-sot a.icig:after {
	background: url(/images/elements/inst_act.svg) center center no-repeat;
}
.ikonki-sot a.icyout:after {
	background: url(/images/elements/youtube_act.svg) center center no-repeat;
}

.pos-socials {
	position: absolute;
	right: -100px;
	top: 0;
	width: 100px;
	height: 570px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ikonki-sot {
	display: flex;
	flex-direction: column
}

.container_xl {
	width: calc(100% - 200px);
	margin: 0px auto;
	position: relative;
	max-width: 1800px;
}
.container_xl:after {
	clear: both;
	content: " ";
	display: table;
}

#header {
	padding: 10px 0;
	height: 88px;
	border-top: 1px solid #e7dccc;
	border-bottom: 1px solid #e7dccc;
	position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
}

#header {
	padding: 10px 0;
}
.main-menu {
	padding: 0;
	margin: 0;
	margin: 20px 25px 0;
	font-size: 13px;
	line-height: 22px;
	color: #675f53;
	font-family: "Montserrat";
	font-weight: 500;
	text-transform: uppercase;
}
.main-menu li {
	display: inline-block;
	margin: 0 13px;
	position: relative;
}
.search-block {
	position: absolute;
	left: -100px;
	top: -10px;
	height: 86px;
	width: 100px;
	border: 1px solid #e7dccc;
	border-top: none;
	border-bottom: none;
}
#search-form {
	width: 100%;
	height: 100%;
	z-index: 2;
}
#search-form input {
	padding-right: 100%;
	border: 1px solid #e7dccc;
	border-bottom: 0;
	border-top: 0;
	background-position: calc(100% - 40px) center !important;
}
.logo {
	display: table;
	margin: 0px auto;
}

.langs, .langs span, .langs a {
	font-size: 13px;
	line-height: 22px;
	color: #675f53;
	font-family: "Montserrat";
	font-weight: 500;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: -10px;
	height: 86px;
	width: 100px;
	line-height: 88px;
	right: -100px;
	text-align: center;
	cursor: pointer;
	z-index: 2;
	background: #fff;
}
.langs span, .langs a {
	left: 0;
	top: 0;
	border: 1px solid #e7dccc;
	border-bottom: 0;
	border-top: 0;
	transition: color 0.15s;
	height: 100%;
	display: block;
}
.langs span {
	z-index: 3;
}
.langs:hover span {
	color: #cac0b2;
}
.more-langs {
	position: absolute;
	left: 0;
	top: 0;
	height: 86px;
	width: 100%;
	transition: top 0.2s;
}
.langs:hover .more-langs {
	top: 87px;
}
.langs:hover .more-langs a {
	transition: background 0.15s;
}
.langs .more-langs a:first-child {
	height: 44px;
	line-height: 44px;
	background: #e7dccc;
}
.langs .more-langs a:last-child {
	height: 44px;
	line-height: 44px;
	bottom: 0;
	top: auto;
	background: #e7dccc;
	border-top: 1px solid #fff;
}
.langs .more-langs a:hover {
	background: #f3eadc !important;
}

.main-menu ul:not([data-level="0"]) {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
.main-menu .item-link .sub-menu {
	display: block;
	padding: 0;
	margin: 0;
	z-index: 2;
	background: #fff;
	background: rgba(255, 255, 255, 0.2);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
	top: calc(100% + 25px);
	width: 250px;
	margin-left: -15px;
	z-index: 10;
}
.main-menu .parent:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
	top: calc(100% + 8px);
	transition: opacity 0.15s, visibility 0.15s, top 0.15s;
}
.main-menu li a.active, .main-menu li a:hover {
	color: #b8ab98;
	transition: color 0.15s;
}
.main-menu li a:not([href]) {
	cursor: default;
}
.main-menu > li:hover:before {
	content: '';
	display: block;
	width: calc(100% + 50px);
	height: 17px;
	left: -15px;
	position: absolute;
	top: 17px;
	z-index: 2;
}
.main-menu .item-link > .sub-menu:before {
	content: '';
	position: absolute;
	top: -17px;
	left: 32px;
	border: 8px solid transparent;
	border-bottom: 8px solid #e7dccc;
	z-index: 4;
}
.main-menu .item-link .sub-menu li {
	display: block;
	margin: 0;
	margin-bottom: 1px;
}
.item-link .sub-menu li:last-child {
	margin-bottom: -0
}
.main-menu .item-link .sub-menu li span {
	display: block;
}
.main-menu .item-link .sub-menu li a {
	display: block;
	padding: 10px 15px 10px 15px;
	line-height: 16px;
	width: 100%;;
	background: #e7dccc;
	transition: background 0.2s;
}
.main-menu .item-link .sub-menu li a:hover {
	background: #f3eadc;
}

.margin-p-text {
	max-width: 855px;
	font-size: 15px;
	line-height: 22px;
	color: #707070;
	font-family: "Raleway";
	font-weight: 400;
	text-align: center;
	margin: 80px auto 70px;
}
.margin-p-text .title-text {
	font-size: 20px;
	line-height: 28px;
	color: #313131;
	font-family: "Cormorant";
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.lines-double {
	height: 5px;
	border: 1px solid #e7ddcd;
	border-right: 0;
	border-left: 0;
}
.title-text {
	font-size: 20px;
	line-height: 28px;
	color: #313131;
	font-family: "Cormorant";
	font-weight: 600;
	text-transform: uppercase;
}
.mod-info {
	margin-top: 50px !important;
	margin-bottom: 60px !important;
}
.ins-img.pos_abs {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.ins-img img {
	width: 100%;
}
.ins-img.pos_abs img {
	position: absolute;
	min-height: 100%;
}
.inst-stext {
	font-size: 15px;
	line-height: 22px;
	color: #707070;
	font-family: "Raleway";
	font-weight: 400;
	position: relative;
	height: 100%;
}
.btns-links {
	font-size: 13px;
	line-height: 22px;
	color: #675f53;
	font-family: "Montserrat";
	font-weight: 500;
	display: flex;
	margin-top: 30px;
	margin-bottom: 50px;
	flex-wrap:wrap;
}
.btns-links .btn-ver1, .btns-links .btn-ver2 {
	height: 58px;
	line-height: 58px;
	border: 1px solid #e7ddcd;
	width: 240px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.15s;
}
.btns-links a:after {
	content: '\2192';
	padding-left: 10px;
	color: #b0a087;
	display: inline-block;
	margin-right: -15px;
}
.btns-links a.btn-ver1 {
	height: 58px;
	line-height: 58px;
	background: #e7ddcd;
	margin-right: 10px;
}
.btns-links a.btn-ver1:hover {
	background: #fff;
}
.btns-links a.btn-ver2:hover {
	background: #e7ddcd;
}
.mod-info > div {
	display: flex;
	flex-wrap: wrap;
}
.sing-menu {
	padding-bottom: 175%;
	display: block;
	position: relative;
    overflow: hidden;
}
.img-menu {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	background-size: cover !important;
	background-position: center center !important;
	transform: scale(1);
	transition: transform 0.25s;
	transition-delay: 0.1s;
}
.sing-menu:hover .img-menu {
	transform: scale(1.05);
}
.text-menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	justify-content: center;
	position: absolute;
	width: 100%;
	z-index: 3;
}
.name-menu {
	font-size: 38px;
	line-height: 38px;
	color: #ffffff;
	font-family: "Cormorant";
	font-weight: 700;
	text-transform: uppercase;
	max-width: 95%;
	text-align: center;
	text-shadow: 0 0 4px rgba(0,0,0,.4);
}
.view-menu {
	font-size: 13px;
	line-height: 22px;
	color: #ffffff;
	font-family: "Montserrat";
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 7px;
}
.view-menu:after {
	content: '\2192';
	padding-left: 10px;
	color: #fff;
	display: inline-block;
	margin-right: -15px;
}
.sing-menu:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
	transition: opacity 0.2s;
	z-index: 2;
}
.sing-menu:hover:before {
	opacity: 0;
}
.owl-carousel.owl-drag .owl-item {
	overflow: hidden;
}
.stext-info {
	text-align: center;
}
.stext-info .inst-stext {
	margin-top: 40px;
	max-width: 860px;
	margin: 50px auto 70px;
}
.owl-crsl .owl-nav {
	font-size: 0;
	color: #c9beae;
	margin: 0px auto;
	position: relative;
}
.owl-crsl .owl-nav button {
	position: absolute;
}
.owl-crsl .owl-nav button.disabled {
	cursor: default;
}
.owl-prev:before {
	content: '\2190';
	font-size: 15px;
}
.owl-prev {
	left: -55px;
	top: 17px !important;
}
.owl-next:before {
	content: '\2192';
	font-size: 15px;
}
.owl-next {
	right: -55px;
	top: 17px !important;
}
.owl-dots {
	display: table;
	margin: 15px auto;
}
.owl-dots button {
	height: 9px;
	width: 9px;
	border: 2px solid #e7ddcd !important;
	border-radius: 50%;
	margin: 0 3px;
}
.owl-dots button.active {
	height: 12px;
	width: 12px;
	position: relative;
	top: 1px !important;
}
.owl-nav {
	position: absolute;
}
.bg-fon {
	background: #f2ede5;
	margin-top: 30px !important;
	padding: 60px 0 0;
	margin-bottom: 60px !important;
}
.title-block-adv {
	font-size: 20px;
	line-height: 28px;
	color: #313131;
	font-family: "Cormorant";
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.adv-self .name-adv {
	font-size: 18px;
	margin-bottom: 7px;
	color: #515151;
	font-family: "Raleway";
	font-weight: 600;
}
.adv-self {
	display: flex;
	flex-wrap: wrap;
}
.adv-self > div {
	display: flex;
	margin-bottom: 70px;
}
.img-icon {
	width: 45px;
}
.content-adv {
	width: calc(100% - 45px);
}
.desc-adv {
	font-size: 13px;
	line-height: 19px;
	color: #707070;
	font-family: "Raleway";
	font-weight: 400;
}
.copyright {
	font-size: 12px;
	line-height: 28px;
	color: #3e3e3e;
	font-family: "Raleway";
	font-weight: 400;
	text-align: center;
	margin: 20px 0;
}
#page {
	padding-bottom: 90px;
    padding-top: 88px;
}
#footer {
	position: relative;
	height: 90px;
	margin-top: -90px;
}
.breadcrumbs {
	font-size: 11px;
	line-height: 15px;
	color: #675f53;
	font-family: "Montserrat";
	font-weight: 500;
	position: absolute;
	left: -335px;
	height: 100px;
	transform: rotate(-90deg);
	top: 235px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 570px;
}
.breadcrumbs .container {
	width: auto;
}
.breadcrumbs i {
	padding: 0px 15px;
	display: inline-block;
}
.menu-cat-img {
	position:relative;
}
.menu-cat-img img {
	width: 100%;
}
.flx-text {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	font-size: 38px;
	line-height: 35px;
	color: #ffffff;
	font-family: "Cormorant";
	font-weight: 700;
	text-transform: uppercase;
	align-items: center;
	height: 100%;
	width: 100%;
	justify-content: center;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.product-list {
	margin-top: 70px;
	margin-bottom: 40px;
}
.product-list > div {
	display: flex;
	flex-wrap: wrap;
}
.product-list > div > div {
	margin-bottom: 30px;
}
.product-singl {
	display: block;
}
.product-singl img {
	width: 100%;
}
.product-singl .name-prod {
	font-size: 16px;
	line-height: 20px;
	color: #515151;
	font-family: "Raleway";
	font-weight: 600;
	margin-top: 15px;
	transition: color 0.2s;
}
.product-singl .sort-desc {
	font-size: 11px;
	line-height: 20px;
	color: #6f6f6f;
	font-family: "Montserrat";
	font-weight: 500;
	margin-top: 5px;
}
.product-singl:hover .name-prod {
	color: #b8ab98;
}

.pagination {
	font-size: 11px;
	color: #6f6f6f;
	font-family: "Montserrat";
	font-weight: 500;
	margin: 20px 0;
	padding: 0;
	text-align: center;
}
.pagination li.backlink, .pagination li.forwardlink {
	font-size: 0;
	color: #baae9b;
}
.pagination li.backlink {
	margin-right: 40px;
	margin-left: 0;
}
.pagination li.forwardlink {
	margin-left: 40px;
	margin-right: 0;
}
.pagination li.backlink a, .pagination li.forwardlink a {
	text-decoration: none !important;
}
.backlink a:before {
	content: '\2190';
	font-size: 15px;
}
.pagination li {
	display: inline-block;
	vertical-align: top;
}
.forwardlink a:before {
	content: '\2192';
	font-size: 15px;
}
.pagination li {
	margin: 0 4px;
}
.pagination li a {
	display: block;
	height: 20px;
	line-height: 20px;
	width: 20px;
}
.pagination a:hover {
	text-decoration: underline;
}
.pagination li a.activepage {
	color: #b8ab98;
	text-decoration: none !important;
}

.bg-place {
	background: #f1ede5;
	text-align: center;
}
.bg-place img {
	max-width: 100%;
	position: relative;
	top: 60px;
}
.product-info {
	margin-top: 90px;
	max-width: 600px;
	margin: 90px auto 60px;
}
.product-info .title-prod {
	font-size: 20px;
	line-height: 24px;
	margin: 28px 0 18px;
	color: #313131;
	font-family: "Cormorant";
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}
.text-prod {
	font-size: 15px;
	line-height: 22px;
	color: #707070;
	font-family: "Raleway";
	font-weight: 400;
	text-align: center;
}
.text-prod * {
	margin: 0;
}
.last-prod-info {
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	color: #707070;
	font-family: "Montserrat";
	font-weight: 500;
	margin-top: 22px;
}

.bg-fon-inset {
	position: absolute;
	width: 100%;
	padding-bottom: 33%;
	background: #f1ede5;
}

.bg-fon-inset-contact {
	position: absolute;
	width: 100%;
	padding-bottom: 37%;
	height: 617px;
	background: #f1ede5;
}

.title-page {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 28px;
	color: #313131;
	font-family: "Cormorant";
	font-weight: 500;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 25px;
}
.sing-news {
	display: flex;
	background: #fff;
	transition: 0.15s;
}
.sing-news:hover {
	opacity: 0.8;
}
.list-news > div {
	margin-bottom: 30px;
}
.sing-news .left-img img {
	height: 100%;
}
.sing-news .left-img, .sing-news .right-content {
	width: 50%;
}
.sing-news .right-content {
	background: #fff;
	padding: 22px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 60px;
}
.title-news {
	font-size: 18px;
	line-height: 20px;
	color: #020202;
	font-family: "Cormorant";
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
	justify-self: flex-end;
}
.sing-news .text-news {
	font-size: 14px;
	line-height: 19px;
	color: #707070;
	font-family: "Raleway";
	font-weight: 400;
	margin-bottom: 10px;
}
.sing-news .view-more {
	font-size: 13px;
	line-height: 22px;
	color: #675f53;
	font-family: "Montserrat";
	font-weight: 500;
	text-transform: uppercase;
	position: absolute;
	bottom: 30px;
}
.sing-news .view-more:after {
	content: '\2192';
	font-size: 13px;
	margin-left: 7px;
	color: #baae9b;
}
.list-news {
	margin-bottom: 50px;
}
.page-detail {
	font-size: 15px;
	line-height: 22px;
	color: #707070;
	font-family: "Raleway";
	font-weight: 400;
	margin: 20px auto 70px;
}

.page-detail-contact {
	margin-top:91px;
	margin-bottom: 4px;
	font-size: 17px;
	line-height: 19px;
	color: #757575;
	margin-left:100px;
}
.page-detail-contact-phone_cont{
	margin-top: 15px;
	margin-bottom: 24px;
	font-size: 17px;
	line-height: 19px;
	color: #757575;
	margin-left:100px;
}
.page-detail-contact-phone{
	margin-top: 15px;
	margin-bottom:51px;
	font-size: 17px;
	line-height: 19px;
	color: #757575;
	margin-left:100px;
}



.page-detail a:hover {
	text-decoration: underline;
}

.search-list {
	padding-left: 15px;
	margin-bottom: 40px;
}
.search-list li {
	margin-bottom: 15px;
	float: none !important;
	line-height: 18px;
	padding-left: 5px;
	font-weight: 600;
	border-bottom: 1px dashed #e7dccc;
	padding-bottom: 5px;
	font-family: Open Sans;
	color: #8c7859;
}
.search-list li:last-child {
	border-bottom: none;
}
.search-list .text-title {
	font-size: 15px;
	font-weight: 500;
	color: #656461;
	font-family: "Raleway";
}
.search-list li a:hover {
	text-decoration: underline;
}
.form_inputs {
	margin-bottom: 40px;
}
.cart_form_title {
	margin-top: 15px;
	margin-bottom: 4px;
	font-size: 13px;
	line-height: 19px;
	color: #757575;
}
.form_inputs .inputs {
	height: 40px;
	line-height: 40px;
	width: 100%;
	outline: none;
	border: 1px solid #f1ede5;
	padding: 0 10px;
}
.form_inputs span {
	font-size: 18px;
	font-style: normal;
	color: #b9313a;
}
.form_inputs textarea {
	width: 100%;
	outline: none;
	border: 1px solid #e0e4e7;
	margin-bottom: 12px;
	padding: 0 10px;
	min-width: 100%;
	max-width: 100%;
	min-height: 65px;
	max-height: 150px;
}
.btn-send-form {
	height: 50px;
	line-height: 50px;
	border: 1px solid #e7ddcd;
	width: 240px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.15s;
	background: #e7ddcd;
}
.btn-send-form:hover {
	background: #d6ccbc;
}
.map-frame {
	margin-top: 259px;
	margin-bottom: 50px;
}
.img-gallery img {
	width: 100%;
}
.img-gallery [class^="col-"] {
	margin-bottom: 24px !important;
}
.img-gallery > div {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.container {
	max-width: 1200px;
    width: calc(100% - 230px);
}
.right-content .main-menu {
	text-align: right;
}
.mobile-box {
	display: none;
}
#scroll_up.active {
	bottom: 70px;
}
#scroll_up {
    background: url(/images/elements/scroll.svg) no-repeat;
    /*box-shadow: 0 0 20px 0 rgba(255,255,255,.5);*/
    background-size: 100% 100%;
    bottom: -70px;
    cursor: pointer;
    height: 40px;
    opacity: .2;
    position: fixed;
    right: 40px;
    -webkit-background-size: 100% 100%;
    width: 40px;
    border-radius: 50%;
    z-index: 10;
    transition: bottom 0.3s;
}
@media (max-width: 1696px){
.bg-fon-inset-contact{
	padding-bottom: 42%;
}
							
				}
				
@media (max-width: 1365px) {
	
					#container_1{
							display: block;
							}
							#container_2{
									display:none;
							}
	.bg-fon-inset-contact{
	   padding-bottom: 50%;
    height: 636px;
}
	.container_xl {
		width: 100%;
	}
	.main-menu, .search-block {
		display: none;
	}
	.langs, .langs span, .langs a {
		right: 80px;
	}
	.button_mobile_wrapper {
		top: 12px;
	}
	
	#header {
		position: fixed;
		z-index: 19;
		width: 100%;
		background: #fff;
		height: 65px;
		box-shadow: 0 0 4px 0 rgba(0,0,0,.5);
		left: 0;
		top: 0;
	}
	#page {
		margin-top: 65px;
padding-top:0;
	}
	.pos-socials {
		position: fixed;
		top: 10px;
		left: 10px;
		height: auto;
		z-index: 20;
		width: max-content;
	}
	.pos-socials .ikonki-sot {
		flex-direction: row;
	}
	.pos-socials a {
		margin-right: 10px;
	}
	.logo-img {
		height: 40px;
	}
	.langs, .langs span, .langs a {
		height: 63px;
		line-height: 63px;
	}
	.langs:hover .more-langs {
		top: 63px;
	}
	.langs .more-langs a:first-child {
		height: 30px;
		line-height: 30px;
	}
	.langs .more-langs a:last-child {
		height: 30px;
		line-height: 30px;
	}
	.more-langs {
		height: 60px;
	}
	.mobile-box {
		position: fixed;
		left: -300px;
		top: 0;
		width: 300px;
		display: block;
		background: #e7dccc;
		height: 100%;
		overflow: auto;
		z-index: 59;
		transition: left 0.3s;
	}
	.mobile-box.active {
		left: 0;
	}
	.mobile-menu {
		margin: 0;
		padding: 0;
		background: #fff;
	}
	.mobile-menu li {
		display: block;
		margin-right: 0;
	}
	.mobile-menu li > span, .mobile-menu li > a {
		border-bottom: 1px solid #dedede;
		position: relative;
		display: flex;
	}
	.mobile-menu li span > a, .mobile-menu li > a {
		line-height: 18px;
		padding: 13px 0;
		display: block;
		font-size: 15px;
		padding-left: 10px;
		flex-grow: 1;
		color: #2c2c2c;
		font-family: "Raleway";
		font-weight: 500;
	}
	.mobile-menu li span i {
		min-width: 50px;
		position: relative;
	}
	.mobile-menu .sub-menu {
		display: none;
		padding: 0;
		background: #f6f6f6;
		color: #282828;
	}
	.mobile-menu li.parent > span i:after {
		content: '';
		display: block;
		height: 7px;
		width: 7px;
		transform: rotate(45deg);
		border: 1px solid #000;
		top: 18px;
		right: 15px;
		position: absolute;
		border-left: none;
		border-bottom: none;
		transition: transform 0.2s;
	}
	.mobile-menu li span.visible > i:after {
		transform: rotate(135deg);
	}
	.mobile-menu li:not(.parent) > span i, .mobile-menu > li:after {
		display: none;
	}
	#search-form-mob {
		width: 100%;
		margin: 0;
		height: 45px;
		border-bottom: 1px solid #8c7859;
		position: relative;
		background: #fff;
	}
	#search-form-mob input {
		width: 100% !important;
		padding-left: 10px;
		height: 45px;
		border: none;
		outline: none;
		margin: 0;
		padding-right: 33px;
		background: url(/images/elements/search.svg) calc(100% - 10px) center no-repeat;
	}
	#search-form-mob button {
		border: none;
		outline: none;
		cursor: pointer;
		background: none;
		z-index: 1;
		position: absolute;
		right: 0px;
		height: 100%;
		width: 33px;
	}
	.owl-carousel {
		max-width: calc(100% - 30px);
		margin: 0px auto;
	}
	.breadcrumbs {
		font-size: 11px;
		line-height: 15px;
		color: #675f53;
		font-family: "Montserrat";
		font-weight: 500;
		position: static;
		left: 0;
		height: auto;
		padding: 10px 0;
		transform: none;
		top: 235px;
		display: block;
		width: calc(100% - 20px);
		max-width: 1200px;
		margin: 0px auto;
	}
	
	.container {
		width: calc(100% - 20px);
		max-width: 1200px;
	}
}

@media (max-width:1199px){
	.container {
    	width: 100%;
	}
	.margin-p-text{
		margin: 40px auto 30px;
	}
	.lines-double{
		width: calc(100% - 30px);
	}
	
	.bg-place img{
		max-width:95%;
	}
	
}



@media (max-width: 959px) {
	
					#container_1{
							display: none;
							}
							#container_2{
									display:block;
							}
				
								.map-frame-contact iframe{
									height:301px;
						margin-bottom: 30px;
						}
	
	
	.text-slide {
		padding: 10px 15px;
	}
	.page-detail-contact {
		margin-top: 15px;
	}	
	.mod-info{
		margin-bottom: 30px !important;
	}
	.stext-info .inst-stext{
		margin: 30px auto 40px;
	}
	.bg-fon{
		margin-top: 30px !important;
	}
	.adv-self > div {
	    margin-bottom: 30px;
	}
	.title-block-adv{
		margin-bottom: 30px;
	}
	.text-slide h1, .text-slide h2 {
    	font-size: 34px;
	}
	.img-fatst{
	    display: flex;
	    flex-wrap: wrap;
	}
	.bg-fon{
		padding: 35px 0 0;
	}
	.name-menu {
	    font-size: 27px;
	    line-height: 30px;
	}
	.bg-fon-inset{
		padding-bottom: 66%;
	}
		
		.bg-fon-inset-contact{
		    padding-bottom: 70%;
    height: 605px;		
	}
	.sing-news .left-img{
		width:300px;
	}
	.sing-news .right-content {
	    width: calc(100% - 300px);
	}
	
	html, body{
		height:calc(100% - 30px) ;
	}
	#content{
		min-height: 100% ;
	}
	.title-text{
		margin-top: 30px;
	}
	.btns-links{
		margin-bottom: 10px;
	}
	
}

@media (max-width: 599px) {
	
							
								#container_1{
							display: none;
							}
							#container_2{
									display:block;
							}
		
		
		.pos-socials {
		display: none;
	}
	#header {
		height: 55px;
		padding: 5px 0;
	}
	.langs, .langs span, .langs a {
		height: 53px;
		line-height: 53px;
		width: 50px;
	}
	.langs {
		top: -5px;
	}
	.langs:hover .more-langs {
		top: 54px;
	}
	.more-langs {
		height: 54px;
	}
	#page {
		margin-top: 55px;
	}
	.langs .more-langs a:first-child, .langs .more-langs a:last-child {
		height: 27px;
		line-height: 27px;
	}
	.logo {
		margin-left: 10px;
	}
	.button_mobile_wrapper {
		top: 8px;
	}
	.mob-soc .ikonki-sot {
		flex-direction: row;
		align-items: flex-start;
		justify-content: flex-start;
		margin: 0;
		display: table;
		margin: 10px 0 0 10px;
	}
	.mob-soc .ikonki-sot a {
		margin-right: 10px;
	}

	.ikonki-sot a:before {
		opacity: 0 !important;
	}
	.ikonki-sot a:after {
		opacity: 1 !important;
	}
	.text-slide h1, .text-slide h2{
		font-size: 26px;
		line-height: 27px;
	}
	.btns-links .btn-ver1,
	.btns-links .btn-ver2{
		width:100%;
		margin-right:0!important;
		margin-bottom:10px;
	}
	.name-menu {
    	font-size: 19px;
    	line-height: 22px;
	}
	.view-menu {
	    font-size: 11px;
	    line-height: 16px;
	}
	.logo-img {
	    height: 31px;
	    margin-top: 6px;
	}
	.text-slide p {
	    font-size: 15px;
	    line-height: 17px;
	}
	.flx-text{
		font-size: 25px;
    	line-height: 30px;
	}
	.pagination{
		margin: 12px 0;
	}
	.title-page{
		margin-bottom: 15px;
	}
	.page-detail{
		margin-bottom:40px;
	}
	.bg-fon-inset{
		padding-bottom: 99%;
	}
	.bg-fon-inset-contact{
		padding-bottom: 491px;
		height: 558px;
	}
	
	.page-detail-contact{
		margin-bottom: 11px;
	}
	
	.page-detail,
	.page-detail *{
		margin-top:0;
	}
	.page-detail {
	    margin-bottom: 20px;
	}
	.sing-news{
		flex-direction: column;
	}
	.sing-news .left-img img{
		width:100%;
	}
	.sing-news .left-img {
	    width: 100%;
	}
	.sing-news .right-content{
	    border-bottom: 1px dotted #eae3dc;
	    padding: 22px 10px;
	    width:100%;
	}
	.map-frame-contact iframe{
		height:301px;
		margin-bottom: 30px;
	}
	
	.map-frame {
	    margin-top: 213px;
	    margin-bottom: 30px;
	}
	.product-list{
		margin-top: 40px;
	}
	.sing-news .view-more{
		position:static;
	}
}
@media (max-width: 360px) {
	.close-menu-btn {
		height: 27px;
		width: 27px;
		right: 10px;
		top: 10px;
	}
	.mobile-box {
		width: 280px;
	}
}
