﻿/*
Theme Name: Wood
Theme URI: https://wordpress.org/
Description: Тема для Wordpress
Author: Divster
Author URI: http://divster.ru/
Version: 100.0
*/
@font-face {
	font-family: 'Circe';
	src: url('fonts/Circe-Regular.eot');
	src: local('Circe'), local('Circe-Regular'),
		url('fonts/Circe-Regular-1.eot') format('embedded-opentype'),
		url('fonts/Circe-Regular.woff') format('woff'),
		url('vCirce-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Circe';
	src: url('fonts/Circe-Light.eot');
	src: local('Circe Light'), local('Circe-Light'),
		url('fonts/Circe-Light-1.eot') format('embedded-opentype'),
		url('fonts/Circe-Light.woff') format('woff'),
		url('fonts/Circe-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Circe';
	src: url('fonts/Circe-Bold.eot');
	src: local('Circe Bold'), local('Circe-Bold'),
		url('fonts/Circe-Bold-1.eot') format('embedded-opentype'),
		url('fonts/Circe-Bold.woff') format('woff'),
		url('fonts/Circe-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
    font-family: 'EB Garamond';
    src: url('fonts/EBGaramond-Bold.eot');
    src: local('EB Garamond Bold'), local('EBGaramond-Bold'),
        url('fonts/EBGaramond-Bold-1.eot') format('embedded-opentype'),
        url('fonts/EBGaramond-Bold.woff') format('woff'),
        url('fonts/EBGaramond-Bold.ttf') format('truetype');
    font-weight: normal;
    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;
}
body {
	line-height: 1;
}
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 */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: 'Circe', sans-serif;
	font-size: 18px;
	line-height: 1;
	color: #222;
	height: 100%;
}
textarea,input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel]{
	font-family: 'Circe', sans-serif;
	border: 1px solid #666;
	background: #fff;
	color: #000;
	outline: none;
}
input[type=submit], button {
	-webkit-appearance: none;
	font-family: 'Circe', sans-serif;
	outline: none;
	cursor: pointer;
}
.inner {
	min-width: 300px;
	max-width: 1170px;
	margin: 0 auto;
}
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}
a {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}
.spanlink {
	cursor: pointer;
}
img {
	max-width: 100%;
	height: auto;
}
:invalid {
	-webkit-box-shadow: none;
	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;
}
.button{
	height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 43px;
	border: none;
	background: #4fa310;
	font-size: 18px;
	color: #fff;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(59,126,8,1);
	box-shadow: 0px 3px 0px 0px rgba(59,126,8,1);
}
.button:hover{
	background: #43880e;
}
/* Header
-----------------------------------------------------------------------------*/
.site-header_fixed-menu {
	padding-bottom: 50px;
}
.site-header__container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 24px 0 18px;
}
.site-header__left{
	width: 33.333333333%;
}
.contact-adress{
	max-width: 260px;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -0.2px;
	color: #5e5e5e;
}
.contact-adress__title{
	color: #000;
	margin-bottom: 4px;
}
.site-header__center{
	width: 33.333333333%;
	text-align: center;
}
.contact-logo{
	display: inline-block;
	padding: 17px 20px 18px;
	font-family: 'EB Garamond';
	font-size: 30px;
	position: relative;
	margin-bottom: 20px;
}
.contact-logo:before{
	content: '';
	display: block;
	height: 26px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-left: 3px solid #a8926b;
	border-bottom: 3px solid #a8926b;
	border-right: 3px solid #a8926b;
}
.contact-timework{
	font-size: 20px;
}
.contact-timework span{
	color: #5e5e5e;
}
.site-header__right{
	width: 33.333333333%;
	text-align: right;
}
.contact-phone{
	padding: 2px 0;
	font-size: 30px;
	font-weight: 300;
}
.contact-phone__item{
	margin-bottom: 11px;
}
.contact-phone__item a{
	text-decoration: none;
	color: #000;
}
.contact-phone__item span{
	color: #5e5e5e;
}
.contact-email{
	font-size: 20px;
}
.contact-email a{
	color: #58ade2;
}
.header-nav{
	padding: 14px 0 16px;
	background: #1d1d1d;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	white-space: nowrap;
}
.header-nav.fixed{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 5;
}
.admin-bar .header-nav.fixed{
	top: 32px;
}
.header-nav li{
	display: inline-block;
	margin: 0 33px;
}
.header-nav a{
	color: #a6a6a6;
	text-decoration: none;
}
.header-nav a:hover{
	color: #fff;
	text-decoration: underline;
}
.touch-menu {
	display: none;
	position: relative;
	overflow: hidden;
	padding: 0;
	width: 33px;
	height: 23px;
	font-size: 0;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
	margin: 0 0 0 10px;
}
.touch-menu:focus {
  outline: none;
}
.touch-menu span {
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	height: 3px;
	background: #fff;
	-webkit-transition: background 0 0.3s;
	-o-transition: background 0 0.3s;
	transition: background 0 0.3s;
}
.touch-menu span::before,
.touch-menu span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
	content: '';
	-webkit-transition-duration: 0.3s, 0.3s;
	-o-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0;
	-o-transition-delay: 0.3s, 0;
	transition-delay: 0.3s, 0;
}
.touch-menu span::before {
	top: -10px;
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, -webkit-transform;
	-o-transition-property: top, transform;
	transition-property: top, transform;
	transition-property: top, transform, -webkit-transform;
}
.touch-menu span::after {
	bottom: -10px;
	-webkit-transition-property: bottom, -webkit-transform;
		transition-property: bottom, -webkit-transform;
		-o-transition-property: bottom, transform;
		transition-property: bottom, transform;
		transition-property: bottom, transform, -webkit-transform;
}
.touch-menu.active span {
	background: none;
}
.touch-menu.active span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.touch-menu.active span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.touch-menu.active span::before,
.touch-menu.active span::after {
	-webkit-transition-delay: 0, 0.3s;
	-o-transition-delay: 0, 0.3s;
	transition-delay: 0, 0.3s;
}
/* Middle
-----------------------------------------------------------------------------*/
.section-headline{
	font-family: 'EB Garamond';
	font-size: 40px;
	line-height: 1;
	color: #826c57;
	text-align: center;
	margin-bottom: 46px;
}
.section-prelagaem{
	font-family: 'EB Garamond';
	font-size: 40px;
	line-height: 1;
	color: #826c57;
	margin-bottom: 46px;
}
.section-slider{
	position: relative;
	overflow: hidden;
}
.section-slider__container{
	height: 568px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.section-slider__slider{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.section-slider__slide{
	width: 100%;
	height: 568px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.section-slider__form{
	width: 370px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 24px 28px 103px;
	position: relative;
	z-index: 2;
	background: url(images/slider-form-bg.jpg) no-repeat center / cover #f5f4f2;
}
.section-slider__form:after{
	content: '';
	display: block;
	width: 1000px;
	height: 500px;
	-webkit-transform: rotate(-24deg);
	-ms-transform: rotate(-24deg);
	transform: rotate(-24deg);
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -300px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}
.section-slider__form-headline{
	font-family: 'EB Garamond';
	font-size: 30px;
	color: #826c57;
	text-align: center;
	margin-bottom: 21px;
}
.section-slider__form .form-input{
	margin-bottom: 9px;
}
.section-slider__form .form-input label{
	display: block;
	height: 10px;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #8b8b8b;
	padding: 0 3px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-bottom: -2px;
}
.section-slider__form .form-input input{
	display: block;
	width: 100%;
	height: 41px;
	box-sizing: border-box;
	padding: 0 10px;
	border: none;
	border-bottom: 1px solid #c7c7c7;
	background: none;
	font-size: 18px;
	font-weight: 300;
}
.section-slider__form input[type=submit]{
	margin-top: 11px;
}
.section-slider__nav{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.section-slider__nav-total{
	float: right;
	font-size: 22px;
	font-weight: 300;
	position: relative;
	margin: 0 29px 28px 0;
}
.section-slider__nav-total:after{
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #d2d2d2;
	position: absolute;
	left: -27px;
	bottom: -5px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.section-slider__nav-contant{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	clear: both;
}
.section-slider__nav-left{
	width: 39px;
	margin-bottom: 5px;
}
.section-slider__nav-arrow{
	width: 39px;
	margin-bottom: 5px;
	cursor: pointer;
	opacity: 0.2;
}
.section-slider__nav-arrow:hover{
	opacity: 1;
}
.section-slider__nav-current{
	width: 120px;
	text-align: center;
	font-size: 80px;
	line-height: 47px;
	font-weight: 300;
}
.section-about{
	padding: 100px 0 100px;
	background: url(images/leaf.jpg) no-repeat;
}
.section-dostavka{
	padding: 50px 0 50px;	
}
.section-about__container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.section-about__text{
	font-size: 18px;
	line-height: 26px;
	color: #868686;
}
.section-dostavka__text{
	font-size: 26px;
	line-height: 26px;
	color: #868686;
}
.section-about__text h2{
	font-family: 'EB Garamond';
	font-size: 40px;
	line-height: 1;
	color: #826c57;
	margin-bottom: 31px;
}
.section-dostavka__text h2{
	font-family: 'EB Garamond';
	font-size: 40px;
	line-height: 1;
	color: #826c57;
	margin-bottom: 31px;
}
.section-about__text p{
	margin-bottom: 26px;
}
.section-about__image{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: -21px -102px 0 0;
}
.section-about__image img{
	display: block;
}
.section-product{
	padding: 62px 0 1px;
	background: url(images/product-bg.jpg) no-repeat center / cover;
}
.section-product__container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.section-product__col{
	width: 33.3333333333%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px 30px;
}
.section-product__item{
	position: relative;
	overflow: hidden;
}
.section-product__image img{
	display: block;
	-webkit-transition: -webkit-transform 0.2s ease-out 0s;
	transition: -webkit-transform 0.2s ease-out 0s;
	-o-transition: transform 0.2s ease-out 0s;
	transition: transform 0.2s ease-out 0s;
	transition: transform 0.2s ease-out 0s, -webkit-transform 0.2s ease-out 0s;
}
.section-product__item:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.section-product__info{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 20px 30px 21px;
}
.section-product__name{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 14px;
}
.section-product__price{
	font-size: 24px;
	font-weight: 300;
}
.section-product__price span{
	font-size: 36px;
	font-weight: bold;
}
.section-product__price sup{
	font-size: 13px;
	vertical-align: super;
}
.section-info{
	position: relative;
	background: url(images/why-bg.jpg) no-repeat;
}
.section-info:after{
	content: '';
	display: block;
	width: 61.2%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(images/partner-bg.png) no-repeat left top / auto 100%;
	z-index: 2;
}
.section-info__container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.block-why{
	width: 50%;
	padding: 71px 0 50px;
}
.block-why .section-headline{
	text-align: left;
}
.block-why__list{
	padding-top: 15px;
}
.block-why__list li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 3px 0 2px;
}
.block-why__image{
	width: 50px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 12px 0 8px;
}
.block-why__text{
	min-height: 55px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
	font-size: 18px;
	border-bottom: 3px dotted #ccc;
}
.block-why__list li:last-child .block-why__text{
	border-bottom: none;
}
.block-partner{
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 71px 0 60px 15px;
	position: relative;
	z-index: 3;
}
.block-partner .section-headline{
	color: #fff;
}
.block-partner__slider{
	max-width: 570px;
	margin: 0 auto;
}
.block-partner__container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
	padding-top: 5px;
}
.block-partner__col{
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
}
.block-partner__control{
	padding-top: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.block-partner__control .slick-arrow{
	width: 40px;
	margin-top: 8px;
	cursor: pointer;
}
.block-partner__control .slick-arrow svg{
	fill: #fff;
}
.block-partner__control .slick-arrow.slick-next{
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.block-partner__control .slick-dots{
	padding: 0 20px;
}
.block-partner__control .slick-dots li{
	display: inline-block;
	margin: 0 10px;
	padding: 2px;
	border: 1px solid #c9c7c4;
	border-radius: 50%;
}
.block-partner__control .slick-dots button{
	display: block;
	width: 13px;
	height: 13px;
	padding: 0;
	background: none;
	border: 1px solid #c9c7c4;
	border-radius: 50%;
	font-size: 0;
}
.block-partner__control .slick-dots .slick-active button{
	background: #c9c7c4;
}
.section-callback{
	padding: 68px 0 39px;
	background: url(images/callback-bg.jpg) no-repeat center #1d1d1d;
}
.section-callback__form{
	max-width: 570px;
	margin: 0 auto;
	padding-top: 30px;
}
.section-callback__form .form-input{
	margin-bottom: 19px;
}
.section-callback__form .form-input label{
	display: block;
	height: 10px;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #a6855b;
	padding: 0 3px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-bottom: -2px;
}
.section-callback__form .form-input input{
	display: block;
	width: 100%;
	height: 39px;
	box-sizing: border-box;
	padding: 0 10px;
	border: none;
	border-bottom: 1px solid #c7c7c7;
	background: none;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
}
.section-callback__form .form-input input:focus{
	border-color: #a6855b;
}
.section-callback__form input[type=submit]{
	width: 100%;
	margin-top: 21px;
}
.section-callback__form div.wpcf7 .ajax-loader{
	margin-top: 5px;
}
.section-price{
	padding: 40px 0 40px;
	text-align: center;
	background: #4fa310;
}
.section-price__link{
	font-size: 30px;
}
.section-price__link a{
	color: #fff;
	position: relative;
	padding-left: 65px;
	text-decoration: none;
}
.section-price__link a:before{
	content: '';
	width: 45px;
	height: 42px;
	background: url(images/excel.png) no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -21px;
}
.section-price__link a span{
	display: inline-block;
	border-bottom: 3px dotted #fff;
}
.section-price__link a:hover span{
	border-color: transparent;
}
.section-review{
	padding: 62px 0 54px;
	background: url(images/product-bg.jpg) no-repeat center / cover;
}
.section-review__slider{
	margin: 0 -15px;
	padding-top: 9px;
}
.section-review__slide{
	width: 33.3333333333%;
	padding: 10px 15px;
}
.section-review__slide a{
	display: block;
	max-width: 370px;
	margin: 0 auto;
}
.section-review .slick-arrow{
	background: url(images/slick-arrow.svg) no-repeat;
	width: 75px;
	height: 76px;
	position: absolute;
	top: 50%;
	margin-top: -38px;
	opacity: 0.3;
	z-index: 1;
	cursor: pointer;
}
.section-review .slick-arrow.slick-prev{
	left: -61px;
	-webkit-transform: scale(-1,1);
	-ms-transform: scale(-1,1);
	transform: scale(-1,1);
}
.section-review .slick-arrow.slick-next{
	right: -61px;
}

/* Footer
-----------------------------------------------------------------------------*/
.site-footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background: #1d1d1d;
	position: relative;
	color: #fff;
}
.site-footer__container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 24px 0 18px;
}
.site-footer__left{
	width: 33.333333333%;
}
.site-footer .contact-adress{
	color: #999;
}
.site-footer .contact-adress__title{
	color: #fff;
}
.site-footer__center{
	width: 33.333333333%;
	text-align: center;
}
.contact-timework span{
	color: #999;
}
.site-footer__right{
	width: 33.333333333%;
	text-align: right;
}
.site-footer .contact-phone__item a{
	color: #fff;
}
.contact-phone__item span{
	color: #999;
}
.form-input label{
	opacity: 0;
	position: relative;
	bottom: -10px;
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.form-input label.focus{
	opacity: 1;
	bottom: 0px;
}
.form-input :focus::-webkit-input-placeholder { 
	opacity: 0;
}
.form-input :focus::-moz-placeholder {
	opacity: 0;
}
.form-input :focus:-ms-input-placeholder { 
	opacity: 0;
}
.form-input :focus:-moz-placeholder {
	opacity: 0;
}
.wpcf7-not-valid{
	border-color: #ff0000 !important;
	color: #ff0000 !important;
}
.wpcf7-not-valid-tip,.wpcf7-response-output{
	display: none !important;
}

/* 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;
}
/* Popup
-----------------------------------------------------------------------------*/
.popup{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	display: none;
	z-index: 5000;
	overflow-y: scroll;
}
.popup__overlay{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
}
.popup__overlay.popup__overlay_opened{
	z-index: 6000;
}
.popup__overlay-close{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5001;
}
.popup__window{
	position: relative;
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	width: 300px;
	max-width: 95%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 41px 15px 20px;
	background: #fff;
	z-index: 5002;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
	-webkit-transition:  all 0.3s ease-out 0s;
    -o-transition:  all 0.3s ease-out 0s;
    transition:  all 0.3s ease-out 0s;
	opacity: 0;
	text-align: center;
}
.popup__window.popup__window_opened{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.popup__close{
	position: absolute;
	top: 7px;
	right: 7px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background: #4fa310;
	font-size: 36px;
	line-height: 31px;
	color: #fff;
}
.popup__container{
	margin: 0 auto;
}
.popup__headline{
	font-size: 22px;
	line-height: 30px;
	font-weight: 800;
	margin-bottom: 18px;
}

/* Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1190px){
	.inner{
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media only screen and (max-width: 1000px){
	.site-header_fixed-menu {
		padding-bottom: 43px;
	}
	.site-header__container{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-top: 0;
	}
	.site-header__center{
		width: 100%;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 10px;
	}
	.site-header__left,.site-header__right{
		width: 50%;
		text-align: center;
	}
	.header-nav{
		padding: 10px 0 6px;
		text-align: left;
	}
	.touch-menu {
		display: inline-block;
	}
	.header-nav .inner{
		display: none;
		padding: 10px 0 0;
	}
	.header-nav li{
		display: block;
		margin: 0;
	}
	.header-nav a{
		display: block;
		padding: 8px 0;
	}
	.section-about__container{
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.section-about__image{
		-ms-flex-negative: 1;
		flex-shrink: 1;
		margin: 0;
	}
	.section-product__container{
		max-width: 800px;
		margin: 0 auto;
	}
	.section-product__col{
		width: 50%;
	}
	.section-info{
		background: none;
	}
	.section-info:after{
		display: none;
	}
	.section-info__container{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.block-why{
		width: 100%;
		margin-bottom: 20px;
	}
	.block-partner{
		width: calc(100% + 20px);
		margin: 0 -10px;
		padding: 30px 10px;
		background: url(images/partner-bg-mobile.jpg) no-repeat center / cover;
	}
	.site-footer__container{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-top: 0;
	}
	.site-footer__center{
		width: 100%;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 10px;
	}
	.site-footer__left,.site-footer__right{
		width: 50%;
		text-align: center;
	}
}
@media only screen and (max-width: 767px){
	.admin-bar .header-nav.fixed{
		top: 46px;
	}
	.section-about__container{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media only screen and (max-width: 640px){
	.site-header__left,.site-header__right{
		width: 100%;
		padding: 5px 0;
	}
	.admin-bar .header-nav.fixed{
		top: 0;
	}
	.contact-adress{
		margin: 0 auto;
	}
	.section-product__container {
    	max-width: 370px;
	}
	.section-product__col{
		width: 100%;
		padding: 0 0 15px;
	}
	.site-footer__left,.site-footer__right{
		width: 100%;
		padding: 5px 0;
	}
}
@media only screen and (max-width: 480px){
	.section-slider__container{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: auto;
		padding: 10px 0;
	}
	.section-slider__form{
		padding: 20px 10px;
	}
	.section-slider__form:after{
		display: none;
	}
	.section-slider__nav{
		display: none;
	}
	.section-headline{
		margin-bottom: 30px;
	}
	.section-about{
		padding: 30px 0;
	}
	.section-product{
		padding: 30px 0 15px;
	}
	.block-partner__container{
		margin: 0 -5px;
	}
	.block-partner__col{
		padding: 5px;
	}
	.block-why{
		padding: 30px 0 0;
	}
	.block-partner__control .slick-dots{
		padding: 0 5px;
	}
	.block-partner__control .slick-dots li{
		margin: 0 5px;
	}
	.section-callback{
		padding: 30px 0;
	}
	.section-callback__form{
		padding: 0;
	}
	.section-review{
		padding: 30px 0;
	}
	.section-map{
		height: 250px;
		overflow: hidden;
	}
}
@media only screen and (max-width: 360px){
	.contact-logo{
		padding-left: 10px;
		padding-right: 10px;
	}

}