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

html, body {
	height: 100%;
}

body {
	min-width: 320px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 1.33;
	color: #222536;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

body.is_locked {
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	display: block;
	position: relative;
	margin: 0 0 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	line-height: 1.25;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

@media (max-width: 1024px) {
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 16px;
	}
}

@media (max-width: 640px) {
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 21px;
	}
	h3 {
		font-size: 19px;
	}
	h4 {
		font-size: 17px;
	}
}

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

p {
	margin: 0 0 20px;
}

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

a img {
	transition: opacity 0.2s;
}

a:hover {
	text-decoration: none;
}

a:hover img {
	opacity: 0.8;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], input[type="submit"], select, textarea {
	display: block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding: 12px 15px;
	background: #ffffff;
	border: 1px solid #0f75bc;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	transition: 0.2s;
	z-index: 2;
	-moz-appearance: none;
	-webkit-appearance: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="submit"]:focus, select:focus, textarea:focus {
	outline: none;
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="submit"]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #222536;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="submit"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
	color: #222536;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="submit"]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #222536;
}

@media (max-width: 1024px) {
	input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], input[type="submit"], select, textarea {
		font-size: 14px;
		line-height: 20px;
		padding: 10px 15px;
	}
}

select {
	padding-right: 30px;
	background: #fff url(../images/ico_select.png) right 15px top 53% no-repeat;
}

select:focus {
	background-image: url(../images/ico_select_blue.png);
}

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

input[type="submit"] {
	background: #ffe00e;
	border-color: transparent;
	font-weight: 400;
	color: #010e3c;
	cursor: pointer;
}

input[type="submit"]:hover {
	background-color: #ebcd00;
	border-color: #ebcd00;
}

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

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

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

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

.wrapper_box .main_box {
	display: block;
	flex-basis: 0;
	flex-grow: 1;
	position: relative;
	order: 1;
}

.wrapper_box .sidebar_box {
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	width: 270px;
	margin-left: 30px;
	order: 2;
}

@media (max-width: 1024px) {
	.wrapper_box .fixed {
		flex-wrap: wrap;
		justify-content: center;
	}
	.wrapper_box .main_box {
		width: 100%;
		order: 1;
	}
	.wrapper_box .sidebar_box {
		margin-left: 0;
		width: 100%;
		max-width: 320px;
		order: 2;
	}
}

.fixed {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 30px;
	z-index: 2;
}

.fixed .fixed {
	padding: 0;
}

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

.about_box, .advantages_box, .comments, .contacts_box, .content_box, .course_box, .courses_box, .faq_box, .feature_box, .gallery_box, .news_box, .order_box, .pagination_box, .posts_box, .related_box, .request_box, .reviews_box, .similar_box, .slider_box {
	display: block;
	position: relative;
	margin-bottom: 50px;
	z-index: 2;
}

.header_box + .about_box, .header_box + .advantages_box, .header_box + .comments, .header_box + .contacts_box, .header_box + .content_box, .header_box + .course_box, .header_box + .courses_box, .header_box + .faq_box, .header_box + .feature_box, .header_box + .gallery_box, .header_box + .news_box, .header_box + .order_box, .header_box + .pagination_box, .header_box + .posts_box, .header_box + .related_box, .header_box + .request_box, .header_box + .reviews_box, .header_box + .similar_box, .header_box + .slider_box {
	margin-top: 50px;
}

@media (max-width: 1024px) {
	.about_box, .advantages_box, .comments, .contacts_box, .content_box, .course_box, .courses_box, .faq_box, .feature_box, .gallery_box, .news_box, .order_box, .pagination_box, .posts_box, .related_box, .request_box, .reviews_box, .similar_box, .slider_box {
		margin-bottom: 35px;
	}
	.header_box + .about_box, .header_box + .advantages_box, .header_box + .comments, .header_box + .contacts_box, .header_box + .content_box, .header_box + .course_box, .header_box + .courses_box, .header_box + .faq_box, .header_box + .feature_box, .header_box + .gallery_box, .header_box + .news_box, .header_box + .order_box, .header_box + .pagination_box, .header_box + .posts_box, .header_box + .related_box, .header_box + .request_box, .header_box + .reviews_box, .header_box + .similar_box, .header_box + .slider_box {
		margin-top: 35px;
	}
}

.header_box + .breadcrumbs_box, .header_box + .slider_box {
	margin-top: 0;
}

.has_background {
	padding: 50px 0;
	background-color: #e4ecf3;
}

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

.header_box + .has_background {
	margin-top: 0;
}

.has_background + .has_background {
	margin-top: -50px;
}

@media (max-width: 1024px) {
	.has_background {
		padding: 35px 0;
	}
	.has_background + .has_background {
		margin-top: -35px;
	}
}

@media (max-width: 640px) {
	.has_background {
		padding: 20px 0;
	}
	.has_background + .has_background {
		margin-top: -20px;
	}
}

.button {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 15px 30px;
	background: #ffe00e;
	border: 3px solid #ffe00e;
	border-radius: 3px;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	color: #010e3c;
	text-align: center;
	transition: 0.2s;
	cursor: pointer;
	z-index: 2;
	-webkit-appearance: none;
}

.button:hover {
	background-color: #ebcd00;
	border-color: #ebcd00;
}

.button.blue {
	color: #ffffff;
	border-color: transparent;
	background-color: #0f75bc;
}

.button.blue:hover {
	background-color: #ef3e36;
}

.button.hidden {
	opacity: 0;
}

@media (max-width: 1024px) {
	.button {
		padding: 8px 20px;
		font-size: 16px;
	}
}

.checkbox {
	display: inline-block;
}

.checkbox input {
	display: block;
	visibility: hidden;
	position: absolute;
	left: -1000px;
}

.checkbox input + span {
	display: block;
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	cursor: pointer;
}

.checkbox input + span:before, .checkbox input + span:after {
	content: '';
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	border: 1px solid #1f50b4;
	z-index: 1;
}

.checkbox input + span:after {
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	background-color: #1f50b4;
	border: none;
	opacity: 0;
	z-index: 2;
}

.checkbox input:checked + span:before {
	border-color: #1f50b4;
}

.checkbox input:checked + span:after {
	opacity: 1;
}

.about_box .title, .about_box h2, .advantages_box .title, .advantages_box h2, .courses_box .title, .courses_box h2, .faq_box h3, .feature_box h2, .gallery_box h2, .news_box .heading, .news_box h2, .order_box h2, .posts_box h2, .reviews_box .title, .reviews_box h2, .similar_box h2 {
	display: block;
	position: relative;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	margin: 0 0 20px;
}

@media (max-width: 1024px) {
	.about_box .title, .about_box h2, .advantages_box .title, .advantages_box h2, .courses_box .title, .courses_box h2, .faq_box h3, .feature_box h2, .gallery_box h2, .news_box .heading, .news_box h2, .order_box h2, .posts_box h2, .reviews_box .title, .reviews_box h2, .similar_box h2 {
		font-size: 28px;
		line-height: 1.2;
	}
}

@media (max-width: 640px) {
	.about_box .title, .about_box h2, .advantages_box .title, .advantages_box h2, .courses_box .title, .courses_box h2, .faq_box h3, .feature_box h2, .gallery_box h2, .news_box .heading, .news_box h2, .order_box h2, .posts_box h2, .reviews_box .title, .reviews_box h2, .similar_box h2 {
		font-size: 22px;
		line-height: 1.3;
	}
}

.content_box h1, .course_box h1, .posts_box h1 {
	margin-bottom: 30px;
	display: inline-block;
	padding: 10px 20px;
	background-color: #ef3e36;
	color: #ffffff;
	font-size: 48px;
	font-weight: 700;
}

@media (max-width: 1230px) {
	.content_box h1, .course_box h1, .posts_box h1 {
		font-size: 36px;
	}
}

@media (max-width: 1024px) {
	.content_box h1, .course_box h1, .posts_box h1 {
		font-size: 28px;
	}
}

@media (max-width: 768px) {
	.content_box h1, .course_box h1, .posts_box h1 {
		font-size: 24px;
		font-weight: 400;
	}
}

.header_box {
	display: block;
	position: relative;
	z-index: 10;
}

.header_box .header {
	display: flex;
	align-items: center;
	position: relative;
	padding: 15px 0;
}

.header_box .logo {
	flex-grow: 0;
	flex-shrink: 0;
	display: block;
	position: relative;
	width: 245px;
	height: 100px;
	margin-right: auto;
	background: url(../images/ico_logo.png) 0 50% no-repeat;
	background-size: contain;
	z-index: 3;
}

.header_box .navigation {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-grow: 1;
	z-index: 2;
	margin-left: 20px;
}

.header_box .menu {
	display: flex;
	position: relative;
	align-items: center;
	margin-right: 20px;
}

.header_box .menu ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 250px;
	margin-top: 3px;
	border-radius: 5px;
	border: 1px solid #cfd1db;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 10px 12px;
}

.header_box .menu ul:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -4px;
	height: 4px;
}

.header_box .menu ul li {
	margin: 0;
}

.header_box .menu ul li.active > a, .header_box .menu ul li a:hover {
	background-color: transparent;
	color: #0f75bc;
	text-decoration: underline;
}

.header_box .menu ul a {
	display: inline-block;
	padding: 5px 0 5px 12px;
}

.header_box .menu ul a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #a4a7ba;
}

.header_box .menu li {
	display: block;
	position: relative;
	margin-right: 1px;
}

.header_box .menu li:hover ul {
	display: block;
}

.header_box .menu li.active > a, .header_box .menu li a:hover {
	background-color: #0f75bc;
	color: #ffffff;
}

.header_box .menu a {
	display: block;
	padding: 7px 14px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.25;
	color: #222536;
	transition: 0.1s;
}

.header_box .menu_btn {
	display: none;
	position: relative;
	width: 24px;
	height: 24px;
	margin-left: 20px;
	cursor: pointer;
	z-index: 3;
	transition: 0.2s;
}

.header_box .menu_btn:before, .header_box .menu_btn:after, .header_box .menu_btn span {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 24px;
	height: 3px;
	background-color: #0f75bc;
	border-radius: 2px;
	transition: 0.2s;
}

.header_box .menu_btn:after {
	top: 18px;
}

.header_box .menu_btn span {
	top: 10px;
}

.header_box .phone {
	display: block;
	font-size: 28px;
	line-height: 1.25;
	font-weight: 700;
	white-space: nowrap;
	position: relative;
	bottom: 2px;
	color: #222536;
}

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

.header_box .phone_btn {
	display: none;
	position: relative;
	cursor: pointer;
	width: 22px;
	height: 22px;
	background: url(../images/ico_phone.svg) 50% 50% no-repeat;
	background-size: contain;
	z-index: 3;
}

.header_box .modal {
	display: block;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(34, 37, 54, 0.6);
	transition: 0.4s;
	opacity: 0;
	z-index: 1;
}

@media (max-width: 1230px) {
	.header_box .logo {
		width: 172px;
		height: 70px;
	}
	.header_box .phone {
		font-size: 20px;
	}
	.header_box .menu a {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.header_box.is_expanded {
		background: transparent;
	}
	.header_box.is_expanded .logo {
		background-image: url(../images/ico_logo_white.png);
	}
	.header_box.is_expanded .menu_btn:before, .header_box.is_expanded .menu_btn:after {
		top: 50%;
		margin-top: -1px;
		transform: rotate(45deg);
		background-color: #ef3e36;
	}
	.header_box.is_expanded .menu_btn:after {
		transform: rotate(-45deg);
	}
	.header_box.is_expanded .menu_btn span {
		opacity: 0;
	}
	.header_box.is_expanded .navigation {
		visibility: visible;
		transform: translateX(0);
	}
	.header_box.is_expanded .modal {
		opacity: 1;
		visibility: visible;
	}
	.header_box .header {
		padding: 10px 0;
	}
	.header_box .navigation {
		display: block;
		position: fixed;
		left: auto;
		right: 0;
		top: 0;
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
		background-color: #ffffff;
		padding: 80px 20px 20px;
		overflow-y: auto;
		overflow-x: hidden;
		transition: 0.4s;
		box-sizing: border-box;
		visibility: hidden;
		transform: translateX(100%);
		width: 240px;
	}
	.header_box .logo {
		width: 147px;
		height: 60px;
	}
	.header_box .phone {
		width: 100%;
		margin: 20px 0 0;
	}
	.header_box .menu {
		display: block;
		position: relative;
		width: 100%;
		top: auto;
		right: auto;
		border: none;
		flex-grow: 0;
		padding: 0;
		background: transparent;
		opacity: 1;
		box-sizing: border-box;
		visibility: visible;
		margin: 0 0 auto;
		border-bottom: 1px solid rgba(15, 117, 188, 0.3);
	}
	.header_box .menu ul {
		display: none;
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		border: 0;
		padding: 0;
		min-width: auto;
	}
	.header_box .menu ul li {
		border: 0;
		padding: 0;
		margin: 0;
	}
	.header_box .menu ul a:before {
		background-color: rgba(15, 117, 188, 0.6);
	}
	.header_box .menu li {
		display: block;
		margin: 0;
		padding: 12px 0;
		text-align: left;
		border-top: 1px solid rgba(15, 117, 188, 0.3);
		position: relative;
	}
	.header_box .menu li.submenu:before {
		content: '';
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		right: 0;
		top: 19px;
		border-top: 6px solid #222536;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
	}
	.header_box .menu li.submenu > a {
		margin-right: 10px;
	}
	.header_box .menu li.submenu:hover:before, .header_box .menu li.submenu.active:before {
		border-top-color: #0f75bc;
	}
	.header_box .menu li.active > a, .header_box .menu li a:hover {
		background-color: transparent;
		color: #0f75bc;
	}
	.header_box .menu li:hover > ul {
		display: block;
	}
	.header_box .menu a {
		display: inline-block;
		text-align: left;
		font-size: 15px;
		font-weight: 500;
		line-height: 20px;
		color: #222536;
		padding: 0;
	}
	.header_box .menu_btn, .header_box .phone_btn {
		display: block;
	}
	.header_box .phone {
		display: block;
	}
}

@media (max-width: 480px) {
	.header_box.is_expanded .logo {
		background-image: url(../images/ico_logo.png);
	}
	.header_box .navigation {
		width: 100%;
	}
	.header_box .phone {
		text-align: center;
	}
}

.about_box .title, .about_box h2 {
	margin-bottom: 30px;
}

@media (max-width: 1024px) {
	.about_box .title, .about_box h2 {
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	.about_box .title, .about_box h2 {
		margin-bottom: 20px;
	}
	.about_box img {
		float: none;
		margin: 0 auto 20px;
		width: auto;
		max-height: 200px;
	}
}

.advantages_box .title, .advantages_box h2 {
	color: #ef3e36;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.advantages_box .subtitle {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 60px;
	text-align: center;
}

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

.advantages_box .item {
	width: calc(50% - 40px);
	margin: 0 20px 40px;
	padding-left: 90px;
	box-sizing: border-box;
	position: relative;
}

.advantages_box .item:before {
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	background: 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.advantages_box .item.icon_1:before {
	background-image: url(../images/ico_advantages_1.png);
}

.advantages_box .item.icon_2:before {
	background-image: url(../images/ico_advantages_2.png);
}

.advantages_box .item.icon_3:before {
	background-image: url(../images/ico_advantages_3.png);
}

.advantages_box .item.icon_4:before {
	background-image: url(../images/ico_advantages_4.png);
}

.advantages_box .item.icon_5:before {
	background-image: url(../images/ico_advantages_5.png);
}

.advantages_box .item.icon_6:before {
	background-image: url(../images/ico_advantages_6.png);
}

.advantages_box .heading {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}

@media (max-width: 1024px) {
	.advantages_box .subtitle {
		font-size: 20px;
		margin-bottom: 40px;
	}
	.advantages_box .heading {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.advantages_box .items {
		margin: 0 -15px -30px;
	}
	.advantages_box .item {
		width: calc(50% - 30px);
		margin: 0 15px 30px;
		padding-left: 65px;
	}
	.advantages_box .item:before {
		width: 50px;
		height: 50px;
		background-size: contain;
	}
}

@media (max-width: 640px) {
	.advantages_box .subtitle {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.advantages_box .items {
		margin: 0;
	}
	.advantages_box .item {
		width: 100%;
		margin: 0 0 25px;
	}
	.advantages_box .item:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 420px) {
	.advantages_box .item {
		padding-left: 50px;
	}
	.advantages_box .item:before {
		width: 40px;
		height: 40px;
	}
	.advantages_box .heading {
		font-size: 15px;
	}
}

.breadcrumbs_box {
	display: block;
	position: relative;
	margin-bottom: 30px;
	background-color: #e4ecf3;
	padding: 10px 0;
}

.breadcrumbs_box a, .breadcrumbs_box span {
	display: inline-block;
	vertical-align: middle;
	color: #a4a7ba;
	font-size: 14px;
}

.breadcrumbs_box a {
	position: relative;
	margin-right: 20px;
	text-decoration: underline;
}

.breadcrumbs_box a:after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #a4a7ba;
	position: absolute;
	top: 50%;
	right: -14px;
	margin-top: -2px;
}

.breadcrumbs_box a:hover {
	color: #0f75bc;
}

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

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

.comment .comment_inner {
	display: flex;
	align-items: flex-start;
}

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

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

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

.comment .comment_avatar {
	display: block;
	position: relative;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 20px;
	width: 60px;
	height: 60px;
}

.comment .comment_avatar img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.comment .comment_body {
	display: block;
	position: relative;
	flex-grow: 1;
}

.comment .comment_info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.comment .comment_author {
	display: block;
	font-weight: 700;
}

.comment .comment_date {
	display: block;
	margin-left: auto;
}

.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 form */
.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 {
	max-width: 600px;
	margin: 0 auto 30px;
}

.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 .subtitle {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 25px;
}

.contacts_box .contacts {
	display: flex;
	margin: 0 -20px 10px;
	justify-content: space-between;
}

.contacts_box .contact {
	max-width: 33.33%;
	box-sizing: border-box;
	padding: 0 20px;
	margin-bottom: 30px;
	color: #010e3c;
	font-size: 24px;
	line-height: 1.33;
	font-weight: 300;
}

.contacts_box .icon {
	position: relative;
	padding-left: 35px;
}

.contacts_box .icon:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	left: 0;
}

.contacts_box .icon_1:before {
	background: url(../images/ico_contacts_1.png) 2px 1px no-repeat;
}

.contacts_box .icon_2:before {
	background: url(../images/ico_contacts_2.png) 4px 0 no-repeat;
}

.contacts_box .icon_3:before {
	background: url(../images/ico_contacts_3.png) 5px 0 no-repeat;
}

.contacts_box .icon_4:before {
	background: url(../images/ico_contacts_4.png) 0 2px no-repeat;
}

.contacts_box .mail, .contacts_box .phone {
	white-space: nowrap;
}

.contacts_box .map {
	height: 400px;
}

@media (max-width: 1230px) {
	.contacts_box .contact {
		font-size: 22px;
	}
	.contacts_box .icon:before {
		top: 3px;
	}
}

@media (max-width: 1024px) {
	.contacts_box .contacts {
		margin-bottom: 0;
	}
	.contacts_box .contacts {
		justify-content: flex-start;
	}
	.contacts_box .contact {
		max-width: none;
		font-size: 18px;
		line-height: 1.5;
	}
	.contacts_box .icon:before {
		top: 1px;
	}
}

@media (max-width: 768px) {
	.contacts_box .contacts {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.contacts_box .contact {
		width: 100%;
		max-width: none;
		margin-bottom: 10px;
	}
	.contacts_box .phone + .phone {
		margin-top: 15px;
	}
}

@media (max-width: 480px) {
	.contacts_box .contact {
		font-size: 16px;
	}
	.contacts_box .icon:before {
		top: 0;
	}
}

/* Styles for the default WordPress editor */
.content {
	display: block;
	position: relative;
	line-height: 1.33;
}

.content:after {
	display: table;
	content: '';
	clear: both;
}

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

.content a {
	text-decoration: underline;
}

.content a:hover {
	color: #0f75bc;
}

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

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

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

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

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

.content ol {
	counter-reset: list;
}

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

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

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

.content table {
	width: 100%;
	height: auto;
	border-spacing: 0;
	border-collapse: collapse;
}

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

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

@media (max-width: 1024px) {
	.content p, .content > table, .content > ul, .content > ol, .content .table_wrapper {
		margin-bottom: 15px;
	}
}

/* WordPress default alignment classes */
.content .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

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

.content .alignnone {
	width: 100%;
	height: auto;
	margin: 0 0 20px;
}

.content .aligncenter {
	display: block;
	max-width: 100%;
	margin: 0 auto 20px;
}

.content .table_wrapper {
	overflow: auto;
}

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

/* Blockquotes */
.content blockquote {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 16px 20px;
	background: #e4ecf3;
	font-style: italic;
}

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

/* Image with caption */
.content .wp-caption-text {
	display: block;
	margin: 0;
	font-style: italic;
}

.content .wp-caption {
	display: block;
	max-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 20px;
	background: #e4ecf3;
}

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

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

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

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

.content .gallery .gallery-icon {
	display: block;
	margin: 0;
	padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.course_box .info {
	display: flex;
	align-items: stretch;
	margin: 0 -10px 20px;
}

.course_box .content {
	flex-basis: calc(55% - 20px);
	flex-grow: 1;
	margin: 0 10px;
}

.course_box .details {
	flex-basis: calc(45% - 20px);
	flex-grow: 1;
	padding: 25px;
	box-sizing: border-box;
	margin: 0 10px;
	background-color: #e4ecf3;
}

.course_box .title {
	color: #010e3c;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}

.course_box .list {
	counter-reset: list;
	display: block;
	position: relative;
	overflow: hidden;
}

.course_box .list li {
	counter-increment: list;
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}

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

.course_box .list li:before {
	content: counter(list) ".";
	display: block;
	position: absolute;
	top: -7px;
	left: 0;
	text-align: center;
	color: #0f75bc;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.course_box .items {
	display: flex;
}

.course_box .item {
	display: flex;
	flex-direction: column;
	width: 16.66%;
	box-sizing: border-box;
	padding: 100px 0 35px;
	position: relative;
	text-align: center;
}

.course_box .item:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background: linear-gradient(to bottom, transparent 0%, #dce0e4 40%, #dce0e4 60%, transparent);
}

.course_box .item:after {
	content: '';
	display: block;
	width: 46px;
	height: 46px;
	background: 50% 50% no-repeat;
	background-size: contain;
	position: absolute;
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
}

.course_box .item:last-child:before {
	display: none;
}

.course_box .icon_1:after {
	background-image: url(../images/ico_course_1.png);
}

.course_box .icon_2:after {
	background-image: url(../images/ico_course_2.png);
}

.course_box .icon_3:after {
	background-image: url(../images/ico_course_3.png);
}

.course_box .icon_4:after {
	background-image: url(../images/ico_course_4.png);
}

.course_box .icon_5:after {
	background-image: url(../images/ico_course_5.png);
}

.course_box .icon_6:after {
	background-image: url(../images/ico_course_6.png);
}

.course_box .heading {
	font-weight: 700;
	margin-bottom: 15px;
}

.course_box .text {
	font-weight: 300;
	margin-top: auto;
}

@media (max-width: 1024px) {
	.course_box .info {
		display: block;
		margin: 0;
	}
	.course_box .content, .course_box .details {
		flex-basis: 100%;
		margin: 0 0 25px;
	}
	.course_box .details {
		padding-top: 25px;
	}
	.course_box .items {
		flex-wrap: wrap;
		margin: 0 -15px;
	}
	.course_box .item {
		width: 33.33%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.course_box .item:nth-child(3):before {
		display: none;
	}
	.course_box .item br {
		display: none;
	}
}

@media (max-width: 640px) {
	.course_box .items {
		margin-bottom: -25px;
	}
	.course_box .item {
		width: 50%;
		padding: 55px 15px 0;
		margin-bottom: 25px;
	}
	.course_box .item:before {
		display: none;
	}
	.course_box .item:after {
		top: 0;
	}
	.course_box .heading {
		margin-bottom: 10px;
	}
}

@media (max-width: 480px) {
	.course_box .details {
		padding: 15px 20px 20px;
	}
	.course_box .list li {
		padding-left: 22px;
	}
	.course_box .list li:before {
		top: -1px;
		font-size: 18px;
	}
}

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

.courses_box {
	background-color: #e4ecf3;
	padding: 40px 0;
}

.courses_box .info {
	margin-bottom: 30px;
}

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

.courses_box .item {
	display: flex;
	flex-direction: column;
	width: calc(25% - 30px);
	background-color: #ffffff;
	padding: 5px 20px 20px;
	margin: 0 15px 30px;
	cursor: pointer;
	box-sizing: border-box;
}

.courses_box .item:hover .number, .courses_box .item:hover .price span {
	color: #ef3e36;
}

.courses_box .number {
	display: block;
	position: relative;
	color: #0f75bc;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 10px;
	transition: 0.2s;
}

.courses_box .heading {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.courses_box .text {
	display: block;
	position: relative;
	margin-bottom: auto;
}

.courses_box .details {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #c6d1db;
	padding-top: 20px;
	margin-top: 22px;
}

.courses_box .price {
	display: block;
	position: relative;
}

.courses_box .price span {
	font-size: 34px;
	font-weight: 700;
	transition: 0.2s;
}

.courses_box .more {
	display: block;
	width: 29px;
	height: 29px;
	flex-grow: 0;
	flex-shrink: 0;
	background: url(../images/ico_arrow_blue.png) 0 0 no-repeat;
	margin-left: 5px;
	cursor: pointer;
	transition: 0.2s;
}

.courses_box .more:hover {
	background-image: url(../images/ico_arrow_red.png);
}

.courses_box .order_link {
	text-align: center;
}

.courses_box .order_link span {
	display: block;
	cursor: pointer;
	color: #222536;
	text-decoration: underline;
	transition: 0.2s;
}

.courses_box .order_link span:hover {
	color: #0f75bc;
}

@media (max-width: 1230px) {
	.courses_box .number {
		font-size: 36px;
	}
	.courses_box .heading {
		font-size: 20px;
	}
	.courses_box .price span {
		font-size: 22px;
	}
}

@media (max-width: 1024px) {
	.courses_box .items {
		margin-left: -10px;
		margin-right: -10px;
	}
	.courses_box .item {
		width: calc(50% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}
}

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

.faq_box h3 {
	margin-bottom: 30px;
}

.faq_box .inner {
	display: flex;
	align-items: center;
	position: relative;
}

.faq_box .image {
	display: block;
	font-size: 0;
	line-height: 0;
	width: 300px;
	flex-grow: 0;
	flex-shrink: 0;
	box-sizing: border-box;
	padding: 0 30px;
}

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

.faq_box .items {
	display: block;
	position: relative;
	flex-grow: 1;
	flex-basis: 0;
}

.faq_box .item {
	background-color: #e4ecf3;
	margin-bottom: 10px;
	padding: 0 20px;
	overflow: hidden;
}

.faq_box .question {
	padding: 20px 0;
	font-weight: 700;
}

.faq_box .answer {
	background: #ffffff;
	padding: 10px 15px;
	margin-bottom: 20px;
	display: none;
}

@media (max-width: 1024px) {
	.faq_box .inner {
		display: block;
	}
	.faq_box .image {
		display: none;
	}
}

.feature_box .text {
	text-align: center;
	margin-bottom: 30px;
}

.feature_box .info {
	border-top: 1px solid #a4a7ba;
	border-bottom: 1px solid #a4a7ba;
	padding: 30px 0 35px;
}

.feature_box .heading {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

.feature_box .content ul {
	column-count: 2;
	margin-bottom: 25px;
}

@media (max-width: 1024px) {
	.feature_box .content ul {
		column-count: 1;
	}
}

.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: none;
}

.flickity-viewport {
	position: relative;
	overflow: hidden;
	height: 100%;
	transition: height 0.2s;
	z-index: 1;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.flickity-resize .slide {
	min-height: 100%;
}

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

.gallery_box .item {
	width: calc(33.33% - 30px);
	margin: 0 15px 30px;
	overflow: hidden;
}

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

@media (max-width: 1024px) {
	.gallery_box .items {
		margin: 0 -10px -20px;
	}
	.gallery_box .item {
		width: calc(33.33% - 20px);
		margin: 0 10px 20px;
	}
}

@media (max-width: 640px) {
	.gallery_box .item {
		width: calc(50% - 20px);
	}
}

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

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

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

.modal_box .inner {
	position: relative;
	top: -600px;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	width: 100%;
	max-height: 100vh;
	padding: 20px;
	transition: 0.5s;
}

.modal_box .modal, .modal_box .popup {
	display: block;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	max-width: 420px;
	padding: 30px;
	margin: 0 auto;
	background-color: #e4ecf3;
}

.modal_box .popup {
	display: flex;
	align-items: stretch;
	max-width: 800px;
	padding: 0;
}

.modal_box .popup .close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.modal_box .popup .subheading {
	display: block;
	margin: 0 0 18px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.333;
}

.modal_box .advantages, .modal_box .application {
	flex-basis: 0;
	flex-grow: 1;
	padding: 30px;
}

.modal_box .advantages {
	background-color: #0f75bc;
	color: #ffffff;
}

.modal_box .advantages .items {
	display: block;
}

.modal_box .advantages .item {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.modal_box .advantages .item:last-child {
	margin-bottom: 0;
}

.modal_box .advantages .icon {
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	width: 50px;
	margin-right: 20px;
}

.modal_box .advantages .icon img {
	display: block;
	width: 100%;
	height: auto;
}

.modal_box .advantages .title {
	display: block;
	flex-grow: 1;
	min-width: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.333;
}

.modal_box .close {
	display: block;
	position: relative;
	right: -20px;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0 0 0 auto;
	border: none;
	outline: none;
	background: none;
	color: inherit;
	cursor: pointer;
}

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

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

.modal_box .close:hover {
	color: #ffe00e;
}

.modal_box .heading {
	display: flex;
	align-items: center;
	padding: 12px 30px;
	margin: -30px -30px 30px;
	background-color: #0f75bc;
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
}

.modal_box .item {
	margin-bottom: 20px;
}

.modal_box .item:last-child {
	margin-bottom: 0;
}

.modal_box input, .modal_box select {
	border-color: transparent;
}

.modal_box input:focus, .modal_box select:focus {
	border-color: #0f75bc;
}

.modal_box input[type="submit"] {
	background-color: #ef3e36;
	color: #ffffff;
}

.modal_box input[type="submit"]:hover {
	border-color: transparent;
	background-color: #ffe00e;
	color: #222536;
}

.modal_box .error {
	display: block;
	margin: 10px 16px -10px;
	color: #ef3e36;
	font-size: 14px;
	line-height: 20px;
}

.modal_box .success {
	display: block;
	position: relative;
	margin-top: 20px;
	color: #009900;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.modal_box .disclaimer {
	margin-top: 20px;
	font-size: 12px;
	font-weight: 300;
}

.modal_box .disclaimer a {
	color: inherit;
	font-weight: 500;
	text-decoration: underline;
}

.modal_box .disclaimer a:hover {
	color: #0f75bc;
}

@media (max-width: 1024px) {
	.modal_box .modal {
		padding: 20px;
	}
	.modal_box .popup .subheading {
		margin-bottom: 15px;
		font-size: 20px;
	}
	.modal_box .advantages, .modal_box .application {
		padding: 20px;
	}
	.modal_box .advantages .item {
		margin-bottom: 20px;
	}
	.modal_box .advantages .title {
		font-size: 16px;
	}
	.modal_box .heading {
		padding: 12px 20px;
		margin: -20px -20px 20px;
	}
	.modal_box .close {
		right: -10px;
	}
	.modal_box .item {
		margin-bottom: 15px;
	}
}

@media (max-width: 640px) {
	.modal_box .application .subheading {
		margin-right: 20px;
	}
	.modal_box .advantages {
		display: none;
	}
}

@media (max-width: 420px) {
	.modal_box .heading {
		font-size: 22px;
	}
}

.news_box .heading, .news_box h2 {
	margin-bottom: 30px;
}

.news_box .items {
	display: flex;
	position: relative;
	overflow: hidden;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
	transition: 0.4s;
}

.news_box .item {
	width: 33.33%;
	padding: 0 15px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.news_box .thumb {
	display: block;
	overflow: hidden;
	margin-bottom: 18px;
}

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

.news_box .title {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}

.news_box .title:hover {
	color: #0f75bc;
}

.news_box .text {
	margin-bottom: 15px;
}

.news_box .date {
	font-size: 12px;
	color: #a4a4a4;
}

.news_box .buttons {
	display: block;
	position: relative;
	text-align: center;
	margin-top: 40px;
}

.news_box .button {
	padding: 10px 20px;
}

@media (max-width: 1024px) {
	.news_box .heading, .news_box h2 {
		margin-bottom: 20px;
	}
	.news_box .items {
		margin: 0 -10px -20px;
	}
	.news_box .item {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.news_box .more {
		margin-top: 20px;
	}
}

@media (max-width: 640px) {
	.news_box .item {
		width: 100%;
	}
	.news_box .thumb {
		max-width: 300px;
		margin: 0 auto 15px;
	}
	.news_box .title, .news_box .text {
		margin-bottom: 12px;
	}
}

.order_box .inner {
	padding: 30px;
	text-align: center;
	background: url(../images/bg_order.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.order_box .info {
	margin-bottom: 25px;
}

.order_box .button {
	background-color: #ef3e36;
	border-color: #ffffff;
	color: #ffffff;
}

.order_box .button:hover {
	background-color: #0f75bc;
}

@media (max-width: 480px) {
	.order_box .inner {
		padding: 20px;
	}
	.order_box h2, .order_box .info {
		margin-bottom: 15px;
	}
}

.pagination_box {
	text-align: center;
}

.pagination_box span, .pagination_box a {
	display: inline-block;
	margin: 0 3px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	padding: 2px 6px;
	text-decoration: none;
	vertical-align: middle;
}

.pagination_box span {
	background-color: #e4ecf3;
	color: #222536;
}

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

.pagination_box .extend {
	background: transparent;
}

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

.posts_box .items {
	margin: 0 -15px;
	display: block;
	position: relative;
	overflow: hidden;
}

.posts_box .item {
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	width: calc(50% - 30px);
	margin: 0 15px 1.6%;
}

.posts_box .item.featured {
	float: right;
}

.posts_box .item:hover .title {
	background-color: rgba(239, 62, 54, 0.7);
}

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

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

.posts_box .title {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 15px 20px;
	background-color: rgba(1, 14, 60, 0.7);
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
	transition: 0.2s;
}

@media (max-width: 1230px) {
	.posts_box .title {
		font-size: 20px;
	}
}

@media (max-width: 1024px) {
	.posts_box .items {
		margin-left: -10px;
		margin-right: -10px;
	}
	.posts_box .item {
		width: calc(50% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}
	.posts_box .title {
		font-size: 18px;
	}
}

@media (max-width: 640px) {
	.posts_box .items {
		margin: 0;
	}
	.posts_box .item {
		width: 100%;
		float: none;
		margin: 0 0 15px;
	}
	.posts_box .item:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 480px) {
	.posts_box .title {
		font-size: 16px;
	}
}

.preloader_box {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #ffffff;
	transition: 0.5s;
	z-index: 20;
}

.preloader_box.hidden {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}

.preloader_box .wrapper {
	display: block;
	position: relative;
	animation-name: welcome;
	animation-duration: 3s;
	animation-iteration-count: 1;
	text-align: center;
}

.preloader_box .loader {
	display: block;
	position: relative;
	width: 64px;
	height: 32px;
	margin: 10px auto 0;
}

.preloader_box .loader div {
	display: block;
	position: absolute;
	top: 11px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #ef3e36;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.preloader_box .loader div:nth-child(1) {
	left: 6px;
	animation: loader_1 0.6s infinite;
}

.preloader_box .loader div:nth-child(2) {
	left: 6px;
	animation: loader_2 0.6s infinite;
}

.preloader_box .loader div:nth-child(3) {
	left: 26px;
	animation: loader_2 0.6s infinite;
}

.preloader_box .loader div:nth-child(4) {
	left: 45px;
	animation: loader_3 0.6s infinite;
}

.preloader_box img {
	display: inline-block;
	animation-name: pulse;
	animation-duration: 2s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	width: 240px;
	height: auto;
}

@keyframes welcome {
	0% {
		opacity: 0;
	}
	33% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes pulse {
	0% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}

@keyframes loader_1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes loader_2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(19px, 0);
	}
}

@keyframes loader_3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}

.related_box .heading, .related_box h2 {
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 18px;
}

.related_box .news {
	display: block;
}

.related_box .news li {
	display: block;
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}

.related_box .news li:before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #a4a7ba;
	position: absolute;
	top: 7px;
	left: 0;
}

.related_box .news a {
	text-decoration: underline;
}

.related_box .news a:hover {
	color: #0f75bc;
}

.request_box {
	border: 5px solid #0f75bc;
	padding: 35px 15px;
}

.request_box.red {
	padding: 35px 0 40px;
	border: 0;
	background: #ef3e36 url(../images/bg_request.png) 50% 50% no-repeat;
	background-size: cover;
	color: #ffffff;
}

.request_box.red input, .request_box.red select, .request_box.red textarea {
	border-color: transparent;
}

.request_box.red h2, .request_box.red a, .request_box.red .error, .request_box.red .success {
	color: #ffffff;
}

.request_box h2 {
	display: block;
	position: relative;
	color: #ef3e36;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.request_box h2.red {
	text-transform: uppercase;
	color: #ef3e36;
}

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

.request_box .item {
	width: 25%;
	flex-grow: 0;
	flex-shrink: 0;
	padding: 0 15px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.request_box .disclaimer {
	font-size: 12px;
	font-weight: 300;
}

.request_box .disclaimer a {
	text-decoration: underline;
	font-weight: 500;
}

.request_box .disclaimer a:hover {
	text-decoration: none;
}

.request_box .error {
	display: block;
	color: #ef3e36;
	font-size: 14px;
	line-height: 20px;
	margin: 10px 16px -8px;
}

.request_box .success {
	display: block;
	position: relative;
	margin-top: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #009900;
}

@media (max-width: 1024px) {
	.request_box.red {
		padding: 30px 0;
	}
	.request_box h2 {
		margin-bottom: 30px;
	}
	.request_box .items {
		margin: 0 -10px;
	}
	.request_box .item {
		padding: 0 10px;
	}
}

@media (max-width: 768px) {
	.request_box {
		padding-top: 20px;
		padding-bottom: 25px;
		border-width: 3px;
	}
	.request_box.red {
		padding: 25px 0;
	}
	.request_box h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.request_box .item {
		width: 50%;
	}
}

@media (max-width: 480px) {
	.request_box h2 {
		font-size: 20px;
	}
	.request_box .item {
		width: 100%;
		margin-bottom: 15px;
	}
}

@media (max-width: 420px) {
	.request_box {
		border-width: 0;
		padding: 0;
	}
}

.reviews_box .title, .reviews_box h2 {
	margin-bottom: 30px;
}

.reviews_box .inner {
	position: relative;
	margin: 0 -15px;
}

.reviews_box .slider {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
	z-index: 1;
}

.reviews_box .slider.items {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.reviews_box .slide {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 50%;
	font-size: 16px;
	line-height: 1.25;
	white-space: normal;
	padding: 0 15px;
	box-sizing: border-box;
}

.reviews_box .slide:before {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	bottom: 0;
	background-color: #e4ecf3;
	z-index: 1;
}

.reviews_box .items {
	margin-bottom: -30px;
}

.reviews_box .items .slide {
	margin-bottom: 30px;
}

.reviews_box .card {
	display: inline-flex;
	align-items: flex-start;
	position: relative;
	overflow: hidden;
	padding: 25px;
	box-sizing: border-box;
	z-index: 2;
}

.reviews_box .thumb {
	display: block;
	overflow: hidden;
	width: 100px;
	border: 8px solid #ffffff;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 20px;
	position: relative;
	z-index: 2;
}

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

.reviews_box .info {
	display: block;
	flex-grow: 1;
	color: #010e3c;
	margin-top: -2px;
	position: relative;
	z-index: 2;
}

.reviews_box .heading {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}

.reviews_box .text {
	margin-bottom: 15px;
}

.reviews_box .more {
	text-align: right;
	margin-bottom: 8px;
}

.reviews_box .more a {
	text-decoration: underline;
}

.reviews_box .more a:hover {
	color: #0f75bc;
}

.reviews_box .author {
	font-size: 14px;
	font-weight: 700;
	text-align: right;
}

.reviews_box .arrow_prev, .reviews_box .arrow_next {
	display: block;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	background: url(../images/ico_arrow_blue.png) 0 0 no-repeat;
	cursor: pointer;
	transition: 1s;
	margin-top: -15px;
	z-index: 2;
}

.reviews_box .arrow_prev:hover, .reviews_box .arrow_next:hover {
	background-image: url(../images/ico_arrow_red.png);
}

.reviews_box .arrow_prev {
	right: auto;
	left: 0;
	transform: rotate(180deg);
}

@media (max-width: 1024px) {
	.reviews_box .title, .reviews_box h2 {
		margin-bottom: 20px;
	}
	.reviews_box .items {
		margin-bottom: -20px;
	}
	.reviews_box .items .slide {
		margin-bottom: 20px;
	}
	.reviews_box .inner {
		position: relative;
		margin: 0 -10px;
	}
	.reviews_box .slide {
		padding: 0 10px;
	}
	.reviews_box .slide:before {
		left: 10px;
		right: 10px;
	}
	.reviews_box .card {
		padding: 20px;
		flex-direction: column;
	}
	.reviews_box .thumb {
		margin: 0 auto 15px;
	}
	.reviews_box .arrow_prev {
		left: -4px;
	}
	.reviews_box .arrow_next {
		right: -4px;
	}
}

@media (max-width: 768px) {
	.reviews_box .items {
		margin-bottom: 0;
	}
	.reviews_box .items .slide:last-child {
		margin-bottom: 0;
	}
	.reviews_box .slide {
		width: 100%;
	}
	.reviews_box .arrow_next {
		right: 0;
	}
	.reviews_box .arrow_prev {
		left: 0;
	}
}

@media (max-width: 420px) {
	.reviews_box .card {
		padding: 20px;
		text-align: center;
	}
	.reviews_box .more, .reviews_box .author {
		text-align: center;
	}
	.reviews_box .text {
		text-align: left;
	}
	.reviews_box .arrow_prev, .reviews_box .arrow_next {
		top: 70px;
		bottom: auto;
		margin: 0;
	}
	.reviews_box .arrow_prev {
		left: 30px;
	}
	.reviews_box .arrow_next {
		right: 30px;
	}
}

.similar_box h2 {
	margin-bottom: 30px;
}

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

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

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

.similar_box .thumb:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border: 5px solid rgba(15, 117, 188, 0.4);
	opacity: 0;
	transition: 0.2s;
}

.similar_box .thumb img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 1;
}

.similar_box .thumb:hover {
	position: relative;
}

.similar_box .thumb:hover:after {
	opacity: 1;
}

.similar_box .title {
	font-size: 18px;
	font-weight: 700;
}

.similar_box .title:hover {
	color: #0f75bc;
}

@media (max-width: 1024px) {
	.similar_box h2 {
		margin-bottom: 20px;
	}
	.similar_box .items {
		margin: 0 -10px -25px;
	}
	.similar_box .item {
		padding: 0 10px;
		margin-bottom: 25px;
	}
	.similar_box .title {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.similar_box .item {
		width: 50%;
	}
	.similar_box .thumb {
		max-height: 200px;
		margin-bottom: 10px;
	}
}

@media (max-width: 420px) {
	.similar_box .title {
		font-size: 15px;
		font-weight: 400;
	}
}

.slider_box .is-draggable .background {
	transition: 2s;
	transition-delay: 0.25s;
	opacity: 0.8;
	filter: grayscale(100%);
}

.slider_box .is-draggable .title {
	transition: 1s;
	transition-delay: 0s;
	transform: translateX(50px);
	opacity: 0;
}

.slider_box .is-draggable .button {
	transition: 1s;
	opacity: 0;
	transition-delay: 0.5s;
	transform: translateX(-50px);
}

.slider_box .is-draggable .is-selected .background {
	opacity: 1;
	filter: grayscale(0%);
}

.slider_box .is-draggable .is-selected .title, .slider_box .is-draggable .is-selected .button {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0.5s;
}

.slider_box .slider {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
}

.slider_box .slide {
	display: inline-flex;
	position: relative;
	overflow: hidden;
	width: 100%;
	font-size: 16px;
	line-height: 1.25;
	white-space: normal;
}

.slider_box .background {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/pic_slide.jpg) 50% 50% no-repeat;
	background-size: cover;
	z-index: 1;
}

.slider_box .fixed {
	display: flex;
	align-items: flex-end;
	justify-content: stretch;
	height: 800px;
	box-sizing: border-box;
	padding-bottom: 120px;
	z-index: 3;
}

.slider_box .inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-grow: 1;
	width: 100%;
	padding: 10px 0 15px 25px;
	background-color: #0f75bc;
	color: #ffffff;
	font-size: 48px;
	font-weight: 700;
	position: relative;
}

.slider_box .inner:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 3000px;
	background-color: #0f75bc;
}

.slider_box .button {
	border-color: #ffffff;
	margin-left: 20px;
	flex-shrink: 0;
	flex-grow: 0;
}

.slider_box .navigation {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	z-index: 2;
}

.slider_box .btns {
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider_box .btns span {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.8);
	background-clip: content-box;
	border: 3px solid transparent;
	margin: 0 2px;
	cursor: pointer;
	transition: 0.5s;
}

.slider_box .btns span.active, .slider_box .btns span:hover {
	background-color: #ef3e36;
	border-color: #ffffff;
}

@media (max-width: 1230px) {
	.slider_box .fixed {
		height: 500px;
		padding-bottom: 70px;
	}
	.slider_box .inner {
		font-size: 36px;
		padding: 10px 20px 12px;
		align-items: center;
	}
	.slider_box .inner:after {
		display: none;
	}
	.slider_box .navigation {
		bottom: 10px;
	}
	.slider_box .btns span {
		width: 20px;
		height: 20px;
		border-width: 2px;
	}
}

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

@media (max-width: 768px) {
	.slider_box .fixed {
		height: 400px;
		padding-bottom: 45px;
	}
	.slider_box .inner {
		font-size: 22px;
		font-weight: 400;
	}
}

@media (max-width: 480px) {
	.slider_box .fixed {
		padding-bottom: 37px;
	}
	.slider_box .inner {
		padding: 15px;
		flex-direction: column;
		font-size: 18px;
		text-align: center;
	}
	.slider_box .button {
		margin: 10px 0 0 0;
	}
	.slider_box .btns span {
		width: 16px;
		height: 16px;
	}
}

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

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

.footer_box a {
	color: #ffffff;
}

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

.footer_box .footer {
	padding: 35px 0;
	background-color: #010e3c;
	color: #ffffff;
	font-weight: 300;
}

.footer_box .items {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 -20px;
}

.footer_box .item {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 0 20px;
}

.footer_box .company {
	width: 310px;
}

.footer_box .contact {
	position: relative;
	padding-left: 30px;
	margin-bottom: 18px;
}

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

.footer_box .contact:before {
	content: '';
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.footer_box .contact.icon_1:before {
	background-image: url(../images/ico_contact_1.png);
}

.footer_box .contact.icon_2:before {
	background-image: url(../images/ico_contact_2.png);
}

.footer_box .contact.icon_3:before {
	top: 2px;
	background-image: url(../images/ico_contact_3.png);
}

.footer_box .phone {
	margin-right: 8px;
	white-space: nowrap;
}

.footer_box .phone + b {
	margin-right: 8px;
	font-weight: 300;
}

.footer_box .social {
	display: flex;
	align-items: center;
	margin: 12px -8px 0;
}

.footer_box .icon {
	display: block;
	position: relative;
	flex-grow: 0;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin: 0 8px;
	border-radius: 3px;
	background: 50% 50% no-repeat;
	background-size: contain;
}

.footer_box .icon:hover {
	transform: scale(1.2);
}

.footer_box .icon_facebook {
	background-image: url(../images/ico_facebook_white.png);
}

.footer_box .icon_vk {
	background-image: url(../images/ico_vk_white.png);
}

.footer_box .icon_instagram {
	background-image: url(../images/ico_instagram_white.png);
}

.footer_box .title {
	margin-bottom: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

.footer_box .menu {
	display: block;
}

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

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

.footer_box .logo {
	display: block;
	width: 188px;
	height: 77px;
	margin-bottom: 20px;
	background: url(../images/ico_logo_white.png) 50% 50% no-repeat;
	background-size: contain;
}

.footer_box .copyright {
	padding: 15px 0;
	color: #a4a4a4;
	font-size: 12px;
	font-weight: 300;
}

.footer_box .copyright .fixed {
	overflow: hidden;
}

.footer_box .button {
	padding: 10px 15px;
	margin-top: 15px;
	color: #222536;
	font-size: 15px;
	line-height: 20px;
}

.footer_box .button:hover {
	color: #222536;
	text-decoration: none;
}

.footer_box .button:first-child {
	margin-top: 0;
}

.footer_box .design {
	float: right;
	margin-left: 30px;
}

.footer_box .design a {
	color: #a4a4a4;
	text-decoration: underline;
}

.footer_box .design a:hover {
	color: #0f75bc;
}

@media (max-width: 1024px) {
	.footer_box .footer {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.footer_box .footer {
		padding: 20px 0;
	}
	.footer_box .items {
		flex-wrap: wrap;
	}
	.footer_box .item {
		width: 50%;
		margin-bottom: 15px;
	}
	.footer_box .company {
		display: flex;
		align-items: center;
		width: 100%;
		margin-bottom: 0;
	}
	.footer_box .logo {
		flex-grow: 0;
		flex-shrink: 0;
		order: 2;
		width: 123px;
		height: 50px;
		margin: 0 0 0 20px;
	}
	.footer_box .text {
		box-sizing: border-box;
		width: 50%;
		padding-right: 20px;
	}
	.footer_box .contact {
		margin-bottom: 10px;
	}
}

@media (max-width: 480px) {
	.footer_box .footer {
		padding-bottom: 0;
	}
	.footer_box .items {
		flex-direction: column;
		align-items: center;
	}
	.footer_box .item {
		order: 1;
		width: 100%;
		margin-bottom: 25px;
		text-align: center;
	}
	.footer_box .company {
		flex-direction: column;
		order: 0;
		margin-bottom: 25px;
	}
	.footer_box .logo {
		order: 0;
		margin: 0 auto 15px;
	}
	.footer_box .text {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.footer_box .social {
		justify-content: center;
	}
	.footer_box .contact {
		padding-left: 0;
	}
	.footer_box .contact:before {
		display: inline-block;
		position: relative;
		top: auto;
		left: auto;
		margin-right: 10px;
		vertical-align: middle;
	}
	.footer_box .title {
		margin-bottom: 7px;
	}
	.footer_box .copyright {
		text-align: center;
	}
	.footer_box .design {
		float: none;
		margin: 0 0 10px;
	}
}

@keyframes bar {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

@keyframes loader {
	0% {
		top: 8px;
		height: 48px;
	}
	50%, 100% {
		top: 24px;
		height: 16px;
	}
}

@keyframes hero {
	from {
		filter: blur(10px);
		opacity: 0;
	}
	to {
		filter: blur(0);
		opacity: 1;
	}
}

@keyframes blur {
	from {
		filter: blur(10px) grayscale(100%);
	}
	to {
		filter: blur(0) grayscale(0%);
	}
}

@keyframes colorize {
	from {
		filter: grayscale(100%);
		opacity: 0;
	}
	to {
		filter: grayscale(0%);
		opacity: 1;
	}
}

@keyframes background {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -1366px 0;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 60px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -60px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-60px, 0, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(60px, 0, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

.animated {
	animation-name: fadeInUp;
	animation-duration: 1.5s;
	animation-fill-mode: both;
}

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