@charset "UTF-8";
@font-face {
	font-family: "SFUIDisplay";
	src: url("../fonts/SFUIDisplay/SFUIDisplayLight.eot");
	src: url("../fonts/SFUIDisplay/SFUIDisplayLight.eot") format("embedded-opentype"), url("../fonts/SFUIDisplay/SFUIDisplayLight.woff") format("woff"), url("../fonts/SFUIDisplay/SFUIDisplayLight.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "SFUIDisplay";
	src: url("../fonts/SFUIDisplay/SFUIDisplayRegular.eot");
	src: url("../fonts/SFUIDisplay/SFUIDisplayRegular.eot") format("embedded-opentype"), url("../fonts/SFUIDisplay/SFUIDisplayRegular.woff") format("woff"), url("../fonts/SFUIDisplay/SFUIDisplayRegular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "SFUIDisplay";
	src: url("../fonts/SFUIDisplay/SFUIDisplaySemibold.eot");
	src: url("../fonts/SFUIDisplay/SFUIDisplaySemibold.eot") format("embedded-opentype"), url("../fonts/SFUIDisplay/SFUIDisplaySemibold.woff") format("woff"), url("../fonts/SFUIDisplay/SFUIDisplaySemibold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "SFUIDisplay";
	src: url("../fonts/SFUIDisplay/SFUIDisplayBold.eot");
	src: url("../fonts/SFUIDisplay/SFUIDisplayBold.eot") format("embedded-opentype"), url("../fonts/SFUIDisplay/SFUIDisplayBold.woff") format("woff"), url("../fonts/SFUIDisplay/SFUIDisplayBold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Adobe Caslon Pro';
	src: url("../fonts/CaslonPro/ACaslonPro-Regular.eot");
	src: local("Adobe Caslon Pro Regular"), local("ACaslonPro-Regular"), url("../fonts/CaslonPro/ACaslonPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CaslonPro/ACaslonPro-Regular.woff") format("woff"), url("../fonts/CaslonPro/ACaslonPro-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

/* Base */
img {
	max-width: 100%;
	height: auto;
}

img.fit-img {
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	font-family: 'object-fit: cover; object-position: center;';
}

a[data-toggle="modal"]:focus {
	outline: none;
}

strong {
	font-weight: 600;
}

.styled-btn {
	display: inline-block;
	white-space: nowrap;
	height: 40px;
	line-height: 38px;
	border-radius: 4px;
	padding: 0 19px;
	-ms-touch-action: manipulation;
	    touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	background-color: #3ead88;
	border: 1px solid #3ead88;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	max-width: 100%;
	outline: none;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.styled-btn:hover, .styled-btn:focus {
	color: #fff;
	text-decoration: none;
	outline: none;
}

.styled-btn:hover {
	background-color: #31876a;
}

.styled-btn-around {
	color: #3ead88;
	background-color: transparent;
}

.styled-btn-around:hover, .styled-btn-around:focus {
	color: #3ead88;
	text-decoration: none;
	outline: none;
}

.styled-btn-around:hover {
	background-color: #31876a;
	color: #fff;
}

.styled-btn-white {
	background-color: #bdb593;
	border-color: #bdb593;
}

.styled-btn-white:hover {
	background-color: #aa9f73;
}

.styled-btn-link {
	color: #3ead88;
	background-color: transparent;
	border-color: transparent;
}

.styled-btn-link:hover, .styled-btn-link:focus {
	color: #3ead88;
	background-color: transparent;
}

.styled-btn-link:hover {
	background-color: #f0faf7;
}

.styled-input, .styled-textarea {
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #C8CBCC;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.2;
	display: block;
	width: 100%;
	border-radius: 4px;
	margin-bottom: 10px;
}

.styled-input {
	height: 40px;
}

.styled-textarea {
	padding-top: 10px;
	padding-bottom: 10px;
	resize: vertical;
}

.styled-checkbox {
	display: none;
}

.styled-checkbox + label {
	position: relative;
	padding-left: 24px;
}

.styled-checkbox + label:before {
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 4px;
	border: 1px solid #C8CBCC;
	position: absolute;
	left: 0;
	top: 0.25em;
	cursor: pointer;
}

.styled-checkbox + label:after {
	content: "";
	position: absolute;
	left: 3px;
	top: calc(0.25em + 3px);
	width: 12px;
	height: 12px;
	background-color: #31876a;
	border-radius: 4px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	opacity: 0;
	visibility: hidden;
}

.styled-checkbox:checked + label:after {
	opacity: 1;
	visibility: visible;
}

ul.styled {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.styled li {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	position: relative;
}

ul.styled li:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 8px;
	background-color: #97885F;
	vertical-align: middle;
}

body {
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-overflow-style: scrollbar;
	padding-top: 140px;
}

.container-wide {
	padding-left: 30px;
	padding-right: 30px;
}

.container-wide:before, .container-wide:after {
	content: "";
	display: table;
	clear: both;
}

.container-small {
	max-width: 770px;
	margin: 0 auto;
}

.page-header {
	padding: 30px 0;
	margin: 0;
	border-bottom: none;
	background-color: #f5f6f7;
	display: block;
	-webkit-box-shadow: 0 1px 20px rgba(23, 23, 23, 0.2);
	        box-shadow: 0 1px 20px rgba(23, 23, 23, 0.2);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 500;
	-webkit-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	transition: padding 0.3s;
}

.page-header.scroll {
	padding: 5px 0;
}

.page-footer {
	display: block;
	padding: 60px 0;
	background-color: #161214;
	text-align: center;
}

.page-footer .logo {
	float: none;
	display: inline-block;
	margin: 0 0 25px;
}

.page-footer .copyright {
	color: #a2a0a1;
	font-size: 14px;
	line-height: 1.14;
	margin: 0;
	padding: 0;
}

.page-catalog.section {
	padding-bottom: 50px;
}

.page-catalog.section .section-title {
	margin-bottom: 70px;
}

.socials {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}

.socials li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}

.socials a {
	display: block;
	padding: 5px;
	max-width: 34px;
	opacity: 0.8;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.socials a:hover {
	opacity: 1;
}

.socials a.width-correct {
	max-width: 22px;
}

.logo {
	float: left;
	max-width: 107px;
	position: relative;
	z-index: 1000;
}

.logo a {
	display: block;
}

.logo img {
	display: block;
}

.menu {
	float: right;
	list-style: none;
	margin: 0;
	padding: 24px 0 0;
	max-width: calc(100% - 120px);
	position: relative;
	z-index: 1000;
}

.menu li {
	display: inline-block;
	padding: 0;
	margin: 0 10px;
}

.menu a {
	padding: 4px;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.14;
	color: #000;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.menu a.primary {
	color: #333;
}

.menu a:hover {
	text-decoration: none;
	color: #3ead88;
}

.search-btn {
	margin: 24px 100px 0 30px;
	opacity: 0.8;
	float: right;
	position: relative;
	z-index: 1000;
}

.search-btn:hover {
	opacity: 1;
}

.search-btn img {
	width: 15px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	opacity: 1;
}

.search-btn:after {
	content: "×";
	position: absolute;
	left: -5px;
	top: 0;
	font-size: 40px;
	line-height: 24px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	opacity: 0;
}

.search-btn.show-form img {
	opacity: 0;
}

.search-btn.show-form:after {
	opacity: 1;
}

.home-page {
	padding-top: 0;
}

.home-page .page-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 500;
}

.home-top {
	padding-top: 140px;
	background: url("../images/home-top.jpg") center bottom no-repeat;
	overflow: hidden;
	position: relative;
	margin-bottom: 45px;
}

.home-top .left {
	padding-top: 140px;
	max-width: 470px;
}

.home-top-img {
	position: absolute;
	left: calc(50% - 112px);
	top: 59%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.home-top .title {
	text-transform: uppercase;
	font-family: "Adobe Caslon Pro", serif;
	color: #272324;
	font-size: 3em;
	font-weight: 400;
	line-height: 1.08;
	padding: 0 0 30px;
}

.home-top .text {
	color: #464244;
	font-size: 1.375em;
	font-weight: 300;
	margin: 0 0 30px;
	max-width: 455px;
}

.home-top-slider *:focus {
	outline: none;
}

.home-top-slider .item {
	position: relative;

	/*min-height: 600px;*/
}

.home-top-slider .slick-dots {
	position: absolute;
	bottom: 15%;
	left: 15px;
	text-align: center;
	z-index: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}

.home-top-slider .slick-dots button {
	display: none;
}

.home-top-slider .slick-dots li {
	display: inline-block;
	margin: 0 3px;
	border: 1px solid #fff;
	vertical-align: top;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.home-top-slider .slick-dots li.slick-active {
	background-color: #fff;
}

.section {
	display: block;
	padding: 90px 0;
}

.section.has-breadcrumbs {
	padding-top: 37px;
}

.section-title {
	font-family: "SFUIDisplay",sans-serif;
	text-align: center;
	color: #939393;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.08;
	padding: 0;
	margin: 0 0 35px;
}

.section-title.left {
	text-align: left;
}

.section-catalog {
	padding-top: 45px;
}

.section-catalog .section-title {
	margin-bottom: 70px;
}

.section-advantages {
	background: -webkit-gradient(linear, left top, right top, from(#161214), to(#272324));
	background: -o-linear-gradient(left, #161214, #272324);
	background: linear-gradient(to right, #161214, #272324);
}

.section-advantages .section-title {
	font-size: 36px;
	color: #fff;
}

.section-advantages .styled-btn {
	margin-top: 30px;
}

.section-benefit {
	background: url("../images/benefit-bg.jpg") center bottom/cover no-repeat;
}

.section-benefit .section-title {
	margin-bottom: 65px;
}

.section-about {
	text-align: center;
	background-color: #faf6f0;
}

.section-about .section-title {
	margin-bottom: 60px;
}

.section-about .styled-btn {
	margin-top: 45px;
}

.section-partners {
	background: url("../images/partner-bg.jpg") center/cover no-repeat;
	text-align: center;
}

.section-partners .section-title {
	color: #fff;
}

.section-similar {
	padding-top: 0;
}

.section-similar .section-title {
	margin: 0 0 70px;
}

.section-half-padding {
	padding: 49px 0;
}

.catalog-carousel .slick-track,
.catalog-carousel .slick-list {
	-webkit-backface-visibility: hidden;
}

.catalog-carousel *:focus {
	outline: none;
}

.catalog-carousel .slick-dots {
	list-style: none;
	margin: 40px 0 0;
	padding: 0;
	text-align: center;
}

.catalog-carousel .slick-dots li {
	margin: 0;
	display: inline-block;
	padding: 5px;
	z-index: 1;
	cursor: pointer;
}

.catalog-carousel .slick-dots li:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #94989b;
	border-radius: 50%;
	-webkit-transform: scale(0.6);
	    -ms-transform: scale(0.6);
	        transform: scale(0.6);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.catalog-carousel .slick-dots li.slick-active:before {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	background-color: #3ead88;
}

.catalog-carousel .slick-dots button {
	display: none;
}

.catalog-carousel .item {
	padding: 0 15px;
}

.catalog-item {
	text-align: center;
}

.catalog-item .title {
	font-size: 18px;
	line-height: 1.4;
	color: #97885F;
	padding: 0;
	margin: 0 0 10px;
	font-weight: 600;
}

.catalog-item .title a {
	color: #97885F;
	text-decoration: none;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.catalog-item .title a:hover, .catalog-item .title a:focus {
	text-decoration: none;
}

.catalog-item .title a:hover {
	color: #786c4b;
}

.catalog-item .img {
	position: relative;
	height: 300px;
	margin: 0 0 20px;
	display: block;
}

.catalog-item .img img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
}

.catalog-item .desc {
	color: #939393;
	font-size: 16px;
	margin: 0 0 20px;
}

.catalog-list .col-xs-6 {
	margin-bottom: 40px;
}

.catalog-list{
    clear:both;
}

.catalog-menu {
	list-style: none;
	margin: 0 0 30px;
	padding: 20px 30px;
	background-color: #FAF6F0;
}

.catalog-menu li {
	margin: 0 0 12px;
	padding: 0;
}

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

.catalog-menu a {
	font-size: 18px;
	color: #464244;
	text-decoration: none;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	display: block;
	font-weight: 600;
}

.catalog-menu a:hover, .catalog-menu a:focus {
	color: #464244;
	text-decoration: none;
}

.catalog-menu a:hover, .catalog-menu a.active {
	color: #97885F;
}

.catalog-menu a.has-sub {
	padding-right: 22px;
	position: relative;
}

.catalog-menu a.has-sub:after {
	content: "";
	position: absolute;
	right: 5px;
	top: 10px;
	width: 10px;
	height: 10px;
	border: 2px solid currentColor;
	color: inherit;
	border-top: none;
	border-left: none;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	-o-transition: transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}

.catalog-menu a.has-sub.open:after {
	top: 12px;
	-webkit-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	        transform: rotate(135deg);
}

.catalog-menu a.has-sub + ul {
	display: none;
}

.catalog-menu ul {
	list-style: none;
	margin: 10px 0;
	padding: 0 0 0 10px;
}

.catalog-menu ul li {
	margin-bottom: 6px;
}

.catalog-menu ul a {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3;
}

.advantages-list .img {
	height: 130px;
	margin-top: 70px;
}

.advantages-list .img img {
	display: inline-block;
	vertical-align: top;
	max-width: 64px;
}

.advantages-list .img img.other-width {
	width: 61px;
}

.advantages-list .col-sm-6 {
	padding-left: 10px;
	padding-right: 10px;
}

.advantages-list .desc {
	color: #a5a3a3;
}

.advantages-subtitle {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	max-width: 735px;
	margin: 60px auto 0;
}

.benefit-subtitle {
	color: #939393;
	font-size: 22px;
	font-weight: 300;
	max-width: 735px;
	margin: 0 auto 55px;
	text-align: center;
}

.benefit-list .col-sm-4 {
	margin-bottom: 50px;
	position: relative;
}

.benefit-list .number {
	position: absolute;
	left: 15px;
	top: 0;
	max-width: 35px;
}

.benefit-list .desc {
	margin-left: 40px;
	color: #939393;
}

.about-subtitle {
	color: #97885f;
	font-size: 22px;
	margin: 0 0 45px;
	font-weight: 300;
}

.about-text {
	color: #939393;
	max-width: 760px;
	margin: 0 auto;
}

.about-text p {
	margin: 0;
	padding: 0;
}

.partners-subtitle {
	max-width: 570px;
	margin: 0 auto 40px;
	color: #fff;
}

.breadcrumbs {
	list-style: none;
	padding: 0;
	font-size: 16px;
	line-height: 1.75;
	color: #c7c7c7;
	margin: 0 0 25px;
}

.breadcrumbs a {
	color: #c7c7c7;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.breadcrumbs a:hover {
	text-decoration: none;
	color: #000;
}

.breadcrumbs li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.breadcrumbs li:after {
	content: "/";
	display: inline-block;
	margin-left: 4px;
}

.breadcrumbs li:last-child:after {
	display: none;
}

.similar-divider {
	height: 1px;
	background-color: #c1c1c1;
	margin: 70px 0;
}

.similar-carousel .slick-track,
.similar-carousel .slick-list {
	-webkit-backface-visibility: hidden;
}

.similar-carousel *:focus {
	outline: none;
}

.similar-carousel .slick-dots {
	display: none;
	list-style: none;
	margin: 40px 0 0;
	padding: 0;
	text-align: center;
}

.similar-carousel .slick-dots li {
	margin: 0;
	display: inline-block;
	padding: 5px;
	z-index: 1;
	cursor: pointer;
}

.similar-carousel .slick-dots li:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #94989b;
	border-radius: 50%;
	-webkit-transform: scale(0.6);
	    -ms-transform: scale(0.6);
	        transform: scale(0.6);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.similar-carousel .slick-dots li.slick-active:before {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	background-color: #3ead88;
}

.similar-carousel .slick-dots button {
	display: none;
}

.similar-carousel .item {
	padding: 0 15px;
}

.similar-carousel .img {
	height: 210px;
}

.similar-carousel .desc {
	font-size: 14px;
}

.similar-carousel .title {
	font-size: 16px;
}

.item-img {
	float: left;
	width: 36%;
	margin-top: -10px;
}

.item-img .item {
	height: 435px;
	position: relative;
}

.item-img .item img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
}

.item-img .slick-list *:focus {
	outline: none;
}

.item-img .slick-dots {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.item-img .slick-dots li {
	width: 68px;
	vertical-align: top;
	display: inline-block;
	margin: 0 5px 5px;
	cursor: pointer;
}

.item-title {
	float: right;
	width: 64%;
	text-align: left;
	margin-bottom: 20px;
}

.item-desc {
	float: right;
	width: 64%;
}

.item-desc-option {
	list-style: none;
	margin: 0 0 23px;
	padding: 0;
}

.item-desc-option li {
	color: #000;
	margin:13px 0 0 0;
}

.item-desc-option li .name {
	color: #939393;
}

.item-desc-text {
	margin: 0 0 23px;
}

.item-desc-text .name {
	color: #939393;
}

.item-desc-action .price {
	display: inline-block;
	color: #adadad;
	margin-right: 70px;
}

.item-desc-action .price span {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	display: inline-block;
	margin-left: 20px;
}

.item-amount {
	margin: 0 0 23px;
}

.item-amount-radio {
	display: inline-block;
	margin-right: 5px;
}

.item-amount-radio input[type='radio'] {
	display: none;
}

.item-amount-radio label {
	background-color: transparent;
	cursor: pointer;
	height: 34px;
	line-height: 33px;
	border: 1px solid #d8d8d8;
	padding: 0 18px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	font-weight: normal;
	margin: 0;
}

.item-amount-radio input[type='radio']:checked + label {
	background-color: #ededed;
}

.mobile-menu-btn {
	display: none;
}

.promo-list::after {
	content: "";
	display: table;
	clear: both;
}

.promo-list .item {
	float: left;
	width: 33.33333333333333333%;
}

.promo-list .img {
	max-height: 499px;
	overflow: hidden;
	display: block;
	margin-bottom: 25px;
}

.promo-list .img img {
	width: 100%;
}

.promo-list .title {
	color: #000000;
	font-family: "Adobe Caslon Pro", serif;
	font-size: 30px;
	line-height: 1.333;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	text-align: center;
	padding: 0 15px;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.promo-list .title a {
	color: #000000;
	text-decoration: none;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.promo-list .title a:hover {
	text-decoration: none;
	color: #3ead88;
}

.promo-list .desc {
	color: #939393;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.44;
	padding: 0 15px;
	text-align: center;
}

.instagram-link {
	text-align: center;
	color: #0a89e5;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.1;
	margin-bottom: 65px;
}

.instagram-link a {
	color: #0a89e5;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.instagram-link a:focus {
	text-decoration: none;
}

.instagram-link a:hover {
	text-decoration: none;
	color: #3ead88;
}

.instagram-list {
	margin: 0 -10px;
}

.instagram-list::after {
	content: "";
	display: table;
	clear: both;
}

.instagram-list .item {
	float: left;
	width: calc(20% - 20px);
	margin: 0 10px 20px;
}

.instagram-list .item img {
	width: 100%;
	height: 215px;
}

.news-item {
	margin-bottom: 40px;
}

.news-item .img {
	display: block;
	height: 240px;
	margin-bottom: 18px;
}

.news-item .img img {
	width: 100%;
	height: 100%;
}

.news-item .title {
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 12px;
	line-height: 1.4;
}

.news-item .title a {
	color: #97885F;
	text-decoration: none;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.news-item .title a:hover, .news-item .title a:focus {
	text-decoration: none;
}

.news-item .title a:hover {
	color: #786c4b;
}

.news-item .desc {
	color: #161214;
	font-size: 15px;
}

.faq-item {
	margin-bottom: 10px;
	border: 1px solid #E3E5E6;
	border-radius: 4px;
}

.faq-item .title {
	padding: 18px 50px 18px 30px;
	cursor: pointer;
	font-weight: 600;
	font-size: 18px;
	color: #161214;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	position: relative;
}

.faq-item .title:hover {
	background: #fafafa;
}

.faq-item .title:before{
	content: "∨";
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	position: absolute;
	color:#C8CBCC;
}

.faq-item .title:before {
	right: 20px;
	top: 17px;
}
.faq-item .title.active:before {
    content: "∧";
}
/*.faq-item .title:after {
	right: 27px;
	top: 25px;
	width: 2px;
	height: 16px;
	opacity: 1;
	visibility: visible;
}

.faq-item .title.active:after {
	opacity: 0;
	visibility: hidden;
}
*/
.faq-item .desc {
	padding: 18px 30px;
	border-top: 1px solid #E3E5E6;
	color: #464244;
	display: none;
}

.faq-item .desc p {
	margin: 0 0 12px;
	padding: 0;
}

.faq-item .desc p:last-child {
	margin-bottom: 0;
}

.partnership-text p {
	margin-bottom: 35px;
}

.partnership-text ul {
	margin-bottom: 35px;
}

.partnership-form {
	max-width: 570px;
	margin: 0 auto;
	margin-bottom: 30px;
	display: block;
}
.partnership-form button{
    height:32px;
    font-size:13px;
    padding:0 5px;
    line-height: 32px;
}
.partnership-form label {
	line-height: 1.2;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 20px;
	padding-top: 5px;
	margin-top: 8px;
}

.about-article {
	margin-bottom: 60px;
}

.about-article p {
	padding: 0;
	margin: 0 0 30px;
}

.about-article img {
	display: block;
	width: 100%;
	margin-bottom: 35px;
}

.about-article .intro {
	font-size: 1.375em;
	font-weight: 300;
}

.about-article .text-onbg {
	text-align: center;
	padding: 60px 20px;
	background: url("../images/about-bg.jpg") no-repeat center/cover;
	color: #fff;
	margin-bottom: 30px;
}

.about-article .text-onbg p {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.about-article .text-onbg p:last-child {
	margin-bottom: 0;
}

.contacts-block {
	margin: 0 0 30px;
}

.contacts-block .title {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	color: #97885F;
	margin-bottom: 2px;
}

.contacts-block a {
	color: #161214;
}

.map-wrapper {
	margin-bottom: 30px;
}

#contactsMap {
	display: block;
	width: 100%;
	height: 290px;
}

.places-list {
	list-style: none;
	margin: 0 0 30px;
	padding: 30px 30px;
	border: 1px solid #E3E5E6;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 600;
}

.places-list li {
	padding: 0;
	margin: 0 0 20px;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.places-list li:hover {
	color: #97885F;
}

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

#placesMap {
	display: block;
	width: 100%;
	height: 365px;
}

.search-form {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
	position: absolute;
	z-index: 500;
	left: 0;
	top: 60px;
	width: 100%;
	overflow: auto;
	padding: 100px 30px 20px;
	float: none;
	max-width: none;
	text-align: center;
	background-color: #f5f6f7;
	-webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
	-o-transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform-origin: right top;
	    -ms-transform-origin: right top;
	        transform-origin: right top;
}

.search-form.show-form {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

@media (max-width: 1199px) {
	.home-top-img {
		width: 50%;
		left: 50%;
	}
}

@media (min-width: 992px) {
	.news-list .news-item:nth-child(3n + 1) {
		clear: both;
	}
}

@media (max-width: 991px) {
	.page-header {
		padding: 10px 0;
	}
	.menu {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: scale(0.8);
		    -ms-transform: scale(0.8);
		        transform: scale(0.8);
		position: absolute;
		z-index: 500;
		left: 0;
		top: 60px;
		width: 100%;
		height: calc(100vh - 60px);
		overflow: auto;
		padding: 100px 30px 20px;
		float: none;
		max-width: none;
		text-align: center;
		background-color: #f5f6f7;
		-webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
		transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
		-o-transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
		transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
		transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
	}
	.menu li {
		display: block;
		margin: 0 0 10px;
	}
	.menu a {
		font-size: 20px;
		padding: 10px;
	}
	.item-desc-action .price {
		display: block;
	}
	.catalog-item .img {
		margin-bottom: 0;
	}
	.section {
		padding: 50px 0;
	}
	.home-top {
		padding-top: 100px;
		min-height: 580px;
	}
	.home-top-img {
		width: 50%;
		left: 50%;
	}
	.home-top .left {
		width: 50%;
		padding-top: 90px;
	}
	.advantages-list .img {
		height: 95px;
	}
	.search-btn {
		display: block;
		margin-top: 20px;
		margin-right: 0;
		padding: 5px;
	}
	.search-btn img {
		width: 25px;
	}
	.mobile-menu-btn {
		position: relative;
		z-index: 1000;
		display: block;
		float: right;
		margin-left: 20px;
		margin-top: 23px;
		padding: 5px;
	}
	.mobile-menu-btn i {
		position: relative;
		margin-top: 10px;
		margin-bottom: 10px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.mobile-menu-btn i, .mobile-menu-btn i::before, .mobile-menu-btn i::after {
		display: block;
		width: 25px;
		height: 3px;
		background-color: #000;
		-webkit-transition-property: background-color, -webkit-transform;
		-o-transition-property: background-color, -o-transform;
		transition-property: background-color, -webkit-transform;
		-o-transition-property: background-color, transform;
		transition-property: background-color, transform;
		transition-property: background-color, transform, -webkit-transform;
		-webkit-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}
	.mobile-menu-btn i::before, .mobile-menu-btn i::after {
		position: absolute;
		content: "";
	}
	.mobile-menu-btn i::before {
		top: -10px;
	}
	.mobile-menu-btn i::after {
		top: 10px;
	}
	body.open-mobile-menu .mobile-menu-btn i {
		background-color: transparent;
	}
	body.open-mobile-menu .mobile-menu-btn i::before, body.open-mobile-menu .mobile-menu-btn i::after {
		background-color: #3ead88;
	}
	body.open-mobile-menu .mobile-menu-btn i::before {
		-webkit-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	body.open-mobile-menu .mobile-menu-btn i::after {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		-ms-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
	}
	body.open-mobile-menu .menu {
		opacity: 1;
		visibility: visible;
		-webkit-transform: scale(1);
		    -ms-transform: scale(1);
		        transform: scale(1);
	}
	.promo-list .img {
		margin-bottom: 10px;
	}
	.promo-list .title {
		font-size: 20px;
	}
	.home-top-slider .slick-dots {
		bottom: 10%;
	}
	body {
		padding-top: 100px;
	}
	.news-list .news-item:nth-child(2n + 1) {
		clear: both;
	}
	.search-btn:after {
		font-size: 70px;
		left: -3px;
		top: 3px;
	}
}

@media (min-width: 768px) {
	.catalog-list .col-xs-6:nth-child(3n + 1) {
		clear: both;
	}
	.instagram-list .item:nth-child(5n + 1) {
		clear: both;
	}
}

@media (max-width: 767px) {
	.catalog-list .col-xs-6:nth-child(2n + 1),
	.advantages-list .col-xs-6:nth-child(2n + 1) {
		clear: both;
	}
	.item-img .item {
		height: 330px;
	}
	.section-similar .section-title {
		margin: 0 0 30px;
	}
	.similar-divider {
		margin: 30px 0;
	}
	.instagram-link {
		margin-bottom: 35px;
	}
	.instagram-list .item {
		width: 50%;
		margin: 0;
	}
	.instagram-list .item:nth-child(2n + 1) {
		clear: both;
	}
	.instagram-list .item:nth-last-child(1):nth-child(odd) {
		display: none;
	}
}

@media (min-width: 551px) {
	.search-form .styled-input {
		float: left;
		width: calc(100% - 120px);
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
		border-right: none;
	}
	.search-form .styled-btn {
		float: left;
		width: 120px;
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
	}
}

@media (max-width: 550px) {
	.home-top-slider .item{
        min-height:auto;
    }
    .home-top{
        min-height:auto;
    }
	.container-wide {
		padding-left: 15px;
		padding-right: 15px;
	}
	.home-top .left {
		width: auto;
		padding-top: 40px;
	}
	.home-top .title {
		font-size: 34px;
		text-align: center;
	}
	.home-top .buttons {
		text-align: center;
	}
	.home-top .text {
		font-size: 19px;
	}
	.home-top-img {
		position: relative;
		top: auto;
		left: auto;
		width: 270px;
		max-width: 100%;
		-webkit-transform: translate(0, 0);
		    -ms-transform: translate(0, 0);
		        transform: translate(0, 0);
		margin: 30px auto;
		display: block;
	}
	.section-title {
		font-size: 34px;
		margin-bottom: 20px;
	}
	.section {
		padding: 35px 0;
	}
	.section-catalog .section-title {
		margin-bottom: 20px;
	}
	.catalog-item .img {
		height: 225px;
	}
	.catalog-carousel .item {
		padding: 0 5px;
	}
	.catalog-item .desc {
		font-size: 12px;
	}
	.section-advantages .section-title {
		font-size: 22px;
	}
	.advantages-list .col-xs-6 {
		float: none;
		width: 100%;
		text-align: center;
	}
	.advantages-list .col-xs-6 .img {
		margin-top: 35px;
	}
	.advantages-subtitle {
		font-size: 18px;
	}
	.benefit-subtitle,
	.about-subtitle {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.section-benefit .section-title {
		margin-bottom: 40px;
	}
	.benefit-list .col-sm-4 {
		margin-bottom: 25px;
	}
	.section-about .section-title {
		margin-bottom: 40px;
	}
	.section-about .styled-btn {
		margin-top: 25px;
	}
	.partners-subtitle {
		margin-bottom: 25px;
	}
	.page-footer {
		padding: 35px 0;
	}
	.page-catalog.section .section-title {
		margin-bottom: 20px;
	}
	.catalog-list .col-xs-6 {
		padding-left: 5px;
		padding-right: 5px;
	}
	.page-catalog.section {
		padding-top: 60px;
		padding-bottom: 10px;
	}
	.section.has-breadcrumbs {
		padding-top: 15px;
	}
	.section-title {
		float: none;
		width: auto;
		text-align: center;
	}
	.item-img {
		float: none;
		width: 300px;
		max-width: 100%;
		margin: 0 auto 30px;
	}
	.item-desc {
		float: none;
		width: auto;
	}
	.item-desc-text {
		margin-bottom: 20px;
	}
	.item-desc-action {
		text-align: center;
	}
	.item-desc-action .price {
		text-align: left;
		margin-bottom: 30px;
	}
	.similar-carousel .item {
		padding: 0 5px;
	}
	.promo-list .item {
		float: none;
		width: auto;
		margin-bottom: 40px;
		text-align: center;
	}
	.promo-list .item .img {
		max-width: 260px;
		display: inline-block;
	}
	.promo-list .item:last-child {
		margin-bottom: 0;
	}
	.home-top-slider .slick-dots {
		bottom: 4%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
	.catalog-item .title {
		font-size: 14px;
	}
	.partnership-title-smaller-for-mobile {
		font-size: 30px;
	}
	.faq-item .title {
		font-size: 13px;
		padding-left: 15px;
	}
	.faq-item .title:before {
		top: 28px;
	}
	.faq-item .title:after {
		top: 21px;
	}
	.faq-item .desc {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 13px;
	}
	.about-article {
		font-size: 14px;
	}
}
.footer__welon a {
    display: inline-block;
    position: relative;
    line-height: 14px;
    padding-left: 20px;
    color: #b3bac7;
    font-size: 12px;
    text-decoration: none;
}
.footer__welon a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 10px;
    margin-top: -5px;
    background: url(../images/welon.svg) no-repeat center;
    background-size: contain;
    opacity: .5;
}
