

/* Start:/_css/main.css?1641900812163198*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: .67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

@font-face {
	font-family: 'Raleway';
	font-display: swap;
	src: local('Raleway Regular'), local('Raleway-Regular'), url('/_fonts/Raleway-Regular.woff2') format('woff2'), url('/_fonts/Raleway-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	font-display: swap;
	src: local('Raleway Bold'), local('Raleway-Bold'), url('/_fonts/Raleway-Bold.woff2') format('woff2'), url('/_fonts/Raleway-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	font-display: swap;
	src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url('/_fonts/Raleway-SemiBold.woff2') format('woff2'), url('/_fonts/Raleway-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	font-display: swap;
	src: local('Raleway Medium'), local('Raleway-Medium'), url('/_fonts/Raleway-Medium.woff2') format('woff2'), url('/_fonts/Raleway-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

*:focus::-webkit-input-placeholder {
	color: transparent;
}

*:focus::-moz-placeholder {
	color: transparent;
}

*:focus:-moz-placeholder {
	color: transparent;
}

*:focus:-ms-input-placeholder {
	color: transparent;
}

*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}

*:-moz-placeholder {
	color: #666;
	opacity: 1;
}

*::-moz-placeholder {
	color: #666;
	opacity: 1;
}

*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	color: #666;
}

body input:required:valid,
body textarea:required:valid {
	color: #666;
}

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

/*
*::-webkit-scrollbar-track {
	background-color: rgba(179, 190, 193, 0.3);
	-webkit-border-radius: 1rem;
	border-radius: 1rem;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*::-webkit-scrollbar {
	width: .4rem;
	height: .4rem;
	background-color: rgba(179, 190, 193, 0.3);
	-webkit-border-radius: 1rem;
	border-radius: 1rem;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*::-webkit-scrollbar-thumb {
	background-color: $color-accent;
	-webkit-border-radius: 1rem;
	border-radius: 1rem;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

body::-webkit-scrollbar-track {
	//border-radius: 0;
}

body::-webkit-scrollbar {
	width: 1rem;
	height: 1rem;
	//border-radius: 0;
}

body::-webkit-scrollbar-thumb {
	//border-radius: 0;
	background-color: $color-accent;
}
*/
html {
	overflow-x: hidden;
	height: 100%;
	width: 100%;
	font-size: 10px;
}

body {
	position: relative;
	min-width: 320px;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	/*font-family: 'PT Sans', sans-serif;*/
	color: #333;
	background-color: #fff;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	overflow-x: hidden;
}

.container {
	max-width: -webkit-calc( 1180px + 8%);
	max-width: calc( 1180px + 8%);
	padding: 0 4%;
	margin: 0 auto;
}

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

.button, .btn {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	padding: 1.2rem 2.5rem;
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	border-radius: .5rem;
	background-color: #2dc07c;
	text-align: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.button:hover,
.button:active {
	background-color: #06408f;
}

.button svg,
.button img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	width: auto;
	height: auto;
	margin-right: .5rem;
}

.title {
	margin: 0;
	font-size: 3.6rem;
	line-height: 1.25;
	color: #000;
}

.title:not(:first-child) {
	margin-top: 1rem;
}

.text:not(:first-child) {
	margin-top: 2rem;
}

.text:after {
	content: '';
	display: block;
	clear: both;
}

.text *:not(.align-wide) {
	max-width: 100%;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	font-weight: 700;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6,
.text p,
.text ul,
.text ol,
.text img,
.text blockquote {
	margin-bottom: 2rem;
}

.text h1:not([class*='align-']),
.text h2:not([class*='align-']),
.text h3:not([class*='align-']),
.text h4:not([class*='align-']),
.text h5:not([class*='align-']),
.text h6:not([class*='align-']),
.text p:not([class*='align-']),
.text ul:not([class*='align-']),
.text ol:not([class*='align-']),
.text img:not([class*='align-']),
.text blockquote:not([class*='align-']) {
	margin-top: 2rem;
}

.text ul {
	padding: 0;
	list-style: none;
}

.text ul li {
	padding: 0 0 0 2rem;
	background-image: -o-radial-gradient(circle closest-side, #06408f, #06408f 100%, rgba(255, 255, 255, 0));
	background-image: radial-gradient(circle closest-side, #06408f, #06408f 100%, rgba(255, 255, 255, 0));
	background-position: 0 .5em;
	background-size: 6px 6px;
	background-repeat: no-repeat;
}

.text a:not([class]) {
	text-decoration: none;
	padding: 0 .3rem 0 .3rem;
	color: inherit;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#06408f), to(#06408f));
	background-image: -o-linear-gradient(#06408f, #06408f);
	background-image: linear-gradient(#06408f, #06408f);
	background-position: 0 100%;
	background-size: 100% 1px;
	background-repeat: no-repeat;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.text a:not([class]):active,
.text a:not([class]):hover {
	color: #fff;
	background-size: 100% 100%;
}

.text *:first-child {
	margin-top: 0;
}

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

.text *.align-left {
	float: left;
	margin-right: 2rem;
}

.text *.align-right {
	float: right;
	margin-left: 2rem;
}

.text *.align-wide {
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	width: 100vw;
}

.text *.align-wide + *:not([class]) {
	margin-top: 0;
}

.text blockquote {
	margin-left: 0;
	margin-right: 0;
	padding: 3rem 4%;
	border: .5rem solid currentColor;
	font-style: italic;
	position: relative;
}

.text blockquote:before {
	content: '';
	display: inline-block;
	vertical-align: bottom;
	width: 3.8rem;
	height: 3.8rem;
	margin-right: 2rem;
	margin-bottom: .5rem;
	background-image: url('data:image/svg+xml,%3Csvg viewBox=\'0 0 38 37\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M0.351563 19V37H15.3516V17.6H9.55156L14.5516 -9.53674e-06H7.95156L0.351563 19ZM22.7516 19V37H37.5516V17.6H31.9516L36.7516 -9.53674e-06H30.3516L22.7516 19Z\' fill=\'%23545665\'/%3E%3C/svg%3E%0A');
	background-size: contain;
	background-repeat: no-repeat;
}

.text table {
	border-collapse: collapse;
	border-spacing: 0px;
	/*border-color: #dadada;*/
	display: block;
	overflow-x: auto;
	max-width: 100%;
	font-size: 1.4rem;
}

.text table th,
.text table td {
	padding: 1rem;
	text-align: left;
}

.text table th {
	background-color: #06408f;
	color: #fff;
}

.text table td {
	background-color: #fff;
	color: #000;
}

.text .video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.text .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.text .photo-list__item {
	margin-bottom: 5rem;
}

.text .photo-list__item img {
	margin-top: 0;
	margin-bottom: 0;
}
.text .photo-list__item p {
	margin-top: 1rem;
}

.input-text input {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	border-radius: 0;
	color: inherit;
	height: 6rem;
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 2rem;
	font-size: 1.4rem;
	border-bottom: 1px solid currentColor;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .1)));
	background-image: -o-linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
	background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
	background-position: 0 0;
	background-size: 100% 0;
	background-repeat: no-repeat;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.input-text input:hover,
.input-text input:active,
.input-text input:focus {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	background-size: 100% 100%;
}

.input-radio input[type='radio'] {
	display: none;
}

.input-radio input[type='radio']:checked + span:before {
	-webkit-box-shadow: inset 0 0 0 .6rem #fff;
	box-shadow: inset 0 0 0 .6rem #fff;
	background-color: #06408f;
}

.input-radio span {
	display: block;
	position: relative;
	padding-left: 3.5rem;
}

.input-radio span:before {
	content: '';
	position: absolute;
	left: 0;
	top: -.2em;
	width: 2.5rem;
	height: 2.5rem;
	border: 2px solid #06408f;
	border-radius: 50%;
}

.input-check input[type='checkbox'] {
	display: none;
}

.input-check input[type='checkbox']:checked + span:before {
	height: .8rem;
	-webkit-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
	transform: rotate(-50deg);
	border-width: 2px;
	border-top-color: rgba(0, 0, 0, 0);
	border-right-color: rgba(0, 0, 0, 0);
}

.input-check span {
	position: relative;
	padding-left: 2.5rem;
}

.input-check span:before {
	content: '';
	position: absolute;
	left: 0;
	top: .4em;
	width: 1.4rem;
	height: 1.4rem;
	border: 1px solid currentColor;
	-webkit-transition: height .3s,border .3s, -webkit-transform .3s;
	transition: height .3s,border .3s, -webkit-transform .3s;
	-o-transition: height .3s,border .3s, transform .3s;
	transition: height .3s,border .3s, transform .3s;
	transition: height .3s,border .3s, transform .3s,-webkit-transform .3s;
}

.input-select select {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none !important;
	cursor: pointer;
	color: inherit;
	height: 5rem;
	width: 100%;
	padding: 1.5rem 3.5rem 1.5rem 1.5rem;
	font-size: 1.4rem;
	border: 1px solid #b5c6de;
	border-radius: .5rem;
	background-image: url('data:image/svg+xml,%3Csvg width=\'6\' height=\'4\' viewBox=\'0 0 6 4\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M3 4L0 0H6L3 4Z\' fill=\'black\'/%3E%3C/svg%3E%0A');
	background-position: -webkit-calc(100% - 1.5rem) 50%;
	background-position: calc(100% - 1.5rem) 50%;
	background-size: .6rem .4rem;
	background-repeat: no-repeat;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.input-select select:hover,
.input-select select:active,
.input-select select:focus {
	border-color: #2dc07c;
}

.input-quantity {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.input-quantity button {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 2rem;
	height: 2rem;
}

.input-quantity button:first-child {
	background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
	background-image: -o-linear-gradient(currentColor, currentColor);
	background-image: linear-gradient(currentColor, currentColor);
	background-size: 1rem 2px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.input-quantity button:last-child {
	background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)), -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
	background-image: -o-linear-gradient(currentColor, currentColor), -o-linear-gradient(currentColor, currentColor);
	background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
	background-size: 1rem 2px, 2px 1rem;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.input-quantity input {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	border-radius: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	max-width: 3em;
	font-size: 1.4rem;
	text-align: center;
}

.input-range-multiple {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.input-range-multiple label {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: -webkit-calc(50% - 1rem);
	max-width: calc(50% - 1rem);
}

.input-range-multiple label:nth-of-type(1) {
	margin-right: 2rem;
}

.input-range-multiple label:nth-of-type(1) input:nth-of-type(1) {
	text-align: left;
}

.input-range-multiple label:nth-of-type(2) {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.input-range-multiple label input {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 5em;
}

.input-range-multiple label input:nth-of-type(1) {
	margin-right: 0;
}

.input-range-multiple input {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none !important;
	color: inherit;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	max-width: -webkit-calc(50% - 1rem);
	max-width: calc(50% - 1rem);
}

.input-range-multiple input:nth-of-type(1) {
	margin-right: 2rem;
}

.input-range-multiple input:nth-of-type(2) {
	text-align: right;
}

.input-range-multiple input::-webkit-outer-spin-button,
.input-range-multiple input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0;
	/* <-- Apparently some margin are still there even though it's hidden */
}

.input-range-multiple .noUi-horizontal {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	height: .6rem;
	margin-top: 2rem;
	background-color: #fff;
}

.input-range-multiple .noUi-horizontal .noUi-handle {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-radius: 50%;
	width: 2rem;
	height: 2rem;
	left: -1rem;
	top: -.8rem;
	background-color: #3e404d;
}

.input-range-multiple .noUi-horizontal .noUi-handle:before,
.input-range-multiple .noUi-horizontal .noUi-handle:after {
	display: none;
}

.input-range-multiple .noUi-connects {
	border-radius: 0;
}

.input-range-multiple .noUi-connect {
	background-color: #3e404d;
}

html:not([dir='rtl']) .input-range-multiple .noUi-horizontal .noUi-handle {
	right: -1rem;
}

.header {
	position: relative;
	z-index: 2;
}

.header__top {
	background-color: #ebf0f6;
}

.header__top-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -1rem;
}

.header__phone {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	text-decoration: none;
	margin: 1rem;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.header__phone:hover,
.header__phone:active {
	color: #2dc07c;
}

.header__phone-icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 1.6rem;
	height: 1.6rem;
	margin-right: .5rem;
	color: #06408f;
}

.header__phone-icon svg {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.header__phone-text {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	font-size: 1.8rem;
	font-weight: 700;
	font-family: Arial, sans-serif;
}

.header__lang {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: .5rem;
	padding: 0;
	list-style: none;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #06408f;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__lang li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: .5rem;
}

.header__lang li a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.header__lang li a:hover,
.header__lang li a:active {
	color: #2dc07c;
}

.header__lang li.current a {
	opacity: .4;
}

.header__nav {
	padding: 0;
	list-style: none;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: .5rem 0;
	font-size: 1.4rem;
	font-weight: 500;
	text-shadow: 0 0 currentColor;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header__nav li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: .5rem 1rem;
}

.header__nav li a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.header__nav li a:hover,
.header__nav li a:active {
	color: #2dc07c;
}

.header__email {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	text-decoration: none;
	color: inherit;
	margin: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.header__email:hover,
.header__email:active {
	color: #2dc07c;
}

.header__email-icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 2rem;
	height: 2rem;
	margin-right: .5rem;
	font-size: 2.2rem;
	line-height: .8;
	font-weight: 700;
	color: #06408f;
}

.header__email-icon svg {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.header__email-text {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	font-style: normal;
	font-size: 1.4rem;
	text-shadow: 0 0 currentColor;
}

.header__social {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding: 0;
	margin: .5rem 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header__social li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: .5rem 1rem;
}

.header__social li a {
	text-decoration: none;
	display: block;
	width: 2rem;
	height: 2rem;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #06408f;
}

.header__social li a svg {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	fill: currentColor;
}

.header__social li a:hover,
.header__social li a:focus {
	color: #2dc07c;
}

.header__middle-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .5rem 0;
	margin: 0 -1rem;
}

.header__logo {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 1rem;
	width: 3.6rem;
}

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

.header__logo30 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 1rem;
	max-width: 31rem;
}

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

.header__text {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	max-width: 27rem;
	margin: 1rem 1rem 1rem 0;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 700;
	text-transform: uppercase;
	color: #06408f;
}

.header__text a {
	color: #06408f;
	text-decoration: none;
}

.header__search {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 1rem 2rem;
	position: relative;
}

.header__search input {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	border-radius: 0;
	width: 100%;
	height: 4rem;
	padding: 1rem 5.2rem 1rem 2rem;
	border-bottom: 2px solid #06408f;
	font-size: 1.6rem;
	font-weight: 500;
	color: #000;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.header__search input:hover,
.header__search input:focus {
	border-bottom-color: #2dc07c;
}

.header__search button {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	top: .8rem;
	right: 1.5rem;
	width: 2.2rem;
	height: 2.2rem;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #06408f;
}

.header__search button svg {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	fill: currentColor;
}

.header__search button:hover,
.header__search button:focus {
	color: #2dc07c;
}

.header__account {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header__account-item {
	text-decoration: none;
	color: inherit;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 1rem 2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__account-item:hover,
.header__account-item:active {
	color: #2dc07c;
}

.header__account-icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 3.3rem;
	height: 3.3rem;
	margin-right: 1rem;
	color: #06408f;
}

.header__account-icon svg {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	fill: currentColor;
}

.header__account-text {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.header__bottom {
	border-top: 1px solid #b5c6de;
	border-bottom: 1px solid #b5c6de;
}

.header__bottom-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	/*padding: .5rem 0;*/
	margin: 0 -1rem;
	position: relative;
}

.header__button-menu {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	height: 1.8rem;
	width: 2.3rem;
	margin: 1rem;
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#06408f), to(#06408f));
	background-image: -o-linear-gradient(#06408f, #06408f);
	background-image: linear-gradient(#06408f, #06408f);
	background-size: 100% 2px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

.header__button-menu:before,
.header__button-menu:after {
	content: '';
	position: absolute;
	left: 0;
	height: 2px;
	border-radius: 2px;
	background-color: #06408f;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.header__button-menu:before {
	top: 0;
	width: 100%;
}

.header__button-menu:after {
	bottom: 0;
	width: 100%;
}

.header__button-menu:active,
.header__button-menu:hover {
	background-size: 100% 2px;
}

.header__button-menu:active:after,
.header__button-menu:hover:after {
	width: 100%;
}

.header__button-menu[active] {
	color: #fff;
	background-image: none;
}

.header__button-menu[active]:before {
	top: .8rem;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header__button-menu[active]:after {
	width: 100%;
	bottom: .8rem;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header__menu {
	/*margin: .5rem 1rem;*/
	margin: 0rem 1rem;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.header__menu > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.5rem;
	font-weight: 500;
	text-shadow: 0 0 currentColor;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header__menu > ul a {
	display: block;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.header__menu > ul > li {
	position: relative;
}

.header__menu > ul > li:hover > ul,
.header__menu > ul > li:active > ul,
.header__menu > ul > li.active > ul {
	visibility: visible;
	-webkit-transform: translateY(-webkit-calc(100% - 1rem));
	-ms-transform: translateY(calc(100% - 1rem));
	transform: translateY(calc(100% - 1rem));
	opacity: 1;
	z-index: 1;
}

.header__menu > ul > li > a {
	padding: 1.2rem 1.5rem;
	color: inherit;
	white-space: nowrap;
}

.header__menu > ul > li > a:hover,
.header__menu > ul > li > a:active {
	color: #2dc07c;
}

.header__menu > ul > li > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	visibility: hidden;
	-webkit-transform: translateY(-webkit-calc(100% + 3rem));
	-ms-transform: translateY(calc(100% + 3rem));
	transform: translateY(calc(100% + 3rem));
	opacity: 0;
	position: absolute;
	bottom: -1rem;
	left: 0;
	min-width: 100%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background-color: #fff;
}

.header__menu > ul > li > ul li {
	position: relative;
}

.header__menu > ul > li > ul li ul {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translateY(3rem) translateX(100%);
	-ms-transform: translateY(3rem) translateX(100%);
	transform: translateY(3rem) translateX(100%);
	margin: 0;
	padding: 0;
	list-style: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.header__menu > ul > li > ul li:hover > ul,
.header__menu > ul > li > ul li:active > ul,
.header__menu > ul > li > ul li.active > ul {
	-webkit-transform: translateY(0) translateX(100%);
	-ms-transform: translateY(0) translateX(100%);
	transform: translateY(0) translateX(100%);
	visibility: visible;
	opacity: 1;
	z-index: 1;
}

.header__menu > ul > li > ul a {
	padding: 1rem 1.5rem;
	white-space: nowrap;
	color: #333;
}

.header__menu > ul > li > ul a:hover,
.header__menu > ul > li > ul a:active {
	background-color: rgba(6, 64, 143, .1);
}

.header__menu > ul li ul {
	-webkit-box-shadow: 0 0 3rem 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 3rem 0 rgba(0, 0, 0, .1);
}

.header__menu > ul li.has-submenu > a,
.header__menu > ul li ul + a {
	position: relative;
}

.header__menu > ul li.has-submenu > a:after,
.header__menu > ul li ul + a:after {
	content: '';
	display: inline-block;
	vertical-align: top;
	margin: .6em 0 0 .8rem;
	border: .3rem solid rgba(255, 255, 255, 0);
	border-top: .4rem solid currentColor;
}

.header__news {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	text-decoration: none;
	color: #06408f;
	margin: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header__news:hover,
.header__news:active {
	color: #2dc07c;
}

.header__news-icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 1.8rem;
	height: 1.8rem;
	margin-right: .5rem;
	color: #ff4f00;
}

.header__news-icon svg {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	fill: currentColor;

	animation: blink 1.5s infinite;
}

@keyframes blink {
	0% {opacity:1;}
    50% {opacity:0;}
    100% {opacity:1;}
}

.header__news-text {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.1;
	text-shadow: 0 0 currentColor;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.header__additional-menu {
	display: none;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: -1px;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	background-color: #fff;
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 10px rgba(0, 0, 0, .07);
	font-size: 1.5rem;
	font-weight: 500;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -1.5rem;
	padding: 2rem 0;
}

.header__additional-menu ul {
	margin: 2rem 1.5rem;
	padding: 0;
	list-style: none;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: -webkit-calc(25% - 3rem);
	width: calc(25% - 3rem);
}

.header__additional-menu ul li + li {
	margin-top: 1rem;
}

.header__additional-menu ul li b {
	color: #000;
	text-transform: uppercase;
}

.header__additional-menu ul li a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.header__additional-menu ul li a:hover,
.header__additional-menu ul li a:active {
	color: #2dc07c;
}

.header__button-menu {
		display: none;
	}

@media only screen and (max-width: 1280px) {
	.header__menu > ul > li > a {
		padding: .5rem 1rem;
	}
}

@media only screen and (max-width: 1024px) {
	.header__button-menu {
		display: inline-block;
	}
	.header__top-box {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.header__nav {
		display: none;
	}
	.header__middle-box {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.header__account {
		margin-left: auto;
	}
	.header__search {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		margin: 1rem;
	}
	.header__bottom-box {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.header__news {
		width: -webkit-calc(100% - 6.3rem);
		width: calc(100% - 6.3rem);
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}
	.header__menu {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		display: none;
		width: 100%;
		text-align: center;
	}
	.header__menu > ul {
		display: block;
		font-size: 1.8rem;
	}
	.header__menu > ul a {
		display: inline-block;
	}
	.header__menu > ul > li > a {
		padding: 1.5rem;
	}
	.header__menu > ul > li:hover > ul,
	.header__menu > ul > li:active > ul,
	.header__menu > ul > li.active > ul {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.header__menu > ul > li > ul {
		position: static;
		visibility: visible;
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		display: none;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
	.header__menu > ul > li > ul li:hover > ul,
	.header__menu > ul > li > ul li:active > ul,
	.header__menu > ul > li > ul li.active > ul {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.header__menu > ul > li > ul li ul {
		position: static;
		visibility: visible;
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		display: none;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
	.header__menu > ul > li > ul a {
		padding: 1rem 1.5rem;
	}
	.header__menu > ul > li > ul a:hover,
	.header__menu > ul > li > ul a:active {
		background: none;
	}
	.header__menu > ul li ul {
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0 -4.4%;
		background-color: #e2eeff;
	}
	.header__menu > ul li.has-submenu > a:after,
	.header__menu > ul li ul + a:after {
		margin: .8rem 0 0 1rem;
	}
}

@media only screen and (max-width: 768px) {
	.header__account-item {
		margin: 1rem;
	}
	.header__additional-menu ul {
		width: -webkit-calc(33.3333% - 3rem);
		width: calc(33.3333% - 3rem);
	}
}

@media only screen and (max-width: 640px) {
	.header__text {
		max-width: 20rem;
	}
	.header__account {
		display: block;
	}
	.header__account-text {
		font-size: 1.2rem;
	}
	.header__account-icon {
		width: 2.8rem;
		height: 2.8rem;
	}
	.header__additional-menu ul {
		width: -webkit-calc(50% - 3rem);
		width: calc(50% - 3rem);
	}
}

@media only screen and (max-width: 480px) {
	.header__news-text {
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 360px) {
	.header__text {
		max-width: 100%;
		width: -webkit-calc(100% - 6.6rem);
		width: calc(100% - 6.6rem);
		font-size: 1.5rem;
	}
	.header__account {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.header__account-text {
		font-size: 1.4rem;
	}
	.header__account-icon {
		width: 3.3rem;
		height: 3.3rem;
	}
	.header__additional-menu {
		padding: 0 4%;
	}
	.header__additional-menu ul {
		width: 100%;
		margin: 2rem 0;
	}
}

.footer {
	margin-top: 4rem;
	padding: 3rem 0 1rem 0;
	color: #fff;
	background-color: #06408f;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.footer__box {
	margin: 0 -1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__menu {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	width: -webkit-calc(80% - 2rem);
	width: calc(80% - 2rem);
	font-size: 1.4rem;
	font-weight: 500;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.footer__menu ul {
	padding: 0;
	list-style: none;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: -webkit-calc(20% - 2rem);
	width: calc(20% - 2rem);
	margin: 2rem 1rem;
}

.footer__menu ul li {
	margin-top: 1.25rem;
}

.footer__menu ul li a {
	text-decoration: none;
	color: inherit;
	background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
	background-image: -o-linear-gradient(currentColor, currentColor);
	background-image: linear-gradient(currentColor, currentColor);
	background-size: 0 1px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.footer__menu ul li a:hover,
.footer__menu ul li a:active {
	background-size: 100% 1px;
}

.footer__menu ul li b {
	display: inline-block;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
	font-weight: 700;
}


.footer__aside {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	width: -webkit-calc(20% - 2rem);
	width: calc(20% - 2rem);
	margin: 3rem 1rem;
}

.footer__account-item {
	text-decoration: none;
	color: inherit;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__account-item + .footer__account-item {
	margin-top: 1.5rem;
}

.footer__account-item:hover,
.footer__account-item:active {
	color: #2dc07c;
}

.footer__account-icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 3.3rem;
	height: 3.3rem;
	margin-right: 1rem;
}

.footer__account-icon svg {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	fill: currentColor;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.footer__account-text {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.footer__sicial {
	margin-top: 5rem;
}

.footer__social-title {
	font-size: 1.4rem;
	font-weight: 500;
}

.footer__social-list {
	padding: 0;
	list-style: none;
	margin: 1rem 0 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer__social-list li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 1rem;
}

.footer__social-list li a {
	text-decoration: none;
	color: inherit;
	display: block;
	width: 2.9rem;
	height: 2.9rem;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.footer__social-list li a svg {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	fill: currentColor;
}

.footer__social-list li a:hover,
.footer__social-list li a:focus {
	color: #2dc07c;
}

.footer__copy {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 2rem 1rem;
	font-size: 1.4rem;
	font-weight: 500;
}

.footer__copy a {
	color: #fff;
}

.footer__contacts {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 2rem 1rem;
	padding: 0;
	list-style: none;
	font-size: 1.4rem;
	font-weight: 500;
}

.footer__contacts address {
	font-style: normal;
}

.footer__contacts li a {
	text-decoration: none;
	color: inherit;
	background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
	background-image: -o-linear-gradient(currentColor, currentColor);
	background-image: linear-gradient(currentColor, currentColor);
	background-size: 0 1px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.footer__contacts li a:hover,
.footer__contacts li a:active {
	background-size: 100% 1px;
}

.footer__phone {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 2rem 1rem;
	font-size: 3.2rem;
	line-height: 1;
	font-weight: 500;
	font-family: Arial, sans-serif;
}

.footer__phone a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.footer__phone a:hover,
.footer__phone a:active {
	color: #2dc07c;
}

.footer__creator {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 2rem 1rem;
}

.footer__creator-title {
	font-size: 1.4rem;
	font-weight: 500;
}

.footer__creator-box {
	margin: 1rem -1rem 0 -1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__creator-item {
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 1rem;
}

.footer__creator-item img {
	display: block;
	max-width: 70px;
	width: auto;
	height: auto;
}

@media only screen and (max-width: 1024px) {
	.footer__box {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.footer__menu {
		width: 100%;
	}
	.footer__aside {
		width: auto;
	}
}

@media only screen and (max-width: 768px) {
	.footer__menu {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer__menu ul {
		width: -webkit-calc(33.333% - 2rem);
		width: calc(33.333% - 2rem);
	}
}


@media only screen and (max-width: 480px) {
	.footer__box {
		display: block;
	}
	.footer__menu {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer__menu ul {
		width: 100%;
		margin: 0;
		text-align: center;
	}

	.footer__menu ul li {
		display: none;
	}

	.footer__menu ul li:first-child {
		display: list-item;
	}

	.footer__menu ul:nth-of-type(3) {
		display: none;
	}

	.footer__account-item {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer__sicial {
		text-align: center;
	}
	.footer__social-list {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer__copy {
		margin-top: 4rem;
		text-align: center;
	}
	.footer__contacts {
		margin-top: 4rem;
		text-align: center;
	}
	.footer__phone {
		margin-top: 4rem;
		text-align: center;
	}
	.footer__creator {
		margin-top: 4rem;
		text-align: center;
	}
	.footer__creator-box {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media only screen and (max-width: 360px) {
	.footer__menu {
		display: block;
		text-align: center;
	}
	.footer__menu ul {
		width: auto;
	}
}

.page {
	padding: 3rem 0;
}

.page__box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.page__box:not(:first-child) {
	margin-top: 3rem;
}

.page__main {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: -webkit-calc(70% - 1rem);
	width: calc(70% - 1rem);
}

.page__aside {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: -webkit-calc(30% - 1rem);
	width: calc(30% - 1rem);
	margin-top: 1rem;
}

.page__aside .head__title {
	font-size: 2.7rem;
}

.page__aside > *:not(:first-child) {
	margin-top: 3rem;
}

.page__button {
	margin-top: 5rem;
}

.page__button .button {
	background-color: #06408f;
}

.page__button .button:hover,
.page__button .button:active {
	background-color: #2dc07c;
}

.head {
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(6, 64, 143, .3);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.head:not(:first-child) {
	margin-top: 3rem;
}

.head__pretitle {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	margin-bottom: 1rem;
	font-size: 1.2rem;
	font-weight: 600;
	color: #06408f;
	text-transform: uppercase;
}

.head__title {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 0 2rem 0 0;
	font-weight: 600;
	font-size: 3.6rem;
	line-height: 1.1;
	color: #000;
}

.head__link {
	display: block;
	text-decoration: none;
	color: #06408f;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-top: 1rem;
	font-weight: 600;
	font-size: 1.4rem;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.head__link:hover,
.head__link:active {
	color: #2dc07c;
}

.head__button {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-top: 1rem;
}

.tags {
	margin: 2rem 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 1.2rem;
	font-weight: 600;
	color: #808080;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tags li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 1rem 2rem 0 0;
}

.tags li a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.tags li a:hover,
.tags li a:active {
	color: #2dc07c;
}

.tags li.active {
	font-weight: 700;
	color: #06408f;
}

.load-more {
	margin-top: 5rem;
}

.load-more .button {
	width: 100%;
	background-color: #f4f7fa;
	color: #06408f;
}

.load-more .button:hover,
.load-more .button:active {
	background-color: #2dc07c;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.page__box {
		display: block;
	}
	.page__main {
		width: auto;
	}
	.page__aside {
		width: auto;
		margin-top: 5rem;
	}
}

.articles__slider {
	margin-top: 2rem;
	/*.banners__nav {
        position: absolute;
        z-index: 1;

        top: calc(50% - 2rem);
        left: 0;
        right: 0;

        .swiper-button-prev,
        .swiper-button-next {

            position: initial;
            top: initial;
            right: initial;
            left: initial;
            width: initial;
            height: initial;
            margin-top: initial;
            z-index: initial;
            cursor: initial;
            background-size: initial;
            background-position: initial;
            background-repeat: initial;

            @include btn;
            width: 6.4rem;
            height: 6.4rem;
            color: $color-accent;
            background-color: #fff;
            border-radius: 50%;
            background-image: none;
            //background-image: linear-gradient(currentColor, currentColor);
            //background-position: 0 50%;
            //background-size: 100% 1px;
            //background-repeat: no-repeat;
            transition: .3s;

            position: absolute;
            top: 0;

            &:after {
                display: none;
            }
            &:before {
                content: '';
                position: absolute;
                top: 50%;
                width: 1.5rem;
                height: 1.5rem;
                border-left: 3px solid currentColor;
                border-top: 3px solid currentColor;
            }

            //&.swiper-button-disabled {
            //    opacity: initial;
            //    cursor: initial;
            //    pointer-events: initial;
            //
            //    cursor: auto;
            //    pointer-events: none;
            //    width: 2rem;
            //    color: #3F4440;
            //    //background-image: linear-gradient(#3F4440, #3F4440);
            //}
            &:hover, &:active {
                color: $color-main;
            }
        }

        .swiper-button-prev {
            left: 0;
            transform: translateY(-50%) translateX(-50%);

            &:before {
                left: calc(50% - .5rem);
                transform: translateY(-50%) rotate(-45deg);
            }
        }

        .swiper-button-next {
            right: 0;
            transform: translateY(-50%) translateX(50%);

            &:before {
                right: calc(50% - .5rem);
                transform: translateY(-50%) rotate(135deg);
            }
        }
    }*/
}

.articles__slider .swiper-container .swiper-wrapper .articles__slide {
	margin-top: 0;
}

.articles__slider .articles__dots {
	position: relative;
	z-index: 1;
	margin-top: 1.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.articles__slider .articles__dots.swiper-pagination-bullets {
	bottom: initial;
	left: initial;
	width: initial;
}

.articles__slider .articles__dots.swiper-pagination-bullets .swiper-pagination-bullet {
	width: initial;
	height: initial;
	display: initial;
	border-radius: initial;
	background: initial;
	opacity: initial;
	margin: 0;
	outline: none;
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 4rem;
	height: .4rem;
	margin-right: .5rem;
	background-color: #06408f;
	opacity: .25;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.articles__slider .articles__dots.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.articles__slider .articles__dots.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.articles__slider .articles__dots.swiper-pagination-bullets .swiper-pagination-bullet:active {
	opacity: 1;
}

.articles__slide {
	min-height: 37rem;
	padding: 5rem 2.5rem;
	color: #fff;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.articles__slide + .articles__slide {
	margin-top: 2rem;
}

.articles__slide-image {
	margin: 0;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.articles__slide-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.articles__slide-image:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.25)));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
}

.articles__slide-date {
	font-weight: 600;
	font-size: 1.6rem;
}

.articles__slide-title {
	margin: 1rem 0 0 0;
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 1.1;
}

.articles__slide-title a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.articles__slide-title a:hover,
.articles__slide-title a:active {
	color: #2dc07c;
}

.articles__box {
	margin: 3rem -1rem 0 -1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.articles__item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: -webkit-calc(25% - 2rem);
	width: calc(25% - 2rem);
	margin: 2rem 1rem 0 1rem;
}

.articles__item-image {
	margin: 0;
}

.articles__item-image img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	border-radius: .5rem;
}

.articles__item-date {
	margin-top: 1rem;
	font-size: 1.2rem;
	font-weight: 500;
	color: #777;
}

.articles__item-title {
	margin: .5rem  0 0 0;
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: 600;
	word-wrap: break-word;
}

.articles__item-title a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.articles__item-title a:hover,
.articles__item-title a:active {
	color: #2dc07c;
}

.articles__item-tags {
	margin: .5rem  0 0 0;
	padding: 0;
	list-style: none;
	font-size: 1.2rem;
	font-weight: 500;
	color: #06408f;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.articles__item-tags li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	position: relative;
}

.articles__item-tags li a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.articles__item-tags li a:hover,
.articles__item-tags li a:active {
	color: #2dc07c;
}

.articles__item-tags li:not(:last-child) {
	padding-right: 2rem;
}

.articles__item-tags li:not(:last-child):before {
	content: '';
	position: absolute;
	top: .5em;
	right: .5rem;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	background-color: currentColor;
}

@media only screen and (max-width: 1024px) {
	.articles__item {
		width: -webkit-calc(33.3333% - 2rem);
		width: calc(33.3333% - 2rem);
	}
}

@media only screen and (max-width: 480px) {
	.articles__item {
		width: -webkit-calc(50% - 2rem);
		width: calc(50% - 2rem);
	}
}

.announcements {
	margin-top: 2rem;
	/*.banners__nav {
        position: absolute;
        z-index: 1;

        top: calc(50% - 2rem);
        left: 0;
        right: 0;

        .swiper-button-prev,
        .swiper-button-next {

            position: initial;
            top: initial;
            right: initial;
            left: initial;
            width: initial;
            height: initial;
            margin-top: initial;
            z-index: initial;
            cursor: initial;
            background-size: initial;
            background-position: initial;
            background-repeat: initial;

            @include btn;
            width: 6.4rem;
            height: 6.4rem;
            color: $color-accent;
            background-color: #fff;
            border-radius: 50%;
            background-image: none;
            //background-image: linear-gradient(currentColor, currentColor);
            //background-position: 0 50%;
            //background-size: 100% 1px;
            //background-repeat: no-repeat;
            transition: .3s;

            position: absolute;
            top: 0;

            &:after {
                display: none;
            }
            &:before {
                content: '';
                position: absolute;
                top: 50%;
                width: 1.5rem;
                height: 1.5rem;
                border-left: 3px solid currentColor;
                border-top: 3px solid currentColor;
            }

            //&.swiper-button-disabled {
            //    opacity: initial;
            //    cursor: initial;
            //    pointer-events: initial;
            //
            //    cursor: auto;
            //    pointer-events: none;
            //    width: 2rem;
            //    color: #3F4440;
            //    //background-image: linear-gradient(#3F4440, #3F4440);
            //}
            &:hover, &:active {
                color: $color-main;
            }
        }

        .swiper-button-prev {
            left: 0;
            transform: translateY(-50%) translateX(-50%);

            &:before {
                left: calc(50% - .5rem);
                transform: translateY(-50%) rotate(-45deg);
            }
        }

        .swiper-button-next {
            right: 0;
            transform: translateY(-50%) translateX(50%);

            &:before {
                right: calc(50% - .5rem);
                transform: translateY(-50%) rotate(135deg);
            }
        }
    }*/
}

.announcements .swiper-container .swiper-wrapper .announcements__section {
	margin-top: 0;
}

.announcements .announcements__dots {
	position: relative;
	z-index: 1;
	margin-top: 1.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.announcements .announcements__dots.swiper-pagination-bullets {
	bottom: initial;
	left: initial;
	width: initial;
}

.announcements .announcements__dots.swiper-pagination-bullets .swiper-pagination-bullet {
	width: initial;
	height: initial;
	display: initial;
	border-radius: initial;
	background: initial;
	opacity: initial;
	margin: 0;
	outline: none;
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 4rem;
	height: .4rem;
	margin-right: .5rem;
	background-color: #06408f;
	opacity: .25;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.announcements .announcements__dots.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.announcements .announcements__dots.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.announcements .announcements__dots.swiper-pagination-bullets .swiper-pagination-bullet:active {
	opacity: 1;
}

.announcements__item {
	margin-top: 2rem;
	position: relative;
	cursor: pointer;
}

.replacer {
	opacity: 0;
}

.announcements__item:hover .announcements__item-title.short {
	display: none;
}

.announcements__item:hover .announcements__item-title.replacer {
	display: block;
	opacity : 1;
}

.announcements__item-date {
	font-size: 1.2rem;
	font-weight: 600;
	color: #777;
}

.announcements__item-title {
	margin-top: 1rem;
	font-size: 1.4rem;
	font-weight: 500;

	transition: 1s all ease;
}

.announcements__item-title.short:after {
	content: url('/_img/cuttext.svg');
	width: 24px;
	height: 10px;
	margin-left: 5px;
	cursor: pointer;

}

.announcements__item-title.replacer {
	display: none;
}

.announcements__item-title a {
	text-decoration: none;
	color: #06408f;
	font-weight: 700;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.announcements__item-title a:hover,
.announcements__item-title a:active {
	color: #2dc07c;
}

.subscribe {
	margin-top: 4rem;
	margin-bottom: 5rem;
	padding: 2.5rem 2rem;
	color: #fff;
	border-radius: .5rem;
	background-color: #2dc07c;
	background-position: 50% 100%;
	background-size: cover;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.subscribe__title {
	-webkit-box-flex: 0;
	-webkit-flex: 0 10 auto;
	-ms-flex: 0 10 auto;
	flex: 0 10 auto;
	margin: 0 3rem 0 0;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.25;
}

.subscribe__image {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: -4rem  3rem -5rem 0;
}

.subscribe__image img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	-webkit-filter: drop-shadow(0 1rem 1rem rgba(0, 0, 0, .2));
	filter: drop-shadow(0 1rem 1rem rgba(0, 0, 0, .2));
}

.subscribe__button {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.subscribe__button .button {
	color: #2dc07c;
	background-color: #fff;
}

.subscribe__button .button:hover,
.subscribe__button .button:active {
	color: #fff;
	background-color: #06408f;
}

@media only screen and (max-width: 1024px) {
	.subscribe {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.subscribe__title {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-right: 0;
		width: 100%;
	}
	.subscribe__button {
		margin-top: 1rem;
	}
	.subscribe__image {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		margin: 1rem 0 -5rem 2rem;
	}
}

.about {
	padding: 3rem 0;
}

.about__title {
	margin: 0;
	font-size: 7.6rem;
	font-weight: 600;
	line-height: 1;
	color: #06408f;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.about__title:after {
	content: '';
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	margin-left: 2rem;
	height: 1px;
	background-color: rgba(6, 64, 143, .3);
}

.about__box {
	margin-top: 2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.about__content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: -webkit-calc(50% - 1rem);
	width: calc(50% - 1rem);
}

.about__text {
	font-size: 1.8rem;
	font-weight: 500;
}

.about__button {
	margin-top: 3rem;
}

.about__enter {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	width: -webkit-calc(50% - 1rem);
	width: calc(50% - 1rem);
	padding: 3rem 3%;
	border-radius: .5rem;
	background-color: #f4f7fa;
	background-position: 30% 20px;
	/*background-size: auto;*/
	background-size: contain;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.about__enter-head {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: -webkit-calc(50% - 1rem);
	width: calc(50% - 1rem);
}

.about__enter-title {
	font-size: 7.6rem;
	font-weight: 600;
	line-height: 1;
	color: #06408f;
	word-wrap: break-word;
}

.about__enter-subtitle {
	margin-top: 2rem;
	font-size: 1.8rem;
	font-weight: 600;
}

.about__enter-button {
	margin-top: 2rem;
}

.about__enter-button .button {
	color: #06408f;
	background-color: #fff;
}

.about__enter-button .button:hover,
.about__enter-button .button:active {
	color: #fff;
	background-color: #06408f;
}

.about__enter-footer {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: -webkit-calc(50% - 1rem);
	width: calc(50% - 1rem);
}

.about__enter-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.6rem;
	font-weight: 700;
	color: #06408f;
}

.about__enter-nav li {
	margin-top: .5rem;
}

.about__enter-nav li a {
	text-decoration: none;
	color: inherit;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 64, 143, .3)), to(rgba(6, 64, 143, .3)));
	background-image: -o-linear-gradient(rgba(6, 64, 143, .3), rgba(6, 64, 143, .3));
	background-image: linear-gradient(rgba(6, 64, 143, .3), rgba(6, 64, 143, .3));
	background-size: 100% 1px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.about__enter-nav li a:hover,
.about__enter-nav li a:active {
	color: #2dc07c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2dc07c), to(#2dc07c));
	background-image: -o-linear-gradient(#2dc07c, #2dc07c);
	background-image: linear-gradient(#2dc07c, #2dc07c);
}

.about__enter-text {
	margin-top: 2rem;
	font-size: 1.6rem;
	font-weight: 500;
}

.about__enter-text a {
	color: #333;
	text-decoration: none;
}

.about__enter-text a:hover {
	color: #2dc07c;
}

@media only screen and (max-width: 1280px) {
	.about__title {
		font-size: 6rem;
	}
}

@media only screen and (max-width: 1024px) {
	.about__title {
		font-size: 5rem;
	}
	.about__box {
		display: block;
	}
	.about__content {
		width: auto;
	}
	.about__enter {
		width: auto;
		margin-top: 3rem;
	}
}

@media only screen and (max-width: 768px) {
	.about__title {
		font-size: 4rem;
	}
}

@media only screen and (max-width: 480px) {
	.about__enter {
		display: block;
	}
	.about__enter-head {
		width: auto;
	}
	.about__enter-footer {
		width: auto;
		margin-top: 2rem;
	}
}

.activity {
	padding: 3rem 0;
	overflow: hidden;
}

.activity__box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.activity__committees {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	z-index: 2;
	width: -webkit-calc(33.3333% - 1rem);
	width: calc(33.3333% - 1rem);
	margin-top: 1rem;
}

.activity__committees .head__title {
	font-size: 2.7rem;
}

.activity__committees-box {
	margin-top: 1rem;
}

.activity__committees-box .activity__committees-dots {
	position: relative;
	z-index: 1;
	margin-top: 1.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.activity__committees-box .activity__committees-dots.swiper-pagination-bullets {
	bottom: initial;
	left: initial;
	width: initial;
}

.activity__committees-box .activity__committees-dots.swiper-pagination-bullets .swiper-pagination-bullet {
	width: initial;
	height: initial;
	display: initial;
	border-radius: initial;
	background: initial;
	opacity: initial;
	margin: 0;
	outline: none;
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 4rem;
	height: .4rem;
	margin-right: .5rem;
	background-color: #06408f;
	opacity: .25;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.activity__committees-box .activity__committees-dots.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.activity__committees-box .activity__committees-dots.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.activity__committees-box .activity__committees-dots.swiper-pagination-bullets .swiper-pagination-bullet:active {
	opacity: 1;
}

.activity__committees-section {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.6rem;
	font-weight: 600;
	color: #06408f;
}

.activity__committees-section li {
	margin-top: 1rem;
}

.activity__committees-section li a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.activity__committees-section li a:hover,
.activity__committees-section li a:active {
	color: #2dc07c;
}

.activity__services {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: -webkit-calc(66.6666% - 1rem);
	width: calc(66.6666% - 1rem);
}

.activity__services-head {
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgba(6, 64, 143, .3);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.activity__services-thumbs {
	margin-bottom: -1.5rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow: hidden;
	position: relative;
}

.activity__services-thumbs:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	width: 3rem;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

.activity__services-thumbs-wrapper .swiper-slide {
	width: auto;
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 1.25rem 1rem;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#06408f), to(#06408f));
	background-image: -o-linear-gradient(#06408f, #06408f);
	background-image: linear-gradient(#06408f, #06408f);
	background-size: 100% 0;
	background-position: 0 100%;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.activity__services-thumbs-wrapper .swiper-slide.swiper-slide-thumb-active {
	background-size: 100% .4rem;
}

.activity__services-thumbs-wrapper .swiper-slide:hover,
.activity__services-thumbs-wrapper .swiper-slide:active {
	color: #2dc07c;
	text-shadow: 0 0 currentColor;
}

.activity__services-heading {
	margin: 0 3rem 0 0;
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 1;
	color: #000;
}

.activity__services-box {
	margin-top: 2rem;
	position: relative;
}

.activity__services-box .activity__services-container {
	/*overflow: visible;*/
	position: relative;
}

.activity__services-box .activity__services-container:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	right: 100%;
	bottom: 0;
	width: 100vw;
	background-color: #fff;
}

.services-nav-arrow {
	position: absolute;
    height: 100px;
    width: 30px;
    cursor: pointer;
    background : url(/_img/slider_arrow.svg) no-repeat center center;
    content: '';
    top: calc(50% - 50px);
    right: -4rem;
}

.activity__services-item {
	padding: 3rem 2.5rem;
	margin-bottom: 5rem;
	border-radius: .5rem;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-image: url('data:image/svg+xml,%3Csvg width=\'290\' height=\'255\' viewBox=\'0 0 290 255\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cmask id=\'mask0\' mask-type=\'alpha\' maskUnits=\'userSpaceOnUse\' x=\'13\' y=\'17\' width=\'277\' height=\'238\'%3E%3Crect x=\'13\' y=\'17\' width=\'277\' height=\'238\' rx=\'4\' fill=\'white\'/%3E%3C/mask%3E%3Cg mask=\'url(%23mask0)\'%3E%3Cpath opacity=\'0.200461\' d=\'M172.5 336C260.589 336 332 264.589 332 176.5C332 88.4106 260.589 17 172.5 17C84.4106 17 13 88.4106 13 176.5C13 264.589 84.4106 336 172.5 336Z\' fill=\'white\'/%3E%3C/g%3E%3C/svg%3E%0A');
	background-position: 100% 100%;
	background-size: auto;
	background-repeat: no-repeat;
	cursor: pointer;
	height: auto!important;
}

.activity__services-item + .activity__services-item {
	margin-top: 2rem;
}

.activity__services-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: -webkit-calc(66.6666% - 1rem);
	width: calc(66.6666% - 1rem);
}

.activity__services-title {
	margin: 0;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.25;
}

.activity__services-text {
	margin-top: 3rem;
	font-size: 1.8rem;
	font-weight: 600;
}

.activity__services-button {
	margin-top: 4rem;
}

.activity__services-button .button {
	background-color: #fff;
	color: #333;
}

.activity__services-button .button:hover,
.activity__services-button .button:active {
	color: #fff;
	background-color: #06408f;
}

.activity__services-image {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	width: -webkit-calc(33.3333% - 1rem);
	width: calc(33.3333% - 1rem);
	margin: 0 0 -7rem 0;
	text-align: right;
}

.activity__services-image img {
	max-width: 100%;
	width: auto;
	height: auto;
	-webkit-filter: drop-shadow(0 1rem 1rem rgba(0, 0, 0, .2));
	filter: drop-shadow(0 1rem 1rem rgba(0, 0, 0, .2));
}

@media only screen and (max-width: 768px) {
	.activity__box {
		display: block;
	}
	.activity__committees {
		width: auto;
		margin: 0;
	}
	.activity__services {
		width: auto;
		margin-top: 6rem;
	}
}

@media only screen and (max-width: 480px) {
	.activity__services-head {
		display: block;
	}
	.activity__services-heading {
		margin: 0;
	}
	.activity__services-thumbs {
		margin-top: 2rem;
	}
	.activity__services-item {
		display: block;
	}
	.activity__services-content {
		width: auto;
		margin-top: 3rem;
	}
	.activity__services-image {
		width: auto;
		margin: 4rem 0 -7rem 0;
	}
}

.events {
	padding: 3rem 0;
	color: #fff;
	background-color: #3a4b62;
}

.events__head {
	border-bottom-color: #4c5c70;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.events__head .events__buttons {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-right: 4rem;
	margin-bottom: -1rem;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto;
}

.events__head .events__buttons::-webkit-scrollbar {
	width: 1.5rem;
	height: 1.5rem;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, .5)));
	background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
	background-size: 100% 1px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

.events__head .events__buttons::-webkit-scrollbar-thumb {
	border-radius: 1rem;
	background-color: #182940;
	border: 1px solid currentColor;
	background-image: url('data:image/svg+xml,%3Csvg width=\'5\' height=\'8\' viewBox=\'0 0 8 14\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M7 13L1 7L7 1\' stroke=\'white\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E '), url('data:image/svg+xml,%3Csvg width=\'5\' height=\'8\' viewBox=\'0 0 8 14\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M1 13L7 7L1 1\' stroke=\'white\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A');
	background-size: .5rem .8rem, .5rem .8rem;
	background-position: .2rem .2rem, -webkit-calc(100% - .2rem) .2rem;
	background-position: .2rem .2rem, calc(100% - .2rem) .2rem;
	background-repeat: no-repeat, no-repeat;
}

.events__head .events__buttons button {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	color: inherit;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	padding: 1.25rem 1.5rem;
	background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
	background-image: -o-linear-gradient(currentColor, currentColor);
	background-image: linear-gradient(currentColor, currentColor);
	background-size: 100% 0;
	background-position: 0 100%;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.events__head .events__buttons button[active] {
	background-size: 100% .4rem;
}

.events__head .events__buttons button:hover,
.events__head .events__buttons button:active {
	color: #2dc07c;
	text-shadow: 0 0 currentColor;
}

.events__head-title {
	color: inherit;
	margin-right: 4rem;
}

.events__head-link {
	color: inherit;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.events__box {
	margin-top: 2rem;
	position: relative;
}

.events__box:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 3rem;
	width: 5rem;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(95%, #3a4b62));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #3a4b62 95%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #3a4b62 95%);
}

.events__section {
	margin: 0 0 2rem 0;
	padding-bottom: 3rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto;
}

.events__section::-webkit-scrollbar-track {
	border-radius: 1rem;
	height: 1rem;
}

.events__section::-webkit-scrollbar {
	width: 2rem;
	height: 2rem;
	border-radius: 1rem;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, .5)));
	background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
	background-size: 100% 1px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

.events__section::-webkit-scrollbar-thumb {
	border-radius: 1rem;
	background-color: #182940;
	border: 1px solid currentColor;
	background-image: url('data:image/svg+xml,%3Csvg width=\'6\' height=\'10\' viewBox=\'0 0 8 14\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M7 13L1 7L7 1\' stroke=\'white\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E '), url('data:image/svg+xml,%3Csvg width=\'6\' height=\'10\' viewBox=\'0 0 8 14\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M1 13L7 7L1 1\' stroke=\'white\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A');
	background-size: .6rem 1rem, .6rem 1rem;
	background-position: .4rem .4rem, -webkit-calc(100% - .4rem) .4rem;
	background-position: .4rem .4rem, calc(100% - .4rem) .4rem;
	background-repeat: no-repeat, no-repeat;
}

.events__item {
	display: block;
	text-decoration: none;
	color: inherit;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 24rem;
	margin: 0 4rem 0 0;
}

.events__item:hover .events__item-title,
.events__item:active .events__item-title {
	color: #2dc07c;
}

.events__item-date {
	font-size: 1.6rem;
	font-weight: 600;
}

.events__item-image {
	margin: .5rem 0 0 0;
}

.events__item-image img {
	max-width: 100%;
	width: auto;
	height: auto;
	border-radius: .5rem;
}

.events__item-image:empty {
	display: none;
}

.events__item-title {
	margin: 1rem 0 0 0;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.33;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.events__item-text {
	margin: 1rem 0 0 0;
	font-size: 1.6rem;
}

.events__item-text:empty {
	display: none;
}

@media only screen and (max-width: 768px) {
	.events__head {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.events__head .events__buttons {
		width: 100%;
		margin-right: 0;
		margin-top: 2rem;
	}
	.events__head-link {
		-webkit-box-ordinal-group: initial;
		-webkit-order: initial;
		-ms-flex-order: initial;
		order: initial;
	}
}

.media {
	margin: 2rem -1rem 0 -1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.media__item {
	display: block;
	text-decoration: none;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: -webkit-calc(25% - 2rem);
	width: calc(25% - 2rem);
	min-height: 12rem;
	padding: 1.5rem 4rem 1.5rem 1.5rem;
	margin: 0 1rem 2rem 1rem;
	background-color: #6c6a66;
	color: #fff;
	border-radius: .5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 1;
}

.media__item:hover .media__item-title,
.media__item:active .media__item-title {
	color: #2dc07c;
}

.media__item-image {
	margin: 0;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: .5rem;
	overflow: hidden;
}

.media__item-image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.media__item-image:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), #000);
}

.media__item-icon {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	width: 1.8rem;
	height: 1.8rem;
}

.media__item-icon svg {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.media__item-date {
	margin-bottom: auto;
	font-size: 1.4rem;
	font-weight: 600;
}

.media__item-title {
	margin: 1rem 0 0 0;
	font-size: 1.4rem;
	font-weight: 600;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	word-wrap: break-word;
}

.video-index__box {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.video-index__box > .head {
	width: 100%;
}

@supports (display: grid) {
	.media {
		display: grid;
		grid-template-columns: 20% 20% 20% 20% 20%;
	}
	.media__item {
		width: auto;
	}
	.media__item:first-child {
		grid-row: span 2;
		grid-column: span 2;
		min-height: 26rem;
		padding: 2rem 7rem 2rem 2rem;
	}
	.media__item:first-child .media__item-icon {
		right: 2rem;
		width: 3.8rem;
		height: 3.8rem;
	}
	.media__item:first-child .media__item-title {
		font-size: 1.8rem;
	}
}

@media only screen and (max-width: 1200px) {
	.media__item {
		width: -webkit-calc(25% - 2rem);
		width: calc(25% - 2rem);
	}
	@supports (display: grid) {
		.media {
			grid-template-columns: 25% 25% 25% 25%;
		}
		.media .media__item {
			width: auto;
		}
	}
}

@media only screen and (max-width: 1024px) {
	.media__item {
		width: -webkit-calc(33.3333% - 2rem);
		width: calc(33.3333% - 2rem);
	}
	@supports (display: grid) {
		.media {
			grid-template-columns: 33.3333% 33.3333% 33.3333%;
		}
		.media .media__item {
			width: auto;
		}
	}
}

@media only screen and (max-width: 768px) {
	.media__item {
		width: -webkit-calc(33.3333% - 2rem);
		width: calc(33.3333% - 2rem);
	}
	@supports (display: grid) {
		.media {
			grid-template-columns: 33.3333% 33.3333% 33.3333%;
		}
		.media .media__item {
			width: auto;
		}
	}
}

@media only screen and (max-width: 640px) {
	.media__item {
		width: -webkit-calc(50% - 2rem);
		width: calc(50% - 2rem);
	}
	@supports (display: grid) {
		.media {
			grid-template-columns: 50% 50%;
		}
		.media .media__item {
			width: auto;
		}
	}
}

@media only screen and (max-width: 360px) {
	.media {
		display: block;
	}
	.media__item {
		width: auto;
	}
	@supports (display: grid) {
		.media {
			display: block;
		}
		.media .media__item {
			width: auto;
		}
	}
}

.voting {
	padding: 2rem;
	border-radius: .5rem;
	background-color: #f4f7fa;
}

.voting__head {
	padding-bottom: 0;
	border-bottom: none;
}

.voting__text {
	margin-top: 2rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #000;
}

.voting__form {
	margin-top: 2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.voting__item {
	display: block;
	margin-top: 1.5rem;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.voting__button {
	margin-top: 3rem;
}

.voting__button .button {
	background-color: #06408f;
}

.voting__button .button:hover,
.voting__button .button:active {
	background-color: #2dc07c;
}

.offers {
	padding: 3rem 0;
	overflow: hidden;
}

.offers__box {
	margin-top: 2rem;
}

.offers__box .swiper-container {
	/*overflow: visible;*/
	position: relative;
}

.offers__box .swiper-container:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	right: 100%;
	bottom: 0;
	width: 100vw;
	background-color: #fff;
}

.offers__box .offers__dots {
	position: relative;
	z-index: 1;
	margin-top: 1.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.offers__box .offers__dots.swiper-pagination-bullets {
	bottom: initial;
	left: initial;
	width: initial;
}

.offers__box .offers__dots.swiper-pagination-bullets .swiper-pagination-bullet {
	width: initial;
	height: initial;
	display: initial;
	border-radius: initial;
	background: initial;
	opacity: initial;
	margin: 0;
	outline: none;
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 4rem;
	height: .4rem;
	margin-right: .5rem;
	background-color: #06408f;
	opacity: .25;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.offers__box .offers__dots.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.offers__box .offers__dots.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.offers__box .offers__dots.swiper-pagination-bullets .swiper-pagination-bullet:active {
	opacity: 1;
}

.offers__item {
	margin-top: 2rem;
	padding: 3rem 5rem 3rem 3rem;
	border-radius: .5rem;
	background-color: #f4f7fa;
	position: relative;
}

.offers__item:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 4rem;
	height: 4rem;
	border-bottom-left-radius: .5rem;
	background-image: -webkit-gradient(linear, left bottom, right top, from(#06408f), color-stop(50%, #06408f), color-stop(50%, #fff), to(#fff));
	background-image: -o-linear-gradient(bottom left, #06408f, #06408f 50%, #fff 50%, #fff);
	background-image: linear-gradient(to top right, #06408f, #06408f 50%, #fff 50%, #fff);
}

.offers__item-date {
	font-size: 1.2rem;
	/*opacity: .5;*/
}

.offers__item-title {
	margin: 1rem 0 0 0;
	font-size: 1.8rem;
	font-weight: 700;
}

.offers__item-text {
	font-weight: 500;
}

.logos {
	padding: 3rem 0;
}

.logos__box {
	margin: 2rem -1rem 0 -1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.logos__item {
	display: block;
	text-decoration: none;
	color: inherit;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: -webkit-calc(16.6666% - 2rem);
	width: calc(16.6666% - 2rem);
	margin: 2rem 1rem 0 1rem;
	text-align: center;
}

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

@media only screen and (max-width: 768px) {
	.logos__item {
		width: -webkit-calc(20% - 2rem);
		width: calc(20% - 2rem);
	}
}

@media only screen and (max-width: 640px) {
	.logos__item {
		width: -webkit-calc(25% - 2rem);
		width: calc(25% - 2rem);
	}
}

@media only screen and (max-width: 480px) {
	.logos__item {
		width: -webkit-calc(33.3333% - 2rem);
		width: calc(33.3333% - 2rem);
	}
}

@media only screen and (max-width: 360px) {
	.logos__item {
		width: -webkit-calc(50% - 2rem);
		width: calc(50% - 2rem);
	}
}

.partners {
	padding: 3rem 0;
}

.partners__box {
	margin: 2rem -1rem 0 -1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.partners__item {
	display: block;
	text-decoration: none;
	color: inherit;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: -webkit-calc(25% - 2rem);
	width: calc(25% - 2rem);
	margin: 2rem 1rem 0 1rem;
	/*background-color: #f0f0f0;*/
}

.partners__item img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	border-radius: .5rem;
}

@media only screen and (max-width: 768px) {
	.partners__item {
		width: -webkit-calc(33.3333% - 2rem);
		width: calc(33.3333% - 2rem);
	}
}

@media only screen and (max-width: 480px) {
	.partners__item {
		width: -webkit-calc(50% - 2rem);
		width: calc(50% - 2rem);
	}
}

.services {
	padding: 3rem 0;
}

.services__box {
	margin-top: 2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.services__item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: -webkit-calc(50% - 1rem);
	width: calc(50% - 1rem);
	padding: 3rem 2.5rem;
	margin-bottom: 6rem;
	border-radius: .5rem;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-image: url('data:image/svg+xml,%3Csvg width=\'290\' height=\'255\' viewBox=\'0 0 290 255\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cmask id=\'mask0\' mask-type=\'alpha\' maskUnits=\'userSpaceOnUse\' x=\'13\' y=\'17\' width=\'277\' height=\'238\'%3E%3Crect x=\'13\' y=\'17\' width=\'277\' height=\'238\' rx=\'4\' fill=\'white\'/%3E%3C/mask%3E%3Cg mask=\'url(%23mask0)\'%3E%3Cpath opacity=\'0.200461\' d=\'M172.5 336C260.589 336 332 264.589 332 176.5C332 88.4106 260.589 17 172.5 17C84.4106 17 13 88.4106 13 176.5C13 264.589 84.4106 336 172.5 336Z\' fill=\'white\'/%3E%3C/g%3E%3C/svg%3E%0A');
	background-position: 100% 100%;
	background-size: auto;
	background-repeat: no-repeat;
}

.services__item-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: -webkit-calc(66.6666% - 1rem);
	width: calc(66.6666% - 1rem);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.services__item-title {
	margin: 0;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.25;
}

.services__item-text {
	margin-top: 3rem;
	font-size: 1.8rem;
	font-weight: 600;
}

.services__item-button {
	margin-top: auto;
	padding-top: 4rem;
}

.services__item-button .button {
	background-color: #fff;
	color: #333;
}

.services__item-button .button:hover,
.services__item-button .button:active {
	color: #fff;
	background-color: #06408f;
}

.services__item-image {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	width: -webkit-calc(33.3333% - 1rem);
	width: calc(33.3333% - 1rem);
	margin: 0 0 -7rem 0;
	text-align: right;
}

.services__item-image img {
	max-width: 100%;
	width: auto;
	height: auto;
	-webkit-filter: drop-shadow(0 1rem 1rem rgba(0, 0, 0, .2));
	filter: drop-shadow(0 1rem 1rem rgba(0, 0, 0, .2));
}

@media only screen and (max-width: 1024px) {
	.services__item {
		display: block;
	}
	.services__item-content {
		width: auto;
	}
	.services__item-image {
		width: auto;
		margin: 4rem 0 -7rem 0;
	}
}

@media only screen and (max-width: 768px) {
	.services__box {
		display: block;
	}
	.services__item {
		width: auto;
	}
	.services__item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.services__item-content {
		width: -webkit-calc(50% - 1rem);
		width: calc(50% - 1rem);
	}
	.services__item-image {
		width: -webkit-calc(50% - 1rem);
		width: calc(50% - 1rem);
		margin: 0 0 -7rem 0;
	}
}

@media only screen and (max-width: 480px) {
	.services__item {
		display: block;
	}
	.services__item-content {
		width: auto;
	}
	.services__item-image {
		width: auto;
		margin: 4rem 0 -7rem 0;
	}
}

.aside-nav__image {
	margin: 0 3rem -5rem 3rem;
	position: relative;
	z-index: 10;
}

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

.aside-nav__list {
	margin: 0;
	list-style: none;
	padding: 6rem 3rem 4rem 3rem;
	border-radius: .5rem;
	background-color: #f4f7fa;
	font-size: 1.6rem;
	font-weight: 500;
	position: relative;
	z-index: 0;
}

.aside-nav__list li {
	margin-top: 1.5rem;
}

.aside-nav__list li a {
	color: #06408f;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.aside-nav__list li a:hover,
.aside-nav__list li a:active {
	color: #2dc07c;
}

.aside-contacts {
	margin-top: 3rem;
	padding: 3rem;
	border-radius: .5rem;
	background-color: #f4f7fa;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.aside-contacts__image {
	margin: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	width: 17%;
}

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

.aside-contacts__content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: -webkit-calc(83% - 2rem);
	width: calc(83% - 2rem);
	margin-left: 2rem;
}

.aside-contacts__title {
	margin: 0;
	font-size: 2.4rem;
	line-height: 1;
	font-weight: 600;
}

.aside-contacts__list {
	margin: 1rem 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 1.6rem;
	font-weight: 500;
}

.aside-contacts__list li a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.aside-contacts__list li a:hover,
.aside-contacts__list li a:active {
	color: #2dc07c;
}

.aside-request {
	margin-top: 3rem;
}

.aside-request__button .button {
	background-color: #06408f;
}

.aside-request__button .button:hover,
.aside-request__button .button:active {
	background-color: #2dc07c;
}

.aside-request__text {
	margin-top: 2rem;
	font-size: 1.6rem;
	font-weight: 500;
}

.aside-services {
	margin-top: 2rem;
}

.aside-services__item {
	margin-bottom: 5rem;
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 3rem;
	border-radius: .5rem;
	text-align: center;
	background-color: #06408f;
	background-image: url('data:image/svg+xml,%3Csvg width=\'380\' height=\'216\' viewBox=\'0 0 380 216\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cmask id=\'mask0\' mask-type=\'alpha\' maskUnits=\'userSpaceOnUse\' x=\'0\' y=\'0\' width=\'380\' height=\'216\'%3E%3Crect width=\'380\' height=\'216\' rx=\'4\' fill=\'white\'/%3E%3C/mask%3E%3Cg mask=\'url(%23mask0)\'%3E%3Cpath opacity=\'0.200461\' d=\'M190 360C289.411 360 370 279.411 370 180C370 80.5887 289.411 0 190 0C90.5887 0 10 80.5887 10 180C10 279.411 90.5887 360 190 360Z\' fill=\'white\'/%3E%3C/g%3E%3C/svg%3E%0A');
	background-position: 50% 100%;
	background-size: auto;
	background-repeat: no-repeat;
}

.aside-services__title {
	margin: 0;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.25;
}

.aside-services__image {
	margin: 5rem 0 -6rem 0;
}

.aside-services__image img {
	display: inline-block;
	vertical-align: baseline;
	max-width: 100%;
	width: auto;
	height: auto;
}

.news {
	margin-top: 2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.news__item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: -webkit-calc(50% - 1rem);
	width: calc(50% - 1rem);
	margin: 2rem 0 0 0;
}

.news__item.news__media-item {
	position: relative;
}

.news__item-image {
	margin: 0;
}

.news__item.news__media-item .news__item-image {
	position: relative;
	z-index: 1;
}
.news__item.news__media-item .news__item-image a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), #000);
}

.news__item-image img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	border-radius: .5rem;
}

.news__item.news__media-item .media__item-icon {
	color: #fff;
	z-index: 2;
}

.news__item-date {
	margin-top: 2rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #777;
}

.news__item-tags {
	margin: 1rem  0 0 0;
	padding: 0;
	list-style: none;
	font-size: 1.2rem;
	font-weight: 500;
	color: #06408f;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news__item-tags li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	position: relative;
}

.news__item-tags li a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.news__item-tags li a:hover,
.news__item-tags li a:active {
	color: #2dc07c;
}

.news__item-tags li:not(:last-child) {
	padding-right: 2rem;
}

.news__item-tags li:not(:last-child):before {
	content: '';
	position: absolute;
	top: .5em;
	right: .5rem;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	background-color: currentColor;
}

.news__item-title {
	margin: 1rem  0 0 0;
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: 600;
	word-wrap: break-word;
}

.news__item-title a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.news__item-title a:hover,
.news__item-title a:active {
	color: #2dc07c;
}

.news__item-text {
	margin: 1rem 0 0 0;
	font-size: 1.4rem;
	font-weight: 500;
}

@media only screen and (max-width: 480px) {
	.news {
		display: block;
	}
	.news__item {
		width: auto;
	}
}

.calendar {
	padding: 2rem;
	background-color: #f4f7fa;
	border-radius: .5rem;
	text-align: center;
	overflow-x: auto;
}

.calendar table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.calendar table th {
	font-weight: 600;
}

.calendar table td,
.calendar table th {
	padding: .5rem;
	text-align: center;
}

.calendar .jsCalendar-week-days {
	text-transform: capitalize;
}

.calendar .has-news {
	color: #fff;
	background-image: -o-radial-gradient(circle closest-side, #06408f, #06408f 96%, rgba(255, 255, 255, 0));
	background-image: radial-gradient(circle closest-side, #06408f, #06408f 96%, rgba(255, 255, 255, 0));
	cursor: pointer;
}

.calendar .jsCalendar-next {
	opacity: .3;
}

.calendar .jsCalendar-nav-left,
.calendar .jsCalendar-nav-right {
	padding: .7rem;
	cursor: pointer;
}

.calendar .jsCalendar-nav-left:before,
.calendar .jsCalendar-nav-right:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 1.6rem;
	height: 1.6rem;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.calendar .jsCalendar-nav-left {
	float: left;
}

.calendar .jsCalendar-nav-left:before {
	background-image: url('data:image/svg+xml,%3Csvg width=\'15\' height=\'16\' viewBox=\'0 0 15 16\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M15 16V0L0 8L15 16Z\' fill=\'%2306408F\'/%3E%3C/svg%3E%0A');
}

.calendar .jsCalendar-nav-right {
	float: right;
}

.calendar .jsCalendar-nav-right:before {
	background-image: url('data:image/svg+xml,%3Csvg width=\'15\' height=\'16\' viewBox=\'0 0 15 16\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M0 16V0L15 8L0 16Z\' fill=\'%2306408F\'/%3E%3C/svg%3E%0A');
}

.calendar .jsCalendar-title-name {
	padding: 0 2rem;
	float: left;
	width: -webkit-calc(100% - 6rem);
	width: calc(100% - 6rem);
	font-size: 1.8rem;
	font-weight: 600;
	color: #06408f;
	text-transform: capitalize;
}

.aside-journal {
	margin-top: 3rem;
	margin-right: 1rem;
	padding: 3rem 2rem;
	border-radius: .5rem;
	color: #fff;
	background-color: #06408f;
	-webkit-box-shadow: 1.5rem 0 0 -1rem rgba(6, 64, 143, .3), 2.5rem 0 0 -1.5rem rgba(6, 64, 143, .3);
	box-shadow: 1.5rem 0 0 -1rem rgba(6, 64, 143, .3), 2.5rem 0 0 -1.5rem rgba(6, 64, 143, .3);
}

.aside-journal__head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.aside-journal__head-title {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-right: 2rem;
	font-size: 1.2rem;
	font-weight: 600;
}

.aside-journal__head-link {
	display: block;
	text-decoration: none;
	color: inherit;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	font-size: 1.4rem;
	font-weight: 600;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.aside-journal__head-link:hover,
.aside-journal__head-link:active {
	color: #2dc07c;
}

.aside-journal__title {
	margin: 1rem 0 0 0;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.25;
	word-wrap: break-word;
}

.aside-journal__title a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.aside-journal__title a:hover,
.aside-journal__title a:active {
	color: #2dc07c;
}

.aside-journal__number {
	margin-top: 2rem;
	font-size: 1.6rem;
	font-weight: 600;
}

.aside-journal__number a {
	color: #fff;
	text-decoration: none;
}


.aside-journal__date {
	margin-top: .5rem;
	font-size: 1.4rem;
	font-weight: 600;
}

.aside-journal__image {
	margin: 2rem 0 0 0;
}

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

@media only screen and (max-width: 768px) {
	.aside-journal {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.aside-journal__content {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: -webkit-calc(50% - 1rem);
		width: calc(50% - 1rem);
	}
	.aside-journal__image {
		margin-top: 0;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: -webkit-calc(50% - 1rem);
		width: calc(50% - 1rem);
	}
}

@media only screen and (max-width: 360px) {
	.aside-journal {
		display: block;
	}
	.aside-journal__content {
		width: auto;
	}
	.aside-journal__image {
		margin-top: 2rem;
		width: auto;
	}
}

.aside-subscribe {
	margin-top: 3rem;
	padding: 2.5rem 2rem;
	color: #fff;
	border-radius: .5rem;
	background-color: #2dc07c;
	background-image: url('data:image/svg+xml,%3Csvg viewBox=\'0 0 236 144\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cmask id=\'mask0\' mask-type=\'alpha\' maskUnits=\'userSpaceOnUse\' x=\'0\' y=\'0\' %3E%3Crect width=\'236\' height=\'144\' rx=\'4\' fill=\'white\'/%3E%3C/mask%3E%3Cg mask=\'url(%23mask0)\'%3E%3Cpath opacity=\'0.200461\' d=\'M118 235C183.17 235 236 182.393 236 117.5C236 52.6065 183.17 0 118 0C52.8304 0 0 52.6065 0 117.5C0 182.393 52.8304 235 118 235Z\' fill=\'white\'/%3E%3C/g%3E%3C/svg%3E%0A');
	background-position: 50% 100%;
	background-size: -webkit-calc(100% - 4rem) auto;
	background-size: calc(100% - 4rem) auto;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

.aside-subscribe__title {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.25;
}

.aside-subscribe__image {
	margin: -2rem 0 -2rem 0;
	text-align: right;
}

.aside-subscribe__image img {
	max-width: 100%;
	width: auto;
	height: auto;
	-webkit-filter: drop-shadow(0 1rem 1rem rgba(0, 0, 0, .2));
	filter: drop-shadow(0 1rem 1rem rgba(0, 0, 0, .2));
}

.aside-subscribe__button {
	position: relative;
	z-index: 1;
	margin-top: 3rem;
}

.aside-subscribe__button .button {
	color: #2dc07c;
	background-color: #fff;
}

.aside-subscribe__button .button:hover,
.aside-subscribe__button .button:active {
	color: #fff;
	background-color: #06408f;
}

@media only screen and (max-width: 768px) {
	.aside-subscribe {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.aside-subscribe__title {
		-webkit-box-flex: 0;
		-webkit-flex: 0 2 auto;
		-ms-flex: 0 2 auto;
		flex: 0 2 auto;
		margin-right: 2rem;
	}
	.aside-subscribe__image {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin: -4rem 2rem -4rem 0;
	}
	.aside-subscribe__button {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 0;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}

@media only screen and (max-width: 480px) {
	.aside-subscribe {
		display: block;
	}
	.aside-subscribe__title {
		margin-right: 0;
	}
	.aside-subscribe__image {
		margin: -2rem 0 -2rem 0;
	}
	.aside-subscribe__button {
		margin-top: 3rem;
	}
}

.aside-media {
	margin-top: 2rem;
}

.aside-media__item {
	text-decoration: none;
	min-height: 17rem;
	padding: 2rem 6rem 2rem 2rem;
	margin-top: 2rem;
	background-color: #6c6a66;
	color: #fff;
	border-radius: .5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 1;
}

.aside-media__item:hover .aside-media__item-title,
.aside-media__item:active .aside-media__item-title {
	color: #2dc07c;
}

.aside-media__item-image {
	margin: 0;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: .5rem;
	overflow: hidden;
}

.aside-media__item-image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.aside-media__item-image:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), #000);
}

.aside-media__item-icon {
	position: absolute;
	top: 2.4rem;
	right: 2.4rem;
	width: 2.4rem;
	height: 2.4rem;
}

.aside-media__item-icon svg {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.aside-media__item-date {
	margin-bottom: auto;
	font-size: 1.4rem;
	font-weight: 600;
}

.aside-media__item-title {
	margin: 1rem 0 0 0;
	font-size: 1.6rem;
	font-weight: 700;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	word-wrap: break-word;
}

@media only screen and (max-width: 768px) {
	.aside-media {
		margin: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.aside-media__item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: -webkit-calc(50% - 1rem);
		width: calc(50% - 1rem);
	}
}

@media only screen and (max-width: 480px) {
	.aside-media {
		display: block;
	}
	.aside-media__item {
		width: auto;
	}
}

.article-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.article-head__date {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: .5rem 3rem .5rem 0;
	font-size: 1.4rem;
	font-weight: 500;
	color: #777;
}

.article-head__tags {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: .5rem auto .5rem 0;
	padding: 0 3rem 0 0;
	list-style: none;
	font-size: 1.4rem;
	font-weight: 500;
	color: #06408f;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.article-head__tags li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	position: relative;
}

.article-head__tags li a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.article-head__tags li a:hover,
.article-head__tags li a:active {
	color: #2dc07c;
}

.article-head__tags li:not(:last-child) {
	padding-right: 2rem;
}

.article-head__tags li:not(:last-child):before {
	content: '';
	position: absolute;
	top: .5em;
	right: .5rem;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	background-color: currentColor;
}

.article-head__social {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 0;
	list-style: none;
	margin: 0 -1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.article-head__social li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 1rem;
}

.article-head__social li a {
	text-decoration: none;
	color: #8d939c;
	display: block;
	width: 3.2rem;
	height: 3.2rem;
	padding: .7rem;
	border-radius: 50%;
	border: 1px solid currentColor;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.article-head__social li a svg {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	fill: currentColor;
}

.article-head__social li a:hover,
.article-head__social li a:focus {
	color: #2dc07c;
}

.aside-data {
	padding: 2rem;
	background-color: #f4f7fa;
	border-radius: .5rem;
	/*background-position: -webkit-calc(100% - 2rem) 100%;
	background-position: calc(100% - 2rem) 100%;*/
	background-position: 90% 20px;
	background-size: contain;
	background-repeat: no-repeat;
}

.aside-data__title {
	font-size: 2.4rem;
	font-weight: 600;
	color: #06408f;
}

.aside-data__subtitle {
	margin-top: 2rem;
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
}

.aside-data__list {
	margin: 1.5rem 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 1.6rem;
	font-weight: 600;
	color: #06408f;
}

.aside-data__list li {
	margin-top: 1.5rem;
}

.aside-data__list li a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.aside-data__list li a:hover,
.aside-data__list li a:active {
	color: #2dc07c;
}

.aside-news {
	margin-top: 2rem;
}

.aside-news__item {
	margin-top: 2rem;
	margin-bottom: 5rem;
}

.aside-news__item-image {
	margin: 0;
}

.aside-news__item-image img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	border-radius: .5rem;
}

.aside-news__item-date {
	margin-top: 1rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #777;
}

.aside-news__item-title {
	margin: 1rem  0 0 0;
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: 600;
	word-wrap: break-word;
}

.aside-news__item-title a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.aside-news__item-title a:hover,
.aside-news__item-title a:active {
	color: #2dc07c;
}

@media only screen and (max-width: 768px) {
	.aside-news {
		margin: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.aside-news__item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: -webkit-calc(50% - 1rem);
		width: calc(50% - 1rem);
	}
}

@media only screen and (max-width: 480px) {
	.aside-news {
		display: block;
	}
	.aside-news__item {
		width: auto;
	}
}

.search {
	margin-top: 2rem;
	position: relative;
}

.search input {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	border-radius: 0;
	width: 100%;
	height: 5rem;
	padding: 1.5rem 6.2rem 1.5rem 2rem;
	border-bottom: 2px solid #06408f;
	font-size: 1.8rem;
	font-weight: 500;
	color: #000;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.search input:hover,
.search input:focus {
	border-bottom-color: #2dc07c;
}

.search button {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	top: .8rem;
	right: 1.5rem;
	width: 3.2rem;
	height: 3.2rem;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #06408f;
}

.search button svg {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	fill: currentColor;
}

.search button:hover,
.search button:focus {
	color: #2dc07c;
}

.filter {
	margin-top: 3rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #b5c6de;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.filter__title {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-right: 3rem;
	font-size: 1.4rem;
	font-weight: 600;
	color: #06408f;
}

.filter__box {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.filter__item {
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.filter__item:not(:last-child) {
	margin-right: 2rem;
}

.members {
	margin-top: 3rem;
	position: relative;
}

.members-loader {
	display: none;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .6);
	top: 0;
	left: 0;
}

.members-loader img {
	position: absolute;
	left: 50%;
	margin-left: -60px;
	width: 120px;
}

.members__item {
	margin-top: 2rem;
}

.members__item-title {
	margin: 0;
	font-size: 1.8rem;
	font-weight: 600;
	color: #06408f;
}

.members__item-title a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.members__item-title a:hover,
.members__item-title a:active {
	color: #2dc07c;
}

.members__item-text {
	margin: .5rem 0;
	font-size: 1.2rem;
	font-weight: 500;
	color: #000;
}

.num {
	margin-right: 1rem;
	opacity: 0.5;
}

.members__item-direction {
	margin-left: 4rem;
}

.members__item-text > a {
	color: #06408f;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.members__item-text > a:hover, .members__item-text > a:active {
	color: #2dc07c;
}

.aside-logo {
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

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

.aside-logo > svg {
	max-height: 94px;
	color: #06408f;
}

.aside-logo > input {
	display: none;
}

.aside-logo label {
	margin-top: .5rem;
	color: #06408f;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
}

.aside-logo label:hover,
.aside-logo label:active {
	color: #2dc07c;
}

.member {
	margin-top: 2rem;
}

.member__heading {
	margin-top: 4rem;
	font-size: 1.6rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #06408f;
}

.member__title {
	margin: 0;
	font-size: 2.7rem;
	font-weight: 600;
	color: #000;
}

.member__title:not(:first-child) {
	margin-top: 3rem;
}

.member__suptitle {
	margin-top: 2rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #b3b3b3;
}

.member__subtitle {
	margin-top: 2rem;
	font-size: 1.6rem;
	font-weight: 700;
	color: #000;
}

.member__data {
	margin: 0 -1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.member__data-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: -webkit-calc(50% - 2rem);
	width: calc(50% - 2rem);
	margin: 0 1rem;
}

.member__text {
	margin-top: 1rem;
	font-size: 1.6rem;
	font-weight: 500;
}

.member__text a {
	color: #06408f;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.member__text a:hover,
.member__text a:active {
	color: #2dc07c;
}

.member__contacts {
	margin: 1rem 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 1.6rem;
	font-weight: 500;
/*	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;*/
}

.member__contacts li {
/*	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;*/
	margin-bottom: 1rem;
}

.member__contacts li:not(:last-child) {
	margin-right: 3rem;
}

.member__contacts li a {
	color: #06408f;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.member__contacts li a:hover,
.member__contacts li a:active {
	color: #2dc07c;
}

.member__icon {
	width: 3rem;
	height: 3rem;
	display: inline-block;

	padding: 0.8rem;
    margin-right: 1rem;
    border-radius: 50%;
    background-color: #06408f;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    /*font-size: 2.4rem;*/
    font-weight: 700;
    line-height: .9;
    text-align: center;
}

.member__icon svg {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    fill: #fff;
}

.member__change-button {
	margin-top: 3rem;
}

.member__change-button .button {
	background-color: #06408f;
}

.member__change-button .button:hover,
.member__change-button .button:active {
	background-color: #2dc07c;
}

.member__footnote {
	margin-top: 2rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #b3b3b3;
}

.member__form {
	margin-top: 3rem;
}

.member__form-textarea {
	display: block;
	margin: 0;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	width: 100%;
	min-height: 28rem;
	margin-top: 3rem;
	resize: vertical;
	padding: 2rem;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	color: inherit;
	border-radius: .5rem;
	background-color: #f2f5f9;
}

.member__form-button {
	margin-top: 3rem;
}

.member__form-button .button {
	background-color: #06408f;
}

.member__form-button .button:hover,
.member__form-button .button:active {
	background-color: #2dc07c;
}

@media only screen and (max-width: 640px) {
	.member__data {
		display: block;
	}
	.member__data-item {
		width: auto;
	}
}

.company-news {
	margin: 1rem -1rem 0 -1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.company-news__item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: -webkit-calc(25% - 2rem);
	width: calc(25% - 2rem);
	margin: 2rem 1rem 0 1rem;
}

.company-news__item-image {
	margin: 0;
}

.company-news__item-image img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	border-radius: .5rem;
}

.company-news__item-date {
	margin-top: 2rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #777;
}

.company-news__item-title {
	margin: 1rem  0 0 0;
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: 600;
	word-wrap: break-word;
}

.company-news__item-title a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.company-news__item-title a:hover,
.company-news__item-title a:active {
	color: #2dc07c;
}

@media only screen and (max-width: 1024px) {
	.company-news__item {
		width: -webkit-calc(33.3333% - 2rem);
		width: calc(33.3333% - 2rem);
	}
}

@media only screen and (max-width: 640px) {
	.company-news__item {
		width: -webkit-calc(50% - 2rem);
		width: calc(50% - 2rem);
	}
}

@media only screen and (max-width: 360px) {
	.company-news {
		display: block;
	}
	.company-news__item {
		width: auto;
	}
}

.account-nav {
	margin-top: 2rem;
	border-bottom: 1px solid #b5c6de;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.account-nav__menu {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 0 3rem 0 0;
	padding: 0;
	list-style: none;
	font-size: 1.6rem;
	font-weight: 500;
	color: #06408f;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.account-nav__menu li:not(:last-child) {
	margin-right: 3rem;
}

.account-nav__menu li.active a {
	font-weight: 700;
	opacity: 1;
}

.account-nav__menu li a {
	display: inline-block;
	padding: .8rem 0;
	text-decoration: none;
	color: inherit;
	opacity: .5;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.account-nav__menu li a:hover,
.account-nav__menu li a:active {
	opacity: 1;
}

.account-nav__logout {
	text-decoration: none;
	color: inherit;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding: .5rem 0;
	color: #06408f;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.account-nav__logout:hover,
.account-nav__logout:active {
	color: #2dc07c;
}

.account-nav__logout-icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 3.2rem;
	height: 3.2rem;
	margin-right: 1rem;
}

.account-nav__logout-icon svg {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	fill: currentColor;
}

.account-nav__logout-text {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
}

.contacts {
	padding: 3rem 0;
}

.contacts__box {
	margin: 0 -1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.contacts__box > * {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: -webkit-calc(33.3333% - 2rem);
	width: calc(33.3333% - 2rem);
	margin: 4rem 1rem 0 1rem;
}

.contacts__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.contacts__list-item {
	text-decoration: none;
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.contacts__list-item:not(:first-child) {
	margin-top: 2rem;
}

.contacts__list-item:hover,
.contacts__list-item:active {
	color: #2dc07c;
}

.contacts__list-item:hover .contacts__list-icon,
.contacts__list-item:active .contacts__list-icon {
	background-color: #2dc07c;
}

a.contacts__list-item:hover,
a.contacts__list-item:active {
	color: #2dc07c;
}

a.contacts__list-item:hover .contacts__list-icon,
a.contacts__list-item:active .contacts__list-icon {
	background-color: #2dc07c;
}

.contacts__list-icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 5rem;
	height: 5rem;
	padding: 1.5rem;
	margin-right: 1.5rem;
	border-radius: 50%;
	background-color: #06408f;
	color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: .9;
	text-align: center;
}

.contacts__list-icon svg {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	fill: currentColor;
}

.contacts__list-text {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.25;
	word-wrap: break-word;
}

.contacts__links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.contacts__links-item {
	text-decoration: none;
	color: inherit;
	max-width: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.contacts__links-item:not(:first-child) {
	margin-top: 3rem;
}

.contacts__links-item:hover,
.contacts__links-item:active {
	color: #2dc07c;
}

.contacts__links-icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 3.7rem;
	height: 3.7rem;
	margin-right: 1.5rem;
	color: #06408f;
}

.contacts__links-icon svg {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	fill: currentColor;
}

.contacts__links-text {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
}

.contacts__links-button {
	margin-top: 3rem;
}

.contacts__address-image {
	margin: 0;
}

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

.contacts__address-title {
	margin-top: 2rem;
	font-size: 1.6rem;
	font-weight: 600;
	color: #000;
}

.contacts__address-text {
	margin-top: 1rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #000;
}

.contacts__address-text a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.contacts__address-text a:hover,
.contacts__address-text a:active {
	color: #2dc07c;
}

.contacts__map {
	margin-top: 5rem;
	min-height: 54rem;
}

@media only screen and (max-width: 768px) {
	.contacts__box {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contacts__box > * {
		width: -webkit-calc(50% - 2rem);
		width: calc(50% - 2rem);
	}
	.contacts__box > *:last-child:nth-child(odd) {
		width: -webkit-calc(100% - 2rem);
		width: calc(100% - 2rem);
	}
}

@media only screen and (max-width: 480px) {
	.contacts__box {
		display: block;
	}
	.contacts__box > * {
		width: auto;
	}
	.contacts__box > *:last-child:nth-child(odd) {
		width: auto;
	}
}

.activeness {
	padding: 3rem 0;
}

.activeness__head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #b5c6de;
}

.activeness__head-nav {
	margin: 0 0 -1px 0;
	padding: 0;
	list-style: none;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: 1.6rem;
	font-weight: 500;
	color: #717171;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.activeness__head-nav li {
	margin-right: 3rem;
}

.activeness__head-nav li.active a {
	color: #333;
	background-size: 100% .4rem;
}

.activeness__head-nav li a {
	text-decoration: none;
	color: inherit;
	display: inline-block;
	padding: .5rem 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#06408f), to(#06408f));
	background-image: -o-linear-gradient(#06408f, #06408f);
	background-image: linear-gradient(#06408f, #06408f);
	background-size: 100% 0;
	background-position: 0 100%;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.activeness__head-nav li a:hover,
.activeness__head-nav li a:active {
	color: #2dc07c;
}

.activeness__head-link {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	text-decoration: none;
	display: inline-block;
	padding: .5rem 0;
	font-size: 1.4rem;
	font-weight: 600;
	color: #06408f;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.activeness__head-link:hover,
.activeness__head-link:active {
	color: #2dc07c;
}

.activeness__box {
	margin: 2rem -1rem 0 -1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.activeness__item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: -webkit-calc(33.3333% - 2rem);
	width: calc(33.3333% - 2rem);
	margin: 2rem 1rem 0 1rem;
}

.activeness__item-image {
	margin: 1rem 0 0 0;
}

.activeness__item-image img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	border-radius: .5rem;
}

.activeness__item-date {
	font-size: 1.4rem;
	font-weight: 500;
	color: #777;
}

.activeness__item-title {
	margin: 1rem  0 0 0;
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: 600;
	word-wrap: break-word;
}

.activeness__item-title a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.activeness__item-title a:hover,
.activeness__item-title a:active {
	color: #2dc07c;
}

.activeness__item-ext {
	margin: 2rem 0 0 0;
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: 500;
	word-wrap: break-word;
}

@media only screen and (max-width: 1024px) {
	.activeness__item {
		width: -webkit-calc(50% - 2rem);
		width: calc(50% - 2rem);
	}
}

@media only screen and (max-width: 360px) {
	.activeness__box {
		display: block;
	}
	.activeness__item {
		width: auto;
	}
}

/**
 * Swiper 5.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2019
 */
@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	-webkit-scroll-snap-type: x mandatory;
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	-webkit-scroll-snap-type: y mandatory;
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: -webkit-calc(var(--swiper-navigation-size)/ 44 * 27);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: -webkit-calc(-1 * var(--swiper-navigation-size)/ 2);
	margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: 'next';
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #fff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000;
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s transform,.2s top;
	-o-transition: .2s transform,.2s top;
	transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s transform,.2s left;
	-o-transition: .2s transform,.2s left;
	transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s transform,.2s right;
	-o-transition: .2s transform,.2s right;
	transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white {
	--swiper-pagination-color: #fff;
}

.swiper-pagination-black {
	--swiper-pagination-color: #000;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media only screen and (max-width: 1280px) {
	html {
		font-size: 9.5px;
	}
	.title {
		font-size: 4rem;
	}
}

@media only screen and (max-width: 1024px) {
	.title {
		font-size: 3.5rem;
	}
}

@media only screen and (max-width: 768px) {
	html {
		font-size: 9px;
	}
	.title {
		font-size: 3rem;
	}
}

.alert__wrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .6);
	display: none;
}
.alert {
	position: absolute;
	background: #fff;
	box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.05);
	width: 280px;
	padding: 40px 20px;
	border-radius: 4px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.alert-text {
	text-align: center;
}
.member__content.member__content-info {
	display: none;
}
.member__content-info form {
	margin-bottom: 4rem;
}
.member__content-form__line {
	margin-top: 2rem;
}
.member__content-form__line > label {
	display: block;
}
.member__content-form__input {
	border-radius: .5rem;
	background-color: #f2f5f9;
	border: 0;
	outline: none;
	width: 320px;
	padding: 1rem;
}
.member__content-info form ~ form {
	padding-top: 4rem;
	border-top: 1px solid rgba(6, 64, 143, .3);
}

.modal-wrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	display: none;
}
.modal-content {
	position: absolute;
	background: #fff;
	box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.05);
	width: 300px;
	padding: 15px 20px;
	border-radius: 4px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.modal-content__item {
	display: none;
}
.modal-content__item-line {
	margin-bottom: 2rem;
}
.modal-content__item-label {
	display: block;
	font-size: 1.4rem;
}
.modal-content__item-text {
	border-radius: .5rem;
	background-color: #f2f5f9;
	border: 0;
	outline: none;
	width: 100%;
	padding: 1rem;
}
.modal-content__item-textarea {
	border-radius: .5rem;
	background-color: #f2f5f9;
	border: 0;
	outline: none;
	width: 100%;
	padding: 1rem;
	resize: none;
	height: 5em;
}
.modal-content__item-submit {
	display: block;
}
.modal-content__result {
	margin-top: 1em;
	text-align: center;
	font-size: 1.4rem;
	display: none;
}

.modal-content__close {
	position: absolute;
	top: -2.5rem;
	right: -3.5rem;
	width: 2.3rem;
	height: 2.3rem;
	display: block;
	color: #fff;
	outline: none;
}

.modal-content__close svg {
	width: 100%;
	height: 100%;
}

.comitet-detail__text {
	margin-top: 4rem;
}

.page__button.comitet-detail__btn .button {
	color: #fff;
}

.partnership__box {
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
}

.partnership__element {
	width: calc(50% - 40px);
	margin-right: 20px;

	background: #f4f7fa;
    border-radius: 1rem;
    padding: 3rem;
    margin-top: 3rem;
    position: relative;
}

@media screen and (max-width: 768px) {
	.partnership__element {
		width: 100%;
	}
}

.partnership__element-logo {
	width : 120px;
}

.partnership__element-logo:empty {
	display: none;
}

.partnership__element-logo img {
	max-width: 100%;
}

.partnership__element-detail {

}

.partnership__element-detail-name {
	font-weight: bold;
	margin : 1.5rem 0;
}

.partnership__element-detail-offers {
	margin-top: 2rem;
}

.partnership__element-detail-name a {
	text-decoration: none;
}

.partnership__element-detail-name a:hover {
	color: 06408f;
}

.partnership__element:before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2rem;
    height: 2rem;
    border-bottom-left-radius: .5rem;
    background-image: -webkit-gradient(linear, left bottom, right top, from(#06408f), color-stop(50%, #06408f), color-stop(50%, #fff), to(#fff));
    background-image: -o-linear-gradient(bottom left, #06408f, #06408f 50%, #fff 50%, #fff);
    background-image: linear-gradient(to top right, #06408f, #06408f 50%, #fff 50%, #fff);
}

.partnership__element.yartpp_member:after {
	content: 'член яртпп';
    position: absolute;
    top: 2rem;
    right: 4rem;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    color: #06408f;
    opacity: 0.65;

}


.partnership__element-detail-offers a {
	color: #fff!important;
	font-size: 1.2rem;
}

.button.yartpp_offer {
	background-color: #06408f;
	margin-left: 1rem;
}


.button.yartpp_offer:hover {
	background-color: #2dc07c;
}

.offer-news__form {
	margin-top: 4rem;
}
.offer-news__form-line {
	margin-bottom: 2rem;
}
.offer-news__form-line label {
	display: block;
	margin-bottom: .5rem;
}
.offer-news__form-input, .offer-news__form-textarea {
	border-radius: .5rem;
	background-color: #f2f5f9;
	border: 0;
	outline: none;
	width: 100%;
	padding: 1rem;
}

.offer-news__form-textarea {
	height: 15rem;
	resize: none;
}


.container404 {
	margin-top: 4rem;
	display: flex;
	/*justify-content: center;*/
	align-items: center;
}

img.page404 {
	max-width: 100%;
}

.img404 {
	width: 20%;
}

.text404 {
	width: 80%;
	max-width: 600px;
	font-size: 28px;
	padding-left: 6rem;
}

.text404 a {
	color: #0057aa;
}

@media screen and (max-width: 768px) {
	.img404, .text404 {
		width: 100%;
		text-align: center;
	}

	img.page404 {
		max-width: 320px;
	}

	.text404 {
		padding-left: 0;
		font-size: 24px;
	}
}

.change_pass {
	max-width: 480px;
}

.change_pass .bx-auth-input {
	margin: 2rem 0;
}

/* End */


/* Start:/_css/content.css?15895304025371*/
::selection {
	background: rgba(43, 192, 124, 0.5);
}

.text-page__box *[left] {
	float: left;
	margin: 0 3rem 3rem 0px;
}

.text-page__box, main{
	font-size: 1.8rem;
}

.text-page__box a, main a {
	color: #06408f;
}

.text-page__box h2 {
    margin-top: 4rem;
}

.tablebodytext {
	display: none!important;
}

.logobg {
	background: url('/_img/ytpp.svg') no-repeat center center;
	background-size: contain;
}

.bx-auth-table {
	margin-top: 4rem;
}

.bx-auth-input {
	display: block;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    border-radius: 0;
    width: 100%;
    height: 4rem;
    padding: 1rem 5.2rem 1rem 2rem;
    border-bottom: 2px solid #06408f;
    font-size: 1.6rem;
    font-weight: 500;
    color: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin : 1rem 2rem;
}

.btn-primary {
	margin-top: 4rem;
}

#USER_REMEMBER {
	margin: 2rem;
}

.bx-auth-input:hover,
.bx-auth-input:focus {
	border-bottom-color: #2dc07c;
}

.aside-circle {
	width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-top: -90px;
    margin-left: 120px;
    position: absolute;
    z-index: 5;
}

.person {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

    margin-top: -2rem;
}

.person-photo {
    width: 30%;
    padding-top: 2rem;
}

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

.person-about {
    width: 68%;
    margin-left: 2%;
}

@media screen and (max-width: 768px) {
    .person {
        display: block;
    }

    .person-photo {
        width: 100%;
    }

    .person-about {
        width: 100%;
        margin-left: 0;
    }
}

.phonebook div {
    margin-top: 0;
    margin-bottom: 4rem;
}

.toggler {
    cursor: pointer;
}

.toggler:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    margin: .7em 0 0 .8rem;
    border: .4rem solid rgba(255, 255, 255, 0);
    border-top: .6rem solid currentColor;
    transition: 0.5s all ease;
}

.toggler.open:after {
    transform: rotate(180deg);
    margin-top: 0.9rem;
}

.page__box table td {
    border : 1px solid #ddd;
    border-collapse: collapse;
}

.calendar table td {
    border : 0;
}

.ocenka-item {
    background: #f4f7fa;
    border-radius: 1rem;
    padding: 3rem 10rem 3rem 3rem;
    margin-top: 3rem;
    position: relative;
}

.ocenka-item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4rem;
    height: 4rem;
    border-bottom-left-radius: .5rem;
    background-image: -webkit-gradient(linear, left bottom, right top, from(#06408f), color-stop(50%, #06408f), color-stop(50%, #fff), to(#fff));
    background-image: -o-linear-gradient(bottom left, #06408f, #06408f 50%, #fff 50%, #fff);
    background-image: linear-gradient(to top right, #06408f, #06408f 50%, #fff 50%, #fff);
}

.ocenka-item-title {
    font-weight: bold;
    margin-bottom: 2rem;
}


.journal__list {
    display: flex;
    flex-wrap: wrap;
}

.journal__list-item {
    width : 33%;
    padding-right: 3rem;
    margin-bottom: 6rem;
}

.journal__list-item__image {
    margin: 2rem 0;
}

.journal__list-item__image img {
    box-shadow : 0 1rem 1rem rgba(0, 0, 0, .2);
    transition: 0.2s all ease;
}

.journal__list-item:hover .journal__list-item__image img {
    box-shadow : 0 1.5rem 3rem rgba(0, 0, 0, .3);
    transform: rotate(-1deg) scale(1.03) translateY(-1rem);

}

.journal-links {
    font-size: 1.2rem;
    margin-top: 2rem;
}

.journal-links a {
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 2px;
    transition: 0.3s all ease;
}

.journal-links a.active {
    background-color: #06408f;
    color: #fff;
}

.journal-links a:not(.active):hover {
    transform: translateY(-.3rem);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.search-page {
    margin-top: 40px;
}

.search-page a {
    color: #06408f;
}

.search-page input[type=text] {
    overflow: visible;
    /* display: block; */
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    border-radius: 0;
    /* width: 100%; */
    height: 4rem;
    padding: 1rem 5.2rem 1rem 2rem;
    border-bottom: 2px solid #06408f;
    font-size: 1.6rem;
    font-weight: 500;
    color: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.search-page-result {
    font-size: 24px;
    color: #06408f;
    text-decoration: none;
    font-weight: bold;
}

.result-item {
    background: #f4f7fa;
    border-radius: 1rem;
    padding: 3rem 10rem 3rem 3rem;
    margin-top: 3rem;
    position: relative;
}


.result-item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2rem;
    height: 2rem;
    border-bottom-left-radius: .5rem;
    background-image: -webkit-gradient(linear, left bottom, right top, from(#06408f), color-stop(50%, #06408f), color-stop(50%, #fff), to(#fff));
    background-image: -o-linear-gradient(bottom left, #06408f, #06408f 50%, #fff 50%, #fff);
    background-image: linear-gradient(to top right, #06408f, #06408f 50%, #fff 50%, #fff);
}

.linked__articles a {
    color: #06408f;
}


/* End */
/* /_css/main.css?1641900812163198 */
/* /_css/content.css?15895304025371 */
