@charset "UTF-8";
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, video {
	display: block;
}

:focus {
	outline: 0;
}

@font-face {
	font-family: 'Avenir Next';
	src: url("../fonts/Avenir-UltraLight.eot");
	src: local("Avenir Next Light"), url("../fonts/Avenir-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-UltraLight.woff") format("woff"), url("../fonts/Avenir-UltraLight.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir Next';
	src: url("../fonts/Avenir-Regular.eot");
	src: local("Avenir Next Bold"), url("../fonts/Avenir-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Regular.woff") format("woff"), url("../fonts/Avenir-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir Next';
	src: url("../fonts/Avenir-Medium.eot");
	src: local("Avenir Next Bold"), url("../fonts/Avenir-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Medium.woff") format("woff"), url("../fonts/Avenir-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir Next';
	src: url("../fonts/Avenir-Bold.eot");
	src: local("Avenir Next Bold"), url("../fonts/Avenir-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Bold.woff") format("woff"), url("../fonts/Avenir-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

html, body {
	height: 100%;
}

body {
	font-family: "Avenir Next", sans-serif;
	font-size: 18px;
	line-height: 1.25;
	color: #0e0b12;
	min-width: 320px;
}

ol, ul {
	list-style-position: inside;
}

a {
	color: #64b8a4;
	text-decoration: none;
	transition: 0.2s;
}

a:hover {
	text-decoration: none;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea {
	display: inline-block;
	box-sizing: border-box;
	padding: 8px 20px;
	font-size: 16px;
	font-family: "Avenir Next", sans-serif;
	line-height: 22px;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	border: 1px solid #dddddd;
	background-color: #fcfcfc;
	transition: 0.2s;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, textarea:focus {
	border-color: #64b8a4;
}

textarea {
	overflow: auto;
	height: 180px;
	width: 100%;
}

input[type="submit"], .button {
	display: inline-block;
	box-sizing: border-box;
	background-color: #64b8a4;
	color: #ffffff;
	cursor: pointer;
	border: none;
	padding: 8px 20px;
	border-radius: 5px;
	font-size: 16px;
	font-family: "Avenir Next", sans-serif;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	transition: 0.2s;
}

input[type="submit"]:hover, .button:hover {
	background-color: #039673;
}

#site {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

.container_box {
	display: block;
	position: relative;
	width: 100%;
	flex-grow: 1;
	flex-shrink: 0;
	z-index: 2;
}

.wrapper_box {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}

@media (max-width: 768px) {
	.wrapper_box {
		flex-wrap: wrap;
		justify-content: center;
	}
	.wrapper_box .main_box {
		width: 100%;
		order: 1;
	}
}

.main_box {
	display: block;
	position: relative;
	overflow: hidden;
	order: 2;
	flex-grow: 1;
}

.sidebar_box {
	display: block;
	flex-shrink: 0;
	width: 272px;
	margin-right: 30px;
	order: 1;
}

@media (max-width: 1024px) {
	.sidebar_box {
		width: 240px;
		margin-right: 20px;
	}
}

@media (max-width: 768px) {
	.sidebar_box {
		margin-right: 0;
		width: 100%;
		max-width: 400px;
		order: 2;
	}
}

.footer_box {
	display: block;
	position: relative;
	flex-grow: 0;
	flex-shrink: 0;
	z-index: 1;
}

.fixed {
	max-width: 1600px;
	padding: 0 40px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	width: 100%;
	box-sizing: border-box;
}

@media (max-width: 1024px) {
	.fixed {
		padding: 0 20px;
	}
}

.header_box {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 80px;
	padding-top: 65px;
	padding-bottom: 80px;
	color: #ffffff;
}

.header_box:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	background: linear-gradient(180deg, rgba(9, 9, 9, 0.5) 0%, rgba(135, 200, 185, 0.5) 100%);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.header_box:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 3;
	background: url(../images/bg_header_line.png) 50% 0 no-repeat;
	background-size: auto 100%;
	height: 80px;
	left: 0;
	right: 0;
	bottom: 0;
}

@media (min-width: 1920px) {
	.header_box:after {
		background-size: 100% 100%;
	}
}

.header_box .background {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: url(../images/bg_header.jpg) 50% 0 no-repeat;
	background-size: cover;
	filter: blur(3px);
}

.header_box .fixed {
	z-index: 4;
}

.header_box .contents {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	min-height: 300px;
}

.header_box .contents_front {
	min-height: 800px;
}

.header_box .title, .header_box h1 {
	display: block;
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	margin: 0 0 15px;
}

.header_box .text {
	display: block;
	font-size: 32px;
	font-weight: 400;
}

.header_box .button {
	margin-top: 25px;
	min-width: 200px;
}

@media (max-width: 1520px) {
	.header_box {
		padding-bottom: 60px;
		margin-bottom: 60px;
	}
	.header_box:after {
		height: 60px;
	}
	.header_box .contents {
		min-height: 200px;
	}
	.header_box .contents_front {
		min-height: 600px;
	}
}

@media (max-width: 1024px) {
	.header_box {
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	.header_box:after {
		height: 40px;
	}
	.header_box .contents {
		min-height: 200px;
	}
	.header_box .contents_front {
		min-height: 400px;
	}
	.header_box .title, .header_box h1 {
		font-size: 42px;
	}
	.header_box .text {
		font-size: 28px;
	}
}

@media (max-width: 768px) {
	.header_box .contents {
		min-height: 150px;
	}
	.header_box .contents_front {
		min-height: 200px;
	}
	.header_box .title, .header_box h1 {
		font-size: 32px;
	}
	.header_box .text {
		font-size: 20px;
	}
	.header_box .button {
		margin-top: 20px;
	}
}

@media (max-width: 640px) {
	.header_box {
		padding-bottom: 30px;
	}
	.header_box:after {
		height: 30px;
	}
}

@media (max-width: 420px) {
	.header_box {
		padding-bottom: 20px;
	}
	.header_box:after {
		height: 20px;
	}
	.header_box .title, .header_box h1 {
		font-size: 28px;
		line-height: 1.1;
	}
	.header_box .text {
		font-size: 18px;
	}
}

.about_box {
	display: block;
	position: relative;
	margin-bottom: 80px;
	padding: 40px 0;
	background-color: #f9f9f9;
	text-align: center;
}

.about_box .photo {
	display: block;
	width: 240px;
	height: auto;
	margin: 0 auto 30px;
}

.about_box .photo img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.about_box .title_box {
	margin-bottom: 30px;
}

.about_box .text {
	margin: 0 auto;
	max-width: 1000px;
	font-size: 20px;
}

.about_box .items {
	display: flex;
	flex-wrap: wrap;
	margin: 35px -30px 0;
}

.about_box .item {
	display: block;
	text-align: center;
	width: 25%;
	padding: 0 30px;
	font-size: 16px;
	box-sizing: border-box;
}

@media (max-width: 1520px) {
	.about_box {
		margin-bottom: 60px;
	}
}

@media (max-width: 1024px) {
	.about_box {
		margin-bottom: 40px;
		padding: 30px 0;
	}
	.about_box .photo {
		margin-bottom: 22px;
	}
	.about_box .title_box {
		margin-bottom: 20px;
	}
	.about_box .text {
		font-size: 18px;
	}
	.about_box .items {
		margin: 25px -10px 0;
	}
	.about_box .item {
		padding: 0 10px;
	}
}

@media (max-width: 768px) {
	.about_box .items {
		margin-bottom: -20px;
	}
	.about_box .item {
		width: 50%;
		margin-bottom: 20px;
	}
}

@media (max-width: 480px) {
	.about_box {
		padding: 20px 0;
	}
	.about_box .text {
		font-size: 16px;
	}
	.about_box .photo {
		margin-bottom: 20px;
	}
	.about_box .title_box {
		margin-bottom: 15px;
	}
	.about_box .items {
		margin-top: 20px;
	}
}

@media (max-width: 420px) {
	.about_box .items {
		margin: 20px 0 -20px;
	}
	.about_box .item {
		width: 100%;
		padding: 0;
	}
}

.customize-support .fixed_box, .customize-support .mobile_box {
	top: 32px;
}

.customize-support .header_box {
	padding-top: 97px;
}

@media (max-width: 782px) {
	.customize-support .fixed_box, .customize-support .mobile_box {
		top: 46px;
	}
	.customize-support .header_box {
		padding-top: 111px;
	}
}

@media (max-width: 600px) {
	.customize-support #wpadminbar {
		display: none;
	}
	.customize-support .fixed_box, .customize-support .mobile_box {
		top: 0;
	}
	.customize-support .header_box {
		padding-top: 65px;
	}
	.customize-support html {
		margin-top: 0 !important;
	}
}

/* Стили для оформления комментариев */
.comments, .comment, .comment_avatar, .comment_inner, .comment_info, .comment_body {
	display: block;
	position: relative;
	overflow: hidden;
}

.comments {
	margin-bottom: 30px;
}

.comments h3 {
	display: block;
	margin-bottom: 12px;
	font-weight: normal;
	font-size: 18px;
	line-height: 130%;
	color: #333333;
}

.comments .pagination {
	margin-top: 30px;
}

.comment .comment_inner {
	padding: 15px;
	border-radius: 10px;
	background: #f5f5f5;
}

.comment + .comment, .comment .comment {
	margin-top: 20px;
}

.comment .comment {
	margin-left: 35px;
}

.comment.depth-3 .comment {
	margin-left: 0;
}

.comment .comment_avatar {
	float: left;
	width: 60px;
	height: 60px;
}

.comment .comment_avatar img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.comment .comment_avatar + .comment_body {
	margin-left: 75px;
}

.comment .comment_info {
	margin-bottom: 4px;
}

.comment .comment_author {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 15px;
}

.comment .comment_date {
	display: block;
	float: right;
	font-size: 14px;
	color: #666666;
}

.comment .comment_body {
	font-style: normal;
}

.comment .comment_body p {
	margin-bottom: 12px;
}

.comment .comment_on_moderation {
	font-style: italic;
	color: #990000;
}

.comment .comment_buttons {
	margin-top: 12px;
	text-align: right;
	font-size: 13px;
	line-height: 130%;
	color: #990000;
}

.comment .comment_buttons a {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 5px;
	background: #aaaaaa;
	color: #ffffff;
	text-decoration: none;
}

.comment .comment_buttons a:hover {
	background: #cccccc;
}

.comment .comment_buttons a + a {
	margin-left: 5px;
}

/* Стили для оформления формы комментариев */
.comment-reply-title {
	display: block;
	margin-bottom: 12px;
	font-weight: normal;
	font-size: 18px;
	line-height: 130%;
	color: #333333;
}

.comment-reply-title a {
	color: #953c21;
}

.comment-reply-title small, .comment-reply-title small a {
	font-size: 16px;
	color: #555555;
	text-decoration: none;
	text-transform: lowercase;
}

.comment-reply-title small a:hover {
	text-decoration: underline;
}

.comment-respond {
	width: auto;
	max-width: 600px;
	margin: 30px auto;
}

.comment-respond input[type="text"], .comment-respond textarea {
	display: block;
	box-sizing: border-box;
	width: auto;
	max-width: 200px;
	height: auto;
	padding: 5px 10px;
	margin: 0 0 15px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	font-weight: normal;
	font-size: 14px;
	line-height: 130%;
}

.comment-respond textarea {
	overflow: auto;
	max-width: 100%;
	height: 160px;
}

.comment-respond input[type="submit"] {
	display: inline-block;
	padding: 5px 15px;
	border: 0;
	border-radius: 5px;
	background: #aaaaaa;
	text-align: center;
	font-size: 15px;
	line-height: 130%;
	color: #ffffff;
	cursor: pointer;
}

.comment-respond input[type="submit"]:hover {
	background: #cccccc;
}

.comment-respond p {
	margin-bottom: 15px;
}

.comment-respond p.form-submit {
	overflow: hidden;
	width: 100%;
}

.comment-respond .logout, .comment-respond .login {
	font-weight: bold;
}

.comment-respond .logout {
	text-decoration: none;
}

.comment-respond .logout:hover {
	text-decoration: underline;
}

.comment-respond .login {
	color: #953c21;
}

.contacts_box {
	display: block;
	position: relative;
	background-color: #f9f9f9;
	padding: 40px 0;
	margin-bottom: 80px;
}

.contacts_box:last-child {
	margin-bottom: 0;
}

.contacts_box .title_box {
	margin-bottom: 40px;
}

.contacts_box .contacts {
	display: flex;
	align-items: flex-start;
	margin: 0 -50px;
}

.contacts_box .location, .contacts_box .wpcf7 {
	display: block;
	position: relative;
	width: calc(50% - 100px);
	margin: 0 50px;
	box-sizing: border-box;
}

.contacts_box .location {
	text-align: center;
}

.contacts_box .map {
	display: block;
	position: relative;
	overflow: hidden;
	height: 300px;
	margin-bottom: 10px;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
}

.contacts_box .address {
	display: block;
	font-size: 20px;
	text-align: center;
	color: #0e0b12;
}

@media (max-width: 1520px) {
	.contacts_box {
		margin-bottom: 40px;
	}
	.contacts_box .contacts {
		margin: 0 -20px;
	}
	.contacts_box .location, .contacts_box .wpcf7 {
		width: calc(50% - 40px);
		margin: 0 20px;
	}
	.contacts_box .map {
		height: 280px;
	}
	.contacts_box .address {
		font-size: 18px;
	}
}

@media (max-width: 1024px) {
	.contacts_box {
		padding: 30px 0;
		margin-bottom: 30px;
	}
	.contacts_box .title_box {
		margin-bottom: 20px;
	}
	.contacts_box .location, .contacts_box .wpcf7 {
		width: 100%;
		margin: 0 0 30px;
	}
	.contacts_box .address {
		font-size: 16px;
	}
	.contacts_box .contacts {
		flex-wrap: wrap;
		margin: 0 0 -30px;
	}
}

@media (max-width: 480px) {
	.contacts_box {
		padding: 20px 0;
	}
}

h1 {
	display: block;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 20px;
}

@media (max-width: 1024px) {
	h1 {
		font-size: 28px;
	}
}

@media (max-width: 640px) {
	h1 {
		font-size: 24px;
	}
}

.content_box {
	margin-bottom: 80px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.2;
}

.content h2 {
	font-size: 30px;
}

.content h3 {
	font-size: 24px;
}

.content h4 {
	font-size: 20px;
}

.content h5 {
	font-size: 17px;
}

.content h6 {
	font-size: 16px;
}

.content p, .content > table, .content > ul, .content > ol, .content .table_wrapper {
	margin-bottom: 20px;
}

.content .table_wrapper {
	overflow: auto;
}

.content ul, .content ol {
	display: block;
	position: relative;
}

.content ul ul, .content ul ol, .content ol ul, .content ol ol {
	display: block;
	padding-top: 11px;
	margin-left: 0;
}

.content li {
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}

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

.content ul > li:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 9px;
	background-color: #ecc571;
	border-radius: 50%;
}

.content ol {
	counter-reset: list;
}

.content ol > li {
	counter-increment: list;
}

.content ol > li:before {
	content: counter(list) ".";
	display: block;
	text-align: center;
	position: absolute;
	left: 0;
	top: 1px;
}

.content table, .content img {
	height: auto;
	width: auto;
	max-width: 100%;
}

.content table {
	border-spacing: 0;
	border-collapse: collapse;
}

.content td, .content th {
	padding: 5px 10px;
	border: 1px solid #e0e0e0;
}

.content > :last-child {
	margin-bottom: 0;
}

@media (max-width: 1520px) {
	.content_box {
		margin-bottom: 60px;
	}
}

@media (max-width: 1024px) {
	.content_box {
		margin-bottom: 40px;
	}
	.content h2 {
		font-size: 24px;
	}
	.content h3 {
		font-size: 20px;
	}
	.content h4 {
		font-size: 18px;
	}
	.content h5 {
		font-size: 17px;
	}
	.content h6 {
		font-size: 15px;
	}
	.content p, .content > table, .content > ul, .content > ol, .content .table_wrapper {
		margin-bottom: 15px;
	}
}

@media (max-width: 768px) {
	.content .table_wrapper {
		display: block;
		overflow-x: auto;
		overflow-y: hidden;
	}
}

.content .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.content .alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.content .alignnone {
	margin: 0 0 20px;
}

.content .aligncenter {
	display: block;
	margin: 0 auto 20px;
}

@media (max-width: 768px) {
	.content .alignright, .content .alignleft {
		float: none;
		display: block;
		margin: 0 auto 20px;
		text-align: center;
	}
}

.content blockquote {
	display: block;
	overflow: hidden;
	padding: 16px 20px;
	margin-bottom: 20px;
	background: #f9f9f9;
}

.content blockquote :last-child {
	margin-bottom: 0;
}

.content .wp-caption-text {
	display: block;
	text-align: center;
	margin: 0;
}

.content .wp-caption {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 20px;
	background: #f9f9f9;
}

.content .wp-caption .wp-caption-text {
	padding: 10px 10px 0;
}

.content .wp-caption a, .content .wp-caption img {
	display: block;
	position: relative;
	margin: 0;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	overflow: hidden;
	margin: 0 -5px 10px;
}

.gallery .gallery-item {
	display: inline-block;
	width: 33.33%;
	padding: 0 5px;
	margin: 0 0 10px;
	vertical-align: top;
	box-sizing: border-box;
}

.gallery .gallery-icon {
	display: block;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	transition: 0.2s;
}

.gallery .gallery-icon:hover {
	opacity: 0.8;
}

.gallery .gallery-icon a, .gallery .gallery-icon img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.gallery .gallery-caption {
	display: block;
	padding: 0 10px 10px;
	background: #f9f9f9;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

@media (max-width: 768px) {
	.gallery-columns-2 .gallery-item {
		width: 100%;
	}
	.gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item {
		width: 50%;
	}
	.gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item {
		width: 33.33%;
	}
	.gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
		width: 25%;
	}
}

@media (max-width: 480px) {
	.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item {
		width: 100%;
	}
	.gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item {
		width: 50%;
	}
	.gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
		width: 33.33%;
	}
}

.features_box {
	display: block;
	position: relative;
	margin-bottom: 80px;
}

.features_box .items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px -40px;
}

.features_box .item {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	margin-bottom: 40px;
	padding: 0 20px;
	width: 25%;
	text-align: center;
}

.features_box .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	position: relative;
	margin-bottom: 30px;
	flex-grow: 0;
	flex-shrink: 0;
}

.features_box .icon:before {
	content: '';
	display: block;
	position: relative;
	background: 0 0 no-repeat;
	background-size: contain;
}

.features_box .icon_1:before {
	width: 37px;
	height: 42px;
	background-image: url(../images/ico_feature_1.svg);
}

.features_box .icon_2:before {
	width: 60px;
	height: 43px;
	background-image: url(../images/ico_feature_2.svg);
}

.features_box .icon_3:before {
	width: 37px;
	height: 42px;
	background-image: url(../images/ico_feature_3.svg);
}

.features_box .icon_4:before {
	width: 47px;
	height: 42px;
	background-image: url(../images/ico_feature_4.svg);
}

.features_box .title {
	display: block;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	color: #64b8a4;
	margin-bottom: 15px;
	flex-grow: 0;
}

.features_box .text {
	display: block;
	position: relative;
	flex-grow: 1;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 25px;
}

@media (max-width: 1520px) {
	.features_box {
		margin-bottom: 60px;
	}
	.features_box .items {
		margin: 0 -10px -40px;
	}
	.features_box .item {
		padding: 0 10px;
		margin-bottom: 40px;
	}
	.features_box .icon {
		margin-bottom: 20px;
	}
	.features_box .title {
		font-size: 24px;
	}
	.features_box .text {
		margin-bottom: 20px;
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.features_box {
		margin-bottom: 40px;
	}
	.features_box .items {
		margin-bottom: -30px;
	}
	.features_box .item {
		width: 50%;
		margin-bottom: 30px;
	}
}

@media (max-width: 480px) {
	.features_box .icon {
		margin-bottom: 12px;
	}
	.features_box .title {
		font-size: 20px;
	}
	.features_box .item {
		width: 100%;
	}
}

.fixed_box {
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 20;
	transition: 0.2s;
}

.is_scrolled .fixed_box {
	background-color: #ffffff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.is_scrolled .fixed_box .header {
	padding: 20px 0;
}

.is_scrolled .fixed_box .logo .logo_white {
	fill: #64b8a4;
}

.is_scrolled .fixed_box .menu ul {
	border-radius: 0 0 5px 5px;
}

.is_scrolled .fixed_box .menu a {
	color: #0e0b12;
}

.is_scrolled .fixed_box .menu a:hover {
	color: #64b8a4;
}

.is_scrolled .fixed_box .menu_btn {
	color: #0e0b12;
}

.is_scrolled .fixed_box .menu_btn:hover {
	color: #64b8a4;
}

.fixed_box .header {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
	padding: 30px 0;
	transition: 0.2s;
}

.fixed_box .logo {
	display: block;
	cursor: pointer;
	transition: 0.2s;
	flex-grow: 0;
	flex-shrink: 0;
}

.fixed_box .logo svg {
	display: block;
	position: relative;
	width: 212px;
	height: 25px;
	transition: 0.2s;
}

.fixed_box .logo .logo_white {
	transition: 0.2s;
	fill: #ffffff;
}

.fixed_box .logo .logo_green {
	transition: 0.2s;
	fill: #64b8a4;
}

.fixed_box .menu {
	display: flex;
	align-items: center;
	margin-left: -20px;
	justify-content: flex-end;
}

.fixed_box .menu ul {
	display: block;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	margin: 15px 0 0;
	padding: 8px 0;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	max-width: 200px;
	background-color: #ffffff;
	border-radius: 5px;
	transition: 0.2s;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.fixed_box .menu ul:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -22px;
	height: 24px;
	background: transparent;
	z-index: 1;
}

.fixed_box .menu ul:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: -10px;
	width: 0;
	height: 0;
	border-bottom: 10px solid #ffffff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	z-index: 2;
}

.fixed_box .menu ul li {
	display: block;
	margin: 0;
}

.fixed_box .menu ul a {
	display: block;
	padding: 5px 15px;
	font-size: 16px;
	text-transform: none;
	color: #0e0b12;
}

.fixed_box .menu li {
	display: inline-block;
	margin-left: 60px;
	position: relative;
}

.fixed_box .menu li:hover > ul {
	opacity: 1;
	visibility: visible;
}

.fixed_box .menu a {
	display: block;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
}

.fixed_box .menu a:hover {
	color: #64b8a4;
}

.fixed_box .menu_btn {
	display: none;
	flex-grow: 0;
	flex-shrink: 0;
	position: relative;
	right: 0;
	width: 20px;
	height: 20px;
	transition: 0.2s;
	z-index: 20;
	color: #ffffff;
	top: 1px;
}

.fixed_box .menu_btn:hover {
	color: #64b8a4;
}

.fixed_box .menu_btn:before, .fixed_box .menu_btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 6px;
	border-top: 2px solid;
}

.fixed_box .menu_btn:after {
	top: 8px;
	border-bottom: 2px solid;
}

@media (max-width: 1520px) {
	.fixed_box .menu li {
		margin-left: 40px;
	}
}

@media (max-width: 1024px) {
	.fixed_box .menu {
		display: none;
		position: absolute;
		right: -10px;
		top: 50%;
		background-color: #ffffff;
		padding: 16px 20px;
		margin: 30px 0 0;
		border-radius: 5px;
		max-width: 300px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	}
	.fixed_box .menu:before {
		content: '';
		display: block;
		position: absolute;
		top: -10px;
		right: 10px;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #ffffff;
		width: 0;
		height: 0;
	}
	.fixed_box .menu ul {
		display: none;
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		margin: 5px 0 -5px;
		padding: 0;
		opacity: 1;
		visibility: visible;
		box-shadow: none;
	}
	.fixed_box .menu ul:before, .fixed_box .menu ul:after {
		display: none;
	}
	.fixed_box .menu ul a {
		font-size: 15px;
	}
	.fixed_box .menu li {
		display: block;
		margin: 0 0 10px;
	}
	.fixed_box .menu li:last-child {
		margin-bottom: 0;
	}
	.fixed_box .menu li.active > ul, .fixed_box .menu li:hover > ul {
		display: block;
	}
	.fixed_box .menu li.active > a {
		color: #64b8a4;
	}
	.fixed_box .menu a {
		display: inline-block;
		text-transform: none;
		color: #0e0b12;
	}
	.fixed_box .menu a:hover {
		color: #64b8a4;
	}
	.fixed_box .menu_btn {
		display: block;
	}
}

@media (max-width: 640px) {
	.fixed_box .logo svg {
		width: 200px;
		height: 24px;
	}
}

div.wpcf7 {
	padding: 30px;
}

@media (max-width: 1520px) {
	div.wpcf7 {
		padding: 20px;
	}
}

.wpcf7 {
	display: block;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	padding: 30px;
}

.wpcf7 .row {
	display: flex;
	margin: 0 -5px;
}

.wpcf7 .column {
	display: block;
	padding: 0 5px;
	box-sizing: border-box;
	width: 50%;
}

.wpcf7 .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 10px;
}

.wpcf7 .wpcf7-form-control-wrap input, .wpcf7 .wpcf7-form-control-wrap textarea {
	display: block;
	width: 100%;
}

.wpcf7 .wpcf7-form-control-wrap textarea {
	height: 190px;
}

.wpcf7 .wpcf7-not-valid-tip {
	font-size: 14px;
	line-height: 1.25;
	margin: 8px 20px -2px;
}

.wpcf7 .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 8px 12px;
	font-size: 16px;
	line-height: 1.25;
	text-align: center;
}

.wpcf7 input[type="submit"] {
	min-width: 200px;
	text-transform: uppercase;
}

.wpcf7 .jq-selectbox {
	width: 100%;
}

@media (max-width: 1520px) {
	.wpcf7 {
		padding: 20px;
	}
}

@media (max-width: 480px) {
	.wpcf7 {
		text-align: center;
	}
	.wpcf7 .row {
		display: block;
		margin: 0;
	}
	.wpcf7 .column {
		display: block;
		width: auto;
		padding: 0;
		text-align: left;
	}
}

.mobile_box {
	display: block;
	position: fixed;
	top: 0;
	right: 100%;
	bottom: 0;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	background: #ffffff linear-gradient(to bottom, #f4fffc, transparent);
	transition: 0.5s;
	opacity: 0;
	padding: 20px;
	z-index: 100;
}

.mobile_box.is_visible {
	right: 0;
	opacity: 1;
}

.is_scrolled .mobile_box .close {
	top: 22px;
}

.mobile_box ul {
	display: block;
	position: relative;
}

.mobile_box ul ul {
	display: none;
}

.mobile_box li {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	border-top: 1px solid #cceae3;
}

.mobile_box li:first-child {
	border-top: none;
}

.mobile_box li li a {
	font-size: 16px;
}

.mobile_box li a {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	color: #0e0b12;
	text-decoration: none;
	padding: 10px 20px 9px;
}

.mobile_box li.active > a, .mobile_box li > a:hover {
	color: #64b8a4;
}

.mobile_box .close {
	display: block;
	position: absolute;
	top: 30px;
	right: 18px;
	width: 24px;
	height: 24px;
	background: url(../images/ico_close.svg) 0 0 no-repeat;
	background-size: contain;
	transition: 0.2s;
	cursor: pointer;
}

.mobile_box .close:hover {
	transform: rotate(90deg);
}

.modal_box {
	display: flex;
	visibility: hidden;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: rgba(0, 0, 0, 0.8);
	transition: 0.5s;
	padding: 20px;
	opacity: 0;
	z-index: 10;
}

.modal_box.is_visible {
	visibility: visible;
	opacity: 1;
}

.modal_box.is_visible .modal {
	top: 0;
}

.modal_box .modal {
	display: block;
	position: relative;
	top: -600px;
	overflow: hidden;
	width: 100%;
	max-width: 500px;
	margin: auto;
	padding: 40px;
	background-color: #ffffff;
	text-align: center;
	transition: 0.5s;
}

.modal_box .close {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	outline: none;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.modal_box .close:after, .modal_box .close:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%) rotate(45deg);
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000000;
	transition: 0.2s;
}

.modal_box .close:before {
	transform: translateY(-50%) rotate(-45deg);
}

.modal_box .close:hover:before, .modal_box .close:hover:after {
	background-color: #009900;
}

@media (max-width: 1024px) {
	.modal_box .modal {
		padding: 20px;
	}
}

@media (max-width: 420px) {
	.modal_box {
		padding: 10px;
	}
	.modal_box .modal {
		padding: 10px;
	}
}

/* Стили для пагинации */
.pagination {
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 80px;
}

.pagination span, .pagination a {
	display: inline-block;
	margin: 0 2px;
	padding: 2px 7px;
	text-decoration: none;
	vertical-align: middle;
	color: #0e0b12;
}

.pagination span {
	background-color: #64b8a4;
	color: #ffffff;
}

.pagination a:hover {
	color: #0d7b0d;
}

.pagination .extend {
	background: transparent;
}

.pagination span.next, .pagination span.prev {
	background: transparent;
	color: #0d7b0d;
}

@media (max-width: 1520px) {
	.pagination {
		margin-bottom: 60px;
	}
}

@media (max-width: 1024px) {
	.pagination {
		margin-bottom: 40px;
	}
}

.posts_box {
	display: block;
	position: relative;
	margin-bottom: 80px;
}

.posts_box .items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px -40px;
}

.posts_box .item {
	display: block;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	background-color: #f9f9f9;
	width: calc(33.33% - 40px);
	margin: 0 20px 40px;
	box-sizing: border-box;
	position: relative;
}

.posts_box .thumb {
	display: block;
	position: relative;
	overflow: hidden;
}

.posts_box .thumb img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.posts_box .info {
	display: block;
	padding: 12px 15px;
}

.posts_box .title {
	display: block;
	color: #394250;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 6px;
}

.posts_box .title:hover {
	color: #64b8a4;
}

.posts_box .text {
	display: block;
	font-size: 16px;
}

@media (max-width: 1520px) {
	.posts_box {
		margin-bottom: 60px;
	}
	.posts_box .items {
		margin: 0 -15px -40px;
	}
	.posts_box .item {
		width: calc(33.33% - 30px);
		margin: 0 15px 30px;
	}
	.posts_box .title {
		font-size: 22px;
	}
}

@media (max-width: 1024px) {
	.posts_box {
		margin-bottom: 40px;
	}
	.posts_box .items {
		margin: 0 -10px -30px;
	}
	.posts_box .item {
		width: calc(33.33% - 20px);
		margin: 0 10px 30px;
	}
	.posts_box .title {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.posts_box .item {
		width: calc(50% - 20px);
	}
	.posts_box .thumb img {
		width: 200%;
		left: -50%;
	}
}

@media (max-width: 480px) {
	.posts_box .items {
		margin: 0 0 -20px;
	}
	.posts_box .item {
		width: 100%;
		margin: 0 0 20px;
	}
	.posts_box .thumb img {
		width: 100%;
		left: 0;
	}
}

.jq-selectbox, .jq-select-multiple {
	display: inline-block;
	position: relative;
}

.jq-selectbox select, .jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}

.jq-selectbox li, .jq-select-multiple li {
	white-space: nowrap;
	user-select: none;
}

.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	z-index: 10;
}

.jq-selectbox__select {
	display: block;
	position: relative;
}

.jq-selectbox.focused .jq-selectbox__select {
	border-color: #64b8a4;
}

.jq-selectbox.disabled .jq-selectbox__select {
	background: #f5f5f5;
	box-shadow: none;
	border-color: #cccccc;
	color: #888888;
}

.jq-selectbox__select-text {
	display: block;
	box-sizing: border-box;
	padding: 8px 30px 8px 20px;
	font-size: 16px;
	font-family: "Avenir Next", sans-serif;
	line-height: 22px;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	border: 1px solid #dddddd;
	background-color: #fcfcfc;
	transition: 0.2s;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	user-select: none;
}

.jq-selectbox__dropdown {
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	background: #ffffff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	border: 1px solid #cccccc;
	border-radius: 8px;
	font-size: 16px;
}

.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}

.jq-selectbox__trigger {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
}

.jq-selectbox__trigger-arrow {
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-top: 6px solid #999999;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #999999;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #aaaaaa;
}

.jq-selectbox ul {
	margin: 0;
	padding: 0;
}

.jq-selectbox li {
	padding: 10px 20px;
}

.jq-selectbox li.selected, .jq-selectbox li:hover {
	background-color: #64b8a4;
	color: #ffffff;
}

.jq-selectbox li.disabled {
	color: #aaaaaa;
}

.jq-selectbox li.disabled:hover {
	background: none;
}

.jq-selectbox li.optgroup {
	font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231f20;
	cursor: default;
}

.jq-selectbox li.option {
	padding-left: 25px;
}

.jq-selectbox .placeholder {
	color: #888888;
}

.tiles_box {
	display: block;
	position: relative;
	margin-bottom: 80px;
}

.tiles_box .items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.tiles_box .item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: calc(33.33% - 30px);
	padding: 30px 10px;
	margin: 0 15px 30px;
	border-radius: 4px;
	background-color: #f9f9f9;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	text-align: center;
}

.tiles_box .title {
	display: block;
	font-size: 16px;
	line-height: 1.25;
	position: relative;
	margin-top: -20px;
	margin-bottom: 20px;
}

.tiles_box .text {
	display: block;
	position: relative;
	font-size: 24px;
	line-height: 1;
}

@media (max-width: 1520px) {
	.tiles_box {
		margin-bottom: 60px;
	}
}

@media (max-width: 1024px) {
	.tiles_box {
		margin-bottom: 40px;
	}
	.tiles_box .items {
		margin: 0 -10px;
		justify-content: center;
	}
	.tiles_box .item {
		width: calc(50% - 20px);
		margin: 0 10px 20px;
	}
}

@media (max-width: 480px) {
	.tiles_box .items {
		display: block;
		margin: 0;
	}
	.tiles_box .item {
		display: block;
		width: auto;
		margin: 0 0 20px;
	}
	.tiles_box .text {
		font-size: 20px;
	}
}

.title_box {
	display: block;
	position: relative;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 60px;
}

@media (max-width: 1520px) {
	.title_box {
		margin-bottom: 40px;
		font-size: 32px;
	}
}

@media (max-width: 1024px) {
	.title_box {
		font-size: 28px;
		margin-bottom: 20px;
	}
}

@media (max-width: 480px) {
	.title_box {
		font-size: 24px;
	}
}

.footer_box {
	display: block;
	position: relative;
	background-color: #202530;
	color: #ffffff;
	padding: 60px 0;
}

.footer_box .widgets {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 0 -40px;
	padding: 0 140px;
}

.footer_box .widget {
	display: block;
	padding: 0 40px;
	margin-bottom: 40px;
	box-sizing: border-box;
}

.footer_box .title {
	display: block;
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.footer_box .menu {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
}

.footer_box .menu li {
	display: block;
	margin-bottom: 10px;
}

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

.footer_box .menu a {
	color: #ffffff;
}

.footer_box .menu a:hover {
	color: #64b8a4;
}

@media (max-width: 1024px) {
	.footer_box {
		padding: 40px 0;
	}
	.footer_box .widgets {
		padding: 0;
	}
}

@media (max-width: 640px) {
	.footer_box {
		padding: 30px 0;
	}
	.footer_box .widgets {
		margin: 0 -10px -30px;
	}
	.footer_box .widget {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 30px;
	}
}

@media (max-width: 420px) {
	.footer_box .widget {
		width: 100%;
	}
}

/*# sourceMappingURL=style.css.map */
