/*======================================================*/
/* FONTS */
/*======================================================*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i|Oswald:400,500,700&subset=cyrillic,cyrillic-ext");
/*======================================================*/
/* NORMALIZE AND RESET */
/*======================================================*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article, aside, footer, header, nav, section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

figcaption, figure, main {
	display: block;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace,monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active, a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: inherit;
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace,monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

audio, video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button, input, optgroup, select, textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details, menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

[hidden], template {
	display: none;
}

/* reset */
a, input, button,
a:focus, input:focus, button:focus {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
	-webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
	outline: none !important;
}

*:focus {
	outline: none;
	-moz-outline: 3px solid white !important;
}

body {
	-webkit-font-smoothing: antialiased;
}

body, html {
	height: 100%;
	width: 100%;
}

select[disabled] {
	cursor: default;
}

form {
	margin: 0;
	padding: 0;
}

input {
	vertical-align: middle;
}

textarea, .select select, input[type="text"], input[type="email"], input[type="search"], input[type="submit"], input[type="button"], input[type="reset"], button {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
}

select::-ms-expand {
	display: none;
}

input[type=radio], input[type=checkbox], select {
	cursor: pointer;
}

textarea, input, button {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="radio"]:focus {
	-moz-outline-radius: 12px !important;
	-moz-outline-offset: 0 !important;
}

input[type="checkbox"]:focus {
	-moz-outline-offset: -1px !important;
	-moz-outline: 1px solid #000 !important;
}

input::-ms-clear {
	display: none;
}

blockquote, q {
	quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
	content: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

table {
	border: 0;
	width: 100%;
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

*, *::after, *::before {
	box-sizing: border-box;
}

/* reset end */
/* browserupgrade */
.old-ie {
	overflow: hidden;
}

.old-ie body {
	overflow: hidden;
}

.browserupgrade {
	position: fixed;
	height: 100%;
	width: 100%;
	padding: 0.2em 0;
	margin: 0;
	font-size: 28px;
	line-height: 42px;
	color: #000;
	background: #ccc;
	z-index: 99999;
}

.browserupgrade p {
	position: absolute;
	width: 100%;
	top: 50%;
	margin: -22px 0 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

/* browserupgrade end */
/*======================================================*/
/* VENDORS */
/*======================================================*/
/* jFiler */
.upload-file {
	opacity: 0;
}

.jFiler {
	position: relative;
}

.jFiler-input-dragDrop {
	margin: 0;
	cursor: pointer;
	padding: 20px;
	background: #f3f3f3;
	border: 1px dashed #eaeaea;
	transition: none;
}

.no-touchevents .jFiler-input-dragDrop:hover {
	border-color: black;
}

.jFiler-input-dragDrop.dragged .jFiler-input-icon i {
	-webkit-transform: translate(0, -8px);
	    -ms-transform: translate(0, -8px);
	        transform: translate(0, -8px);
}

.jFiler-input-dragDrop .jFiler-input-icon {
	margin-top: 0;
	margin-bottom: 15px;
	text-align: center;
}

.jFiler-input-dragDrop .jFiler-input-icon i {
	display: inline-block;
	vertical-align: top;
	background: url(../img/attach.png) no-repeat;
	background-size: contain;
	width: 60px;
	height: 44px;
	transition-property: background-color, border-color, -webkit-transform;
	transition-property: background-color, border-color, transform;
	transition-property: background-color, border-color, transform, -webkit-transform;
	transition-duration: 0.2s;
}

.jFiler-input-dragDrop .jFiler-input-text strong {
	display: block;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 1.43;
	color: #212121;
	text-align: center;
}

.jFiler-items {
	margin: 50px 0 0;
}

.jFiler-items-list, .user-content .jFiler-items-list {
	margin: 1.8rem 0;
}

.jFiler-items-list li, .user-content .jFiler-items-list li {
	padding-left: 0;
}

.jFiler-items-list li::before, .user-content .jFiler-items-list li::before {
	content: none;
}

.jFiler-item {
	margin: 1.8rem 0;
	font-size: 1.4rem;
	line-height: 1.43;
	color: #212121;
	overflow: hidden;
}

.jFiler-item-icon {
	display: none;
}

.jFiler-item-title {
	display: inline-block;
	vertical-align: top;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-right: 10px;
}

.jFiler-item-others {
	display: inline-block;
	vertical-align: top;
	color: #b4b4b4;
	position: relative;
}

.jFiler-item-others::after {
	content: '';
	position: absolute;
	left: 100%;
	bottom: 0;
	width: 999px;
	height: 0;
	border-bottom: 1px dotted #eaeaea;
	margin: 0 0 3px;
}

.jFiler-item-others span {
	padding-right: 5px;
}

.jFiler-item-assets {
	position: absolute;
	right: 0;
	bottom: 0;
}

.jFiler-item-assets ul,
.user-content ul .jFiler-item-assets ul {
	margin: 0;
}

.jFiler-item-assets ul li,
.user-content ul .jFiler-item-assets ul li {
	margin: 0;
	padding: 0 0 3px 8px !important;
	background: #f3f3f3;
}

.jFiler-item-trash-action {
	display: block;
	position: relative;
	width: 20px;
	height: 20px;
	z-index: 2;
	cursor: pointer;
	background-color: #212121;
}

.jFiler-item-trash-action::before, .jFiler-item-trash-action::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 2px;
	border-radius: 2px;
	background: white;
	margin: -1px 0 0 -8px;
	transition: none;
}

.jFiler-item-trash-action::before {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.jFiler-item-trash-action::after {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.no-touchevents .jFiler-item-trash-action:hover::before,
.no-touchevents .jFiler-item-trash-action:hover::after {
	background-color: #006bbd;
}

/* jFiler end */
/* slick sliders */
.slick-arrow {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	border-radius: 0;
	background: none;
	outline: none;
	box-shadow: none;
	opacity: 1;
	z-index: 6;
	border: 1px solid #000;
	transition-property: background, opacity, visibility;
	transition-duration: 0.2s;
}

@media (max-width: 1199px) {
	.slick-arrow {
		width: 40px;
		height: 40px;
	}
}

.slick-arrow::before {
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 0;
	border-top: 2px solid #000;
	opacity: 1;
	margin: -1px 0 0;
	will-change: opacity, transform;
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	transition-duration: 0.2s;
}

@media (max-width: 1199px) {
	.slick-arrow::before {
		content: none;
	}
}

.slick-arrow::after {
	top: 50%;
	content: "";
	position: absolute;
	opacity: 1;
	pointer-events: none;
	width: 14px;
	height: 14px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	border: 0 solid #000;
}

.no-touchevents .slick-arrow:hover {
	opacity: 1;
}

.no-touchevents .slick-arrow:hover::before {
	opacity: 0;
}

.slick-arrow.slick-disabled, .no-touchevents .slick-arrow.slick-disabled {
	opacity: 0.25;
	background: none;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
	cursor: default;
}

.slick-arrow.slick-disabled::before, .no-touchevents .slick-arrow.slick-disabled::before {
	opacity: 1;
}

.slick-prev {
	left: 0;
}

.slick-prev::before {
	margin-left: 20px;
}

.slick-prev::after {
	left: 50%;
	border-width: 0 0 2px 2px;
	margin: -7px 0 0 -4px;
}

.slick-next {
	right: 0;
}

.slick-next::before {
	margin-left: -21px;
}

.slick-next::after {
	right: 50%;
	border-width: 2px 2px 0 0;
	margin: -7px -4px 0 0;
}

.slick-dots {
	margin: 0;
	line-height: 0;
}

.user-content .slick-dots {
	margin: 0;
	max-width: none;
}

.slick-dots li {
	vertical-align: top;
	width: auto;
	height: auto;
	margin: 0;
}

.slick-dots li, .user-content .slick-dots li {
	padding: 4px 10px;
	margin: 0;
}

.slick-dots li::before, .user-content .slick-dots li::before {
	content: none;
}

.slick-dots li button {
	width: 8px;
	height: 8px;
	padding: 0;
	border-radius: 0;
	background: #006bbd;
	position: relative;
	transition-property: background, border, box-shadow, -webkit-transform;
	transition-property: background, border, box-shadow, transform;
	transition-property: background, border, box-shadow, transform, -webkit-transform;
	transition-duration: 0.6s;
}

.slick-dots li button::before {
	content: '';
	position: absolute;
	left: 1px;
	top: 1px;
	height: 6px;
	width: 6px;
	background: white;
	border-radius: 0;
	opacity: 1;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	transition-duration: 0.2s;
}

.slick-dots li.slick-active button::before {
	opacity: 0;
}

/* slick sliders end */
/* magnific popup */
.mfp-bg {
	background-color: #000;
}

/*
 *
 *====== Zoom effect ====== */
.mfp-zoom-in {
	/* start state */
	/* animate in */
	/* animate out */
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.5;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/* magnific popup end */
/*======================================================*/
/* TYPOGRAPHY */
/*======================================================*/
html {
	font-size: 62.5%;
}

html.css-scroll-fixed {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #212121;
	background: white url(../img/empty.png) no-repeat left top fixed;
}

@media (max-width: 639px) {
	body {
		font-size: 1.4rem;
		line-height: 1.43;
	}
}

body *::-moz-selection {
	background-color: #006bbd;
	color: white;
}

body *::selection {
	background-color: #006bbd;
	color: white;
}

h1, h2, h3, h4, h5, h6, .heading {
	padding: 0;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: black;
	margin: 0 0 3.6rem;
}

@media (max-width: 639px) {
	h1, h2, h3, h4, h5, h6, .heading {
		margin-bottom: 2rem;
	}
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .heading:last-child {
	margin-bottom: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .heading a {
	text-decoration: underline;
	color: inherit;
}

.no-touchevents h1 a:hover, .no-touchevents h2 a:hover, .no-touchevents h3 a:hover, .no-touchevents h4 a:hover, .no-touchevents h5 a:hover, .no-touchevents h6 a:hover, .no-touchevents .heading a:hover {
	text-decoration: none;
}

h1, .heading {
	color: #006bbd;
}

h1, .heading {
	font-size: 4.8rem;
	line-height: 1.21;
}

@media (max-width: 1199px) {
	h1, .heading {
		font-size: 3.8rem;
		line-height: 1.21;
	}
}

@media (max-width: 639px) {
	h1, .heading {
		font-size: 3rem;
		line-height: 1.21;
	}
}

h2 {
	font-size: 3.6rem;
	line-height: 1.28;
}

@media (max-width: 1199px) {
	h2 {
		font-size: 2.9rem;
		line-height: 1.28;
	}
}

@media (max-width: 639px) {
	h2 {
		font-size: 2.4rem;
		line-height: 1.28;
	}
}

h3 {
	font-size: 2.4rem;
	line-height: 1.5;
}

@media (max-width: 1199px) {
	h3 {
		font-size: 2.3rem;
		line-height: 1.5;
	}
}

@media (max-width: 639px) {
	h3 {
		font-size: 2.1rem;
		line-height: 1.5;
	}
}

h4 {
	font-size: 1.8rem;
	line-height: 1.67;
}

@media (max-width: 1199px) {
	h4 {
		font-size: 1.9rem;
		line-height: 1.67;
	}
}

@media (max-width: 639px) {
	h4 {
		font-size: 1.8rem;
		line-height: 1.67;
	}
}

h5 {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 1em;
}

h6 {
	font-size: 1.2rem;
	line-height: 1.88;
	margin-bottom: 1em;
	text-transform: uppercase;
}

p {
	padding: 0;
	margin: 0 0 2.4rem;
}

@media (max-width: 639px) {
	p {
		margin-bottom: 1.5rem;
	}
}

hr {
	line-height: 1px;
	height: 0;
	border: none;
	background: none;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 40px;
}

@media (max-width: 639px) {
	hr {
		margin-bottom: 20px;
	}
}

a {
	color: #006bbd;
	text-decoration: underline;
	cursor: default;
	outline: none;
}

a:link {
	cursor: pointer;
}

.no-touchevents a:hover {
	text-decoration: none;
}

a[href^="tel"], .no-touchevents a[href^="tel"]:hover {
	text-decoration: none !important;
	color: inherit;
	cursor: default;
}

a[href^="javascript:"] {
	cursor: default;
}

img {
	border: none;
	vertical-align: top;
	max-width: 100%;
}

table img {
	max-width: none;
}

b, strong, th {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-style: normal;
}

i, em {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: italic;
}

i b, i strong, em b, em strong, b i, b em, strong i, strong em {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-style: italic;
}

.entry-text {
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.2rem;
	line-height: 2.5;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: black;
	margin-bottom: 2.4rem;
}

@media (max-width: 479px) {
	.entry-text {
		line-height: 2;
	}
}

.entry-text b, .entry-text strong {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.entry-text i, .entry-text em {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-style: italic;
}

.title-d {
	display: block;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2rem;
	line-height: 2.5;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #b4b4b4;
	margin-bottom: 2.4rem;
}

.mark {
	color: tomato;
	font-style: inherit;
	font-weight: inherit;
}

.text-color-alt {
	color: #006bbd;
}

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

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.nobr {
	white-space: nowrap;
}

.hide-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.hide-text:active, .hide-text:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.important-note {
	position: relative;
	margin: 0 auto;
	padding: 15px 0 2.4rem;
}

.important-note__label {
	position: absolute;
	left: 30px;
	top: 0;
	background: #ff3300;
	padding: 4px 20px;
	font-family: 'lato-heavy', sans-serif;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	cursor: default;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

@media (max-width: 639px) {
	.important-note__label {
		left: 15px;
	}
}

.important-note__content {
	border: 2px solid #ff3300;
	padding: 30px;
}

@media (max-width: 639px) {
	.important-note__content {
		padding: 25px 15px 15px;
	}
}

/* content img */
.imgc {
	text-align: center;
	padding-bottom: 2.4rem;
	clear: both;
}

.imgl {
	text-align: left;
	float: left;
	margin: 0 2.4rem 2.4rem 0;
}

.imgr {
	text-align: right;
	float: right;
	margin: 0 0 2.4rem 2.4rem;
}

.imgl, .imgr {
	max-width: 40%;
}

@media (max-width: 767px) {
	.imgl, .imgr {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}
}

/* content img end */
/* columnize */
.columnize, .columnize--3, .columnize--4 {
	-webkit-column-count: 2;
	        column-count: 2;
	-webkit-column-gap: 2em;
	        column-gap: 2em;
	margin-bottom: 2.4rem;
	font-size: 0.9em;
}

.columnize--3 {
	-webkit-column-count: 3;
	        column-count: 3;
	font-size: 0.85em;
}

.columnize--4 {
	-webkit-column-count: 4;
	        column-count: 4;
	font-size: 0.8em;
}

@media (max-width: 1199px) {
	.columnize--4 {
		-webkit-column-count: 3;
		        column-count: 3;
	}
}

@media (max-width: 767px) {
	.columnize--3, .columnize--4 {
		-webkit-column-count: 2;
		        column-count: 2;
	}
}

@media (max-width: 639px) {
	.columnize, .columnize--3, .columnize--4 {
		-webkit-column-count: 1;
		        column-count: 1;
	}
}

/* columnize end */
.user-content p + h2,
.user-content ul + h2,
.user-content ol + h2 {
	margin-top: 4.8rem;
}

.user-content p + h3,
.user-content ul + h3,
.user-content ol + h3 {
	margin-top: 4.8rem;
}

.user-content p + h4,
.user-content ul + h4,
.user-content ol + h4 {
	margin-top: 4.8rem;
}

.user-content p + h5,
.user-content ul + h5,
.user-content ol + h5 {
	margin-top: 4.8rem;
}

/* list */
.user-content ul, .user-content ol {
	margin: 0 0 2.4rem;
	padding: 0;
	list-style: none;
}

.user-content ul li, .user-content ol li {
	padding-left: 0;
	margin: 0 0 1rem;
	position: relative;
}

.user-content ul li li, .user-content ol li li {
	padding-left: 30px;
}

.user-content ul > li::before {
	content: "";
	position: relative;
	display: inline-block;
	vertical-align: top;
	top: 0.5em;
	width: 8px;
	height: 8px;
	margin-right: 15px;
	border: 4px solid #006bbd;
}

.user-content ol {
	counter-reset: section;
}

.user-content ol > li {
	counter-increment: section;
	height: 1%;
	overflow: hidden;
}

.user-content ol > li::before {
	position: relative;
	display: inline-block;
	text-align: left;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #006bbd;
	content: counter(section);
	padding: 0 4px 0 0;
	min-width: 30px;
}

.user-content ul ul, .user-content ul ol, .user-content ol ul, .user-content ol ol {
	margin: 1rem 0;
}

.user-content ul ul > li::before, .user-content ol ul > li::before {
	border-width: 1px;
}

/* list reset */
.reset-list,
.user-content .reset-list {
	list-style: none;
}

.reset-list li, .reset-list li:first-child,
.user-content .reset-list li,
.user-content .reset-list li:first-child {
	padding: 0;
}

.reset-list li::before, .reset-list li:first-child::before,
.user-content .reset-list li::before,
.user-content .reset-list li:first-child::before {
	content: none;
}

/* list reset end */
/* list end */
/* table */
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: auto;
}

table td, table th {
	font-size: 1.4rem;
	line-height: 1.4;
	color: inherit;
	padding: 8px 15px;
	border-color: black;
}

@media (max-width: 991px) {
	table td, table th {
		font-size: 1.3rem;
		padding: 6px 10px;
	}
}

.table-auto {
	position: relative;
	overflow: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 2.4rem;
}

.table-auto table {
	margin-bottom: 0;
	width: auto;
	min-width: 100%;
}

.user-content table {
	margin-bottom: 2.4rem;
}

.user-content .table-auto table {
	margin-bottom: 0;
}

.user-content .tbl {
	border: none;
}

.user-content .tbl td, .user-content .tbl th {
	color: #212121;
	background-color: white;
	border: 0 solid #d9e9f5;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.025em;
	font-size: 1.4rem;
	line-height: 1.4;
}

.user-content .tbl td b, .user-content .tbl td strong, .user-content .tbl th b, .user-content .tbl th strong {
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.user-content .tbl td i, .user-content .tbl td em, .user-content .tbl th i, .user-content .tbl th em {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.user-content .tbl td strong i, .user-content .tbl td strong em, .user-content .tbl td b i, .user-content .tbl td strong i,
.user-content .tbl td i strong, .user-content .tbl td em strong, .user-content .tbl td i b, .user-content .tbl td i strong, .user-content .tbl th strong i, .user-content .tbl th strong em, .user-content .tbl th b i, .user-content .tbl th strong i,
.user-content .tbl th i strong, .user-content .tbl th em strong, .user-content .tbl th i b, .user-content .tbl th i strong {
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	font-style: normal;
}

@media (max-width: 991px) {
	.user-content .tbl td, .user-content .tbl th {
		font-size: 1.3rem;
	}
}

.user-content .tbl td:first-child, .user-content .tbl td:first-child, .user-content .tbl th:first-child, .user-content .tbl th:first-child {
	border-left-width: 1px;
}

.user-content .tbl td:last-child, .user-content .tbl td:last-child, .user-content .tbl th:last-child, .user-content .tbl th:last-child {
	border-right-width: 1px;
}

.user-content .tbl tr:last-child td {
	border-bottom-width: 0;
}

.user-content .tbl td {
	border-top-width: 1px;
}

.user-content .tbl tbody tr:last-child td {
	border-bottom-width: 1px;
}

.user-content .tbl tbody tr:nth-child(even) td {
	background: #d9e9f5;
}

.user-content .tbl th, .user-content .tbl thead td {
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.5rem;
	text-align: left;
}

@media (max-width: 991px) {
	.user-content .tbl th, .user-content .tbl thead td {
		font-size: 1.3rem;
	}
}

.user-content .tbl th, .user-content .tbl thead td, .user-content .tbl tfoot td {
	background: #d9e9f5;
	border-color: #d9e9f5;
	border-top-width: 0;
}

/* table end */
/* blockquote */
.user-content blockquote {
	display: block;
	margin: 0 0 2.4rem;
	padding: 26px 30px;
	background-color: white;
	border: solid #006bbd;
	border-width: 1px 1px 1px 5px;
}

.user-content blockquote q {
	display: block;
	margin: 0;
	padding: 0;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.4rem;
	line-height: 1.5;
	color: #006bbd;
}

.user-content blockquote q::before, .user-content blockquote q::after {
	content: none;
}

@media (max-width: 1199px) {
	.user-content blockquote q {
		font-size: 1.8rem;
	}
}

.user-content blockquote cite {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	display: block;
	margin-left: auto;
	margin-top: 10px;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #b4b4b4;
}

/* blockquote end */
/* user spacer */
.user-spacer {
	display: block;
	height: 7.2rem;
	font-size: 0;
	line-height: 0;
}

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

@media (max-width: 1599px) {
	.user-spacer {
		height: 3.6rem;
	}
}

/* user spacer end */
/* datetime */
.datetime {
	display: block;
	margin-bottom: 2.4rem;
	font-size: 1.4rem;
	line-height: 1.3;
}

.datetime time {
	display: inline-block;
	font-style: normal;
	background-color: #e5f0f8;
	padding: 9px 30px;
}

/* datetime end */
/* view print */
.view-print {
	display: inline-block;
	vertical-align: top;
	padding: 6px 12px;
	margin-bottom: 2.4rem;
	background: #f9f9f9;
	line-height: 1;
	color: black;
	text-decoration: none;
}

@media (max-width: 1599px) {
	.view-print {
		margin-bottom: 3.6rem;
	}
}

@media (max-width: 991px) {
	.view-print {
		display: none;
	}
}

.view-print:last-child {
	margin-bottom: 0;
}

.no-touchevents .view-print:hover {
	background-color: #eaeaea;
}

.view-print svg {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.view-print span {
	display: inline-block;
	vertical-align: middle;
}

/* view print end */
/* BUTTON */
[class|="btn"], [class*=" btn-"], input[type="submit"], input[type="button"], input[type="reset"], button {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

[class|="btn"] input[type="submit"], [class|="btn"] input[type="button"], [class|="btn"] input[type="reset"], [class*=" btn-"] input[type="submit"], [class*=" btn-"] input[type="button"], [class*=" btn-"] input[type="reset"] {
	background: url("../img/empty.png") repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	z-index: 99;
	opacity: 0;
}

/* btn-default */
[class*="btn-default"] {
	position: relative;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	color: white;
	fill: white;
	padding: 16px 38px;
	border: 1px solid transparent;
	background: #006bbd;
	box-shadow: none;
	margin: 0;
}

[class*="btn-default"], [class*="btn-default"] > span {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.1em;
}

[class*="btn-default"]:hover {
	background-color: #003157;
}

[class*="btn-default"]:disabled, [class*="btn-default"].disabled, [class*="btn-default"][data-disabled] {
	cursor: default;
	background-color: #ccc !important;
}

[class*="btn-default"]:disabled::before, [class*="btn-default"]:disabled::after, [class*="btn-default"].disabled::before, [class*="btn-default"].disabled::after, [class*="btn-default"][data-disabled]::before, [class*="btn-default"][data-disabled]::after {
	display: none;
}

/* btn-default end */
/* btn-default-alt */
.btn-default-alt {
	color: #212121;
	border: 1px solid #212121;
	background: white;
	padding: 11px 38px;
}

.btn-default-alt:hover {
	background: #212121;
	color: white;
}

.btn-default-alt:disabled, .btn-default-alt.disabled, .btn-default-alt[data-disabled] {
	cursor: default;
	background-color: white !important;
	border-color: #ccc !important;
	color: #ccc !important;
}

.btn-default-alt:disabled::before, .btn-default-alt:disabled::after, .btn-default-alt.disabled::before, .btn-default-alt.disabled::after, .btn-default-alt[data-disabled]::before, .btn-default-alt[data-disabled]::after {
	display: none;
}

.btn-default-alt:disabled > i::before, .btn-default-alt:disabled > i::after, .btn-default-alt.disabled > i::before, .btn-default-alt.disabled > i::after, .btn-default-alt[data-disabled] > i::before, .btn-default-alt[data-disabled] > i::after {
	border-color: #ccc !important;
	fill: #ccc !important;
}

/* btn-default-alt end */
/* btn-light */
.btn-light {
	position: relative;
	color: #212121;
	fill: #212121;
	background: none;
	box-shadow: none;
	margin: 0;
}

.btn-light, .btn-light > span {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: normal;
}

.btn-light:hover {
	color: #006bbd;
	fill: #006bbd;
}

.btn-light:disabled, .btn-light.disabled, .btn-light[data-disabled] {
	cursor: default;
	color: #ccc !important;
	fill: #ccc !important;
}

.btn-light:disabled::before, .btn-light:disabled::after, .btn-light.disabled::before, .btn-light.disabled::after, .btn-light[data-disabled]::before, .btn-light[data-disabled]::after {
	display: none;
}

/* btn-light end */
/* btn-with-icon */
.btn-with-icon {
	text-align: center;
	font-size: 0;
	letter-spacing: -4px;
	white-space: nowrap;
}

.btn-with-icon svg, .btn-with-icon span {
	display: inline-block;
	vertical-align: middle;
}

.btn-with-icon path {
	fill: inherit;
}

.btn-with-icon span {
	text-align: left;
	white-space: normal;
	padding-right: 10px;
}

.btn-with-icon svg + span {
	padding-right: 0;
	padding-left: 10px;
}

/* btn-with-icon end */
/* btn-with-arrow */
.btn-with-arrow > i, .btn-with-arrow > span {
	display: inline-block;
	vertical-align: middle;
}

.btn-with-arrow > i {
	position: relative;
	margin-right: 10px;
	font-size: 0;
	line-height: 0;
	width: 26px;
	height: 18px;
}

.btn-with-arrow > i::before, .btn-with-arrow > i::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 0 solid white;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}

.btn-with-arrow > i::before {
	width: 26px;
	height: 2px;
	border-top-width: 2px;
	margin: -1px 0 0 -13px;
}

.btn-with-arrow > i::after {
	top: 0;
	width: 12px;
	height: 12px;
	border-width: 2px 0 0 2px;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	margin: 3px 0 0 -13px;
}

.btn-with-arrow > span {
	text-align: left;
	white-space: normal;
	max-width: calc(100% - 26px - 10px);
}

.btn-with-arrow > span ~ i {
	margin-right: 0;
	margin-left: 10px;
}

.btn-with-arrow > span ~ i::after {
	border-width: 0 2px 2px 0;
	margin: 3px 0 0 1px;
}

.btn-with-arrow.btn-default-alt > i::before, .btn-with-arrow.btn-default-alt > i::after {
	border-color: #006bbd;
}

.no-touchevents .btn-with-arrow.btn-default-alt:hover > i::before, .no-touchevents .btn-with-arrow.btn-default-alt:hover > i::after {
	border-color: white;
}

/* btn-with-arrow end */
/* button toggle menu */
.btn-menu {
	width: auto;
	height: 40px;
	vertical-align: top;
	padding-right: 18px;
	padding-left: 55px;
	position: relative;
	text-decoration: none;
	color: white;
	background-color: transparent;
	border: 1px solid #599fd4;
	display: none;
}

@media (max-width: 639px) {
	.btn-menu {
		width: 40px;
		height: 40px;
		padding: 0;
		border: none;
	}
}

.header__panel .btn-menu {
	display: block;
}

.btn-menu > span {
	display: inline-block;
	vertical-align: top;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: 38px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

@media (max-width: 639px) {
	.btn-menu > span {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	.btn-menu > span:active, .btn-menu > span:focus {
		clip: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		position: static;
		width: auto;
	}
}

.btn-menu::before, .btn-menu::after {
	content: "";
	display: block;
	position: absolute;
	width: 26px;
	height: 3px;
	background-color: white;
	top: 50%;
	left: 30px;
	margin-top: -2px;
	margin-left: -13px;
	will-change: opacity, transform;
	opacity: 0;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	transition-duration: 0.2s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}

@media (max-width: 1599px) {
	.btn-menu::before, .btn-menu::after {
		width: 22px;
		height: 2px;
		margin-top: -1px;
		margin-left: -11px;
	}
}

@media (max-width: 639px) {
	.btn-menu::before, .btn-menu::after {
		left: 50%;
	}
}

.btn-menu > i {
	position: absolute;
	top: 50%;
	left: 30px;
	width: 26px;
	height: 3px;
	background-color: white;
	margin-top: -2px;
	margin-left: -13px;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	transition-property: opacity;
	transition-duration: 0.2s;
	transition-delay: 0.1s;
}

@media (max-width: 1599px) {
	.btn-menu > i {
		width: 22px;
		height: 2px;
		margin-top: -1px;
		margin-left: -11px;
	}
}

@media (max-width: 639px) {
	.btn-menu > i {
		left: 50%;
	}
}

.btn-menu > i::before, .btn-menu > i::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 26px;
	height: 3px;
	background-color: white;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.2s;
	transition-delay: 0.1s;
}

@media (max-width: 1599px) {
	.btn-menu > i::before, .btn-menu > i::after {
		width: 22px;
		height: 2px;
	}
}

.btn-menu > i::before {
	top: -8px;
}

@media (max-width: 1599px) {
	.btn-menu > i::before {
		top: -6px;
	}
}

.btn-menu > i::after {
	top: 8px;
}

@media (max-width: 1599px) {
	.btn-menu > i::after {
		top: 6px;
	}
}

.btn-menu.active::before, .btn-menu.active::after {
	transition-delay: 0.1s;
	opacity: 1;
}

.btn-menu.active::before {
	-webkit-transform: rotate(45deg) translateZ(0);
	        transform: rotate(45deg) translateZ(0);
}

.btn-menu.active::after {
	-webkit-transform: rotate(-45deg) translateZ(0);
	        transform: rotate(-45deg) translateZ(0);
}

.btn-menu.active > i {
	opacity: 0;
	transition-delay: 0s;
}

.btn-menu.active > i::before, .btn-menu.active > i::after {
	transition-delay: 0s;
}

.btn-menu.active > i::before {
	-webkit-transform: translate(0, 8px) translateZ(0);
	        transform: translate(0, 8px) translateZ(0);
}

@media (max-width: 1599px) {
	.btn-menu.active > i::before {
		-webkit-transform: translate(0, 6px) translateZ(0);
		        transform: translate(0, 6px) translateZ(0);
	}
}

.btn-menu.active > i::after {
	-webkit-transform: translate(0, -8px) translateZ(0);
	        transform: translate(0, -8px) translateZ(0);
}

@media (max-width: 1599px) {
	.btn-menu.active > i::after {
		-webkit-transform: translate(0, -6px) translateZ(0);
		        transform: translate(0, -6px) translateZ(0);
	}
}

/* button toggle menu end */
/* button popup close */
.btn-popup-close {
	display: block;
	width: 50px;
	height: 50px;
	background: transparent;
	color: white;
	text-decoration: none;
	font-size: 0;
	letter-spacing: -4px;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition-property: opacity, visibility;
	transition-duration: 0.2s;
}

.shutter--before-open .btn-popup-close {
	opacity: 1;
	visibility: visible;
	transition-delay: 0.2s;
	transition-duration: 0.2s;
}

.header__top .btn-popup-close {
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 1005;
}

@media (max-width: 767px) {
	.header__top .btn-popup-close {
		right: 0;
		top: 0;
	}
}

@media (max-width: 639px) {
	.btn-popup-close {
		width: 45px;
		height: 45px;
	}
}

.btn-popup-close::before {
	content: '';
	display: inline-block;
	height: 50px;
	min-height: 100%;
	vertical-align: middle;
}

.btn-popup-close > span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.btn-popup-close > span:active, .btn-popup-close > span:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.btn-popup-close > i {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	background-color: transparent;
	width: 20px;
	height: 2px;
	border-radius: 2px;
}

.btn-popup-close > i::before, .btn-popup-close > i::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	width: 20px;
	height: 2px;
	border-radius: 0;
	background: #212121;
	transition-property: background-color;
	transition-duration: 0.2s;
}

.btn-popup-close > i::before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.btn-popup-close > i::after {
	top: 0;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.no-touchevents .btn-popup-close:hover i::before, .no-touchevents .btn-popup-close:hover i::after {
	background-color: #006bbd;
}

/* button popup close end */
/* BUTTON end */
/* FORM STYLES DEFAULT */
/* form layout */
.form-row, .input-wrap {
	position: relative;
	margin-bottom: 35px;
	z-index: 1;
}

.form-row:last-child {
	margin-bottom: 0;
}

.input-holder {
	position: relative;
	z-index: 1;
}

.label-holder, label {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: 16px;
	color: #b4b4b4;
	text-transform: uppercase;
	margin-bottom: 7px;
}

label, .label {
	display: inline-block;
	vertical-align: top;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.label-holder label, .label-holder .label {
	margin-bottom: 0;
}

.form-mark {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-left: -15px;
	left: 15px;
	color: tomato;
}

.form-row {
	margin-right: -20px;
	margin-left: -20px;
	font-size: 0;
	letter-spacing: -4px;
}

.form-row .input-wrap {
	display: inline-block;
	vertical-align: top;
	width: calc(100% * 0.5 - 40px);
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0;
	font-size: 1.6rem;
	letter-spacing: normal;
}

@media (max-width: 639px) {
	.form-row .input-wrap {
		display: block;
		width: auto;
		margin-bottom: 30px;
	}
}

.form-row label {
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.form-columnize {
	-webkit-column-count: 2;
	        column-count: 2;
}

.form-columnize--3 {
	-webkit-column-count: 3;
	        column-count: 3;
}

.form-columnize, .form-columnize--3 {
	-webkit-column-gap: 40px;
	        column-gap: 40px;
}

.form-columnize label, .form-columnize--3 label {
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media (max-width: 639px) {
	.form-columnize, .form-columnize--3 {
		-webkit-column-count: 1;
		        column-count: 1;
		-webkit-column-gap: 0;
		        column-gap: 0;
	}
}

.form-group {
	margin-bottom: 4.8rem;
}

.form-group:last-child {
	margin-bottom: 0;
}

.form-group-title {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	line-height: 1.78;
	margin-bottom: 2.4rem;
}

/* form layout end */
/* form footer */
.form-footer::after {
	content: '';
	display: table;
	clear: both;
}

.form-footer .form-buttons {
	float: left;
}

.form-footer .form-note {
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 22px;
	min-height: 50px;
}

/* form footer end */
/* form common */
input[type="text"], input[type="password"], input[type="email"], input[type="search"], textarea {
	display: block;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 7px 18px 7px;
	width: 100%;
	height: 40px;
	background: white;
	box-shadow: none;
	border: 1px solid #212121;
	cursor: pointer;
}

.select2, .user-content select, .select, input[type="text"], input[type="password"], input[type="email"], input[type="search"], textarea {
	margin: 0 0 35px;
}

.select2-container--default .select2-selection .select2-selection__rendered, .user-content select, .select, input[type="text"], input[type="password"], input[type="email"], input[type="search"], textarea {
	font-size: inherit;
	line-height: inherit;
	font-size: 14px;
	line-height: 24px;
	color: #212121;
}

textarea {
	padding: 7px 18px 7px;
	min-height: 114px;
	height: 114px;
	resize: vertical;
}

.input-wrap input[type="text"], input[type="text"]:last-child, .input-wrap input[type="password"], input[type="password"]:last-child, .input-wrap input[type="email"], input[type="email"]:last-child, .input-wrap input[type="search"], input[type="search"]:last-child, .input-wrap textarea, textarea:last-child, .input-wrap select, select:last-child, .input-wrap .select, .select:last-child, .input-wrap .select2, .select2:last-child {
	margin-bottom: 0;
}

.error-note {
	float: left;
	position: relative;
	width: 100%;
	height: 22px;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: normal;
	max-width: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: red;
	display: none;
	margin-top: -35px;
}

.input-wrap .error-note, .select .error-note {
	float: none;
	position: absolute;
	margin-top: 0;
}

form .error + .error-note,
form .error + .select2 + .error-note {
	display: block;
}

.success-note {
	float: left;
	position: relative;
	left: 100%;
	top: -28px;
	margin-top: -35px;
	margin-left: 4px;
	width: 16px;
	height: 16px;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	pointer-events: none;
	display: none;
}

.input-wrap .success-note, .select .success-note {
	float: none;
	position: absolute;
	top: 20px;
	margin: -8px 0 0 2px;
}

@media (max-width: 991px) {
	.success-note {
		margin-left: 1px;
	}
}

@media (max-width: 767px) {
	.success-note {
		margin-left: 0px;
	}
}

form .success + .error-note + .success-note,
form .success + .select2 + .error-note + .success-note {
	display: block;
}

.success-note::before, .success-note::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	background-color: lightseagreen;
}

.success-note::before {
	width: 8px;
	height: 3px;
	right: 50%;
	-webkit-transform-origin: bottom right;
	    -ms-transform-origin: bottom right;
	        transform-origin: bottom right;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.success-note::after {
	width: 14px;
	height: 3px;
	left: 50%;
	-webkit-transform-origin: bottom left;
	    -ms-transform-origin: bottom left;
	        transform-origin: bottom left;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

/* form common end */
/* form placeholder */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #a7a7a7;
	transition: 0.2s opacity;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #a7a7a7;
	transition: 0.2s opacity;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	opacity: 1;
	color: #a7a7a7;
	transition: 0.2s opacity;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	opacity: 1;
	color: #a7a7a7;
	transition: 0.2s opacity;
}

input.placeholder, textarea.placeholder {
	color: #a7a7a7;
	transition: 0.2s opacity;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
	opacity: 0;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
	opacity: 0;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
	opacity: 0;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
	opacity: 0;
}

input.placeholder:focus, textarea.placeholder:focus {
	opacity: 0;
}

/* form placeholder end */
/* form checkbox and radiobutton */
input[type="checkbox"] ~ label, input[type="radio"] ~ label, .check-label, .radio-label {
	display: inline-block;
	vertical-align: top;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.025em;
	color: #212121;
	text-transform: none;
	cursor: pointer;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: normal !important;
	text-overflow: clip !important;
}

.no-touchevents input[type="checkbox"] ~ label:hover, .no-touchevents input[type="radio"] ~ label:hover, .no-touchevents .check-label:hover, .no-touchevents .radio-label:hover {
	color: #006bbd;
}

.no-touchevents input[type="checkbox"] ~ label:hover input[type="checkbox"]:not(:disabled) ~ i::before, .no-touchevents input[type="radio"] ~ label:hover input[type="checkbox"]:not(:disabled) ~ i::before, .no-touchevents .check-label:hover input[type="checkbox"]:not(:disabled) ~ i::before, .no-touchevents .radio-label:hover input[type="checkbox"]:not(:disabled) ~ i::before {
	border-color: #006bbd;
}

input[type="checkbox"],
input[type="radio"] {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0;
	display: none;
}

input[type="checkbox"] ~ label > span,
input[type="checkbox"] ~ span,
input[type="radio"] ~ label > span,
input[type="radio"] ~ span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 0 34px;
	z-index: 2;
}

input[type="checkbox"] ~ i,
input[type="radio"] ~ i {
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 50%;
}

.no-touchevents .check-label:hover input[type="checkbox"]:not(:disabled) ~ i::before {
	border-color: #006bbd;
}

.no-touchevents .radio-label:hover input[type="radio"]:not(:disabled) ~ span::before {
	border-color: #006bbd;
}

input[type="checkbox"] ~ label::before, input[type="checkbox"] ~ label::after,
input[type="checkbox"] ~ i::before,
input[type="checkbox"] ~ i::after {
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
	border-radius: 0;
}

input[type="checkbox"] ~ label::before,
input[type="checkbox"] ~ i::before {
	border: 2px solid #006bbd;
	background-color: transparent;
}

input[type="checkbox"] ~ label::after,
input[type="checkbox"] ~ i::after {
	content: none;
}

input[type="checkbox"] ~ label > span::before, input[type="checkbox"] ~ label > span::after,
input[type="checkbox"] ~ span::before,
input[type="checkbox"] ~ span::after {
	content: '';
	position: absolute;
	width: 0;
	height: 4px;
	left: 0;
	top: 50%;
	border-radius: 0;
	background: white;
}

input[type="checkbox"] ~ label > span::before,
input[type="checkbox"] ~ span::before {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transform-origin: 0 10px;
	    -ms-transform-origin: 0 10px;
	        transform-origin: 0 10px;
	z-index: 1;
}

input[type="checkbox"] ~ label > span::after,
input[type="checkbox"] ~ span::after {
	-webkit-transform: rotate(-50deg);
	    -ms-transform: rotate(-50deg);
	        transform: rotate(-50deg);
	-webkit-transform-origin: 0 10px;
	    -ms-transform-origin: 0 10px;
	        transform-origin: 0 10px;
	left: 22px;
}

input[type="checkbox"]:checked ~ label::before,
input[type="checkbox"]:checked ~ i::before {
	border-color: #006bbd;
	background-color: #006bbd;
}

input[type="checkbox"]:checked ~ label > span::before,
input[type="checkbox"]:checked ~ span::before {
	width: 7px;
	margin: -5px 0 0 0;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

input[type="checkbox"]:checked ~ label > span::after,
input[type="checkbox"]:checked ~ span::after {
	width: 11px;
	margin: 0 0 0 -7px;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

input[type="checkbox"]:disabled ~ label,
input[type="checkbox"]:disabled ~ span {
	color: #bdbdbd !important;
	cursor: default;
}

input[type="checkbox"]:disabled ~ label::before,
input[type="checkbox"]:disabled ~ i::before {
	border-color: #d6d6d6;
	background-color: #f3f3f3;
}

input[type="checkbox"]:disabled ~ label > span:before, input[type="checkbox"]:disabled ~ label > span:after,
input[type="checkbox"]:disabled ~ span:before,
input[type="checkbox"]:disabled ~ span:after {
	background: #d6d6d6;
}

input[type="radio"] ~ label::before, input[type="radio"] ~ label::after,
input[type="radio"] ~ span::before,
input[type="radio"] ~ span::after {
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
	border-radius: 50px;
}

input[type="radio"] ~ label::before,
input[type="radio"] ~ span::before {
	border: 2px solid #006bbd;
}

input[type="radio"] ~ label::after,
input[type="radio"] ~ span::after {
	background: none;
}

input[type="radio"] ~ label > span::after,
input[type="radio"] ~ i::after {
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -6px;
	border-radius: 50%;
	overflow: hidden;
	background: #006bbd;
	-webkit-animation: bounceout 0s;
	        animation: bounceout 0s;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	opacity: 0;
}

input[type="radio"] ~ i {
	z-index: 3;
}

input[type="radio"]:checked ~ label::before,
input[type="radio"]:checked ~ span::before {
	border-color: #006bbd;
}

input[type="radio"]:checked ~ label > span::after,
input[type="radio"]:checked ~ i::after {
	-webkit-animation: bounce 0.3s;
	        animation: bounce 0.3s;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	opacity: 1;
	background-color: #006bbd;
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
		opacity: 0.4;
	}
	50% {
		-webkit-transform: scale(1.4);
		        transform: scale(1.4);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
}

@keyframes bounce {
	0% {
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
		opacity: 0.4;
	}
	50% {
		-webkit-transform: scale(1.4);
		        transform: scale(1.4);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes bounceout {
	0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1.4);
		        transform: scale(1.4);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0);
		        transform: scale(0);
		opacity: 0.4;
	}
}

@keyframes bounceout {
	0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1.4);
		        transform: scale(1.4);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0);
		        transform: scale(0);
		opacity: 0.4;
	}
}

input[type="radio"]:disabled ~ label,
input[type="radio"]:disabled ~ label > span,
input[type="radio"]:disabled ~ span {
	color: #bdbdbd;
	cursor: default;
}

input[type="radio"]:disabled ~ label::before,
input[type="radio"]:disabled ~ label > span::before,
input[type="radio"]:disabled ~ span::before {
	border-color: #d6d6d6;
	background-color: #f3f3f3;
}

input[type="radio"]:disabled ~ label > span::after,
input[type="radio"]:disabled ~ i::after {
	background: #b9b9b9;
}

.check-list {
	font-size: 16px;
	line-height: 20px;
}

.check-list, .user-content .check-list {
	margin: 0;
	padding: 0;
}

.check-list li, .user-content .check-list li {
	margin: 0 0 20px;
	padding-left: 0;
}

.check-list li::before, .user-content .check-list li::before {
	content: none;
}

/* form checkbox and radiobutton end */
/* select */
.user-content select {
	display: block;
	width: 100%;
}

.select {
	position: relative;
	width: 100%;
}

.input-wrap .select {
	margin-bottom: 0;
}

.select .cselect {
	width: 100%;
}

.user-content select,
.select select,
.select2-container--default .select2-selection {
	display: block;
	position: relative;
	overflow: hidden;
	height: 40px;
	width: 100%;
	cursor: pointer;
	padding: 7px 40px 7px 18px;
	white-space: nowrap;
	text-indent: 0;
	text-overflow: '';
	border: 1px solid #212121;
	border-radius: 0;
	background: white;
	box-shadow: none;
	outline: none;
}

.select select, .select .select2 {
	margin-bottom: 0;
}

.select select {
	padding-right: 40px;
}

.select::before, .select::after,
.select2-container--default .select2-selection--single .select2-selection__arrow b::before,
.select2-container--default .select2-selection--single .select2-selection__arrow b::after {
	content: '';
	position: absolute;
	right: 22px;
	top: 50%;
	width: 8px;
	height: 2px;
	background-color: black;
	margin-top: -1px;
	z-index: 1;
}

.select::before,
.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.select::after,
.select2-container--default .select2-selection--single .select2-selection__arrow b::after {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	right: 17px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	padding-right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
	background-color: white;
	z-index: 2;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
	height: auto;
	margin: 0;
}

.select2-container--default .select2-selection--multiple {
	height: auto;
	padding: 4px 18px 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	vertical-align: top;
	max-width: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	padding: 0 4px;
	margin: 3px 8px 3px 0;
	border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li::before {
	content: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #f3f3f3;
	border: 1px solid #f3f3f3;
	border-radius: 0;
	color: #212121;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #212121;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #006bbd;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #a7a7a7;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--multiple, .select2-container--default.select2-container--open .select2-selection--single {
	border: 1px solid black;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	margin: 0;
	height: 34px;
	padding: 4px;
	border-color: #212121;
	border-width: 1px;
	line-height: 24px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
	border-color: black;
	box-shadow: none;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #f3f3f3;
	color: #212121;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #006bbd;
	color: white;
}

.select2-dropdown {
	border: 1px solid black;
	border-radius: 0;
	z-index: 9999;
}

.select2-results__options {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
}

.select2-results__option {
	padding: 8px 18px 8px 18px;
}

/* select end */
/* inputs states */
input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="search"]:hover, textarea:hover, .user-content select:hover, .select:hover {
	border-color: black;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="search"]:focus, textarea:focus, .user-content select:focus, .select:focus {
	border-color: black;
	cursor: text;
}

label.input--has-value, input[type="text"].input--has-value, input[type="password"].input--has-value, input[type="email"].input--has-value, input[type="search"].input--has-value, textarea.input--has-value, .user-content select.input--has-value, .select.input--has-value {
	color: blueviolet;
	border-color: blueviolet;
}

label.success, input[type="text"].success, input[type="password"].success, input[type="email"].success, input[type="search"].success, textarea.success, .user-content select.success, .select.success {
	color: lightseagreen;
	border-color: lightseagreen;
}

input[type="text"].success::-webkit-input-placeholder, input[type="password"].success::-webkit-input-placeholder, input[type="email"].success::-webkit-input-placeholder, input[type="search"].success::-webkit-input-placeholder, textarea.success::-webkit-input-placeholder, .user-content select.success::-webkit-input-placeholder, .select.success::-webkit-input-placeholder {
	color: lightseagreen;
}

input[type="text"].success:-moz-placeholder, input[type="password"].success:-moz-placeholder, input[type="email"].success:-moz-placeholder, input[type="search"].success:-moz-placeholder, textarea.success:-moz-placeholder, .user-content select.success:-moz-placeholder, .select.success:-moz-placeholder {
	color: lightseagreen;
}

input[type="text"].success::-moz-placeholder, input[type="password"].success::-moz-placeholder, input[type="email"].success::-moz-placeholder, input[type="search"].success::-moz-placeholder, textarea.success::-moz-placeholder, .user-content select.success::-moz-placeholder, .select.success::-moz-placeholder {
	opacity: 1;
	color: lightseagreen;
}

input[type="text"].success:-ms-input-placeholder, input[type="password"].success:-ms-input-placeholder, input[type="email"].success:-ms-input-placeholder, input[type="search"].success:-ms-input-placeholder, textarea.success:-ms-input-placeholder, .user-content select.success:-ms-input-placeholder, .select.success:-ms-input-placeholder {
	opacity: 1;
	color: lightseagreen;
}

input[type="text"].success.placeholder, input[type="password"].success.placeholder, input[type="email"].success.placeholder, input[type="search"].success.placeholder, textarea.success.placeholder, .user-content select.success.placeholder, .select.success.placeholder {
	color: lightseagreen;
}

label.error, input[type="text"].error, input[type="password"].error, input[type="email"].error, input[type="search"].error, textarea.error, .user-content select.error, .select.error {
	color: red;
	border-color: red;
}

input[type="text"].error::-webkit-input-placeholder, input[type="password"].error::-webkit-input-placeholder, input[type="email"].error::-webkit-input-placeholder, input[type="search"].error::-webkit-input-placeholder, textarea.error::-webkit-input-placeholder, .user-content select.error::-webkit-input-placeholder, .select.error::-webkit-input-placeholder {
	color: red;
}

input[type="text"].error:-moz-placeholder, input[type="password"].error:-moz-placeholder, input[type="email"].error:-moz-placeholder, input[type="search"].error:-moz-placeholder, textarea.error:-moz-placeholder, .user-content select.error:-moz-placeholder, .select.error:-moz-placeholder {
	color: red;
}

input[type="text"].error::-moz-placeholder, input[type="password"].error::-moz-placeholder, input[type="email"].error::-moz-placeholder, input[type="search"].error::-moz-placeholder, textarea.error::-moz-placeholder, .user-content select.error::-moz-placeholder, .select.error::-moz-placeholder {
	opacity: 1;
	color: red;
}

input[type="text"].error:-ms-input-placeholder, input[type="password"].error:-ms-input-placeholder, input[type="email"].error:-ms-input-placeholder, input[type="search"].error:-ms-input-placeholder, textarea.error:-ms-input-placeholder, .user-content select.error:-ms-input-placeholder, .select.error:-ms-input-placeholder {
	opacity: 1;
	color: red;
}

input[type="text"].error.placeholder, input[type="password"].error.placeholder, input[type="email"].error.placeholder, input[type="search"].error.placeholder, textarea.error.placeholder, .user-content select.error.placeholder, .select.error.placeholder {
	color: red;
}

label.input--focus, input[type="text"].input--focus, input[type="password"].input--focus, input[type="email"].input--focus, input[type="search"].input--focus, textarea.input--focus, .user-content select.input--focus, .select.input--focus {
	color: blue;
	border-color: blue;
}

.input--has-value + .select2 .select2-selection, .input--has-value + .select2 .select2-selection__rendered, .input--has-value + .select2 .select2-selection__placeholder {
	color: blueviolet;
	border-color: blueviolet;
}

.success + .select2 .select2-selection, .success + .select2 .select2-selection__rendered, .success + .select2 .select2-selection__placeholder {
	color: lightseagreen;
	border-color: lightseagreen;
}

.error + .select2 .select2-selection, .error + .select2 .select2-selection__rendered, .error + .select2 .select2-selection__placeholder {
	color: red;
	border-color: red;
}

.input--focus + .select2 .select2-selection, .input--focus + .select2 .select2-selection__rendered, .input--focus + .select2 .select2-selection__placeholder {
	color: blue;
	border-color: blue;
}

.success + .select2 .select2-search__field::-webkit-input-placeholder {
	color: lightseagreen;
}

.success + .select2 .select2-search__field:-moz-placeholder {
	color: lightseagreen;
}

.success + .select2 .select2-search__field::-moz-placeholder {
	opacity: 1;
	color: lightseagreen;
}

.success + .select2 .select2-search__field:-ms-input-placeholder {
	opacity: 1;
	color: lightseagreen;
}

.success + .select2 .select2-search__field.placeholder {
	color: lightseagreen;
}

.error + .select2 .select2-search__field::-webkit-input-placeholder {
	color: red;
}

.error + .select2 .select2-search__field:-moz-placeholder {
	color: red;
}

.error + .select2 .select2-search__field::-moz-placeholder {
	opacity: 1;
	color: red;
}

.error + .select2 .select2-search__field:-ms-input-placeholder {
	opacity: 1;
	color: red;
}

.error + .select2 .select2-search__field.placeholder {
	color: red;
}

/* inputs states end */
/* FORM STYLE DEFAULT end */
/*======================================================*/
/* COMMON */
/*======================================================*/
/* SLIDERS */
/* images slider */
.images-slider {
	position: relative;
	margin-bottom: 2.4rem;
}

@media (max-width: 991px) {
	.images-slider {
		margin-bottom: 3.6rem;
	}
}

.images-slider__list, .slick-dotted.images-slider__list {
	padding-bottom: 25px;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}

@media (max-width: 479px) {
	.images-slider__list, .slick-dotted.images-slider__list {
		padding-bottom: 30px;
	}
}

.images-slider__item {
	float: none;
	display: inline-block;
	vertical-align: top;
	opacity: 0;
	white-space: normal;
	overflow: hidden;
	position: relative;
	background: #494949;
}

.slick-initialized .images-slider__item {
	display: block;
	float: left;
	opacity: 1;
}

.no-js .images-slider__item {
	display: block;
	width: 100%;
	opacity: 1;
}

.images-slider__item::before {
	content: '';
	display: block;
	height: 0;
	padding-top: 62.5%;
}

.images-slider__item img {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	max-width: none;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	font-family: "object-fit: contain";
}

.images-slider .slick-arrow {
	right: 0;
	left: auto;
	top: 100%;
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.images-slider .slick-arrow::before {
	content: none;
}

.images-slider .slick-prev {
	right: 70px;
}

@media (max-width: 1199px) {
	.images-slider .slick-prev {
		right: 50px;
	}
}

@media (max-width: 479px) {
	.images-slider .slick-prev {
		right: 0;
		margin-top: 5px;
	}
}

@media (max-width: 479px) {
	.images-slider .slick-next {
		margin-top: 55px;
	}
}

.images-slider .slider-counter {
	position: absolute;
	left: 0;
	top: 100%;
	color: #b4b4b4;
}

@media (max-width: 479px) {
	.images-slider .slider-counter {
		left: auto;
		right: 0;
		margin-top: -1.5em;
	}
}

.images-slider .slider-counter .slide-curr {
	color: #212121;
}

.images-slider .slick-dots, .user-content .images-slider .slick-dots {
	position: absolute;
	bottom: 3.4rem;
}

@media (max-width: 479px) {
	.images-slider .slick-dots, .user-content .images-slider .slick-dots {
		bottom: 5px;
	}
}

.images-slider .slick-dots li, .user-content .images-slider .slick-dots li {
	padding-right: 7px;
	padding-left: 7px;
}

.images-slider .slick-dots li button, .user-content .images-slider .slick-dots li button {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: white;
	opacity: 0.5;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	transition-duration: 0.2s;
}

@media (max-width: 479px) {
	.images-slider .slick-dots li button, .user-content .images-slider .slick-dots li button {
		background-color: black;
	}
}

.images-slider .slick-dots li button::before, .user-content .images-slider .slick-dots li button::before {
	content: none;
}

.images-slider .slick-dots li.slick-active button, .user-content .images-slider .slick-dots li.slick-active button {
	opacity: 1;
}

.no-touchevents .images-slider .slick-dots li:hover button, .no-touchevents .user-content .images-slider .slick-dots li:hover button {
	opacity: 1;
	-webkit-transform: scale(2);
	    -ms-transform: scale(2);
	        transform: scale(2);
}

/* images slider end */
/* flashes */
.flashes {
	padding: 0 140px 0 90px;
	min-height: 40px;
}

@media (max-width: 1199px) {
	.flashes {
		padding: 0 100px 0 50px;
	}
}

@media (max-width: 479px) {
	.flashes {
		padding-left: 0;
		padding-right: 50px;
		min-height: 100px;
	}
}

.flashes__item {
	font-size: 1.4rem;
	line-height: 1.5;
	color: #b4b4b4;
}

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

/* flashes end */
/* SLIDERS end */
/* FORMS */
/* user form */
.form-title {
	display: block;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3.6rem;
	line-height: 1.28;
	color: black;
	text-align: center;
	margin-bottom: 4.8rem;
}

.user-form {
	background: white;
	padding: 40px;
	margin-bottom: 2.4rem;
	border: 1px solid #212121;
}

@media (max-width: 1199px) {
	.user-form {
		padding: 30px;
	}
}

@media (max-width: 639px) {
	.user-form {
		padding: 15px;
	}
}

.user-form:last-child {
	margin-bottom: 0;
}

.user-form form {
	display: block;
}

.user-form .input-wrap {
	margin-bottom: 40px;
}

.user-form textarea {
	height: 130px;
	max-height: 130px;
	resize: none;
}

.user-form .captcha {
	font-size: 0;
	letter-spacing: -4px;
	position: relative;
	z-index: 1;
}

.user-form .captcha::after {
	content: '';
	display: table;
	clear: both;
}

.user-form .captcha img {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	margin-right: 20px;
	font-size: 12px;
	line-height: 1.33;
	letter-spacing: normal;
}

.user-form .captcha img + input {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 20px);
}

@media (max-width: 991px) {
	.user-form .captcha img {
		display: block;
		max-width: none;
		margin-bottom: 1.8rem;
	}
	.user-form .captcha img + input {
		display: block;
		max-width: none;
		width: 100%;
	}
}

.user-form .captcha-refresh {
	font-size: 14px;
	line-height: 1.29;
	letter-spacing: normal;
	margin-bottom: 0.5em;
}

.user-form .captcha-refresh a {
	color: #212121;
	text-decoration: none;
}

.user-form .captcha-refresh a span {
	border-bottom: 1px dotted #212121;
}

.user-form .captcha-refresh a:hover {
	color: #006bbd;
}

.user-form .captcha-refresh a:hover span {
	border-color: #006bbd;
}

.user-form .form-footer::after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 639px) {
	.user-form .form-footer {
		text-align: center;
	}
}

.user-form .form-buttons {
	float: left;
	margin-right: 30px;
}

@media (max-width: 639px) {
	.user-form .form-buttons {
		float: none;
		margin: 0;
	}
}

.user-form .form-note {
	overflow: hidden;
	min-height: 50px;
	font-size: 0;
	letter-spacing: -4px;
	line-height: 25px;
}

.user-form .form-note::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	min-height: inherit;
}

.user-form .form-note__item {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 6px);
	font-size: 1.4rem;
	line-height: 1.43;
	letter-spacing: normal;
}

.user-form .form-note__item .form-mark {
	left: auto;
	margin-left: 0;
}

/* user form end */
/* FORMS end */
/* COMPONENTS */
/* breadcrumbs */
.breadcrumbs {
	color: #b4b4b4;
	margin-bottom: 2.4rem;
}

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

.breadcrumbs__list {
	font-size: 1.4rem;
	line-height: 24px;
	cursor: default;
	overflow: hidden;
}

.breadcrumbs__list, .user-content .breadcrumbs__list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.breadcrumbs__list li, .user-content .breadcrumbs__list li {
	padding: 0 6px 0 0;
	margin: 0;
}

.breadcrumbs__list li::before, .breadcrumbs__list li:first-child::before, .user-content .breadcrumbs__list li::before, .user-content .breadcrumbs__list li:first-child::before {
	content: none;
}

.layout-article .breadcrumbs__list {
	max-width: none;
}

.breadcrumbs__list li {
	display: inline;
	position: relative;
}

.breadcrumbs__list li::after {
	display: inline-block;
	vertical-align: baseline;
	content: '/';
	border: none;
	color: #006bbd;
	padding-left: 10px;
}

.breadcrumbs__list li:last-child::after {
	content: none;
}

.breadcrumbs__list a {
	padding-top: 0.5em;
	color: #212121;
	text-decoration: none;
	cursor: pointer;
}

.breadcrumbs__list a span {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.no-touchevents .breadcrumbs__list a:hover {
	color: #006bbd;
}

.no-touchevents .breadcrumbs__list a:hover span {
	border-color: rgba(0, 107, 189, 0.3);
}

/* breadcrumbs end */
/* files links */
.file {
	display: inline-block;
	vertical-align: top;
	min-height: 42px;
	padding: 0.5em;
	font-size: 16px;
	line-height: 20px;
	color: #212121;
	text-decoration: none;
}

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

.file svg {
	float: left;
	width: 42px;
	height: 42px;
}

.file .st-bg {
	fill: #e2e5e7;
}

.file .st-corner {
	fill: #b0b7bd;
}

.file .st-shadow {
	fill: #cad1d8;
}

.file .st-text {
	fill: white;
}

.file > span, .file > em {
	display: block;
	margin-left: 42px;
	padding-left: 1em;
}

.file > em {
	display: block;
	font-size: 1.4rem;
	color: #b4b4b4;
}

.no-touchevents .file:hover {
	background-color: #006bbd;
}

.no-touchevents .file:hover > em {
	color: white;
}

/* files links end */
/* bitrix default search page */
.search-page {
	font-size: 1.4rem;
	margin-bottom: 7.2rem;
}

.search-page .pagination-wrap {
	margin-bottom: 2.4rem;
}

.search-page .pagination-wrap + br {
	display: none;
}

.search-page .p-nav-title {
	font-size: 2rem;
	line-height: 1.4;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 2.4rem;
}

.search-page .pagination {
	margin-bottom: 2.4rem;
}

.search-page .pagination::after {
	content: '';
	display: table;
	clear: both;
}

.search-page .p-nav {
	display: inline-block;
	width: 3rem;
	height: 3rem;
	position: relative;
	box-shadow: inset 0 0 0 1px lightgray;
	border-radius: 50%;
	z-index: 10;
}

.no-touchevents .search-page .p-nav:hover {
	background: lightgray;
}

.search-page .p-nav.disabled {
	opacity: 0.25;
	cursor: default;
	pointer-events: none;
}

.search-page .p-nav .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	margin-left: -8px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.search-page .p-nav .icon.icon-angle-left {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAoCAYAAAD6xArmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzE1MTVGRjAxNDVFMTFFN0FERkZCNzNGOTg3QzA3QkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzE1MTVGRjExNDVFMTFFN0FERkZCNzNGOTg3QzA3QkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMTUxNUZFRTE0NUUxMUU3QURGRkI3M0Y5ODdDMDdCRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozMTUxNUZFRjE0NUUxMUU3QURGRkI3M0Y5ODdDMDdCRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj0voocAAAFPSURBVHjatNdPK0RxFMbxSZowMxFqFjIpCzXlVXkDNlZSFkppMgtNDRkLUqNsUBY2UsrCn6ZpIjSEiIWFbLDhWcwt6T6/xXmOX303s/h0u9177plEwu+U0CM6QENe6Bb6/tWJB7r5B42SzgZBtxW0StA66rKiqwQ9R51WdIWg1yhjRZcCaI8VXSTojYIuEPQe9VnRIkGfUNaKzgfQAStaIOiLgs4Q9BXlrOg0Qd/QsBWdCqAjVnSSoO8KOkHQD5S3omMBdFQZf58x6BUaVNA21B7z+xd6UL8C44E50K/i7IW4U4ZMdGYJfutx5XMBvFfF2Zhsom4VZ4P9EqVVvBz4EmdUfJngFyil4hWCN1CHirMFpYaSKr5O8FMPnO1rZ2TmuKytx62h5rpoRx15LNw7BD/0uOe7BK96XPnef/xViM5+zExxO2voufV05H8EGABd2PB1TJvhSAAAAABJRU5ErkJggg==");
}

.search-page .p-nav .icon.icon-angle-right {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAoCAYAAAD6xArmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0VDMkIwMTgxNDVFMTFFN0I2Q0VFRENBRTlBNEY1MkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0VDMkIwMTkxNDVFMTFFN0I2Q0VFRENBRTlBNEY1MkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozRUMyQjAxNjE0NUUxMUU3QjZDRUVEQ0FFOUE0RjUyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozRUMyQjAxNzE0NUUxMUU3QjZDRUVEQ0FFOUE0RjUyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhzOMNEAAAFKSURBVHjatNfPR8NxHMfxj8lUW0pFh2miQ4z+qv6BLp0SHWIk7ZCo2TqUsehS0aFLIjr0Q5LNZKVR6rBDunQo6xUbyff1OXxe7314Xh8+Pr6fH1/nnMugC/SKdpzhqKHWn06s4FZExxZwmeBHKhxHZwQ/tJj5OcH3VTjW/jqi8D0V70HXBC9brPkVwUsW+A3Bt1W8F90RvKjiCVQleEHFB1CF4Bsqnow4UzqtqfggqhM8p+LD6JHgyyo+6sGzKj6Cngi+ZDHzBsFnLU7FqE30HRPR8fb2/z++FHQafZKlmAlFMx50LhSdQh8EnVfQd4IuhKKTHnQxFE2jpvWGSKE3gq4o6AtBV0PRMQ+aUw6ZhvXBPoQeCLqpoPcEzSuXJkO3QtE+z00c/EDpR7fdeK8dEHS3G78K8rP1d1xaP7Q7YwKdome0boX+CDAA4lrvlBc5n98AAAAASUVORK5CYII=");
}

.search-page .p-nav span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-page .p-nav span:active, .search-page .p-nav span:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.search-page .p-prev {
	float: left;
	margin-right: 10px;
}

.search-page .p-next {
	float: right;
	margin-left: 10px;
}

.search-page ul {
	overflow: hidden;
	text-align: center;
	cursor: default;
	margin: 0;
}

.search-page ul li {
	display: inline-block;
	margin: 0 0 0.5em;
	padding: 0 2px;
	text-align: center;
}

.search-page ul li::before {
	content: none;
}

.search-page ul a {
	display: inline-block;
	vertical-align: top;
	color: #006bbd;
	text-decoration: none;
	cursor: pointer;
}

.search-page ul span {
	display: inline-block;
	vertical-align: top;
	min-width: 3rem;
	height: 3rem;
	line-height: 3rem;
	padding: 0 4px;
	border-radius: 50%;
	transition-property: color, background-color;
	transition-duration: 0.2s;
}

.search-page ul .active {
	cursor: default;
}

.search-page ul .active span {
	color: white !important;
	background-color: #006bbd !important;
}

.no-touchevents .search-page ul a:hover span {
	background-color: lightgray;
}

.search-page p {
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
}

.search-page small {
	color: #b4b4b4;
}

/* bitrix default search page end */
/* feature list */
.feature-list {
	margin-bottom: 4.8rem;
}

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

.feature-list__item {
	margin-bottom: 2.4rem;
}

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

.feature-list__item:last-child {
	margin-bottom: 0;
}

.feature-list__img {
	float: left;
	width: 25%;
	margin: 0.3em 2.4rem 1.8rem 0;
}

@media (max-width: 639px) {
	.feature-list__img {
		width: auto;
		float: none;
		margin-right: 0;
	}
}

.feature-list__content {
	overflow: hidden;
}

.feature-list__content h3, .feature-list__content p {
	margin-bottom: 1.8rem;
}

.feature-list__content h3:last-child, .feature-list__content p:last-child {
	margin-bottom: 0;
}

/* feature list end */
/* user options */
.user-options {
	position: relative;
}

@media (max-width: 991px) {
	.header__common .user-options {
		display: none;
	}
}

.user-options__list {
	position: relative;
	list-style: none;
	padding: 0;
	font-size: 0;
	letter-spacing: -4px;
	line-height: 1;
	margin-right: -15px;
	margin-left: -15px;
}

@media (max-width: 767px) {
	.user-options__list {
		margin-right: -10px;
		margin-left: -10px;
	}
}

@media (max-width: 639px) {
	.user-options__list {
		margin-right: -5px;
		margin-left: -5px;
	}
}

@media (max-width: 359px) {
	.user-options__list {
		margin-right: -3px;
		margin-left: -3px;
	}
}

.user-options__item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: normal;
	padding: 0 15px;
}

@media (max-width: 767px) {
	.user-options__item {
		padding: 0 10px;
	}
}

@media (max-width: 639px) {
	.user-options__item {
		padding: 0 5px;
	}
}

@media (max-width: 359px) {
	.user-options__item {
		padding: 0 3px;
	}
}

.user-options__item > a {
	position: relative;
	display: block;
	color: white;
	line-height: 1;
	fill: white;
	text-decoration: none;
	text-align: center;
}

.user-options__item > a svg {
	width: 20px;
	height: 20px;
}

.user-options__item > a svg.svg-close {
	opacity: 0;
	visibility: hidden;
	z-index: auto;
}

.user-options__item > a svg.svg-magnifier {
	z-index: 1;
}

.user-options__item > a svg.svg-glasses {
	width: 37px;
	height: 20px;
}

.user-options__item > a svg ~ span {
	padding-left: 10px;
}

.user-options__item > a svg ~ span.hide-text {
	padding-left: 0;
}

.user-options__item > a path {
	fill: inherit;
}

.user-options__item > a > span {
	display: inline-block;
	vertical-align: middle;
}

.user-options__item > a.active .for-close {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.user-options__item > a.active .for-open {
	opacity: 0;
	visibility: hidden;
	z-index: auto;
}

.user-options__item--search > a {
	position: relative;
	width: 20px;
	height: 20px;
}

.user-options__item--search > a svg {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
}

.user-options__item--msg {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	color: white;
}

@media (max-width: 639px) {
	.user-options__item--msg {
		font-size: 10px;
		line-height: 12px;
		letter-spacing: 0.05em;
	}
}

.user-options__item--msg > a {
	color: #212121;
	fill: #212121;
	background-color: white;
	padding: 13px 20px;
}

@media (max-width: 639px) {
	.user-options__item--msg > a {
		padding: 11px 6px 10px;
	}
}

/* user options */
/*accordion */
.simple-accordion {
	margin-bottom: 4.8rem;
	border-bottom: 2px solid #212121;
}

.simple-accordion:last-child {
	margin-bottom: 0;
}

.simple-accordion > a {
	display: block;
	position: relative;
	padding: 18px 0;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #212121;
	text-decoration: none;
	border-top: 2px solid #212121;
	transition-property: color;
	transition-duration: 0.2s;
}

.simple-accordion > a:hover {
	color: #006bbd;
}

.simple-accordion > a > i {
	position: absolute;
	right: 0;
	top: 50%;
	width: 16px;
	height: 10px;
	margin-top: -5px;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.simple-accordion > a > i::before, .simple-accordion > a > i::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	width: 12px;
	height: 2px;
	background-color: #212121;
	transition-property: background-color;
	transition-duration: 0.2s;
}

.simple-accordion > a > i::before {
	right: 50%;
	-webkit-transform-origin: bottom right;
	    -ms-transform-origin: bottom right;
	        transform-origin: bottom right;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.simple-accordion > a > i::after {
	left: 50%;
	-webkit-transform-origin: bottom left;
	    -ms-transform-origin: bottom left;
	        transform-origin: bottom left;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.simple-accordion > a:hover > i::before, .simple-accordion > a:hover > i::after {
	background-color: #006bbd;
}

.simple-accordion > a.is-open i {
	-webkit-transform: rotate(0.5turn);
	    -ms-transform: rotate(0.5turn);
	        transform: rotate(0.5turn);
}

.simple-accordion > a > span {
	display: block;
	position: relative;
	margin-right: 25px;
}

.simple-accordion > a + div {
	padding: 18px 0;
	display: none;
	font-size: 16px;
	line-height: 1.5;
}

.simple-accordion > a + div > *:last-child {
	margin-bottom: 0;
}

.simple-accordion h4 {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: inherit;
	margin-bottom: 2.4rem;
}

.simple-accordion .cols {
	font-size: 0;
	letter-spacing: -4px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 2.4rem;
}

@media (max-width: 1919px) {
	.simple-accordion .cols {
		margin-left: -5px;
		margin-right: -5px;
	}
}

.simple-accordion .col {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 18px;
	line-height: 1.78;
	letter-spacing: normal;
}

.simple-accordion .col, .simple-accordion .col:nth-last-child(n+4) {
	margin-bottom: 30px;
}

.simple-accordion .col:nth-last-child(-n+3) {
	margin-bottom: 0;
}

@media (max-width: 1919px) {
	.simple-accordion .col {
		width: 33.33%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.simple-accordion .col, .simple-accordion .col:nth-last-child(n+4) {
		margin-bottom: 10px;
	}
	.simple-accordion .col:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
}

@media (max-width: 639px) {
	.simple-accordion .col {
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.simple-accordion .col, .simple-accordion .col:nth-last-child(n+2) {
		margin-bottom: 10px;
	}
	.simple-accordion .col:nth-last-child(-n+1) {
		margin-bottom: 0;
	}
}

.simple-accordion .col ul {
	margin: 0 0 10px;
	padding: 0;
}

.simple-accordion .col ul:last-child {
	margin-bottom: 0;
}

.simple-accordion .col ul li {
	padding: 0;
	margin: 0;
}

.simple-accordion .col ul li:last-child {
	margin-bottom: 0;
}

.simple-accordion .col ul li::before {
	content: none;
}

/*accordion end */
/* article-heading */
.article-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	clear: both;
	margin-bottom: 3.6rem;
}

@media (max-width: 767px) {
	.article-heading {
		display: block;
	}
}

@media (max-width: 639px) {
	.article-heading {
		margin-bottom: 2rem;
	}
}

.article-heading:last-child {
	margin-bottom: 0;
}

.article-heading .btn-light {
	margin-right: 10px;
	margin-left: 10px;
}

.article-heading__cell {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	padding-left: 20px;
}

@media (max-width: 767px) {
	.article-heading__cell {
		margin-bottom: 10px;
		margin-left: 0;
	}
	.article-heading__cell:last-child {
		margin-bottom: 0;
	}
}

.article-heading__cell:last-child {
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	-ms-flex-preferred-size: auto;
	    flex-basis: auto;
}

@media (max-width: 767px) {
	.article-heading__cell:last-child {
		display: none;
	}
}

.article-heading__cell:last-child .pages-nav {
	text-align: right;
}

.article-heading__cell:first-child {
	padding-left: 0;
}

@media (max-width: 767px) {
	.article-heading__cell:first-child {
		display: block;
	}
}

.article-heading__cell:first-child .pages-nav {
	text-align: left;
}

/* article-heading end */
/* article-footer */
.article-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	clear: both;
	margin: 4.8rem 0;
}

@media (max-width: 767px) {
	.article-footer {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

@media (max-width: 479px) {
	.article-footer {
		display: block;
	}
}

.article-footer:last-child {
	margin-bottom: 0;
}

.article-footer .pages-nav {
	text-align: right;
}

@media (max-width: 767px) {
	.article-footer .pages-nav {
		text-align: center;
	}
}

@media (max-width: 479px) {
	.article-footer__cell {
		margin-top: 20px;
		text-align: center;
	}
	.article-footer__cell .social-networks {
		display: inline-block;
		vertical-align: top;
	}
}

@media (max-width: 479px) {
	.article-footer__cell:first-child {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.article-footer__cell:last-child {
		display: block;
		width: 100%;
		min-width: 100%;
		margin-top: 20px;
	}
}

/* article-footer end */
/* pages-nav */
.pages-nav {
	margin: 0 0 3.6rem;
	min-width: 280px;
}

.pages-nav:last-child {
	margin-bottom: 0;
}

.pages-nav .btn-light {
	margin-right: 10px;
	margin-left: 10px;
}

/* pages-nav end */
/* fast-links */
@media (max-width: 639px) {
	.fast-links {
		overflow: hidden;
		text-align: center;
		margin-right: -15px;
		margin-left: -15px;
	}
}

.fast-links__list {
	display: table;
	table-layout: fixed;
	width: calc(100% + 40px*2);
	margin-right: -40px;
	margin-left: -40px;
}

@media (max-width: 1199px) {
	.fast-links__list {
		width: calc(100% + 30px*2);
		margin-right: -30px;
		margin-left: -30px;
	}
}

@media (max-width: 639px) {
	.fast-links__list {
		display: inline-block;
		vertical-align: top;
		width: auto;
		margin-right: 0;
		margin-left: 0;
	}
}

.fast-links__item {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: solid #eaeaea;
	border-width: 0 0 0 1px;
	line-height: 1;
}

@media (max-width: 639px) {
	.fast-links__item {
		display: block;
		border-width: 1px 0 0;
		text-align: left;
		margin-right: -999px;
		margin-left: -999px;
		padding-right: 999px;
		padding-left: 999px;
	}
	.fast-links__item:first-child {
		border: none;
	}
}

.fast-links__item:nth-child(3n+1) {
	border-left: none;
}

.fast-links__inner {
	display: block;
	text-decoration: none;
	color: #212121;
	padding: 35px 40px;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 0;
	letter-spacing: -4px;
}

@media (max-width: 1199px) {
	.fast-links__inner {
		padding: 26px 30px;
	}
}

@media (max-width: 639px) {
	.fast-links__inner {
		padding: 13px 1014px;
		margin-right: -999px;
		margin-left: -999px;
	}
}

.fast-links__inner svg {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin-right: 16px;
}

.fast-links__inner path {
	fill: inherit;
}

.fast-links__inner span {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 46px);
	text-align: left;
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: normal;
}

@media (max-width: 1199px) {
	.fast-links__inner span {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.fast-links__inner span {
		font-size: 16px;
	}
}

.fast-links__inner:hover {
	color: #006bbd;
	fill: #006bbd;
}

/* fast-links end */
/* m-section */
.m-section {
	margin-right: -21px;
	margin-left: -21px;
	padding-top: 30px;
	padding-bottom: 30px;
}

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

@media (max-width: 1199px) {
	.m-section {
		margin-right: -15px;
		margin-left: -15px;
	}
}

@media (max-width: 991px) {
	.m-section {
		display: block;
	}
}

@media (max-width: 639px) {
	.m-section {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.m-section__heading, .m-section__more {
	float: left;
	padding: 0 21px;
	width: 330px;
}

@media (max-width: 1199px) {
	.m-section__heading, .m-section__more {
		padding: 0 15px;
		width: 300px;
	}
}

@media (max-width: 991px) {
	.m-section__heading, .m-section__more {
		float: none;
		width: auto;
	}
}

@media (max-width: 479px) {
	.m-section__heading, .m-section__more {
		text-align: center;
	}
}

.m-section__heading {
	margin-bottom: 2.4rem;
}

@media (max-width: 991px) {
	.m-section__heading {
		margin-bottom: 4rem;
	}
}

@media (max-width: 639px) {
	.m-section__heading {
		margin-bottom: 3rem;
	}
}

.m-section__heading h2, .m-section__heading h3 {
	position: relative;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 48px;
	line-height: 1.25;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

@media (max-width: 991px) {
	.m-section__heading h2, .m-section__heading h3 {
		padding-bottom: 0;
		font-size: 36px;
	}
}

.m-section__heading h2::after, .m-section__heading h3::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 0;
	border-top: 2px solid #ccc;
}

@media (max-width: 991px) {
	.m-section__heading h2::after, .m-section__heading h3::after {
		content: none;
	}
}

.m-section__heading .m-section__heading__text {
	font-size: 14px;
	line-height: 1.71;
	margin-bottom: 2.4rem;
}

.m-section__heading .m-section__heading__text:last-child {
	margin-bottom: 0;
}

.m-section__more [class*="btn-"] {
	min-width: 194px;
}

.m-section__content {
	float: right;
	padding: 0 21px;
	width: calc(100% - 330px);
}

@media (max-width: 1199px) {
	.m-section__content {
		padding: 0 15px;
		width: calc(100% - 300px);
	}
}

@media (max-width: 991px) {
	.m-section__content {
		float: none;
		width: auto;
		margin-bottom: 5rem;
	}
}

/* m-section end */
/* news */
.m-section--news {
	margin-bottom: -40px;
}

@media (max-width: 991px) {
	.m-section--news {
		margin-bottom: -160px;
	}
}

/* news end */
/* docs */
.m-section--docs {
	margin-right: -2021px;
	margin-left: -2021px;
	padding: 200px 2000px;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-position: center top, center bottom;
	background-image: url(../img/bg-clouds-top.png), url(../img/bg-clouds-bottom.png);
}

@media (max-width: 1199px) {
	.m-section--docs {
		margin-right: -2015px;
		margin-left: -2015px;
		margin-bottom: -100px;
	}
}

.docs__list {
	margin-left: -21px;
	margin-right: -21px;
	font-size: 0;
	letter-spacing: -4px;
	margin-bottom: 4.8rem;
}

@media (max-width: 479px) {
	.docs__list {
		margin-left: -15px;
		margin-right: -15px;
	}
}

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

.docs__item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding-left: 21px;
	padding-right: 21px;
	font-size: 1.5rem;
	line-height: 1.2;
	letter-spacing: normal;
}

.docs__item, .docs__item:nth-last-child(n+4) {
	margin-bottom: 42px;
}

.docs__item:nth-last-child(-n+3) {
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	.docs__item {
		width: 50%;
		padding-left: 21px;
		padding-right: 21px;
	}
	.docs__item, .docs__item:nth-last-child(n+3) {
		margin-bottom: 42px;
	}
	.docs__item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.docs__item {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.docs__item, .docs__item:nth-last-child(n+2) {
		margin-bottom: 30px;
	}
	.docs__item:nth-last-child(-n+1) {
		margin-bottom: 0;
	}
}

.docs__inner {
	display: block;
	height: 100%;
	text-decoration: none;
	color: inherit;
	fill: inherit;
}

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

.docs__inner svg {
	float: left;
	margin-right: 20px;
}

.docs__text {
	overflow: hidden;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
}

.docs__text span {
	border-bottom: 1px solid #212121;
}

.docs__inner:hover {
	color: #006bbd;
	fill: #006bbd;
}

.docs__inner:hover span {
	border-color: #006bbd;
}

/* docs end */
/* main slider */
.main-slider {
	position: relative;
	margin-right: -40px;
	margin-left: -40px;
}

@media (max-width: 1199px) {
	.main-slider {
		margin-right: -30px;
		margin-left: -30px;
	}
}

@media (max-width: 639px) {
	.main-slider {
		margin-right: -15px;
		margin-left: -15px;
	}
}

.main-slider__images, .main-slider__titles {
	white-space: nowrap;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	position: relative;
}

.main-slider__images.slick-dotted, .main-slider__titles.slick-dotted {
	margin-bottom: 0;
}

.main-slider__images.slick-initialized, .no-js .main-slider__images, .main-slider__titles.slick-initialized, .no-js .main-slider__titles {
	white-space: normal;
	overflow: visible;
	opacity: 1;
	visibility: visible;
}

.main-slider__images__item, .main-slider__titles__item {
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: inherit;
	text-decoration: none;
	width: 800px;
	height: 449px;
}

@media (max-width: 1199px) {
	.main-slider__images__item, .main-slider__titles__item {
		width: 640px;
		height: 359px;
	}
}

@media (max-width: 991px) {
	.main-slider__images__item, .main-slider__titles__item {
		width: 520px;
		height: 292px;
	}
}

@media (max-width: 639px) {
	.main-slider__images__item, .main-slider__titles__item {
		width: auto;
		height: auto;
	}
}

@media (max-width: 639px) {
	.main-slider__images__item::before, .main-slider__titles__item::before {
		content: "";
		display: block;
		height: 0;
		padding-top: 56.13%;
	}
}

.slick-initialized .main-slider__images__item, .slick-initialized .main-slider__titles__item {
	float: left;
	display: block;
}

.main-slider__images__item {
	position: relative;
	background-color: #212121;
}

.main-slider__images__item::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.25);
}

.main-slider__images__item img {
	opacity: 0.5;
	transition: opacity 0.2s;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: "object-fit: cover";
}

@media (max-width: 639px) {
	.main-slider__images__item img {
		opacity: 1;
	}
}

.main-slider__images__item.slick-current img {
	opacity: 1;
}

.main-slider__images .slick-arrow {
	background: none;
	border-color: white;
}

@media (max-width: 479px) {
	.main-slider__images .slick-arrow {
		top: auto;
		bottom: -1px;
		-webkit-transform: translate(0, 0);
		    -ms-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

.no-touchevents .main-slider__images .slick-arrow:hover {
	background: none;
}

.main-slider__images .slick-prev {
	left: 40px;
}

@media (max-width: 1199px) {
	.main-slider__images .slick-prev {
		left: 30px;
	}
}

@media (max-width: 639px) {
	.main-slider__images .slick-prev {
		left: 15px;
	}
}

@media (max-width: 479px) {
	.main-slider__images .slick-prev {
		left: -1px;
	}
}

.main-slider__images .slick-prev:before, .main-slider__images .slick-prev:after {
	border-color: white;
}

.main-slider__images .slick-next {
	right: 40px;
}

@media (max-width: 1199px) {
	.main-slider__images .slick-next {
		right: 30px;
	}
}

@media (max-width: 639px) {
	.main-slider__images .slick-next {
		right: 15px;
	}
}

@media (max-width: 479px) {
	.main-slider__images .slick-next {
		right: -1px;
	}
}

.main-slider__images .slick-next:before, .main-slider__images .slick-next:after {
	border-color: white;
}

.main-slider__images .slick-dots {
	bottom: 35px;
}

@media (max-width: 479px) {
	.main-slider__images .slick-dots {
		bottom: 11px;
	}
}

@media (max-width: 479px) {
	.main-slider__images .slick-dots li {
		padding-right: 8px;
		padding-left: 8px;
	}
}

.main-slider__images .slick-dots li button {
	width: 8px;
	height: 8px;
	background: white;
}

.main-slider__images .slick-dots li button::before {
	background: black;
}

.main-slider__titles {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.main-slider__titles__item {
	text-align: center;
}

.main-slider__titles__item::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.main-slider__titles__text {
	display: inline-block;
	vertical-align: middle;
	width: 620px;
	max-width: 80%;
	overflow: hidden;
	max-height: 90%;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 30px;
	line-height: 1.2;
	color: white;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 1199px) {
	.main-slider__titles__text {
		width: 540px;
		font-size: 26px;
	}
}

@media (max-width: 991px) {
	.main-slider__titles__text {
		width: 440px;
		font-size: 22px;
	}
}

@media (max-width: 639px) {
	.main-slider__titles__text {
		width: 100%;
		max-width: 96%;
		padding-right: 55px;
		padding-left: 55px;
	}
}

@media (max-width: 479px) {
	.main-slider__titles__text {
		font-size: 16px;
		letter-spacing: 0.05em;
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 30px;
	}
}

/* main slider end */
/* leaders */
.leaders {
	margin-bottom: 4.8rem;
}

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

.leaders__list {
	margin-left: -20px;
	margin-right: -20px;
	padding-top: 40px;
	font-size: 0;
	letter-spacing: -4px;
}

@media (max-width: 639px) {
	.leaders__list {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.leaders__item {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: normal;
}

.leaders__item, .leaders__item:nth-last-child(n+4) {
	margin-bottom: 80px;
}

.leaders__item:nth-last-child(-n+3) {
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	.leaders__item {
		width: 50%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.leaders__item, .leaders__item:nth-last-child(n+3) {
		margin-bottom: 80px;
	}
	.leaders__item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}

@media (max-width: 991px) {
	.leaders__item {
		width: 33.33%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.leaders__item, .leaders__item:nth-last-child(n+4) {
		margin-bottom: 80px;
	}
	.leaders__item:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
}

@media (max-width: 859px) {
	.leaders__item {
		width: 50%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.leaders__item, .leaders__item:nth-last-child(n+3) {
		margin-bottom: 80px;
	}
	.leaders__item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}

@media (max-width: 639px) {
	.leaders__item {
		width: 50%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.leaders__item, .leaders__item:nth-last-child(n+3) {
		margin-bottom: 60px;
	}
	.leaders__item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}

@media (max-width: 479px) {
	.leaders__item {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.leaders__item, .leaders__item:nth-last-child(n+2) {
		margin-bottom: 60px;
	}
	.leaders__item:nth-last-child(-n+1) {
		margin-bottom: 0;
	}
}

.leaders__inner {
	display: block;
	height: 100%;
	text-decoration: none;
	color: inherit;
	padding: 40px;
	border: 1px solid #212121;
	text-align: center;
	transition-property: border-color;
	transition-duration: 0.2s;
}

@media (max-width: 1599px) {
	.leaders__inner {
		padding: 30px;
	}
}

@media (max-width: 639px) {
	.leaders__inner {
		padding: 30px 15px;
	}
}

.leaders__figure {
	position: relative;
	margin: -80px auto 35px;
	max-width: 240px;
	background-color: #e6e6e6;
	transition-property: background-color;
	transition-duration: 0.2s;
}

@media (max-width: 1599px) {
	.leaders__figure {
		margin-top: -60px;
	}
}

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

.leaders__figure::before {
	content: "";
	display: block;
	height: 0;
	padding-top: 100%;
}

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

.leaders__figure img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	max-width: none;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: "object-fit: cover";
}

.leaders__title {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	line-height: 1.25;
	color: #212121;
	margin-bottom: 0.8em;
	transition-property: color;
	transition-duration: 0.2s;
}

@media (max-width: 639px) {
	.leaders__title {
		font-size: 18px;
	}
}

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

.leaders__title > h2, .leaders__title > h3, .leaders__title > h4 {
	font: inherit;
	margin-bottom: 0;
	color: inherit;
}

.leaders__text {
	font-size: 16px;
	line-height: 1.25;
}

@media (max-width: 639px) {
	.leaders__text {
		font-size: 14px;
	}
}

.leaders__text > p:last-child, .leaders__text > ul:last-child, .leaders__text > ol:last-child {
	margin-bottom: 0;
}

.leaders__inner:hover {
	border-color: #006bbd;
}

.leaders__inner:hover .leaders__figure {
	background-color: #006bbd;
}

.leaders__inner:hover .leaders__title {
	color: #006bbd;
}

/* leaders end */
/*btn to top */
.btn-to-top {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	background: #000;
	font-size: 0;
	line-height: 0;
	z-index: 996;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(100px, 0);
	    -ms-transform: translate(100px, 0);
	        transform: translate(100px, 0);
	transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, visibility, transform;
	transition-property: opacity, visibility, transform, -webkit-transform;
	transition-duration: 0.2s;
}

@media (max-width: 639px) {
	.btn-to-top {
		width: 50px;
		height: 50px;
	}
}

.to-top-show .btn-to-top {
	opacity: 0.18;
	visibility: visible;
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.no-touchevents .btn-to-top:hover {
	opacity: 0.45;
}

.btn-to-top i {
	position: absolute;
	right: 50%;
	top: 50%;
	height: 10px;
	width: 18px;
	margin: -5px -10px 0 0;
	z-index: 1;
}

.btn-to-top i:before, .btn-to-top i:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	height: 2px;
	width: 12px;
	border-radius: 5px;
	background: #fff;
}

.btn-to-top i:before {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	margin: -2px 0 0 -9px;
}

.btn-to-top i:after {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	margin: -2px 0 0 -2px;
}

/*btn to top end */
/*card */
.card::after {
	content: '';
	display: table;
	clear: both;
}

.card-heading {
	display: none;
	margin-bottom: 3.6rem;
}

@media (max-width: 991px) {
	.card-heading {
		display: block;
	}
}

@media (max-width: 639px) {
	.card-heading {
		margin-bottom: 2rem;
	}
}

.card-figure {
	float: right;
	width: 50%;
}

@media (max-width: 991px) {
	.card-figure {
		float: none;
		width: auto;
		max-width: 320px;
		margin-bottom: 3.6rem;
		border: 1px solid #eaeaea;
	}
}

@media (max-width: 639px) {
	.card-figure {
		margin-bottom: 2rem;
	}
}

.card-figure--sticky-js {
	will-change: min-height;
}

.card-figure__holder--sticky-js {
	position: relative;
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	will-change: position, transform;
}

.card-figure__img {
	width: 600px;
	position: relative;
	top: 60px;
}

@media (max-width: 1199px) {
	.card-figure__img {
		width: 480px;
		top: 45px;
	}
}

@media (max-width: 991px) {
	.card-figure__img {
		top: auto;
		width: auto;
	}
}

.card-content {
	width: 50%;
	padding-right: 40px;
}

@media (max-width: 1199px) {
	.card-content {
		padding-right: 30px;
	}
}

@media (max-width: 991px) {
	.card-content {
		width: auto;
		padding-right: 0;
	}
}

@media (max-width: 1199px) {
	.card-content__heading {
		display: none;
	}
}

/*card end */
/* social networks */
.social-networks {
	margin-bottom: 2.4rem;
}

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

.social-networks:last-child {
	margin-bottom: 0;
}

.social-networks__list {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 1px 1px;
}

.social-networks__item {
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 1.29;
	letter-spacing: normal;
	margin: 0 0 -1px -1px;
}

.no-touchevents .social-networks__item:hover {
	z-index: 1;
}

.social-networks__item a {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	border: 1px solid #212121;
	color: #212121;
	fill: #212121;
	border-radius: 0;
}

.social-networks__item a span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.social-networks__item a span:active, .social-networks__item a span:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.social-networks__item a svg {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
}

.social-networks__item a path {
	fill: inherit;
}

.no-touchevents .social-networks__item a:hover {
	fill: white;
}

.no-touchevents .social-networks__item a:hover.fb {
	border-color: #3a589e;
	background-color: #3a589e;
}

.no-touchevents .social-networks__item a:hover.vk {
	border-color: #4b73a4;
	background-color: #4b73a4;
}

.no-touchevents .social-networks__item a:hover.twitter {
	border-color: #1da0f2;
	background-color: #1da0f2;
}

.no-touchevents .social-networks__item a:hover.ok {
	border-color: #f2822e;
	background-color: #f2822e;
}

.no-touchevents .social-networks__item a:hover.youtube {
	border-color: #e62117;
	background-color: #e62117;
}

.no-touchevents .social-networks__item a:hover.instagram {
	border-color: #a43b97;
	background-color: #a43b97;
}

/* social networks end */
/* lang */
.lang {
	position: relative;
	width: 80px;
	height: 40px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

@media (max-width: 639px) {
	.lang {
		width: 44px;
		height: 32px;
		font-size: 10px;
		line-height: 12px;
		letter-spacing: 0.05em;
	}
}

.lang > a {
	display: block;
	height: 100%;
	position: relative;
	color: white;
	border: 1px solid rgba(255, 255, 255, 0.5);
	text-align: center;
}

.lang > a > span {
	display: inline-block;
	vertical-align: middle;
	padding-right: 12px;
	position: relative;
	line-height: 38px;
}

@media (max-width: 639px) {
	.lang > a > span {
		line-height: 30px;
	}
}

.lang > a > span::before, .lang > a > span::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: 0;
	width: 5px;
	height: 2px;
	background-color: white;
}

.lang > a > span::before {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.lang > a > span::after {
	right: 3px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.lang.is-open > a > span::before {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.lang.is-open > a > span::after {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.lang__list {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 2px 0;
	margin-top: -1px;
	width: 100%;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	background-color: rgba(0, 107, 189, 0.85);
	border: 1px solid rgba(255, 255, 255, 0.5);
	opacity: 0;
	visibility: hidden;
}

@media (max-width: 639px) {
	.lang__list {
		font-size: 10px;
		line-height: 12px;
		letter-spacing: 0.05em;
	}
}

.is-open .lang__list {
	opacity: 1;
	visibility: visible;
}

.lang__list li {
	padding: 0;
}

.lang__list li.current {
	display: none;
}

.lang__list a {
	display: block;
	text-decoration: none;
	color: white;
	padding: 6px 10px;
}

/* lang end */
/* news previews */
.news-previews {
	margin-bottom: 7.2rem;
}

.news-previews:last-child {
	margin-bottom: 0;
}

.news-previews__list {
	margin-left: -21px;
	margin-right: -21px;
	font-size: 0;
	letter-spacing: -4px;
	margin-bottom: 4.8rem;
}

@media (max-width: 767px) {
	.news-previews__list {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.news-previews__list:last-child {
	margin-bottom: 0;
}

.news-previews__item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding-left: 21px;
	padding-right: 21px;
	font-size: 1.5rem;
	line-height: 1.2;
	letter-spacing: normal;
}

.news-previews__item, .news-previews__item:nth-last-child(n+4) {
	margin-bottom: 42px;
}

.news-previews__item:nth-last-child(-n+3) {
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	.news-previews__item {
		width: 50%;
		padding-left: 21px;
		padding-right: 21px;
	}
	.news-previews__item, .news-previews__item:nth-last-child(n+3) {
		margin-bottom: 42px;
	}
	.news-previews__item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.news-previews__item {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.news-previews__item, .news-previews__item:nth-last-child(n+2) {
		margin-bottom: 30px;
	}
	.news-previews__item:nth-last-child(-n+1) {
		margin-bottom: 0;
	}
}

.news-previews__inner {
	display: block;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

.news-previews__meta {
	margin-bottom: 1rem;
	cursor: default;
}

.news-previews__date {
	display: block;
	font-size: 14px;
	line-height: 1.43;
	color: #b4b4b4;
}

.news-previews__content {
	position: relative;
	margin-bottom: 1.3em;
}

.news-previews__content:last-child {
	margin-bottom: 0;
}

.news-previews__title, .news-previews__text {
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: normal;
	color: #006bbd;
	margin-bottom: 1.3em;
	overflow: hidden;
	max-height: 120px;
}

@media (max-width: 991px) {
	.news-previews__title, .news-previews__text {
		font-size: 20px;
		line-height: 1.25;
		max-height: 100px;
	}
}

.news-previews__title:last-child, .news-previews__text:last-child {
	margin-bottom: 0;
}

.news-previews__text {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.news-previews__footer {
	position: relative;
}

.btn-read {
	display: inline-block;
	vertical-align: top;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #212121;
	text-transform: uppercase;
	padding-bottom: 2px;
	border-bottom: 2px solid #212121;
}

.btn-read:hover {
	color: #006bbd;
	border-color: #006bbd;
}

/* news previews end */
/* popups */
.default-popup {
	max-width: 960px;
	padding: 58px;
	background-color: #f3f3f3;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 1199px) {
	.default-popup {
		max-width: 768px;
		padding: 38px;
	}
}

@media (max-width: 639px) {
	.default-popup {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.default-popup .form-buttons {
	text-align: center;
}

.default-popup__title {
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 4.8rem;
	text-align: center;
	font-size: 3.6rem;
	line-height: 1.28;
}

@media (max-width: 1199px) {
	.default-popup__title {
		margin-bottom: 2.4rem;
	}
}

@media (max-width: 991px) {
	.default-popup__title {
		font-size: 2.9rem;
		line-height: 1.28;
	}
}

@media (max-width: 639px) {
	.default-popup__title {
		font-size: 2.4rem;
		line-height: 1.28;
	}
}

.default-popup__title:last-child {
	margin-bottom: 0;
}

.default-popup__content {
	max-width: 450px;
	margin-right: auto;
	margin-left: auto;
}

button.mfp-close {
	width: 40px;
	height: 40px;
	fill: white;
	color: white;
	opacity: 1;
	background-color: #000;
	right: auto;
	top: 0;
	left: 100%;
	margin-left: 10px;
}

@media (max-width: 991px) {
	button.mfp-close {
		left: auto;
		right: 0;
		top: 0;
		margin-left: 0;
	}
}

button.mfp-close svg {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	pointer-events: none;
}

button.mfp-close path {
	fill: inherit;
}

/* popups end */
/* COMPONENTS end */
/*======================================================*/
/* LAYOUT */
/*======================================================*/
body {
	height: 100%;
	min-width: 320px;
	position: relative;
}

.wrapper {
	margin: 0 auto;
	min-height: 100vh;
	overflow: hidden;
	position: relative;
}

.main {
	position: relative;
	clear: both;
	z-index: 4;
}

.main__holder {
	width: 100%;
}

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

.content-wrap {
	float: left;
	width: 100%;
}

.content {
	margin: 0 0 0 276px;
	padding: 40px 0 60px 40px;
	min-height: 50px;
}

@media (max-width: 1199px) {
	.content {
		margin-left: 240px;
		padding: 30px 0 45px 30px;
	}
}

@media (max-width: 991px) {
	.content {
		margin-left: 0;
		padding-left: 0;
	}
}

@media (max-width: 639px) {
	.content {
		padding: 15px 0 23px;
	}
}

.home-page .content {
	margin: 0;
	padding: 0;
}

@media (max-width: 359px) {
	.header__panel .layout {
		padding-right: 4px;
		padding-left: 4px;
	}
}

.logo-wrap {
	width: 316px;
	min-width: 316px;
}

@media (max-width: 1199px) {
	.logo-wrap {
		width: 270px;
		min-width: 270px;
	}
}

.sidebar {
	display: inline;
	float: left;
	margin: 0 0 0 -100%;
	width: 276px;
}

@media (max-width: 1199px) {
	.sidebar {
		width: 240px;
	}
}

@media (max-width: 991px) {
	.sidebar {
		display: none;
	}
}

.sidebar__holder {
	padding-top: 45px;
	padding-bottom: 60px;
}

@media (max-width: 1199px) {
	.sidebar__holder {
		padding-top: 35px;
		padding-bottom: 45px;
	}
}

.footer {
	margin: 0 auto;
	position: relative;
	clear: both;
	z-index: 5;
}

.max-wrap {
	max-width: 1446px;
}

@media (max-width: 1599px) {
	.max-wrap {
		max-width: none;
	}
}

.layout {
	padding-right: 40px;
	padding-left: 40px;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 1199px) {
	.layout {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media (max-width: 639px) {
	.layout {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.layout-article p, .layout-article ul, .layout-article ol, .layout-article h2, .layout-article h3, .layout-article h4, .layout-article h5, .layout-article h6, .layout-article hr, .layout-article .layout-text {
	max-width: 1600px;
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}

.layout-article .layout-flood {
	max-width: 1600px;
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}

.layout-article .layout-full-width, .layout-article .layout-wide {
	margin-right: -40px;
	margin-left: -40px;
}

@media (max-width: 991px) {
	.layout-article .layout-full-width, .layout-article .layout-wide {
		margin-right: -30px;
		margin-left: -30px;
	}
}

@media (max-width: 767px) {
	.layout-article .layout-full-width, .layout-article .layout-wide {
		margin-right: -15px;
		margin-left: -15px;
	}
}

.max-wrap-text {
	max-width: 1680px;
}

@media (max-width: 991px) {
	.max-wrap-text {
		max-width: 1660px;
	}
}

@media (max-width: 767px) {
	.max-wrap-text {
		max-width: 1630px;
	}
}

.layout-text {
	max-width: 1680px;
	padding-right: 40px;
	padding-left: 40px;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 991px) {
	.layout-text {
		max-width: 1660px;
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media (max-width: 767px) {
	.layout-text {
		max-width: 1630px;
		padding-right: 15px;
		padding-left: 15px;
	}
}

.max-wrap-flood {
	max-width: 1680px;
}

@media (max-width: 991px) {
	.max-wrap-flood {
		max-width: 1660px;
	}
}

@media (max-width: 767px) {
	.max-wrap-flood {
		max-width: 1630px;
	}
}

.layout-flood {
	max-width: 1680px;
	padding-right: 40px;
	padding-left: 40px;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 991px) {
	.layout-flood {
		max-width: 1660px;
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media (max-width: 767px) {
	.layout-flood {
		max-width: 1630px;
		padding-right: 15px;
		padding-left: 15px;
	}
}

.layout-flood p, .layout-flood ul, .layout-flood ol, .layout-flood h1, .layout-flood h2, .layout-flood h3, .layout-flood h4, .layout-flood h5, .layout-flood h6, .layout-flood hr {
	max-width: none;
}

.layout-wide {
	padding-right: 40px;
	padding-left: 40px;
}

@media (max-width: 991px) {
	.layout-wide {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media (max-width: 767px) {
	.layout-wide {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.layout-wide p, .layout-wide ul, .layout-wide ol, .layout-wide h1, .layout-wide h2, .layout-wide h3, .layout-wide h4, .layout-wide h5, .layout-wide h6, .layout-wide hr {
	max-width: none;
}

.layout-full-width p, .layout-full-width ul, .layout-full-width ol, .layout-full-width h1, .layout-full-width h2, .layout-full-width h3, .layout-full-width h4, .layout-full-width h5, .layout-full-width h6, .layout-full-width hr {
	max-width: none;
}

/* footer gov (layout) */
.footer-gov {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (max-width: 1199px) {
	.footer-gov {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.footer-gov {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (max-width: 639px) {
	.footer-gov {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

/* footer gov (layout) end */
/* footer bottom (layout) */
.footer-bottom {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (max-width: 1199px) {
	.footer-bottom {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (max-width: 639px) {
	.footer-bottom {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

/* footer bottom (layout) end */
/* shutter */
.shutter {
	overflow: hidden;
	position: fixed;
	bottom: 0;
	min-width: 320px;
	background: white;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	left: 276px;
	width: 100%;
	height: calc(100vh - 80px);
}

@media (max-width: 1599px) {
	.shutter {
		left: 0;
		height: calc(100vh - 60px);
	}
}

@media (max-width: 1199px) {
	.shutter {
		left: 0;
	}
}

.shutter__align {
	width: calc(100% + 100px);
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
}

@media (max-width: 1199px) {
	.shutter__align {
		width: 100%;
	}
}

.shutter__holder {
	padding: 100px 40px;
}

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

@media (max-width: 1919px) {
	.shutter__holder {
		padding: 60px 30px;
	}
}

@media (max-width: 1599px) {
	.shutter__holder {
		padding: 30px 30px;
	}
}

@media (max-width: 1199px) {
	.shutter__holder {
		width: 100%;
	}
}

.shutter__footer {
	border-top: 1px solid #212121;
}

/* shutter content */
.shutter-content {
	float: left;
	width: calc(100% - 326px);
	padding-right: 30px;
}

/* shutter content end */
/* shutter aside */
.shutter-aside {
	float: right;
	width: 326px;
}

/* shutter aside end */
/* button shutter close */
.shutter .btn-popup-close {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}

@media (max-width: 991px) {
	.shutter .btn-popup-close {
		display: block;
	}
}

/* button shutter close end */
/* nav-shutter */
.nav-shutter, .nav-shutter .shutter__holder {
	max-width: 975px;
}

@media (max-width: 1599px) {
	.nav-shutter, .nav-shutter .shutter__holder {
		max-width: 850px;
	}
}

@media (max-width: 1199px) {
	.nav-shutter, .nav-shutter .shutter__holder {
		max-width: none;
	}
}

/* nav-shutter end */
/* shutter wide */
.shutter--wide {
	max-width: 1090px;
}

@media (max-width: 1920px) {
	.shutter--wide {
		max-width: calc(100%);
	}
}

@media (max-width: 1599px) {
	.shutter--wide {
		max-width: calc(100%);
	}
}

@media (max-width: 1199px) {
	.shutter--wide {
		max-width: none;
	}
}

.shutter--wide .shutter__align {
	width: 100%;
}

.shutter--wide .shutter__holder {
	width: 100%;
}

/* shutter wide end */
/* bag shutter */
.bag-shutter {
	width: 470px;
	max-width: 100%;
	left: 1366px;
	margin-left: -470px;
}

@media (max-width: 1919px) {
	.bag-shutter {
		left: 100%;
	}
}

.bag-shutter .shutter__align {
	overflow-y: hidden;
}

.bag-shutter .shutter__holder {
	width: 470px;
	height: 100%;
	padding: 0;
}

.bag-shutter .shutter__holder::after {
	content: none;
}

@media (max-width: 991px) {
	.bag-shutter .shutter__holder {
		width: 100%;
	}
}

.bag-shutter .shutter__row {
	overflow-x: hidden;
	overflow-y: auto;
}

.bag-shutter .shutter__row.shutter__footer {
	overflow-y: hidden;
}

.bag-shutter .shutter__cell {
	padding: 30px;
}

/* bag shutter end */
/* shutter end */
/* HEADER */
.header {
	position: relative;
	z-index: 5;
	background: url(../img/bg-header.jpg) no-repeat;
	background-size: cover;
}

.panel-is-open .header {
	z-index: auto;
}

.header__top {
	position: relative;
	height: 104px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	z-index: 10;
}

@media (max-width: 1199px) {
	.header__top {
		height: 80px;
	}
}

@media (max-width: 991px) {
	.header__top {
		z-index: auto;
		border: none;
	}
}

@media (max-width: 639px) {
	.header__top {
		height: 50px;
	}
}

.panel-is-open .header__top {
	z-index: auto;
}

.header__common {
	padding-top: 40px;
	padding-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media (max-width: 1199px) {
	.header__common {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (max-width: 639px) {
	.header__common {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.home-page .header__common {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.header__common .user-options {
	min-width: 400px;
	text-align: right;
}

.header__common .user-options .user-options__item {
	text-align: left;
}

.logo-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media (max-width: 991px) {
	.header__common .logo-box {
		display: none;
	}
}

.logo-wrap {
	padding-right: 20px;
}

.logo {
	display: block;
	position: relative;
	width: 270px;
	max-width: 100%;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 5;
}

@media (max-width: 1199px) {
	.logo {
		width: 210px;
	}
}

.logo::before {
	content: "";
	display: block;
	height: 0;
	padding-top: 27.78%;
}

.logo a, .logo > span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slogan {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	line-height: 29px;
	color: white;
	margin-right: 20px;
	max-width: 480px;
}

@media (max-width: 1199px) {
	.slogan {
		font-size: 18px;
		line-height: 22px;
	}
}

.slogan.slogan--home-page {
	display: none;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 52px;
	line-height: 1.12;
	max-width: 100%;
	padding-right: 15%;
	width: 100%;
	margin-top: 30px;
	margin-right: 0;
}

@media (max-width: 1199px) {
	.slogan.slogan--home-page {
		font-size: 38px;
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.slogan.slogan--home-page {
		display: block;
		padding-right: 0;
		margin-top: 0;
		font-size: 22px;
	}
}

@media (max-width: 639px) {
	.slogan.slogan--home-page {
		font-size: 18px;
	}
}

.home-page .slogan {
	display: none;
}

.home-page .slogan.slogan--home-page {
	display: block;
}

.slogan a {
	text-decoration: none;
	color: inherit;
}

.header__panel {
	background-color: #006bbd;
	position: fixed;
	height: 80px;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 320px;
	z-index: 50;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.18);
	-webkit-transform: translate(0, -100%);
	    -ms-transform: translate(0, -100%);
	        transform: translate(0, -100%);
	-webkit-transform: translate3d(0, -100%, 0);
	        transform: translate3d(0, -100%, 0);
	opacity: 0;
	will-change: transform, opacity;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	transition-duration: 0.2s;
}

.panel-is-open .header__panel {
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	opacity: 1;
}

@media (max-width: 991px) {
	.header__panel {
		height: 80px;
		-webkit-transform: translate(0, 0);
		    -ms-transform: translate(0, 0);
		        transform: translate(0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@media (max-width: 639px) {
	.header__panel {
		height: 50px;
	}
}

.header__panel__frame {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.home-page .header__panel__frame {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.header__panel .logo-wrap {
	width: auto;
	min-width: 0;
	padding-right: 40px;
}

@media (max-width: 1199px) {
	.header__panel .logo-wrap {
		padding-right: 30px;
	}
}

@media (max-width: 767px) {
	.header__panel .logo-wrap {
		padding-right: 20px;
	}
}

@media (max-width: 639px) {
	.header__panel .logo-wrap {
		padding-right: 0;
	}
}

.header__panel .logo {
	width: 60px;
	height: 60px;
	background-size: auto 100%;
}

.header__panel .logo::before {
	content: none;
}

@media (max-width: 639px) {
	.header__panel .logo {
		width: 40px;
		height: 40px;
	}
}

.header__panel .slogan {
	display: none !important;
}

/* HEADER end */
/* NAVIGATION */
.nav-wrap {
	height: 100%;
}

@media (min-width: 992px) {
	html:not(.panel-is-open) .nav-wrap {
		-webkit-transform: translate(0, 0) matrix(1, 0, 0, 1, 0, 0) !important;
		    -ms-transform: translate(0, 0) matrix(1, 0, 0, 1, 0, 0) !important;
		        transform: translate(0, 0) matrix(1, 0, 0, 1, 0, 0) !important;
	}
}

.panel-is-open .nav-wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: #f3f3f3;
	z-index: 1000;
	overflow-x: visible;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
}

@media (max-width: 991px) {
	.nav-wrap {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		background-color: #f3f3f3;
		z-index: 1000;
		overflow-x: visible;
		overflow-y: auto;
		opacity: 0;
		visibility: hidden;
	}
}

.nav {
	position: relative;
	height: 100%;
}

.panel-is-open .nav {
	height: auto;
	max-width: 720px;
	padding-right: 40px;
	padding-left: 40px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

@media (max-width: 1199px) {
	.panel-is-open .nav {
		max-width: 700px;
		padding-left: 30px;
	}
}

@media (max-width: 639px) {
	.panel-is-open .nav {
		padding-left: 15px;
	}
}

.panel-is-open .nav::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100vh;
}

.nav__list {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.panel-is-open .nav__list {
	display: inline-block;
	vertical-align: middle;
	height: auto;
	width: calc(100% - 5px);
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: left;
}

.nav__list li {
	position: relative;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.05em;
}

.panel-is-open .nav__list li {
	font-size: 16px;
	line-height: 24px;
	border: solid #ccc;
	border-width: 1px 0 0;
}

@media (max-width: 1199px) {
	.panel-is-open .nav__list li {
		font-size: 14px;
	}
}

.panel-is-open .nav__list .nav__tab {
	position: relative;
}

.nav__list a {
	display: block;
	color: #212121;
	text-decoration: none;
}

.panel-is-open .nav__list a {
	display: block;
}

.panel-is-open .nav__list a:hover {
	color: #006bbd;
}

.nav__drop {
	position: absolute;
	left: 100%;
	top: 0;
	background-color: white;
	border: 1px solid #212121;
	padding: 0 20px;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
}

.panel-is-close .nav__drop {
	display: block !important;
	width: 320px;
}

.panel-is-open .nav__drop {
	border: none;
	padding: 0;
	background-color: transparent;
}

.nav-align--right > .nav__drop {
	left: auto;
	right: 100%;
}

.no-js .nav__drop {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	opacity: 1;
	visibility: visible;
}

.panel-is-open .nav__drop {
	display: none;
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	opacity: 1;
	visibility: visible;
}

li:hover > .nav__drop {
	opacity: 1;
	visibility: visible;
}

.nav__drop .nav__tab {
	border: solid #eaeaea;
	border-width: 1px 0 0;
}

.panel-is-open .nav__drop .nav__tab {
	border: none;
}

.nav__drop > ul > li:first-child > .nav__tab {
	border-top: none;
}

.nav__drop a {
	display: block;
	position: relative;
	padding: 15px 20px;
	margin-right: -20px;
	margin-left: -20px;
}

.panel-is-open .nav__drop a {
	padding-right: 0;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
}

.panel-is-open .nav__list li.has-drop > .nav__tab > a {
	padding-right: 50px;
}

.panel-is-open .nav__list li.has-drop > .nav__tab > a span {
	padding: 0;
}

.nav__list li.current > .nav__tab a, .nav__list li.current > .nav__tab a:hover {
	color: #006bbd;
}

.nav__list > li {
	height: 100%;
}

.panel-is-open .nav__list > li {
	margin-bottom: -1px;
	font-size: 18px;
}

.panel-is-open .nav__list > li:last-child {
	border-width: 1px 0;
}

@media (max-width: 1599px) {
	.nav__list > li {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 0px;
		        flex: 1 1 0;
	}
}

.nav__list > li > .nav__tab {
	height: 100%;
}

.nav__list > li > .nav__tab a {
	display: table;
	table-layout: fixed;
	height: 100%;
	color: white;
	text-decoration: none;
}

.panel-is-open .nav__list > li > .nav__tab a {
	display: block;
	padding: 14px 0 16px;
	color: #212121;
}

.panel-is-open .nav__list > li > .nav__tab a:hover {
	color: #006bbd;
}

.nav__list > li > .nav__tab a span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	transition-property: opacity;
	transition-duration: 0.2s;
}

.nav__list > li:first-child > .nav__tab a span {
	padding-left: 0;
}

.nav__list > li:last-child {
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	-ms-flex-preferred-size: auto;
	    flex-basis: auto;
}

.nav__list > li:last-child > .nav__tab a {
	padding-right: 0;
}

.nav__list > li > .nav__drop {
	left: 10px;
	top: 100%;
}

.panel-is-open .nav__list > li > .nav__drop {
	left: auto;
	top: auto;
}

.nav__list > li > .nav__drop::before {
	content: "";
	display: block;
	position: absolute;
	left: 12px;
	bottom: 100%;
	width: 0;
	height: 0;
	z-index: 2;
	border-bottom: 14px solid white;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	margin-bottom: -1px;
}

.panel-is-open .nav__list > li > .nav__drop::before {
	content: none;
}

.nav__list > li:first-child > .nav__drop {
	left: 0;
}

.nav__list > li.nav-align--right > .nav__drop {
	left: auto;
	right: 10px;
}

.nav__list > li.nav-align--right > .nav__drop::before {
	left: auto;
	right: 12px;
}

.nav__list > li.nav-align--right:last-child > .nav__drop {
	right: 0;
}

.panel-is-close .nav__list:hover > li > .nav__tab a span {
	opacity: 0.5;
}

.panel-is-close .nav__list > li:hover > .nav__tab a span {
	opacity: 1;
}

.nav__angle {
	display: none;
	position: absolute;
	right: -13px;
	top: 0;
	width: 50px;
	height: 100%;
	z-index: 2;
	cursor: pointer;
}

li.has-drop > .region-menu__tab > .nav__angle {
	display: block;
}

.nav__angle i {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 10px;
	pointer-events: none;
	margin: -5px 0 0 -8px;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.2s;
	font-size: 0;
	line-height: 0;
}

.nav__angle i::before, .nav__angle i::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 12px;
	width: 2px;
	border-radius: 2px;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	background-color: #212121;
	-webkit-transform-origin: center center;
	    -ms-transform-origin: center center;
	        transform-origin: center center;
	transition-property: background-color;
	transition-duration: 0.2s;
}

.nav__angle i::before {
	right: 50%;
	-webkit-transform-origin: right bottom;
	    -ms-transform-origin: right bottom;
	        transform-origin: right bottom;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.nav__angle i::after {
	left: 50%;
	-webkit-transform-origin: left bottom;
	    -ms-transform-origin: left bottom;
	        transform-origin: left bottom;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.nav__angle:hover i::before, .nav__angle:hover i::after {
	background-color: #006bbd;
}

.is-open > .nav__tab .nav__angle {
	-webkit-transform: rotate(-0.5turn);
	    -ms-transform: rotate(-0.5turn);
	        transform: rotate(-0.5turn);
}

.panel-is-open .has-drop > .nav__tab .nav__angle {
	display: block;
}

.panel-is-open .nav__drop li {
	margin-left: 20px;
}

.nav__drop li:hover > .nav__tab a {
	color: #006bbd;
}

.panel-is-open .nav__drop li:hover > .nav__tab a {
	color: #212121;
}

.panel-is-open .nav__drop li:hover > .nav__tab a:hover {
	color: #006bbd;
}

.panel-is-open .nav__drop a:hover {
	color: #212121;
}

.nav__drop .nav__drop {
	top: 0;
	left: 100%;
}

.panel-is-open .nav__drop .nav__drop {
	left: auto;
	top: auto;
}

.panel-is-open .nav__drop .nav__drop a {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
}

.nav__drop .nav-align--right .nav__drop {
	left: auto;
	right: 100%;
}

/* NAVIGATION end */
/* If header are fixed / mobile view */
/* If header are fixed / mobile view end */
/* SIDEBAR */
.sidebar {
	will-change: min-height;
}

.sidebar-holder {
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	will-change: position, transform;
}

.sidebar__widget {
	margin-bottom: 2.4rem;
}

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

.menu {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	padding: 0 20px;
	border: 1px solid #212121;
	margin-bottom: 2.4rem;
}

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

.menu li {
	position: relative;
	border: solid #eaeaea;
	border-width: 1px 0;
	margin-bottom: -1px;
}

.menu li:first-child {
	border-width: 0 0 1px;
}

.menu li:last-child {
	border-width: 1px 0 0;
	margin-bottom: 0;
}

.menu a {
	display: block;
	padding: 13px 20px;
	margin-right: -20px;
	margin-left: -20px;
	color: inherit;
	text-decoration: none;
}

.menu a:hover {
	color: #006bbd;
}

.menu li.current {
	border-color: #006bbd;
	z-index: 1;
}

.menu li.current a {
	color: #006bbd;
}

/* SIDEBAR end */
/* FOOTER */
.footer {
	color: #212121;
}

/* footer gov */
.footer-gov {
	position: relative;
	border-top: 1px solid #eaeaea;
}

.gov__list {
	white-space: nowrap;
	overflow: hidden;
}

.gov__list.slick-initialized, .no-js .gov__list {
	white-space: normal;
	overflow: visible;
	padding-bottom: 70px;
}

@media (max-width: 1199px) {
	.gov__list.slick-initialized, .no-js .gov__list {
		padding-bottom: 60px;
	}
}

.gov__list .slick-list {
	margin-right: -15px;
	margin-left: -15px;
}

.gov__list .slick-prev, .gov__list .slick-next {
	top: auto;
	bottom: 0;
	margin-top: 0;
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.gov__list .slick-prev {
	left: 0;
}

.gov__list .slick-next {
	right: 0;
}

.gov__list .slick-dots {
	bottom: 17px;
}

@media (max-width: 991px) {
	.gov__list .slick-dots {
		bottom: 12px;
	}
}

.gov__list, .gov__list.slick-dotted {
	margin-bottom: 0;
}

.gov__item {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	font-size: 1.4rem;
	line-height: 1.7;
}

.slick-initialized .gov__item {
	float: left;
	display: block;
}

@media (max-width: 479px) {
	.gov__item {
		font-size: 1.2rem;
	}
}

.gov__inner {
	display: block;
	text-decoration: none;
	color: #212121;
}

.gov__figure {
	height: 40px;
	margin-bottom: 2.4rem;
}

@media (max-width: 639px) {
	.gov__figure {
		margin-bottom: 1rem;
	}
}

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

.gov__figure img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: left center;
	   object-position: left center;
	font-family: "object-fit: contain; object-position: left center";
}

.dov__title {
	text-decoration: underline;
}

.gov__inner:hover .dov__title {
	text-decoration: none;
}

/* footer gov end */
/* footer bottom */
.footer-bottom {
	background-color: #303030;
}

.footer-bottom, .footer-bottom a {
	color: white;
}

.footer-bottom__holder {
	position: relative;
	text-align: justify;
	overflow: hidden;
	cursor: default;
	font-size: 0;
	letter-spacing: -4px;
}

.footer-bottom__holder::after {
	content: "1";
	display: inline-block;
	margin-left: 100%;
	height: 1px;
	overflow: hidden;
}

@media (max-width: 991px) {
	.footer-bottom__holder::after {
		content: none;
	}
}

.footer-bottom__col {
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 1.4rem;
	line-height: 1.7;
	letter-spacing: normal;
	text-align: center;
	width: 33.28%;
}

@media (max-width: 991px) {
	.footer-bottom__col {
		display: block;
		width: 100%;
		margin-bottom: 15px;
		padding-right: 0;
		padding-left: 0;
	}
}

.footer-bottom__col:first-child {
	text-align: left;
	padding-left: 0;
}

@media (max-width: 991px) {
	.footer-bottom__col:first-child {
		text-align: center;
	}
}

.footer-bottom__col:last-child {
	text-align: right;
	padding-right: 0;
}

@media (max-width: 991px) {
	.footer-bottom__col:last-child {
		text-align: center;
		margin-bottom: 0;
	}
}

.footer-bottom__col ul li em {
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #b4b4b4;
}

.footer-bottom__col a {
	text-decoration: none;
}

.footer-bottom__col a:hover {
	text-decoration: underline;
}

/* footer bottom end */
/* developer */
.developer {
	display: inline-block;
}

.developer a {
	text-decoration: none;
}

.no-touchevents .developer a:hover {
	text-decoration: none;
}

.developer__logo {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 5px;
	padding-right: 3px;
	width: 154px;
	height: 20px;
	text-align: left;
	text-indent: -9999px;
}

.developer__logo::before, .developer__logo::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 149px;
	height: 16px;
}

.developer__logo::before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTA2ODc1N0UwOEJDMTFFNzlCNzhBOUI2REQxMjc4QzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTA2ODc1N0YwOEJDMTFFNzlCNzhBOUI2REQxMjc4QzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MDY4NzU3QzA4QkMxMUU3OUI3OEE5QjZERDEyNzhDOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MDY4NzU3RDA4QkMxMUU3OUI3OEE5QjZERDEyNzhDOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnDruBQAAAAkSURBVHjaYmRgYPjPACL+/2cE0YwYAkAGA5jByPgfqwBAgAEAP4gP/bFMMZQAAAAASUVORK5CYII=");
	background-size: 2px;
}

.developer__logo::after {
	content: "";
	display: block;
	position: absolute;
	background: #00ef85 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAAgBAMAAABa5liJAAAAMFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABaPxwLAAAAD3RSTlMAd7tEIt0R7pkzzIhmqlV9QenDAAAD2klEQVRYw+2WPYsTURSGj5oEs0lMBkUUlMSUWkxwxNKsnV2ihWCVbGXpFwhWs6Io2GT0D2xQsM2KqGUEEUvFwjbxF7irO2ZMsh7PuRvP3Xuv2mhhkRd258zuvc/7bOaDhXnmmedvUi79S1rK2wcqp99XnyzSwVOhib4fBJWl98ciOuS9GsCuQzR5HNLY4akdW1ovDc6OvUCLPS7wPJ5lEKBU6FJJDiezI4Wa6qhCAny4AKwTIiZtgJ3YpLrPAICcNYAi7+ggAHyET7Udw22c4jrQYiQ1pJwFGTRQKnSpJI0xcAbxE+8e4R5Uq+HVajUCwCOHWyM6Qnn05BlWWGs60/K81lmPu7ELELJW+KF+wj8vHEPr5oEeLsuggVKhSyUrE+SzPbx+Fr8CHCwR9h1AFh9DpjdlrVhp6TXFeAPyMWudGfXvJovCMbRqkOp9kUGAUqGBOv3zuEqH3QRwtaB3GaAworqLMWklOLS0kgkUJgjshWQlHEsLGpsyaKCucLVaq4MmUOWvtfw1IiXqlolg57pfMbXq32NoXBMt4ThaC2MZNFAqXK0s1srf1KrSLz8tUn77HZhZIq1PXyyttTAqP+e646P+iyQSjq21M5ZBA6XC1cqNoDHhpzfcXHS18ryv/JVOMkor/dnW6iy3IqrL0C1/ctAUjq1FG2UQoFS4WukEFmIe3uDm0NK6daozbgMM1tTZO9LKY2RqNVdujIHrXsHb2p6hcGyt+lQGDZQKV2vlO+2NaEh1MH5palHu8OkWpUJamXDZ1Kqkx+ukJW954ZhaS2FXBg2UClerfxlSuKp4L9AUx3O9RJ3qTwvKG4ZWubIDN7ZpCcfQengU40gGDZQKV6v1jr6aoPIau+a9lVfCnS1KibUuJpZWiuj6aRGO9ZYf7QcZNFAqHK0sPg2CwTdQyfhTUwvKX7j7mzyJ9IQsmVrgv7S1mGNo7Q0iABk0UCocrRxyJrOzxrqldZEdPk1VQcRaKfQsLQBDSzhFhhZm7wWODAKUCkcrjZyxvAItrRyTLvHGdAysBZ2zrpavtTRngdctbLpaApQKV2uFxXO4CCpv7YuYQhoLOCSB6ZZWI96uNXC0hLObofWpqyVAqXC1+vxmy9JvC68A7ofXLS3obABtvNJewi5rcRtrBUHvUVD7udJfFp5wSOIR7ArPu1oClApHix9EStiFIlJGka3VSPiP5+vcZi1mb/9/y1+1iZrTx888uFoClAobkuWfK+GdIWK8H2ytAl+KrK8ebKUFvqFVsomas6eHeBt+pSVAqRCImyBow2+SCSL4c1wO76r9CTjPPPP8x/kBIrOdsjg4YcgAAAAASUVORK5CYII=") no-repeat center center;
	background-size: auto 16px;
}

.no-touchevents a:hover .developer__logo::after {
	-webkit-transform: translate(0, -1px);
	    -ms-transform: translate(0, -1px);
	        transform: translate(0, -1px);
}

/* developer end */
/* FOOTER end */
/*======================================================*/
/* PRINT VERSION */
/*======================================================*/
@media print {
	*,
	*::before,
	*::after {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
		font-family: Arial, Helvetica, sans-serif !important;
	}
	body {
		min-width: 1024px;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href^=http]::after {
		content: " <" attr(href) "> ";
	}
	a[href]::after {
		content: " (" attr(href) ")";
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	a[href^="#"]::after, a[href^="javascript:"]::after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
	hr {
		border-color: black;
	}
	body,
	.news-previews__item {
		font-family: Arial, Helvetica, sans-serif !important;
		font-size: 10pt !important;
		line-height: 1.5 !important;
	}
	h1, h2, h3, h4, h5, h6,
	b, strong, th, i, em,
	blockquote, q, cite,
	table td, table th, table {
		font-family: Arial, Helvetica, sans-serif !important;
		font-weight: normal !important;
		font-style: normal !important;
	}
	h1 {
		font-size: 24pt !important;
		line-height: 1.3 !important;
	}
	h2 {
		font-size: 18pt !important;
		line-height: 1.4 !important;
	}
	h3, .main-slider-title__item {
		font-size: 16pt !important;
		line-height: 1.5 !important;
	}
	h4, blockquote q,
	.fast-links__inner span {
		font-size: 14pt !important;
		line-height: 1.5 !important;
	}
	h5, blockquote cite {
		font-size: 12pt !important;
		line-height: 1.6 !important;
	}
	h6 {
		font-size: 8pt !important;
		line-height: 1.8 !important;
	}
	b, strong, th {
		font-weight: bold !important;
	}
	i, em {
		font-style: italic !important;
	}
	i b, i strong, em b, em strong,
	b i, b em, strong i, strong em {
		font-weight: bold !important;
		font-style: italic !important;
	}
	table td, table th, table {
		border: 1px solid black !important;
		font-size: 9pt !important;
		color: black !important;
		padding: 3pt !important;
	}
	table td > *, table th > *, table > * {
		padding: 0 !important;
	}
	p, ul, ol, h2, h3, h4, h5, h6, hr, .layout-text,
	.layout-flood,
	.max-wrap-text,
	.max-wrap-flood,
	.layout-wide,
	.layout-full-width,
	.news-previews__footer,
	.class {
		max-width: none !important;
	}
	.sidebar, .spacer,
	.print-hidden, .view-print,
	.nav, .nav-list,
	.breadcrumbs, .breadcrumbs__list,
	[class*="btn-"],
	form,
	.header__top, .header__panel,
	.user-options,
	.slogan--home-page,
	.article-heading,
	.images-slider,
	.article-footer,
	.footer-gov,
	.developer,
	.user-form,
	.main-slider__titles,
	.fast-links__inner svg,
	.m-section__more,
	.main-slider,
	.docs__inner svg,
	.leaders__figure::before,
	.footer a::after,
	.card-content__heading,
	.class {
		display: none !important;
	}
	.main, .content, .header, .header__common, .footer,
	.layout, .layout-text, .layout-flood,
	.blockquote, .blockquote *, blockquote,
	.imgl, .imgr, .imgc,
	table, blockquote, q, cite,
	[class*="feature-list"],
	.datetime,
	.datetime time,
	.logo-box,
	.logo-wrap,
	.logo,
	.slogan,
	.main__holder,
	.content-wrap,
	.layout-article,
	.entry-text,
	.footer,
	.footer ul,
	.footer ul li,
	.footer-bottom,
	.footer-bottom__holder,
	.footer-bottom__col,
	.important-note,
	.important-note__label,
	.important-note__content,
	.fast-links,
	.fast-links__list,
	.fast-links__item,
	.fast-links__inner,
	.m-section,
	.m-section__heading,
	.m-section__content,
	.news-previews,
	.news-previews__list,
	.news-previews__item,
	.docs,
	.docs__list,
	.docs__item,
	.docs__inner,
	.docs__text,
	.leaders,
	.leaders__list,
	.leaders__item,
	.leaders__inner,
	.leaders__figure,
	.leaders__figure img,
	.leaders__content,
	.leaders__title,
	.leaders__text,
	.card,
	.card-heading,
	.card-figure,
	.card-figure__holder,
	.card-figure__img,
	.class {
		display: block !important;
		float: none !important;
		position: relative !important;
		overflow: visible !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: none !important;
		left: auto !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		padding: 0 !important;
		margin: 0 !important;
		-webkit-transform: none !important;
		    -ms-transform: none !important;
		        transform: none !important;
		text-align: left !important;
		border: none !important;
		box-shadow: none !important;
		opacity: 1 !important;
		visibility: visible !important;
		z-index: auto !important;
	}
	h1, h2, h3, h4, h5, h6,
	p, ul, ol, blockquote, q,
	.table-auto, table,
	.imgl, .imgr, .imgc,
	.feature-list__item,
	.feature-list__img,
	.datetime,
	.important-note,
	.important-note__label,
	.fast-links__item,
	.m-section,
	.m-section__heading,
	.leaders__item,
	.leaders__figure,
	.card-heading,
	.card-figure,
	.class {
		margin-top: 0 !important;
		margin-bottom: 0.5cm !important;
		padding-bottom: 0 !important;
	}
	.header, .blockquote, hr, blockquote,
	.class {
		margin-top: 0 !important;
		margin-bottom: 1cm !important;
		padding-bottom: 0 !important;
	}
	.logo-wrap, .slogan {
		display: inline-block !important;
		vertical-align: top !important;
		font-size: 14pt !important;
		line-height: 1.4 !important;
	}
	.logo-wrap {
		margin-right: 1cm !important;
	}
	.slogan {
		width: 15cm !important;
	}
	.slogan--home-page {
		display: none !important;
	}
	.logo {
		background: none !important;
	}
	.logo::before {
		content: none !important;
	}
	.logo > * {
		display: none !important;
	}
	.logo > img {
		display: block !important;
		float: left !important;
		width: 5cm;
	}
	.datetime time {
		font-style: italic !important;
	}
	blockquote q::before,
	blockquote q::after {
		padding: 0 !important;
		margin: 0 !important;
		font-size: 18pt !important;
		display: inline-block !important;
	}
	table {
		width: 100% !important;
	}
	.divider-d {
		max-width: none !important;
	}
	.entry-text {
		font-family: Arial, Helvetica, sans-serif !important;
		font-size: 12pt !important;
		line-height: 1.5 !important;
	}
	.important-note {
		padding: 0.5cm !important;
		border: 1px solid #000 !important;
	}
	.leaders__figure img {
		width: 8cm !important;
	}
	.card-figure__img {
		width: 8cm !important;
		border: none !important;
	}
	.slick-slider .slick-cloned {
		display: none !important;
	}
}

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

.org_list {
	padding-top: 15px;
	width: 100%;
	min-height: 200px;
}

.org_list_head {
	border-bottom: 1px solid #006bbd;
}

.org_list_tab {
	display: inline-block;
	cursor: pointer;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white
}

.org_list_tab span {
	padding: 15px 30px;
	display: block;
	font-weight: bold;
	font-family: "Oswald", sans-serif;
	color: black;
}

.org_list_tab.active {
	border-top: 1px solid #006bbd;
	border-right: 1px solid #006bbd;
	border-left: 1px solid #006bbd;
	border-bottom: 1px solid white;
	margin-bottom: -1px;
}

.org_list_tab.active span {
	color: #006bbd;
}

.org_list_tab span.name480 {
	display: none;
}

.org_list_body {
	display: none;
}

.org_list_body.active {
	display: block;
}

.org_list_title {
	padding-top: 20px;
}

.info {
	/*padding-top: 5px;*/
	padding-bottom: 5px;
	border-bottom: 1px solid #d9d9d9;
}

.info:last-child {
	border-bottom: none;
}

.info_title {
	cursor: pointer;
	padding: 20px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.info_title span {
	font-weight: bold;
	font-family: "Oswald", sans-serif;
	font-size: 25px;
}

.info_title sup {
	font-weight: bold;
	color: #006bbd;
	font-size: 16px;
	font-family: "Oswald", sans-serif;
	padding-left: 7px;
}

.info_title:after {
	content: '';
	display: inline-block;
	background: url(../img/shape.png);
	min-width: 14px;
	height: 8px;
	margin-left: 25px;
	transition: 0.2s;
}

.info_body {
	padding-bottom: 20px;
}

.info_body ol {
	margin-bottom: 0;
}

.info_body li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.info_title + .info_body {
	display: none;
}

.info_title.active + .info_body {
	display: block;
}

.info_title.active:after{
	transform: rotate(180deg);
	transition: 0.2s;
}

.info_body__details {
	display: inline-block;
	/*padding-bottom: 10px;*/
}

.details_name {
	font-weight: bold;
	padding-bottom: 20px;
}

.details_adres {
	font-size: 16px;
	line-height: 30px;
}

.details_adres span {
	color: #999999;
}

.details_tel, .details_tel_gor, .details_tel_mob, .details_mail, .details_site, .details_socials {
	display: inline-block;
}

.details_tel:before, .details_socials:before {
	content: '/';
	color: #999999;
	padding: 0 5px;
}

.details_tel svg, .details_mail svg, 
.details_site svg, .details_socials svg {
	display: inline-block;
	height: 18px;
	width: 18px;
	margin: 0 5px -2px 0;
}

.details_tel svg path, .details_mail svg path, 
.details_site svg path, .details_socials svg path {
	fill: #0466b1;
}

.details_socials a {
	text-decoration: none;
}


@media screen and (max-width: 745px) {
	.details_tel:before {
		display: none;
	}
}

@media screen and (max-width: 480px) {

	.org_list_tab span.name480 {
		display: block;
		padding: 15px 20px;
	}

	.org_list_tab span:first-child {
		display: none;
	}

	.info_title span {
		font-size: 18px;
	}

	.info_title sup {
		font-size: 15px;
	}
}

@media screen and (max-width: 330px) {
	.details_socials:before {
		display: none;
	}
}
