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

.table_1
{
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 12px;
border-collapse: collapse;
text-align: center;
}
th, td:first-child {
background: #AFCDE7;
color: white;
padding: 10px 20px;
}
th, td {
border-style: solid;
border-width: 0 1px 1px 0;
border-color: white;
}
td {
background: #D8E6F3;
}
th:first-child, td:first-child {
text-align: left;
}



.table-wrap{
	overflow-x:auto;
}	





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

:focus {
	outline: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px;
	line-height: 1.25;
	color: #666666;
	min-width: 320px;
}

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

a {
	color: #233b5d;
	transition: 0.2s;
	text-decoration: none;
}

a:hover {
	color: #d22633;
	text-decoration: none;
}

a:hover img {
	opacity: 0.8;
}

textarea {
	overflow: auto;
	height: 200px;
}


#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%;
		order: 1;
	}
}

.main_box {
	display: block;
	position: relative;
	order: 2;
	flex-grow: 1;
	flex-basis: 100%;
}

.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: 1210px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	width: 100%;
	box-sizing: border-box;
}

.button {
	display: inline-block;
	color: #222222;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	padding: 12px 30px;
	text-transform: uppercase;
	border: 1px solid #dbdbdb;
	cursor: pointer;
	transition: 0.2s;
	letter-spacing: 2px;
}

.button:hover {
	background-color: #233b5d;
	border-color: transparent;
	color: #ffffff;
}

.button.orange {
	background-color: #d22633;
	border-color: transparent;
	color: #ffffff;
}

.button.orange:hover {
	border-color: #d22633;
	color: #d22633;
	background-color: transparent;
}

.button.white {
	background-color: transparent;
	color: #ffffff;
	border-color: #ffffff;
}

.button.white:hover {
	background-color: #ffffff;
	border-color: transparent;
	color: #d22633;
}

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

.header_box .fixed {
	display: flex;
	align-items: center;
	padding: 20px;
}

.header_box .logo {
	display: block;
	position: relative;
	background: url(../index_files/logo.jpg) 50% 50% no-repeat;
	background-size: contain;
	width: 448px;
	height: 100px;
	flex-grow: 0;
	flex-shrink: 0;
}

.header_box .address {
	display: block;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}

.header_box .address span {
	color: #d22633;
}

.header_box .email {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	margin-left: 20px;
}


.header_box .contacts {
	display: block;
	position: relative;
	text-align: right;
	line-height: 1.25;
}

.header_box .phone {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #222222;
	white-space: nowrap;
}

.header_box .phone:hover {
	color: #d22633;
}

.header_box .callback {
	display: block;
	margin-top: 4px;
	color: #233b5d;
	transition: 0.2s;
	cursor: pointer;
}

.header_box .callback:hover {
	color: #d22633;
}

@media (max-width: 1024px) {
	.header_box .logo {
		width: 280px;
		height: 46px;
	}
	.header_box .email {
		margin-left: 10px;
	}
}

@media (max-width: 768px) {
	.header_box .fixed {
		flex-wrap: wrap;
	}
	.header_box .logo {
		width: 100%;
		background-size: auto 100%;
		margin: 0 0 15px;
	}
	.header_box .address {
		text-align: left;
		margin-left: 0;
		width: 68%;
		box-sizing: border-box;
		padding: 0 20px 0 0;
	}
	.header_box .contacts {
		width: 32%;
	}
}

@media (max-width: 480px) {
	.header_box .address, .header_box .contacts {
		text-align: center;
		width: 100%;
		padding: 0;
		margin: 0 0 10px;
	}
	.header_box .contacts {
		margin-bottom: 0;
	}
}

.about_box {
	display: block;
	position: relative;
	padding: 60px 0;
	margin-bottom: 60px;
	background-color: #f1f3f6;
}

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

.about_box .fixed {
	display: flex;
	align-items: flex-start;
	padding: 0 10px;
}

.about_box .about, .about_box .image {
	display: block;
	padding: 0 10px;
	width: 50%;
	box-sizing: border-box;
	position: relative;
}


.about_box .content {
	margin-bottom: 30px;
	line-height: 24px;
	max-width: 420px;
}

.about_box .button {
	margin-right: 15px;
}

.about_box .image img {
	display: block;
	height: 100%;
	width: auto;
	position: relative;
	z-index: 1;
}


@media (max-width: 1024px) {
	.about_box {
		padding: 30px 0;
		margin-bottom: 30px;
	}
	.about_box .fixed {
		display: block;
		padding: 0 20px;
	}
	.about_box .about {
		padding: 0;
		width: auto;
		background: none;
		min-height: auto;
	}
	.about_box .content {
		max-width: none;
		margin-bottom: 25px;
	}
	.about_box .image {
		display: none;
	}
}

@media (max-width: 640px) {
	.about_box .buttons {
		margin: -5px;
		right: 0;
	}
	.about_box .button {
		margin: 5px;
	}
}

.customize-support .menu_box.is_fixed .container {
	top: 32px;
}

@media (max-width: 782px) {
	.customize-support .menu_box.is_fixed .container {
		top: 46px;
	}
}

@media (max-width: 600px) {
	.customize-support #wpadminbar {
		display: none;
	}
	.customize-support .menu_box.is_fixed .container {
		top: 0;
	}
	.customize-support html {
		margin-top: 0 !important;
	}
}

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

.breadcrumbs_box a, .breadcrumbs_box span, .breadcrumbs_box b {
	display: inline-block;
	vertical-align: baseline;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
}

.breadcrumbs_box a:hover {
	color: #233b5d;
}

.breadcrumbs_box span {
	color: #222222;
}

.breadcrumbs_box b {
	margin: 0 5px;
}


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

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

.content_box {
	display: block;
	position: relative;
	margin-bottom: 60px;
}

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

.content {
	font-size: 15px;
	line-height: 1.25;
}

.content h2, .content h3, .content h4, .content h5, .content h6 {
	margin-bottom: 15px;
	font-weight: 700;
	line-height: 1.25;
	color: #222222;
}

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

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

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

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

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

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

.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: 3px;
	height: 3px;
	position: absolute;
	left: 7px;
	top: 8px;
	background-color: #d22633;
}

.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 {
	width: auto;
	max-width: 100%;
}

.content table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #e3e3e3;
	border-bottom: none;
}

.content th {
	color: #222222;
	font-size: 15px;
	font-weight: 400;
	background-color: #f1f3f6;
}

.content td, .content th {
	text-align: center;
	padding: 18px 10px;
	border-bottom: 1px solid #e3e3e3;
}

.content b {
	color: #d22633;
}

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

@media (max-width: 1024px) {
	.content h2, .content h3, .content h4, .content h5, .content h6 {
		margin-bottom: 20px;
	}
	.content p, .content > table, .content > ul, .content > ol, .content .table_wrapper {
		margin-bottom: 20px;
	}
	.content td, .content th {
		padding: 10px;
	}
}

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

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

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

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

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

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

.content blockquote {
	display: block;
	overflow: hidden;
	padding: 21px 25px;
	margin-bottom: 25px;
	background: #f1f3f6;
}

.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: 25px;
	background: #f1f3f6;
}

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

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




.menu_box {
	display: block;
	position: relative;
	z-index: 10;
	height: 70px;
	transition: 0.3s;
	margin-bottom: 30px;
}

.menu_box .container {
	display: block;
	position: relative;
	background-color: #ffffff;
	transition: 0.3s;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.menu_box .fixed {
	display: flex;
	height: 100%;
}

.menu_box .fixed:before {
	content: '';
	display: block;
	position: absolute;
	left: 20px;
	right: 20px;
	top: -1px;
	height: 1px;
	background-color: #e2e2e2;
}

.menu_box .wrapper {
	display: none;
	align-items: flex-start;
	flex-wrap: nowrap;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 4px 10px;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
	background-color: #f5f5f5;
}

.menu_box ul {
	display: flex;
	justify-content: space-between;
	position: relative;
	flex-grow: 1;
	z-index: 1;
	padding-left: 15px;
}

.menu_box ul ul {
	display: block;
	padding: 0 10px;
	min-width: 200px;
	box-sizing: border-box;
}

.menu_box li {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 70px;
	position: relative;
	padding: 10px 5px;
	box-sizing: border-box;
	transition: 0.3s;
}

.menu_box li:hover > .wrapper {
	display: flex;
}

.menu_box li.submenu {
	padding-right: 15px;
}

.menu_box li.submenu:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-top: 4px solid #222222;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	top: 50%;
	right: 1px;
	margin-top: -3px;
}

.menu_box li.active > a {
	color: #d22633;
}

.menu_box li li {
	display: block;
	height: auto;
	border-top: 1px solid #d9d9d9;
	padding: 12px 10px 12px 23px;
}

.menu_box li li:first-child {
	border-top-width: 0;
}

.menu_box li li:before {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	background-color: #d22633;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -2px;
}

.menu_box li li a {
	font-size: 15px;
	font-weight: 400;
	text-transform: none;
}

.menu_box a {
	display: inline-block;
	color: #222222;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
}

.menu_box a:hover {
	color: #d22633;
}

.menu_box .menu_btn {
	display: none;
	position: relative;
	height: 40px;
	width: 40px;
	transition: 0.2s;
	color: #222222;
	box-sizing: border-box;
	z-index: 2;
}

.menu_box .menu_btn:before, .menu_box .menu_btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 11px;
	width: 20px;
	left: 10px;
	height: 6px;
	border-top: 2px solid;
	transition: 0.4s;
}

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


.menu_box .search_btn:hover {
	opacity: 0.8;
}

.menu_box .search {
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 5;
	left: 20px;
	right: 20px;
	top: 0;
	height: 100%;
	background-color: #ffffff;
	opacity: 0;
	transition: 0.3s;
	visibility: hidden;
}


.menu_box.is_fixed .container {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 50px;
	box-shadow: 0 2px 5px rgba(34, 34, 34, 0.1);
}

.menu_box.is_fixed .search_btn {
	height: 50px;
}

.menu_box.is_fixed li {
	height: 50px;
}

.menu_box.is_fixed li li {
	height: auto;
}

.menu_box.is_visible .menu_btn:before, .menu_box.is_visible .menu_btn:after {
	margin: 0;
	left: 8px;
	width: 24px;
	height: 0;
	top: 19px;
	transform: rotate(45deg);
}

.menu_box.is_visible .menu_btn:after {
	transform: rotate(-45deg);
	border-bottom-color: transparent;
}

@media (max-width: 1024px) {
	.menu_box {
		height: 50px;
	}
	.menu_box .fixed {
		align-items: center;
		justify-content: space-between;
		height: 50px;
	}
	.menu_box .fixed:after {
		content: '';
		display: block;
		position: absolute;
		left: 33px;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid #d9d9d9;
		opacity: 0;
		transition: 0.2s;
	}
	.menu_box .wrapper {
		display: none;
		position: relative;
		top: auto;
		left: auto;
		max-width: none;
		background-color: transparent;
		box-shadow: none;
		padding: 0;
		margin-bottom: -13px;
	}
	.menu_box ul {
		display: block;
		opacity: 0;
		visibility: hidden;
		transition: 0.2s;
		position: absolute;
		left: 20px;
		top: 100%;
		padding: 0;
		width: 280px;
		max-height: 100vh;
		overflow-y: auto;
		background-color: #f5f5f5;
		box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
	}
	.menu_box ul ul {
		display: block;
		position: relative;
		left: auto;
		top: auto;
		min-width: auto;
		max-height: none;
		box-shadow: none;
		padding: 0;
		margin: 0;
		width: auto;
		opacity: 1;
		visibility: visible;
	}
	.menu_box ul ul:first-child li:first-child {
		border-top-width: 0;
	}
	.menu_box li {
		display: block;
		height: auto;
		padding: 15px 20px;
		text-align: left;
		border-top: 1px solid #d9d9d9;
	}
	.menu_box li:hover > .wrapper {
		display: block;
	}
	.menu_box li.submenu {
		padding-right: 20px;
	}
	.menu_box li.submenu:before {
		top: 22px;
		right: 10px;
		margin: 0;
	}
	.menu_box li li {
		padding: 10px 0 10px 20px;
	}
	.menu_box li li:first-child {
		border-top-width: 1px;
	}
	.menu_box .menu_btn {
		display: block;
	}
	.menu_box .search_btn {
		height: 50px;
	}
	.menu_box.is_visible .fixed:after {
		opacity: 1;
	}
	.menu_box.is_visible ul {
		visibility: visible;
		opacity: 1;
	}
}

.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: 480px;
	margin: auto;
	padding: 35px 40px;
	background-color: #ffffff;
	text-align: left;
	box-sizing: border-box;
	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: #666666;
	transition: 0.2s;
}

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

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

.modal_box .title {
	display: block;
	color: #333333;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
	text-align: center;
}

.modal_box .field {
	display: block;
	position: relative;
	margin-bottom: 15px;
}

.modal_box .label {
	display: block;
	color: #999999;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 5px;
}

.modal_box .label b {
	font-weight: normal;
	color: #d22633;
}

.modal_box .copyright {
	display: block;
	position: relative;
	color: #999999;
	font-size: 12px;
	font-weight: 400;
}

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

.news_box {
	display: block;
	position: relative;
	margin-bottom: 60px;
}

.news_box .fixed {
	display: flex;
	align-items: flex-start;
	padding: 0 5px;
}

.news_box .slider {
	display: block;
	position: relative;
	overflow: hidden;
	width: 75%;
	padding: 0 15px;
	box-sizing: border-box;
}

.news_box .news {
	display: block;
	width: 25%;
	padding: 0 15px;
	box-sizing: border-box;
}

.news_box .items {
	display: block;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
	margin: 0 -15px;
}

.news_box .item {
	display: inline-block;
	width: 33.33%;
	padding: 0 15px;
	position: relative;
	box-sizing: border-box;
	white-space: normal;
	vertical-align: top;
}

.news_box .thumb {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

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

.news_box .title {
	display: block;
	position: relative;
	color: #222222;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.25;
}

.news_box .title:hover {
	color: #d22633;
}

.news_box .text {
	display: block;
	color: #666666;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.33;
}

.news_box .date {
	display: block;
	margin-top: 15px;
	color: #999999;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.25;
}

.news_box .buttons {
	display: flex;
	position: absolute;
	right: 15px;
	top: 0;
}

.news_box .info {
	display: block;
	margin-bottom: 45px;
	color: #666666;
	font-size: 15px;
	font-weight: 400;
}


.news_box .arrow_right {
	left: -1px;
	transform: rotate(180deg);
}

@media (max-width: 1024px) {
	.news_box {
		margin-bottom: 30px;
	}
	.news_box .fixed {
		display: block;
		padding: 0 10px;
	}
	.news_box .slider {
		width: 100%;
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.news_box .news {
		width: 100%;
		padding: 0 10px;
	}
	.news_box .items {
		margin: 0 -10px;
	}
	.news_box .item {
		padding: 0 10px;
	}
	.news_box .title {
		margin-bottom: 12px;
	}
	.news_box .date {
		margin-top: 12px;
	}
	.news_box .info {
		margin-bottom: 20px;
	}
	.news_box .buttons {
		right: 10px;
	}
}

@media (max-width: 640px) {
	.news_box .fixed {
		padding: 0 20px;
	}
	.news_box .news {
		padding: 0;
	}
	.news_box .slider {
		padding: 0;
	}
	.news_box .items {
		margin: 0;
	}
	.news_box .item {
		width: 100%;
		padding: 0;
	}
	.news_box .buttons {
		right: 0;
	}
	.news_box .arrow_right, .news_box .arrow_left {
		width: 24px;
		height: 24px;
	}
}

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

.pagination .fixed {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: -5px auto;
}

.pagination span, .pagination a {
	display: inline-block;
	margin: 5px 2px;
	text-decoration: none;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	border: 1px solid #e3e3e3;
	background-color: #ffffff;
	transition: 0.2s;
	box-sizing: border-box;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 32px;
	color: #666666;
}

.pagination span, .pagination a:hover {
	color: #ffffff;
	border-color: transparent;
	background-color: #d22633;
}

.pagination .extend {
	background: transparent;
	color: #666666;
}


.pagination .next {
	transform: rotate(180deg);
}

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

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

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

.photos_box .item {
	display: block;
	width: 25%;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 30px;
}

.photos_box .item img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 1024px) {
	.photos_box {
		margin-bottom: 10px;
	}
	.photos_box .items {
		margin: 0 -10px;
	}
	.photos_box .item {
		padding: 0 10px;
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	.photos_box .item {
		width: 33.33%;
	}
}

@media (max-width: 480px) {
	.photos_box .item {
		width: 50%;
	}
}

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

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

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

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

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

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

.posts_box .title {
	display: block;
	position: relative;
	color: #222222;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
	line-height: 1.25;
}

.posts_box .title:hover {
	color: #d22633;
}

.posts_box .text {
	display: block;
	color: #666666;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.33;
}

.posts_box .date {
	display: block;
	margin-top: 12px;
	color: #999999;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.25;
}

@media (max-width: 1024px) {
	.posts_box {
		margin-bottom: 10px;
	}
	.posts_box .posts {
		margin: 0 -10px;
	}
	.posts_box .post {
		width: 33.33%;
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.posts_box .thumb {
		margin-bottom: 12px;
	}
	.posts_box .title {
		margin-bottom: 10px;
	}
	.posts_box .date {
		margin-top: 10px;
	}
}

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

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

.product_box {
	display: block;
	position: relative;
	margin-bottom: 60px;
}

.product_box .product {
	display: flex;
	align-items: flex-start;
	margin: 0 -15px;

}

.product_box .images, .product_box .contents {
	display: block;
	position: relative;
	width: 50%;
	box-sizing: border-box;
	padding: 0 15px;
}

.product_box .image, .product_box .thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
}

.product_box .image:before, .product_box .thumb:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid #e3e3e3;
	transition: 0.2s;
	z-index: 2;
}

.product_box .image:hover:before, .product_box .thumb:hover:before {
	border: 3px solid #d22633;
}

.product_box .image img, .product_box .thumb img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	position: relative;
	z-index: 1;
	opacity: 1;
}

.product_box .thumbs {
	display: flex;
	flex-wrap: wrap;
	margin: 16px -9px 0 -8px;
}

.product_box .thumb {
	width: calc(33.33% - 16px);
	margin: 0 8px 16px;
}


.product_box .zoom:hover {
	background-color: #e3e3e3;
}

.product_box .content {
	padding-top: 30px;
}

.product_box .content h3 {
	font-size: 15px;
	text-transform: uppercase;
}

.product_box .docs {
	display: block;
	position: relative;
}

.product_box .doc {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: flex-start;
	height: 50px;
	padding: 10px 0 10px 18px;
	border-bottom: 1px dashed #e3e3e3;
}

.product_box .doc:last-child {
	border-bottom-style: solid;
}

.product_box .doc:before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	margin-right: 18px;
	background: 50% 50% no-repeat;
	flex-shrink: 0;
	flex-grow: 0;
}


.product_box .tabs {
	display: block;
	margin-bottom: 30px;
}

.product_box .tabs_heading {
	display: flex;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 0;
}

.product_box .tabs_heading span {
	display: flex;
	height: 50px;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding: 10px 0;
	margin: 0 20px;
	color: #222222;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	transition: 0.2s;
	cursor: pointer;
	position: relative;
}

.product_box .tabs_heading span:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background-color: #d22633;
	transition: 0.2s;
	opacity: 0;
}

.product_box .tabs_heading span.active, .product_box .tabs_heading span:hover {
	color: #d22633;
}

.product_box .tabs_heading span.active:before, .product_box .tabs_heading span:hover:before {
	opacity: 1;
}

.product_box .tabs_contents {
	display: block;
	position: relative;
	overflow: hidden;
}

.product_box .tabs_contents > div {
	display: none;
}

.product_box .tabs_contents > div.active {
	display: block;
}

@media (max-width: 1024px) {
	.product_box {
		margin-bottom: 30px;
	}
	.product_box .product {
		display: block;
		margin: 0;

	}
	.product_box .contents {
		display: block;
		padding: 0;
		width: auto;
		margin: 0 0 20px;
	}
	.product_box .images {
		display: flex;
		align-items: flex-start;
		padding: 0;
		margin: 0 -10px 20px;
		width: auto;
	}
	.product_box .image, .product_box .thumbs {
		width: calc(59% - 20px);
		margin: 0 10px;
		box-sizing: border-box;
		flex-shrink: 0;
		flex-grow: 1;
	}
	.product_box .thumbs {
		width: calc(41% - 20px);
		margin: 0;
	}
	.product_box .thumb {
		width: calc(50% - 20px);
		margin: 0 10px 20px;
	}
	.product_box .zoom {
		width: 32px;
		height: 32px;
		right: 10px;
		bottom: 10px;
	}
	.product_box .tabs {
		margin-bottom: 25px;
	}
	.product_box .tabs_heading span {
		padding: 0;
		height: 50px;
	}
	.product_box .content {
		padding-top: 25px;
	}
	.product_box .doc {
		padding: 0 0 0 10px;
	}
	.product_box .doc:before {
		margin-right: 10px;
	}
}

@media (max-width: 480px) {
	.product_box .images {
		display: block;
		margin: 0 0 10px;
	}
	.product_box .image, .product_box .thumbs {
		width: auto;
		margin: 0 0 20px;
	}
	.product_box .thumbs {
		margin: 0 -10px;
	}
	.product_box .tabs_heading {
		flex-wrap: wrap;
		padding: 5px 0;
	}
	.product_box .tabs_heading span {
		display: block;
		padding: 5px 10px;
		height: auto;
		margin: 0;
	}
	.product_box .tabs_heading span:before {
		display: none;
	}
}

.products_box {
	display: block;
	position: relative;
	margin-bottom: 60px;
}

.products_box .products {
	display: flex;
	flex-wrap: wrap;
}

.products_box .product {
	display: flex;
	position: relative;
	padding: 30px;
	width: 50%;
	box-sizing: border-box;
	z-index: 1;
	cursor: default;

}

.products_box .product:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: -1px;
	top: 0;
	bottom: -1px;
	border: 1px solid #e3e3e3;
	z-index: 1;
	transition: 0.2s;
}

.products_box .product:hover {
	z-index: 2;
}

.products_box .product:hover:before {
	left: -1px;
	border: 3px solid #d22633;
}

.products_box .counter {
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
	color: #f1f3f6;
	font-size: 200px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	z-index: 1;
}

.products_box .thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	margin-right: 30px;
	flex-grow: 0;
	flex-shrink: 0;
	position: relative;
	z-index: 2;
}

.products_box .thumb img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;

}

.products_box .contents {
	display: block;
	position: relative;
	z-index: 2;
}

.products_box .title {
	display: block;
	color: #222222;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	margin: 6px 0 15px;
}

.products_box .title:hover {
	color: #d22633;
}

.products_box .text {
	display: block;
	position: relative;
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 13px;
}

.products_box .buttons {
	display: flex;
	margin-right: -5px;
}

.products_box .buttons a {
	display: block;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	border: 1px solid #e3e3e3;
	background: 50% 50% no-repeat;
	position: relative;
}

.products_box .buttons a:hover {
	border-color: transparent;
	background-color: #d22633;
}

.products_box .buttons a:hover .tip {
	opacity: 1;
	visibility: visible;
}


.products_box .tip {
	display: block;
	opacity: 0;
	visibility: visible;
	transition: 0.4s;
	padding: 10px 15px;
	color: #ffffff;
	max-width: 200px;
	font-size: 13px;
	font-weight: 400;
	background-color: #222222;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 10px;
	filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
}

.products_box .tip:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	bottom: -4px;
	margin-left: -5px;
	border-top: 4px solid #222222;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

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

.products_box li {
	display: block;
	position: relative;
	padding-left: 23px;
	margin-bottom: 5px;
	color: #999999;
}

.products_box li:before {
	content: '';
	display: block;
	position: absolute;
	left: 10px;
	top: 8px;
	width: 3px;
	height: 3px;
	background-color: #d22633;
}

@media (max-width: 1024px) {
	.products_box {
		margin-bottom: 30px;
	}
	.products_box .counter {
		font-size: 120px;
	}
	.products_box .product {
		padding: 20px;
	}
	.products_box .thumb {
		margin-right: 20px;
	}
	.products_box .title {
		font-size: 20px;
		margin: 4px 0 10px;
	}
}

@media (max-width: 768px) {
	.products_box .product {
		width: 100%;
	}
}

@media (max-width: 420px) {
	.products_box .product {
		display: block;
	}
	.products_box .thumb {
		width: 140px;
		margin: 0 auto 15px;
	}
	.products_box .title {
		margin-top: 0;
		text-align: center;
	}
	.products_box .counter {
		display: none;
	}
	.products_box .buttons {
		justify-content: center;
	}
}


.title_box {
	display: block;
	position: relative;
	color: #222222;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	text-align: left;
	margin-top: -5px;
	margin-bottom: 50px;
}

.title_box:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	height: 3px;
	width: 56px;
	background-color: #d22633;
	bottom: -22px;
}

.title_box h1 {
	display: inline-block;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-transform: inherit;
	margin: 0;
	padding: 0;
}

.title_box.centered {
	text-align: center;
}

.title_box.centered:before {
	left: 50%;
	margin-left: -28px;
}

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

.usage_box {
	display: block;
	position: relative;
	background-color: #f1f3f6;
	margin-bottom: 60px;
	padding: 60px 0 30px;
}

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

.usage_box .item {
	display: block;
	width: 25%;
	padding: 0 15px;
	margin-bottom: 30px;
	box-sizing: border-box;
	cursor: default;
}

.usage_box a.item {
	cursor: pointer;
}

.usage_box a.item:hover .title {
	background-color: #d22633;
	color: #ffffff;
	border-color: transparent;
}

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

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

.usage_box .title {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding: 10px;
	color: #222222;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	background-color: #ffffff;
	border: 1px solid #e3e3e3;
	text-transform: uppercase;
	box-sizing: border-box;
	min-height: 70px;
	transition: 0.2s;
}

@media (max-width: 1024px) {
	.usage_box {
		margin-bottom: 30px;
		padding: 30px 0 0;
	}
	.usage_box .items {
		margin: 0 -10px;
	}
	.usage_box .item {
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.usage_box .title {
		min-height: 60px;
	}
}

@media (max-width: 768px) {
	.usage_box .item {
		width: 50%;
	}
}

@media (max-width: 480px) {
	.usage_box .item {
		width: 100%;
	}
}

.footer_box {
	display: block;
	position: relative;
	background-color: #264c81;
	padding: 60px 0 80px;
}

/*.footer_box:after {
	content: '';
	display: block;
	height: 20px;
	background-color: #2d476c;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	border-top: 25px solid #284165;
	border-bottom: 15px solid #354f74;
}
*/
.footer_box .fixed {
	z-index: 2;
}

.footer_box .footer {
	display: flex;
	margin: 0 -15px;
	align-items: flex-start;
	font-size: 13px;
	font-weight: 400;
	color: #546e93;
}

.footer_box .widget {
	display: block;
	width: 25%;
	padding: 0 15px;
	box-sizing: border-box;
}

.footer_box .title {
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

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

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

.footer_box a {
	color: #7d97ba;
}

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


.footer_box .text {
	display: block;
}

.footer_box .text p {
	margin-bottom: 10px;
}

.footer_box .text p:last-child {
	margin-bottom: 0;
}

.footer_box .text a {
	color: #ffffff;
	line-height: 1.5;
}

.footer_box .text a:hover {
	text-decoration: underline;
}

.footer_box .scroll_up {
	display: block;
	position: fixed;
	width: 44px;
	height: 44px;
	box-shadow: 0 5px 5px rgba(0, 0, 2, 0.07);
	background: #d22634 url(../index_files/ico_scroll.png) 50% 50% no-repeat;
	cursor: pointer;
	transition: 0.2s;
	bottom: 16px;
	right: 50%;
	margin-right: -650px;
	z-index: 20;
}

.footer_box .scroll_up:hover {
	background-color: #b3222e;
}

@media (max-width: 1340px) {
	.footer_box .scroll_up {
		width: 32px;
		height: 32px;
		right: 10px;
		bottom: 10px;
		margin-right: 0;
	}
}

@media (max-width: 1024px) {
	.footer_box {
		padding: 40px 0 60px;
	}
	.footer_box .footer {
		flex-wrap: wrap;
		margin: 0 -10px;
	}
	.footer_box .widget {
		width: 33.33%;
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.footer_box .title {
		margin-bottom: 10px;
	}
	.footer_box .about {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.footer_box .logo {
		width: 50%;
		max-width: 270px;
		margin: 0;
		box-sizing: border-box;
	}
	.footer_box .text {
		width: 50%;
		max-width: 270px;
		padding-left: 20px;
		box-sizing: border-box;
	}
}

@media (max-width: 480px) {
	.footer_box .widget {
		width: 50%;
	}
	.footer_box .about {
		display: block;
	}
	.footer_box .logo, .footer_box .text {
		margin: 0;
		padding: 0;
		width: auto;
	}
	.footer_box .logo {
		margin-bottom: 20px;
	}
}

@media (max-width: 420px) {
	.footer_box .widget {
		width: 100%;
		text-align: center;
	}
	.footer_box .about {
		margin-top: 20px;
	}
	.footer_box .logo {
		display: inline-block;
		width: 270px;
	}
}


/****/
.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	overflow: hidden;
	margin: 0 -15px 20px;
}

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

.gallery .gallery-icon {
	display: block;
	padding: 0;
	margin: 0;
	background: #f1f3f6;
}

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

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

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

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

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

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

