/*
Theme Name: Snyatyn
Theme URI: https://wordpress.org/
Description: Тема для Wordpress
Author: Divster
Author URI: http://divster.name/
Version: 100.0
*/
@font-face {
	font-family: 'Roboto';
	src: local('Roboto'), local('Roboto-Regular'),
		url('fonts/Roboto-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('Roboto-Medium.eot');
	src: local('Roboto Medium'), local('Roboto-Medium'),
		url('fonts/Roboto-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: local('Roboto Bold'), local('Roboto-Bold'),
		url('fonts/Roboto-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Academy';
	src: local('Academy'), local('AcademySerif'),
		url('fonts/Academy.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
	list-style-type: none;
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */
*{
	box-sizing: border-box;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #000;
	height: 100%;
}
body.not-scroll{
	overflow-y: hidden;
}
textarea,input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=number]{
	font-family: 'Roboto', sans-serif;
	border: 1px solid #666;
	background: #fff;
	color: #000;
	outline: none;
}
input[type=submit], button{
	margin: 0;
	-webkit-appearance: none;
	font-family: 'Roboto', sans-serif;
	outline: none;
	cursor: pointer;
}
button::-moz-focus-inner{
	border: 0;
}
.inner {
	min-width: 280px;
	max-width: 1148px;
	margin: 0 auto;
}
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}
a {
	color: #000;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
.slick-slide{
	outline: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
:invalid {
	box-shadow: none;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
.site-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	position: relative;
}
.site-container{
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

/* Header
-----------------------------------------------------------------------------*/
.site-header{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1;
}
.site-header__container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 22px 11px 25px;
	position: relative;
}
.site-header__container:before{
	content: '';
	display: block;
	height: 7px;
	background: url(images/decor-1.png) repeat-x center / auto 100%;
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
}
.site-header__left{
	display: flex;
	align-items: center;
}
.header-logo{
	width: 233px;
	margin: 0 63px -11px 0;
}

.header-nav > ul{
	display: flex;
}
.header-nav > ul > li{
	margin-right: 47px;
}
.header-nav > ul > li > a{
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
}
.header-nav > ul > li > a:hover{
	color: #dc0a29;
}
.site-header__right{
	display: flex;
	align-items: center;
}
.header-search{
	position: relative;
}
.header-search__icon{
	cursor: pointer;
}
.header-search__form{
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
	padding: 10px;
	position: absolute;
	top: 35px;
	right: 0;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	transform: translateY(10px);
	transition: all 0.2s;
}
.header-search__form.opened{
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}
.header-search__form form{
	display: flex;
	align-items: center;
}
.header-search__form input{
	width: 300px;
	height: 25px;
	padding: 0;
	border: none;
	font-size: 14px;
}
.header-search__form button{
	width: 25px;
	height: 25px;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}
.header-search__form button:hover svg{
	fill: #dc0a29;
}
.header-search__close{
	display: none;
}
.header-lang{
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	margin-left: 18px;
	position: relative;
}
.header-lang__list{
	position: absolute;
	width: 40px;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
	padding: 5px;
	position: absolute;
	top: 24px;
	left: -9px;
	text-align: center;
	opacity: 0;
	transform: translateY(10px);
	transition: all 0.2s;
}
.header-lang:hover .header-lang__list{
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}
.header-lang__list::before{
	content: '';
	display: block;
	height: 30px;
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
}
.header-lang__list a{
	text-decoration: none;
}
.header-lang__list a:hover{
	color: #dc0a29;
}
.touch-menu{
	display: none;
}
/* Common
-----------------------------------------------------------------------------*/
.section-title{
	font-weight: bold;
	font-size: 30px;
	line-height: 34px;
	text-transform: uppercase;
	margin-bottom: 33px;
}
.slick-dots{
	display: flex;
	justify-content: center;
	padding-top: 13px;
}
.slick-dots li{
	margin: 0 3px;
}
.slick-dots button{
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0;
	border: none;
	background: #000;
	font-size: 0;
	border-radius: 10px;
}
.slick-dots li.slick-active button{
	width: 47px;
	background: #dc0a29;
	cursor: default;
}
.slick-arrow{
	width: 40px;
	height: 1px;
	background: #000;
	position: absolute;
	top: calc(50% + 16px);
	cursor: pointer;
	z-index: 1;
}
.slick-arrow.slick-prev{
	left: -54px;
}
.slick-arrow.slick-next{
	right: -54px;
}
.button{
	display: inline-block;
	min-width: 180px;
	padding: 18px 36px;
	border: 2px solid;
	background: none;
	border-radius: 30px;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
.button_black{
	border-color: #000;
	color: #000;
}
.button_black:hover{
	background: #000;
	color: #fff;
}
.button_white{
	border-color: #fff;
	color: #fff;
}
.button_white:hover{
	background: #fff;
	color: #000;
}
.page-content{
	padding: 139px 0 0;
}
.page-content__content{
	padding-bottom: 30px;
}
.breadcrumbs{
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	line-height: 18px;
	color: #8e8e8e;
	margin-bottom: 11px;
}
.breadcrumbs li:not(:last-child):after{
	content: '›';
	display: inline-block;
	margin: 0 4px;
}
.breadcrumbs a{
	color: #8e8e8e;
	text-decoration: none;
}
.breadcrumbs a:hover{
	color: #000;
}
.page-title{
	font-weight: bold;
	font-size: 30px;
	line-height: 34px;
	text-transform: uppercase;
	margin-bottom: 26px;
}
.page-head{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 26px;
}
.page-head .page-title{
	margin: 0 30px 0 0;
}
.page-head__code{
	font-size: 16px;
	line-height: 22px;
}
.form-select{
	position: relative;
	margin-bottom: 16px;
}
.form-select:before{
	content: '';
	display: block;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000;
	position: absolute;
	top: 27px;
	right: 21px;
	pointer-events: none;
	z-index: 1;
}
.form-select select{
	width: 100%;
	height: 54px;
	padding: 0 40px 0 22px;
	border: 1px solid #e0e0e0;
	background: #fff;
	font-size: 14px;
	color: #4c4c4c;
	margin: 0;
	-webkit-appearance: none;
}
.form-input{
	margin-bottom: 17px;
}
.form-input__label{
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 3px 19px;
}
.form-input input{
	width: 100%;
	height: 54px;
	padding: 0 22px;
	border: 1px solid #e0e0e0;
	background: #fff;
	font-size: 16px;
	color: #4c4c4c;
}
.form-input input:focus{
	border-color: #fff;
	box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.07);
}
.form-input textarea{
	width: 100%;
	height: 106px;
	padding: 18px 22px;
	border: 1px solid #e0e0e0;
	background: #fff;
	font-size: 16px;
	color: #4c4c4c;
	resize: none;
}
.form-btn{
	padding-top: 10px;
}
.contacts-map{
	overflow: hidden;
	height: 480px;
}
.pagination{
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	padding: 55px 0 0;
}
.pagination a,
.pagination span{
	display: block;
	margin: 0 16px;
	text-decoration: none;
}
.pagination a:hover,
.pagination span{
	color: #959595;
}
.wpcf7-not-valid-tip{
	display: none !important;
}
.wpcf7-not-valid{
	border-color: #dc3232 !important;
}
.post-body{
	font-size: 16px;
	line-height: 24px;
}
.post-body p{
	margin-bottom: 24px;
}
.post-body h2{
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0 0 8px;
}
.post-body h3{
	font-weight: bold;
}
.post-body ul{
	list-style: disc outside;
	margin: 0 0 24px 18px;
}
.post-body ol{
	list-style: decimal outside;
	margin: 0 0 24px 18px;
}

/* Homepage
-----------------------------------------------------------------------------*/
.section-slider{
	padding: 108px 0 27px;
	background: #efefef;
}
.section-slider__slide{
	display: none;
}
.section-slider__slide:first-child{
	display: block;
}
.section-slider__content{
	min-height: 627px;
	display: flex;
	align-items: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 3px 0;
	padding: 40px 20px 123px;
	position: relative;
}
.section-slider__content:after{
	content: '';
	display: block;
	height: 47px;
	background: url(images/decor-2.png) repeat-x center / auto 100%;
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
}
.section-slider__text{
	width: 470px;
	max-width: 100%;
	font-family: 'Academy';
	font-size: 45px;
	line-height: 54px;
	color: #fff;
	text-align: center;
	position: relative;
/*	text-shadow: 
		-0   -2px 1px #535353,
		 0   -2px 1px #535353,
		-0    2px 1px #535353,
		 0    2px 1px #535353,
		-2px -0   1px #535353,
		 2px -0   1px #535353,
		-2px  0   1px #535353,
		 2px  0   1px #535353,
		-1px -2px 1px #535353,
		 1px -2px 1px #535353,
		-1px  2px 1px #535353,
		 1px  2px 1px #535353,
		-2px -1px 1px #535353,
		 2px -1px 1px #535353,
		-2px  1px 1px #535353,
		 2px  1px 1px #535353,
		-2px -2px 1px #535353,
		 2px -2px 1px #535353,
		-2px  2px 1px #535353,
		 2px  2px 1px #535353,
		-2px -2px 1px #535353,
		 2px -2px 1px #535353,
		-2px  2px 1px #535353,
		 2px  2px 1px #535353;*/
}
.section-products{
	padding: 50px 0;
}
.section-products__container{
	display: flex;
}
.section-products__item{
	width: 16.15%;
	height: 574px;
	padding: 34px 13.5% 34px 1%;
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-color: #000;
	text-decoration: none;
	flex-shrink: 0;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	transition: all 0.3s;
	flex-grow: 1;
	position: relative;
}
.section-products__item:before{
	content: '';
	display: block;
	background: #000;
	opacity: 0.55;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.section-products__item:not(:first-child){
	border-left: 2px solid #fff;
}
.section-products__text{
	width: 574px;
	font-weight: 500;
	font-size: 30px;
	line-height: 34px;
	text-transform: uppercase;
	text-align: right;
	white-space: nowrap;
	color: #fff;
	transform: rotate(-90deg);
	transform-origin: right top;
	transition: all 0.3s;
	position: relative;
}
.section-products__item.active{
	width: 67.7%;
	padding: 34px 65px;
}
.section-products__item.active .section-products__text{
	transform: rotate(0deg);
	margin: 0;
}
.section-products__btn{
	padding-top: 33px;
	text-align: center;
}
.section-management{
	padding: 73px 0 1px;
	margin-bottom: 462px;
	background: #006a36 url(images/managment-bg.png) no-repeat center bottom / 100% auto;
	color: #fff;
}
.section-management .section-title{
	text-align: center;
}
.section-management__container{
	display: flex;
	flex-wrap: wrap;
	padding: 7px 0 0;
	margin: 0 -20px 55px;
}
.section-management__col{
	width: 25%;
	padding: 33px 20px 30px;
}
.section-management__item{
	width: 200px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}
.section-management__icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 76px;
	height: 76px;
	margin: 0 auto 39px;
}
.section-management__icon img{
	display: block;
	width: auto;
	height: auto;
	max-width: 76px;
	max-height: 76px;
}
.section-management__text{
	font-size: 16px;
	line-height: 19px;
}
.management-about{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 627px;
	padding: 48px 40px 40px;
	margin-bottom: -462px;
	position: relative;
	text-align: center;
}
.management-about:after{
	content: '';
	display: block;
	height: 7px;
	background: url(images/decor-1.png) repeat-x center / auto 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.management-about__video{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.management-about__video:after{
	content: '';
	display: block;
	background: #000;
	opacity: 0.5;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.management-about__video video{
	position: absolute;
    left: 50%; /* % of surrounding element */
    top: 50%;
    transform: translate(-50%, -50%); /* % of current element */
}
.management-about__image{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.management-about__image:before{
	content: '';
	display: block;
	background: #000;
	opacity: 0.5;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.management-about__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.management-about__text{
	width: 570px;
	max-width: 100%;
	font-family: 'Academy';
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 87px;
}
.management-about__btn{
	text-align: center;
	position: relative;
}
.section-post{
	padding: 47px 0 52px;
	background: url(images/recipes-bg.png) no-repeat center bottom / 100% auto;
}
.section-post__container{
	display: flex;
	flex-wrap: wrap;
	padding: 5px 0 0;
	margin: 0 -15px;
}
.section-post__col{
	width: 33.33333333333333%;
	box-sizing: border-box;
	padding: 0 15px 20px;
}
.post-item{
	height: 100%;
	background: #fff;
	box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.07);
}
.post-item__image img{
	display: block;
}
.post-item__content{
	padding: 30px 25px;
}
.post-item__title{
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 17px;
}
.post-item__title a{
	text-decoration: none;
}
.post-item__text{
	font-size: 14px;
	line-height: 17px;
	color: #4c4c4c;
}
.section-post__btn{
	padding-top: 16px;
	text-align: center;
}

.section-head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 36px;
}
.section-head .section-title{
	margin: 0 30px 0 0;
}
.section-contact{
	padding: 25px 0 0;
}
.section-contact__control{
	display: flex;
	align-items: center;
}
.section-contact__view{
	display: flex;
	font-size: 16px;
	line-height: 22px;
}
.section-contact__view-item{
	padding: 5px 0;
	margin-left: 27px;
	cursor: pointer;
}
.section-contact__view-item.active{
	color: #dc0a29;
	cursor: default;
}
.contact-citysel{
	position: relative;
	margin-left: 76px;
}
.contact-citysel__current{
	min-width: 123px;
	font-size: 16px;
	line-height: 22px;
	border-bottom: 1px solid #000;
	padding: 5px 24px 5px 0;
	position: relative;
	cursor: pointer;
	user-select: none;
}
.contact-citysel__current:after{
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	right: 3px;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 3px solid #000;
}
.contact-citysel__list{
	min-width: 100%;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 3px 10px;
	background: #fff;
	font-size: 16px;
	line-height: 22px;
	white-space: nowrap;
	position: absolute;
	right: 0;
	top: 35px;
	z-index: 1001;
	visibility: hidden;
	opacity: 0;
	transform: translateY(10px);
	transition: all 0.2s;
}
.contact-citysel__list.opened{
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}
.contact-citysel__list::-webkit-scrollbar{
	width: 5px;
}
.contact-citysel__list::-webkit-scrollbar-thumb{
	background-color: #d0d0d0;
}
.contact-citysel__list li{
	padding: 3px 0;
}
.contact-citysel__list span{
	cursor: pointer;
}
.section-contact__content:not(:first-child){
	display: none;
}
.section-contact__map{
	height: 480px;
}
.section-contact_page{
	padding: 0;
}
.shops-catalog{
	margin-bottom: 68px;
}
.shops-catalog__container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.shops-catalog__col{
	width: 33.333333333%;
	padding: 15px;
}
.shops-catalog__item{
	background: #fff;
	padding: 29px 32px;
	box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.07);
}
.shops-catalog__city{
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 13px;
}
.shops-catalog__adress{
	min-height: 40px;
	font-size: 14px;
	line-height: 18px;
}
.product-item{
	height: 100%;
	display: block;
	background: #fff;
	box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.07);
	text-decoration: none;
	overflow: hidden;
}
.product-item__image{
	overflow: hidden;
}
.product-item__image img{
	display: block;
	transition: transform .2s;
}
.product-item:hover{
	box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.20);
}
.product-item:hover .product-item__image img{
	box-shadow: 0px 10px 30px rgb(149 157 165 / 30%);
	transform: scale(1.1);
}
.product-item__content{
	padding: 30px 25px;
}
.product-item__title{
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 6px;
}
.product-item__title a{
	text-decoration: none;
}
.product-item__code{
	font-size: 12px;
	line-height: 15px;
	color: #4c4c4c;
	margin-bottom: 20px;
}
.product-item__text{
	font-size: 14px;
	line-height: 17px;
	color: #4c4c4c;
}

/* Shops
-----------------------------------------------------------------------------*/
.shops-content{
	padding: 49px 0 80px;
}
.shops-content__container{
	display: flex;
}
.shops-content__content{
	width: 56%;
	padding: 0 20px 0 0;
}
.shops-content__content.post-body{
	font-size: 14px;
	line-height: 22px;
}
.shops-content__content.post-body p{
	margin-bottom: 22px;
}
.shops-content__content.post-body ul{
	margin: 0 0 20px 10px;
}
.shops-content__gallery{
	width: 44%;
	padding: 5px 0 0 17px;
}
.shops-content__images{
	display: flex;
	flex-wrap: wrap;
	margin: -6px;
}
.shops-content__image{
	padding: 6px;
}
.shops-content__image_big{
	width: 60%;
}
.shops-content__image_small{
	width: 40%;
}
.shops-content__image_sfull{
	width: 100%;
}
.shops-content__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* About
-----------------------------------------------------------------------------*/
.about-video{
	margin-bottom: 60px;
}
.about-video a{
	display: block;
	position: relative;
}
.about-video a:before{
	content: '';
	display: block;
	background: #000;
	opacity: 0.5;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.about-video a:after{
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	background: url(images/play.png) no-repeat center / 100% auto;
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
}
.about-video img{
	display: block;
}
.about-content__container{
	column-count: 3;
	column-gap: 30px;
}
.about-content__item{
	display: inline-block;
	width: 100%;
	margin-bottom: 34px;
}
.about-content__name{
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #4c4c4c;
}
.about-content__name:after{
	content: '';
	display: block;
	width: 135px;
	height: 4px;
	background: #dc103a;
	margin: 13px 0 10px;
}
.about-content__text{
	font-size: 14px;
	line-height: 24px;
	color: #4c4c4c;
}
.about-content__text p{
	margin-bottom: 24px;
}
.about-gallery{
	padding: 33px 70px 40px;
	margin-bottom: 83px;
	background: #efefef;
}
.about-gallery__main{
	margin-bottom: 16px;
}
.about-gallery__main-slide{
	display: none;
}
.about-gallery__main-slide:first-child{
	display: block;
}
.about-gallery__main img{
	margin: 0 auto;
}
.about-gallery__nav{
	margin: 0 2px 0 -5px;
}
.about-gallery__nav-slide{
	padding: 0 5px;
	opacity: 0.5;
}
.about-gallery__nav-slide.slick-current{
	opacity: 1;
}
.about-gallery__nav-slide img{
	cursor: pointer;
}
.about-gallery__nav-slide.slick-current img{
	cursor: default;
}

/* Contacts
-----------------------------------------------------------------------------*/
.contacts-content{
	padding: 2px 0 55px;
}
.contacts-content__container{
	display: flex;
	margin: 0 -15px;
}
.contacts-content__col{
	width: 50%;
	padding: 0 15px;
}
.contacts-content__title{
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: #4c4c4c;
}
.contacts-content__content{
	width: 430px;
	max-width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #4c4c4c;
}
.contacts-content__content h2{
	font-weight: bold;
}
.contacts-content__content a{
	color: #0f60b3;
	text-decoration: none;
}
.contacts-form{
	width: 365px;
	max-width: 100%;
	padding: 37px 0 0;
}
/* Post
-----------------------------------------------------------------------------*/
.page-content_post-catalog{
	padding-bottom: 1px;
	background: url(images/recipes-bg.png) no-repeat center bottom 85px / 100% auto;
}
.page-content_post-single{
	padding-bottom: 1px;
	background: url(images/post-bg.png) no-repeat center bottom 85px / 100% auto;
}
.post-catalog{
	position: relative;
	margin-bottom: 162px;
}
.post-catalog__container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.post-catalog_filter .post-catalog__container{
	visibility: hidden;
}
.post-catalog__container.filter-initialized{
	visibility: visible;
}
.post-catalog__col{
	width: 33.33333333333%;
	box-sizing: border-box;
	padding: 17px 15px;
}
.post-catalog__notfound{
	padding: 20px 15px;
}
.post-main{
	margin-bottom: 30px;
}
.post-main__container{
	display: flex;
	margin: 0 -15px;
}
.post-main__left{
	width: 66.66666666666666%;
	padding: 2px 15px 0;
}
.post-main__image{
	position: relative;
	margin-bottom: 35px;
}
.post-main__image:after{
	content: '';
	display: block;
	height: 47px;
	background: url(images/decor-2.png) repeat-x center / auto 100%;
	position: absolute;
	bottom: -35px;
	left: 0;
	right: 0;
}
.post-main__image img{
	width: 100%;
	height: 504px;
	object-fit: cover;
}
.post-main__right{
	width: 33.33333333333333%;
	padding: 0 15px;
}
.post-main__text{
	font-size: 14px;
	line-height: 17px;
}
.post-main__text ul{
    margin-bottom: 20px;
}
.post-main__text ul li{
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative;
    list-style: disc inside;
}
.post-main__text ol{
    margin-bottom: 20px;
}
.post-main__text ol li{
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative;
    list-style: decimal inside;
}
.post-main__text p{
	margin-bottom: 16px;
}
.post-share{
	padding-top: 15px;
	display: flex;
	align-items: center;
}
.post-share__text{
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	margin-right: 25px;
}
.post-share__links{
	display: flex;
	align-items: center;
}
.social-likes{
	display: flex;
	align-items: center;
}
.social-likes__icon{
	display: none;
}
.social-likes__button{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 54px;
	height: 54px;
	border: 2px solid #000;
	border-radius: 50%;
	cursor: pointer;
	margin-right: 20px;
}
.social-likes__button:hover{
	background: #000;
}
.social-likes__button:hover svg{
	fill: #fff;
}
.section-post_post{
	padding: 24px 0 101px;
	background: none;
}


.post-filter__list{
	display: flex;
	flex-wrap: wrap;
	padding: 12px 0 2px;
}
.post-filter__list li{
	padding: 10px 20px 10px 0;
}
.checkbox label{
	display: inline-block;
	cursor: pointer;
}
.checkbox span{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	font-size: 16px;
	line-height: 24px;
}
.checkbox span:before{
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	border: 1px solid #bbb;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
.checkbox input:checked + span:before{
	box-shadow: 0 0 7px 0 rgba(73, 73, 73, .35);
}
.checkbox input:checked + span:after{
	content: '';
	display: block;
	width: 18px;
	height: 29px;
	background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAdCAYAAACnmDyCAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAR5JREFUSImtk8ERgyAQRb+ZNGAFzFgCtmBKkHRgUZaALdhC6CDOkAJiCeaCybqAARNOIuvjgfsLHBxWqjuAyk2n00FIQyAA0B8CAWjZ/C+gQRg9Z4OsVC2AkoIA4IgRtZmF0fkgK1XJQMP6cF6WxfugKIoUmw0o92gUNAmjx2yQlaoC0JBXPV3PMYoe6xfQKIyeskFWqhpATUG8JtXIi8Q/QIMwes4GBZI+hOpSjIKR4OP8qK9PfEI4CqMvxIZHwrsbakQXG9d47zkCSU8BgRnwSNyiINdYtC86IO9YqxGwVa7cn+pYbfRYHER7o8U2oF4kgiDXYFSdg3ZtqBEvLlldOsj9ES+MiERizyi281ebGIjuHo3ELihw6bu9Q8cLelJikp9Wxy8AAAAASUVORK5CYII=') no-repeat 0 0 / 100% auto;
	position: absolute;
	top: -8px;
	left: 5px;
}
.checkbox input{
	display: none;
}
.post-catalog__more{
	text-align: center;
	padding-top: 20px;
}
.filter-loader{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.5);
	z-index: 1;
}



/* Product
-----------------------------------------------------------------------------*/
.product-main{
	min-height: 591px;
	padding: 55px 106px;
	background-color: #000;
	position: relative;
	color: #fff;
	margin-bottom: 70px;
}
.product-main__image{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.product-main__image:before{
	content: '';
	display: block;
	opacity: 0.6;
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.product-main__image:after{
	content: '';
	display: block;
	height: 47px;
	background: url(images/decor-2.png) repeat-x center / auto 100%;
	position: absolute;
	bottom: -44px;
	left: 0;
	right: 0;
	z-index: 1;
}
.product-main__image img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-main__content{
	position: relative;
	width: 375px;
	margin-left: auto;
	z-index: 4;
}
.product-main__without{
	padding: 26px 26px 34px;
	border: 2px dotted #dc0a29;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 30px;
}
.product-main__text{
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 49px;
}
.product-main__prop{
	padding-left: 61px;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 37px;
}
.product-main__prop-icon{
	width: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.product-main__prop span{
	font-size: 30px;
	line-height: 40px;
}
.product-gallery{
	padding: 0 0 23px;
}
.product-gallery__control{
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-gallery__dot{
	display: block;
	width: 10px;
	height: 10px;
	background: #000;
	border-radius: 10px;
	margin: 0 3px;
}
.product-gallery__dot.active{
	width: 47px;
	background: #dc0a29;
}
.product-gallery__all{
	font-size: 16px;
	line-height: 22px;
	margin-left: 11px;
}
.product-gallery__all a{
	text-decoration: none;
}
.section-post_product{
	padding: 38px 0 100px;
	background-position: center bottom 46px;
}


/* Footer
-----------------------------------------------------------------------------*/
.site-footer{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background: #f3f3f3;
	padding: 36px 0 0;
	position: relative;
}
.site-footer__top{
	display: flex;
	align-items: center;
}
.footer-logo{
	width: 233px;
	flex-shrink: 0;
}
.footer-logo img{
	display: block;
}
.footer-nav{
	flex-grow: 1;
	margin-left: 100px;
}
.footer-nav ul{
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	line-height: 22px;
}
.footer-nav li{
	margin-left: 20px;
}
.footer-nav a{
	text-decoration: none;
}
.footer-nav a:hover{
	color: #dc0a29;
}
.site-footer__bottom{
	display: flex;
	position: relative;
	padding: 36px 0 73px;
}
.site-footer__bottom:after{
	content: '';
	display: block;
	height: 7px;
	background: url(images/decor-1.png) repeat-x center / auto 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.footer-copyright{
	width: 30%;
	padding: 5px 20px 0 0;
	font-size: 12px;
	line-height: 18px;
}
.footer-contact{
	display: flex;
	align-items: flex-start;
	width: 40%;
	padding: 0 20px 0 7px;
	font-size: 12px;
	line-height: 18px;
}
.footer-contact__text{
	font-size: 16px;
	line-height: 30px;
	margin-right: 38px;
}

.footer-social{
	width: 30%;
	display: flex;
	justify-content: flex-end;
}
.footer-social a{
	width: 54px;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #000;
	border-radius: 50%;
	margin-left: 25px;
}
.footer-social a:hover{
	background: #000;
}
.footer-social a:hover svg{
	fill: #fff;
}
/* Mobile
-----------------------------------------------------------------------------*/
.mobile-panel-overlay{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	display: none;
	z-index: 1100;
	overflow-y: scroll;
}
.mobile-panel{
	top: 0;
	left: -360px;
	opacity: 0;
	width: 350px;
	max-width: 95%;
	height: 100%;
	position: fixed;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 10px 10px;
	background: #fff;
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	overflow-y: auto;
	z-index: 1101;
}
.mobile-panel.opened{
	left: 0;
	opacity: 1;
}
.mobile-logo{
	position: relative;
	margin-bottom: 20px;
}
.mobile-logo img{
	width: 130px;
}
.mobile-logo:before{
	content: '';
	display: block;
	height: 7px;
	background: url(images/decor-1.png) repeat-x center / auto 100%;
	position: absolute;
	bottom: -4px;
	left: -10px;
	right: -10px;
}
.mobile-menu{
	margin-bottom: 15px;
}
.mobile-menu > ul > li{
	font-size: 20px;
	font-weight: 500;
	position: relative;
}
.mobile-menu > ul > li > a{
	display: block;
	padding: 8px 40px 8px 0;
	text-decoration: none;
	color: #000;
}
.mobile-panel__close{
	width: 24px;
	height: 24px;
	position: absolute;
	top: 22px;
	right: 15px;
	cursor: pointer;
	z-index: 1;
}
.mobile-panel__close svg{
	fill: #000;
}


/* Animate
-----------------------------------------------------------------------------*/
.animated{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.hinge{
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
  
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.wow{
	visibility: hidden;
}


/* Redactor Styles
-----------------------------------------------------------------------------*/
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	margin: auto;
	text-align: center;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	max-width: 100%;
	padding: 0 0 10px;
	text-align: center;
	margin-top:20px !important;
	margin-bottom:20px !important;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border:3px solid #dbdddd;
	height: auto;
	margin:0 0 5px 0;
	max-width: 98.5%;
	padding:0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size:12pt;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/* Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1178px){
	.inner{
		margin-left: 15px;
		margin-right: 15px;
	}
	/* .site-header__container:before{
		left: 15px;
		right: 15px;
	} */
	.site-header__container{
		padding: 14px 15px 11px;
	}
	.header-logo{
		width: 130px;
		margin-right: 25px;
	}
	.touch-menu{
		display: block;
		width: 32px;
		height: 32px;
		margin-left: 18px;
		cursor: pointer;
	}
	.header-nav{
		display: none;
	}
	.section-slider{
		padding: 63px 0 27px;
	}
	.section-slider__content:after{
		height: 24px;
	}
	.section-management{
		padding: 50px 0 1px;
	}
	.page-content{
		padding: 90px 0 0;
	}
	.about-video{
		margin-bottom: 30px;
	}
	.post-main__image{
		margin-bottom: 17px;
	}
	.post-main__image:after{
		height: 24px;
		bottom: -15px;
	}
}
@media only screen and (max-width: 992px){
	.section-slider__content{
		min-height: 500px;
	}
	.section-slider__text{
		width: 425px;
		font-size: 35px;
		line-height: 45px;
	}
	.section-products__item{
		height: 400px;
	}
	.section-products__text{
		width: 400px;
		font-size: 26px;
		line-height: 30px;
	}
	.section-management{
		margin-bottom: 200px;
	}
	.section-management__container{
		margin-bottom: 30px;
	}
	.management-about{
		min-height: 400px;
		margin-bottom: -200px;
	}
	.management-about__text{
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 30px;
	}
	.post-item__content{
		padding: 20px 15px;
	}
	.product-item__content{
		padding: 20px 15px;
	}
	.section-head{
		flex-direction: column;
		align-items: flex-start;
	}
	.section-head .section-title{
		margin: 0 0 10px 0;
	}
	.section-contact__view-item{
		margin: 0 25px 0 0;
	}
	.shops-catalog__col{
		width: 50%;
	}
	.product-main{
		padding: 40px 30px;
	}
	.site-footer{
		padding: 20px 0 0;
	}
	.site-footer__top{
		justify-content: center;
	}
	.footer-logo{
		width: 130px;
	}
	.footer-nav{
		display: none;
	}
	.site-footer__bottom{
		flex-direction: column-reverse;
		align-items: center;
		padding: 36px 0;
	}
	.footer-social{
		width: auto;
		margin-bottom: 20px;
	}
	.footer-social a{
		margin: 0 10px;
	}
	.footer-contact{
		width: auto;
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 0;
		margin-bottom: 20px;
	}
	.footer-contact__text{
		margin: 0 0 10px;
	}
	.footer-copyright{
		width: auto;
		padding: 0;
		text-align: center;
	}
	.about-content__container{
		column-count: 2;
	}
	.post-catalog{
		margin-bottom: 60px;
	}





}
@media only screen and (max-width: 767px){
	.header-search{
		position: static;
	}
	.header-search__form{
		padding: 15px 50px 15px 15px;
		top: 0;
		left: -15px;
		right: -15px;
	}
	.header-search__form input{
		width: calc(100% - 25px);
		height: 36px;
	}
	.header-search__close{
		display: block;
		position: absolute;
		top: 23px;
		right: 15px;
		cursor: pointer;
	}
	.section-title{
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.page-title{
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.section-slider__content{
		padding: 40px 15px;
		min-height: 300px;
	}
	.section-slider__content:before{
	content: '';
    display: block;
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	}
	.section-slider__text{
		font-size: 30px;
		line-height: 40px;
	}
	.section-products{
		padding: 30px 0;
	}
	.section-products__container{
		width: 500px;
		max-width: 100%;
		flex-direction: column;
		margin: 0 auto;
	}
	.section-products__item{
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		width: 100% !important;
		height: 300px;
		padding: 30px !important;
		border: none !important;
		margin-bottom: 2px;
		background-size: cover;
	}
	.section-products__text{
		text-align: center;
		transform: none !important;
	}
	.section-management{
		padding: 30px 0;
		margin-bottom: 171px;
	}
	.section-management__container{
		margin: 0 -15px 30px;
	}
	.section-management__col{
		width: 50%;
		padding: 15px;
	}
	.section-management__icon{
		margin-bottom: 20px;
	}
	.management-about__video{
		display: none;
	}
	.management-about__image{
		display: block;
	}
	.management-about{
		min-height: 300px;
		padding: 30px 15px;
	}
	.management-about__text{
		font-size: 32px;
		line-height: 40px;
	}
	.section-post{
		padding: 30px 0;
	}
	.section-post__container{
		width: 362px;
		max-width: 100%;
		margin: 0 auto;
	}
	.section-post__col{
		width: 100%;
		padding: 0 0 20px;
	}
	.section-contact__control{
		flex-direction: column;
		align-items: flex-start;
	}
	.contact-citysel{
		margin: 5px 0 0 0;
	}
	.section-contact__map{
		height: 300px;
	}
	.shops-catalog{
		margin-bottom: 30px;
	}
	.shops-catalog__col{
		width: 100%;
		padding: 5px 15px;
	}
	.shops-content{
		padding: 30px 0;
	}
	.shops-content__container{
		flex-direction: column;
	}
	.shops-content__content{
		width: 100%;
		padding: 0;
	}
	.shops-content__gallery{
		width: 100%;
		padding: 10px 0 0;
	}
	.about-content__container{
		column-count: 1;
	}
	.about-content__item{
		margin-bottom: 10px;
	}
	.about-video a:after{
		width: 40px;
		height: 40px;
		top: calc(50% - 20px);
		left: calc(50% - 20px);
	}
	.about-gallery{
		padding: 30px 15px;
		margin-bottom: 30px;
	}
	.about-gallery__nav{
		margin: 0 -1px 0 -5px;
	}
	.slick-arrow{
		display: none !important;
	}
	.contacts-content__container{
		flex-direction: column;
	}
	.contacts-content__col{
		width: 100%;
	}
	.contacts-form{
		padding: 12px 0 0;
	}
	.post-catalog__container{
		width: 362px;
		max-width: 100%;
		margin: 0 auto;
	}
	.post-catalog__col{
		width: 100%;
		padding: 0 0 20px;
	}
	.pagination{
		font-size: 13px;
		line-height: 17px;
		padding: 30px 0 0;
	}
	.pagination a, .pagination span{
		margin: 0 10px;
	}
	.post-catalog{
		margin-bottom: 30px;
	}
	.post-main{
		margin-bottom: 20px;
	}
	.post-main__container{
		flex-direction: column;
	}
	.post-main__left{
		width: 100%;
	}
	.post-main__image img{
		height: auto;
	}
	.post-main__right{
		width: 100%;
		padding-top: 20px;
	}
	.page-head{
		flex-direction: column;
		align-items: flex-start;
	}
	.page-head .page-title {
		margin: 0 0 5px;
	}
	.product-main{
		min-height: 0;
		padding: 0 0 1px;
		position: relative;
		background-color: #312c27;
	}
	.product-main:before{
		content: '';
		display: block;
		background: #000;
		opacity: 0.5;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.product-main__image{
		position: relative;
		margin-bottom: 45px;
	}
	.product-main__content{
		width: 100%;
		padding: 15px;
		position: relative;
	}
	.product-main__without {
		padding: 12px 15px 15px;
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 25px;
	}
	.product-main__text{
		margin-bottom: 30px;
	}
	.post-body h2{
		font-size: 21px;
		line-height: 25px;
		margin: 0 0 5px;
	}
}


