@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;
}

html, body {
	height: 100%;
}

body {
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #2a3e62;
	min-width: 320px;
}

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

input, textarea {
	font-family: "PT Sans", sans-serif;
}

a {
	color: #3a5588;
	text-decoration: none;
	transition: 0.2s;
}

a:hover img {
	opacity: 0.8;
}

#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;
}

.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%;
	}
}

.sidebar_box {
	display: block;
	flex-shrink: 0;
	width: 350px;
	margin-left: 30px;
}

@media (max-width: 1024px) {
	.sidebar_box {
		width: 270px;
		margin-left: 20px;
		margin-bottom: 20px;
	}
}

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

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

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

.title_box, .comment-reply-title {
	display: block;
	color: #2a3e62;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 25px;
}

.title_box h1, .comment-reply-title h1 {
	display: inline-block;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
}

@media (max-width: 1024px) {
	.title_box, .comment-reply-title {
		font-size: 22px;
		margin-bottom: 15px;
	}
}

@media (max-width: 768px) {
	.title_box, .comment-reply-title {
		font-size: 20px;
	}
}

.comment-respond, .content_box, .help_box, .latest_box, .pagination, .popular_box, .social_box, .splash_box, .subscribe_box, .widget {
	position: relative;
	margin-bottom: 40px;
}

@media (max-width: 1024px) {
	.comment-respond, .content_box, .help_box, .latest_box, .pagination, .popular_box, .social_box, .splash_box, .subscribe_box, .widget {
		margin-bottom: 30px;
	}
}

.header_box {
	display: block;
	position: relative;
}

.header_box .fixed {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding: 20px;
}

.header_box .logo_wrapper {
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
}

.header_box .logo {
	display: inline-block;
	position: relative;
	padding-left: 63px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.1;
	color: #2a3e62;
}

.header_box .logo:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 40px;
	height: 53px;
	margin-top: -26px;
	background: url(../images/ico_logo.png) 0 0 no-repeat;
}

.header_box .logo span {
	display: inline-block;
	position: relative;
	top: -2px;
	font-size: 16px;
	font-weight: 700;
	color: #418bd6;
	vertical-align: middle;
}

.header_box .search {
	display: block;
	flex-grow: 1;
	position: relative;
	margin: 0 60px;
}

.header_box .search input[type="text"] {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding: 10px 50px 10px 30px;
	background: transparent;
	border: 1px solid #dbe0e4;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	color: #3a5588;
	z-index: 1;
	transition: 0.2s;
}

.header_box .search input[type="text"]:focus {
	border-color: #418bd6;
}

.header_box .search input[type="text"]:-ms-input-placeholder {
	color: #3a5588;
	opacity: 0.3;
}

.header_box .search input[type="text"]:-moz-placeholder {
	color: #3a5588;
	opacity: 0.3;
}

.header_box .search input[type="text"]::-moz-placeholder {
	color: #3a5588;
	opacity: 0.3;
}

.header_box .search input[type="text"]::-webkit-input-placeholder {
	color: #3a5588;
	opacity: 0.3;
}

.header_box .search input[type="submit"] {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 47px;
	height: auto;
	background: url(../images/ico_search.png) 0 50% no-repeat;
	z-index: 2;
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
}

.header_box .search input[type="submit"]:hover {
	opacity: 0.5;
}

.header_box .contacts {
	display: block;
	text-align: center;
	padding-left: 56px;
	position: relative;
	max-width: 190px;
	flex-grow: 0;
	flex-shrink: 0;
}

.header_box .contacts:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	background: url(../images/ico_phone.png) 0 0 no-repeat;
	width: 28px;
	height: 28px;
	margin-top: -14px;
}

.header_box .label {
	display: block;
	opacity: 0.7;
	color: #353755;
	font-size: 11px;
	font-weight: 400;
	margin-bottom: 4px;
}

.header_box .phone {
	display: block;
	color: #2a3e62;
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.1;
	white-space: nowrap;
	text-decoration: none;
}

.header_box .phone span {
	display: inline-block;
	color: #3a5588;
}

@media (max-width: 1024px) {
	.header_box .search {
		margin: 0 20px;
	}
	.header_box .search input[type="text"] {
		font-size: 16px;
		padding: 10px 30px 10px 20px;
	}
	.header_box .search input[type="submit"] {
		width: 30px;
	}
	.header_box .contacts {
		padding-left: 40px;
	}
}

@media (max-width: 768px) {
	.header_box .fixed {
		flex-wrap: wrap;
	}
	.header_box .logo_wrapper {
		width: 100%;
	}
	.header_box .logo {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		text-align: center;
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.header_box .logo:before {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		top: auto;
		margin: 0 20px 0 0;
	}
	.header_box .search {
		width: 50%;
		margin: 0;
		padding-right: 20px;
		box-sizing: border-box;
	}
	.header_box .search input[type="submit"] {
		right: 20px;
	}
	.header_box .contacts {
		width: 50%;
	}
	.header_box .phone {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.header_box .search {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.header_box .contacts {
		width: 100%;
		padding: 0 0 0 45px;
		margin: 0 auto;
		max-width: 240px;
	}
}

.breadcrumbs_box {
	display: block;
	position: relative;
	margin-bottom: 30px;
}

.breadcrumbs_box .home {
	padding-left: 20px;
}

.breadcrumbs_box .home:after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	background: url(../images/ico_home.png) 0 0 no-repeat;
	width: 11px;
	height: 9px;
}

.breadcrumbs_box a, .breadcrumbs_box b, .breadcrumbs_box span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	color: #418bd6;
	font-size: 14px;
	font-weight: 400;
}

.breadcrumbs_box a:hover {
	color: #ffcb2b;
}

.breadcrumbs_box b {
	margin: 0 8px;
	background: url(../images/ico_arrow.png) 0 0 no-repeat;
	width: 3px;
	height: 5px;
}

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

.categories_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -15px 10px;
}

.categories_box .category {
	display: inline-block;
	text-decoration: none;
	background: #edf6ff;
	border-radius: 10px;
	margin: 0 15px 30px;
	padding: 30px 20px 20px;
	box-sizing: border-box;
	width: calc(16.66% - 30px);
	text-align: center;
	transition: 0.2s;
}

.categories_box .category:hover {
	box-shadow: 0 0 24px rgba(39, 74, 136, 0.24);
	background-color: #ffffff;
}

.categories_box .icon {
	display: block;
	height: 50px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.categories_box .icon img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.categories_box .title {
	display: block;
	color: #2a3e62;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
}

.categories_box .count {
	display: inline-block;
	color: #418bd6;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
}

@media (max-width: 1024px) {
	.categories_box {
		margin: 0 -10px;
		justify-content: center;
	}
	.categories_box .category {
		width: calc(25% - 20px);
		margin: 0 10px 20px;
	}
}

@media (max-width: 768px) {
	.categories_box .category {
		width: calc(33.33% - 20px);
	}
}

@media (max-width: 640px) {
	.categories_box .category {
		padding: 20px 15px 15px;
		width: calc(50% - 20px);
	}
	.categories_box .icon {
		margin-bottom: 15px;
	}
	.categories_box .title {
		font-size: 16px;
		margin-bottom: 7px;
	}
}

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

.comments_box {
	margin-bottom: 40px;
}

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

.comment:last-child .comment_inner {
	border-bottom-width: 0;
}

.comment .comment_inner {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	font-size: 14px;
	line-height: 1.4;
	border-bottom: 1px solid #e3e6f7;
	padding-bottom: 30px;
}

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

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

.comment .comment:last-child .comment_inner {
	border-bottom-width: 1px;
}

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

.comment .thumb {
	display: block;
	flex-shrink: 0;
	width: 60px;
	margin-right: 20px;
}

.comment .thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.comment .heading {
	display: block;
	margin-bottom: 8px;
}

.comment .name {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	color: #418bd6;
	font-size: 14px;
}

.comment .comment-reply-link {
	display: inline-block;
	text-decoration: none;
	background: linear-gradient(to right, #418ad5 0%, #4c6080 100%);
	padding: 3px 10px;
	color: #ffffff;
	font-size: 10px;
	border-radius: 30px;
	position: relative;
	z-index: 3;
	cursor: pointer;
}

.comment .comment-reply-link:hover {
	opacity: 0.7;
}

.comment .text {
	color: #30354f;
	font-style: normal;
}

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

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

@media (max-width: 1024px) {
	.comment .comment_inner {
		padding-bottom: 20px;
	}
	.comment .comment {
		margin-left: 20px;
	}
	.comment + .comment, .comment .comment {
		margin-top: 20px;
	}
}

/* Стили для оформления формы комментариев */
.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 .fields {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0 -7px;
}

.comment-respond .field {
	display: block;
	width: 50%;
	box-sizing: border-box;
	padding: 0 7px;
}

.comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	padding: 10px 20px;
	border: 1px solid #e9ebee;
	border-radius: 5px;
	font-weight: normal;
	font-size: 14px;
	font-family: "PT Sans", sans-serif;
	line-height: 1.3;
	color: #3c3452;
}

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

.comment-respond input[type="submit"] {
	display: inline-block;
	border-radius: 30px;
	background: #ffcb2b;
	cursor: pointer;
	padding: 11px 30px 12px;
	font-size: 20px;
	font-weight: 700;
	line-height: 27px;
	color: #2a3e62;
	border: none;
	transition: 0.2s;
}

.comment-respond input[type="submit"]:hover {
	color: #ffffff;
	background: #3a5588;
}

.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;
}

@media (max-width: 480px) {
	.comment-respond .field {
		width: 100%;
	}
}

h1 {
	display: block;
	font-size: 36px;
	font-weight: normal;
	margin-top: -10px;
	margin-bottom: 20px;
	line-height: 1.2;
}

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

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

.content {
	font-size: 18px;
}

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

.content h2 {
	font-weight: 400;
	font-size: 28px;
}

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

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

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

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

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

.content a {
	color: #418bd6;
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}

.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: 15px;
	margin-left: 0;
}

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

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

.content ul li {
	padding-left: 25px;
}

.content ul li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	background-color: #418bd6;
	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: 0;
	width: 23px;
	height: 24px;
	padding-left: 1px;
	border-radius: 50%;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 23px;
	background: #418bd6;
}

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

.content table {
	border-spacing: 0;
	border-collapse: collapse;
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
}

.content tr :first-child {
	text-align: left;
}

.content tr > :first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.content tr > :last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.content tr:nth-child(2n) td {
	background-color: #edf6ff;
}

.content td, .content th {
	padding: 10px 15px;
	text-align: center;
	font-size: 16px;
}

.content th {
	color: #3a5588;
	font-size: 18px;
	font-weight: 400;
}

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

@media (max-width: 1024px) {
	.content {
		font-size: 16px;
	}
	.content h2 {
		font-size: 24px;
	}
	.content h3 {
		font-size: 20px;
	}
	.content h4 {
		font-size: 18px;
	}
	.content h5 {
		font-size: 16px;
	}
	.content h6 {
		font-size: 14px;
	}
	.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;
	position: relative;
	overflow: hidden;
	padding: 25px 30px 27px;
	margin-bottom: 20px;
	background: transparent;
	font-style: italic;
}

.content blockquote:before, .content blockquote:after {
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: linear-gradient(to right, #009caf 0%, #91d494 100%);
}

.content blockquote:after {
	top: auto;
	bottom: 0;
}

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

@media (max-width: 1024px) {
	.content blockquote {
		padding: 15px 20px 17px;
	}
}

.content .wp-caption-text {
	display: block;
	text-align: center;
	margin: 0;
	color: #2a3e62;
	font-size: 14px;
	font-weight: 400;
}

.content .wp-caption {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0;
	margin-bottom: 20px;
	background: #edf6ff;
	border-radius: 5px;
}

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

.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: #edf6ff;
}

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

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

.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%;
	}
}

.content .wpcmsdev-alert {
	border: none;
	margin: 0 0 20px;
	padding: 20px 30px 15px;
	border-radius: 5px;
}

.content .wpcmsdev-alert.has-icon {
	padding-left: 100px;
}

.content .wpcmsdev-alert.has-icon > .fa {
	left: 0;
	width: 100px;
	text-align: center;
	font-size: 40px;
}

.content .wpcmsdev-alert p {
	margin: 10px 0;
}

.content .wpcmsdev-alert p:empty {
	display: none;
}

.content .wpcmsdev-alert.color-green {
	background-color: #e7f8e8;
}

.content .wpcmsdev-alert.color-blue {
	background-color: #edf6ff;
}

.content .wpcmsdev-alert.color-yellow {
	color: #866f00;
	background-color: #fff2cc;
}

@media (max-width: 1024px) {
	.content .wpcmsdev-alert {
		padding: 20px 20px 10px;
	}
	.content .wpcmsdev-alert.has-icon {
		padding-left: 80px;
	}
	.content .wpcmsdev-alert.has-icon > .fa {
		font-size: 32px;
		width: 80px;
	}
}

.documents_box {
	display: block;
	position: relative;
	border-radius: 10px;
	border: 1px solid #dbe0e4;
	padding: 30px 0;
}

.documents_box .title_box, .documents_box .comment-reply-title {
	padding: 0 40px;
	margin-bottom: 15px;
}

.documents_box .document {
	display: block;
	position: relative;
	padding: 10px 40px 10px 70px;
	transition: 0.2s;
	color: #3a5588;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
}

.documents_box .document:before {
	content: '';
	display: block;
	position: absolute;
	left: 40px;
	top: 14px;
	background: url(../images/ico_document.png) 0 0 no-repeat;
	width: 14px;
	height: 17px;
}

.documents_box .document:hover {
	background-color: #edf6ff;
}

@media (max-width: 1024px) {
	.documents_box {
		padding: 15px 0;
	}
	.documents_box .title_box, .documents_box .comment-reply-title {
		padding: 0 20px;
		margin-bottom: 6px;
	}
	.documents_box .document {
		padding: 5px 20px 5px 50px;
	}
	.documents_box .document:before {
		left: 20px;
		top: 9px;
	}
}

.front_box {
	display: flex;
	flex-wrap: nowrap;
	margin: 0 -15px 40px;
}

.front_box .questions_box, .front_box .documents_box {
	display: block;
	width: calc(50% + 30px);
	margin: 0 15px;
}

@media (max-width: 1024px) {
	.front_box {
		margin: 0 -10px 30px;
	}
	.front_box .questions_box, .front_box .documents_box {
		width: calc(50% + 20px);
		margin: 0 10px;
	}
}

@media (max-width: 768px) {
	.front_box {
		display: block;
		margin: 0;
	}
	.front_box .questions_box, .front_box .documents_box {
		width: auto;
		margin: 0 0 30px;
	}
}

.help_box {
	display: flex;
	background: url(../images/bg_help.png) 50% 50% no-repeat;
	background-size: cover;
	border-radius: 10px;
	min-height: 440px;
	box-sizing: border-box;
	padding: 60px 90px;
	align-items: center;
}

.help_box .help {
	display: block;
	position: relative;
	max-width: 480px;
	line-height: 1.2;
}

.help_box .title {
	display: block;
	color: #2a3e62;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 15px;
}

.help_box .text {
	display: block;
	color: #2a3e62;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 25px;
}

.help_box .buttons {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.help_box .button {
	display: inline-block;
	border-radius: 30px;
	background: linear-gradient(to right, #009caf 0%, #91d494 100%);
	cursor: pointer;
	padding: 11px 30px 12px;
	font-size: 20px;
	font-weight: 700;
	line-height: 27px;
	color: #ffffff;
	border: none;
	transition: none;
}

.help_box .button:hover {
	background: #3a5588;
}

.help_box .link {
	display: inline-block;
	color: #418bd6;
	font-size: 12px;
	text-decoration: none;
}

.help_box .link:hover {
	color: #ffcb2b;
}

.help_box .phones {
	display: inline-block;
	text-align: center;
}

.help_box .caption {
	display: block;
	opacity: 0.7;
	color: #353755;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 8px;
}

.help_box .phone {
	display: block;
	color: #2a3e62;
	font-family: "Montserrat", sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.1;
	white-space: nowrap;
	text-decoration: none;
}

.help_box .phone span {
	display: inline-block;
	color: #3a5588;
}

@media (max-width: 1024px) {
	.help_box {
		padding: 20px 30px;
	}
	.help_box .title {
		font-size: 48px;
		margin-bottom: 10px;
	}
	.help_box .text {
		margin-bottom: 20px;
	}
	.help_box .buttons {
		margin-bottom: 20px;
	}
	.help_box .button {
		padding: 9px 20px 10px;
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.help_box .title {
		font-size: 42px;
	}
	.help_box .text {
		font-size: 18px;
	}
	.help_box .phone {
		font-size: 24px;
	}
}

@media (max-width: 640px) {
	.help_box {
		text-align: center;
	}
	.help_box .title {
		font-size: 36px;
	}
	.help_box .buttons {
		flex-direction: column;
		align-items: center;
	}
	.help_box .button {
		margin-bottom: 20px;
	}
}

@media (max-width: 480px) {
	.help_box {
		padding: 20px;
	}
	.help_box .title {
		font-size: 32px;
	}
}

.latest_box .posts {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -15px 10px;
}

.latest_box .post {
	display: block;
	width: calc(33.33% - 30px);
	box-sizing: border-box;
	margin: 0 15px 30px;
	padding: 30px 40px 35px;
	border-radius: 10px;
	border: 1px solid #dbe0e4;
}

.latest_box .category {
	display: inline-block;
	color: #418bd6;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 1.2;
}

.latest_box .category:hover {
	color: #ffcb2b;
}

.latest_box .thumb {
	display: block;
	margin-bottom: 25px;
}

.latest_box .thumb img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.latest_box .title {
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #3a5588;
	line-height: 1.2;
	margin-bottom: 20px;
}

.latest_box .title:hover {
	color: #418bd6;
}

.latest_box .text {
	display: block;
	font-size: 14px;
	line-height: 1.3;
}

.latest_box .load {
	display: block;
	position: relative;
	padding-top: 15px;
	text-align: center;
}

.latest_box .load:before {
	content: '';
	display: block;
	left: 0;
	right: 0;
	top: 0;
	height: 3px;
	position: absolute;
	background: linear-gradient(to right, #009caf 0%, #91d494 100%);
}

.latest_box .load span {
	display: inline-block;
	color: #418bd6;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	transition: 0.2s;
}

.latest_box .load span:hover {
	color: #ffcb2b;
}

@media (max-width: 1024px) {
	.latest_box .posts {
		margin: 0 -10px;
	}
	.latest_box .post {
		width: calc(33.33% - 20px);
		margin: 0 10px 20px;
		padding: 15px 20px 20px;
	}
	.latest_box .category {
		margin-bottom: 20px;
	}
	.latest_box .thumb {
		margin-bottom: 15px;
	}
	.latest_box .title {
		margin-bottom: 13px;
	}
}

@media (max-width: 768px) {
	.latest_box .post {
		width: calc(50% - 20px);
	}
}

@media (max-width: 480px) {
	.latest_box .posts {
		margin: 0;
	}
	.latest_box .post {
		width: 100%;
		margin: 0 0 20px;
	}
}

.menu_box {
	display: block;
	position: relative;
	z-index: 10;
	background: linear-gradient(to right, #009caf 0%, #91d494 100%);
	margin-bottom: 28px;
}

.menu_box .menu {
	display: flex;
	flex-wrap: nowrap;
	margin: 0 -17px;
}

.menu_box li {
	display: inline-block;
	vertical-align: middle;
}

.menu_box li.active > a {
	background-color: #3d89d9;
	text-decoration: none;
}

.menu_box a, .menu_box .menu_btn {
	display: block;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	padding: 18px 17px;
	text-decoration: none;
	box-sizing: border-box;
	height: 100%;
}

.menu_box a:hover, .menu_box .menu_btn:hover {
	background-color: #3d89d9;
	text-decoration: none;
}

.menu_box .menu_btn {
	display: none;
	position: relative;
	padding-left: 40px;
	margin-left: -10px;
	cursor: pointer;
	text-transform: uppercase;
}

.menu_box .menu_btn:before, .menu_box .menu_btn:after {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 4px;
	top: 50%;
	margin-top: -9px;
	left: 10px;
	border-top: 3px solid;
}

.menu_box .menu_btn:after {
	margin-top: -2px;
	border-bottom: 3px solid;
}

@media (max-width: 1140px) {
	.menu_box .menu {
		margin: 0 -10px;
	}
	.menu_box a {
		padding: 15px 10px;
	}
}

@media (max-width: 1024px) {
	.menu_box {
		margin-bottom: 20px;
	}
	.menu_box .menu_btn {
		display: inline-block;
	}
	.menu_box .menu {
		display: none;
		position: absolute;
		margin: 0;
		top: 100%;
		left: 0;
		background-color: #009caf;
		padding: 7px 0;
	}
	.menu_box li {
		display: block;
	}
	.menu_box a {
		padding: 10px 20px;
	}
}

/* Стили для пагинации */
.pagination {
	text-align: center;
}

.pagination span, .pagination a {
	display: inline-block;
	margin: 0 4px;
	padding: 2px 10px 3px;
	text-decoration: none;
	vertical-align: middle;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	transition: none;
}

.pagination span, .pagination a:hover {
	background: linear-gradient(to right, #009caf 0%, #91d494 100%);
	color: #ffffff;
}

.pagination .extend {
	background: transparent;
}

.pagination span.next, .pagination span.prev {
	background: transparent;
}

.popular_box {
	border-radius: 10px;
	background-color: #edf6ff;
	padding: 35px 40px;
}

.popular_box .tab_buttons {
	display: block;
	margin-bottom: 25px;
	font-size: 0;
	line-height: 0;
}

.popular_box .tab_buttons span {
	display: inline-block;
	vertical-align: middle;
	border-radius: 15px;
	border: 1px solid #418bd6;
	padding: 5px 15px 6px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #418bd6;
	font-size: 14px;
	line-height: 1.3;
	transition: 0.2s;
	cursor: pointer;
}

.popular_box .tab_buttons span:hover, .popular_box .tab_buttons span.active {
	border-color: transparent;
	background: linear-gradient(to right, #009caf 0%, #91d494 100%);
	color: #ffffff;
}

.popular_box .tab_contents {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.popular_box .tab_contents .tab_content {
	display: none;
}

.popular_box .tab_contents .active {
	display: block;
}

.popular_box .posts {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
	justify-content: flex-start;
}

.popular_box .posts_narrow {
	margin: 0 -25px -30px;
}

.popular_box .posts_narrow .post {
	width: 25%;
	padding: 0 25px;
}

.popular_box .post {
	display: block;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 30px;
}

.popular_box .thumb {
	display: block;
	position: relative;
	margin-bottom: 15px;
}

.popular_box .thumb img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.popular_box .title {
	display: block;
	color: #3a5588;
	font-size: 16px;
	font-weight: 400;
}

.popular_box .title:hover {
	color: #418bd6;
}

.popular_box .link {
	display: inline-block;
	color: #418bd6;
	font-size: 14px;
	font-weight: 400;
}

.popular_box .link:hover {
	text-decoration: none;
	color: #2a3e62;
}

@media (max-width: 1024px) {
	.popular_box {
		padding: 18px 20px;
	}
	.popular_box .tab_buttons {
		margin-bottom: 10px;
	}
	.popular_box .tab_contents {
		margin-bottom: 20px;
	}
	.popular_box .posts {
		margin: 0 -10px -20px;
	}
	.popular_box .post, .popular_box .posts_narrow .post {
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.popular_box .thumb {
		margin-bottom: 10px;
	}
}

@media (max-width: 640px) {
	.popular_box .post, .popular_box .posts_narrow .post {
		width: 50%;
	}
}

@media (max-width: 480px) {
	.popular_box .post, .popular_box .posts_narrow .post {
		width: 100%;
	}
}

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

.posts_box .posts {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	justify-content: flex-start;
}

.posts_box .post {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: calc(33.33% - 30px);
	margin: 0 15px 30px;
	border-radius: 10px;
	border: 1px solid #dbe0e4;
	box-sizing: border-box;
	overflow: hidden;
}

.posts_box .thumb {
	display: block;
	position: relative;
	margin: -1px -1px 0;
	flex-grow: 0;
	width: calc(100% + 2px);
}

.posts_box .thumb img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px 10px 0 0;
}

.posts_box .post_wide {
	width: calc(25% - 30px);
}

.posts_box .inner {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 25px 30px 30px;
	align-items: flex-start;
}

.posts_box .info {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	flex-grow: 0;
	width: 100%;
}

.posts_box .category {
	display: inline-block;
	margin-right: 20px;
	color: #418bd6;
	font-size: 12px;
	font-weight: 400;
}

.posts_box .category:hover {
	color: #ffcb2b;
}

.posts_box .views {
	display: inline-block;
	color: rgba(42, 62, 98, 0.5);
	font-size: 11px;
	font-weight: 400;
	padding-left: 22px;
	background: url(../images/ico_view.png) 0 50% no-repeat;
}

.posts_box .title {
	display: block;
	color: #3a5588;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 18px;
	flex-grow: 1;
}

.posts_box .title:hover {
	text-decoration: none;
	color: #418bd6;
}

.posts_box .more {
	display: inline-block;
	border-radius: 15px;
	cursor: pointer;
	background-color: #edf6ff;
	padding: 5px 15px;
	color: #3a5588;
	font-size: 11px;
	font-weight: 400;
	flex-grow: 0;
}

.posts_box .more:hover {
	background-color: #418bd6;
	color: #ffffff;
}

@media (max-width: 1024px) {
	.posts_box {
		margin-bottom: 10px;
	}
	.posts_box .posts {
		margin: 0 -10px 10px;
	}
	.posts_box .post {
		width: calc(50% - 20px);
		margin: 0 10px 20px;
	}
	.posts_box .post_wide {
		width: calc(33.33% - 20px);
		margin: 0 10px 20px;
	}
	.posts_box .info {
		margin-bottom: 10px;
	}
	.posts_box .inner {
		padding: 15px 20px 20px;
	}
	.posts_box .title {
		margin-bottom: 15px;
	}
}

@media (max-width: 768px) {
	.posts_box .post_wide {
		width: calc(50% - 20px);
	}
}

@media (max-width: 480px) {
	.posts_box .posts {
		display: block;
		margin: 0 0 10px;
	}
	.posts_box .post {
		display: block;
		width: auto;
	}
}

.questions_box {
	display: block;
	position: relative;
}

.questions_box .question {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 30px;
}

.questions_box .question:last-child {
	margin-bottom: 0;
}

.questions_box .thumb {
	display: block;
	width: 100px;
	margin-right: 30px;
	flex-shrink: 0;
}

.questions_box .thumb img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.questions_box .category {
	display: block;
	color: #418bd6;
	font-size: 12px;
	font-weight: 400;
	margin-top: -2px;
	margin-bottom: 8px;
	line-height: 1.2;
}

.questions_box .category:hover {
	color: #ffcb2b;
}

.questions_box .title {
	display: block;
	color: #3a5588;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
}

.questions_box .title:hover {
	color: #418bd6;
}

@media (max-width: 1024px) {
	.questions_box .question {
		margin-bottom: 20px;
	}
	.questions_box .thumb {
		margin-right: 20px;
	}
}

.splash_box {
	background: url(../images/bg_splash.jpg) 50% 50% no-repeat;
	background-size: cover;
	height: 320px;
	margin-top: -28px;
}

.splash_box .fixed {
	display: flex;
	align-items: center;
	height: 100%;
}

.splash_box .splash {
	display: block;
	max-height: 100%;
	max-width: 420px;
}

.splash_box .title {
	display: block;
	color: #2a3e62;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 12px;
}

.splash_box .text {
	display: block;
	color: #2a3e62;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1.3;
}

.splash_box .button {
	display: inline-block;
	border-radius: 30px;
	background-color: #ffcb2b;
	padding: 10px 30px 12px;
	color: #2a3e62;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	transition: 0.2s;
	cursor: pointer;
	text-align: center;
}

.splash_box .button:hover {
	text-decoration: none;
	background-color: #418bd6;
	color: #ffffff;
}

@media (max-width: 1024px) {
	.splash_box {
		margin-top: -20px;
	}
	.splash_box .title {
		font-size: 42px;
		margin-bottom: 10px;
	}
	.splash_box .text {
		margin-bottom: 22px;
	}
	.splash_box .button {
		font-size: 18px;
		padding: 8px 20px 9px;
	}
}

@media (max-width: 480px) {
	.splash_box .title {
		font-size: 36px;
	}
	.splash_box .text {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.splash_box .button {
		font-size: 17px;
		padding: 8px 18px 9px;
	}
}

.subscribe_box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	background-color: #ffcb2b;
	padding: 20px 30px;
}

.subscribe_box .title {
	color: #2a3e62;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	max-width: 290px;
	margin-right: 30px;
}

.subscribe_box .fields {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	max-width: 550px;
	flex-grow: 1;
}

.subscribe_box .field {
	display: inline-block;
	position: relative;
	flex-grow: 1;
}

.subscribe_box .field + .field {
	margin-left: 10px;
	flex-grow: 0;
}

.subscribe_box input[type="text"] {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding: 12px 30px;
	background: #ffffff;
	border: none;
	border-radius: 30px;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	color: #3a5588;
	z-index: 1;
	transition: 0.2s;
}

.subscribe_box input[type="text"]:-ms-input-placeholder {
	color: #3a5588;
	opacity: 0.3;
}

.subscribe_box input[type="text"]:-moz-placeholder {
	color: #3a5588;
	opacity: 0.3;
}

.subscribe_box input[type="text"]::-moz-placeholder {
	color: #3a5588;
	opacity: 0.3;
}

.subscribe_box input[type="text"]::-webkit-input-placeholder {
	color: #3a5588;
	opacity: 0.3;
}

.subscribe_box input[type="submit"] {
	display: inline-block;
	border-radius: 30px;
	background: linear-gradient(to right, #418ad5 0%, #4c6080 100%);
	cursor: pointer;
	padding: 11px 30px 12px;
	font-size: 20px;
	font-weight: 700;
	line-height: 27px;
	color: #ffffff;
	border: none;
}

.subscribe_box input[type="submit"]:hover {
	background: #3a5588;
}

@media (max-width: 1024px) {
	.subscribe_box {
		padding: 20px;
	}
	.subscribe_box .title {
		font-size: 18px;
		margin-right: 20px;
	}
	.subscribe_box input[type="text"] {
		padding: 10px 20px;
	}
	.subscribe_box input[type="submit"] {
		padding: 9px 20px 10px;
	}
}

@media (max-width: 768px) {
	.subscribe_box {
		display: block;
	}
	.subscribe_box .title {
		margin: 0 0 20px;
		max-width: none;
		text-align: center;
	}
	.subscribe_box .fields {
		max-width: none;
	}
	.subscribe_box input[type="submit"] {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.subscribe_box .fields {
		display: block;
		position: relative;
		margin-bottom: -20px;
	}
	.subscribe_box .field {
		display: block;
		width: auto;
		margin: 0 0 20px;
		text-align: center;
	}
	.subscribe_box .field + .field {
		margin-left: 0;
	}
}

#toc_container {
	display: block;
	position: relative;
	margin-bottom: 20px;
	background: linear-gradient(to right, #009caf 0%, #91d494 100%);
	border-radius: 5px;
	padding: 25px 30px;
	color: #ffffff;
}

#toc_container .toc_title {
	display: block;
	font-size: 28px;
	position: relative;
	font-weight: 400;
	color: #ffffff;
	margin: -5px 0 15px;
}

#toc_container li {
	padding-left: 25px;
}

#toc_container li:before {
	background-color: #ffffff;
}

#toc_container a {
	color: #ffffff;
	text-decoration: underline;
}

#toc_container a:hover {
	text-decoration: none;
}

@media (max-width: 1024px) {
	#toc_container {
		padding: 15px 20px;
		margin-bottom: 15px;
	}
	#toc_container .toc_title {
		font-size: 24px;
		margin-bottom: 10px;
	}
}

.widget .categories_box {
	margin-bottom: -30px;
}

.widget .categories_box .category {
	width: calc(50% - 30px);
}

.widget .subscribe_box {
	display: block;
	text-align: center;
}

.widget .subscribe_box .title {
	margin-bottom: 20px;
}

.widget .subscribe_box .fields {
	display: block;
	margin: 0;
	max-width: none;
}

.widget .subscribe_box .field {
	display: block;
	margin: 0 0 20px;
}

.widget .subscribe_box .field + .field {
	margin-left: 0;
}

.widget .subscribe_box .field:last-child {
	margin-bottom: 0;
}

.widget .subscribe_box input[type="text"] {
	text-align: center;
}

.widget .help_box {
	display: block;
	padding: 30px;
	background-image: url(../images/bg_help_widget.png);
	min-height: 600px;
	text-align: center;
}

.widget .help_box .title {
	display: block;
	font-size: 38px;
	margin-bottom: 20px;
}

.widget .help_box .text {
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 25px;
}

.widget .help_box .button {
	display: inline-block;
	margin: 0 0 25px;
}

@media (max-width: 1024px) {
	.widget .categories_box {
		margin-bottom: -20px;
	}
	.widget .categories_box .category {
		width: calc(50% - 20px);
	}
	.widget .help_box {
		padding: 20px;
	}
	.widget .help_box .title {
		font-size: 32px;
	}
}

.footer_top {
	display: block;
	position: relative;
	z-index: 10;
	background: linear-gradient(to right, #009caf 0%, #91d494 100%);
}

.footer_top .menu {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -17px;
}

.footer_top li {
	display: inline-block;
	vertical-align: middle;
}

.footer_top a {
	display: block;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	padding: 18px 17px;
	text-decoration: none;
	box-sizing: border-box;
	height: 100%;
}

.footer_top a:hover {
	background-color: #3d89d9;
	text-decoration: none;
}

@media (max-width: 1140px) {
	.footer_top .menu {
		margin: 0 -15px;
	}
	.footer_top a {
		font-size: 16px;
		padding: 8px 15px;
	}
}

.footer_bottom {
	font-size: 12px;
	line-height: 1.2;
	background-color: #293d63;
}

.footer_bottom .fixed {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
}

.footer_bottom .logo_wrapper {
	display: block;
	margin-right: 20px;
}

.footer_bottom .logo {
	display: inline-block;
	position: relative;
	padding-left: 50px;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.1;
	color: #ffffff;
	white-space: nowrap;
}

.footer_bottom .logo:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 32px;
	height: 42px;
	margin-top: -26px;
	background: url(../images/ico_logo_green.png) 0 0 no-repeat;
}

.footer_bottom .logo span {
	display: inline-block;
	position: relative;
	top: -4px;
	font-size: 13px;
	font-weight: 700;
	color: #93d396;
	vertical-align: middle;
	margin-left: 5px;
}

.footer_bottom .copyright {
	display: block;
	max-width: 230px;
	flex-shrink: 0;
	margin-right: 20px;
}

.footer_bottom .text {
	display: block;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.5);
}

.footer_bottom .counters {
	flex-shrink: 0;
	flex-grow: 0;
	margin-right: 20px;
}

.footer_bottom .contacts {
	display: block;
	text-align: center;
	padding-left: 56px;
	position: relative;
	max-width: 190px;
	flex-grow: 1;
}

.footer_bottom .contacts:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	background: url(../images/ico_phone.png) 0 0 no-repeat;
	width: 28px;
	height: 28px;
	margin-top: -14px;
}

.footer_bottom .label {
	display: block;
	color: rgba(255, 255, 255, 0.7);
	font-size: 11px;
	font-weight: 400;
	margin-bottom: 4px;
}

.footer_bottom .phone {
	display: block;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.1;
	white-space: nowrap;
	text-decoration: none;
}

.footer_bottom .phone span {
	display: inline-block;
	color: #93d396;
	transition: 0.2s;
}

.footer_bottom .phone:hover span {
	color: #ffcb2b;
}

.footer_bottom .menu {
	display: block;
	margin-right: 20px;
}

.footer_bottom li {
	display: block;
	margin: 5px 0;
}

.footer_bottom a {
	display: inline-block;
	text-decoration: none;
	color: #93d396;
}

.footer_bottom a:hover {
	color: #ffcb2b;
}

@media (max-width: 1024px) {
	.footer_bottom .fixed {
		flex-wrap: wrap;
	}
	.footer_bottom .logo_wrapper {
		width: 50%;
		padding-right: 20px;
		box-sizing: border-box;
		margin: 0 0 20px;
	}
	.footer_bottom .copyright {
		width: 50%;
		max-width: none;
		padding: 0;
		margin: 0 0 20px;
		text-align: right;
	}
}

@media (max-width: 560px) {
	.footer_bottom .fixed {
		flex-direction: column;
	}
	.footer_bottom .logo_wrapper {
		width: auto;
		padding: 0;
		order: 1;
	}
	.footer_bottom .logo {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		text-align: center;
		width: 100%;
		padding: 0;
	}
	.footer_bottom .logo:before {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		top: auto;
		margin: 0 20px 0 0;
	}
	.footer_bottom .menu {
		display: block;
		order: 2;
		width: auto;
		margin: 0 0 10px;
		text-align: center;
	}
	.footer_bottom li {
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px 10px;
	}
	.footer_bottom .contacts {
		order: 3;
		margin: 0 0 20px;
	}
	.footer_bottom .copyright {
		text-align: center;
		width: auto;
		order: 4;
	}
	.footer_bottom .counters {
		text-align: center;
		width: auto;
		order: 5;
		margin: 0;
	}
}

/*скрыли на мобилке блок консультанта*/
@media (max-width: 760px) {
	#lexprofit-widget-28c83009935b21574d8b748263795971 {
		display: none;
		position: static;
	}
}

/*для видео*/
iframe {
    width: 100%;
    height: 400px;
}

@media only screen and (max-width: 992px) {
	iframe {
		width: 100%;
		height: 320px
	}
}
@media only screen and (max-width: 576px) {
	iframe {
		width: 100%;
		height: 220px;
	}

	}



/*шрифты телефонов на сайте (шапка, подвал, виджет справа)*/
.header_box .phone {
	font-size: 19px;
}

.footer_bottom .phone {
	font-size: 19px;
}

.help_box .phone {
	font-size: 19px;
}

/*убрала картинку фоновую в виджете помощь юриста*/
.widget .help_box {
	background-image: none;
	min-height: 240px;
}

.footer_box {
	z-index: 0;
}

.footer_tel {
	padding-right: 170px;
}
.author {
display: block;
margin: 0 15px 30px;
border-radius: 20px;
border: 3px solid transparent;
padding: 27px;
background-color: #fff;
-webkit-transition: .2s;
transition: .2s;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 0 38px rgb(140 167 136 / 25%);
box-shadow: 0 0 38px rgb(140 167 136 / 25%);
text-align:center;
color:#70ba18;
}
.author h3 {
color:#70ba18;
}
.author a img {
width:60px;
height:60px;
margin:10px auto;
display:block;
border-radius:50%;
}
.author a {
color: #3c2e3f;
font-size: 17px;
font-weight: 500;
}

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