/* ------ */
/* basics */
/* ------ */
html {
	-ms-overflow-style: scrollbar;
}
body {
	background-color: #fff;
	color: #111;
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 150%;
}
body.menu-open {
	overflow: hidden;
}
a,
a:focus {
	color: #ae0a21;
	text-decoration: underline;
}
a:hover {
	color: #ae0a21;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 10px 0;
	color: #ae0a21;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
}
h1 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 40px;
	line-height: 46px;
}
h2 {
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 30px;
}
h4,
h5,
h6 {
	color: #111;
}
p,
ul,
ol,
table {
	margin: 0 0 30px 0;
	padding: 0;
}
strong {
	font-weight: 600;
}
/* ------ */
/* lists */
/* ------ */
ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0;
	padding: 0;
}
ul ol:first-of-type {
	padding: 0 0 0 15px;
}
ul li,
ol li {
	padding: 2px 0 2px 20px;
	position: relative;
	list-style: none;
}
ul li:before {
	content: '';
	display: block;
	width: 10px;
	height: 8px;
	position: absolute;
	top: 10px;
	left: 0;
	background: url('../images/icon-point-red.png') no-repeat;
	-webkit-background-size: 10px 8px;
	-moz-background-size: 10px 8px;
	background-size: 10px 8px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
ol {
	padding: 0 0 0 15px;
}
ol ul,
ol ol {
	padding-left: 15px;
}
ol li {
	padding-left: 10px;
	list-style: decimal;
}
ol li:before {
	display: none;
}
/* ------ */
/* images */
/* ------ */
img {
	max-width: 100%;
	height: auto;
}
/* ------ */
/* tables */
/* ------ */
table.cms-editor-table {
	border: 1px solid #111;
	border-collapse: collapse;
}
table.cms-editor-table.full {
	width: 100%;
}
table.cms-editor-table.full th {
	text-align: left;
}
table.cms-editor-table td,
table.cms-editor-table th {
	border: 1px solid #111;
	padding: 10px;
}
table.cms-editor-table td {
	font-size: 100%;
}
table.cms-editor-table.table td,
table.cms-editor-table.table th {
	border: 1px solid #111 !important;
	/* for bootstrap */
}
table.cms-editor-table.table-full {
	width: 100%;
}
table.cms-editor-table.standard {
	border-color: #eaeaea;
}
table.cms-editor-table.standard td,
table.cms-editor-table.standard th {
	border-color: #eaeaea;
}
table.cms-editor-table.highlighted {
	border-color: #ae0a21;
}
table.cms-editor-table.highlighted td {
	border-color: #ae0a21;
}
table.cms-editor-table.highlighted th {
	background-color: #ae0a21;
	border-color: #ae0a21;
	color: #fff;
}
table.cms-editor-table.invisible {
	border: none;
	visibility: visible;
}
table.cms-editor-table.invisible td,
table.cms-editor-table.invisible th {
	border: none;
}
table.cms-editor-table.invisible td:first-child,
table.cms-editor-table.invisible th:first-child {
	padding-left: 0;
}
/* ------ */
/* bootstrap tables */
/* ------ */
.table-responsive {
	margin: 0 0 30px 0;
}
.table-responsive table,
.table-responsive table.cms-editor-table {
	margin-bottom: 0;
}
/* ------ */
/* bootstrap containers */
/* ------ */
.container.block-gray,
.container-fluid.block-gray {
	background: #f2f2f2;
}
.container.block-gray-dark,
.container-fluid.block-gray-dark {
	background: #e5e5e5;
}
/* ------ */
/* bootstrap rows */
/* ------ */
.row {
	margin-top: 90px;
	margin-bottom: 90px;
}
.content .row {
	margin-top: 0;
}
/* ------ */
/* bootstrap tables */
/* ------ */
.table-responsive {
	margin: 0 0 30px 0;
}
.table-responsive table,
.table-responsive table.cms-editor-table {
	margin-bottom: 0;
}
/* ------ */
/* bootstrap buttons */
/* ------ */
.btn-default,
.btn-default:active:focus,
.btn-default:focus,
.btn-default:hover {
	background-color: #ae0a21;
	border-color: #ae0a21;
	color: #fff;
	padding: 10px 40px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	outline: none;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	white-space: normal;
}
.btn-default:hover {
	background-color: #222c74;
	border-color: #222c74;
	color: #fff;
}
.btn-default .btn-file {
	white-space: nowrap;
}
.btn-default.btn-white,
.btn-default.btn-white:focus {
	background-color: #fff;
	border-color: #fff;
	color: #111;
}
.btn-default.btn-white:hover,
.btn-default.btn-white:focus:hover {
	background-color: #222c74;
	border-color: #222c74;
	color: #fff;
}
/* ------ */
/* bootstrap alerts */
/* ------ */
.alert {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.alert-hp {
	margin-top: 20px;
}
/* ------ */
/* bootstrap modals */
/* ------ */
.modal-dialog .modal-content {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.modal-dialog .modal-header {
	background-color: #ae0a21;
}
.modal-dialog .modal-header .close {
	color: #fff;
	opacity: 1;
}
.modal-dialog .modal-body .alert {
	margin: 0 0 15px 0;
}
.modal-dialog .modal-body .alert:last-of-type {
	margin-bottom: 0;
}
/* ------ */
/* bootstrap breadcrumb */
/* ------ */
.breadcrumb-wrap {
	margin-bottom: 60px;
	background-color: #f2f2f2;
}
.breadcrumb {
	margin-bottom: 0;
	padding: 13px 15px 6px 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 12px;
	line-height: 16px;
}
.breadcrumb > li {
	padding: 0 0 6px 0;
}
.breadcrumb > li + li:before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 10px;
	margin: 0 10px;
	position: relative;
	top: 1px;
	background: url('../images/icon-point-red.png') no-repeat;
}
.breadcrumb a {
	color: #111;
}
/* ------ */
/* bootstrap pagination */
/* ------ */
.pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin: 90px 0 -10px 0;
}
.pagination > li:before {
	display: none;
}
.pagination > li {
	display: inline-block;
	margin: 0 5px 10px 5px;
	padding: 0;
}
.pagination > li > a,
.pagination > li > span {
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #111;
	font-size: 14px;
	line-height: 18px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
	background-color: transparent;
	color: #ae0a21;
}
.pagination > li > a {
	text-decoration: underline;
}
.pagination > li > a:hover {
	text-decoration: none;
}
.pagination > li.active a,
.pagination > li.active span,
.pagination > li.active a:focus,
.pagination > li.active span:focus,
.pagination > li.active a:hover,
.pagination > li.active span:hover {
	background-color: #ae0a21;
	border-color: #ae0a21;
	color: #fff;
	text-decoration: none;
}
.pagination .glyphicon {
	top: 2px;
}
/* ------ */
/* bootstrap page navi */
/* ------ */
.page-navi {
	margin: 90px 0 0 0;
	padding: 0;
	text-align: center;
}
.page-navi a {
	color: #111;
	font-size: 12px;
	line-height: 16px;
}
.page-navi a:not(:last-of-type) span:after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 10px;
	margin: 0 10px;
	position: relative;
	top: 1px;
	background: url('../images/icon-point-red.png') no-repeat;
}
/* ------ */
/* cms */
/* ------ */
.cms-editor-link-image,
.cms-editor-link-image:focus {
	outline: none;
}
.block-two-cols {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	clear: both;
}
/* ------ */
/* header */
/* ------ */
header {
	position: relative;
	z-index: 500;
	background-color: #fff;
}
/* ------ */
/* header top */
/* ------ */
.header-top {
	background-color: #f2f2f2;
}
/* ------ */
/* header links */
/* ------ */
.header-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 45px;
}
/* ------ */
/* header links item */
/* ------ */
.header-links-item {
	width: 40px;
	height: 40px;
	margin-bottom: 0;
	position: relative;
	top: 20px;
	z-index: 100;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}
.header-links-item:hover {
	color: #fff;
}
.header-links-item:not(:last-child) {
	margin-right: 20px;
}
.header-links-item.search {
	background-color: #81b526;
	background-image: url('../images/icon-search.png');
}
.header-links-item.mail {
	background-color: #f8e537;
	background-image: url('../images/icon-mail.png');
}
.header-links-item.phone {
	background-color: #ae0a21;
	background-image: url('../images/icon-phone.png');
}
.header-links-item.shop {
	background-color: #ff7e00;
	background-image: url('../images/icon-basket.png');
}
.header-links-item.lang {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
}
.header-links-item.lang li {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-moz-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
	padding: 0;
	background-color: #222c74;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.header-links-item.lang li:not(.active) {
	height: 0;
}
.header-links-item.lang li.active {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.header-links-item.lang li.open {
	-webkit-border-radius: 100% 100% 0 0;
	-moz-border-radius: 100% 100% 0 0;
	border-radius: 100% 100% 0 0;
}
.header-links-item.lang li:before {
	display: none;
}
.header-links-item.lang a {
	color: #fff;
	text-decoration: none;
}
.header-links-item.lang li:not(.active) a:hover {
	text-decoration: underline;
}
/* ------ */
/* header bottom */
/* ------ */
.header-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 135px;
}
/* ------ */
/* header logo */
/* ------ */
.header-logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #222c74;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}
.header-logo:focus {
	outline: none;
	text-decoration: none;
}
.header-logo:hover {
	color: #222c74;
}
.header-logo img {
	height: 60px;
	margin-right: 20px;
}
/* ------ */
/* header image */
/* ------ */
.header-image {
	width: 100%;
	height: 155px;
	background-position: 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
/* ------ */
/* navbar toggle */
/* ------ */
.navbar-toggle {
	width: 30px;
	height: 35px;
	margin: 0 5px 0 auto;
	padding: 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.navbar-toggle:focus,
.navbar-toggle:hover {
	background-color: transparent;
}
.navbar-toggle .icon-bar {
	width: 100%;
	height: 3px;
	background: #222c74;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.navbar-toggle .icon-bar:not(:last-of-type) {
	margin: 0 0 6px 0;
}
.navbar-toggle .icon-bar:first-of-type {
	-webkit-transform: rotate(45deg) translate(8px, 5px);
	-moz-transform: rotate(45deg) translate(8px, 5px);
	-ms-transform: rotate(45deg) translate(8px, 5px);
	-o-transform: rotate(45deg) translate(8px, 5px);
	transform: rotate(45deg) translate(8px, 5px);
}
.navbar-toggle .icon-bar:nth-of-type(2) {
	opacity: 0;
}
.navbar-toggle .icon-bar:last-of-type {
	-webkit-transform: rotate(-45deg) translate(8px, -5px);
	-moz-transform: rotate(-45deg) translate(8px, -5px);
	-ms-transform: rotate(-45deg) translate(8px, -5px);
	-o-transform: rotate(-45deg) translate(8px, -5px);
	transform: rotate(-45deg) translate(8px, -5px);
}
.navbar-toggle.collapsed .icon-bar {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
/* ------ */
/* main menu */
/* ------ */
.main-menu {
	margin-left: auto;
	padding-left: 0;
	background-color: transparent;
	border-bottom: 5px solid #f2f2f2;
}
.main-menu .navbar-collapse {
	padding: 0;
}
.main-menu .container {
	padding: 0;
}
.main-menu .level3 {
	margin-top: 0;
	top: 0;
	left: 100%;
}
.main-menu ul > li {
	padding: 0;
}
.main-menu ul > li:before {
	display: none;
}
.main-menu ul > li > a {
	padding: 15px 25px;
	position: relative;
	color: #111;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
	-webkit-transition: background-color .3s, color .3s;
	-o-transition: background-color .3s, color .3s;
	-moz-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s;
}
.main-menu ul > li > a:after {
	content: '';
	display: block;
	width: 0;
	height: 5px;
	position: absolute;
	top: 100%;
	left: 25px;
	background-color: transparent;
	-webkit-transition: ease .3s;
	-o-transition: ease .3s;
	-moz-transition: ease .3s;
	transition: ease .3s;
}
.main-menu ul > li > a:focus,
.main-menu ul > li > a:hover {
	background-color: transparent;
	color: #ae0a21;
}
.main-menu ul > li > a:focus:after,
.main-menu ul > li > a:hover:after {
	width: -webkit-calc(100% - 50px);
	width: -moz-calc(100% - 50px);
	width: calc(100% - 50px);
	background-color: #ae0a21;
}
.main-menu ul > li.active > a,
.main-menu ul > li.open > a {
	color: #ae0a21;
}
.main-menu ul > li.active > a:after,
.main-menu ul > li.open > a:after {
	width: -webkit-calc(100% - 50px);
	width: -moz-calc(100% - 50px);
	width: calc(100% - 50px);
	background-color: #ae0a21;
}
.main-menu .dropdown.open > a,
.main-menu .dropdown > a:focus,
.main-menu .dropdown > a:hover {
	background-color: transparent;
	border-color: transparent;
}
.main-menu .dropdown > a > .caret {
	display: none;
}
.main-menu .dropdown-menu {
	min-width: 0;
	padding: 10px 0;
	top: -webkit-calc(100% + 5px);
	top: -moz-calc(100% + 5px);
	top: calc(100% + 5px);
	background-color: #ae0a21;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.main-menu .dropdown-menu li > a {
	padding: 5px 15px;
	border-bottom: 1px solid #ae0a21;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
}
.main-menu .dropdown-menu li > a:after {
	display: none;
}
.main-menu .dropdown-menu li > a:active,
.main-menu .dropdown-menu li > a:focus,
.main-menu .dropdown-menu li > a:hover {
	color: #fff;
}
.main-menu .dropdown-menu li.active > a,
.main-menu .dropdown-menu li.open > a {
	background-color: #ae0a21;
	border-color: #ae0a21;
	color: #fff;
}
.main-menu .dropdown-menu li:last-of-type > a {
	border: 0;
}
/* ------ */
/* main menu darkness */
/* ------ */
.main-menu-darkness {
	display: none;
	width: 100%;
	height: 200%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: #000;
	opacity: .5;
}
/* ------ */
/* mobile search */
/* ------ */
.search-mobile {
	display: none;
}
/* ------ */
/* mobile lang */
/* ------ */
.lang-mobile {
	display: none;
}
/* ------ */
/* slider */
/* ------ */
.slider {
	padding: 0;
	visibility: hidden;
}
.slider.visible {
	visibility: visible;
}
.slider .swiper-container {
	height: 420px;
}
.slider .swiper-slide {
	background-position: 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.slider .swiper-slide .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 100%;
}
.slider .title {
	margin: 0 auto 15px 0;
	color: #ae0a21;
	font-size: 28px;
	font-weight: 400;
	line-height: 34px;
}
.slider .text {
	width: 100%;
	max-width: 370px;
	margin-bottom: 30px;
	padding: 20px 30px;
	background-color: rgba(255, 255, 255, .75);
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
}
.slider .text > *:last-child {
	margin-bottom: 0;
}
.slider .btn-default {
	margin: 0 0 30px 0;
}
.slider .btn-default:hover {
	background-color: #fff;
	border-color: #fff;
	color: #ae0a21;
}
.slider .swiper-pagination-bullets {
	width: 1170px;
	height: 25px;
	right: 0;
	bottom: 0 !important;
	/* for javascript plugin */
	line-height: 25px;
	text-align: right;
}
.slider .swiper-pagination-bullet {
	width: 25px;
	height: 25px;
	position: relative;
	bottom: 30px;
	background-color: #fff;
	border: 3px solid #fff;
	opacity: 1;
	outline: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.slider .swiper-pagination-bullet-active,
.slider .swiper-pagination-bullet:hover {
	background-color: #ae0a21;
	opacity: 1;
}
/* ------ */
/* services */
/* ------ */
.block-services {
	text-align: center;
}
.block-services .title {
	margin-bottom: 45px;
}
.block-services .text *:last-child {
	margin-bottom: 0;
}
.block-services .services-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 55px;
	margin-bottom: -30px;
}
.block-services .services-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 20%;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
}
.block-services .services-item.green {
	color: #81b526;
}
.block-services .services-item.red {
	color: #ce0219;
}
.block-services .services-item.red-dark {
	color: #831a30;
}
.block-services .services-item.orange {
	color: #ff7e00;
}
.block-services .services-item.blue {
	color: #5b91ba;
}
.block-services .services-item img {
	margin: 0 auto 20px auto;
}
/* ------ */
/* support us */
/* ------ */
.block-support {
	background-color: #ff7e00;
	color: #fff;
}
.block-support .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 60px;
	margin-bottom: 0;
}
.block-support .support-title {
	margin: 0 0 45px 0;
	color: #fff;
	font-size: 40px;
	line-height: 46px;
	text-align: center;
}
.block-support .support-item {
	margin-bottom: 60px;
	text-align: center;
}
.block-support .support-item .inside {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
.block-support .support-item .label {
	margin: 0 0 25px 0;
	color: #fff;
}
.block-support .support-item .label a {
	color: #fff;
	text-decoration: none;
}
.block-support .support-item .label a:hover {
	text-decoration: underline;
}
.block-support .support-item .image,
.block-support .support-item .text {
	margin-bottom: 25px;
}
.block-support .support-item .image > *:last-child,
.block-support .support-item .text > *:last-child {
	margin-bottom: 0;
}
.block-support .support-item .btn-default {
	margin-top: auto;
}
/* ------ */
/* partners */
/* ------ */
.block-partners-wrap:before {
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	background: url('../images/line-people.png') repeat-x 50% 100%;
}
.block-partners {
	text-align: center;
}
.block-partners .partners-title {
	margin-top: 0;
	margin-bottom: 45px;
	font-size: 40px;
	line-height: 46px;
}
.block-partners .partners-list {
	margin-bottom: -60px;
}
.block-partners .partners-item {
	display: inline-block;
	margin: 0 30px 60px 30px;
}
/* ------ */
/* items */
/* ------ */
.items-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.content-left .items-flex {
	margin-bottom: 60px;
}
body.homepage .articles-list .row {
	margin-top: 65px;
}
/* ------ */
/* item */
/* ------ */
.item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 24.9%;
	position: relative;
	color: #111;
	text-decoration: none;
}
.item:focus,
.item:hover {
	color: #111;
	text-decoration: none;
}
.item .inside {
	height: 100%;
	padding: 0 35px;
}
.item .title {
	margin: 25px 0;
	color: #111;
	font-size: 22px;
	line-height: 26px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.item .title a {
	color: #111;
	text-decoration: none;
}
.item:hover .title {
	color: #ae0a21;
}
.item .image {
	width: -webkit-calc(100% + 70px);
	width: -moz-calc(100% + 70px);
	width: calc(100% + 70px);
	margin: 0 -35px 30px -35px;
}
.item .date {
	display: block;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 12px;
}
.item .text {
	margin-top: 15px;
	font-size: 14px;
	line-height: 20px;
}
.item .text *:last-child {
	margin-bottom: 0;
}
.item.where-item .title {
	margin-bottom: 30px;
}
.item.where-item:hover .title {
	color: #111;
}
.item.where-item .inside {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 0 30px 0;
	background-color: #f2f2f2;
	text-align: center;
}
.item.where-item .map {
	margin: auto;
}
.item.where-item .map-image {
	width: 193px;
	height: 115px;
	background: url('../images/map.png') no-repeat 0 0;
}
.item.where-item area {
	outline: none;
}
.content .item {
	width: 49.9%;
	margin-bottom: 30px;
}
.content .item .inside {
	padding: 0 35px 35px 35px;
	background-color: #f2f2f2;
}
.content .item .image {
	width: auto;
	margin: 0 0 30px 0;
}
.content .item .image img {
	width: 100%;
}
.content .gallery-item .image {
	margin-bottom: 0;
}
.content .people-item {
	width: 100%;
}
.content .people-item .inside {
	padding-bottom: 0;
}
.content .people-item .image {
	margin-right: 30px;
	float: left;
}
.content .people-item .text {
	margin-bottom: 30px;
}
.content .people-item .text > *:last-child {
	margin-bottom: 0;
}
.content-left .items-flex.gallery-pictures {
	margin-bottom: 30px;
}
.content-left .items-flex.gallery-pictures .picture {
	margin-bottom: 30px;
}
body.homepage .item .text {
	margin-bottom: 30px;
}
/* ------ */
/* related items */
/* ------ */
.related-items {
	margin-top: 45px;
}
.related-items-title {
	margin-top: 0;
	font-size: 24px;
	line-height: 30px;
}
/* ------ */
/* detail */
/* ------ */
.detail .main-image,
.detail .main-image:focus {
	max-width: 200px;
	margin: 0 30px 30px 0;
	float: left;
	outline: none;
}
.detail .perex {
	font-size: 18px;
	line-height: 24px;
}
.detail .perex p {
	margin-bottom: 30px;
}
.detail-date {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}
.detail-top {
	width: 100%;
	float: left;
}
.detail-info {
	margin: 0 0 30px 0;
	padding: 30px;
	clear: both;
	background-color: #f2f2f2;
	line-height: 30px;
}
.detail-info .map {
	height: 400px;
}
.detail-info .text > *:last-child {
	margin-bottom: 0;
}
/* ------ */
/* footer */
/* ------ */
footer {
	padding: 13px 0 12px 0;
	background-color: #f2f2f2;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #111;
	font-size: 12px;
	line-height: 16px;
}
footer .row {
	margin-top: 0;
	margin-bottom: 0;
}
footer a,
footer a:focus,
footer a:hover {
	color: #111;
}
footer .footer-socials {
	text-align: right;
}
footer .footer-socials a {
	text-decoration: none;
}
footer .footer-socials a:not(:last-child) {
	margin-right: 20px;
}
/* ------ */
/* content */
/* ------ */
/* ------ */
/* boxes item */
/* ------ */
.boxes-item {
	margin: 0 0 30px 0;
	padding: 30px;
	position: relative;
	background-color: #f2f2f2;
	font-size: 14px;
	line-height: 20px;
}
.boxes-item:last-of-type {
	margin: 0;
}
.boxes-item:before {
	content: '';
	display: block;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 0;
	right: 8px;
	background: url('../images/icon-child.png') no-repeat;
}
.boxes-item h2 {
	margin: 0 0 15px 0;
	font-size: 20px;
	line-height: 26px;
}
.boxes-item h2 a {
	text-decoration: none;
}
.boxes-item h2 a:hover {
	text-decoration: underline;
}
.boxes-item ul {
	margin: 0;
}
.boxes-item ul li {
	margin: 0 0 15px 0;
}
.boxes-item ul li:before {
	top: 8px;
}
.boxes-item .btn-default {
	margin-top: 15px;
}
.box-type-content .text *:last-child {
	margin-bottom: 0;
}
.box-type-content .btn-default {
	margin-top: 30px;
}
body.homepage .articles-list .row {
	margin-bottom: 30px;
}
body.homepage .boxes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px 60px -15px;
}
body.homepage .boxes-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: -webkit-calc(24.9% - 30px);
	width: -moz-calc(24.9% - 30px);
	width: calc(24.9% - 30px);
	margin: 0 15px 30px 15px;
}
body.homepage .boxes-item .btn-default {
	margin: auto auto 0 0;
}
/* ------ */
/* form */
/* ------ */
.form-control {
	height: 38px;
	border-color: #e5e5e5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}
.form-control:focus {
	border-color: #ae0a21;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* ------ */
/* custom form */
/* ------ */
.custom-form {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 30px;
	background-color: #f2f2f2;
}
/* ------ */
/* form block */
/* ------ */
.custom-form .form-block {
	width: 100%;
	margin: 20px 0 30px 0;
}
.custom-form .form-block.sm {
	width: 50%;
}
.custom-form .form-block.ssm {
	width: 33.33333333%;
}
/* ------ */
/* form group */
/* ------ */
.custom-form .form-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: -webkit-calc(100% + 10px);
	width: -moz-calc(100% + 10px);
	width: calc(100% + 10px);
	height: auto;
	margin: 20px -5px -20px -5px;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 16px;
	line-height: normal;
}
.custom-form .form-group .form-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 0;
	padding: 0 5px;
}
.custom-form .form-group.input-sm .form-control,
.custom-form .form-group.input-ssm .form-control {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}
/* ------ */
/* delivery */
/* ------ */
.custom-form .delivery-free {
	margin-top: 10px;
	font-size: 18px;
}
.custom-form .delivery-note {
	margin-bottom: 10px;
}
.custom-form .delivery-note p:last-of-type {
	margin-bottom: 0;
}
/* ------ */
/* label */
/* ------ */
.custom-form label {
	width: 100%;
}
.custom-form label .title {
	position: relative;
}
/* ------ */
/* required */
/* ------ */
.custom-form .required {
	display: inline-block;
	margin-right: 3px;
	color: #ce0219;
	cursor: help;
}
/* ------ */
/* note */
/* ------ */
.custom-form .note {
	width: 100%;
	margin: 0 0 5px 0;
	position: relative;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
}
.custom-form .note-main {
	width: 100%;
	margin: 0 0 30px 0;
}
.custom-form .note-main .title {
	position: relative;
}
.custom-form .note-main .required {
	position: static;
}
/* ------ */
/* heading */
/* ------ */
.custom-form .form-heading {
	margin: 60px 0 30px 0;
}
.custom-form .form-heading:first-of-type {
	margin-top: 0;
}
.custom-form .form-heading h2 {
	width: 100%;
	margin: 0;
}
/* ------ */
/* cherad */
/* ------ */
.custom-form .cherad {
	width: 100%;
	padding: 10px 12px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}
.custom-form .cherad div {
	display: inline-block;
	margin: 0 15px 0 0;
}
.custom-form .cherad div:last-of-type {
	margin-right: 0;
}
.custom-form .cherad label {
	display: inline-block;
	width: auto;
	margin: 0;
	position: relative;
	top: -2px;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
}
.custom-form .cherad .checkbox,
.custom-form .cherad .radio {
	display: none;
}
.custom-form .cherad .checkbox + label:before,
.custom-form .cherad .radio + label:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
	padding: 0;
	position: relative;
	top: 5px;
	border: 1px solid #e5e5e5;
}
.custom-form .cherad .checkbox:checked + label:before,
.custom-form .cherad .radio:checked + label:before {
	background: url('../images/icon-checked-red.png') no-repeat 50% 50%;
}
.custom-form .cherad .radio + label:before {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.custom-form .cherad .radio:checked + label:before {
	background-image: url('../images/icon-dot-red.png');
	-webkit-background-size: 8px 8px;
	-moz-background-size: 8px 8px;
	background-size: 8px 8px;
}
.custom-form .cherad .delivery-note {
	margin-top: 5px;
}
.custom-form .cherad .delivery-note p:last-of-type {
	margin-bottom: 0;
}
.custom-form .cherad-top-down div {
	display: block;
	margin-right: 0;
}
.custom-form .cherad-input {
	display: inline-block;
	width: 95px;
	height: 25px;
	margin: 0 0 0 10px;
	padding: 0 5px;
	position: relative;
	top: -1px;
	font-size: 13px;
}
/* ------ */
/* file input */
/* ------ */
.custom-form input[type='file'] {
	height: auto;
	cursor: pointer;
}
/* ------ */
/* custom form controls */
/* ------ */
.custom-form-controls {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px 0 0 0;
}
.custom-form-controls .btn-default {
	margin-left: auto;
}
/* ------ */
/* captcha */
/* ------ */
.custom-form .g-recaptcha {
	width: 50%;
}
.grecaptcha-badge {
	display: block;
	z-index: 500;
}
/* ------ */
/* old captcha */
/* ------ */
.captcha {
	width: 100%;
	margin: 20px 0 40px 0;
}
.captcha-help {
	margin-bottom: 10px;
}
.captcha-help .required {
	padding: 0 6px 0 3px;
	position: static;
}
.captcha-navi {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.captcha-image {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
	position: relative;
	top: 8px;
}
img.system-captcha-image {
	width: 160px !important;
	height: 34px !important;
	margin-bottom: 0 !important;
}
.captcha-number {
	width: 100%;
}
.custom-form .system-captcha-code {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.4;
	color: #c2c2c2;
	background-color: #fff;
	background-image: none;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-weight: 700;
	outline: 0;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
}
/* ------ */
/* nice file input */
/* ------ */
.nice {
	width: 100%;
	display: block;
	background: #fff;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.nice .NFI-button {
	width: 25%;
	height: 38px;
	background: #ae0a21;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 38px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.nice .NFI-button:hover {
	background-color: #222c74;
}
.nice .NFI-filename {
	display: block;
	width: 75%;
	height: 38px;
	margin: 0;
	padding: 0;
	border: 1px solid #e5e5e5;
	border-left: 0;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
}
.nice .NFI-filename:focus {
	border-color: #ae0a21;
}
/* ------ */
/* search */
/* ------ */
.search-content {
	width: 100%;
}
.search-content h2 {
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ae0a21;
	font-weight: bold;
}
.search-tips {
	margin-top: 60px;
}
body.green .content-main h1:not(.title),
body.green .content-right h1:not(.title),
body.green .content-main h2:not(.title),
body.green .content-right h2:not(.title),
body.green .content-main h3:not(.title),
body.green .content-right h3:not(.title),
body.green .content-main h4:not(.title),
body.green .content-right h4:not(.title),
body.green .content-main h5:not(.title),
body.green .content-right h5:not(.title),
body.green .content-main h6:not(.title),
body.green .content-right h6:not(.title),
body.green .content-main a:not(.item):not(.btn),
body.green .content-right a:not(.item):not(.btn),
body.green .content-main .item:hover .title,
body.green .content-right .item:hover .title,
body.green .content-main .item .title a:hover,
body.green .content-right .item .title a:hover {
	color: #81b526;
}
body.green .content-main table.cms-editor-table.highlighted th,
body.green .content-right table.cms-editor-table.highlighted th {
	background-color: #81b526;
	border-color: #81b526;
}
body.green .content-main table.cms-editor-table.highlighted td,
body.green .content-right table.cms-editor-table.highlighted td {
	border-color: #81b526;
}
body.green .content-main ul li:before,
body.green .content-right ul li:before {
	background-image: url('../images/icon-point-green.png');
}
body.green .content-main .btn-default,
body.green .content-right .btn-default,
body.green .content-main .btn-default:focus:active,
body.green .content-right .btn-default:focus:active,
body.green .content-main .btn-default:focus,
body.green .content-right .btn-default:focus,
body.green .content-main .btn-default:hover,
body.green .content-right .btn-default:hover,
body.green .content-main .nice .NFI-button,
body.green .content-right .nice .NFI-button {
	background-color: #81b526;
	border-color: #81b526;
	color: #fff;
}
body.green .content-main .btn-default:hover,
body.green .content-right .btn-default:hover,
body.green .content-main .nice .NFI-button:hover,
body.green .content-right .nice .NFI-button:hover {
	background-color: #222c74;
	border-color: #222c74;
	color: #fff;
}
body.green .content-main .form-control:focus,
body.green .content-right .form-control:focus {
	border-color: #81b526;
}
body.green .content-main .custom-form .cherad .checkbox:checked + label:before,
body.green .content-right .custom-form .cherad .checkbox:checked + label:before {
	background-image: url('../images/icon-checked-green.png');
}
body.green .content-main .custom-form .cherad .radio:checked + label:before,
body.green .content-right .custom-form .cherad .radio:checked + label:before {
	background-image: url('../images/icon-dot-green.png');
}
body.green .breadcrumb > li + li:before,
body.green .page-navi a:not(:last-of-type) span:after {
	background-image: url('../images/icon-point-green.png');
}
body.green .block-partners .partners-title {
	color: #81b526;
}
body.purple .content-main h1:not(.title),
body.purple .content-right h1:not(.title),
body.purple .content-main h2:not(.title),
body.purple .content-right h2:not(.title),
body.purple .content-main h3:not(.title),
body.purple .content-right h3:not(.title),
body.purple .content-main h4:not(.title),
body.purple .content-right h4:not(.title),
body.purple .content-main h5:not(.title),
body.purple .content-right h5:not(.title),
body.purple .content-main h6:not(.title),
body.purple .content-right h6:not(.title),
body.purple .content-main a:not(.item):not(.btn),
body.purple .content-right a:not(.item):not(.btn),
body.purple .content-main .item:hover .title,
body.purple .content-right .item:hover .title,
body.purple .content-main .item .title a:hover,
body.purple .content-right .item .title a:hover {
	color: #831a30;
}
body.purple .content-main table.cms-editor-table.highlighted th,
body.purple .content-right table.cms-editor-table.highlighted th {
	background-color: #831a30;
	border-color: #831a30;
}
body.purple .content-main table.cms-editor-table.highlighted td,
body.purple .content-right table.cms-editor-table.highlighted td {
	border-color: #831a30;
}
body.purple .content-main ul li:before,
body.purple .content-right ul li:before {
	background-image: url('../images/icon-point-purple.png');
}
body.purple .content-main .btn-default,
body.purple .content-right .btn-default,
body.purple .content-main .btn-default:focus:active,
body.purple .content-right .btn-default:focus:active,
body.purple .content-main .btn-default:focus,
body.purple .content-right .btn-default:focus,
body.purple .content-main .btn-default:hover,
body.purple .content-right .btn-default:hover,
body.purple .content-main .nice .NFI-button,
body.purple .content-right .nice .NFI-button {
	background-color: #831a30;
	border-color: #831a30;
	color: #fff;
}
body.purple .content-main .btn-default:hover,
body.purple .content-right .btn-default:hover,
body.purple .content-main .nice .NFI-button:hover,
body.purple .content-right .nice .NFI-button:hover {
	background-color: #222c74;
	border-color: #222c74;
	color: #fff;
}
body.purple .content-main .form-control:focus,
body.purple .content-right .form-control:focus {
	border-color: #831a30;
}
body.purple .content-main .custom-form .cherad .checkbox:checked + label:before,
body.purple .content-right .custom-form .cherad .checkbox:checked + label:before {
	background-image: url('../images/icon-checked-purple.png');
}
body.purple .content-main .custom-form .cherad .radio:checked + label:before,
body.purple .content-right .custom-form .cherad .radio:checked + label:before {
	background-image: url('../images/icon-dot-purple.png');
}
body.purple .breadcrumb > li + li:before,
body.purple .page-navi a:not(:last-of-type) span:after {
	background-image: url('../images/icon-point-purple.png');
}
body.purple .block-partners .partners-title {
	color: #831a30;
}
body.orange .content-main h1:not(.title),
body.orange .content-right h1:not(.title),
body.orange .content-main h2:not(.title),
body.orange .content-right h2:not(.title),
body.orange .content-main h3:not(.title),
body.orange .content-right h3:not(.title),
body.orange .content-main h4:not(.title),
body.orange .content-right h4:not(.title),
body.orange .content-main h5:not(.title),
body.orange .content-right h5:not(.title),
body.orange .content-main h6:not(.title),
body.orange .content-right h6:not(.title),
body.orange .content-main a:not(.item):not(.btn),
body.orange .content-right a:not(.item):not(.btn),
body.orange .content-main .item:hover .title,
body.orange .content-right .item:hover .title,
body.orange .content-main .item .title a:hover,
body.orange .content-right .item .title a:hover {
	color: #ff7e00;
}
body.orange .content-main table.cms-editor-table.highlighted th,
body.orange .content-right table.cms-editor-table.highlighted th {
	background-color: #ff7e00;
	border-color: #ff7e00;
}
body.orange .content-main table.cms-editor-table.highlighted td,
body.orange .content-right table.cms-editor-table.highlighted td {
	border-color: #ff7e00;
}
body.orange .content-main ul li:before,
body.orange .content-right ul li:before {
	background-image: url('../images/icon-point-orange.png');
}
body.orange .content-main .btn-default,
body.orange .content-right .btn-default,
body.orange .content-main .btn-default:focus:active,
body.orange .content-right .btn-default:focus:active,
body.orange .content-main .btn-default:focus,
body.orange .content-right .btn-default:focus,
body.orange .content-main .btn-default:hover,
body.orange .content-right .btn-default:hover,
body.orange .content-main .nice .NFI-button,
body.orange .content-right .nice .NFI-button {
	background-color: #ff7e00;
	border-color: #ff7e00;
	color: #fff;
}
body.orange .content-main .btn-default:hover,
body.orange .content-right .btn-default:hover,
body.orange .content-main .nice .NFI-button:hover,
body.orange .content-right .nice .NFI-button:hover {
	background-color: #222c74;
	border-color: #222c74;
	color: #fff;
}
body.orange .content-main .form-control:focus,
body.orange .content-right .form-control:focus {
	border-color: #ff7e00;
}
body.orange .content-main .custom-form .cherad .checkbox:checked + label:before,
body.orange .content-right .custom-form .cherad .checkbox:checked + label:before {
	background-image: url('../images/icon-checked-orange.png');
}
body.orange .content-main .custom-form .cherad .radio:checked + label:before,
body.orange .content-right .custom-form .cherad .radio:checked + label:before {
	background-image: url('../images/icon-dot-orange.png');
}
body.orange .breadcrumb > li + li:before,
body.orange .page-navi a:not(:last-of-type) span:after {
	background-image: url('../images/icon-point-orange.png');
}
body.orange .block-partners .partners-title {
	color: #ff7e00;
}
body.blue .content-main h1:not(.title),
body.blue .content-right h1:not(.title),
body.blue .content-main h2:not(.title),
body.blue .content-right h2:not(.title),
body.blue .content-main h3:not(.title),
body.blue .content-right h3:not(.title),
body.blue .content-main h4:not(.title),
body.blue .content-right h4:not(.title),
body.blue .content-main h5:not(.title),
body.blue .content-right h5:not(.title),
body.blue .content-main h6:not(.title),
body.blue .content-right h6:not(.title),
body.blue .content-main a:not(.item):not(.btn),
body.blue .content-right a:not(.item):not(.btn),
body.blue .content-main .item:hover .title,
body.blue .content-right .item:hover .title,
body.blue .content-main .item .title a:hover,
body.blue .content-right .item .title a:hover {
	color: #5b91ba;
}
body.blue .content-main table.cms-editor-table.highlighted th,
body.blue .content-right table.cms-editor-table.highlighted th {
	background-color: #5b91ba;
	border-color: #5b91ba;
}
body.blue .content-main table.cms-editor-table.highlighted td,
body.blue .content-right table.cms-editor-table.highlighted td {
	border-color: #5b91ba;
}
body.blue .content-main ul li:before,
body.blue .content-right ul li:before {
	background-image: url('../images/icon-point-blue.png');
}
body.blue .content-main .btn-default,
body.blue .content-right .btn-default,
body.blue .content-main .btn-default:focus:active,
body.blue .content-right .btn-default:focus:active,
body.blue .content-main .btn-default:focus,
body.blue .content-right .btn-default:focus,
body.blue .content-main .btn-default:hover,
body.blue .content-right .btn-default:hover,
body.blue .content-main .nice .NFI-button,
body.blue .content-right .nice .NFI-button {
	background-color: #5b91ba;
	border-color: #5b91ba;
	color: #fff;
}
body.blue .content-main .btn-default:hover,
body.blue .content-right .btn-default:hover,
body.blue .content-main .nice .NFI-button:hover,
body.blue .content-right .nice .NFI-button:hover {
	background-color: #222c74;
	border-color: #222c74;
	color: #fff;
}
body.blue .content-main .form-control:focus,
body.blue .content-right .form-control:focus {
	border-color: #5b91ba;
}
body.blue .content-main .custom-form .cherad .checkbox:checked + label:before,
body.blue .content-right .custom-form .cherad .checkbox:checked + label:before {
	background-image: url('../images/icon-checked-blue.png');
}
body.blue .content-main .custom-form .cherad .radio:checked + label:before,
body.blue .content-right .custom-form .cherad .radio:checked + label:before {
	background-image: url('../images/icon-dot-blue.png');
}
body.blue .breadcrumb > li + li:before,
body.blue .page-navi a:not(:last-of-type) span:after {
	background-image: url('../images/icon-point-blue.png');
}
body.blue .block-partners .partners-title {
	color: #5b91ba;
}
@media (min-width: 1020px) {
	.main-menu-wrap {
		height: auto !important;
		/* for javascript functions */
	}
	.main-menu .level2 .caret {
		top: -1px;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.main-menu .dropdown-menu li > a:active span,
	.main-menu .dropdown-menu li > a:focus span,
	.main-menu .dropdown-menu li > a:hover span {
		border-bottom: 1px solid #fff;
	}
}
@media (max-width: 1259px) {
	.breadcrumb-wrap {
		margin-bottom: 30px;
	}
	.header-links {
		width: 100%;
	}
	.main-menu ul > li > a {
		padding: 15px 20px;
	}
	.slider .swiper-pagination-bullets {
		width: 100%;
	}
}
@media (max-width: 1019px) {
	.cms-editor-html {
		width: 100%;
		margin: 0 0 30px 0;
		clear: both;
	}
	.cms-editor-html iframe {
		width: 100%;
	}
	.header-bottom {
		height: 100px;
	}
	.main-menu-wrap {
		overflow: auto;
	}
	.main-menu {
		padding: 0;
	}
	.main-menu .navbar-collapse {
		width: 100%;
		margin: 0;
		position: absolute;
		top: 100%;
		left: 0;
		background-color: #fff;
		border: 0;
	}
	.main-menu .container {
		width: 100%;
	}
	.main-menu .level2 > .dropdown.open > .level3 {
		display: block !important;
		/* for javascript functions */
	}
	.main-menu ul {
		margin: 0;
		clear: both;
	}
	.main-menu ul > li > a {
		border-bottom: 1px solid #f2f2f2;
		white-space: normal;
	}
	.main-menu ul > li > a:after {
		display: none;
	}
	.main-menu .dropdown.open > a,
	.main-menu .dropdown > a:focus,
	.main-menu .dropdown > a:hover {
		border-color: #f2f2f2;
	}
	.main-menu .dropdown > a > .caret {
		display: block;
		width: 50px;
		height: 50px;
		margin: -15px 0;
		float: right;
		position: relative;
		left: 5px;
		border: 0;
		color: #222c74;
	}
	.main-menu .dropdown > a > .caret:before {
		font-family: 'Glyphicons Halflings';
		font-size: 12px;
		content: '\002b';
		display: inline-block;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		transform: rotate(270deg);
		-webkit-transition: .3s;
		-o-transition: .3s;
		-moz-transition: .3s;
		transition: .3s;
	}
	.main-menu .dropdown.open > a > .caret:before {
		content: '\2212';
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.main-menu .dropdown-menu {
		width: 100%;
	}
	.main-menu .dropdown-menu li > a {
		white-space: normal;
	}
	.main-menu .dropdown-menu li.active > a,
	.main-menu .dropdown-menu li.open > a {
		background-color: #222c74;
		border-color: #222c74;
		color: #fff;
	}
	.main-menu li.open .dropdown-menu {
		padding: 0;
		background-color: #ae0a21;
	}
	.main-menu li.open .dropdown-menu > li > a {
		padding: 15px 20px;
		border-bottom: 1px solid #f2f2f2;
		color: #fff;
	}
	.main-menu li.open .dropdown-menu > li > a:focus,
	.main-menu li.open .dropdown-menu > li > a:hover {
		background-color: #222c74;
		color: #fff;
	}
	.main-menu li.open .dropdown-menu > .active > a,
	.main-menu li.open .dropdown-menu > .active > a:focus,
	.main-menu li.open .dropdown-menu > .active > a:hover {
		background-color: #222c74;
		color: #fff;
	}
	.main-menu li.open .dropdown-menu.level3 > li > a {
		padding-left: 45px;
	}
	.search-mobile {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 75px;
		margin: 0;
		padding: 20px;
		border-bottom: 1px solid #222c74;
	}
	.search-mobile input[type='text'] {
		width: -webkit-calc(100% - 38px);
		width: -moz-calc(100% - 38px);
		width: calc(100% - 38px);
		height: 35px;
		-webkit-appearance: none;
		-moz-appearance: none;
		border: 0;
	}
	.search-mobile input[type='text']:focus {
		border-color: #fff;
	}
	.search-mobile .btn-default {
		width: 40px;
		height: 35px;
		padding: 0;
		background-color: #fff;
		border: 0;
		border-left: 1px solid #ae0a21;
		color: #ae0a21;
		font-size: 18px;
		line-height: 38px;
	}
	.lang-mobile {
		display: block;
	}
	.lang-mobile a {
		padding-right: 15px;
		padding-left: 15px;
		text-transform: lowercase;
	}
	.slider .title {
		font-size: 24px;
		line-height: 30px;
	}
	.slider .text {
		padding: 15px 20px;
		overflow: hidden;
	}
	.item {
		width: 49.9%;
	}
	.item .image {
		width: auto;
		margin: 0 0 30px 0;
	}
	.content-right {
		margin-top: 90px;
	}
	body.homepage .boxes-item {
		width: -webkit-calc(49.9% - 30px);
		width: -moz-calc(49.9% - 30px);
		width: calc(49.9% - 30px);
	}
}
@media (max-width: 799px) {
	h1 {
		font-size: 32px;
		line-height: 38px;
	}
	.table-responsive {
		max-width: 100%;
		border: 0;
		overflow: auto;
	}
	.container-fluid {
		padding: 0;
	}
	.row {
		margin-top: 45px;
		margin-bottom: 45px;
	}
	.table-responsive {
		border: 0;
	}
	.page-navi {
		margin-top: 45px;
	}
	.block-two-cols {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.slider .btn-default {
		margin: 0 auto 55px 0;
	}
	.slider .swiper-pagination-bullet {
		bottom: 15px;
	}
	.block-services .services-list {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.block-services .services-item {
		width: 33.33333333%;
	}
	.block-support {
		text-align: center;
	}
	.block-support .row {
		margin-top: 45px;
	}
	.block-support .support-title {
		font-size: 32px;
		line-height: 38px;
	}
	.block-partners .partners-title {
		font-size: 32px;
		line-height: 38px;
	}
	.block-partners .partners-list {
		margin-bottom: -30px;
	}
	.block-partners .partners-item {
		margin-bottom: 30px;
	}
	.content-left .items-flex {
		margin-bottom: 15px;
	}
	body.homepage .articles-list .row {
		margin-top: 45px;
	}
	.item {
		width: 100%;
		text-align: center;
	}
	.item .inside {
		padding: 0;
	}
	.item .title {
		margin-top: 0;
	}
	.item.where-item .title {
		margin-top: 30px;
	}
	.content .item .title {
		margin-top: 25px;
	}
	.content .people-item {
		text-align: left;
	}
	footer {
		text-align: center;
	}
	footer .footer-socials {
		margin-top: 20px;
		text-align: center;
	}
	.content-right {
		margin-top: 45px;
	}
	.boxes-item {
		margin-bottom: 15px;
	}
	body.homepage .boxes-item {
		width: -webkit-calc(100% - 30px);
		width: -moz-calc(100% - 30px);
		width: calc(100% - 30px);
	}
	.custom-form .form-block.sm {
		width: 100%;
	}
	.custom-form .form-block.ssm {
		width: 100%;
	}
	.custom-form .form-group.input-sm .form-block,
	.custom-form .form-group.input-ssm .form-block {
		margin-bottom: 20px;
	}
	.custom-form .note-main {
		text-align: center;
	}
	.custom-form .g-recaptcha {
		width: auto;
		margin: 0 auto;
	}
	.nice .NFI-button {
		width: 50%;
	}
	.nice .NFI-filename {
		width: 50%;
	}
}
@media (max-width: 599px) {
	.content-left .items-flex {
		margin-bottom: 30px;
	}
	.content .item {
		width: 100%;
		margin-bottom: 15px;
	}
	.content .people-item {
		text-align: center;
	}
	.content .people-item .image {
		margin-right: 0;
		float: none;
	}
	.custom-form {
		padding: 15px;
	}
}
@media (max-width: 479px) {
	.content-left .items-flex.gallery-pictures .picture {
		width: 50%;
	}
	.custom-form #rc-imageselect,
	.custom-form .g-recaptcha {
		-webkit-transform: scale(.9);
		-moz-transform: scale(.9);
		-ms-transform: scale(.9);
		-o-transform: scale(.9);
		transform: scale(.9);
		-webkit-transform-origin: 0;
		-moz-transform-origin: 0;
		-ms-transform-origin: 0;
		-o-transform-origin: 0;
		transform-origin: 0;
	}
}
@media (max-width: 399px) {
	.cms-editor-link-image img,
	.cms-editor-link-image:focus img {
		width: 100%;
		height: auto;
		margin: 0 0 30px 0;
		clear: both;
	}
	.block-services .services-item {
		width: 50%;
	}
}
