/*!
Theme Name: EUROBAK
Theme URI: http://underscores.me/
Author: Eryomin S.
Author URI: http://underscores.me/
Description: specialized theme for EUROBAK
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eurobak
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

EUROBAK is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
	font-family: iconFont;
	src: url('/wp-content/themes/eurobak/include/iconFont.woff') format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! 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;
	-webkit-text-size-adjust: 100%;
}

/* 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: 0.67em 0;
}

/* Grouping content
========================================================================== */

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

/**
* 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
* 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;
	font-size: 1em;
}

/**
* 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: -0.25em;
}

sup {
	top: -0.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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
	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: 0.35em 0.75em 0.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 {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
* 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"] {
	box-sizing: border-box;
	padding: 0;
}

/**
* 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;
	outline-offset: -2px;
}

/**
* 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;
	font: inherit;
}

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}


a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}


a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Burger menu
--------------------------------------------- */
.burger-menu {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    background-color: #2e1f43;
    padding: 15px;
    transition: 0.2s linear;
}
.burger-menu.active {
    transform: translateX(0%);
}
.burger-menu__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}
.burger-menu__head-logo {
    max-width: 200px;
}
.burger-menu__head-close {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    background-color: transparent;
}
.burger-menu__list {
    display: flex;
    flex-direction: column;
}
.burger-menu__list-item {
    display: flex;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #000;
}
.burger-menu__list-item a {
    flex: 1 1 100%;
    padding: 8px 12px;
    font-size: 22px;
    text-align: center;
    color: #000;
    transition: 0.2s linear;
}
.burger-menu__list-item a:hover {
    background-color: #F3F3F3;
}
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}



.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}


/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

:root {
	--white: #FFF;
	--black: #000;
	--body-bg: #FFF;
	--body-color: #111;
	--body-color-60: rgba(17, 17, 17, .6);
	--dark-color: #202020;
	--dark-color-60: rgba(32, 32, 32, .6);
	--dark-color2: #0b0d1c;
	--dark-color2-50: rgba(11, 13, 28, .5);
	--white-element: #FFF;
	--white-element2: #FAFAFA;
	--grey: #BBB;
	--grey-dark: #DDDDDD;
	--grey-light: #F7F7F7;
	--grey-light2: #E7E7E7;
	--grey-light3: #EDF3FB;
	--orange: #FBAD18;
	--blue-main: #7356af;
	--blue-light: #1974FF;
	--blue-medium: #00388E;
	--blue-dark: #131D2D;
	--brand-google: #DD4B39;
	--brand-twitter: #1DA1F2;
	--brand-facebook: #3B5998;
	--brand-telegram: #0088cc;
	--brand-linkedin: #006bbf;
	--brand-messenger: #4B60FD;
	--transition: all .3s ease-in-out;
	--primaryFont: GothamPro, Helvetica, Arial, sans-serif;
	--secondaryFont: Roboto, Helvetica, Arial, sans-serif;
	--tertiaryFont: OpenSans, Helvetica, Arial, sans-serif
}
:root[data-theme=dark] {
	--body-bg: #111;
	--body-color: #EEE;
	--body-color-60: rgba(217, 217, 217, .6);
	--dark-color: #EEE;
	--dark-color-60: rgba(232, 232, 232, .6);
	--dark-color2: #EEE;
	--dark-color2-50: rgba(232, 232, 232, .6);
	--white-element: #222;
	--white-element2: #222;
	--grey-light: #454545;
	--grey-light2: #454545;
	--grey-light3: #454545
}
:root[data-theme=blue] {
	--body-bg: #9dd1ff;
	--body-color: #063462;
	--body-color-60: rgba(6, 52, 98, .6);
	--dark-color: #063462;
	--dark-color-60: rgba(6, 52, 98, .6);
	--dark-color2: #063462;
	--dark-color2-50: rgba(6, 52, 98, .6);
	--white-element: #8fc6f6;
	--white-element2: #8fc6f6;
	--grey-light: #454545;
	--grey-light2: #454545
}
:root[data-theme=dimmed] {
	--body-bg: #f7f3d6;
	--body-color: #4d4b43;
	--body-color-60: rgba(77, 75, 67, .6);
	--dark-color: #4d4b43;
	--dark-color-60: rgba(77, 75, 67, .6);
	--dark-color2: #4d4b43;
	--dark-color2-50: rgba(77, 75, 67, .6);
	--white-element: #f5efc0;
	--white-element2: #f5efc0;
	--grey-light: #454545;
	--grey-light2: #454545
}
:root[data-theme=green] {
	--body-bg: #3b2716;
	--body-color: #a9e44d;
	--body-color-60: rgba(169, 228, 77, .6);
	--dark-color: #a9e44d;
	--dark-color-60: rgba(169, 228, 77, .6);
	--dark-color2: #a9e44d;
	--dark-color2-50: rgba(169, 228, 77, .6);
	--white-element: #392310;
	--white-element2: #392310;
	--grey-light: #454545;
	--grey-light2: #454545
}
.keen-slider:not([data-keen-slider-disabled]) {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: relative;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-khtml-user-select: none;
	width: 100%
}
.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
	min-height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-moves] * {
	pointer-events: none
}
.fouc, .fouc * {
	display: none !important;
	opacity: 0 !important
}
*, :after, :before {
	box-sizing: border-box
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
	font-smoothing: antialiased
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
input::-webkit-input-placeholder {
	-webkit-transition: opacity .1s;
	transition: opacity .1s
}
input::-moz-placeholder {
	-moz-transition: opacity .1s;
	transition: opacity .1s
}
input:-ms-input-placeholder {
	-ms-transition: opacity .1s;
	transition: opacity .1s
}
input:-moz-placeholder {
	-moz-transition: opacity .1s;
	transition: opacity .1s
}
input:focus::-webkit-input-placeholder {
	opacity: 0
}
input:focus::-moz-placeholder {
	opacity: 0
}
input:focus:-ms-input-placeholder {
	opacity: 0
}
input:focus:-moz-placeholder {
	opacity: 0
}
a {
	text-decoration: none
}


.entry-title{
	font-size: 24px;
	margin-top: 50px;
	margin-bottom: 35px;
	font-weight: 500;
}

.slick-slider {
	position: relative;
	width: 100%;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: 0
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	display: block
}
.slick-track:before, .slick-track:after {
	display: table;
	content: ''
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	outline: 0
}
.slick-slide div {
	outline: 0
}
[dir=rtl] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	outline: 0;
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none !important
}


.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
	color: #dedede
}
.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
	color: #c5c5c5
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
	color: #dedede
}
.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
	color: #fff;
	background: #a2ddf6
}
.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
	background: #8ad5f4
}
.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .1);
	color: #ccc
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .2)
}
.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
	background: 0 0;
	border: 0
}
.datepicker--cells {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.datepicker--cell {
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 32px;
	z-index: 1
}
.datepicker--cell.-focus- {
	background: #f0f0f0
}
.datepicker--cell.-current- {
	color: #4eb5e6
}
.datepicker--cell.-current-.-focus- {
	color: #4a4a4a
}
.datepicker--cell.-current-.-in-range- {
	color: #4eb5e6
}
.datepicker--cell.-in-range- {
	background: rgba(92, 196, 239, .1);
	color: #4a4a4a;
	border-radius: 0
}
.datepicker--cell.-in-range-.-focus- {
	background-color: rgba(92, 196, 239, .2)
}
.datepicker--cell.-disabled- {
	cursor: default;
	color: #aeaeae
}
.datepicker--cell.-disabled-.-focus- {
	color: #aeaeae
}
.datepicker--cell.-disabled-.-in-range- {
	color: #a1a1a1
}
.datepicker--cell.-disabled-.-current-.-focus- {
	color: #aeaeae
}
.datepicker--cell.-range-from- {
	border: 1px solid rgba(92, 196, 239, .5);
	background-color: rgba(92, 196, 239, .1);
	border-radius: 4px 0 0 4px
}
.datepicker--cell.-range-to- {
	border: 1px solid rgba(92, 196, 239, .5);
	background-color: rgba(92, 196, 239, .1);
	border-radius: 0 4px 4px 0
}
.datepicker--cell.-range-from-.-range-to- {
	border-radius: 4px
}
.datepicker--cell.-selected- {
	color: #fff;
	border: 0;
	background: #5cc4ef
}
.datepicker--cell.-selected-.-current- {
	color: #fff;
	background: #5cc4ef
}
.datepicker--cell.-selected-.-focus- {
	background: #45bced
}
.datepicker--cell:empty {
	cursor: default
}
.datepicker--days-names {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 8px 0 3px
}
.datepicker--day-name {
	color: #ff9a19;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	text-transform: uppercase;
	font-size: .8em
}
.datepicker--cell-day {
	width: 14.28571%
}
.datepicker--cells-months {
	height: 170px
}
.datepicker--cell-month {
	width: 33.33%;
	height: 25%
}
.datepicker--years {
	height: 170px
}
.datepicker--cells-years {
	height: 170px
}
.datepicker--cell-year {
	width: 25%;
	height: 33.33%
}
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
	color: #dedede
}
.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
	color: #c5c5c5
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
	color: #dedede
}
.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
	color: #fff;
	background: #a2ddf6
}
.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
	background: #8ad5f4
}
.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .1);
	color: #ccc
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .2)
}
.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
	background: 0 0;
	border: 0
}
.datepickers-container {
	position: absolute;
	left: 0;
	top: 0
}
@media print {
	.datepickers-container {
		display: none
	}
}
.datepicker {
	background: #fff;
	border: 1px solid #dbdbdb;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
	border-radius: 4px;
	box-sizing: content-box;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #4a4a4a;
	width: 250px;
	position: absolute;
	left: -100000px;
	opacity: 0;
	transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, left 0s .3s;
	transition: opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease;
	z-index: 100
}
.datepicker.-from-top- {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}
.datepicker.-from-right- {
	-webkit-transform: translateX(8px);
	transform: translateX(8px)
}
.datepicker.-from-bottom- {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}
.datepicker.-from-left- {
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px)
}
.datepicker.active {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
	transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, left 0s 0s;
	transition: opacity .3s ease, transform .3s ease, left 0s 0s, -webkit-transform .3s ease
}
.datepicker-inline .datepicker {
	border-color: #d7d7d7;
	box-shadow: none;
	position: static;
	left: auto;
	right: auto;
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
.datepicker-inline .datepicker--pointer {
	display: none
}
.datepicker--content {
	box-sizing: content-box;
	padding: 4px
}
.-only-timepicker- .datepicker--content {
	display: none
}
.datepicker--pointer {
	position: absolute;
	background: #fff;
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	width: 10px;
	height: 10px;
	z-index: -1
}
.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
	top: calc(100% - 4px);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}
.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
	right: calc(100% - 4px);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg)
}
.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
	bottom: calc(100% - 4px);
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg)
}
.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
	left: calc(100% - 4px);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
	left: 10px
}
.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
	right: 10px
}
.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
	left: calc(50% - 10px/2)
}
.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
	top: 10px
}
.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
	bottom: 10px
}
.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
	top: calc(50% - 10px/2)
}
.datepicker--body {
	display: none
}
.datepicker--body.active {
	display: block
}
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
	color: #dedede
}
.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
	color: #c5c5c5
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
	color: #dedede
}
.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
	color: #fff;
	background: #a2ddf6
}
.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
	background: #8ad5f4
}
.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .1);
	color: #ccc
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .2)
}
.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
	background: 0 0;
	border: 0
}
.datepicker--nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #efefef;
	min-height: 32px;
	padding: 4px
}
.-only-timepicker- .datepicker--nav {
	display: none
}
.datepicker--nav-title, .datepicker--nav-action {
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
.datepicker--nav-action {
	width: 32px;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.datepicker--nav-action:hover {
	background: #f0f0f0
}
.datepicker--nav-action.-disabled- {
	visibility: hidden
}
.datepicker--nav-action svg {
	width: 32px;
	height: 32px
}
.datepicker--nav-action path {
	fill: none;
	stroke: #9c9c9c;
	stroke-width: 2px
}
.datepicker--nav-title {
	border-radius: 4px;
	padding: 0 8px
}
.datepicker--nav-title i {
	font-style: normal;
	color: #9c9c9c;
	margin-left: 5px
}
.datepicker--nav-title:hover {
	background: #f0f0f0
}
.datepicker--nav-title.-disabled- {
	cursor: default;
	background: 0 0
}
.datepicker--buttons {
	display: -ms-flexbox;
	display: flex;
	padding: 4px;
	border-top: 1px solid #efefef
}
.datepicker--button {
	color: #4eb5e6;
	cursor: pointer;
	border-radius: 4px;
	-ms-flex: 1;
	flex: 1;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 32px
}
.datepicker--button:hover {
	color: #4a4a4a;
	background: #f0f0f0
}
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
	color: #dedede
}
.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
	color: #c5c5c5
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
	color: #dedede
}
.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
	color: #fff;
	background: #a2ddf6
}
.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
	background: #8ad5f4
}
.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .1);
	color: #ccc
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .2)
}
.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
	background: 0 0;
	border: 0
}
.datepicker--time {
	border-top: 1px solid #efefef;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 4px;
	position: relative
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
	-ms-flex: 0 1 138px;
	flex: 0 1 138px;
	max-width: 138px
}
.-only-timepicker- .datepicker--time {
	border-top: none
}
.datepicker--time-sliders {
	-ms-flex: 0 1 153px;
	flex: 0 1 153px;
	margin-right: 10px;
	max-width: 153px
}
.datepicker--time-label {
	display: none;
	font-size: 12px
}
.datepicker--time-current {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex: 1;
	flex: 1;
	font-size: 14px;
	text-align: center;
	margin: 0 0 0 10px
}
.datepicker--time-current-colon {
	margin: 0 2px 3px;
	line-height: 1
}
.datepicker--time-current-hours, .datepicker--time-current-minutes {
	line-height: 1;
	font-size: 19px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	position: relative;
	z-index: 1
}
.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
	content: '';
	background: #f0f0f0;
	border-radius: 4px;
	position: absolute;
	left: -2px;
	top: -3px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	opacity: 0
}
.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
	opacity: 1
}
.datepicker--time-current-ampm {
	text-transform: uppercase;
	-ms-flex-item-align: end;
	align-self: flex-end;
	color: #9c9c9c;
	margin-left: 6px;
	font-size: 11px;
	margin-bottom: 1px
}
.datepicker--time-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: 11px;
	height: 17px;
	background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat
}
.datepicker--time-row:first-child {
	margin-bottom: 4px
}
.datepicker--time-row input[type=range] {
	background: 0 0;
	cursor: pointer;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	padding: 0;
	margin: 0;
	-webkit-appearance: none
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none
}
.datepicker--time-row input[type=range]::-ms-tooltip {
	display: none
}
.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
	border-color: #b8b8b8
}
.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
	border-color: #b8b8b8
}
.datepicker--time-row input[type=range]:hover::-ms-thumb {
	border-color: #b8b8b8
}
.datepicker--time-row input[type=range]:focus {
	outline: 0
}
.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef
}
.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef
}
.datepicker--time-row input[type=range]:focus::-ms-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	-webkit-transition: background .2s;
	transition: background .2s
}
.datepicker--time-row input[type=range]::-moz-range-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	-moz-transition: background .2s;
	transition: background .2s
}
.datepicker--time-row input[type=range]::-ms-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	-ms-transition: background .2s;
	transition: background .2s
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
	margin-top: -6px
}
.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
	border: 0;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: 0 0
}
.datepicker--time-row input[type=range]::-moz-range-track {
	border: 0;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: 0 0
}
.datepicker--time-row input[type=range]::-ms-track {
	border: 0;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: 0 0
}
.datepicker--time-row input[type=range]::-ms-fill-lower {
	background: 0 0
}
.datepicker--time-row input[type=range]::-ms-fill-upper {
	background: 0 0
}
.datepicker--time-row span {
	padding: 0 12px
}
.datepicker--time-icon {
	color: #9c9c9c;
	border: 1px solid;
	border-radius: 50%;
	font-size: 16px;
	position: relative;
	margin: 0 5px -1px 0;
	width: 1em;
	height: 1em
}
.datepicker--time-icon:after, .datepicker--time-icon:before {
	content: '';
	background: currentColor;
	position: absolute
}
.datepicker--time-icon:after {
	height: .4em;
	width: 1px;
	left: calc(50% - 1px);
	top: calc(50% + 1px);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}
.datepicker--time-icon:before {
	width: .4em;
	height: 1px;
	top: calc(50% + 1px);
	left: calc(50% - 1px)
}
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
	color: #dedede
}
.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
	color: #c5c5c5
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
	color: #dedede
}
.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
	color: #fff;
	background: #a2ddf6
}
.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
	background: #8ad5f4
}
.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .1);
	color: #ccc
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .2)
}
.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
	background: 0 0;
	border: 0
}
body {
	max-width: 100%;
	min-width: 320px;
	margin: 0 auto;

	color: #373737;

	font-weight: 400;
	line-height: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	background-color: var(--body-bg);
	word-break: break-word;
	overflow-x: hidden;
}
body.no-scroll {
	overflow: hidden
}
body.no-scroll-nav {
	overflow: hidden
}
body.no-scroll-popup {
	overflow: hidden
}
main {
	position: relative;
	z-index: 0;
	background-color: var(--body-bg)
}

strong, b {
	font-weight: 700
}
em, i {
	font-style: italic
}
button {
	border: 0;
	padding: 0;
	outline: 0;
	cursor: pointer
}
a {
	color: var(--body-color);
	text-decoration: none;
	outline: 0;
	transition: .25s;
	cursor: pointer
}
er {
	text-decoration: none;
	color: #001d6b
}
a:active {
	text-decoration: none
}
a:focus {
	text-decoration: none
}
h1, h2, h3, h4 {
	color: #161616;
}
h1, h2, h3 {
	font-family: 'Roboto', san-serif;
	font-weight: 500;
	font-size: 40px
}
@media screen and (max-width:1023px) {
	h1, h2, h3 {
		font-size: 24px;
		line-height: 1
	}
}
@media screen and (max-width:767px) {
	h1, h2, h3 {
		font-size: 20px
	}
}
h4 {
	font-family: var(--secondaryFont);
	font-weight: 800;
	font-size: 22px
}
h5 {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 21px;
	line-height: 24px
}
@media screen and (max-width:767px) {
	h5 {
		font-size: 16px;
		line-height: 18px
	}
}
.display-none {
	display: none !important
}
.hidden {
	display: none !important
}
.visible {
	display: initial
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
	opacity: 0
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
	opacity: 0
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
	opacity: 0
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
	opacity: 0
}
input.error, textarea.error {
	border-color: red !important
}
input.error+.checked:before, textarea.error+.checked:before {
	border-color: red !important
}
input.success, textarea.success {
	border-color: #006400 !important
}
input.success+.checked:before, textarea.success+.checked:before {
	border-color: #006400 !important
}
input, select, textarea {
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	background: 0 0
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	-webkit-transition: .3s;
	transition: .3s
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
	-moz-transition: .3s;
	transition: .3s
}
input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
	-moz-transition: .3s;
	transition: .3s
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
	-ms-transition: .3s;
	transition: .3s
}
input[type=submit], select {
	cursor: pointer
}
textarea {
	resize: vertical
}
.preloader {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 0;
	width: 0;
	transition: opacity .3s;
	z-index: -10;
	background: rgba(0, 0, 0, .6);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0
}
.preloader.absolute {
	position: absolute
}
.preloader.open {
	height: 100%;
	width: 100%;
	opacity: 1;
	z-index: 99999
}
.preloader-item {
	margin: auto;
	position: relative;
	width: 50px;
	height: 50px
}
.preloader-item .outer {
	z-index: 2;
	position: relative;
	border: 5px solid #00387a;
	opacity: .9;
	border-right-color: transparent;
	border-left-color: transparent;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	border-radius: 50%;
	box-shadow: 0 0 35px #000;
	-webkit-animation: spin-pulse 1s linear alternate infinite;
	animation: spin-pulse 1s linear alternate infinite
}
.preloader-item .inner {
	z-index: 2;
	border: 5px solid #00387a;
	opacity: .9;
	border-left-color: transparent;
	border-right-color: transparent;
	border-radius: 50%;
	box-shadow: 0 0 15px #000;
	width: 30px;
	height: 30px;
	position: relative;
	margin: -40px auto 0;
	-webkit-animation: spin-right 1s linear alternate infinite;
	animation: spin-right 1s linear alternate infinite
}
.preloader-item .wBall {
	position: absolute;
	width: 47px;
	height: 47px;
	opacity: 0;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	-webkit-animation: orbit 5.4425s infinite;
	animation: orbit 5.4425s infinite
}
.preloader-item .wBall .wInnerBall {
	position: absolute;
	width: 6px;
	height: 6px;
	background: #fcd201;
	left: 0;
	top: 0;
	border-radius: 6px
}
.preloader-item #wBall_1 {
	-webkit-animation-delay: 1.186s;
	animation-delay: 1.186s
}
.preloader-item #wBall_2 {
	-webkit-animation-delay: .233s;
	animation-delay: .233s
}
.preloader-item #wBall_3 {
	-webkit-animation-delay: .4765s;
	animation-delay: .4765s
}
.preloader-item #wBall_4 {
	-webkit-animation-delay: .7095s;
	animation-delay: .7095s
}
.preloader-item #wBall_5 {
	-webkit-animation-delay: .953s;
	animation-delay: .953s
}
@keyframes orbit {
	0% {
		opacity: 1;
		z-index: 99;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	7% {
		opacity: 1;
		-webkit-transform: rotate(300deg);
		transform: rotate(300deg);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		origin: 0%
	}
	30% {
		opacity: 1;
		-webkit-transform: rotate(410deg);
		transform: rotate(410deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		origin: 7%
	}
	39% {
		opacity: 1;
		-webkit-transform: rotate(645deg);
		transform: rotate(645deg);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		origin: 30%
	}
	70% {
		opacity: 1;
		-webkit-transform: rotate(770deg);
		transform: rotate(770deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		origin: 39%
	}
	75% {
		opacity: 1;
		-webkit-transform: rotate(900deg);
		transform: rotate(900deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		origin: 70%
	}
	76% {
		opacity: 0;
		-webkit-transform: rotate(900deg);
		transform: rotate(900deg)
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(900deg);
		transform: rotate(900deg)
	}
}
@-webkit-keyframes orbit {
	0% {
		opacity: 1;
		z-index: 99;
		-webkit-transform: rotate(180deg);
		-webkit-animation-timing-function: ease-out
	}
	7% {
		opacity: 1;
		-webkit-transform: rotate(300deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin: 0%
	}
	30% {
		opacity: 1;
		-webkit-transform: rotate(410deg);
		-webkit-animation-timing-function: ease-in-out;
		-webkit-origin: 7%
	}
	39% {
		opacity: 1;
		-webkit-transform: rotate(645deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin: 30%
	}
	70% {
		opacity: 1;
		-webkit-transform: rotate(770deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin: 39%
	}
	75% {
		opacity: 1;
		-webkit-transform: rotate(900deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin: 70%
	}
	76% {
		opacity: 0;
		-webkit-transform: rotate(900deg)
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(900deg)
	}
}
@-webkit-keyframes spin-pulse {
	0% {
		-webkit-transform: rotate(160deg);
		transform: rotate(160deg);
		opacity: .5
	}
	50% {
		-webkit-transform: rotate(145deg);
		transform: rotate(145deg);
		opacity: 1
	}
	to {
		-webkit-transform: rotate(-320deg);
		transform: rotate(-320deg);
		opacity: .5
	}
}
@keyframes spin-pulse {
	0% {
		-webkit-transform: rotate(160deg);
		transform: rotate(160deg);
		opacity: .5
	}
	50% {
		-webkit-transform: rotate(145deg);
		transform: rotate(145deg);
		opacity: 1
	}
	to {
		-webkit-transform: rotate(-320deg);
		transform: rotate(-320deg);
		opacity: .5
	}
}
@-webkit-keyframes spin-right {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: .4
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		opacity: 1
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: .4
	}
}
@keyframes spin-right {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: .4
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		opacity: 1
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: .4
	}
}
.global-wrapper {
	width: 100%;
	min-width: 320px;
	overflow: hidden
}
.grid-container {
	width: 100%;
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 20px
}
.grid-container:after {
	content: '';
	display: table;
	clear: both
}
.grid-container .row:before, .grid-container .row:after {
	content: "";
	display: table;
	clear: both
}
.grid-container [class*=col-] {
	float: left;
	min-height: 1px;
	width: 8.33333%
}
.grid-container [class*=col-] {
	margin-right: 30px
}
.grid-container [class*=col-]:last-child {
	margin-right: 0
}
.grid-container .col-1 {
	width: 8.33333%;
	max-width: 70px
}
.grid-container .col-2 {
	width: 16.66667%;
	max-width: 170px
}
.grid-container .col-3 {
	width: 25%;
	max-width: 270px
}
.grid-container .col-4 {
	width: 33.33333%;
	max-width: 370px
}
.grid-container .col-5 {
	width: 41.66667%;
	max-width: 470px
}
.grid-container .col-6 {
	width: 50%;
	max-width: 570px
}
.grid-container .col-7 {
	width: 58.33333%;
	max-width: 670px
}
.grid-container .col-8 {
	width: 66.66667%;
	max-width: 770px
}
.grid-container .col-9 {
	width: 75%;
	max-width: 870px
}
.grid-container .col-10 {
	width: 83.33333%;
	max-width: 970px
}
.grid-container .col-11 {
	width: 91.66667%;
	max-width: 1070px
}
.grid-container .col-12 {
	width: 100%;
	max-width: 1170px
}




.icon:before {
	font-family: "iconFont" !important;
	display: inline-block;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0 0 transparent;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none
}
.icon-search:before {
	content: '\eA01'
}
.icon-user:before {
	content: '\eA02'
}
.icon-fb:before {
	content: '\eA03'
}
.icon-ggl:before {
	content: '\eA04'
}
.icon-li:before {
	content: '\eA05'
}
.icon-tw:before {
	content: '\eA06'
}
.icon-view:before {
	content: '\eA07'
}
.icon-coins:before {
	content: '\eA08'
}
.icon-flag:before {
	content: '\eA09'
}
.icon-portrait:before {
	content: '\eA10'
}
.icon-network:before {
	content: '\eA11'
}
.icon-scales:before {
	content: '\eA12'
}
.icon-menu:before {
	content: '\eA13'
}
.icon-handshake:before {
	content: '\eA14'
}
.icon-megaphone:before {
	content: '\eA15'
}
.icon-arrow-right:before {
	content: '\eA16'
}
.icon-quote:before {
	content: '\eA17'
}
.icon-paperplane:before {
	content: '\eA18'
}
.icon-long-arrow:before {
	content: '\eA19'
}
.icon-full-size:before {
	content: '\eA20'
}
.icon-close:before {
	content: '\eA21'
}
.icon-phone:before {
	content: '\eA22'
}
.icon-email:before {
	content: '\eA23'
}
.icon-word:before {
	content: '\eA24'
}
.icon-xlsx:before {
	content: '\eA25'
}
.icon-pptx:before {
	content: '\eA26'
}
.icon-pdf:before {
	content: '\eA27'
}
.icon-zip:before {
	content: '\eA28'
}
.icon-arrows-top-bottom:before {
	content: '\eA29'
}
.education-icons-1:before {
	content: '\eA30'
}
.education-icons-2:before {
	content: '\eA31'
}
.arrow-triple-down:before {
	content: '\eA32'
}
.arrow-long-r:before {
	content: '\eA33'
}
.arrow-long-l:before {
	content: '\eA34'
}
.icon-camera:before {
	content: '\eA35'
}
.icon-play:before {
	content: '\eA36'
}
.icon-dropdown-arrow:before {
	content: '\eA37'
}
.icon-map-pin:before {
	content: '\eA38'
}
.icon-search2:before {
	content: '\eA39'
}
.icon-download:before {
	content: '\eA40'
}
.icon-resume:before {
	content: '\eA41'
}
.icon-komitet:before {
	content: '\eA42'
}
.icon-komitet-h:before {
	content: '\eA43'
}
.icon-badge-dislike:before {
	content: '\eA44'
}
.icon-badge-like:before {
	content: '\eA45'
}
.icon-badge-time:before {
	content: '\eA46'
}
.icon-arrow-long2:before {
	content: '\eA50'
}
.icon-reload:before {
	content: '\eA51'
}
.icon-computers:before {
	content: '\eA52'
}
.icon-man:before {
	content: '\eA53'
}
.icon-arrow-triple-right:before {
	content: '\eA54'
}
.icon-arrowhead-right:before {
	content: '\eA55'
}
.icon-arrowhead-left:before {
	content: '\eA56'
}
.icon-download:before {
	content: '\eA60'
}
.icon-search-big:before {
	content: '\eA61'
}
.icon-arrow-left:before {
	content: '\eA62'
}
.icon-dropdown-big:before {
	content: '\eA63'
}
.icon-pdf-analysis:before {
	content: '\eA64'
}
.icon-pdf-search:before {
	content: '\eA65'
}
.icon-tick:before {
	content: '\eA66'
}
.icon-plus:before {
	content: '\eA67'
}
.icon-download-button:before {
	content: '\eA68'
}
.icon-minus:before {
	content: '\eA69'
}
.icon-remove:before {
	content: '\eA70'
}
.icon-logout:before {
	content: '\eA71'
}
.icon-edit-img:before {
	content: '\eA72'
}
.icon-photo-camera:before {
	content: '\eA73'
}
.icon-back-arrow:before {
	content: '\eA74'
}
.icon-ig:before {
	content: '\eA75'
}
.icon-bh:before {
	content: '\eA76'
}
.icon-vm:before {
	content: '\eA77'
}
.icon-yt:before {
	content: '\eA78'
}
.icon-yt-log:before {
	content: '\eA79'
}
.icon-tg:before {
	content: '\eA80'
}
.icon-copy:before {
	content: '\eA121'
}
.animate-block {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0) scale(1);
	transform: translateX(0) translateY(0) scale(1);
	position: relative;
	transition-timing-function: ease-out;
	transition-property: visibility, opacity, -webkit-transform;
	transition-property: visibility, opacity, transform;
	transition-property: visibility, opacity, transform, -webkit-transform;
	transition-duration: .8s
}
.animate-block--before {
	visibility: hidden;
	opacity: 0 !important;
	-webkit-transform: translateY(20px);
	transform: translateY(20px)
}
.animate-block--before.animate-block--to-left {
	-webkit-transform: translateX(25px);
	transform: translateX(25px)
}
.animate-block--before.animate-block--to-right {
	-webkit-transform: translateX(-25px);
	transform: translateX(-25px)
}
.animate-block--before.animate-block--scale {
	-webkit-transform: translateX(-50%) scale(.6);
	transform: translateX(-50%) scale(.6)
}
.animate-block--before.animate-block--opacity {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.animate-block--before.animate-block--underline {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.animate-block--before.animate-block--underline:after {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px)
}
.animate-block--before.animate-block--rotate-y {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg)
}
.animate-block--delay-200 {
	transition-delay: .2s
}
.animate-block--delay-400 {
	transition-delay: .4s
}
.animate-block--delay-600 {
	transition-delay: .6s
}
.animate-block--delay-800 {
	transition-delay: .8s
}
.animate-block--underline:after {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	position: relative;
	transition-timing-function: ease-out;
	transition-property: visibility, opacity, -webkit-transform;
	transition-property: visibility, opacity, transform;
	transition-property: visibility, opacity, transform, -webkit-transform;
	transition-duration: .8s
}
.animate-block--rotate-y {
	-webkit-transform: rotateY(0);
	transform: rotateY(0)
}
.container {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 2em;
}
.tac {
	/*text-align: center*/
}
.img-fluid {
	max-width: 100%;
	height: auto
}
.post-category {
	display: inline-block;
	color: #111;
	font-family: var(--primaryFont);
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
	border: 1px solid #e7e7e7;
	padding: 5px 10px 2px
}
.post-category[class*=is-] {
	font-weight: 700;
	color: #fff
}
.post-category.is-blue {
	background-color: #131d2d;
	border-color: #131d2d
}
.post-category.is-red {
	background-color: #eb3c3c;
	border-color: #eb3c3c
}
.post-category.is-green {
	background-color: #41ae60;
	border-color: #41ae60
}
.post-time {
	display: inline-block;
	font-family: var(--primaryFont);
	font-size: 14px;
	line-height: 1;
	color: #202020
}
.post-date {
	display: inline-block;
	font-family: var(--primaryFont);
	font-size: 14px;
	line-height: 1;
	color: rgba(32, 32, 32, .6);
	text-align: center
}
.post-date span {
	display: block;
	font-weight: 700;
	font-size: 26px;
	letter-spacing: -.6px;
	color: #202020;
	margin-bottom: 5px
}
.angle-link {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .22px;
	color: #7356af
}
.angle-link:hover {
	color: #7356af
}
.angle-link:hover:after {
	left: 6px
}
.angle-link:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 14px;
	width: 7px;
	height: 12px;
	position: relative;
	left: 0;
	background: url(/wp-content/uploads/2022/06/angle-right-blue.svg) no-repeat center/contain;
	transition: left .3s
}
.angle-link--no-icon {
	position: relative
}
.angle-link--no-icon:before {
	content: '';
	position: absolute;
	bottom: -12px;
	right: 0;
	width: 0;
	height: 4px;
	background-color: #7356af;
	transition: width .3s
}
.angle-link--no-icon:after {
	display: none
}
.angle-link--no-icon:hover:before {
	width: 100%;
	left: 0
}
.angle-link--light {
	color: #fff
}
.section-headline {
	overflow: hidden;
	padding-top: 3px
}
.section-headline__title {
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 40px;
	line-height: 1;
	letter-spacing: -1px;
	color: #111;
	margin: 0;
	display: inline-block;

}
.section-headline__title.is-animated {
	-webkit-animation: sectionTitleFading 1s forwards;
	animation: sectionTitleFading 1s forwards
}
.section-headline--thin .section-headline__title {
	font-size: 40px;
	height: 65px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0;
	font-weight: 400
}
.section-headline--link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.section-headline--link .angle-link {
	margin-top: 12px
}
.section-headline .smart-arrows {
	-webkit-transform: translateY(115%);
	transform: translateY(115%);
	transition: .65s
}
.section-headline .smart-arrows.is-animated {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.section-headline .angle-link {
	white-space: nowrap;
	opacity: 0;
	transition: color .3s, opacity .6s .6s
}
.section-headline .angle-link.is-animated {
	opacity: 1
}
@media only screen and (max-width:992px) {
	.section-headline__title {
		font-size: 32px
	}
	.section-headline--thin .section-headline__title {
		font-size: 32px
	}
}
@media only screen and (max-width:576px) {
	.section-headline {
		-ms-flex-pack: center;
		justify-content: center
	}
	.section-headline--link {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center
	}
	.section-headline__title {
		min-width: 100%;
		text-align: center;
		margin-bottom: 15px
	}
	.section-headline .angle-link, .section-headline .smart-arrows {
		display: none
	}
}
@-webkit-keyframes sectionTitleFading {
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes sectionTitleFading {
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
.smart-dots {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
.smart-dots li {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	min-width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid transparent;
	cursor: pointer;
	transition: border-color .3s
}
.smart-dots li:not(:last-child) {
	margin-right: 5px
}
.smart-dots li.slick-active {
	border-color: #7356af
}
.smart-dots li.slick-active button {
	background-color: #7356af
}
.smart-dots button {
	font-size: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: rgba(0, 86, 219, .3);
	transition: background-color .3s
}
.smart-dots--light li.slick-active {
	border-color: #fbad18
}
.smart-dots--light li.slick-active button {
	background-color: #fbad18
}
.smart-dots--light button {
	background-color: #fff
}
@media only screen and (max-width:576px) {
	.smart-dots li {
		width: 16px;
		min-width: 16px;
		height: 16px
	}
	.smart-dots li:not(:last-child) {
		margin-right: 1px
	}
}
.smart-arrows {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
.smart-arrows li:not(:last-child) {
	margin-right: 10px
}
.smart-arrows .slick-arrow {
	-webkit-transform: unset;
	transform: unset;
	position: static;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0;
	width: 50px;
	height: 50px;
	border: 2px solid #7356af;
	border-radius: 50%;
	background-color: transparent;
	will-change: background-color;
	transition: background-color .3s
}
.smart-arrows .slick-arrow:hover {
	background-color: #7356af
}
.smart-arrows .slick-arrow:hover:before {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}
.smart-arrows .slick-arrow:before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 12px;
	background: url(/wp-content/uploads/2022/06/angle-right-blue.svg) no-repeat center/contain;
	will-change: filter;
	transition: all .3s
}
.smart-arrows .slick-arrow.slick-prev:before {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}
.smart-arrows--light .slick-arrow {
	border-color: #fff
}
.smart-arrows--light .slick-arrow:hover {
	background-color: #fff
}
.smart-arrows--light .slick-arrow:hover:before {
	-webkit-filter: none;
	filter: none
}
.smart-arrows--light .slick-arrow:before {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}
.fill-btn {
	/*display: inline-block;*/
	margin: 0 auto;
	display: block;
	font-family: 'Roboto', san-serif;
	color: #fff;

	font-size: 13px;
	font-weight: 400;
	padding: 14px 53px 12px;
	text-transform: uppercase;
	transition: .3s all !important
}
.fill-btn:hover {
	color: #fff;
	background-color: #2D2243
}
.fill-btn--big {
	font-size: 13px;
	font-family: 'Roboto', san-serif;

	padding: 19px 61px 17px;
	text-align: center;
}
.fill-btn--reverted {
	background-color: #fff;
	color: #7356af
}
.fill-btn--reverted:hover {
	color: #7356af;
	background-color: #2D2243;
}
.fill-btn--brdr {
	color: #2D2243;
	border: 1px solid #2D2243;
	border-radius: 2px;
	background-color: transparent
}
.fill-btn--brdr:hover {
	background-color: #2D2243;
	color: #fff
}
.fill-btn--brdr.fill-btn--big {
	padding-top: 17px;
	padding-bottom: 15px
}
.fill-btn--light {
	background-color: rgba(0, 86, 219, .1);
	color: #7356af
}
.fill-btn--loading {
	padding: 12px 80px 10px 55px !important
}
.fill-btn--loading:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 27px;
	background: url(/wp-content/uploads/2022/06/load-more.svg) no-repeat center/contain;
	margin: -4px 20px 0 0;
	transition: all .3s
}
.fill-btn--loading:hover:before {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}
.fill-btn--loading.is-loading:before {
	-webkit-animation: loading .5s linear infinite;
	animation: loading .5s linear infinite
}
.fill-btn--view {
	padding: 15px 35px 13px !important;
	font-size: 16px
}
.fill-btn--view:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 32px;
	background: url(/wp-content/uploads/2022/06/view-blue.svg) no-repeat center/contain;
	margin: -4px 16px 0 0;
	-webkit-transform-origin: 13px 15px;
	transform-origin: 13px 15px;
	transition: all .3s
}
.fill-btn--view:hover:before {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}
.anim-from-opacity {
	opacity: 0;
	transition: opacity 1s .65s
}
.anim-from-opacity.is-animated {
	opacity: 1
}
@media only screen and (max-width:767px) {
	.anim-from-opacity {
		transition: opacity .65s .3s
	}
}
@media only screen and (max-width:576px) {
	.anim-from-opacity {
		transition-delay: 0s
	}
}
.mob-section-navigation {
	display: none;
	margin-top: 20px
}
.mob-section-navigation .smart-arrows {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-width: 100%
}
.mob-section-navigation .smart-arrows+.angle-link {
	margin-top: -45px
}
@media only screen and (max-width:576px) {
	.mob-section-navigation {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center
	}
}
.js_events-search {
	display: none
}
.a-company-prises {
	position: relative;
	z-index: 5
}
.a-company-prises__title {
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #111;
	margin-bottom: 8px;
	font-family: var(--secondaryFont)
}
.a-company-prises__flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.a-company-prises__item {
	margin-right: 5px
}
.a-company-prises__item:hover .a-company-prises__text {
	opacity: 1;
	pointer-events: all
}
.a-company-prises__item:hover .a-company-prises__icon:after {
	opacity: 1
}
.a-company-prises__text {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: -.2px;
	color: #fff;
	background: #0a192f;
	border-radius: 8px;
	padding: 15px 20px 20px;
	max-width: 100%;
	position: absolute;
	top: 80px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	max-width: 770px;
	transition: all .3s
}
.a-company-prises__text h5 {
	font-weight: 700;
	font-size: 18px !important;
	line-height: 24px !important;
	text-transform: none !important;
	margin: 0 0 11px !important
}
.a-company-prises__text p {
	margin: 0 !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
	letter-spacing: -.2px !important;
	color: #fff !important
}
.a-company-prises__icon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
	transition: all .3s
}
.a-company-prises__icon img {
	max-width: 100%
}
.a-company-prises__icon:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -13px;
	opacity: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 10px 5px;
	border-color: transparent transparent #0a192f transparent
}
.c-company-plate {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.c-company-plate__footer {
	padding-top: 0 !important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-height: 88px
}
.c-company-plate .a-company-prises__item {
	position: relative
}
@media only screen and (max-width:1450px) {
	.c-company-plate .a-company-prises__item {
		position: static
	}
}
.c-company-plate .a-company-prises__icon {
	width: 32px;
	height: 32px;
	margin-bottom: 0;
	margin-top: 15px
}
.c-company-plate .a-company-prises__icon:after {
	top: -15px;
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	border-width: 0 7px 8px 7px
}
.c-company-plate .a-company-prises__flex {
	margin: 5px 0 20px;
	position: relative;
	width: 100%
}
.c-company-plate .a-company-prises__text {
	max-width: none;
	width: 340px;
	top: 0;
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	left: 50%;
	text-align: center
}
@media only screen and (max-width:1450px) {
	.c-company-plate .a-company-prises__text {
		width: calc(100% + 40px)
	}
}
a.bl-btn--big, a.bl-btn--small, a.gr-btn--big, a.gr-btn--small, a.wh-btn--big, a.wh-btn--small {
	display: block
}
.bl-btn--big {
	position: relative;
	background: #fff;
	border: 1px solid #2D2243 !important;
	border-radius: 2px;
	transition: .3s;
	cursor: pointer;
	width: 240px;
	height: 60px;
	margin-left: auto;
	margin-right: auto
}
.bl-btn--big span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #2D2243;
	text-transform: uppercase;
	font-family: 'Roboto',san-serif;
	font-weight: 400;
	white-space: nowrap;
	font-size: 13px;
}
.bl-btn--big:hover {
	background: #2D2243;
	transition: .1s
}
.bl-btn--big:hover span {
	color: #fff
}
@media screen and (max-width:1023px) {
	.bl-btn--big {
		height: 50px
	}
}
@media screen and (max-width:760px) {
	.bl-btn--big {
		height: 40px
	}
}
.bl-btn--big span {
	white-space: nowrap;
	font-size: 16px;
	line-height: 23px;
	height: 20px;
	display: inline-block
}
@media screen and (max-width:1023px) {
	.bl-btn--big span {
		font-size: 15px;
		line-height: 20px;
		height: 16px
	}
}
@media screen and (max-width:760px) {
	.bl-btn--big span {
		font-size: 14px;
		line-height: 19px
	}
}
.bl-btn--big.bl-btn--long {
	width: 275px
}
.bl.long-btn {
	padding: 15px 25px;
	border: 2px solid #7356af;
	border-bottom: 2px solid #7356af !important;
	background: #fff;
	color: #7356af;
	text-transform: uppercase;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 16px;
	line-height: 23px;
	cursor: pointer;
	transition: .3s
}
@media screen and (max-width:1023px) {
	.bl.long-btn {
		font-size: 15px;
		line-height: 20px
	}
}
@media screen and (max-width:760px) {
	.bl.long-btn {
		font-size: 14px
	}
}
.bl.long-btn:hover {
	background: #7356af;
	transition: .1s;
	color: #fff
}
.bl-btn--small {
	position: relative;
	background: #fff;
	border: 2px solid #7356af !important;
	transition: .3s;
	cursor: pointer;
	width: 170px;
	height: 36px
}
.bl-btn--small span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #7356af;
	text-transform: uppercase;
	font-family: var(--secondaryFont);
	font-weight: 700;
	white-space: nowrap
}
.bl-btn--small:hover {
	background: #7356af;
	transition: .1s
}
.bl-btn--small:hover span {
	color: #fff
}
.bl-btn--small.workshop-button {
	width: 215px
}
@media screen and (max-width:1023px) {
	.bl-btn--small {
		height: 30px
	}
}
.bl-btn--small span {
	white-space: nowrap;
	font-size: 14px;
	line-height: 20px;
	height: 18px
}
@media screen and (max-width:1023px) {
	.bl-btn--small span {
		font-size: 13px;
		line-height: 18px;
		height: 16px
	}
}
@media screen and (max-width:760px) {
	.bl-btn--small span {
		font-size: 12px;
		line-height: 17px
	}
}
.bl-btn--smalla {
	display: inline-block
}
.gr-btn--big {
	position: relative;
	background: 0 0;
	border: 2px solid #fff !important;
	transition: .3s;
	cursor: pointer;
	width: 240px;
	height: 60px
}
.gr-btn--big span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	text-transform: uppercase;
	font-family: var(--secondaryFont);
	font-weight: 700;
	white-space: nowrap
}
.gr-btn--big:hover {
	background: #fff;
	transition: .1s
}
.gr-btn--big:hover span {
	color: transparent
}
@media screen and (max-width:1023px) {
	.gr-btn--big {
		height: 50px
	}
}
@media screen and (max-width:760px) {
	.gr-btn--big {
		height: 40px
	}
}
.gr-btn--big span {
	white-space: nowrap;
	font-size: 16px;
	line-height: 23px;
	height: 20px
}
@media screen and (max-width:1023px) {
	.gr-btn--big span {
		font-size: 15px;
		line-height: 20px;
		height: 16px
	}
}
@media screen and (max-width:760px) {
	.gr-btn--big span {
		font-size: 14px;
		line-height: 19px
	}
}
.gr-btn--big:hover {
	background: #0eb53d;
	border-color: #0eb53d !important
}
.gr-btn--big:hover span {
	color: #fff
}
.gr-btn--biga {
	display: inline-block
}
.gr-btn--small {
	position: relative;
	background: 0 0;
	border: 2px solid #fff !important;
	transition: .3s;
	cursor: pointer;
	width: 170px;
	height: 36px
}
.gr-btn--small span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	text-transform: uppercase;
	font-family: var(--secondaryFont);
	font-weight: 700;
	white-space: nowrap
}
.gr-btn--small:hover {
	background: #fff;
	transition: .1s
}
.gr-btn--small:hover span {
	color: transparent
}
@media screen and (max-width:1023px) {
	.gr-btn--small {
		height: 30px
	}
}
.gr-btn--small span {
	white-space: nowrap;
	font-size: 14px;
	line-height: 20px;
	height: 18px
}
@media screen and (max-width:1023px) {
	.gr-btn--small span {
		font-size: 13px;
		line-height: 18px;
		height: 16px
	}
}
@media screen and (max-width:760px) {
	.gr-btn--small span {
		font-size: 12px;
		line-height: 17px
	}
}
.gr-btn--small:hover {
	background: #0eb53d;
	border-color: #0eb53d !important
}
.gr-btn--small:hover span {
	color: #fff
}
.wh-btn--big {
	position: relative;
	background: 0 0;
	border: 2px solid #fff !important;
	transition: .3s;
	cursor: pointer;
	width: 240px;
	height: 60px
}
.wh-btn--big span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	text-transform: uppercase;
	font-family: var(--secondaryFont);
	font-weight: 700;
	white-space: nowrap
}
.wh-btn--big:hover {
	background: #fff;
	transition: .1s
}
.wh-btn--big:hover span {
	color: transparent
}
@media screen and (max-width:1023px) {
	.wh-btn--big {
		height: 50px
	}
}
@media screen and (max-width:760px) {
	.wh-btn--big {
		height: 40px
	}
}
.wh-btn--big span {
	white-space: nowrap;
	font-size: 16px;
	line-height: 23px;
	height: 20px
}
@media screen and (max-width:1023px) {
	.wh-btn--big span {
		font-size: 15px;
		line-height: 20px;
		height: 16px
	}
}
@media screen and (max-width:760px) {
	.wh-btn--big span {
		font-size: 14px;
		line-height: 19px;
		height: 16px
	}
}
.wh-btn--big:hover {
	background: #fff
}
.wh-btn--big:hover span {
	color: #000
}
.wh-btn--small {
	position: relative;
	background: 0 0;
	border: 2px solid #fff !important;
	transition: .3s;
	cursor: pointer;
	width: 170px;
	height: 36px
}
.wh-btn--small span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	text-transform: uppercase;
	font-family: var(--secondaryFont);
	font-weight: 700;
	white-space: nowrap
}
.wh-btn--small:hover {
	background: #fff;
	transition: .1s
}
.wh-btn--small:hover span {
	color: transparent
}
@media screen and (max-width:1023px) {
	.wh-btn--small {
		height: 50px
	}
}
@media screen and (max-width:760px) {
	.wh-btn--small {
		height: 40px
	}
}
.wh-btn--small span {
	white-space: nowrap;
	font-size: 14px;
	line-height: 20px;
	height: 18px
}
@media screen and (max-width:1023px) {
	.wh-btn--small span {
		font-size: 13px;
		line-height: 18px;
		height: 16px
	}
}
@media screen and (max-width:760px) {
	.wh-btn--small span {
		font-size: 12px;
		line-height: 17px
	}
}
.wh-btn--small:hover {
	background: #fff
}
.wh-btn--small:hover span {
	color: #000
}
.bl-filter {
	color: #a4a4a4;
	background: #fff;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #eaeaea;
	cursor: pointer;
	text-align: center;
	transition: .1s
}
.bl-filter:hover {
	background: #a4a4a4;
	border: 1px solid #a4a4a4;
	color: #fff
}
.atcb-link {
	background: 0 0 !important;
	white-space: nowrap !important;
	font-family: var(--secondaryFont) !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	line-height: 20px !important;
	color: #7356af !important;
	transition: .3s !important;
	cursor: pointer !important;
	text-transform: uppercase !important;
	padding: 10px 20px 8px !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	border: 2px solid #7356af !important
}
@media screen and (max-width:1023px) {
	.atcb-link {
		font-size: 13px !important;
		line-height: 18px !important
	}
}
@media screen and (max-width:760px) {
	.atcb-link {
		font-size: 12px !important
	}
}
.atcb-link:hover {
	color: #fff !important;
	border-color: #7356af !important;
	background: #7356af !important
}
.bl-filter.active {
	color: #fff;
	background: #7356af;
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, .2);
	border: 1px solid #0043b5
}
.header-tabs-slider .partners__filter-item {
	border-top: 1px solid #eaeaea !important
}
.header-tabs-slider .bl-filter {
	padding: 0 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	border-left: none
}
.header-tabs-slider .bl-filter:hover h4 {
	color: #fff
}
.header-tabs-slider .bl-filter h4 {
	color: #a4a4a4;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 12px;
	transition: .1s;
	line-height: 1.1;
	margin: 0
}
@media screen and (max-width:480px) {
	.header-tabs-slider .bl-filter h4 {
		font-size: 10px
	}
}
.header-tabs-slider .bl-filter.active h4 {
	color: #fff
}
.header-tabs-slider .slick-list {
	border-left: 1px solid #eaeaea
}
.header-tabs-slider .slick-slide {
	outline: 0 !important
}
.control-group .control {
	font-size: 18px;
	position: relative;
	display: block;
	margin-bottom: 40px;
	padding-left: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.control-group .control:last-child {
	margin-bottom: 0
}
.control-group .control input {
	position: absolute;
	z-index: -1;
	opacity: 0
}
.control-group .control__indicator {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: var(--grey-light);
	border: 1px solid #e8e8e8
}
.control-group .control__indicator:after {
	content: '\eA66';
	font-size: 9px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
	color: #7356af;
	font-family: "iconFont" !important;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0 0 transparent;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none
}
.control-group .control input:checked~.control__indicator:after {
	display: block
}
.control-group .control input:disabled~.control__indicator {
	pointer-events: none;
	background: #e8e8e8
}
.control-group .control input:disabled~.control__indicator:after {
	color: #a8a8a8
}
.events-single .atcb-link, .events-single .bl-btn--small {
	position: static;
	width: auto;
	text-align: center;
	padding: 10px 20px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	height: auto;
	min-width: 240px;
	margin-right: 6px !important;
	margin-bottom: 15px
}
@media screen and (max-width:580px) {
	.events-single .atcb-link, .events-single .bl-btn--small {
		width: 100%
	}
}
.events-single .atcb-link span, .events-single .bl-btn--small span {
	position: static;
	-webkit-transform: none;
	transform: none;
	display: block;
	line-height: 1.5
}
@media screen and (max-width:580px) {
	.events-single .addtocalendar {
		width: 100%
	}
}
.btn-plus {
	margin-top: 30px;
	font-family: var(--secondaryFont);
	font-weight: 400;
	letter-spacing: -.8;
	color: #d18304;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 15px;
	line-height: 1.2;
	text-decoration: none;
	text-transform: none;
	letter-spacing: .8px
}
.btn-plus:hover {
	transition: .25s
}
.btn-plus:hover .plus {
	transition: .25s;
	-webkit-transform: translate(0, 0) rotate(360deg);
	transform: translate(0, 0) rotate(360deg)
}
.btn-plus .plus {
	transition: .25s;
	-webkit-transform: translate(0, 0) rotate(0deg);
	transform: translate(0, 0) rotate(0deg)
}
.btn-plus .plus:before {
	width: 1px;
	content: '';
	height: 15px;
	background: #d18304;
	position: absolute;
	top: -7px
}
.btn-plus .plus:after {
	width: 15px;
	content: '';
	height: 1px;
	background: #d18304;
	position: absolute;
	left: -7px
}
.btn-plus .plus-block {
	height: 34px;
	width: 34px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	text-transform: none;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 10px;
	font-size: 30px;
	color: #d18304;
	transition: .25s;
	border: 1px solid #d18304
}
.top-line {
	background-color: var(--black);
	color: var(--white);
	text-align: right;
	padding: 10px 0;
	position: relative;
	z-index: 4
}
.top-line button {
	color: var(--white);
	background-color: transparent;
	cursor: pointer;
	transition: var(--transition)
}
.top-line button:hover {
	color: var(--orange)
}
.top-line button:hover svg {
	fill: var(--orange)
}
.top-line button svg {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 4px;
	transition: var(--transition)
}
@media only screen and (max-width:1023px) {
	.top-line {
		display: none
	}
}
.smart-header {
	font-family: var(--secondaryFont);
	font-size: 14px;
	background-color: #2D2243;
	position: relative;
	z-index: 100
}
.smart-header .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.smart-header__inner {
	padding-left: 56px;
	-ms-flex: 1;
	flex: 1
}
.smart-header__controls {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 13px 0 14px
}
.smart-header__col {
	padding: 0 30px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.smart-header__col--phone, .smart-header__col--email {
	padding: 0 20px
}
.smart-header__col--link a {
	font-size: 13px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	color: #F4BA3D !important
}
.smart-header__col:last-of-type {
	padding-right: 0;
	padding-left: 20px;
	margin-left: auto;
	-ms-flex: 1;
	flex: 1
}
.smart-header__col:before {
	content: '';
	width: 1px;
	height: 20px;
	background-color: rgba(255, 255, 255, .2);
	position: absolute;
	top: calc(50% - 10px);
	left: 0
}
.smart-header__col a {
	display: inline-block;
	color: rgba(255, 255, 255, .6);
	transition: all .3s
}
.smart-header__col er {
	color: #fff
}
.smart-header__col er svg {
	opacity: 1
}
.smart-header__col a.is-white {
	color: #fff
}
.smart-header__col a.is-bordered {
	position: relative
}
.smart-header__col a.is-bordered:hover:after {
	width: 100%;
	left: 0
}
.smart-header__col a.is-bordered:after {
	content: '';
	position: absolute;
	bottom: -4px;
	width: 0;
	right: 0;
	height: 2px;
	background-color: #fbad18;
	transition: .3s width
}
.smart-header__col a svg {
	transition: var(--transition)
}
@media only screen and (max-width:1199px) {
	.smart-header__inner {
		padding-left: 25px
	}
	.smart-header__col--phone, .smart-header__col--email {
		display: none
	}
}
@media only screen and (max-width:992px) {
	.smart-header {
		padding: 10px 0
	}
	.smart-header__col {
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.smart-header__col--link, .smart-header__col--companies {
		display: none
	}
	.smart-header__col:last-of-type {
		-ms-flex: unset;
		flex: unset;
		margin-left: 0
	}
	.smart-header__controls {
		border-bottom: 0;
		padding: 0;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}
@media only screen and (max-width:767px) {
	.smart-header {
		padding: 15px 0
	}
	.smart-header__col--profile {
		display: none
	}
}
@media only screen and (max-width:576px) {
	.smart-header .container {
		padding: 0 15px
	}
	.smart-header__inner {
		padding-left: 15px
	}
	.smart-header__col {
		padding-left: 0
	}
	.smart-header__col:before {
		display: none
	}
}
.smart-logo {
	font-size: 0;
	position: relative
}
.smart-logo img, .smart-logo svg {
	max-width: 100%;
	height: auto
}
@media only screen and (max-width:1199px) {
	.smart-logo {
		max-width: 120px
	}
}
@media only screen and (max-width:992px) {
	.smart-logo {
		max-width: 100px
	}
}
@media only screen and (max-width:576px) {
	.smart-logo {
		max-width: 70px
	}
}
.logo-svg:hover .logo-svg__letter:nth-of-type(1) {
	-webkit-animation: logoButton .7s forwards ease-in-out;
	animation: logoButton .7s forwards ease-in-out
}
.logo-svg:hover .logo-svg__letter:nth-of-type(2) {
	-webkit-animation: logoButton .7s .12s forwards ease-in-out;
	animation: logoButton .7s .12s forwards ease-in-out
}
.logo-svg:hover .logo-svg__letter:nth-of-type(3) {
	-webkit-animation: logoButton .7s .24s forwards ease-in-out;
	animation: logoButton .7s .24s forwards ease-in-out
}
@-webkit-keyframes logoButton {
	0%, to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
	35% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 0
	}
	36% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
		opacity: 0
	}
}
@keyframes logoButton {
	0%, to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
	35% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 0
	}
	36% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
		opacity: 0
	}
}
.city-dropdown {
	position: relative;
	min-width: 135px;
	white-space: nowrap
}
.city-dropdown.is-opened .city-dropdown__current span:after {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	margin-top: -4px;
	opacity: 1
}
.city-dropdown__current {
	font-size: 12px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .7);
	position: relative
}
.city-dropdown__current:hover:after {
	left: 0;
	width: calc(100% - 18px)
}
.city-dropdown__current:after {
	content: '';
	position: absolute;
	bottom: -2px;
	width: 0;
	right: 18px;
	height: 2px;
	background-color: #fbad18;
	transition: .3s width
}
.city-dropdown__current span {
	margin-left: 3px
}
.city-dropdown__current span:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 6px;
	background: url(/wp-content/uploads/2022/06/angle-city.svg) no-repeat center/contain;
	opacity: .6;
	margin: -3px 0 0 8px;
	transition: all .3s
}
.city-dropdown__current span a {
	font-weight: 700;
	color: #fff
}
.city-dropdown__list {
	position: absolute;
	z-index: 1;
	top: calc(100% + 20px);
	right: -15px;
	width: 180px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	font-weight: 700;
	font-size: 12px;
	opacity: 0;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	pointer-events: none;
	transition: all .2s
}
.city-dropdown__list:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 24px
}
.city-dropdown__list.is-visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	pointer-events: all
}
.city-dropdown__list li:last-child:after {
	content: '';
	position: absolute;
	top: -6px;
	right: 12px;
	background-color: #fff;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.city-dropdown__list a {
	display: block;
	padding: 10px 28px 8px;
	color: #111;
	text-transform: uppercase;
	position: relative;
	z-index: 1
}
.city-dropdown__list er {
	color: #7356af;
	background-color: rgba(0, 86, 219, .1)
}
@media only screen and (max-width:992px) {
	.city-dropdown {
		margin-right: auto;
		min-width: unset
	}
}
@media only screen and (max-width:576px) {
	.city-dropdown__current {
		font-size: 0
	}
	.city-dropdown__current span {
		font-size: 12px
	}
}
@media only screen and (max-width:414px) {
	.city-dropdown__list {
		right: -55px
	}
	.city-dropdown__list li:last-child:after {
		right: 52px
	}
}
.to-companies-link {
	font-size: 13px;
	text-transform: uppercase;
	border: 2px solid #F4BA3D;
	border-radius: 2px;
	padding: 8px 25px 7px;
	font-family: 'Roboto', sans-serif;
	weight: 400;
	color: #F4BA3D !important
}
.to-companies-link:hover {
	border-color: #fbad18;
	background-color: #fbad18;
	color: #fff !important
}
.to-profile-link {
	font-size: 13px;
	text-transform: uppercase;
	color: #F4BA3D !important;
	position: relative;
	font-family: 'Roboto', sans-serif;
	weight: 400
}
.to-profile-link:hover svg path {
	fill: #fff
}
.to-profile-link svg {
	margin: -2px 10px 0 0;
	display: inline-block;
	vertical-align: middle
}
.to-profile-link svg path {
	fill: #fbad18;
	transition: fill .3s
}
.link-hint:hover [data-hint] {
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
	opacity: 1
}
.link-hint [data-hint] {
	display: inline-block;
	position: absolute;
	z-index: 1;
	text-transform: initial;
	top: calc(100% + 10px);
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(6px);
	transform: translateX(-50%) translateY(6px);
	width: 100vw;
	max-width: 200px;
	background-color: #fff;
	color: var(--body-color);
	text-align: center;
	border-radius: 4px;
	padding: 8px 10px;
	opacity: 0;
	pointer-events: none;
	transition: var(--transition)
}
.to-logout-link {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	margin: -2px 0 0 10px
}
.to-logout-link svg path {
	fill: #fbad18;
	transition: fill .3s
}
.to-logout-link:hover svg path {
	fill: #fff
}
.language-switcher {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 12px;
	white-space: nowrap
}
.language-switcher__label {
	display: inline-block;
	color: rgba(255, 255, 255, .3)
}
.language-switcher__label.is-active {
	color: #fff;
	font-weight: 700;
	pointer-events: none
}
.language-switcher__label.is-active+.language-switcher__icon:after {
	left: -2px
}
.language-switcher__icon {
	display: inline-block;
	position: relative;
	width: 19px;
	height: 6px;
	border-radius: 6px;
	background-color: rgba(255, 255, 255, .6);
	margin: 0 11px;
	cursor: pointer
}
.language-switcher__icon:after {
	content: '';
	position: absolute;
	left: 11px;
	top: -2px;
	z-index: 1;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .4);
	transition: left .3s
}
@media only screen and (max-width:992px) {
	.language-switcher {
		margin-left: 30px
	}
}
@media only screen and (max-width:576px) {
	.language-switcher {
		margin-left: 15px
	}
}
@media only screen and (max-width:374px) {
	.language-switcher {
		margin-left: 5px
	}
}
.search-toggle {
	display: inline-block;
	font-size: 0
}
.search-toggle svg path {
	opacity: .6;
	transition: opacity .3s
}
.search-toggle:hover svg path {
	opacity: 1
}
.smart-nav>ul>li {
	position: relative
}
.smart-nav>ul>li ul {
	background-color: #0b1627;
	padding: 20px 0;
	position: absolute;
	top: 100%;
	left: 0;
	white-space: nowrap;
	font-family: var(--secondaryFont);
	font-size: 15px;
	line-height: 1.35;
	font-weight: 700;
	-webkit-transform-origin: top;
	transform-origin: top;
	transition: var(--transition);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	pointer-events: none
}
.smart-nav>ul>li ul:before {
	content: '';
	background-color: #0b1627;
	width: 250vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: -125vw
}
.smart-nav>ul>li ul li:not(:last-child) {
	margin-right: 27px
}
.smart-nav>ul>li ul a {
	padding: 0;
	color: var(--white)
}
.smart-nav>ul>li ul er {
	color: var(--orange)
}
.smart-nav>ul>li ul a:before {
	display: none
}
.smart-nav ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.smart-nav li.menu-item-has-children.is-opened>ul {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	pointer-events: all
}
.smart-nav li.menu-item-has-children.is-opened>button {
	-webkit-transform: scaleY(-1) translateY(1px);
	transform: scaleY(-1) translateY(1px)
}
.smart-nav li.menu-item-has-children>button {
	padding: 0;
	border: 0;
	font-size: 0;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 6px;
	transition: var(--transition)
}
.smart-nav li:hover a:before {
	width: 100%;
	left: 0
}
.smart-nav a {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	padding: 25px 0 22px;
	position: relative;
	font-family: 'Roboto', sans-serif;
}
.smart-nav a:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 4px;
	background-color: #fbad18;
	transition: width .3s
}
.smart-nav .accent.menu-item-new:before {
	display: none
}
.smart-nav .accent a {
	color: var(--orange)
}
.smart-nav__mob {
	display: none !important
}
@media only screen and (max-width:992px) {
	.smart-nav {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: calc(100vh - 62px)
	}
	.smart-nav>ul>li ul {
		display: none !important
	}
	.smart-nav ul {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		padding-top: 100px
	}
	.smart-nav ul+ul {
		margin-top: 25px;
		padding-top: 0
	}
	.smart-nav li {
		width: 100%
	}
	.smart-nav li.menu-item-has-children button {
		display: none
	}
	.smart-nav li:not(:last-child) {
		margin-bottom: 25px
	}
	.smart-nav a {
		padding: 0
	}
	.smart-nav__mob {
		display: -ms-flexbox !important;
		display: flex !important
	}
}
@-webkit-keyframes accentMenuItem {
	0%, to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}
}
@keyframes accentMenuItem {
	0%, to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}
}
.toggle-nav {
	display: none;
	width: 26px;
	height: 18px;
	font-size: 0;
	position: relative;
	background-color: transparent;
	margin-left: 30px
}
.toggle-nav__line {
	position: absolute;
	z-index: 1;
	left: 0;
	background-color: #fff;
	width: 26px;
	height: 2px;
	border-radius: 2px;
	transition: all .45s cubic-bezier(.77, 0, .175, 1)
}
.toggle-nav__line:nth-child(1) {
	top: 0
}
.toggle-nav__line:nth-child(2) {
	top: 8px
}
.toggle-nav__line:nth-child(3) {
	top: 16px
}
.toggle-nav.is-pressed .toggle-nav__line:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}
.toggle-nav.is-pressed .toggle-nav__line:nth-child(2) {
	opacity: 0
}
.toggle-nav.is-pressed .toggle-nav__line:nth-child(3) {
	top: 8px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}
@media only screen and (max-width:992px) {
	.toggle-nav {
		display: inline-block
	}
}
@media only screen and (max-width:576px) {
	.toggle-nav {
		margin-left: 15px
	}
}
.mobile-blob {
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #131d2d;
	-webkit-clip-path: circle(3% at 50% 50%);
	clip-path: circle(3% at 50% 50%);
	-webkit-transform: translateY(75%);
	transform: translateY(75%);
	pointer-events: none
}
.mobile-blob.is-active {
	-webkit-animation: showMobileMenu 1.5s forwards;
	animation: showMobileMenu 1.5s forwards
}
@media only screen and (max-width:992px) {
	.mobile-blob {
		display: inline-block
	}
}
@-webkit-keyframes showMobileMenu {
	0% {
		-webkit-transform: translateY(75%);
		transform: translateY(75%);
		-webkit-clip-path: circle(3% at 50% 50%);
		clip-path: circle(3% at 50% 50%)
	}
	35% {
		-webkit-transform: translateY(-5%);
		transform: translateY(-5%);
		-webkit-clip-path: circle(3% at 50% 50%);
		clip-path: circle(3% at 50% 50%)
	}
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-clip-path: circle(3% at 50% 50%);
		clip-path: circle(3% at 50% 50%)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-clip-path: circle(100% at 50% 50%);
		clip-path: circle(100% at 50% 50%)
	}
}
@keyframes showMobileMenu {
	0% {
		-webkit-transform: translateY(75%);
		transform: translateY(75%);
		-webkit-clip-path: circle(3% at 50% 50%);
		clip-path: circle(3% at 50% 50%)
	}
	35% {
		-webkit-transform: translateY(-5%);
		transform: translateY(-5%);
		-webkit-clip-path: circle(3% at 50% 50%);
		clip-path: circle(3% at 50% 50%)
	}
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-clip-path: circle(3% at 50% 50%);
		clip-path: circle(3% at 50% 50%)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-clip-path: circle(100% at 50% 50%);
		clip-path: circle(100% at 50% 50%)
	}
}
.smart-footer {
	height: 326px;
	margin-top: 145px;
	padding-top: 42px;
	color: #90959C;
	background-color: #2D2243
}
.smart-footer__inner {
	display: grid;
	grid-template-columns: 250px 1fr;
	grid-gap: 25px 50px
}
.smart-footer__head {
	display: grid;
	grid-template-columns: 1fr 174px;
	grid-gap: 25px 50px
}
.smart-footer__offices {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
	margin-top: 50px
}
.smart-footer__btn {
	display: block;
	font-family: var(--secondaryFont);
	color: var(--white);
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	width: 100%;
	position: relative;
	border: 1px solid var(--orange);
	text-align: center;
	padding: 19px 27px 15px 0;
	margin-bottom: 52px
}
.smart-footer__btn:hover {
	color: var(--orange);
	border-color: var(--orange)
}
.smart-footer__btn:hover svg path {
	fill: var(--orange)
}
.smart-footer__btn svg {
	display: inline-block;
	vertical-align: middle;
	margin: -6px 17px 0 0
}
.smart-footer__btn svg path {
	fill: #565f6d;
	transition: fill .3s
}
.smart-footer__link {
	display: inline-block;
	font-family: var(--secondaryFont);
	color: var(--orange);
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700
}
.smart-footer__link:hover {
	color: var(--blue-light)
}
.smart-footer__under {
	padding: 24px 0 21px;
	background-color: #0b1627;
	margin-top: 50px
}
.smart-footer__under .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media only screen and (max-width:992px) {
	.smart-footer__inner {
		grid-template-columns: 200px 1fr
	}
	.smart-footer__head {
		grid-template-columns: 1fr
	}
	.smart-footer__offices {
		grid-template-columns: repeat(2, 1fr)
	}
}
@media only screen and (max-width:576px) {
	.smart-footer__inner {
		grid-template-columns: 1fr
	}
	.smart-footer__inner .smart-logo {
		margin: 0 auto
	}
	.smart-footer__aside {
		text-align: center
	}
	.smart-footer__offices {
		grid-template-columns: 1fr
	}
	.smart-footer__btn {
		margin-bottom: 22px
	}
	.smart-footer__under .container {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}
.copyright {
	font-size: 13px;
	line-height: 1.54;
	margin-top: 46px
}
.copyright span {
	color: var(--white)
}
@media only screen and (max-width:992px) {
	.copyright {
		margin-top: 20px
	}
}
@media only screen and (max-width:576px) {
	.copyright {
		text-align: center
	}
}
.footer-nav ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: -25px;
	margin-right: -50px
}
.footer-nav ul li {
	margin-bottom: 25px
}
.footer-nav ul li:not(:last-child) {
	margin-right: 70px;
	width: 15%;
}
.footer-nav ul li.accent.menu-item-new:before {
	display: none
}
.footer-nav ul li.accent a {
	color: var(--orange)
}
.footer-nav ul a {
	display: inline-block;
	padding-bottom: 6px;
	font-family: var(--secondaryFont);
	color: var(--white);
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	background-image: linear-gradient(0deg, #fbad18 0, #fbad18 2px, transparent 0, transparent);
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: all .3s
}
.footer-nav ul er {
	background-size: 100% 100%
}
@media only screen and (max-width:576px) {
	.footer-nav ul {
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: -10px;
		margin-right: 0
	}
	.footer-nav ul li {
		margin-bottom: 10px;
		margin-left: 8px;
		margin-right: 8px
	}
	.footer-nav ul li:not(:last-child) {
		margin-right: 8px
	}
}
.footer-socials {
	display: grid;
	grid-template-columns: repeat(4, 36px);
	grid-gap: 10px;
	margin-top: 12px
}
.footer-socials__item {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .05);
	position: relative
}
.footer-socials__item:hover:after {
	border-width: 18px
}
.footer-socials__item svg {
	position: relative;
	z-index: 1
}
.footer-socials__item:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	transition: border-width .35s
}
.footer-socials__item--facebook:after {
	border-color: #3b5998
}
.footer-socials__item--messenger:after {
	border-color: #00b2ff
}
.footer-socials__item--telegram:after {
	border-color: #08c
}
.footer-socials__item--linkedin:after {
	border-color: #2867b2
}
.footer-socials__item--twitter:after {
	border-color: #1da1f2
}
.footer-socials__item--instagram:after {
	border-color: #e1306c
}
@media only screen and (max-width:576px) {
	.footer-socials {
		-ms-flex-pack: center;
		justify-content: center
	}
}
.footer-subnav ul {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
.footer-subnav ul li:not(:last-child) {
	margin-right: 50px
}
.footer-subnav ul a {
	display: inline-block;
	font-family: var(--secondaryFont);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .6px;
	color: rgba(255, 255, 255, .6)
}
.footer-subnav ul er {
	color: #fff
}
@media only screen and (max-width:767px) {
	.footer-subnav ul li:not(:last-child) {
		margin-right: 25px
	}
	.footer-subnav ul a {
		font-size: 10px
	}
}
@media only screen and (max-width:576px) {
	.footer-subnav {
		margin-bottom: 20px
	}
	.footer-subnav ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.footer-subnav ul li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 10px
	}
	.footer-subnav ul a {
		font-size: 12px
	}
}
.developer {
	display: inline-block;
	font-size: 0
}
.developer:hover {
	opacity: .75
}
.developer img {
	max-width: 141px;
	height: auto
}
.return-top {
	width: 70px;
	height: 70px;
	position: fixed;
	z-index: 100;
	right: 145px;
	bottom: 80px;
	font-size: 0;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .2);
	opacity: 0;
	pointer-events: none;
	transition: all .45s
}
.return-top:hover {
	background-color: #7356af
}
.return-top:hover svg path {
	fill: #fff
}
.return-top.is-visible {
	opacity: 1;
	pointer-events: all
}
.return-top svg path {
	transition: fill .45s
}
@media only screen and (max-width:1600px) {
	.return-top {
		right: 45px
	}
}
@media only screen and (max-width:1439px) {
	.return-top {
		right: 15px
	}
}
.footer-office {
	position: relative;
	padding-left: 26px;
	font-family: var(--primaryFont)
}
.footer-office:before {
	position: absolute;
	top: 0;
	left: 0;
	color: rgba(255, 255, 255, .6)
}
.footer-office__city {
	font-size: 14px;
	line-height: 1.15;
	font-weight: 700;
	color: var(--white)
}
.footer-office__address {
	font-size: 12px;
	line-height: 1.35;
	color: #969ba4;
	margin-top: 4px
}
.footer-office__phone {
	font-size: 14px;
	line-height: 1.45;
	color: var(--white);
	margin-top: 8px
}
.footer-office__email {
	display: inline-block;
	font-size: 12px;
	line-height: 1.35;
	color: var(--orange);
	text-decoration: underline;
	margin-top: 8px
}
.footer-office__email:hover {
	color: var(--blue-light)
}
.calendar-container .education-title {
	margin-bottom: 25px
}
.calendar-container .bl-btn--big {
	display: block;
	margin: 60px auto 0
}
@media screen and (max-width:1023px) {
	.calendar-container .bl-btn--big {
		margin-top: 30px
	}
}
@media screen and (max-width:680px) {
	.calendar-container .bl-btn--big {
		margin-top: 20px
	}
}
.calendar-container .calendar-items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.calendar-container .calendar-events-slider {
	width: 31.62393%;
	box-sizing: border-box
}
@media screen and (max-width:1023px) {
	.calendar-container .calendar-events-slider {
		width: calc(50% - 15px)
	}
}
@media screen and (max-width:680px) {
	.calendar-container .calendar-events-slider {
		width: 100%
	}
}
.calendar-container .calendar-events-slider .events-slider-items.slick-initialized .slick-slide:not(.slick-current) {
	pointer-events: none
}
.calendar-container .events-slider {
	position: relative
}
.calendar-container .events-slider-nav {
	position: absolute;
	top: 234px;
	right: 0;
	left: 0;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, .2);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
	height: 36px
}
.calendar-container .events-slider-nav .slider-button-prev, .calendar-container .events-slider-nav .slider-button-next {
	width: 50%;
	cursor: pointer;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: .3s
}
.calendar-container .events-slider-nav .slider-button-prev:before, .calendar-container .events-slider-nav .slider-button-next:before {
	font-size: 12px;
	color: rgba(255, 255, 255, .2);
	line-height: 0;
	transition: .3s
}
.calendar-container .events-slider-nav .slider-button-prev:hover:before, .calendar-container .events-slider-nav .slider-button-next:hover:before {
	color: #fff
}
.calendar-container .events-slider-nav .slider-button-prev {
	left: 0;
	border-right: 1px solid rgba(255, 255, 255, .2)
}
.calendar-container .events-slider-nav .slider-button-next {
	right: 0
}
.calendar-container .category {
	position: absolute;
	top: 7px;
	right: 0;
	color: #fff;
	font-family: var(--tertiaryFont);
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	padding: 12px 22px 11px;
	background-color: #ce2727
}
.calendar-container .slick-slide {
	position: relative
}
.calendar-container .slick-slide:hover .workshop-slider-img:before {
	opacity: 1
}
.calendar-container .item-container .item {
	position: relative;
	z-index: 2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch
}
.calendar-container .item-container .item:nth-child(1) .date {
	background: #e54444
}
.calendar-container .item-container .item:nth-child(2) .date {
	background: #dc2b2b
}
.calendar-container .item-container .item:nth-child(3) .date {
	background: #b52828
}
.calendar-container .item-container .item:hover {
	background-color: #f7f7f7
}
.calendar-container .item-container .item:hover .title {
	color: #7356af
}
.calendar-container .item-container .title-container {
	font-size: 0;
	line-height: 0;
	padding: 8px 20px;
	width: calc(100% - 100px);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-right: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7
}
.calendar-container .item-container .title-container .title {
	color: #111;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	max-height: 88px;
	overflow: hidden;
	transition: .3s
}
@media screen and (max-width:1023px) {
	.calendar-container .item-container .title-container .title {
		font-size: 15px;
		line-height: 18px
	}
}
.calendar-container .item-container .date {
	color: #fff;
	font-family: var(--tertiaryFont);
	display: block;
	padding: 28px 8px 15px;
	height: 126px;
	width: 100px;
	text-align: center
}
@media screen and (max-width:1023px) {
	.calendar-container .item-container .date {
		height: 121px
	}
}
@media screen and (max-width:680px) {
	.calendar-container .item-container .date {
		height: auto
	}
}
.calendar-container .item-container .date p {
	display: inline-block;
	vertical-align: bottom
}
.calendar-container .item-container .date .day {
	color: #fff;
	font-size: 44px;
	line-height: .8;
	font-family: var(--tertiaryFont);
	font-weight: 600
}
@media screen and (max-width:680px) {
	.calendar-container .item-container .date .day {
		font-size: 20px
	}
}
.calendar-container .item-container .date .slash {
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-family: var(--tertiaryFont);
	font-weight: 600
}
.calendar-container .item-container .date .mounth {
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-family: var(--tertiaryFont);
	font-weight: 600
}
.calendar-container .item-container .date .time {
	color: #fff;
	display: block;
	font-family: var(--tertiaryFont);
	font-weight: 600;
	font-size: 12px;
	line-height: 1;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, .3)
}
.calendar-container .item-container .date .time-text {
	color: #fff;
	font-family: var(--tertiaryFont);
	font-weight: 600;
	font-size: 10px
}
.calendar-container .events-slider-img {
	position: relative;
	overflow: hidden;
	height: 270px
}
.calendar-container .events-slider-img:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
	background-image: linear-gradient(138deg, rgba(13, 42, 72, .1) 0, #063468 100%);
	opacity: 0;
	transition: opacity .3s
}
.calendar-container .events-slider-img:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(6, 52, 104, .2);
	transition: .3s;
	opacity: 1
}
.calendar-container .events-slider-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: none;
	min-height: 100%;
	min-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: .3s
}
.calendar-container .events-slider-img img.active {
	opacity: 1
}
.calendar-events {
	width: 65.81197%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	position: relative;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media screen and (max-width:1023px) {
	.calendar-events {
		width: calc(50% - 15px)
	}
}
@media screen and (max-width:680px) {
	.calendar-events {
		width: 100%;
		margin-bottom: 20px
	}
}
.calendar-events:after, .calendar-events:before {
	content: '';
	position: absolute;
	width: calc(100% - 340px);
	height: 40px;
	right: 1px;
	pointer-events: none
}
@media screen and (max-width:1023px) {
	.calendar-events:after, .calendar-events:before {
		right: auto;
		left: 1px;
		width: 100%;
		height: 22px
	}
}
@media screen and (max-width:680px) {
	.calendar-events:after, .calendar-events:before {
		display: none
	}
}
.calendar-events:after {
	bottom: 1px;
	background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0))
}
.calendar-events:before {
	top: 1px;
	background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0))
}
@media screen and (max-width:1023px) {
	.calendar-events:before {
		top: 385px
	}
}
#calendar {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	width: 270px;
	margin: 0 0;
	overflow: hidden
}
@media screen and (max-width:1023px) {
	#calendar {
		height: 385px;
		width: 100%
	}
}
#calendar .calendar-today-block {
	background-color: #40b4e7;
	width: 100%;
	text-align: center;
	padding: 70px 30px;
	font-family: var(--tertiaryFont);
	font-weight: 600;
	color: #fff
}
@media screen and (max-width:1023px) {
	#calendar .calendar-today-block {
		display: none
	}
}
#calendar .calendar-today-block .calendar-today-block-l {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px
}
#calendar .calendar-today-block .calendar-today-block-r {
	display: inline-block;
	vertical-align: middle
}
#calendar .calendar-today-block .calendar-today-block-container {
	display: inline-block;
	text-align: left;
	width: auto
}
#calendar .calendar-today-block .calendar-today-block-container:after {
	content: '';
	display: table;
	clear: both
}
#calendar .calendar-today-block .today-number {
	font-size: 96px;
	line-height: 1
}
#calendar .calendar-today-block .today-word {
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-left: 5px
}
#calendar .calendar-today-block .today-month {
	font-size: 30px;
	display: inline-block;
	vertical-align: top
}
#calendar .calendar-today-block .today-month:after {
	content: '/';
	display: inline-block;
	vertical-align: top;
	margin: 0 3px
}
#calendar .calendar-today-block .today-year {
	display: inline-block;
	vertical-align: top;
	font-size: 30px
}
#calendar .calendar-header {
	height: 36px;
	width: 100%;
	background-color: #67c3ec;
	text-align: center;
	position: relative;
	z-index: 100;
	border: 1px solid #85ceef;
	padding: 0 65px
}
#calendar .calendar-header h1 {
	color: #fff;
	font-family: var(--tertiaryFont);
	font-weight: 600;
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 36px;
	letter-spacing: 1px;
	text-transform: uppercase
}
#calendar .left, #calendar .right {
	position: absolute;
	width: 65px;
	font-size: 0;
	border-style: solid;
	top: 0;
	bottom: 0;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
#calendar .left:before, #calendar .right:before {
	font-family: "iconFont" !important;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0 0 transparent;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	font-size: 12px;
	color: #b3e1f6;
	content: '\eA55';
	transition: .3s
}
#calendar .left:after, #calendar .right:after {
	content: '';
	width: 25px;
	display: inline-block;
	height: 2px;
	background: #b3e1f6;
	transition: .3s
}
#calendar .left:hover:before, #calendar .right:hover:before {
	color: #fff
}
#calendar .left:hover:after, #calendar .right:hover:after {
	background: #fff
}
#calendar .left {
	border-right: 1px solid #85ceef;
	left: 0
}
#calendar .left:before {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	margin: 0 -6px 0 0
}
#calendar .right {
	border-left: 1px solid #85ceef;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	right: 0
}
#calendar .right:before {
	margin: 0 0 0 -6px
}
#calendar .month {
	padding: 10px 0;
	background: var(--grey-light);
	opacity: 0;
	min-height: 100%;
	overflow: hidden;
	height: 375px
}
@media screen and (max-width:1023px) {
	#calendar .month {
		height: 100%;
		min-height: auto
	}
}
#calendar .month.new {
	-webkit-animation: fadeIn 1s ease-out;
	opacity: 1
}
#calendar .month.in.next {
	-webkit-animation: moveFromTopFadeMonth .4s ease-out;
	animation: moveFromTopFadeMonth .4s ease-out;
	opacity: 1
}
#calendar .month.out.next {
	-webkit-animation: moveToTopFadeMonth .4s ease-in;
	animation: moveToTopFadeMonth .4s ease-in;
	opacity: 1
}
#calendar .month.in.prev {
	-webkit-animation: moveFromBottomFadeMonth .4s ease-out;
	animation: moveFromBottomFadeMonth .4s ease-out;
	opacity: 1
}
#calendar .month.out.prev {
	-webkit-animation: moveToBottomFadeMonth .4s ease-in;
	animation: moveToBottomFadeMonth .4s ease-in;
	opacity: 1
}
#calendar .week {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 7px 15px
}
@media screen and (max-width:1023px) {
	#calendar .week {
		-ms-flex-pack: distribute;
		justify-content: space-around;
		padding: 5px 5px
	}
}
#calendar .week:nth-child(1) {
	padding-top: 65px
}
#calendar .week:nth-child(1) .day-name {
	display: block !important;
	margin: -48px 0;
	text-transform: capitalize;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center
}
#calendar .day {
	display: inline-block;
	width: 36px;
	height: 36px;
	padding: 10px 5px;
	border-radius: 100%;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	position: relative;
	color: #7d7d7d;
	z-index: 100;
	transition: .2s
}
#calendar .day.active {
	color: #fff !important;
	background: gray
}
#calendar .day.active.today {
	background: #40b4e7
}
#calendar .day.active .day-events {
	opacity: 0
}
#calendar .day.other {
	color: rgba(125, 125, 125, .35)
}
#calendar .day.today {
	color: #40b4e7
}
#calendar .day.today .day-events .blue {
	background-color: #40b4e7
}
#calendar .day-name {
	display: none;
	color: #111;
	font-family: var(--tertiaryFont);
	font-weight: 600;
	font-size: 16px;
	pointer-events: none
}
#calendar .day-number {
	font-family: var(--tertiaryFont);
	font-weight: 600;
	font-size: 16px
}
#calendar .day .day-events {
	list-style: none;
	top: 3px;
	text-align: center;
	height: 0;
	position: relative;
	transition: .2s
}
#calendar .day .day-events span {
	vertical-align: top;
	display: inline-block;
	padding: 0;
	width: 4px;
	height: 4px;
	line-height: 5px;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}
#calendar .blue {
	background: #113647;
	border-radius: 100%
}
#calendar .orange {
	background: #f7a700
}
#calendar .green {
	background: #99c66d
}
#calendar .yellow {
	background: #f9e900
}
#calendar .arrow {
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #a4a4a4 transparent;
	transition: all .7s ease;
	display: none
}
#calendar .legend {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	background: #3c3c3c;
	line-height: 30px;
	display: none
}
#calendar .entry {
	position: relative;
	padding: 0 0 0 25px;
	font-size: 13px;
	display: inline-block;
	line-height: 30px;
	background: 0 0
}
#calendar .entry:after {
	position: absolute;
	content: '';
	height: 5px;
	width: 5px;
	top: 12px;
	left: 14px
}
#calendar .entry.blue:after {
	background: #113647
}
#calendar .entry.orange:after {
	background: #f7a700
}
#calendar .entry.green:after {
	background: #99c66d
}
#calendar .entry.yellow:after {
	background: #f9e900
}
#events {
	width: calc(100% - 270px);
	position: relative;
	border: 1px solid;
	border-color: #f7f7f7 #f7f7f7 #f7f7f7 transparent;
	overflow-y: auto
}


@media screen and (max-width:1023px) {
	#events {
		margin-top: -125px;
		width: 100%;
		border-color: transparent
	}
}
@media screen and (max-width:680px) {
	#events {
		margin: -1px 0
	}
}
.details {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	padding-left: 52px;
	border-radius: 4px
}
@media screen and (max-width:1023px) {
	.details {
		padding-left: 0
	}
}
@media screen and (max-width:680px) {
	.details {
		position: relative;
		min-height: auto
	}
}
.details:before {
	content: "";
	position: absolute;
	left: 52px;
	top: 0;
	bottom: 0;
	width: 6px;
	height: 100%;
	background-color: #c5eafa
}
@media screen and (max-width:1023px) {
	.details:before {
		left: 5px
	}
}
.details.in {
	-webkit-animation: moveFromTopFade .5s ease both;
	animation: moveFromTopFade .5s ease both
}
.details.out {
	-webkit-animation: moveToTopFade .5s ease both;
	animation: moveToTopFade .5s ease both
}
.details .events .events-date {
	padding-top: 15px;
	padding-left: 60px;
	color: #000
}
@media screen and (max-width:680px) {
	.details .events .events-date {
		padding-left: 30px
	}
}
.details .events.in {
	-webkit-animation: fadeIn .3s ease both;
	animation: fadeIn .3s ease both;
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}
.details .details.out .events {
	-webkit-animation: fadeOutShrink .4s ease both;
	animation: fadeOutShink .4s ease both
}
.details .events.out {
	-webkit-animation: fadeOut .3s ease both;
	animation: fadeOut .3s ease both
}
.details .event {
	margin: 25px 0;
	margin-left: -6px;
	position: relative;
	display: block;
	padding: 0 20px 0 65px
}
@media screen and (max-width:1023px) {
	.details .event {
		margin: 30px 0;
		padding-left: 30px
	}
}
@media screen and (max-width:680px) {
	.details .event {
		margin: 0;
		padding: 15px 30px
	}
}
.details .event:after {
	content: '';
	height: 18px;
	width: 18px;
	border-radius: 100%;
	display: inline-block;
	vertical-align: top;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
	border: 1px solid #c4e9fa;
	box-sizing: border-box;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	transition: .3s
}
@media screen and (max-width:680px) {
	.details .event:after {
		top: 14px
	}
}
.details .event:before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background-color: #41b3e7;
	border-radius: 100%;
	position: absolute;
	top: 7px;
	left: 7px;
	z-index: 1;
	transition: .3s
}
@media screen and (max-width:680px) {
	.details .event:before {
		top: 21px
	}
}
.details .event:not(.empty):hover .title {
	color: #7356af
}
.details .event:not(.empty):hover .event-time {
	opacity: 1
}
.details .event:not(.empty):hover:after {
	border: 1px solid #7356af
}
.details .event:not(.empty):hover:before {
	background-color: #7356af
}
.details .event .event-time {
	opacity: .5;
	color: #0b0d1c;
	font-family: var(--tertiaryFont);
	font-weight: 600;
	font-size: 16px;
	display: block;
	margin-bottom: 6px;
	transition: .3s
}
.details .event .title, .details .event span {
	display: inline-block;
	color: #111;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	transition: .3s
}
@-webkit-keyframes moveFromTopFade {
	0% {
		opacity: .3;
		height: 0;
		margin-top: 0;
		-webkit-transform: translateY(-100%)
	}
}
@keyframes moveFromTopFade {
	0% {
		height: 0;
		margin-top: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}
@-webkit-keyframes moveToTopFade {
	to {
		opacity: .3;
		height: 0;
		margin-top: 0;
		-webkit-transform: translateY(-100%)
	}
}
@keyframes moveToTopFade {
	to {
		height: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}
@-webkit-keyframes moveToTopFadeMonth {
	to {
		opacity: 0
	}
}
@keyframes moveToTopFadeMonth {
	to {
		opacity: 0
	}
}
@-webkit-keyframes moveFromTopFadeMonth {
	0% {
		opacity: 0
	}
}
@keyframes moveFromTopFadeMonth {
	0% {
		opacity: 0
	}
}
@-webkit-keyframes moveToBottomFadeMonth {
	to {
		opacity: 0
	}
}
@keyframes moveToBottomFadeMonth {
	to {
		opacity: 0
	}
}
@-webkit-keyframes moveFromBottomFadeMonth {
	0% {
		opacity: 0
	}
}
@keyframes moveFromBottomFadeMonth {
	0% {
		opacity: 0
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0
	}
}
@-webkit-keyframes fadeOut {
	to {
		opacity: 0
	}
}
@keyframes fadeOut {
	to {
		opacity: 0
	}
}
@-webkit-keyframes fadeOutShink {
	to {
		opacity: 0;
		padding: 0;
		height: 0
	}
}
@keyframes fadeOutShink {
	to {
		opacity: 0;
		padding: 0;
		height: 0
	}
}
.img-block {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	cursor: pointer;
	font-size: 0
}
.img-block__top {
	position: relative;
	overflow: hidden;
	max-height: 270px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .2);
	transition: box-shadow .2s
}
.img-block__pic {
	width: 100%;
	height: auto
}
.img-block__pic-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(-137deg, rgba(13, 42, 72, .1) 0, #063468 100%);
	opacity: 0;
	transition: opacity .3s
}
.img-block__meta {
	position: absolute;
	font-family: var(--tertiaryFont);
	font-weight: 600;
	font-size: 12px;
	color: #fff;
	bottom: 0;
	width: 100%;
	-webkit-transform: translate(0, 25px);
	transform: translate(0, 25px);
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	padding: 0 0 9px 38px;
	border-bottom: 4px solid #7356af
}
.img-block__meta:before, .img-block__meta:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 4px;
	height: 8px;
	background: #7356af
}
.img-block__meta:before {
	left: 0
}
.img-block__meta:after {
	right: 0
}
.img-block__meta .icon {
	position: relative
}
.img-block__meta .icon:before {
	font-size: 8px;
	top: .1em;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	position: absolute;
	left: -18px;
	opacity: .6
}
.img-block__status {
	margin: 10px 0;
	font-family: var(--tertiaryFont);
	font-weight: 600;
	font-size: 12px;
	line-height: 17px;
	text-transform: uppercase;
	color: var(--body-color)
}
.img-block__status em {
	color: #b52828;
	font-style: normal
}
.img-block__status .img-block__date {
	opacity: 1
}
.img-block__date {
	font-family: 'Roboto', san-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	padding: 12px 0 7px;
	color: #90959C;

}

@media screen and (max-width:767px) {
	.img-block__date {
		padding: 7px 0 3px;
		font-size: 10px;
		line-height: 20px
	}
	.img-block__date .dd {
		font-size: 14px
	}
}
.img-block__title {
	max-height: 72px;
	overflow: hidden;
	font-weight: 700;
	font-family: 'Roboto', san-serif;
	font-size: 16px;
	color: #000000;
}
.img-block__title a {
	transition: color .3s
}
.img-block:hover .img-block__top {
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .2);
	transition: box-shadow .2s
}
.img-block:hover .img-block__pic-mask {
	opacity: 1;
	transition: opacity box-shadow .2s
}
.img-block:hover .img-block__meta {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}
.img-block:hover .img-block__title {
	color: #7356af
}
.img-block:hover .img-block__title a {
	color: #7356af;
	transition: color .3s
}
.video-block, .video-block--big {
	font-size: 0
}
.video-block:before, .video-block--big:before {
	content: '\eA36';
	font-family: "iconFont" !important;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0 0 transparent;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	padding: 14px 16px;
	z-index: 2;
	position: absolute;
	top: 20px;
	left: 0;
	color: #fff;
	background: #dc2b2b;
	opacity: .8;
	transition: opacity .3s
}
.video-block {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	cursor: pointer;
	height: 320px
}
.video-block__top {
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .3);
	transition: box-shadow .2s
}
.video-block__pic {
	width: 100%;
	height: auto
}
.video-block__pic-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(-137deg, rgba(13, 42, 72, .1) 0, #063468 100%);
	opacity: 0;
	transition: opacity .3s
}
.video-block__meta {
	position: absolute;
	font-family: var(--tertiaryFont);
	font-weight: 600;
	font-size: 12px;
	color: #fff;
	bottom: 0;
	width: 100%;
	-webkit-transform: translate(0, 25px);
	transform: translate(0, 25px);
	transition: opacity .2s, -webkit-transform .2s;
	transition: opacity .2s, transform .2s;
	transition: opacity .2s, transform .2s, -webkit-transform .2s;
	padding: 0 0 9px 38px;
	border-bottom: 4px solid #7356af;
	opacity: 0
}
.video-block__meta:before, .video-block__meta:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 4px;
	height: 8px;
	background: #7356af
}
.video-block__meta:before {
	left: 0
}
.video-block__meta:after {
	right: 0
}
.video-block__meta .icon {
	position: relative;
	opacity: .6
}
.video-block__meta .icon:before {
	font-size: 8px;
	top: .1em;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	position: absolute;
	right: 26px
}
.video-block__date {
	font-family: var(--tertiaryFont);
	font-weight: 600;
	font-size: 12px;
	line-height: 24px;
	padding: 12px 0 7px;
	color: #fff;
	opacity: .5;
	transition: opacity .2s
}
.video-block__date .dd {
	font-size: 18px
}
@media screen and (max-width:767px) {
	.video-block__date {
		padding: 7px 0 3px;
		font-size: 10px;
		line-height: 20px
	}
	.video-block__date .dd {
		font-size: 14px
	}
}
.video-block__title {
	font-size: 22px;
	line-height: 24px;
	font-weight: 700
}
@media screen and (max-width:767px) {
	.video-block__title {
		font-size: 16px;
		line-height: 18px
	}
}
.video-block__title a {
	transition: color .3s;
	color: inherit
}
.video-block:hover:before {
	opacity: 1;
	transition: opacity .3s
}
.video-block:hover .video-block__top {
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .3);
	transition: box-shadow .2s
}
.video-block:hover .video-block__pic-mask {
	opacity: 1;
	transition: opacity box-shadow .3s
}
.video-block:hover .video-block__meta {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
	transition: opacity .2s, -webkit-transform .2s;
	transition: opacity .2s, transform .2s;
	transition: opacity .2s, transform .2s, -webkit-transform .2s
}
.video-block:hover .video-block__date {
	opacity: 1;
	transition: opacity .2s
}
.video-block:hover .video-block__title a {
	color: #7356af;
	transition: color .3s
}
.video-block--big {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
	width: 570px;
	height: 320px
}
.video-block--big__pic {
	width: 100%;
	height: 100%
}
.video-block--big__pic-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(-227deg, rgba(13, 42, 72, .1) 0, #063468 100%);
	opacity: 0;
	transition: opacity .3s
}
.video-block--big__title {
	position: absolute;
	bottom: 45px;
	padding-left: 30px;
	-webkit-transform: translate(0, 80px);
	transform: translate(0, 80px);
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}
@media screen and (max-width:1023px) {
	.video-block--big__title {
		display: none
	}
}
@media screen and (max-width:460px) {
	.video-block--big__title {
		padding: 0 20px
	}
}
.video-block--big__title h5 {
	color: #fff;
	font-size: 28px;
	line-height: 42px;
	font-weight: 700
}
.video-block--big__title h5 a {
	color: inherit
}
.video-block--big__meta {
	position: absolute;
	font-family: var(--tertiaryFont);
	font-weight: 600;
	font-size: 12px;
	color: #fff;
	bottom: 0;
	width: 100%;
	-webkit-transform: translate(0, 35px);
	transform: translate(0, 35px);
	transition: opacity .2s, -webkit-transform .2s;
	transition: opacity .2s, transform .2s;
	transition: opacity .2s, transform .2s, -webkit-transform .2s;
	padding: 0 0 20px 30px;
	opacity: 0;
	border-bottom: 4px solid #7356af
}
@media screen and (max-width:1023px) {
	.video-block--big__meta {
		display: none
	}
}
@media screen and (max-width:460px) {
	.video-block--big__meta {
		padding-left: 20px
	}
}
.video-block--big__meta:before, .video-block--big__meta:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 4px;
	height: 8px;
	background: #7356af
}
.video-block--big__meta:before {
	left: 0
}
.video-block--big__meta:after {
	right: 0
}
.video-block--big__meta .icon {
	position: relative;
	padding-left: 45px;
	font-size: 12px
}
.video-block--big__meta .icon:before {
	font-size: 8px;
	top: .1em;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	position: absolute;
	left: 27px
}
.video-block--big__meta .dd {
	font-size: 18px
}
.video-block--big:hover:before {
	opacity: 1;
	transition: opacity .3s
}
.video-block--big:hover .video-block--big__pic-mask {
	opacity: 1;
	transition: opacity box-shadow .3s
}
.video-block--big:hover .video-block--big__meta {
	opacity: .5;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: opacity .2s, -webkit-transform .2s;
	transition: opacity .2s, transform .2s;
	transition: opacity .2s, transform .2s, -webkit-transform .2s
}
.video-block--big:hover .video-block--big__title {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}
@media screen and (max-width:1023px) {
	.video-block--big-outer {
		margin-bottom: 20px
	}
}
@media screen and (max-width:1023px) {
	.video-block--big-outer .video-block--big {
		margin-bottom: 0 !important
	}
}
.video-block--big-outer .video-block__date, .video-block--big-outer .video-block__title {
	display: none
}
@media screen and (max-width:1023px) {
	.video-block--big-outer .video-block__date, .video-block--big-outer .video-block__title {
		display: block;
		clear: both
	}
}
img[data-object-fit=contain] {
	-o-object-fit: contain;
	object-fit: contain
}
.logo-block {
	position: relative;
	width: 170px;
	height: 90px
}
.logo-block a {
	width: 90%;
	height: 90%
}
.logo-block a img {
	height: 100%;
	width: 100%;
	position: relative
}
.text-block {
	position: relative;
	display: inline-block;
	min-width: 170px;
	width: 170px;
	height: 330px;
	max-height: 330px;
	margin: 0 30px 30px 0;
	transition: .2s
}
.text-block:before {
	content: '';
	display: none;
	position: absolute;
	top: -13px;
	left: 0;
	width: 100%;
	min-width: 170px;
	height: 2px;
	background: #b52828
}
.text-block a {
	color: inherit;
	width: 100%;
	height: 100%
}
.text-block er .text-block__date {
	color: #111;
	opacity: 1;
	transition: color .2s
}
.text-block er .text-block__title {
	color: #b52828;
	transition: color .2s
}
.text-block er .text-block__content {
	color: #111;
	transition: color .2s
}
.text-block__date {
	font-family: var(--tertiaryFont);
	font-weight: 600;
	font-size: 12px;
	line-height: 24px;
	padding: 12px 0 7px;
	color: #0b0d1c;
	opacity: .5;
	transition: .2s
}
.text-block__date .dd {
	font-size: 18px
}
.text-block__title {
	font-weight: 700;
	margin-bottom: 7px;
	transition: color .2s
}
.text-block__content {
	font-size: 14px;
	line-height: 21px;
	color: #666;
	transition: color .2s
}
@media screen and (max-width:767px) {
	.text-block__content {
		font-size: 12px
	}
}
.milestones {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 80px
}
@media screen and (max-width:1023px) {
	.milestones {
		margin-bottom: 60px
	}
}
@media screen and (max-width:760px) {
	.milestones {
		margin-bottom: 40px
	}
}
.milestones__container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
@media screen and (max-width:1209px) {
	.milestones__container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
@media screen and (max-width:1209px) {
	.milestones__container .milestones__success {
		width: 100%;
		max-width: none;
		margin-right: 0
	}
}
@media screen and (max-width:1209px) {
	.milestones__container .milestones__progress {
		width: 100%;
		max-width: none;
		margin-right: 0
	}
}
.milestones__success__title {
	height: 106px;
	margin-bottom: 20px;
	text-transform: uppercase
}
@media screen and (max-width:760px) {
	.milestones__success__title {
		height: auto;
		margin: 0 0 35px
	}
}
@media screen and (min-width:761px) {
	.milestones__success__title h3 {
		font-family: var(--secondaryFont);
		font-size: 72px;
		line-height: 106px;
		font-weight: 400;
		text-transform: none
	}
}
@media screen and (max-width:760px) {
	.milestones__success__title h3 {
		font-family: var(--secondaryFont);
		font-weight: 700;
		text-transform: inherit
	}
}
@media screen and (min-width:1210px) {
	.milestones__success__container .text-block:nth-child(-n+4):before {
		display: block
	}
	.milestones__success__container .text-block:nth-child(4n+4) {
		margin-right: 0;
		max-width: 140px
	}
	.milestones__success__container .text-block {
		width: calc(25% - 23px);
		min-width: 0
	}
}
.milestones__progress__title {
	height: inherit;
	margin-top: 48px;
	margin-bottom: 20px;
	text-transform: uppercase
}
@media screen and (max-width:760px) {
	.milestones__progress__title {
		height: auto;
		margin: 40px 0 35px
	}
}
.milestones__progress__title h3:after {
	content: '';
	display: block;
	height: 26px
}
@media screen and (max-width:760px) {
	.milestones__progress__title h3:after {
		height: auto
	}
}
.milestones__progress__title h3 {
	display: table-cell;
	height: inherit;
	vertical-align: bottom
}
@media screen and (max-width:760px) {
	.milestones__progress__title h3 {
		text-transform: uppercase
	}
}
@media screen and (min-width:1210px) {
	.milestones__progress__container .text-block:nth-child(-n+2):before {
		display: block
	}
	.milestones__progress__container .text-block:nth-child(2n+2) {
		margin-right: 0;
		max-width: 140px
	}
}
.milestones__progress__container .text-block:before {
	background: #fcd401
}
.milestones__progress__container .text-block er .text-block__title {
	color: #fcd401
}
.milestones .text-block {
	transition: .8s
}
.milestones .text-block.animate-block:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	transform-origin: left;
	transition-delay: .8s;
	transition: 1.5s
}
.milestones .text-block.animate-block--before:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0)
}
.milestones .text-block:nth-child(2n+2) {
	transition-delay: .2s
}
.milestones .milestones__success__container, .milestones .milestones__progress__container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-right: 0;
	font-size: 0
}
@media screen and (min-width:1070px) and (max-width:1209px) {
	.milestones .milestones__success__container .text-block:nth-child(-n+6):before, .milestones .milestones__progress__container .text-block:nth-child(-n+6):before {
		display: block;
		min-width: calc(16.666% - 17px)
	}
	.milestones .milestones__success__container .text-block:nth-child(6n+6), .milestones .milestones__progress__container .text-block:nth-child(6n+6) {
		margin-right: 0
	}
	.milestones .milestones__success__container .text-block, .milestones .milestones__progress__container .text-block {
		width: calc(16.666% - 17px);
		min-width: 0;
		margin-right: 20px
	}
}
@media screen and (min-width:810px) and (max-width:1069px) {
	.milestones .milestones__success__container .text-block:nth-child(-n+4):before, .milestones .milestones__progress__container .text-block:nth-child(-n+4):before {
		display: block
	}
	.milestones .milestones__success__container .text-block:nth-child(4n+4), .milestones .milestones__progress__container .text-block:nth-child(4n+4) {
		margin-right: 0
	}
	.milestones .milestones__success__container .text-block, .milestones .milestones__progress__container .text-block {
		margin-right: 20px;
		width: calc(25% - 16px);
		max-height: 300px
	}
}
@media screen and (min-width:461px) and (max-width:809px) {
	.milestones .milestones__success__container .text-block:nth-child(-n+2):before, .milestones .milestones__progress__container .text-block:nth-child(-n+2):before {
		display: block
	}
	.milestones .milestones__success__container .text-block:nth-child(2n+2), .milestones .milestones__progress__container .text-block:nth-child(2n+2) {
		margin-right: 0
	}
	.milestones .milestones__success__container .text-block, .milestones .milestones__progress__container .text-block {
		margin-right: 20px;
		max-height: 160px;
		width: calc(50% - 11px)
	}
}
@media screen and (max-width:670px) {
	.milestones .milestones__success__container .text-block, .milestones .milestones__progress__container .text-block {
		max-height: 200px
	}
}
@media screen and (max-width:530px) {
	.milestones .milestones__success__container .text-block, .milestones .milestones__progress__container .text-block {
		max-height: 250px
	}
}
@media screen and (max-width:460px) {
	.milestones .milestones__success__container .text-block:first-child:before, .milestones .milestones__progress__container .text-block:first-child:before {
		display: block
	}
	.milestones .milestones__success__container .text-block, .milestones .milestones__progress__container .text-block {
		margin-right: 0;
		max-height: none;
		height: auto;
		width: 100%
	}
}
@media screen and (max-width:1209px) {
	.milestones .milestones__success__more, .milestones .milestones__progress__more {
		padding-top: 20px
	}
}
@media screen and (max-width:460px) {
	.milestones .milestones__success__more, .milestones .milestones__progress__more {
		padding-top: 0
	}
}
@media screen and (max-width:460px) {
	.milestones .milestones__success__more .bl-btn--small, .milestones .milestones__progress__more .bl-btn--small {
		position: relative;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0)
	}
}
.email-subscribe {
	margin: 80px 0
}
@media screen and (max-width:1023px) {
	.email-subscribe {
		margin: 60px 0
	}
}
@media screen and (max-width:760px) {
	.email-subscribe {
		margin: 40px 0
	}
}
.email-subscribe .grid-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	height: 120px;
	max-width: 1170px;
	background-image: url(/wp-content/themes/eurobak/img/mail-subscribe-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}
.email-subscribe .form-success {
	color: #fff
}
.email-subscribe .form-success a {
	color: #f4bd0c
}
.email-subscribe .form-success+input {
	margin-left: 8px
}
.email-subscribe form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (max-width:760px) {
	.email-subscribe form {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-pack: center;
		justify-content: center
	}
}
@media screen and (max-width:400px) {
	.email-subscribe form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.email-subscribe form .icon {
	color: #fff;
	font-size: 18px;
	margin-right: 15px;
	transition: .3s
}
@media screen and (max-width:400px) {
	.email-subscribe form .icon {
		position: relative;
		top: 10px
	}
}
.email-subscribe form .icon.disabled {
	color: rgba(223, 74, 74, .8)
}
.email-subscribe form .icon.success {
	color: #0eb53d
}
.email-subscribe form .icon.animate-block {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s
}
.email-subscribe form .icon.animate-block.animate-block--before {
	-webkit-transform: translate(-50px, 50px);
	transform: translate(-50px, 50px)
}
.email-subscribe form input {
	color: #fff;
	background: 0 0;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-webkit-border-radius-border-radius: 0;
	width: 320px;
	font-family: var(--secondaryFont);
	font-size: 16px;
	line-height: 23px;
	padding: 2px;
	margin-right: 43px;
	outline: 0;
	transition: .3s
}
.email-subscribe form input.disabled {
	border-bottom: 1px solid rgba(223, 74, 74, .8)
}
.email-subscribe form input.success {
	border-bottom: 1px solid #0eb53d
}
@media screen and (max-width:760px) {
	.email-subscribe form input {
		width: 200px;
		margin-right: 20px
	}
}
@media screen and (max-width:400px) {
	.email-subscribe form input {
		position: relative;
		top: 10px
	}
}
.email-subscribe form input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .5);
	font-family: var(--secondaryFont)
}
.email-subscribe form input::-moz-placeholder {
	color: rgba(255, 255, 255, .5);
	font-family: var(--secondaryFont)
}
.email-subscribe form input:-moz-placeholder {
	color: rgba(255, 255, 255, .5);
	font-family: var(--secondaryFont)
}
.email-subscribe form input:-ms-input-placeholder {
	color: rgba(255, 255, 255, .5);
	font-family: var(--secondaryFont)
}
.email-subscribe form .email-subscribe__button {
	position: relative;
	background: 0 0;
	border: 2px solid #fff !important;
	transition: .3s;
	cursor: pointer;
	width: 176px;
	height: 40px;
	border-color: rgba(255, 255, 255, .5)
}
.email-subscribe form .email-subscribe__button span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	text-transform: uppercase;
	font-family: var(--secondaryFont);
	font-weight: 700;
	white-space: nowrap
}
.email-subscribe form .email-subscribe__button:hover {
	background: #fff;
	transition: .1s
}
.email-subscribe form .email-subscribe__button:hover span {
	color: transparent
}
.email-subscribe form .email-subscribe__button span {
	font-size: 14px;
	height: 18px
}
@media screen and (max-width:760px) {
	.email-subscribe form .email-subscribe__button {
		width: 120px;
		height: 30px
	}
	.email-subscribe form .email-subscribe__button span {
		font-size: 12px;
		height: 16px
	}
}
.email-subscribe form .email-subscribe__button:hover span {
	color: #111
}
.event-modal {
	position: relative;
	z-index: 2;
	background-color: #fff;
	background-image: url(/wp-content/themes/eurobak/img/svg/bg-event-modal.svg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
	max-width: 1170px;
	min-height: 500px;
	padding: 50px 65px 60px 485px;
	margin: 100px auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center
}
.event-modal.with-response {
	padding: 50px;
	background-image: none;
	text-align: center;
	max-width: 560px;
	min-height: auto
}
.event-modal__title {
	font-family: var(--secondaryFont);
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 36px
}
.event-modal__row {
	display: grid;
	grid-column-gap: 15px;
	grid-template-columns: 1fr
}
.event-modal__row--2 {
	grid-template-columns: 1fr 1fr
}
.event-modal__col {
	margin-bottom: 25px
}
.event-modal__close {
	position: absolute;
	z-index: 1;
	top: 25px;
	right: 25px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #7356af;
	background-image: url(/wp-content/themes/eurobak/img/svg/icon-close-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	line-height: 1;
	transition: .3s background-color
}
.event-modal__close:hover {
	background-color: #2978fe
}
.event-modal__excerpt {
	font-family: var(--secondaryFont);
	font-size: 16px;
	line-height: 1.2;
	color: rgba(17, 17, 17, .6);
	display: block;
	margin-top: 15px
}
.event-modal__excerpt a {
	color: var(--blue-main);
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	-webkit-text-decoration-color: transparent;
	text-decoration-color: transparent
}
.event-modal__excerpt er {
	-webkit-text-decoration-color: var(--blue-main);
	text-decoration-color: var(--blue-main)
}
.event-modal .modal-info-text {
	font-family: var(--secondaryFont);
	font-size: 16px;
	line-height: 1.2;
	color: rgba(17, 17, 17, .6);
	display: block;
	margin: -20px 0 15px
}
@media all and (max-width:992px) {
	.event-modal {
		padding: 50px 60px;
		background-image: none
	}
}
@media all and (max-width:650px) {
	.event-modal__row--2 {
		grid-template-columns: 1fr
	}
}
@media all and (max-width:480px) {
	.event-modal {
		margin: 0;
		padding: 40px 25px;
		min-height: 100%
	}
}
.event-field {
	position: relative
}
.event-field__label {
	position: absolute;
	z-index: 1;
	left: 10px;
	bottom: calc(100% - 13px);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	font-family: var(--secondaryFont);
	font-size: 16px;
	line-height: 1;
	color: rgba(17, 17, 17, .6);
	padding: 0 10px;
	pointer-events: none;
	transition: .3s all
}
.event-field__input, .event-field__textarea {
	width: 100%;
	color: var(--body-color);
	border: 1px solid rgba(3, 20, 46, .3);
	font-family: var(--secondaryFont);
	font-size: 16px;
	outline: 0;
	transition: .3s all
}
.event-field__input:focus, .event-field__input.focused, .event-field__textarea:focus, .event-field__textarea.focused {
	border-color: #7356af
}
.event-field__input:focus+.event-field__label, .event-field__input.focused+.event-field__label, .event-field__textarea:focus+.event-field__label, .event-field__textarea.focused+.event-field__label {
	font-size: 14px;
	bottom: calc(100% + 7px);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	color: #7356af;
	background-color: var(--body-bg)
}
.event-field__input.error, .event-field__textarea.error {
	border-color: red
}
.event-field__input.error+.event-field__label, .event-field__textarea.error+.event-field__label {
	color: red
}
.event-field__input {
	padding: 0 15px;
	height: 40px
}

.event-field__textarea {
	padding: 8px 15px;
	height: 130px;
	resize: none
}
:root[data-theme=dark] .event-field__label {
	color: rgba(238, 238, 238, .6)
}
:root[data-theme=dark] .event-field__input, :root[data-theme=dark] .event-field__textarea {
	border: 1px solid rgba(204, 204, 204, .3)
}
.mdc-modal .event-modal {
	padding: 50px;
	background: #fff;
	max-width: 540px
}

.search-modal {
	padding: 20px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1000;
	max-height: 100vh;
	opacity: 0;
	background: 0 0;
	transition: all .3s ease
}
.search-modal.open {
	overflow: auto;
	opacity: 1;
	pointer-events: auto;
	background: rgba(0, 0, 0, .9)
}
.search-modal.open:before {
	position: fixed;
	margin: 0 !important;
	border-radius: 0
}
.search-modal .close-modal {
	position: absolute;
	top: 8px;
	right: -50px;
	z-index: 11;
	width: 22px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
@media screen and (max-width:760px) {
	.search-modal .close-modal {
		top: 0;
		right: 52px
	}
}
@media screen and (max-width:450px) {
	.search-modal .close-modal {
		font-size: 20px;
		right: 25px
	}
}
.search-modal .close-modal:before {
	margin-top: 3px;
	display: block;
	content: '\eA21';
	font-family: iconfont;
	display: inline-block;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0 0 transparent;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none
}
.search-modal .close-modal:hover {
	color: #7356af
}
.search-modal .grid-container {
	position: relative;
	height: 100%
}
.search-modal .grid-container .search-top {
	margin: 128px auto 120px;
	max-width: 50%
}
@media screen and (max-width:1199px) {
	.search-modal .grid-container .search-top {
		margin: 80px auto
	}
}
@media screen and (max-width:760px) {
	.search-modal .grid-container .search-top {
		max-width: none
	}
}
.search-modal .grid-container .search-title {
	margin-bottom: 40px
}
.search-modal .grid-container form {
	line-height: 1;
	position: relative;
	transition: .5s
}
.search-modal .grid-container form .input-block {
	position: relative;
	left: 75px
}
@media screen and (max-width:760px) {
	.search-modal .grid-container form .input-block {
		left: 55px
	}
}
@media screen and (max-width:450px) {
	.search-modal .grid-container form .input-block {
		left: 35px
	}
}
.search-modal .grid-container form .input-block:before {
	content: "\eA39";
	position: absolute;
	font-family: iconfont;
	display: inline-block;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0 0 transparent;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	font-size: 52px;
	bottom: 0;
	left: -75px
}
@media screen and (max-width:760px) {
	.search-modal .grid-container form .input-block:before {
		font-size: 40px;
		left: -55px
	}
}
@media screen and (max-width:450px) {
	.search-modal .grid-container form .input-block:before {
		font-size: 25px;
		left: -35px
	}
}
.search-modal .grid-container form .input-block input {
	position: relative;
	padding: 0;
	background: 0 0;
	border: 0;
	color: #fff;
	font-family: var(--primaryFont);
	font-weight: 300;
	font-size: 50px;
	max-width: 50vw
}
@media screen and (max-width:760px) {
	.search-modal .grid-container form .input-block input {
		font-size: 40px
	}
}
@media screen and (max-width:450px) {
	.search-modal .grid-container form .input-block input {
		font-size: 25px
	}
}
.search-modal .grid-container form .input-block input::-webkit-input-placeholder, .search-modal .grid-container form .input-block input::-moz-placeholder, .search-modal .grid-container form .input-block input:-ms-input-placeholder, .search-modal .grid-container form .input-block input:-moz-placeholder {
	color: #fff;
	font-family: var(--primaryFont);
	font-weight: 300;
	-webkit-transition: color .1s;
	-moz-transition: color .1s;
	-ms-transition: color .1s;
	transition: color .1s
}
.search-modal .grid-container form .input-block input:focus {
	outline: 0
}
.search-modal .grid-container form .input-block input:focus::-webkit-input-placeholder, .search-modal .grid-container form .input-block input:focus::-moz-placeholder, .search-modal .grid-container form .input-block input:focus:-ms-input-placeholder, .search-modal .grid-container form .input-block input:focus:-moz-placeholder {
	color: transparent
}
.search-title h3 {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase
}
.search-title span {
	color: #fff;
	opacity: .5;
	font-size: 11px
}
.search-results {
	width: 100%;
	z-index: 10
}
.search-results::-webkit-scrollbar-track {
	background: 0 0;
	-webkit-transition: .5s;
	transition: .5s
}
.search-results::-webkit-scrollbar {
	width: 6px;
	background: 0 0;
	border-radius: 16px;
	-webkit-transition: .5s;
	transition: .5s
}
.search-results::-webkit-scrollbar-thumb {
	border-radius: 16px;
	background: #585858;
	-webkit-transition: .5s;
	transition: .5s
}
.search-results__count {
	font-family: var(--primaryFont);
	color: rgba(255, 255, 255, .5);
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px
}
.search-results__count span {
	font-family: var(--primaryFont);
	font-weight: 700;
	font-size: 16px
}
.search-results__container {
	z-index: 11
}
@media all and (max-width:760px) {
	.search-results__container {
		margin-bottom: 7px
	}
}
.search-results__container #search-results-drop-in {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.search-results__container #search-results-drop-in .img-block:nth-child(4n+4) {
	margin-right: 0
}
.search-results__container #search-results-drop-in .img-block {
	margin-right: 30px;
	width: calc(25% - 22.5px)
}
@media screen and (max-width:1225px) {
	.search-results__container #search-results-drop-in .img-block {
		max-width: none;
		margin-right: 20px;
		width: calc(25% - 15px)
	}
}
@media screen and (max-width:840px) {
	.search-results__container #search-results-drop-in .img-block {
		width: calc(50% - 10px)
	}
	.search-results__container #search-results-drop-in .img-block:nth-child(2n+2) {
		margin-right: 0 !important
	}
}
@media screen and (max-width:460px) {
	.search-results__container #search-results-drop-in .img-block {
		width: 100%;
		margin-right: 0
	}
}
.search-results__container #search-results-drop-in .img-block__title {
	color: #fff
}
.search-results__container #search-results-drop-in .img-block__title a {
	color: #fff
}
.search-results__container #search-results-drop-in .img-block__date {
	color: #fff
}
#cool-search-pagination {
	display: block;
	margin: 80px auto;
	text-align: center
}
#cool-search-pagination span {
	position: relative;
	text-transform: uppercase;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	cursor: pointer
}
#cool-search-pagination span.icon:before {
	font-size: 30px;
	padding: 10px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
#cool-search-pagination span:hover {
	color: #7356af
}
#cool-search-pagination span:hover.icon:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}
#cool-search-pagination .loader.load-more-search {
	margin: 30px 0
}
.single-post .galery-center, .single-article .galery-center {
	margin-top: 20px;
	width: 100%;
	padding-right: 0
}
.single-post .slider__outer-container, .single-article .slider__outer-container {
	margin: 0 !important
}
.single-post .sliders-count, .single-article .sliders-count {
	text-align: center;
	width: 100%;
	padding: 7px 0
}
.single-post .sliders-count .current, .single-article .sliders-count .current {
	margin-right: 2px
}
.single-post .galery-right, .single-article .galery-right {
	clear: both;
	margin-bottom: 30px
}
.single-post .galery-right:after, .single-article .galery-right:after {
	clear: both;
	content: '';
	display: table
}
.single-post .galerry-arrows, .single-article .galerry-arrows {
	width: 100%;
	margin: 0
}
.img-logo {
	margin-top: 19px;
	display: inline-block;
	position: relative;
	margin-right: 40px
}
.img-logo .img {
	height: 150px;
	width: 150px;
	background-color: #ccc;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}
.img-logo .img:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .15);
	pointer-events: none
}
.img-logo .img img {
	display: none
}
.img-logo .img-logo-close {
	position: absolute;
	z-index: 2;
	cursor: pointer;
	top: 5px;
	right: 5px;
	width: 26px;
	height: 26px;
	display: block;
	transition: .3s;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #7356af
}
.img-logo .img-logo-close:before, .img-logo .img-logo-close:after {
	content: '';
	position: absolute;
	width: 70%;
	left: 3.5px;
	top: 10px;
	height: 2px;
	background: #7356af
}
.img-logo .img-logo-close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.img-logo .img-logo-close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.img-logo .img-logo-close:hover {
	opacity: .75
}
.single-event-registration-modal input, .single-event-registration-modal textarea {
	height: auto;
	width: 100%;
	border: 1px solid #ccc;
	padding: 16px 20px;
	min-height: 80px;
	font-size: 14px;
	line-height: 1;
	color: #333;
	background: var(--grey-light);
	transition: .3s;
	margin-bottom: 20px
}
.single-event-registration-modal input::-webkit-scrollbar-track, .single-event-registration-modal textarea::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #f5f5f5
}
.single-event-registration-modal input::-webkit-scrollbar, .single-event-registration-modal textarea::-webkit-scrollbar {
	width: 6px;
	background-color: #f5f5f5
}
.single-event-registration-modal input::-webkit-scrollbar-thumb, .single-event-registration-modal textarea::-webkit-scrollbar-thumb {
	background-color: #000
}
.single-event-registration-modal input::-webkit-input-placeholder, .single-event-registration-modal textarea::-webkit-input-placeholder {
	font-size: 14px;
	line-height: 1;
	color: #333
}
.single-event-registration-modal input::-moz-placeholder, .single-event-registration-modal textarea::-moz-placeholder {
	font-size: 14px;
	line-height: 1;
	color: #333
}
.single-event-registration-modal input:-moz-placeholder, .single-event-registration-modal textarea:-moz-placeholder {
	font-size: 14px;
	line-height: 1;
	color: #333
}
.single-event-registration-modal input:-ms-input-placeholder, .single-event-registration-modal textarea:-ms-input-placeholder {
	font-size: 14px;
	line-height: 1;
	color: #333
}
.single-event-registration-modal input:last-of-type, .single-event-registration-modal textarea:last-of-type {
	margin-bottom: 33px
}
.single-event-registration-modal-response {
	display: block;
	line-height: 1;
	color: #ff4949;
	text-align: center
}
.single-event-registration-modal-response.show {
	margin-bottom: 40px
}
.logos-js {
	position: relative
}
.logos-js .items {
	width: 100%
}
@media screen and (max-width:1023px) {
	.logos-js .items {
		margin-bottom: 25px
	}
}
.logos-js .slider-nav {
	position: absolute;
	bottom: -62.5px;
	right: 0;
	width: 300px;
	border: 1px solid #eaeaea;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
	height: 44px
}
@media screen and (max-width:1023px) {
	.logos-js .slider-nav {
		position: static;
		margin: 0 auto 20px
	}
}
@media screen and (max-width:767px) {
	.logos-js .slider-nav {
		width: 280px
	}
}
.logos-js .slider-nav .slider-button-prev, .logos-js .slider-nav .slider-button-next {
	width: 50%;
	cursor: pointer;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: .3s
}
.logos-js .slider-nav .slider-button-prev:before, .logos-js .slider-nav .slider-button-next:before {
	font-size: 12px;
	color: #aaa;
	line-height: 0;
	transition: .3s
}
.logos-js .slider-nav .slider-button-prev:hover, .logos-js .slider-nav .slider-button-next:hover {
	background-color: rgba(172, 172, 172, .1)
}
.logos-js .slider-nav .slider-button-prev:hover:before, .logos-js .slider-nav .slider-button-next:hover:before {
	color: #0e0e0e
}
.logos-js .slider-nav .slider-button-prev {
	left: 0;
	border-right: 1px solid #eaeaea
}
.logos-js .slider-nav .slider-button-prev:before {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}
.logos-js .slider-nav .slider-button-next {
	right: 0
}
.speaker-container .partners-slider, .partners-slider-section .partners-slider {
	padding-bottom: 70px
}
.modal-content-register-colleague h3 {
	margin-top: 15px
}
.modal-content-register-colleague .text {
	display: block;
	margin: 15px 0;
	font-size: 16px;
	line-height: 1.2
}
.modal-content-register-colleague .selectric-wrapper, .modal-content-register-colleague .search-dropdown {
	margin: 25px 0
}
.modal-content-register-colleague .search-dropdown {
	float: none !important
}
.modal-content-register-colleague .search-dropdown .filter {
	width: 100% !important;
	margin: 0 !important;
	height: 50px
}
.modal-content-register-colleague .search-dropdown .filter .title {
	height: 37px
}
.modal-content-register-colleague .search-dropdown .filter .title:before {
	height: 50px
}
.modal-content-register-colleague .search-dropdown .filter.active .drop-down-search {
	top: 49px !important
}
.modal-content-register-colleague .search-dropdown .filter.active .drop-down#js__categories-filter {
	top: 58px !important
}
.modal-content-register-colleague .search-dropdown .filter.active .drop-down {
	min-height: 166px;
	top: 58px !important
}
.modal-content-register-colleague .search-dropdown ul li {
	padding: 6px 20px;
	margin-bottom: 0 !important;
	text-transform: capitalize
}
.modal-content-register-colleague .search-dropdown ul li:before, .modal-content-register-colleague .search-dropdown ul li:after {
	display: none !important
}
.modal-content-register-colleague .search-dropdown .drop-down-search {
	top: 100% !important
}
.modal-content-register-colleague .search-dropdown .drop-down-search input {
	min-height: 100%
}
.modal-content-register-colleague .search-dropdown .drop-down {
	top: 100% !important;
	margin-bottom: 0 !important;
	max-height: 0
}
.addeventatc {
	min-height: 40px
}
.addeventatc span:not(.atc_node) {
	display: none !important
}

.question-right-container {
	width: 31%;
	margin: 0 0 0 20px;
	float: left
}
@media screen and (max-width:1200px) {
	.question-right-container {
		width: 100%;
		max-width: 380px;
		margin: 30px 50px 30px 0
	}
}
@media screen and (max-width:600px) {
	.question-right-container {
		margin: 30px auto;
		max-width: 100%
	}
}
.login-modal {
	padding: 20px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1000;
	max-height: 100vh;
	opacity: 0;
	background: 0 0;
	transition: all .3s ease
}
.login-modal.open {
	overflow: auto;
	opacity: 1;
	pointer-events: auto;
	background: rgba(0, 0, 0, .9)
}
.login-container {
	position: absolute;
	background: #fff;
	padding: 40px;
	max-width: 400px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.loginform input {
	background: #f7f7f7;
	border: 1px solid #e8e8e8;
	font-family: var(--tertiaryFont);
	font-size: 14px;
	line-height: 26px
}
.user-cookie-notice {
	background: rgba(3, 28, 67, .92);
	padding: 13px 0;
	position: fixed;
	width: 100vw;
	left: 0;
	bottom: 0;
	z-index: 9999;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.user-cookie-wrap {
	font-family: var(--secondaryFont);
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.user-cookie-btn {
	margin-left: 20px;
	width: 145px;
	height: 34px
}
.user-cookie-buttons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.user-cookie-link {
	color: #fff !important;
	margin-left: 20px;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	font-size: 13px
}
.user-cookie-link:hover:after {
	width: 100%
}
.user-cookie-link:after {
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	bottom: -3px;
	left: 0;
	background-color: #fff;
	transition: all .2s
}
@media only screen and (max-width:1280px) {
	.user-cookie-wrap {
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}
	.user-cookie-btn {
		margin-left: 0
	}
	.user-cookie-btn span {
		font-size: 13px
	}
	.user-cookie-buttons {
		margin-top: 10px
	}
}
@media only screen and (max-width:320px) {
	.user-cookie-link {
		margin-left: 15px
	}
}
.footer-question {
	background-color: #fff;
	position: absolute;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .3);
	right: 20px;
	bottom: calc(100% + 40px);
	width: 100%;
	max-width: 585px;
	border-bottom: 5px solid #7356af
}
.footer-question.open .content {
	max-height: 1000px;
	padding: 30px 30px 28px;
	opacity: 1
}
.footer-question.open .img {
	height: 213px;
	opacity: 1;
	transition: all .1s
}
.footer-question.open .icon:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.footer-question .title {
	display: block;
	width: 100%;
	border-top: 1px solid #f8f7f6;
	border-left: 1px solid #f8f7f6;
	position: relative;
	padding: 16px 40px 14px 30px;
	min-height: 44px;
	box-sizing: border-box;
	color: #111;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase
}
.footer-question .icon {
	position: absolute;
	right: 0;
	top: -1px;
	bottom: 0;
	width: 44px;
	background: #7356af;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	transition: all .3s
}
.footer-question .icon:hover {
	background: #07429d
}
.footer-question .icon:before {
	font-size: 16px;
	line-height: 0;
	color: #fff;
	transition: all .3s
}
.footer-question .content {
	color: #111;
	padding: 0 30px 0;
	max-height: 0;
	transition: all .3s;
	overflow: hidden;
	opacity: 0
}
.footer-question .content p {
	max-width: 270px;
	display: block;
	line-height: 1.3
}
.footer-question .content p:last-of-type {
	margin: 5px 0 10px
}
.footer-question .img {
	position: absolute;
	right: 53px;
	bottom: 0;
	width: 183px;
	height: 0;
	opacity: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all .3s
}
.footer-question .img img {
	display: none
}
.footer-question .name {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px
}
.footer-question .prof {
	opacity: .87;
	font-family: var(--secondaryFont);
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px
}
.footer-question .number {
	font-family: var(--secondaryFont);
	font-size: 20px;
	line-height: 40px;
	margin-top: 10px
}
.footer-question .email {
	font-family: var(--secondaryFont);
	opacity: .87;
	color: #2590ea;
	font-size: 14px;
	line-height: 18px
}
.footer-question .button {
	display: block;
	margin-top: 30px;
	font-size: 0
}
@media only screen and (max-width:1170px) {
	.footer-question {
		right: 0
	}
}
@media only screen and (max-width:760px) {
	.footer-question {
		bottom: calc(100% + 20px)
	}
}
@media only screen and (max-width:550px) {
	.footer-question .title {
		padding-left: 20px
	}
	.footer-question .img {
		display: none
	}
}
.menu-lang {
	cursor: default;
	min-width: 95px
}
@media screen and (max-width:1199px) {
	.menu-lang {
		margin-right: 50px
	}
}
.menu-lang .switch-label {
	font-size: 12px;
	line-height: 17px;
	opacity: .3;
	color: #fff;
	font-family: var(--secondaryFont);
	transition: opacity .3s;
	cursor: pointer
}
.menu-lang .switch-label.active {
	opacity: 1;
	transition: opacity .3s;
	font-family: var(--secondaryFont);
	font-weight: 700
}
.menu-lang .switch {
	position: relative;
	display: inline-block;
	background: #354b65;
	width: 24px;
	height: 10px;
	margin: 0 2px;
	border-radius: 5px;
	cursor: pointer
}
.menu-lang .switch:hover.switch.l div {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}
.menu-lang .switch:hover.switch.r div {
	-webkit-transform: scale(1.2) translate(10px, 0);
	transform: scale(1.2) translate(10px, 0);
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}
.menu-lang .switch div {
	position: absolute;
	left: 0;
	top: -25%;
	border: 1px solid #658fbc;
	border-radius: 100%;
	background: #fff;
	width: 14px;
	height: 14px;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}
.menu-lang .switch div span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #354b65;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	z-index: 2
}
.menu-lang .switch.l div {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.menu-lang .switch.r div {
	-webkit-transform: translate(12px, 0);
	transform: translate(12px, 0)
}
.social-buttons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.social-buttons li {
	margin-bottom: 11px
}
.social-buttons li:not(:last-child) {
	margin-right: 11px
}
.social-buttons a {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 50px;
	min-width: 160px;
	padding: 0 20px;
	border-radius: 50px;
	border: 3px solid #e8f2fd;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 14px;
	line-height: 1
}
.social-buttons a:before {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 20px 0 0;
	font-family: "iconFont" !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0 0 transparent;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none
}
.social-buttons a[data-social=facebook] {
	color: #3b5998
}
.social-buttons a[data-social=facebook]:before {
	content: '\eA03'
}
.social-buttons a[data-social=facebook]:hover {
	border-color: #3b5998
}
.social-buttons a[data-social=telegram] {
	color: #08c
}
.social-buttons a[data-social=telegram]:before {
	content: '\eA80'
}
.social-buttons a[data-social=telegram]:hover {
	border-color: #08c
}
.meeting-form__text {
	margin-top: 35px
}
.meeting-form__links {
	margin-top: 20px
}
.meeting-form__links .btn {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
.meeting-form__links .label-tooltip {
	position: relative;
	vertical-align: middle;
	margin-left: 20px
}
.meeting-form__position {
	margin-top: 20px
}
.meeting-form__contacts {
	margin-top: 50px
}
.meeting-form__contacts .content-modal-subtitle {
	margin-bottom: 22px
}
.meeting-form__contacts .double-inputs-grid~.default-input {
	margin-top: 10px
}
.meeting-form__contacts .default-input label {
	font-size: 16px
}
.meeting-form__contacts .default-input input, .meeting-form__contacts .default-input select {
	font-size: 16px;
	height: 40px
}
.meeting-form__footer {
	margin-top: 45px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.meeting-form__footer .fill-btn {
	font-size: 14px;
	height: 50px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 25px;
	min-width: 213px
}
@media only screen and (max-width:1199px) {
	.meeting-form__footer .default-checkbox {
		max-width: 410px
	}
}
@media only screen and (max-width:767px) {
	.meeting-form__footer {
		display: block;
		text-align: center
	}
	.meeting-form__footer .default-checkbox {
		text-align: left;
		max-width: 100%;
		margin-bottom: 20px
	}
}
.modal-lang {
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.modal-lang:before {
	content: attr(data-title);
	display: inline-block;
	font-family: var(--secondaryFont);
	font-size: 18px;
	margin-right: 30px
}
.modal-lang li:not(:last-child) {
	margin-right: 20px
}
.modal-lang button {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 44px;
	border-radius: 44px;
	padding: 0 20px 0 18px;
	border: 2px solid #e8e8e8;
	background-color: transparent;
	font-family: var(--secondaryFont);
	font-size: 18px;
	color: #374f5e;
	cursor: pointer;
	transition: all .3s ease-in-out
}
.modal-lang button:hover, .modal-lang button.is-active {
	border-color: #7356af;
	color: #7356af
}
.modal-lang button img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	width: 21px;
	height: auto
}
@media only screen and (max-width:992px) {
	.modal-lang {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: -8px
	}
	.modal-lang:before {
		min-width: 100%;
		margin-bottom: 10px
	}
	.modal-lang li {
		margin-bottom: 8px
	}
}
@media only screen and (max-width:576px) {
	.modal-lang button {
		font-size: 14px
	}
}
.modal-links {
	margin-bottom: 18px;
	font-family: var(--secondaryFont);
	font-size: 16px
}
.modal-links li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.modal-links li:not(:last-child) {
	margin-bottom: 8px
}
.modal-links a {
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #7356af
}
.modal-links er {
	color: #1974ff
}
.modal-links .remove-circle {
	margin-left: 15px
}
.remove-circle {
	display: inline-block;
	width: 20px;
	height: 20px;
	min-width: 20px;
	opacity: 1;
	background: url(/wp-content/themes/eurobak/img/svg/remove-circle.svg) no-repeat center/contain;
	transition: opacity .3s ease-in-out;
	will-change: opacity;
	cursor: pointer
}
.remove-circle:hover {
	opacity: .75
}
.default-input {
	position: relative
}
.default-input label {
	font-family: var(--secondaryFont);
	font-size: 18px;
	display: block;
	margin-bottom: 13px
}
.default-input input, .default-input select, .default-input textarea {
	font-family: var(--secondaryFont);
	font-size: 18px;
	display: block;
	width: 100%;
	border: 1px solid rgba(3, 20, 46, .3)
}
.default-input input::-webkit-input-placeholder, .default-input select::-webkit-input-placeholder, .default-input textarea::-webkit-input-placeholder {
	color: var(#111111, 0.6)
}
.default-input input::-moz-placeholder, .default-input select::-moz-placeholder, .default-input textarea::-moz-placeholder {
	color: var(#111111, 0.6)
}
.default-input input:-ms-input-placeholder, .default-input select:-ms-input-placeholder, .default-input textarea:-ms-input-placeholder {
	color: var(#111111, 0.6)
}
.default-input input::-ms-input-placeholder, .default-input select::-ms-input-placeholder, .default-input textarea::-ms-input-placeholder {
	color: var(#111111, 0.6)
}
.default-input input::placeholder, .default-input select::placeholder, .default-input textarea::placeholder {
	color: var(#111111, 0.6)
}
.default-input input, .default-input select {
	height: 50px;
	padding: 0 20px
}
.default-input textarea {
	height: 130px;
	padding: 18px 20px;
	resize: none
}
.default-input--inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.default-input--inline label {
	margin-bottom: 0;
	padding-right: 24px;
	min-width: 95px;
	white-space: nowrap
}
.default-input--inline input, .default-input--inline select {
	-ms-flex: 1;
	flex: 1
}
@media only screen and (max-width:576px) {
	.default-input--inline {
		display: block
	}
	.default-input--inline label {
		margin-right: 0;
		margin-bottom: 13px;
		white-space: normal;
		min-width: 100%
	}
	.default-input--inline .fill-btn {
		min-width: 100%
	}
}
.default-checkbox {
	position: relative
}
.default-checkbox input[type=checkbox] {
	width: 0;
	height: 0;
	opacity: 0;
	position: absolute
}
.default-checkbox input[type=checkbox]:checked+label:before {
	border-color: #7356af;
	background-color: #7356af
}
.default-checkbox input[type=checkbox]:checked+label:after {
	opacity: 1
}
.default-checkbox input[type=checkbox].error+label {
	color: red
}
.default-checkbox input[type=checkbox].error+label:before {
	border-color: red
}
.default-checkbox label {
	position: relative;
	display: block;
	font-family: var(--secondaryFont);
	font-size: 16px;
	padding-left: 34px;
	cursor: pointer
}
.default-checkbox label:before, .default-checkbox label:after {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	transition: all .3s ease-in-out
}
.default-checkbox label:before {
	border: 1px solid rgba(3, 20, 46, .3);
	background-color: transparent
}
.default-checkbox label:after {
	background: url(/wp-content/themes/eurobak/img/svg/checkmark-white.svg) no-repeat center/10px;
	opacity: 0
}
.default-checkbox label a {
	display: inline-block;
	color: #7356af;
	transition: all .3s ease-in-out
}
.default-checkbox label er {
	color: #1974ff
}
.double-inputs-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px 60px
}
@media only screen and (max-width:767px) {
	.double-inputs-grid {
		grid-template-columns: 1fr
	}
}
.symbols-counter {
	font-family: var(--secondaryFont);
	position: absolute;
	bottom: 13px;
	right: 20px;
	font-size: 13px;
	color: #2c2d33
}
.symbols-counter span {
	font-weight: 700
}
.acs-menu {
	background-color: #ddd;
	color: #111;
	padding: 20px 0;
	display: none;
	position: relative;
	z-index: 4
}
.acs-menu__close {
	position: absolute;
	top: 10px;
	right: 10px;
	margin-right: 0 !important
}
.acs-menu__grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -15px -30px
}
.acs-menu__col {
	-ms-flex: 1;
	flex: 1;
	padding: 0 15px;
	min-width: 25%;
	margin-bottom: 30px
}
.acs-menu__heading {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #111
}
.acs-menu__body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 8px
}
.acs-menu__btn {
	white-space: nowrap;
	font-size: 16px;
	line-height: 1;
	background-color: #ddd;
	border: 1px solid #bbb;
	border-radius: 2px;
	padding: 0 10px;
	height: 32px;
	transition: var(--transition)
}
.acs-menu__btn:hover {
	border-color: #111
}
.acs-menu__btn.is-active {
	background-color: #111;
	border-color: #111;
	color: #fff
}
.acs-menu__btn.is-active [stroke]:not([stroke=none]) {
	stroke: #fff
}
.acs-menu__btn.is-active [fill]:not([fill=none]) {
	fill: #fff
}
.acs-menu__btn:not(:last-child) {
	margin-right: 6px
}
.acs-menu__btn[data-acs-theme=dark] {
	color: #fff;
	background-color: #000
}
.acs-menu__btn[data-acs-theme=blue] {
	color: #063462;
	background-color: #9dd1ff
}
.acs-menu__btn[data-acs-theme=dimmed] {
	color: #4d4b43;
	background-color: #f7f3d6
}
.acs-menu__btn[data-acs-theme=green] {
	color: #a9e44d;
	background-color: #3b2716
}
.acs-menu__dropdown {
	display: none;
	border-top: 1px solid var(--grey);
	padding: 20px 0;
	background-color: var(--grey-dark);
	position: relative;
	z-index: 4
}
.acs-menu__dropdown .acs-menu__col:nth-last-child(1), .acs-menu__dropdown .acs-menu__col:nth-last-child(2) {
	min-width: 50%
}
@media only screen and (max-width:1023px) {
	.acs-menu {
		display: none
	}
}
.free-event-modal {
	width: 100%;
	max-width: 590px;
	background-color: var(--body-bg);
	position: relative;
	z-index: 1;
	margin: 100px auto
}
.free-event-modal__media {
	font-size: 0
}
.free-event-modal__media img {
	width: 100%;
	height: auto
}
.free-event-modal__body {
	padding: 30px 40px 40px;
	font-family: var(--secondaryFont)
}
.free-event-modal__description {
	font-size: 16px
}
.free-event-modal__title {
	font-size: 26px;
	line-height: 1.25;
	font-weight: 700;
	padding: 2px 0 0 12px;
	border-left: 4px solid var(--orange);
	margin-top: 12px
}
.free-event-modal__time {
	font-size: 18px;
	line-height: 1.35;
	font-weight: 700;
	margin-top: 10px
}
.free-event-modal__caption {
	font-size: 15px;
	margin-top: 20px
}
.free-event-modal__caption a {
	color: #7356af
}
.free-event-modal__caption er {
	text-decoration: underline
}
.free-event-modal__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 32px 12px
}
.free-event-modal form {
	margin-top: 32px
}
.free-event-modal form .event-field__checkboxes {
	margin-top: 24px
}
.free-event-modal form .fill-btn {
	padding: 16px 0 14px;
	min-width: 100%;
	margin-top: 12px
}
.free-event-modal .close {
	display: inline-block;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer
}
.free-event-modal .close:before, .free-event-modal .close:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 2px;
	background: var(--white);
	transition: background .3s
}
.free-event-modal .close:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}
.free-event-modal .close:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}
@media only screen and (max-width:767px) {
	.free-event-modal {
		margin: 0;
		max-width: 100%
	}
	.free-event-modal__body {
		padding: 30px
	}
	.free-event-modal__grid {
		grid-template-columns: 1fr
	}
}
.additional-navigation {
	background-color: #0b1627;
	padding: 20px 0;
	position: relative;
	z-index: 1
}
.additional-navigation ul {
	margin: 0;
	padding: 0 0 0 189px;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-family: var(--secondaryFont);
	font-size: 15px;
	line-height: 1.35;
	font-weight: 700;
	white-space: nowrap;
	overflow-x: auto
}
.additional-navigation ul li:not(:last-child) {
	margin-right: 27px
}
.additional-navigation ul a {
	color: var(--white)
}
.additional-navigation ul er {
	color: var(--orange)
}
@media only screen and (max-width:1199px) {
	.additional-navigation ul {
		padding-left: 125px
	}
}
@media only screen and (max-width:992px) {
	.additional-navigation {
		padding: 10px 0
	}
	.additional-navigation ul {
		padding-left: 0
	}
}
.member-news {
	overflow: hidden
}
.main {
	z-index: 1
}
.main .tiles {
	position: relative;
	background-image: url(/wp-content/themes/eurobak/img/svg/polygons1.svg), radial-gradient(50% 98% at 50%, #193f67 1%, #0c2440 98%);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	will-change: transform;
	width: 100%;
	overflow: hidden
}
@media screen and (max-width:760px) {
	.main .tiles {
		background-attachment: scroll
	}
}
.main .tiles .tiles__container {
	margin-top: 45px
}
@media screen and (max-width:760px) {
	.main .tiles .tiles__container {
		margin-top: 25px
	}
}
.main .tiles .tiles__container .tiles-left {
	margin: 0;
	max-width: 50%
}
.main .tiles .tiles__container .tiles-left .tiles-item {
	height: 500px
}
@media screen and (max-width:760px) {
	.main .tiles .tiles__container .tiles-left {
		max-width: none;
		width: 100%
	}
	.main .tiles .tiles__container .tiles-left .tiles-item {
		height: 250px
	}
}
.main .tiles .tiles__container .tiles-right {
	max-width: 50%
}
.main .tiles .tiles__container .tiles-right .tiles-item {
	height: 250px
}
@media screen and (max-width:760px) {
	.main .tiles .tiles__container .tiles-right {
		max-width: none;
		width: 100%
	}
	.main .tiles .tiles__container .tiles-right .tiles-item {
		height: 250px
	}
}
.main .tiles .tiles-item.tier-1 {
	z-index: 0
}
.main .tiles .tiles-item.tier-1 .tiles-item__mask, .main .tiles .tiles-item.tier-1 .tiles-item__mask-hover {
	z-index: 1
}
.main .tiles .tiles-item.tier-2 {
	z-index: 2
}
.main .tiles .tiles-item.tier-2 .tiles-item__mask, .main .tiles .tiles-item.tier-2 .tiles-item__mask-hover {
	z-index: 3
}
.main .tiles .tiles-item.tier-3 {
	z-index: 4
}
.main .tiles .tiles-item.tier-3 .tiles-item__mask, .main .tiles .tiles-item.tier-3 .tiles-item__mask-hover {
	z-index: 5
}
.main .tiles .tiles-item {
	position: relative;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .3);
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important
}
.main .tiles .tiles-item a {
	width: 100%;
	height: 100%
}
.main .tiles .tiles-item er .tiles-item__mask {
	opacity: 0;
	transition: opacity .3s
}
.main .tiles .tiles-item er .tiles-item__mask-hover {
	opacity: .8;
	transition: opacity .3s
}
.main .tiles .tiles-item er .tiles-item__text {
	-webkit-transform: translate(0, -20px);
	transform: translate(0, -20px);
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}
.main .tiles .tiles-item er .tiles-item__label:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}
.main .tiles .tiles-item er .tiles-item__more .icon:before {
	-webkit-transform: translate(50px, 0);
	transform: translate(50px, 0);
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}
.main .tiles .tiles-item er .tiles-item__more .icon:after {
	-webkit-transform: scaleX(2.25);
	transform: scaleX(2.25);
	-webkit-transform-origin: left;
	transform-origin: left;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}
.main .tiles .tiles-item__mask, .main .tiles .tiles-item__mask-hover {
	position: absolute;
	width: 100%;
	height: 100%
}
.main .tiles .tiles-item__mask {
	background: linear-gradient(45deg, rgba(227, 209, 37, .7), rgba(233, 65, 14, .7)), #18041a;
	opacity: .4;
	transition: opacity .3s
}
.main .tiles .tiles-item__mask-hover {
	background: linear-gradient(225deg, rgba(254, 116, 0, 0), rgba(7, 53, 104, .7)), #18041a;
	opacity: 0;
	transition: opacity .3s
}
.main .tiles .tiles-item__text {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 6;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}
.main .tiles .tiles-item__label {
	position: relative;
	top: 30px;
	z-index: 6;
	width: 160px;
	height: 60px;
	background: #0e1f36;
	padding: 24px 0 24px 20px;
	font-family: var(--primaryFont);
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	-webkit-transform: translate3d(0, 0, 1px);
	transform: translate3d(0, 0, 1px)
}
@media screen and (max-width:760px) {
	.main .tiles .tiles-item__label {
		width: 110px;
		height: 40px;
		padding: 16px 0 16px 10px;
		font-size: 10px
	}
}
.main .tiles .tiles-item__label:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 5px;
	background: #fcd401;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}
@media screen and (max-width:1023px) {
	.main .tiles .tiles-item__label:before {
		width: 3px
	}
}
.main .tiles .tiles-item__header {
	color: #fff;
	margin-bottom: 36px;
	text-transform: uppercase;
	max-height: 72px;
	line-height: 1.15;
	overflow: hidden
}
@media screen and (max-width:1123px) {
	.main .tiles .tiles-item__header {
		font-size: 18px;
		max-height: 78px
	}
}
@media screen and (max-width:760px) {
	.main .tiles .tiles-item__header {
		font-size: 16px;
		max-height: 106px
	}
}
.main .tiles .tiles-item__more {
	position: relative;
	font-family: var(--secondaryFont);
	font-weight: 800;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff
}
@media screen and (max-width:760px) {
	.main .tiles .tiles-item__more {
		font-size: 12px
	}
}
.main .tiles .tiles-item__more:before {
	position: absolute;
	top: -22px;
	content: '';
	width: 60px;
	height: 5px
}
.main .tiles .tiles-item__more.more_r:before {
	background: #e54444
}
.main .tiles .tiles-item__more.more_y:before {
	background: #fcd401
}
.main .tiles .tiles-item__more.more_b:before {
	background: #1974ff
}
.main .tiles .tiles-item__more .icon {
	position: relative;
	font-size: 9px;
	padding-left: 40px
}
.main .tiles .tiles-item__more .icon:before {
	position: absolute;
	bottom: 2px;
	right: -12px;
	font-size: 13px;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}
@media screen and (max-width:760px) {
	.main .tiles .tiles-item__more .icon:before {
		font-size: 11px;
		bottom: 3px
	}
}
.main .tiles .tiles-item__more .icon:after {
	content: '';
	position: absolute;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 40px;
	height: 1px;
	background: #fff;
	top: 4px;
	left: 10px;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	transform-origin: left;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}
.main .tiles .tile-s .tiles-item__text {
	padding: 15px 55px
}
@media screen and (max-width:1023px) {
	.main .tiles .tile-s .tiles-item__text {
		padding: 15px 25px
	}
}
.main .tiles .tile-b .tiles-item__text {
	padding: 15px 100px
}
@media screen and (max-width:1023px) {
	.main .tiles .tile-b .tiles-item__text {
		padding: 15px 25px
	}
}
.main .calendar-container {
	margin: 80px 0
}
@media screen and (max-width:1023px) {
	.main .calendar-container {
		margin: 60px 0
	}
}
@media screen and (max-width:680px) {
	.main .calendar-container {
		margin: 40px 0
	}
}
.main .calendar-container .calendar-title {
	text-transform: uppercase;
	margin-bottom: 30px
}
@media screen and (max-width:680px) {
	.main .calendar-container .calendar-title {
		margin-bottom: 20px
	}
}
.main .log {
	margin-bottom: 100px
}
.main .log .grid-container {
	position: relative
}
.main .log__title {
	margin-bottom: 40px;
	text-transform: uppercase
}
.main .log__title h3 {
	font-size: 32px
}
@media screen and (max-width:760px) {
	.main .log__title h3 {
		font-size: 28px
	}
}
.main .log__tabs {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0
}
@media screen and (max-width:760px) {
	.main .log__tabs {
		position: static;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		padding-bottom: 15px;
		width: 100%
	}
	.main .log__tabs:after {
		content: '';
		display: table;
		clear: both
	}
}
.main .log__tabs-item {
	display: inline-block;
	width: 120px;
	height: 36px;
	text-transform: uppercase;
	padding: 8px
}
.main .log__tabs-item:not(:first-child) {
	border-left: none
}
.main .log__container-outer {
	position: relative
}
.main .log__container-outer:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -1000px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 1000px;
	height: 6px;
	background: 0 0;
	background-image: url(/wp-content/themes/eurobak/img/svg/dashed-line.svg)
}
.main .log__container {
	min-width: 100vw;
	overflow: scroll
}

.main .log__container .timeline {
	position: relative;
	height: 6px;
	width: 2000px;
	background: #c4e9fa;
	margin: 320px 0
}
@media screen and (max-width:760px) {
	.main .log__container .timeline {
		margin: 240px 0
	}
}
.main .log__container .timeline-day {
	display: inline-block
}
.main .log__container .day-date {
	display: inline-block;
	margin-right: 30px;
	color: #fff;
	padding: 8px 33px;
	background: #41b3e7;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 12px;
	-webkit-transform: translate(0, -14px);
	transform: translate(0, -14px)
}
.main .log__container .day-date.text {
	-webkit-transform: translate(0, -15px);
	transform: translate(0, -15px);
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 33px
}
.main .log__container .day-date .dd {
	font-size: 18px
}
.main .log__container .day-events {
	display: inline-block
}
.main .log__container .day-events .event {
	display: inline-block;
	position: relative;
	-webkit-transform: translate(0, -9px);
	transform: translate(0, -9px);
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .1);
	margin: 0 130px
}
.main .log__container .day-events .event:before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #41b3e7;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: .3s
}
.main .log__container .day-events .event:after {
	content: '';
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #c4e9fa;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: .3s
}
.main .log__container .day-events .event a {
	position: relative;
	width: 100%;
	height: 100%;
	color: inherit
}
.main .log__container .day-events .event a:before {
	content: '';
	position: absolute;
	left: calc(50% - 1px);
	width: 2px;
	height: 40px;
	background: #41b3e7;
	transition: .3s
}
@media screen and (max-width:760px) {
	.main .log__container .day-events .event a:before {
		height: 20px
	}
}
.main .log__container .day-events .event-time {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	white-space: nowrap;
	font-family: var(--tertiaryFont);
	font-weight: 600;
	font-size: 18px;
	color: #000;
	opacity: .5;
	transition: .3s
}
.main .log__container .day-events .event-box {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 330px;
	height: 232px;
	padding: 32px 45px;
	background: #fff;
	border: 1px solid #e9e9e9;
	transition: .3s
}
@media screen and (max-width:760px) {
	.main .log__container .day-events .event-box {
		padding: 15px;
		height: 180px
	}
}
.main .log__container .day-events .event-box:before {
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	transition: .3s
}
.main .log__container .day-events .event-box:after {
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	transition: .3s
}
.main .log__container .day-events .event-box-title {
	position: relative;
	margin-bottom: 20px;
	transition: .3s
}
.main .log__container .day-events .event-box-title:after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 40px;
	height: 2px;
	background: #41b3e7;
	transition: .3s
}
.main .log__container .day-events .event-box-content {
	font-size: 14px;
	line-height: 21px
}
.main .log__container .day-events .event:hover:before {
	background: #7356af;
	transition: .3s
}
.main .log__container .day-events .event:hover:after {
	border-color: #7356af;
	transition: .3s
}
.main .log__container .day-events .event:hover a:before {
	background: #7356af;
	transition: .3s
}
.main .log__container .day-events .event:hover .event-time {
	opacity: 1;
	transition: .3s
}
.main .log__container .day-events .event:hover .event-box {
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .1);
	transition: .3s
}
.main .log__container .day-events .event:hover .event-box:after {
	transition: .3s
}
.main .log__container .day-events .event:hover .event-box-title {
	color: #7356af;
	transition: .3s
}
.main .log__container .day-events .event:hover .event-box-title:after {
	background: #7356af;
	transition: .3s
}
.main .log__container .day-events .event:nth-child(odd) a:before {
	top: -50px
}
@media screen and (max-width:760px) {
	.main .log__container .day-events .event:nth-child(odd) a:before {
		top: -30px
	}
}
.main .log__container .day-events .event:nth-child(odd) .event-time {
	bottom: -40px
}
.main .log__container .day-events .event:nth-child(odd) .event-box {
	top: -300px
}
@media screen and (max-width:760px) {
	.main .log__container .day-events .event:nth-child(odd) .event-box {
		top: -225px
	}
}
.main .log__container .day-events .event:nth-child(odd) .event-box:before {
	bottom: -6px;
	border-top: 6px solid #e9e9e9
}
.main .log__container .day-events .event:nth-child(odd) .event-box:after {
	bottom: -5px;
	border-top: 5px solid #fff
}
.main .log__container .day-events .event:nth-child(even) a:before {
	bottom: -50px
}
@media screen and (max-width:760px) {
	.main .log__container .day-events .event:nth-child(even) a:before {
		bottom: -30px
	}
}
.main .log__container .day-events .event:nth-child(even) .event-time {
	top: -40px
}
.main .log__container .day-events .event:nth-child(even) .event-box {
	bottom: -300px
}
@media screen and (max-width:760px) {
	.main .log__container .day-events .event:nth-child(even) .event-box {
		bottom: -225px
	}
}
.main .log__container .day-events .event:nth-child(even) .event-box:before {
	top: -6px;
	border-bottom: 6px solid #e9e9e9;
	box-shadow: none
}
.main .log__container .day-events .event:nth-child(even) .event-box:after {
	top: -5px;
	border-top: 0;
	border-bottom: 5px solid #fff;
	box-shadow: none
}
.main .log__more {
	position: relative;
	margin-top: 30px
}
@media screen and (max-width:760px) {
	.main .log__more {
		margin-top: 50px
	}
}
.main .log__more .scroll-navigation {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 0
}
@media screen and (max-width:1000px) {
	.main .log__more .scroll-navigation {
		position: static;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		padding-bottom: 15px;
		width: 100%
	}
	.main .log__more .scroll-navigation:after {
		content: '';
		display: table;
		clear: both
	}
}
.main .log__more .scroll-navigation>div {
	position: relative;
	display: inline-block;
	height: 44px;
	width: 150px;
	color: #a6a6a6;
	border: 1px solid #e9e9e9;
	font-size: 13px;
	cursor: pointer;
	transition: .2s
}
@media screen and (max-width:1000px) {
	.main .log__more .scroll-navigation>div {
		width: 120px;
		height: 40px
	}
}
.main .log__more .scroll-navigation>div:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.main .log__more .scroll-navigation>div:hover {
	color: #000;
	background: #f7f7f7;
	transition: .2s
}
.main .log__more .scroll-navigation__prev:before {
	-webkit-transform: translate(-50%, -50%) rotateZ(180deg) !important;
	transform: translate(-50%, -50%) rotateZ(180deg) !important;
	-webkit-transform-origin: center;
	transform-origin: center
}
.main .log__more .scroll-navigation__next {
	border-left: none !important
}
@media screen and (max-width:1209px) {
	.main .milestones__success {
		width: 100%;
		max-width: none;
		margin-right: 0
	}
}
@media screen and (max-width:1209px) {
	.main .milestones__progress {
		width: 100%;
		max-width: none
	}
}
.home-education {
	margin: 80px 0
}
@media screen and (max-width:1023px) {
	.home-education {
		margin: 60px 0
	}
}
@media screen and (max-width:760px) {
	.home-education {
		margin: 40px 0
	}
}
.home-education .grid-container {
	position: relative
}
.home-education .grid-container .tab {
	overflow: visible
}
.home-education__title {
	position: relative;
	margin-bottom: 33px;
	height: 36px;
	text-transform: uppercase
}
@media screen and (max-width:380px) {
	.home-education__title {
		margin-bottom: 15px
	}
}
.home-education__title h3 {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
.home-education__filter {
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 0
}
@media screen and (max-width:380px) {
	.home-education__filter {
		position: static;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		padding-bottom: 15px;
		width: 100%
	}
	.home-education__filter:after {
		content: '';
		display: table;
		clear: both
	}
}
.home-education__filter-item:not(:first-child) {
	border-left: none
}
.home-education__filter-item {
	display: inline-block;
	width: 120px;
	height: 36px;
	text-transform: uppercase;
	padding: 8px
}
.home-education__container {
	margin-right: -15px !important;
	margin-left: -15px;
	width: calc(100% + 30px);
	position: relative
}
.home-education__container .tab {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-height: 0;
	overflow: hidden;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate(0, 20px);
	transform: translate(0, 20px)
}
.home-education__container .tab.active {
	max-height: none;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: .6s
}
.home-education__container:not(.news_slider_js) {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin-left: 0
}
.home-education__container:not(.news_slider_js) .img-block {
	width: calc(25% - 22.5px);
	margin: 0 30px 30px 0
}
.home-education__container:not(.news_slider_js) .img-block:nth-child(4n) {
	margin-right: 0
}
@media screen and (max-width:840px) {
	.home-education__container:not(.news_slider_js) .img-block:nth-child(2n) {
		margin-right: 0
	}
}
@media screen and (max-width:840px) {
	.home-education__container:not(.news_slider_js) .img-block {
		width: calc(50% - 15px)
	}
}
@media screen and (max-width:460px) {
	.home-education__container:not(.news_slider_js) .img-block {
		margin-right: 0;
		width: 100%
	}
}
.home-education__more {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px
}
@media screen and (max-width:1023px) {
	.home-education__more {
		margin-top: 10px
	}
}
.video {
	background: #121320;
	margin-bottom: 85px
}
@media screen and (max-width:1023px) {
	.video {
		margin-bottom: 60px
	}
}
@media screen and (max-width:760px) {
	.video {
		margin-bottom: 40px
	}
}
.video__title {
	margin: 40px 0 35px
}
@media screen and (max-width:1023px) {
	.video__title {
		margin: 40px 0 20px
	}
}
.video__title h3 {
	text-transform: uppercase;
	color: #fff
}
.video__container {
	margin-right: 0
}
@media screen and (max-width:1023px) {
	.video__container {
		max-width: none
	}
}
.video .video-block--big {
	width: calc(50% - 15px)
}
@media screen and (max-width:1225px) {
	.video .video-block--big {
		width: calc(50% - 10px);
		margin-right: 20px;
		margin-bottom: 20px
	}
}
@media screen and (max-width:1023px) {
	.video .video-block--big {
		width: 100%;
		margin-right: 0;
		height: auto;
		max-width: none
	}
}
@media screen and (max-width:460px) {
	.video .video-block--big {
		margin-bottom: 60px
	}
	.video .video-block--big .video-block--big__meta, .video .video-block--big .video-block--big__title {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}
.video .video-block:nth-child(3) {
	margin-right: 0
}
.video .video-block:nth-child(4n+3) {
	margin-right: 0
}
.video.video-committee .video-block:nth-child(3) {
	margin-right: 30px
}
.video.video-committee .video-block:nth-child(4n) {
	margin-right: 0
}
@media screen and (max-width:1225px) {
	.video.video-committee .video-block {
		width: calc(25% - 15px);
		margin-right: 20px;
		margin-bottom: 20px
	}
}
@media screen and (max-width:1023px) {
	.video.video-committee .video-block {
		width: calc(50% - 10px);
		max-width: none;
		height: auto
	}
	.video.video-committee .video-block:nth-child(2n+1), .video.video-committee .video-block:nth-child(3) {
		margin-right: 20px
	}
	.video.video-committee .video-block:nth-child(2n) {
		margin-right: 0
	}
}
@media screen and (max-width:460px) {
	.video.video-committee .video-block {
		width: 100%;
		margin-right: 0
	}
}
.video .video-block {
	width: calc(25% - 10px)
}
@media screen and (max-width:1225px) {
	.video .video-block {
		width: calc(25% - 15px);
		margin-right: 20px;
		margin-bottom: 20px
	}
}
@media screen and (max-width:1023px) {
	.video .video-block {
		width: calc(50% - 10px);
		max-width: none;
		height: auto
	}
	.video .video-block:nth-child(2n+1) {
		margin-right: 0
	}
}
@media screen and (max-width:460px) {
	.video .video-block {
		width: 100%;
		margin-right: 0
	}
}
.video .video-block__title {
	color: #fff
}
.video__more {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 60px
}
.video__more .bl-btn--big {
	margin: auto
}
@media screen and (max-width:1023px) {
	.video__more {
		margin-top: 0
	}
}
@media screen and (max-width:760px) {
	.video__more {
		margin-bottom: 40px
	}
}
.member-news {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 80px 0
}
@media screen and (max-width:1023px) {
	.member-news {
		margin: 60px 0
	}
}
@media screen and (max-width:760px) {
	.member-news {
		margin: 40px 0
	}
}
.member-news__container {
	display: -ms-flexbox;
	display: flex
}
@media screen and (max-width:1199px) {
	.member-news__container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.member-news__title {
	margin: 0 0 40px;
	text-transform: uppercase
}
@media screen and (max-width:1023px) {
	.member-news__title {
		margin: 0 0 30px
	}
}
@media screen and (max-width:760px) {
	.member-news__title {
		margin: 0 0 20px
	}
}
.member-news__companies {
	position: relative;
	font-size: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	min-width: 570px
}
@media screen and (max-width:1199px) {
	.member-news__companies {
		width: 100%;
		min-width: 100%;
		margin-right: 0;
		margin-bottom: 60px
	}
	.member-news__companies:after {
		content: '';
		display: table;
		clear: both
	}
}
@media screen and (max-width:760px) {
	.member-news__companies {
		-ms-flex-pack: center;
		justify-content: center
	}
}
.member-news__companies .desktop-only {
	width: 100%;
	display: block
}
@media screen and (max-width:1199px) {
	.member-news__companies .desktop-only {
		display: none
	}
}
.member-news__companies .mobile-only {
	width: 100%;
	display: block
}
@media screen and (min-width:1200px) {
	.member-news__companies .mobile-only {
		display: none
	}
}
.member-news__companies .mobile-only .slick-current {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1
}
.member-news__companies .mobile-only .member-news-slider-nav {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-bottom: 15px
}
@media screen and (max-width:470px) {
	.member-news__companies .mobile-only .member-news-slider-nav {
		-ms-flex-pack: center;
		justify-content: center;
		padding-bottom: 30px
	}
}
.member-news__companies .mobile-only .member-news-slider-nav>div {
	position: relative;
	display: inline-block;
	height: 44px;
	width: 150px;
	color: #a6a6a6;
	border: 1px solid #e9e9e9;
	font-size: 13px;
	cursor: pointer;
	transition: .2s
}
@media screen and (max-width:1000px) {
	.member-news__companies .mobile-only .member-news-slider-nav>div {
		width: 120px;
		height: 40px
	}
}
.member-news__companies .mobile-only .member-news-slider-nav>div:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.member-news__companies .mobile-only .member-news-slider-nav>div:hover {
	color: #000;
	background: #f7f7f7;
	transition: .2s
}
.member-news__companies .mobile-only .member-news-slider-nav .slider-button-prev:before {
	-webkit-transform: translate(-50%, -50%) rotateZ(180deg) !important;
	transform: translate(-50%, -50%) rotateZ(180deg) !important;
	-webkit-transform-origin: center;
	transform-origin: center
}
.member-news__companies .mobile-only .member-news-slider-nav .slider-button-next {
	border-left: none !important
}
.member-news__companies .logo-block {
	margin-bottom: 30px;
	width: calc(33.333% - 20px);
	max-width: 170px;
	max-height: 90px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .7;
	transition: opacity .3s, -webkit-transform .8s, -webkit-filter .3s;
	transition: transform .8s, opacity .3s, filter .3s;
	transition: transform .8s, opacity .3s, filter .3s, -webkit-transform .8s, -webkit-filter .3s
}
.member-news__companies .logo-block:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
	transition: opacity .3s, -webkit-transform .8s, -webkit-filter .3s;
	transition: transform .8s, opacity .3s, filter .3s;
	transition: transform .8s, opacity .3s, filter .3s, -webkit-transform .8s, -webkit-filter .3s
}
@media screen and (max-width:1199px) {
	.member-news__companies .logo-block {
		max-width: 100%;
		width: 33.33%;
		margin-right: 0
	}
}
@media screen and (max-width:470px) {
	.member-news__companies .logo-block {
		margin-bottom: 5px
	}
}
.member-news__companies .logo-block:nth-child(3n+3) {
	margin-right: 0
}
.member-news__companies__more {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-bottom: 1px
}
@media screen and (max-width:1199px) {
	.member-news__companies__more {
		position: absolute;
		bottom: 20px;
		right: 0;
		-ms-flex-flow: row;
		flex-flow: row;
		-ms-flex-pack: center;
		justify-content: center;
		pointer-events: none
	}
	.member-news__companies__more .bl-btn--small {
		pointer-events: auto
	}
}
@media screen and (max-width:760px) {
	.member-news__companies__more {
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}
@media screen and (max-width:470px) {
	.member-news__companies__more {
		-ms-flex-pack: center;
		justify-content: center;
		position: static
	}
}
.member-news__news {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
	min-width: 570px;
	padding-bottom: 60px
}
@media screen and (max-width:1200px) {
	.member-news__news {
		width: calc(100% + 20px);
		margin-left: -10px;
		min-width: 100%;
		padding-bottom: 20px;
		margin-right: 0
	}
	.member-news__news:after {
		content: '';
		display: table;
		clear: both
	}
}
@media screen and (max-width:460px) {
	.member-news__news {
		width: 100%;
		margin-left: 0
	}
}
.member-news__news .img-block {
	top: 0;
	width: calc(50% - 30px);
	float: left;
	max-height: 290px;
	margin: 0 15px 30px;
	opacity: 1;
	transition: .3s linear
}
@media screen and (max-width:1200px) {
	.member-news__news .img-block {
		width: calc(25% - 20px);
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
		max-height: none;
		height: auto
	}
}
@media screen and (max-width:840px) {
	.member-news__news .img-block {
		width: calc(50% - 20px)
	}
}
@media screen and (max-width:460px) {
	.member-news__news .img-block {
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}
}
.member-news__news .img-block.hide {
	position: absolute;
	right: -100vw;
	opacity: 0;
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}
.member-news__news .img-block__top {
	max-height: 170px
}
.member-news__news .img-block__pic {
	width: 100%;
	height: auto
}
.member-news__news__more {
	position: absolute;
	bottom: 0;
	padding-bottom: 1px
}
@media screen and (max-width:1199px) {
	.member-news__news__more {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row;
		flex-flow: row;
		-ms-flex-pack: center;
		justify-content: center
	}
}
.main .news {
	margin-top: 80px;
	margin-bottom: 120px
}
@media screen and (max-width:1023px) {
	.main .news {
		margin: 60px 0
	}
}
@media screen and (max-width:760px) {
	.main .news {
		margin: 40px 0
	}
}
.main .news__title {
	margin: 0 0 35px
}
@media screen and (max-width:1023px) {
	.main .news__title {
		margin: 0 0 30px
	}
}
@media screen and (max-width:760px) {
	.main .news__title {
		margin: 0 0 20px
	}
}
.news-section .img-block {
	max-width: 100% !important
}
.news-section .img-block__top>img {
	height: 270px !important;
	-o-object-fit: cover;
	object-fit: cover
}
.news-section .items {
	position: relative
}
.news-section .items:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 1;
	pointer-events: none;
	transition: opacity .3s .6s ease-in-out
}
.news-section .items:after {
	content: '';
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	width: 60px;
	height: 60px;
	z-index: 2;
	border-radius: 50%;
	border-style: solid;
	border-color: #e6e6e6 #e6e6e6 #e6e6e6 #7356af;
	border-width: 10px;
	pointer-events: none;
	transition: opacity .3s .6s ease-in-out;
	-webkit-animation: sliderLoader .4s linear infinite;
	animation: sliderLoader .4s linear infinite
}
.news-section .items.slick-initialized:before, .news-section .items.slick-initialized:after {
	opacity: 0
}
.news-section .items.slick-slider {
	padding-bottom: 65px;
	margin-bottom: -72px
}
@media screen and (max-width:1023px) {
	.news-section .items.slick-slider {
		padding-bottom: 30px;
		margin-bottom: 0
	}
}
@-webkit-keyframes sliderLoader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes sliderLoader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
.news {
	width: 100%;
	margin-bottom: 120px
}
@media screen and (max-width:760px) {
	.news {
		margin-bottom: 50px
	}
}
.news__title {
	color: #111;
	margin: 40px 0 35px;
	text-transform: uppercase
}
@media screen and (max-width:1023px) {
	.news__title {
		margin: 20px 0 20px
	}
}
.news__container {
	width: calc(100% + 30px);
	margin-left: -15px;
	position: relative
}
.news__container .img-block {
	margin: 0 15px 30px;
	max-width: none
}
.news__container:not(.news_slider_js) {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin-left: 0
}

.news__container:not(.news_slider_js) .img-block:nth-child(4n) {
	margin-right: 0
}
@media screen and (max-width:840px) {
	.news__container:not(.news_slider_js) .img-block:nth-child(2n) {
		margin-right: 0
	}
}
@media screen and (max-width:840px) {
	.news__container:not(.news_slider_js) .img-block {
		width: calc(50% - 15px)
	}
}
@media screen and (max-width:460px) {
	.news__container:not(.news_slider_js) .img-block {
		margin-right: 0;
		width: 100%
	}
}
.news__more {
	position: relative;
	margin-top: 30px
}
.news__more .block-number {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
@media screen and (max-width:1023px) {
	.news__more .block-number {
		position: relative;
		top: auto;
		right: auto;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		margin: 0 auto 20px
	}
}
.news__more .bl-btn--big {
	margin: auto
}
@media screen and (max-width:500px) {
	.news .slick-slider~.news__more {
		margin-top: 60px
	}
}
.main .partners {
	margin: 85px 0 55px
}
@media screen and (max-width:1023px) {
	.main .partners {
		margin: 60px 0
	}
}
@media screen and (max-width:760px) {
	.main .partners {
		margin: 40px 0
	}
}
.main .partners__container {
	padding: 50px 0 5px
}
@media screen and (max-width:1023px) {
	.main .partners__container {
		padding: 40px 0 5px
	}
}
@media screen and (max-width:760px) {
	.main .partners__container {
		padding: 20px 0 5px
	}
}
.partners {
	margin-top: 15px;
	margin-bottom: 30px
}
.partners__title {
	margin-bottom: 40px
}
@media screen and (max-width:1023px) {
	.partners__title {
		margin-bottom: 30px
	}
}
@media screen and (max-width:760px) {
	.partners__title {
		margin-bottom: 20px
	}
}
.partners__title h3 {
	text-transform: uppercase
}
.partners__filter {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
@media screen and (max-width:480px) {
	.partners__filter {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.partners__filter-item:not(:first-child) {
		border-top: none
	}
}
@media screen and (min-width:481px) {
	.partners__filter-item:not(:first-child) {
		border-left: none
	}
}
.partners__filter-item {
	position: relative;
	width: 33.333333%;
	text-transform: uppercase;
	min-height: 44px;
	padding: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column
}
@media screen and (max-width:760px) {
	.partners__filter-item {
		font-size: 12px
	}
}
@media screen and (max-width:480px) {
	.partners__filter-item {
		width: 100%
	}
}
.partners__container {
	padding: 20px 0;
}
.partners__container.content-tabs {
	padding-bottom: 5px
}
.partners__container .tab {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-height: 0;
	overflow: hidden;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate(0, 20px);
	transform: translate(0, 20px);
	transition: .6s
}
@media screen and (max-width:1199px) {
	.partners__container .tab {
		-ms-flex-pack: center;
		justify-content: center
	}
}
.partners__container .tab>div {
	margin-left: 15px;
	margin-right: 15px
}
.partners__container .tab .slick-custom-arrows {
	margin: 0
}
.partners__container .tab.active {
	max-height: none;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	padding-bottom: 80px;
	margin-bottom: -57px
}
@media screen and (max-width:1023px) {
	.partners__container .tab.active {
		padding-bottom: 50px;
		margin-bottom: 20px
	}
}
.partners__container .logo-block {
	margin: 0 15px 30px !important;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .5;
	transition: opacity .6s, -webkit-transform .8s, -webkit-filter .3s;
	transition: transform .8s, opacity .6s, filter .3s;
	transition: transform .8s, opacity .6s, filter .3s, -webkit-transform .8s, -webkit-filter .3s;
	width: calc(16.666% - 30px)
}
@media screen and (max-width:1199px) {
	.partners__container .logo-block {
		width: calc(20% - 30px);
		max-width: 100%
	}
}
@media screen and (max-width:800px) {
	.partners__container .logo-block {
		width: calc(25% - 30px)
	}
}
@media screen and (max-width:500px) {
	.partners__container .logo-block {
		width: calc(50% - 30px)
	}
}
.partners__container .logo-block:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
	transition: opacity .6s, -webkit-transform .8s, -webkit-filter .3s;
	transition: transform .8s, opacity .6s, filter .3s;
	transition: transform .8s, opacity .6s, filter .3s, -webkit-transform .8s, -webkit-filter .3s
}
.partners__container .logo-block img {
	max-height: 100%
}
@media screen and (max-width:480px) {
	.partners__more {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
}
@media screen and (max-width:380px) {
	.partners__more {
		-ms-flex-pack: center;
		justify-content: center
	}
}
.partners__more .bl-btn--small {
	float: left;
	-webkit-transform: translate(0, 12px);
	transform: translate(0, 12px)
}
@media screen and (max-width:760px) {
	.partners__more .bl-btn--small {
		-webkit-transform: translate(0, 5px);
		transform: translate(0, 5px)
	}
}
.partners__more .bl-btn--big {
	float: right
}
@media screen and (max-width:480px) {
	.partners__more .bl-btn--big, .partners__more .bl-btn--small {
		width: 170px;
		height: 30px;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		margin: 5px 0
	}
	.partners__more .bl-btn--big span, .partners__more .bl-btn--small span {
		font-size: 12px;
		line-height: 17px
	}
}

.partner-img{
	width: 250px;
	margin: auto auto 50px;
}
.testimonials {
	background-image: url(/wp-content/themes/eurobak/img/svg/polygons3.svg), linear-gradient(-163deg, #2a3750 4%, #132644 100%);
	background-repeat: no-repeat;
	background-attachment: fixed;
	will-change: transform;
	padding: 45px 0 0;
	overflow: hidden
}
@media screen and (max-width:760px) {
	.testimonials {
		padding: 20px 0 40px;
		background-attachment: scroll
	}
}
.testimonials .grid-container {
	position: relative
}
@media screen and (max-width:760px) {
	.testimonials__container {
		width: 100% !important;
		max-width: none !important
	}
}
.testimonials__pic {
	position: absolute;
	bottom: 0;
	right: -20px;
	bottom: -20px;
	font-size: 0;
	-webkit-transform: translate(0, 400px);
	transform: translate(0, 400px)
}
@media screen and (max-width:760px) {
	.testimonials__pic {
		display: none
	}
}
.testimonials__text {
	-webkit-transform: translate(-100vw, 0);
	transform: translate(-100vw, 0)
}
.testimonials__title {
	margin-top: 15px
}
.testimonials__title h3 {
	color: #dce8ff;
	font-family: var(--secondaryFont);
	font-weight: 300;
	font-size: 44px;
	line-height: 46px
}
@media screen and (max-width:1023px) {
	.testimonials__title h3 {
		font-size: 38px
	}
}
@media screen and (max-width:760px) {
	.testimonials__title h3 {
		font-size: 28px;
		line-height: 1.2
	}
}
.testimonials__name {
	margin-top: 10px;
	color: #69bbff;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 18px;
	line-height: 24px
}
.testimonials__info {
	color: #fff;
	margin-bottom: 45px;
	font-family: var(--secondaryFont);
	font-size: 14px;
	line-height: 18px
}
.testimonials__content {
	position: relative;
	z-index: 1;
	color: #fff;
	font-family: var(--secondaryFont);
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 55px
}
@media screen and (max-width:1023px) {
	.testimonials__content {
		font-size: 16px
	}
}
.testimonials__more {
	font-family: var(--secondaryFont);
	font-weight: 800;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 45px
}
.testimonials__more a {
	color: inherit
}
.testimonials__more a .icon {
	position: relative;
	font-size: 9px;
	padding-left: 40px
}
.testimonials__more a .icon:before {
	position: absolute;
	bottom: 2px;
	right: -12px;
	font-size: 13px;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}
.testimonials__more a .icon:after {
	content: '';
	position: absolute;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 40px;
	height: 1px;
	background: #fff;
	top: 4px;
	left: 10px;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	transform-origin: left;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}
.testimonials__more er .icon:before {
	-webkit-transform: translate(50px, 0);
	transform: translate(50px, 0);
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}
.testimonials__more er .icon:after {
	-webkit-transform: scaleX(2.25);
	transform: scaleX(2.25);
	-webkit-transform-origin: left;
	transform-origin: left;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}
#testimonials.animate-block, #testimonials.animate-block--before {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0) scale(1);
	transform: translateX(0) translateY(0) scale(1);
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s
}
#testimonials.animate-js .testimonials__text {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s
}
#testimonials.animate-js .testimonials__pic {
	-webkit-animation: tstmnls-bounce .7s;
	animation: tstmnls-bounce .7s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
@-webkit-keyframes tstmnls-bounce {
	0% {
		-webkit-transform: translate(0, 400px);
		transform: translate(0, 400px)
	}
	70% {
		-webkit-transform: translate(0, -20px);
		transform: translate(0, -20px)
	}
	85% {
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px)
	}
	95% {
		-webkit-transform: translate(0, -5px);
		transform: translate(0, -5px)
	}
	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}
@keyframes tstmnls-bounce {
	0% {
		-webkit-transform: translate(0, 400px);
		transform: translate(0, 400px)
	}
	70% {
		-webkit-transform: translate(0, -20px);
		transform: translate(0, -20px)
	}
	85% {
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px)
	}
	95% {
		-webkit-transform: translate(0, -5px);
		transform: translate(0, -5px)
	}
	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}
.benefits * {
}
.benefits {
	position: relative;
	padding: 90px 0 80px;
	margin-top: 100px;
	background-image: url(/wp-content/themes/eurobak/img/del/home-benefits-background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	will-change: transform;
	z-index: 0;
	margin-right: 0
}
@media screen and (max-width:1023px) {
	.benefits {
		margin-top: 60px
	}
}
@media screen and (max-width:760px) {
	.benefits {
		background-attachment: scroll;
		background-size: auto, 100%;
		margin-top: 40px;
		padding: 60px 0 40px
	}
}
.benefits.benefits-without-bg {
	background-color: transparent;
	background-image: none;
	padding: 0
}
.benefits.benefits-without-bg:before {
	background-color: transparent
}
.benefits.benefits-without-bg * {
	color: var(--body-color)
}
.benefits.benefits-without-bg .benefits__item .icon:before {
	color: #1a27c5
}
.benefits:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.benefits .grid-container {
	position: relative;
	z-index: 2
}
.benefits__title {
	margin-bottom: 36px;
	text-transform: uppercase;
	color: #000000;
}
@media screen and (max-width:760px) {
	.benefits__title {
		margin-bottom: 30px;
		text-align: center
	}
}
@media screen and (max-width:424px) {
	.benefits__title {
		margin-bottom: 20px
	}
}
.benefits__container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}
@media screen and (max-width:760px) {
	.benefits__container {
		-ms-flex-pack: center;
		justify-content: center
	}
}
@media screen and (max-width:424px) {
	.benefits__container {
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}
.benefits__item {
	position: relative;
	font-family: var(--secondaryFont);
	font-size: 21px;
	font-size: 18px;
	line-height: 24px;
	width: calc(25% - 23px);
	padding: 28px 0 60px 80px;
	margin-right: 30px
}
@media screen and (max-width:1220px) {
	.benefits__item {
		font-size: 15px
	}
}
@media screen and (max-width:1199px) {
	.benefits__item {
		width: calc(25% - 30px)
	}
}
@media screen and (max-width:1120px) {
	.benefits__item {
		font-size: 14px
	}
}
@media screen and (max-width:1023px) {
	.benefits__item {
		line-height: 18px;
		padding: 28px 0 60px 55px
	}
}
@media screen and (max-width:960px) {
	.benefits__item {
		padding: 20px 0 25px 55px;
		width: calc(50% - 30px);
		min-width: 170px;
		max-width: none;
		font-size: 15px
	}
}
@media screen and (max-width:960px) and (max-width:760px) {
	.benefits__item {
		width: calc(50% - 16px)
	}
}
@media screen and (max-width:960px) {
	.benefits__item:nth-child(2n+2) {
		margin-right: 0
	}
}
@media screen and (max-width:500px) {
	.benefits__item {
		width: 100%;
		margin-right: 0
	}
}
.benefits__item .icon {
	position: absolute;
	left: 30px
}
@media screen and (max-width:1024px) {
	.benefits__item .icon {
		left: 15px
	}
}
.benefits__item .icon:before {
	font-size: 38px;
	position: absolute;
	top: 20px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
@media screen and (max-width:1023px) {
	.benefits__item .icon:before {
		font-size: 30px;
		top: 17px
	}
}
@media screen and (max-width:760px) {
	.benefits__item .icon:before {
		top: 12px
	}
}
.benefits__item .pictogram {
	position: absolute;
	top: 28px;
	left: 30px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}
@media screen and (max-width:1023px) {
	.benefits__item .pictogram {
		max-height: 25px;
		left: 20px
	}
}
@media screen and (max-width:760px) {
	.benefits__item .pictogram {
		top: 20px
	}
}
.benefits__item .pictogram.animate-block {
	-webkit-transform: translate(-50%, 0) rotateY(0);
	transform: translate(-50%, 0) rotateY(0)
}
.benefits__item .pictogram.animate-block--before.animate-block--rotate-y {
	-webkit-transform: translate(-50%, 0) rotateY(90deg);
	transform: translate(-50%, 0) rotateY(90deg)
}
.benefits__more {
	margin-top: 11px
}
.benefits__more .gr-btn--big {
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}
.single-page-post td {
	height: auto !important
}
@media screen and (max-width:700px) {
	.single-page-post td {
		height: auto !important;
		text-align: center !important;
		width: 100% !important
	}
}
.single-page {
	margin-bottom: 100px
}
@media screen and (max-width:1023px) {
	.single-page {
		margin-bottom: 70px
	}
}
@media screen and (max-width:760px) {
	.single-page {
		margin-bottom: 40px
	}
}
.wrap {
	max-width: 1200px;
	padding: 0 10px;
	margin: 0 auto
}
.wrap:after {
	content: '';
	display: block;
	clear: both
}
.blogroll {
	width: calc(100% - 370px);
	float: left;
	padding-right: 30px
}
@media screen and (max-width:960px) {
	.blogroll {
		width: 100%;
		padding-right: 0
	}
}
.blogroll:after {
	content: '';
	display: block;
	clear: both
}
.content-rules {

	font-size: 16px;
	color: #111;
	line-height: 1.9;
	position: relative
}
.content-rules p {

	font-size: 16px;
	color: #111;
	line-height: 1.5;
	margin-bottom: 20px
}
.content-rules b {

	font-weight: 700;
	font-size: 16px;
	color: #111;
	line-height: 1.5
}
.content-rules a:not(.slick-arrow) {
	color: #222222;
	line-height: inherit;
	border-bottom: 1px solid #b6cef0;
	text-decoration: none
}
.content-rules a:not(.slick-arrow) span {
	transition: all .3s
}
.content-rules a:not(.slick-arrow):hover {
	border-bottom: 1px solid #0059e0
}
.content-rules a:not(.slick-arrow).bl-btn--small {
	border-bottom: 2px solid #7356af
}
.content-rules a:not(.slick-arrow).no-border-bottom {
	border-bottom: none
}
.content-rules h1 {
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1;
	font-family: "Roboto";
	font-weight: 500;
	margin-top: 50px;
	margin-bottom: 20px;
	color: #111
}
@media screen and (max-width:600px) {
	.content-rules h1 {
		font-size: 30px
	}
}
.content-rules h2 {
	font-size: 35px;
	line-height: 1;
	font-family: "Roboto";
	margin-top: 10px;
	margin-bottom: 20px;
	color: #111
}
@media screen and (max-width:600px) {
	.content-rules h2 {
		font-size: 28px
	}
}
.content-rules h3:not(.section-headline__title) {
	font-size: 32px;
	line-height: 1.4;
	font-family: "Roboto";
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 15px
}
@media screen and (max-width:600px) {
	.content-rules h3:not(.section-headline__title) {
		font-size: 26px
	}
}
.content-rules h4 {
	font-size: 32px;
	line-height: 1.4;
	font-family: "Roboto";
	margin-top: 15px;
	margin-bottom: 25px
}
@media screen and (max-width:600px) {
	.content-rules h4 {
		font-size: 26px
	}
}
.content-rules h5 {
	font-size: 12px;
	line-height: 1.4;

	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase
}

.content-rules ul:not(.slick-dots):not(.smart-arrows):after, .content-rules ol:after {
	content: '';
	display: block;
	clear: both
}
.content-rules ul:not(.slick-dots):not(.smart-arrows) li, .content-rules ol li {
	color: #111;
	font-size: 16px;

	line-height: 1.9;
	margin-bottom: 10px
}
.content-rules ul:not(.slick-dots):not(.smart-arrows).two-rows, .content-rules ol.two-rows {
	margin-top: 20px
}
.content-rules ul:not(.slick-dots):not(.smart-arrows).two-rows li, .content-rules ol.two-rows li {
	float: left;
	width: 50%
}
@media screen and (max-width:600px) {
	.content-rules ul:not(.slick-dots):not(.smart-arrows).two-rows li, .content-rules ol.two-rows li {
		width: 100%
	}
}
.content-rules ul:not(.slick-dots):not(.smart-arrows) li {
	padding-left: 30px;
	position: relative
}
.content-rules ul:not(.slick-dots):not(.smart-arrows) li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	border: 1px solid #111
}
.content-rules ul:not(.slick-dots):not(.smart-arrows) li:after {
	content: '';
	position: absolute;
	left: 4px;
	top: 12px;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background: #111
}
.content-rules ol {
	counter-reset: list
}
.content-rules ol li {
	list-style: none
}
.content-rules ol li:before {
	content: counter(list) ") ";
	counter-increment: list;
	margin-right: 8px
}
.content-rules .quotes-slider {
	margin-bottom: 45px
}
.content-rules iframe {
	width: 100%;
	height: 460px;
	margin: 35px 0
}
@media screen and (max-width:600px) {
	.content-rules iframe {
		height: 300px
	}
}
@media screen and (max-width:600px) {
	.content-rules iframe {
		height: 280px
	}
}
.content-rules iframe.giphy-embed {
	width: auto;
	height: auto
}
.content-rules table:not(.custom-table) {
	table-layout: fixed;
	width: 100%;
	border: 1px solid #e8e8e8;
	margin: 30px 0
}
.content-rules table:not(.custom-table) tr {
	border-bottom: 1px solid rgba(0, 0, 0, .05)
}
@media screen and (max-width:700px) {
	.content-rules table:not(.custom-table) tr td {
		background: #fff !important
	}
}
@media screen and (max-width:700px) {
	.content-rules table:not(.custom-table) tr:nth-of-type(2n) td {
		background: #fafafa !important
	}
}
.content-rules table:not(.custom-table) tr:first-of-type {
	border-color: rgba(0, 0, 0, .3)
}
@media screen and (max-width:700px) {
	.content-rules table:not(.custom-table) tr:first-of-type {
		display: none
	}
}
.content-rules table:not(.custom-table) tr td {
	padding: 20px;
	font-size: 12px;
	vertical-align: middle;
	position: relative
}
@media screen and (max-width:700px) {
	.content-rules table:not(.custom-table) tr td {
		display: block;
		padding-left: 50%
	}
}
.content-rules table:not(.custom-table) tr td:before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40%;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 14px;
	text-align: right;
	box-sizing: border-box;
	display: none
}
@media screen and (max-width:700px) {
	.content-rules table:not(.custom-table) tr td:before {
		display: block
	}
}
.content-rules table:not(.custom-table) tr td b {
	font-size: 12px;
	display: block
}
@media screen and (max-width:700px) {
	.content-rules table:not(.custom-table) tr td b {
		font-size: 9px
	}
}
.content-rules blockquote:not(.blockquote-custom) {
	padding: 2px 0;
	padding-left: 25px;
	border-left: 5px solid #195296;
	margin-top: 10px;
	margin-bottom: 30px;

	font-weight: 500;
	color: #111;
	font-size: 18px;
	display: -ms-flexbox;
	display: flex;
	max-width: 475px;
	line-height: 1.4
}
.content-rules .blockquote-custom {
	font-size: 20px;
	color: #111;
	margin: 40px 0;
	font-weight: 300;
	position: relative
}
@media screen and (max-width:1280px) {
	.content-rules .blockquote-custom {
		margin-left: 40px
	}
}
@media screen and (max-width:600px) {
	.content-rules .blockquote-custom {
		font-size: 20px
	}
}
@media screen and (max-width:400px) {
	.content-rules .blockquote-custom {
		font-size: 20px
	}
}
.content-rules .blockquote-custom:before {
	content: '\eA17';
	font-family: "iconFont" !important;
	display: inline-block;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0 0 transparent;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	color: #eee;
	font-size: 30px;
	position: absolute;
	left: -40px;
	top: -25px
}
.content-rules .blockquote-custom-big {
	margin: 40px 0
}
.content-rules .blockquote-custom-big .quote-header {
	position: relative;
	padding: 10px 0;
	padding-left: 20px;
	border-left: 5px solid #f3d139
}
@media screen and (max-width:1500px) {
	.content-rules .blockquote-custom-big .quote-header {
		margin-left: 150px
	}
}
@media screen and (max-width:600px) {
	.content-rules .blockquote-custom-big .quote-header {
		margin-left: 110px
	}
}
.content-rules .blockquote-custom-big .quote-header img {
	position: absolute;
	left: -160px;
	border-radius: 50%;
	max-width: 120px;
	width: 100%;
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
@media screen and (max-width:600px) {
	.content-rules .blockquote-custom-big .quote-header img {
		width: 80px;
		left: -110px;
		top: -10px
	}
}
.content-rules .blockquote-custom-big .quote-header .name {
	font-size: 24px;
	line-height: 1;
	font-family: "Roboto";
	font-weight: 700;
	display: block;
	margin-bottom: 10px
}
.content-rules .blockquote-custom-big .quote-header .position {
	font-size: 16px;
	line-height: 1;
	font-family: "Roboto";
	color: #999;
	display: block
}
.content-rules .blockquote-custom-big .blockquote-custom {
	font-size: 20px;
	color: #111;
	line-height: 1.9;
	margin-left: 150px
}
@media screen and (max-width:600px) {
	.content-rules .blockquote-custom-big .blockquote-custom {
		margin-left: 0
	}
}
.content-rules .blockquote-custom-big .blockquote-custom:before {
	left: -32px;
	top: -35px;
	font-size: 50px;
	z-index: -1
}
@media screen and (max-width:600px) {
	.content-rules .blockquote-custom-big .blockquote-custom:before {
		left: 0
	}
}
.content-rules img {
	max-width: 100%;
	height: auto
}
.content-rules img.alignleft {
	float: left;
	margin: 10px 20px 10px 0
}
.content-rules img.alignright {
	float: right;
	margin: 10px 0 10px 20px
}
.content-rules .img-with-caption {
	clear: both;
	text-align: center;
	display: block;
	margin-bottom: 25px;
	margin-top: 10px
}
.content-rules .img-with-caption img {
	max-width: 100%
}
.content-rules .img-with-caption h4 {
	font-family: "Roboto";
	font-weight: 700;
	font-size: 24px;
	color: #111;
	display: block;
	margin-top: 6px;
	margin-bottom: 0;
	line-height: 1;
	padding: 0 12px
}
@media all and (max-width:1024px) {
	.content-rules .img-with-caption h4 {
		padding: 0 0
	}
}
.content-rules .img-with-caption span {
	font-size: 14px;
	color: #696969;
	display: block;
	padding: 0 12px
}
@media all and (max-width:1024px) {
	.content-rules .img-with-caption span {
		padding: 0 0
	}
}
.content-rules .img-with-caption.img-left, .content-rules .img-with-caption.img-right {
	text-align: left
}
.content-rules .img-with-caption.img-left {
	float: left;
	margin-right: 60px;
	clear: left
}
@media screen and (max-width:600px) {
	.content-rules .img-with-caption.img-left {
		margin-right: 25px
	}
}
@media screen and (max-width:500px) {
	.content-rules .img-with-caption.img-left {
		margin-right: 0;
		width: 100%;
		text-align: center
	}
}
.content-rules .img-with-caption.img-right {
	float: right;
	margin-left: 60px;
	clear: right
}
.content-rules .img-with-caption-aside {
	text-align: left;
	display: block;
	width: 100%;
	margin-bottom: 35px;
	margin-top: 35px;
	position: relative
}
@media screen and (max-width:600px) {
	.content-rules .img-with-caption-aside {
		text-align: center
	}
}
.content-rules .img-with-caption-aside .caption {
	width: 285px;
	position: absolute;
	right: 0;
	top: 50%;
	text-align: left;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
@media screen and (max-width:600px) {
	.content-rules .img-with-caption-aside .caption {
		position: relative;
		top: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		width: 100%
	}
}
.content-rules .img-with-caption-aside img {
	max-width: calc(100% - 300px);
	height: auto;
	width: 100%
}
@media screen and (max-width:600px) {
	.content-rules .img-with-caption-aside img {
		max-width: 100%
	}
}
.content-rules .img-with-caption-aside h4 {
	font-family: "Roboto";
	font-weight: 700;
	font-size: 24px;
	color: #111;
	display: block;
	margin-top: 15px;
	margin-bottom: 5px
}
@media screen and (max-width:600px) {
	.content-rules .img-with-caption-aside h4 {
		font-size: 20px;
		margin-top: 4px;
		margin-bottom: 0
	}
}
.content-rules .img-with-caption-aside span {
	font-size: 16px;
	font-family: "Roboto";
	color: #696969;
	display: block;
	line-height: 1.4
}
.content-rules .full-with-img {
	width: 100vw;
	height: auto;
	margin: 50px 0;
	left: calc(50% + 200px);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
	text-align: center;
	font-size: 0;
	z-index: 5
}
.content-rules .full-with-img .fade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none
}
.content-rules .full-with-img .fade:before {
	content: '';
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	height: 50px
}
.content-rules .full-with-img .fade:after {
	content: '';
	background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	height: 50px
}
@media screen and (max-width:960px) {
	.content-rules .full-with-img {
		left: -10px;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
.content-rules .full-with-img img {
	max-width: 100%
}
@media screen and (max-width:700px) {
	.content-rules .full-with-img img {
		display: none
	}
}
.content-rules .full-with-img .caption {
	left: calc(50% - 185px);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 47%;
	max-width: 810px;
	padding: 0 100px;
	text-align: left;
	z-index: 1
}
@media screen and (max-width:960px) {
	.content-rules .full-with-img .caption {
		left: 0;
		-webkit-transform: translateX(0) translateY(-50%);
		transform: translateX(0) translateY(-50%);
		max-width: 100%;
		padding: 0 50px
	}
}
@media screen and (max-width:700px) {
	.content-rules .full-with-img .caption {
		position: relative;
		top: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		padding: 0 10px
	}
}
.content-rules .full-with-img .caption h4 {
	margin-top: 0;
	color: #fff;
	margin-bottom: 20px;
	letter-spacing: .4px
}
@media screen and (max-width:960px) {
	.content-rules .full-with-img .caption h4 {
		font-size: 24px;
		margin-bottom: 5px
	}
}
@media screen and (max-width:700px) {
	.content-rules .full-with-img .caption h4 {
		color: #000
	}
}
.content-rules .full-with-img .caption span {
	color: #fff;
	font-size: 16px;

	line-height: 1.9
}
@media screen and (max-width:960px) {
	.content-rules .full-with-img .caption span {
		font-size: 14px;
		line-height: 1.6
	}
}
@media screen and (max-width:700px) {
	.content-rules .full-with-img .caption span {
		color: #000;
		font-size: 16px
	}
}
.content-rules .full-with-img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(7, 30, 58, .6)
}
@media screen and (max-width:700px) {
	.content-rules .full-with-img:after {
		display: none
	}
}
.content-rules .border-box {
	display: block;
	border: 8px solid #e8e8e8;
	padding: 30px 50px;
	margin-top: 40px;
	margin-bottom: 40px
}
@media screen and (max-width:600px) {
	.content-rules .border-box {
		padding: 15px 25px
	}
}
.content-rules .border-box p {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;
	font-size: 13px;
	font-family: "GothamPro"
}
@media screen and (max-width:600px) {
	.content-rules .border-box p {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1
	}
}
.content-rules .atcb-link {
	margin-bottom: 15px !important
}
.content-rules .single-event-addres__hidden {
	position: absolute;
	top: 0;
	right: 100%;
	width: 200px;
	font-size: 8px;
	pointer-events: none;
	opacity: 0
}
.side-widget {
	width: 370px
}
.side-widget.fixed {
	position: fixed
}
.side-widget.absolute {
	position: absolute;
	bottom: 0
}
.single-page .content-rules h3.name {
	font-size: 40px;
	line-height: 1.4;
	font-family: "Roboto";
	margin-top: 0;
	margin-bottom: 15px
}
@media screen and (max-width:600px) {
	.single-page .content-rules h3.name {
		font-size: 26px
	}
}
table td {
	transition: background .3s
}
table.highlight-1 tr td:nth-of-type(1) {
	background: #fafafa
}
table.highlight-2 tr td:nth-of-type(2) {
	background: #fafafa
}
table.highlight-3 tr td:nth-of-type(3) {
	background: #fafafa
}
table.highlight-4 tr td:nth-of-type(4) {
	background: #fafafa
}
table.highlight-5 tr td:nth-of-type(5) {
	background: #fafafa
}
table.highlight-6 tr td:nth-of-type(6) {
	background: #fafafa
}
table.highlight-7 tr td:nth-of-type(7) {
	background: #fafafa
}
table.highlight-8 tr td:nth-of-type(8) {
	background: #fafafa
}
table.highlight-9 tr td:nth-of-type(9) {
	background: #fafafa
}
table.highlight-10 tr td:nth-of-type(10) {
	background: #fafafa
}
.breadcrumbs {
	list-style-type: none !important;
	padding: 0;
	display: block;
	width: 100%;
	margin: 22px 0 12px;
	float: left;
	position: relative;
	z-index: 2
}
@media screen and (max-width:767px) {
	.breadcrumbs {
		margin-bottom: 25px
	}
}
.breadcrumbs:after {
	content: '';
	display: block;
	clear: both
}
.breadcrumbs li {
	float: left;
	padding-right: 15px;
	font-size: 14px;

	margin-bottom: 8px;
	padding-left: 0 !important
}
.breadcrumbs li:after {
	display: none
}
.breadcrumbs li:before {
	display: none
}
.breadcrumbs li:last-of-type {
	padding-right: 0;
	color: #111
}
.breadcrumbs li:last-of-type a:before {
	content: ''
}
.breadcrumbs li a {
	display: inline-block;
	text-decoration: none;
	color: #333;
	position: relative;
	transition: color .3s;
	border-bottom: none !important
}
.breadcrumbs li er {
	color: #111
}
.breadcrumbs li a:before {
	position: absolute;
	content: '/';
	right: -9px;
	color: #333;
	font-size: 14px;
	top: -2px
}
.mistape-plagin {
	margin: 30px 0;
	color: rgba(0, 0, 0, .4)
}
.mistape-plagin img {
	position: relative;
	top: 8px;
	margin-right: 10px
}
.socials {
	padding: 40px 0;
	border-top: 1px solid rgba(142, 166, 166, .2);
	clear: left
}
.socials:after {
	content: '';
	display: block;
	clear: both
}
.socials .title {
	font-size: 13px;
	color: #111;

	display: block;
	width: 100%
}
.socials .links {
	width: 392px;
	margin-top: 15px;
	font-size: 0;
	float: left
}
@media screen and (max-width:450px) {
	.socials .links {
		width: 100%
	}
}
.socials .links:after {
	content: '';
	display: block;
	clear: both
}
.socials .links a {
	width: calc(25% - 8px);
	margin-right: 5px;
	border-bottom: 0;
	display: inline-block;
	height: 30px;
	position: relative;
	font-size: 12px;
	transition: background .3s
}
@media screen and (max-width:450px) {
	.socials .links a {
		width: calc(50% - 4px);
		margin-right: 8px;
		margin-bottom: 10px
	}
	.socials .links a:nth-of-type(2n) {
		margin-right: 0
	}
}
.socials .links a:before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff
}
.socials .links a.fb {
	background-color: #3b5998
}
.socials .links a.fb:hover {
	background-color: #234182
}
.socials .links a.in {
	background-color: #0077b5
}
.socials .links a.in:hover {
	background-color: #00659a
}
.socials .links a.tw {
	background-color: #1da1f2
}
.socials .links a.tw:hover {
	background-color: #098ee0
}
.socials .links a.gp {
	background-color: #dd4b39
}
.socials .links a.gp:hover {
	background-color: #cc2c18
}
.socials .links a.ig {
	background-color: #405de6
}
.socials .links a.ig:hover {
	background-color: #3852c9
}
.socials .links a.bh {
	background-color: #1769ff
}
.socials .links a.bh:hover {
	background-color: #145ad9
}
.socials .links a.vm {
	background-color: #162221
}
.socials .links a.vm:hover {
	background-color: #0d1211
}
.socials .links a.yt {
	background-color: red
}
.socials .links a.yt:hover {
	background-color: #ca0000
}
.socials .links a:last-of-type {
	margin-right: 0
}
.socials .counter {
	float: left;
	margin-left: 5px;
	margin-top: 16px
}
@media screen and (max-width:450px) {
	.socials .counter {
		margin-left: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		position: relative;
		margin-top: 5px
	}
}
.socials .counter span {
	display: block;
	text-align: center
}
.socials .counter span.number {
	font-size: 16px;
	color: #666;
	font-family: "OpenSans";
	margin-bottom: 2px;
	line-height: 1.2
}
.socials .counter span.tit {
	font-size: 9px;

	color: #999;
	line-height: 1
}
.single-page .content-rules h1 {
	margin-bottom: 35px
}
.single-page .content-rules .slider__outer-container {
	margin: 40px 0
}
.single-page .slider__outer-container {
	margin: 40px 0
}
.single-page .slider__outer-container:not(.active-fullscreen) {
	float: left;
	width: 100%
}
@media all and (max-width:420px) {
	.single-page .slider__outer-container:not(.active-fullscreen) {
		width: calc(100% + 20px);
		max-width: calc(100% + 20px);
		position: relative;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%
	}
}
.single-page .slider {
	position: relative
}
.single-page .slider__container {
	position: relative
}
.single-page .slider__container>* {
	transition: .3s opacity
}
.single-page .slider__container:after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 70%;
	left: 0;
	right: 0;
	pointer-events: none;
	background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .45) 100%);
	transition: opacity .3s
}
.single-page .slider__container .slick-slide.slick-active .slide-inner:before {
	opacity: 0;
	transition: opacity .3s
}
.single-page .slider__container .slick-slide {
	position: relative;
	width: 920px
}
@media all and (max-width:420px) {
	.single-page .slider__container .slick-slide {
		width: 100vw
	}
}
.single-page .slider__container .slick-slide .slide-inner {
	background: no-repeat center center;
	background-size: contain;
	overflow: hidden;
	width: auto;
	min-width: 100%;
	height: 540px;
	position: relative
}
.single-page .slider__container .slick-slide .slide-inner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(39, 39, 46, .7);
	opacity: 1;
	transition: opacity .3s
}
@media all and (max-width:600px) {
	.single-page .slider__container .slick-slide .slide-inner {
		height: 300px;
		background-size: cover
	}
}
@media all and (max-width:400px) {
	.single-page .slider__container .slick-slide .slide-inner {
		height: 200px
	}
}
.single-page .slider__container .slick-slide .slide-inner img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	opacity: 1
}
.single-page .slider__container .slick-list {
	overflow: hidden
}
.single-page .slider__panel {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	font-size: 0;
	font-weight: 300;
	color: #fff;
	z-index: 2;
	transition: opacity .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s;
	width: 100%
}
.single-page .slider__panel>* {
	display: inline-block;
	vertical-align: top;
	height: 100%;
	text-align: center;
	font-weight: 300;
	line-height: 1.25;
	transition: background .3s
}
.single-page .slider__panel>* b, .single-page .slider__panel>* strong {
	font-weight: 600
}
.single-page .slider__panel--mobile-fullscreen {
	display: none
}
.single-page .slider__panel .slider__counters {
	position: relative;
	font-size: 14px;
	height: 100%;
	width: 80px;
	font-family: "OpenSans";
	float: left
}
@media all and (max-width:560px) {
	.single-page .slider__panel .slider__counters {
		font-size: 12px;
		width: 70px
	}
}
.single-page .slider__panel .slider__counters .container {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.single-page .slider__panel .slider__counters .container .slider__counter--current {
	font-family: "OpenSans";
	font-weight: 700
}
.single-page .slider__panel .slider__title {
	font-size: 12px;
	font-family: "OpenSans";
	float: left;
	width: calc(100% - 80px);
	height: 100%;
	padding: 0 20px;
	text-align: left;
	padding-left: 40px
}
@media all and (max-width:560px) {
	.single-page .slider__panel .slider__title {
		font-size: 12px;
		width: calc(100% - 70px);
		padding: 0 10px
	}
}
@media all and (max-width:500px) {
	.single-page .slider__panel .slider__title {
		position: absolute;
		bottom: 30px;
		width: 100%
	}
}
.single-page .slider__panel .slider__title .container {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative
}
.single-page .slider__panel .slider__title strong {
	font-weight: 700;
	letter-spacing: 2px
}
.single-page .slider__panel .slider__nav {
	height: 100%;
	float: left;
	width: 180px;
	cursor: pointer;
	transition: background .3s;
	position: relative
}
@media all and (max-width:1200px) {
	.single-page .slider__panel .slider__nav {
		width: 60px;
		padding: 0 !important
	}
}
.single-page .slider__panel .slider__nav.icon-long-arrow {
	padding-right: 20px
}
.single-page .slider__panel .slider__nav.icon-long-arrow:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 40px;
	position: absolute;
	top: -4px;
	opacity: .5;
	transition: opacity .3s
}
@media all and (max-width:1200px) {
	.single-page .slider__panel .slider__nav.icon-long-arrow:before {
		left: 40%
	}
}
.single-page .slider__panel .slider__nav.icon-long-arrow:hover:before {
	opacity: 1
}
.single-page .slider__panel .slider__nav.icon-long-arrow.arrow-right {
	padding-right: 0;
	padding-left: 20px
}
.single-page .slider__panel .slider__nav.icon-long-arrow.arrow-right:before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
.single-page .slider__panel .slider__nav .icon {
	font-size: 10px
}
.single-page .slider__panel .slider__fullscreen {
	height: 100%;
	float: left;
	width: 40px;
	cursor: pointer;
	transition: background .3s;
	position: relative
}
.single-page .slider__panel .slider__fullscreen:before {
	font-size: 12px;
	position: relative;
	top: 14px
}
@media all and (max-width:560px) {
	.single-page .slider__panel .slider__fullscreen {
		width: 40px
	}
}
.single-page .slider__panel .slider__fullscreen .icon {
	font-size: 20px
}
@media all and (max-width:560px) {
	.single-page .slider__panel .slider__fullscreen .icon {
		font-size: 14px
	}
}
.single-page .slider__panel .slider__info-container {
	width: calc(100% - 400px);
	float: left
}
@media all and (max-width:1200px) {
	.single-page .slider__panel .slider__info-container {
		width: calc(100% - 160px)
	}
}
.single-page__info-container {
	width: calc(100% - 180px)
}
.single-page__info-container>* {
	display: inline-block;
	vertical-align: top;
	height: 100%;
	text-align: center;
	font-weight: 300;
	line-height: 1.25;
	transition: background .3s
}
.single-page__counters {
	width: 120px;
	font-size: 0
}
.single-page__counters:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}
.single-page__counters .container {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle
}
.single-page__nav {
	position: relative;
	width: 60px;
	cursor: pointer;
	font-size: 9px;
	transition: background .3s;
	padding-top: 23px
}
.single-page__nav:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
	font-size: 40px
}
.single-page__nav:before--prev {
	border-left: none
}
.single-page__nav:before--next {
	left: auto;
	right: 0
}
.single-page__nav:hover {
	background-color: #000
}
.single-page__fullscreen {
	position: relative;
	width: 60px;
	cursor: pointer;
	font-size: 20px;
	color: #fff;
	transition: background .3s
}
.membership-in-association-item .membership-title {
	color: #173252;
	font-size: 21px;
	line-height: 24px;
	margin-bottom: 15px
}
.active-fullscreen {
	z-index: 9999999
}
.active-fullscreen:after {
	content: '';
	display: block;
	clear: both
}
.active-fullscreen .slider {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1d1d21;
	z-index: 999999;
	margin: 0
}
.active-fullscreen .slider .container {
	padding: 0 !important
}
.active-fullscreen .slider__container {
	height: 100%
}
.active-fullscreen .slider .slick {
	height: 100%
}
.active-fullscreen .slider .slick-list {
	height: 100%
}
.active-fullscreen .slider .slick-track {
	height: 100%
}
.active-fullscreen .slider .slick-slide {
	position: relative;
	height: 100%
}
.active-fullscreen .slider .slick-slide .slide-inner {
	height: 100%;
	background-size: contain
}
.active-fullscreen .slider .slick-slide .slide-inner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}
.active-fullscreen .slider__info-container {
	width: calc(100% - 120px)
}
@media all and (max-width:600px) {
	.active-fullscreen .slider__info-container {
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 100%;
		height: auto;
		text-align: left;
		padding: 20px 0
	}
}
@media all and (max-width:600px) {
	.active-fullscreen .slider__info-container .slider__counters .container {
		padding: 0 0 20px 0
	}
}
@media all and (max-width:600px) {
	.active-fullscreen .slider__counters {
		position: relative;
		color: #fff;
		border: 0;
		width: 80px
	}
}
@media all and (max-width:600px) {
	.active-fullscreen .slider__title {
		width: auto;
		min-height: 0;
		color: #fff;
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center
	}
}
@media all and (max-width:600px) and (max-width:600px) {
	.active-fullscreen .slider__title .container {
		padding-left: 0
	}
}
@media all and (max-width:600px) {
	.active-fullscreen .slider__nav {
		position: absolute;
		bottom: 0 !important
	}
}
@media all and (max-width:600px) and (max-width:600px) {
	.active-fullscreen .slider__nav:before {
		left: 50% !important
	}
}
.active-fullscreen .slider__fullscreen {
	position: fixed;
	top: 0;
	right: 0;
	height: 40px !important;
	border-left: none;
	font-size: 22px
}
.active-fullscreen .slider__fullscreen img {
	display: none
}
@media all and (max-width:600px) {
	.active-fullscreen .slider__fullscreen {
		width: 50px;
		height: 40px;
		font-size: 18px
	}
}
@media all and (max-width:600px) {
	.active-fullscreen .slider__panel {
		height: 46px
	}
}
@media all and (max-width:600px) {
	.active-fullscreen .slider__nav {
		padding-top: 17px !important;
		width: 50% !important
	}
	.active-fullscreen .slider__nav.slider__nav--next {
		right: 0;
		border-right: 0
	}
}
@media all and (max-width:600px) {
	.active-fullscreen .slider__info-container {
		width: 100% !important;
		padding: 22px 10px
	}
	.active-fullscreen .slider__info-container .slider__counters {
		height: auto
	}
	.active-fullscreen .slider__info-container .slider__counters {
		border: 0
	}
	.active-fullscreen .slider__info-container .slider__title {
		border: 0;
		width: 100%
	}
	.active-fullscreen .slider__info-container .slider__title .container {
		top: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	.active-fullscreen .slider__info-container .slider__counters {
		width: 100%
	}
	.active-fullscreen .slider__info-container .slider__counters .container {
		padding-top: 0
	}
}
.active-fullscreen .slider__fullscreen {
	display: none
}
.active-fullscreen .slider__fullscreen:hover {
	background: 0 0
}
.active-fullscreen .close-full-size {
	visibility: visible;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .3s;
	height: 40px;
	width: 40px;
	cursor: pointer
}
.active-fullscreen .close-full-size:hover {
	opacity: .7
}
.active-fullscreen .close-full-size:after {
	font-family: "iconFont" !important;
	display: inline-block;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0 0 transparent;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	content: '\eA021';
	left: 5px;
	top: -4px;
	position: relative;
	font-size: 22px;
	color: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.sidebar {
	width: 370px;
	float: right
}
.sidebar a {
	border-bottom: none
}
.sidebar:after {
	content: '';
	display: block;
	clear: both
}
@media screen and (max-width:1024px) {
	.sidebar {
		display: none
	}
}
.sidebar .project {
	font-size: 0;
	margin-bottom: 30px
}
.sidebar .widget {
	padding: 50px 0;
	position: sticky;
}
.sidebar .widget h4 {
	color: #111;
	font-size: 20px;
	text-transform: uppercase;

	font-weight: 700;
	margin-bottom: 20px
}
.sidebar .widget .items .item {
	margin-bottom: 10px;
	display: block;
	width: 100%;
	position: relative
}
.sidebar .widget .items .item:after {
	content: '';
	display: block;
	clear: both
}
.sidebar .nearest-events .item, .sidebar .post-related-committee .item {
	transition: background .3s
}
.sidebar .nearest-events .item .date, .sidebar .post-related-committee .item .date {
	float: left;
	background: #1974ff;
	width: 100px;
	height: 120px;
	text-align: center
}
.sidebar .nearest-events .item .date.with-out-start, .sidebar .post-related-committee .item .date.with-out-start {
	height: 90px
}
.sidebar .nearest-events .item .date.icon-komitet-block, .sidebar .post-related-committee .item .date.icon-komitet-block {
	background: #7356af
}
.sidebar .nearest-events .item .date span, .sidebar .post-related-committee .item .date span {
	color: #fff
}
.sidebar .nearest-events .item .date .months, .sidebar .post-related-committee .item .date .months {
	padding: 18px 40px 20px 14px;
	font-size: 44px;
	font-family: "OpenSans";
	font-weight: 600;
	position: relative;
	display: block;
	white-space: nowrap
}
.sidebar .nearest-events .item .date .months .day, .sidebar .post-related-committee .item .date .months .day {
	position: absolute;
	font-size: 12px;
	bottom: 23px
}
.sidebar .nearest-events .item .date .start, .sidebar .post-related-committee .item .date .start {
	color: #fff;
	position: relative;
	display: block;
	white-space: nowrap;
	font-size: 10px;
	font-family: "OpenSans";
	font-weight: 700;
	border-top: 1px solid rgba(255, 255, 255, .3);
	padding-top: 12px;
	margin: 0 10px;
	width: calc(100% - 20px)
}
.sidebar .nearest-events .item .date .start b, .sidebar .post-related-committee .item .date .start b {
	font-size: 12px
}
.sidebar .nearest-events .item .date .icon-komitet, .sidebar .post-related-committee .item .date .icon-komitet {
	display: block;
	width: 100%;
	margin: 50px 0 49px;
	font-size: 20px;
	color: #fff
}
.sidebar .nearest-events .item .title, .sidebar .post-related-committee .item .title {
	font-size: 18px;
	font-family: "Roboto";
	color: #111;
	position: absolute;
	left: 100px;
	top: 50%;
	padding: 0 20px;
	width: calc(100% - 100px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1.3;
	transition: color .3s
}
.sidebar .nearest-events .item .border, .sidebar .post-related-committee .item .border {
	position: absolute;
	left: 100px;
	width: calc(100% - 100px);
	height: 100%;
	border: 1px solid #f7f7f7;
	border-left: none
}
.sidebar .nearest-events .item:hover, .sidebar .post-related-committee .item:hover {
	background: #f7f7f7
}
.sidebar .nearest-events .item:hover .title, .sidebar .post-related-committee .item:hover .title {
	color: #7356af
}
.sidebar .nearest-events .item:hover .date .icon-komitet:before, .sidebar .post-related-committee .item:hover .date .icon-komitet:before {
	content: '\eA43';
	-webkit-transform: none;
	transform: none
}
.sidebar .nearest-events .item:nth-of-type(2) .date, .sidebar .post-related-committee .item:nth-of-type(2) .date {
	background: #7356af
}
.sidebar .nearest-events .item:nth-of-type(3) .date, .sidebar .post-related-committee .item:nth-of-type(3) .date {
	background: #00388e
}
.sidebar .nearest-events .item:nth-of-type(3) .date.icon-komitet-block, .sidebar .post-related-committee .item:nth-of-type(3) .date.icon-komitet-block {
	background: #7356af
}
.sidebar .latest-news, .sidebar .alike-vacancies {
	display: block
}
.sidebar .latest-news .img, .sidebar .alike-vacancies .img {
	width: 100px;
	height: 100px;
	float: left;
	font-size: 0;
	position: relative
}
.sidebar .latest-news .img img, .sidebar .alike-vacancies .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.sidebar .latest-news .content, .sidebar .alike-vacancies .content {
	float: left;
	width: calc(100% - 100px);
	padding: 2px 0;
	padding-left: 20px
}
.sidebar .latest-news .content .date, .sidebar .alike-vacancies .content .date {
	font-size: 12px;
	color: rgba(11, 13, 28, .5);
	font-family: "OpenSans";
	font-weight: 600;
	margin-bottom: 5px
}
.sidebar .latest-news .content .date span, .sidebar .alike-vacancies .content .date span {
	font-size: 18px
}
.sidebar .latest-news .content .title, .sidebar .alike-vacancies .content .title {
	font-size: 18px;
	font-family: "Roboto";
	color: #111;
	line-height: 1.3;
	transition: color .3s
}
.sidebar .latest-news .item:hover .title, .sidebar .alike-vacancies .item:hover .title {
	color: #7356af
}
.decomments img {
	max-width: 100%
}
.decomments-comment-section .decomments-addform-title h3 {
	font-family: "Roboto" !important;
	font-weight: 400 !important;
	font-size: 24px !important;
	color: #111 !important
}
.decomments-comment-section .decomments-button {
	font-family: "Roboto" !important;
	font-weight: 700;
	font-size: 14px !important;
	line-height: 1;
	border: 2px solid #7356af !important;
	color: #7356af !important;
	opacity: 1 !important;
	background: #fff !important;
	text-transform: uppercase;
	transition: .3s !important
}
.decomments-comment-section .decomments-button:hover {
	background: #7356af !important;
	color: #fff !important
}
.info-page {
	margin-bottom: 200px
}
@media all and (max-width:700px) {
	.info-page {
		margin-bottom: 50px
	}
}
.info-page .content-rules h4 {

	font-weight: 700;
	font-size: 16px;
	margin-bottom: 5px
}
.single-page-education .content-rules h3 {
	margin-top: 60px
}
.single-page-education .resume-container {
	float: left
}
.single-page-education .education-about li span:not(.dotted) {

	font-weight: 500
}
.single-page-education .education-about li i {
	font-size: 15px;
	margin-right: 10px;
	position: relative;
	top: -3px;
	color: #053fd8
}
.single-page-education .education-margin {
	float: left
}
.single-page-education .sidebar .nearest-events .item .date {
	transition: background .3s;
	background: #a2a2a7
}
.single-page-education .sidebar .nearest-events .item .title {
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Roboto";
	font-weight: 700
}
.single-page-education .sidebar .nearest-events .item:nth-of-type(2) .date {
	background: #a2a2a7
}
.single-page-education .sidebar .nearest-events .item:nth-of-type(3) .date {
	background: #a2a2a7
}
.single-page-education .sidebar .nearest-events .item:hover .date {
	background: #1a27c5
}
.single-page-education .partners-slider {
	padding-top: 20px;
	padding-bottom: 20px
}
.single-page-education .partners-slider .slick-list {
	box-ordinal-group: 2
}
.single-page-education .partners-slider .slick-custom-arrows {
	box-ordinal-group: 1
}
.slick-custom-arrows {
	position: absolute;
	right: 15px;
	font-size: 0;
	top: auto;
	bottom: 0;
	z-index: 999;
	margin: 0;
	min-height: 44px
}
@media all and (max-width:1023px) {
	.slick-custom-arrows {
		left: 15px;
		text-align: center
	}
}
@media all and (max-width:840px) {
	.slick-custom-arrows {
		font-size: 0
	}
}
.slick-custom-arrows .dots-for-slider {
	display: inline-block;
	vertical-align: top
}
.slick-custom-arrows .slick-dots {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	position: relative;
	width: auto
}
@media screen and (max-width:840px) {
	.slick-custom-arrows .slick-dots {
		display: none !important
	}
}
.slick-custom-arrows .slick-dots:after {
	display: block;
	clear: both;
	content: ''
}
.slick-custom-arrows .slick-dots li {
	display: inline-block;
	height: 42px;
	width: 34px
}
.slick-custom-arrows .slick-dots li a {
	display: inline-block;
	text-decoration: none;
	border: 0;
	padding-top: 14px;
	height: 100%;
	width: 100%;
	color: #111;
	font-family: "OpenSans";
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	transition: .25s
}
.slick-custom-arrows .slick-dots li er {
	color: #fff;
	background: #a4a4a4
}
.slick-custom-arrows .slick-dots li.slick-active a {
	color: #fff;
	background: #7356af;
	box-shadow: inset 0 4px 4px rgba(0, 0, 0, .2);
	cursor: default
}
.slick-custom-arrows .slick-dots li.slick-active er {
	color: #fff;
	background: #7356af
}
.slick-custom-arrows .arrow-left, .slick-custom-arrows .arrow-right {
	display: inline-block;
	vertical-align: top;
	height: 44px;
	width: 50px;
	border: 1px solid #eaeaea;
	cursor: pointer;
	position: relative !important;
	top: 0;
	bottom: 0;
	transition: background .3s
}
.slick-custom-arrows .arrow-left:hover, .slick-custom-arrows .arrow-right:hover {
	background-color: #f7f7f7
}
.slick-custom-arrows .arrow-left.slick-hidden, .slick-custom-arrows .arrow-right.slick-hidden {
	display: none !important
}
@media screen and (max-width:800px) {
	.slick-custom-arrows .arrow-left, .slick-custom-arrows .arrow-right {
		position: relative
	}
}
.slick-custom-arrows .arrow-left:after, .slick-custom-arrows .arrow-right:after {
	transition: color .3s;
	content: '\eA16';
	font-family: "iconFont" !important;
	display: inline-block;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0 0 transparent;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	font-size: 14px;
	color: #a6a6a6;
	transition: color .3s;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #111
}
.slick-custom-arrows .arrow-left:after {
	-webkit-transform: rotate(180deg) translate(50%, 50%);
	transform: rotate(180deg) translate(50%, 50%)
}
.slick-custom-arrows .arrow-right:after {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.fill-in.to-form {
	padding: 32px 42px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	float: left;
	width: 100%
}
.fill-in.to-form h5 {
	line-height: 1.8;
	margin-bottom: 10px
}
.fill-in.to-form .bottom .left {
	padding-top: 34px
}
.fill-in.to-form .bottom .right .phone {
	padding-left: 60px;
	margin-top: 6px;
	font-size: 18px
}
.fill-in.to-form .bottom .right .phone:before {
	left: 18px
}
.fill-in.to-form .bottom .right .email {
	padding-left: 60px;
	margin-top: 10px
}
.fill-in.to-form .bottom .right .email:before {
	font-size: 12px;
	left: 16px
}
.fill-in.to-form+h3 {
	font-size: 24px;
	margin-bottom: 10px
}
.content-rules .education-about {
	margin: 40px 0
}
.content-rules .education-about li {
	padding-left: 0 !important;
	margin-bottom: 20px
}
.content-rules .education-about li span {
	margin-right: 20px
}
.content-rules .education-about li:before {
	display: none
}
.content-rules .education-about li:after {
	display: none
}
.content-rules .education-about .calendar-card__tag {
	border: 1px solid #7356af;
	color: #7356af;
	margin: 0 5px 3px 0;
	vertical-align: middle
}
.blockquote-big-gray {
	background: #f7f7f7;
	padding: 60px 50px 15px 50px;
	margin-bottom: 20px !important
}
.blockquote-big-gray .quote-header {
	margin-left: 150px
}
@media all and (max-width:700px) {
	.blockquote-big-gray {
		background: 0 0;
		padding: 0
	}
}
.blockquote-big-gray .name {
	margin-bottom: 5px !important
}
.blockquote-big-gray img {
	border: 5px solid #fff;
	top: -20px !important
}
.blockquote-big-gray .blockquote-custom {

	font-weight: 300;
	font-size: 16px !important;
	z-index: 2
}
.blockquote-big-gray .blockquote-custom:before {
	left: -10px !important
}
@media all and (max-width:700px) {
	.blockquote-big-gray .blockquote-custom:before {
		left: 0 !important
	}
}
.fill-in {
	border: 8px solid #e8e8e8;
	padding: 40px 50px
}
@media all and (max-width:700px) {
	.fill-in {
		padding: 30px 40px
	}
}
@media all and (max-width:350px) {
	.fill-in {
		padding: 30px 25px
	}
	.fill-in br {
		display: none
	}
}
.fill-in h5 {

	font-weight: 500;
	font-size: 16px;
	margin-top: 0;
	line-height: 1.9
}
@media all and (max-width:700px) {
	.fill-in h5 {
		font-size: 14px
	}
}
.fill-in .bottom {
	display: block;
	margin-top: 5px
}
.fill-in .bottom:after {
	content: '';
	display: block;
	clear: both
}
.fill-in .bottom .left {
	float: left;
	width: 50%;
	padding-top: 25px
}
@media all and (max-width:600px) {
	.fill-in .bottom .left {
		width: 100%;
		margin-bottom: 15px;
		padding-top: 15px
	}
}
.fill-in .bottom .left p {
	font-size: 11px;
	margin-bottom: 10px
}
.fill-in .bottom .left p:last-of-type {
	margin-bottom: 0
}
.fill-in .bottom .right {
	float: right;
	width: 50%
}
@media all and (max-width:600px) {
	.fill-in .bottom .right {
		width: 100%
	}
}
.fill-in .bottom .phone {
	position: relative;
	padding-left: 50px;
	margin-bottom: 5px
}
.fill-in .bottom .phone span {
	font-size: 18px !important;
	font-family: "GothamPro"
}
@media all and (max-width:400px) {
	.fill-in .bottom .phone span {
		font-size: 16px !important
	}
}
.fill-in .bottom .phone:before {
	position: absolute;
	left: 5px;
	top: 45%;
	color: #053fd8;
	font-size: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.fill-in .bottom .email {
	color: #053fd8;
	line-height: 1;
	position: relative;
	font-family: "OpenSans";
	font-size: 16px;
	display: inline-block;
	padding-left: 50px
}
.fill-in .bottom .email a {
	display: inline;
	line-height: 1.2
}
.fill-in .bottom .email:before {
	position: absolute;
	left: 5px;
	color: #053fd8;
	top: 50%;
	font-size: 13px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.fill-in.contact {
	padding: 30px 100px;
	padding-bottom: 25px;
	margin-bottom: 20px
}
@media all and (max-width:1150px) {
	.fill-in.contact {
		padding: 30px 50px
	}
}
@media all and (max-width:1024px) {
	.fill-in.contact {
		padding: 30px 30px
	}
}
@media all and (max-width:960px) {
	.fill-in.contact {
		padding: 30px 100px
	}
}
@media all and (max-width:800px) {
	.fill-in.contact {
		padding: 30px 50px
	}
}
@media all and (max-width:700px) {
	.fill-in.contact {
		padding: 30px 30px
	}
}
@media all and (max-width:450px) {
	.fill-in.contact {
		padding: 30px 30px
	}
}
.fill-in.contact .bottom .left {
	padding-top: 0
}
.fill-in.contact .bottom p {
	line-height: 1.4
}
.fill-in.contact .bottom h4 {
	font-size: 24px;
	font-family: "Roboto";
	font-weight: 700;
	margin-top: 2px;
	margin-bottom: 10px
}
.fill-in.contact .bottom .right {
	padding-top: 32px
}
@media all and (max-width:450px) {
	.fill-in.contact .bottom .email {
		border-bottom: none
	}
}
.single-page-company {
	margin-bottom: 20px
}
.single-page-company .fill-in.contact {
	padding: 60px 60px;
	padding-bottom: 50px;
	margin-top: 28px;
	margin-bottom: 30px
}
.single-page-company .fill-in.contact .inner-right {
	float: right;
	position: relative;
	top: -8px
}
@media all and (max-width:960px) {
	.single-page-company .fill-in.contact .inner-right {
		float: left
	}
}
.single-page-company .fill-in.contact .left {
	float: right
}
.single-page-company .fill-in.contact .right {
	float: left;
	padding-top: 0
}
.single-page-company .fill-in.contact+p {
	margin-bottom: 20px
}
.single-page-company .bl-btn--big {
	transition: all .3s
}
.single-page-company .bl-btn--big span {
	transition: all .3s
}
.single-page-company .news-section .news__title {
	margin-bottom: 30px
}
.single-page-vacancy h1 {
	margin-bottom: 36px
}
.single-page-education .fill-in.contact, .single-page-vacancy .fill-in.contact {
	padding: 30px 92px
}
@media all and (max-width:1200px) {
	.single-page-education .fill-in.contact, .single-page-vacancy .fill-in.contact {
		padding: 30px 40px
	}
}
@media all and (max-width:960px) {
	.single-page-education .fill-in.contact, .single-page-vacancy .fill-in.contact {
		padding: 30px 92px
	}
}
@media all and (max-width:750px) {
	.single-page-education .fill-in.contact, .single-page-vacancy .fill-in.contact {
		padding: 30px 40px
	}
}
@media all and (max-width:400px) {
	.single-page-education .fill-in.contact, .single-page-vacancy .fill-in.contact {
		padding: 30px 20px
	}
}
.single-page-education .fill-in.contact ul li, .single-page-vacancy .fill-in.contact ul li {
	margin-bottom: 18px;
	padding-left: 82px
}
.single-page-education .fill-in.contact .bottom, .single-page-vacancy .fill-in.contact .bottom {
	margin-top: 6px
}
.single-page-education .fill-in.contact .left p, .single-page-vacancy .fill-in.contact .left p {
	font-size: 14px;
	color: rgba(17, 17, 17, .5)
}
.single-page-education .fill-in.contact .left h4, .single-page-vacancy .fill-in.contact .left h4 {
	margin-bottom: 16px
}
.single-page-education .fill-in.contact .right, .single-page-vacancy .fill-in.contact .right {
	padding-top: 22px
}
.single-page-education .fill-in.contact .right .phone, .single-page-vacancy .fill-in.contact .right .phone {
	margin-bottom: 18px;
	padding-left: 70px
}
.single-page-education .fill-in.contact .right .phone:before, .single-page-vacancy .fill-in.contact .right .phone:before {
	font-size: 15px;
	left: 28px
}
.single-page-education .fill-in.contact .right .email, .single-page-vacancy .fill-in.contact .right .email {
	padding-left: 70px
}
.single-page-education .fill-in.contact .right .email:before, .single-page-vacancy .fill-in.contact .right .email:before {
	font-size: 11px;
	left: 26px
}
.single-page-education .news .news__container {
	padding-bottom: 40px
}
.partners-in-content {
	display: block;
	width: 100%
}
.partners-in-content .item {
	border: 1px solid #f7f7f7;
	padding: 20px;
	min-height: 140px;
	display: inline-block
}
@media all and (max-width:450px) {
	.partners-in-content .item {
		width: 100%;
		text-align: center
	}
}
.partners-in-content .item .img {
	float: left;
	width: 130px;
	height: 100px;
	position: relative
}
@media all and (max-width:450px) {
	.partners-in-content .item .img {
		width: 100%
	}
}
.partners-in-content .item .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.partners-in-content .item .content {
	float: left;
	padding-left: 20px;
	position: relative;
	min-height: 100px;
	padding-bottom: 15px
}
@media all and (max-width:450px) {
	.partners-in-content .item .content {
		width: 100%;
		padding-left: 0
	}
}
.partners-in-content .item .content .title {
	font-family: "Roboto";
	font-size: 18px
}
@media all and (max-width:450px) {
	.partners-in-content .item .content .title {
		font-size: 15px;
		line-height: 1.4
	}
}
.partners-in-content .item .content span {
	display: block;
	font-size: 13px;
	font-family: "OpenSans";
	color: rgba(0, 0, 0, .5);
	line-height: 1.4
}
.partners-in-content .item .content a {
	font-size: 11px;
	position: absolute;
	bottom: 0;
	left: 20px;
	white-space: nowrap;
	overflow: hidden
}
@media all and (max-width:450px) {
	.partners-in-content .item .content a {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}
.single-page-video .gray-bg {
	padding-bottom: 20px
}
.single-page-video .socials {
	border-top: 0
}
.single-page-video .blogroll {
	width: calc(100% - 270px)
}
@media all and (max-width:960px) {
	.single-page-video .blogroll {
		width: 100%
	}
}
.single-page-video iframe {
	margin-top: 0;
	margin-bottom: 0;
	height: 460px
}
.single-page-video iframe h3 {
	font-size: 32px;
	line-height: 1;
	font-family: "Roboto", "Arial", sans-serif;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #111
}
.single-page-video blockquote {
	max-width: 100% !important
}
.single-page-video .sidebar {
	width: 270px;
	display: block
}
@media all and (max-width:960px) {
	.single-page-video .sidebar {
		width: 100%
	}
}
.single-page-video .sidebar .videos {
	display: block;
	font-size: 0;
	height: 800px
}
@media all and (max-width:960px) {
	.single-page-video .sidebar .videos {
		height: auto
	}
}
.single-page-video .sidebar .videos .mCSB_dragger_bar {
	background: #7356af
}
.single-page-video .sidebar .videos .video-row {
	max-height: 800px;
	transition: all .5s
}
.single-page-video .sidebar .videos .video-row:after {
	content: '';
	display: block;
	clear: both
}
.single-page-video .sidebar .videos .video-row.hidden-video {
	max-height: 0;
	overflow: hidden
}
.single-page-video .sidebar .videos .video-row.hidden-video .video {
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px)
}
.single-page-video .sidebar .videos .video {
	margin-bottom: 30px;
	background: 0 0;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all .3s;
	float: left
}
.single-page-video .sidebar .videos .video:nth-of-type(1) {
	transition-delay: .2s
}
.single-page-video .sidebar .videos .video:nth-of-type(2) {
	transition-delay: .35s
}
.single-page-video .sidebar .videos .video:nth-of-type(3) {
	transition-delay: .5s
}
@media all and (max-width:960px) {
	.single-page-video .sidebar .videos .video {
		margin-right: 30px;
		width: calc(33.333% - 20px);
		float: left
	}
	.single-page-video .sidebar .videos .video:nth-of-type(3n) {
		margin-right: 0
	}
	.single-page-video .sidebar .videos .video img {
		width: 100%;
		float: left;
		margin-bottom: 10px
	}
}
@media all and (max-width:500px) {
	.single-page-video .sidebar .videos .video {
		margin-right: 0;
		width: 100%
	}
}
.single-page-video .sidebar .videos .video .img {
	font-size: 0;
	position: relative;
	margin-bottom: 5px
}
.single-page-video .sidebar .videos .video .img .video-icon {
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 40px;
	top: 20px;
	left: 0;
	background: rgba(206, 39, 39, .8);
	pointer-events: none;
	z-index: 2;
	-webkit-backface-visibility: hidden;
	transition: background .3s
}
.single-page-video .sidebar .videos .video .img .video-icon:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid #fff;
	-webkit-backface-visibility: hidden
}
.single-page-video .sidebar .videos .video .img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .01);
	transition: background .3s
}
.single-page-video .sidebar .videos .video h5 {
	font-size: 16px;

	font-weight: 500;
	color: #000;
	transition: color .3s
}
@media all and (max-width:600px) {
	.single-page-video .sidebar .videos .video h5 {
		font-size: 14px
	}
}
.single-page-video .sidebar .videos .video:hover h5 {
	color: #053fd8
}
.single-page-video .sidebar .videos .video:hover .img:after {
	background: rgba(0, 0, 0, .15)
}
.single-page-video .sidebar .videos .video:hover .img .video-icon {
	background: #ce2727
}
.single-page-video .sidebar .videos .bl-btn--small {
	height: 60px;
	width: 100%;
	background: #f7f7f7;
	transition: background .3s;
	margin-top: 10px
}
.single-page-video .sidebar .videos .bl-btn--small:hover {
	background: #7356af
}
.single-page-video .sidebar .videos .bl-btn--small span {
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Roboto";
	font-weight: 700;
	transition: color .3s;
	top: 52%
}
.gray-bg {
	background: #f7f7f7;
	padding-bottom: 40px
}
.single-page-vacancy {
	margin-bottom: 60px
}
.single-page-vacancy .content-rules h3 {
	text-transform: uppercase
}
.about-vacancy, .about-company, .top-content {
	margin-bottom: 25px
}
.about-vacancy:after, .about-company:after, .top-content:after {
	content: '';
	display: block;
	clear: both
}
.about-vacancy .img, .about-company .img, .top-content .img {
	float: left;
	height: 180px;
	width: 270px;
	position: relative;
	border: 1px solid #ededed
}
@media all and (max-width:600px) {
	.about-vacancy .img, .about-company .img, .top-content .img {
		width: 100%;
		margin-bottom: 20px
	}
}
.about-vacancy .img img, .about-company .img img, .top-content .img img {
	max-width: 90%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.about-vacancy ul, .about-vacancy .text, .about-company ul, .about-company .text, .top-content ul, .top-content .text {
	float: left;
	margin: 0;
	width: calc(100% - 270px)
}
@media all and (max-width:600px) {
	.about-vacancy ul, .about-vacancy .text, .about-company ul, .about-company .text, .top-content ul, .top-content .text {
		width: 100%
	}
}
.about-vacancy ul li, .about-vacancy .text li, .about-company ul li, .about-company .text li, .top-content ul li, .top-content .text li {
	margin-bottom: 22px;
	padding-left: 0;
	position: relative;
	font-size: 16px
}
.about-vacancy ul li:last-of-type, .about-vacancy .text li:last-of-type, .about-company ul li:last-of-type, .about-company .text li:last-of-type, .top-content ul li:last-of-type, .top-content .text li:last-of-type {
	margin-bottom: 0
}
@media all and (max-width:600px) {
	.about-vacancy ul li, .about-vacancy .text li, .about-company ul li, .about-company .text li, .top-content ul li, .top-content .text li {
		margin-left: 0
	}
}
.about-vacancy ul li span, .about-vacancy .text li span, .about-company ul li span, .about-company .text li span, .top-content ul li span, .top-content .text li span {
	color: rgba(0, 0, 0, .5);
	margin-right: 5px;
	font-size: 14px
}
.about-vacancy ul li:before, .about-vacancy .text li:before, .about-company ul li:before, .about-company .text li:before, .top-content ul li:before, .top-content .text li:before {
	display: none
}
.about-vacancy ul li:after, .about-vacancy .text li:after, .about-company ul li:after, .about-company .text li:after, .top-content ul li:after, .top-content .text li:after {
	display: none
}
.about-vacancy .custom-table {
	border: 0 !important
}
.about-vacancy .custom-table tr {
	border: 0 !important
}
.about-vacancy .custom-table tr td {
	padding: 20px;
	font-size: 16px;
	color: #111;
	background: 0 0 !important;
	min-width: 140px
}
@media screen and (max-width:760px) {
	.about-vacancy .custom-table tr td {
		padding: 10px;
		font-size: 14px
	}
}
.about-vacancy .custom-table tr td:first-child {
	font-size: 14px;
	color: rgba(17, 17, 17, .5)
}
.single-page .about-vacancy ul {
	margin: 0
}
.single-page .about-vacancy ul li {
	padding-left: 90px;
	margin-bottom: 20px
}
.single-page .about-vacancy ul li span {
	margin-right: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.about-company {
	margin-top: 30px
}
.about-company .about-company-left {
	display: flex;
	float: left;
	width: 200px;
	height: 200px;
	align-items: center;
}
.about-company .about-company-left img{
	object-fit: scale-down;
}
@media screen and (max-width:760px) {
	.about-company .about-company-left {
		float: none;
		display: block;
		width: 100%;
		clear: both
	}
}
.about-company .about-company-right {
	margin: 10px 0 30px 30px;
	width: calc(100% - 270px) !important
}
@media screen and (max-width:760px) {
	.about-company .about-company-right {
		float: none;
		display: block;
		width: 100% !important;
		clear: both
	}
}
.about-company .about-company-right .long-btn {
	margin-top: 30px !important
}
@media screen and (max-width:760px) {
	.about-company .about-company-right .long-btn {
		margin-left: 0 !important
	}
}
.about-company .about-company-right li {
	padding-left: 0 !important;
	line-height: 1.4 !important
}
.about-company .about-company-right li span {
	font-size: 16px !important
}
@media screen and (max-width:760px) {
	.about-company .about-company-right li {
		margin-left: 0 !important
	}
}
.about-company .personal-cabinet {
	clear: both
}
.about-company .personal-cabinet .socials {
	max-width: 100%
}
@media screen and (max-width:600px) {
	.about-company .personal-cabinet .socials {
		padding: 0
	}
}
.about-company .personal-cabinet .socials .links {
	-ms-flex-pack: start;
	justify-content: flex-start
}
@media screen and (max-width:600px) {
	.about-company .personal-cabinet .socials .links {
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.about-company .personal-cabinet .socials .links:before {
		font-size: 13px;
		line-height: 1
	}
	.about-company .personal-cabinet .socials .links.icon-bh:before {
		font-size: 16px
	}
}
.about-company .text {
	padding-left: 30px;
	padding-top: 14px
}
@media all and (max-width:600px) {
	.about-company .text {
		padding-left: 0
	}
}
.about-company .text div span {
	background: #f6f6f6;
	display: inline-block;
	color: #666;

	padding: 0 20px;
	padding-top: 1px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.7
}
@media all and (max-width:1130px) {
	.about-company .text div span {
		font-size: 16px
	}
}
@media all and (max-width:400px) {
	.about-company .text div span {
		font-size: 14px
	}
}
@media all and (max-width:345px) {
	.about-company .text div span {
		padding: 0 9px
	}
}
.about-company .text a {
	margin-top: 30px
}
@media all and (max-width:420px) {
	.about-company .text a {
		margin-top: 10px;
		height: 40px;
		width: 100%
	}
}
.about-company .text a span {
	top: 52%
}
.about-company .text a:first-of-type {
	margin-right: 10px
}
@media all and (max-width:420px) {
	.about-company .text a:first-of-type {
		margin-right: 0
	}
}
.about-company .text a:last-of-type {
	margin-top: 5px
}
.single-page-company .about-company {
	margin-bottom: 12px
}
.single-page-company .about-company ul li {
	font-size: 16px;
	margin-bottom: 8px
}
.single-page-company .about-company ul li:last-of-type {
	margin-bottom: 0
}
.single-page-company .about-company ul li a {
	display: inline;
	line-height: 1.2
}
.single-page-company .about-company ul .long-btn {
	display: inline-block;
	margin-top: 20px;
	margin-left: 60px
}
@media screen and (max-width:600px) {
	.single-page-company .about-company ul .long-btn {
		margin-left: 30px
	}
}
.single-page-company h3 {
	text-transform: uppercase
}
.contact-company {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
@media screen and (max-width:1100px) {
	.contact-company {
		-ms-flex-pack: center;
		justify-content: center
	}
}
.contact-company .left, .contact-company .right {
	display: -ms-flexbox;
	display: flex
}
@media screen and (max-width:1100px) {
	.contact-company .left, .contact-company .right {
		width: 100%;
		-ms-flex-pack: center;
		justify-content: center
	}
}
.contact-company .right {
	display: -ms-flexbox;
	display: flex
}
.contact-company .right span {
	font-family: "GothamPro"
}
.contact-company .right .icon {
	position: relative;
	padding-left: 28px
}
.contact-company .right .icon:before {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	color: #7356af
}
.contact-company .right .inner-right {
	top: 0 !important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}
@media screen and (max-width:1100px) {
	.contact-company .right .inner-right {
		margin-top: 10px
	}
	.contact-company .right .inner-right>div {
		margin: auto
	}
}
.contact-company .center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%
}
.news-section, .report-section {
	clear: both;
	margin-bottom: 60px;
	float: left;
	width: 100%
}
.news-section:after, .report-section:after {
	content: '';
	display: block;
	clear: both
}
.news-section .news__title, .report-section .news__title {
	margin-bottom: 40px
}
@media screen and (max-width:1023px) {
	.news-section .news__title, .report-section .news__title {
		margin-bottom: 20px
	}
}
@media screen and (max-width:767px) {
	.news-section .news__title, .report-section .news__title {
		margin-bottom: 10px
	}
}
.news-section .news__more, .report-section .news__more {
	margin-top: 20px;
	position: relative
}
.news-section .news__more .block-number, .report-section .news__more .block-number {
	position: absolute;
	right: 0;
	left: auto;
	margin: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
@media screen and (max-width:1023px) {
	.news-section .news__more .block-number, .report-section .news__more .block-number {
		position: relative;
		top: auto;
		right: auto;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		margin: 0 auto 20px
	}
}
.news-section .news__container:after, .report-section .news__container:after {
	content: '';
	display: block;
	clear: both
}
.news-section .img-block, .report-section .img-block {
	width: calc(25% - 30px);
	margin: 0 15px;
	margin-bottom: 30px;
	float: left
}
@media all and (max-width:840px) {
	.news-section .img-block, .report-section .img-block {
		width: calc(50% - 30px)
	}
}
@media all and (max-width:460px) {
	.news-section .img-block, .report-section .img-block {
		width: 100%
	}
}
.news-section .img-block h5, .report-section .img-block h5 {
	color: #111;
	transition: color .3s
}
@media all and (max-width:900px) {
	.news-section .img-block h5, .report-section .img-block h5 {
		font-size: 18px;
		max-height: 48px
	}
}
.news-section .img-block:hover h5, .report-section .img-block:hover h5 {
	color: #7356af
}
.news-section .img-block .img-block__top, .report-section .img-block .img-block__top {
	width: 100%;
	text-align: center;
	font-size: 0;
	max-height: 500px
}
.news-section .img-block .img-block__top img, .report-section .img-block .img-block__top img {
	max-width: 100%;
	width: 100%;
	height: auto
}
.news-section .img-block .img-block__meta, .report-section .img-block .img-block__meta {
	text-align: left
}
.news-section .img-block .img-block__pic-mask, .report-section .img-block .img-block__pic-mask {
	width: 100%;
	height: 100%
}
.news-section .img-block:last-of-type, .report-section .img-block:last-of-type {
	margin-right: 0
}
.news-section .block-number, .report-section .block-number {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 30px
}
.news-section .img-block {
	margin-bottom: 60px
}
.page-404 .wrap-404 {
	font-size: 0;
	height: calc(100vh - 118px - 327px);
	width: 100%;
	position: relative;
	min-height: 540px
}
@media all and (max-width:540px) {
	.page-404 .wrap-404 {
		height: 320px;
		min-height: 320px
	}
}
.page-404 .wrap-404 img {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%
}
@media all and (max-width:960px) {
	.page-404 .wrap-404 img {
		width: 140%
	}
}
@media all and (max-width:690px) {
	.page-404 .wrap-404 img {
		width: 180%
	}
}
@media all and (max-width:540px) {
	.page-404 .wrap-404 img {
		width: 200%
	}
}
.page-404 .wrap-404 .content {
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	white-space: nowrap;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.page-404 .wrap-404 .content h1 {
	color: #fff;
	opacity: .2;
	font-size: 140px;
	font-family: "OpenSans";
	font-weight: 700;
	line-height: .7;
	margin-bottom: 24px
}
.page-404 .wrap-404 .content h2 {
	color: #fff;
	font-size: 18px;

	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 32px;
	letter-spacing: 1px
}
.page-404 .wrap-404 .content span {
	display: block;

	font-weight: 500;
	font-size: 16px;
	margin-bottom: 16px
}
.page-404 .wrap-404 .content span a {
	color: #fff;
	line-height: .9;
	border-bottom: 1px solid rgba(255, 255, 255, .3)
}
.page-404 .wrap-404 .content span a span {
	transition: all .3s
}
.page-404 .wrap-404 .content span er {
	color: #053fd8;
	border-bottom: 1px solid #0059e0
}
.report-section {
	background-color: #f7f7f7;
	padding-bottom: 60px
}
.report-section h3 {
	text-transform: uppercase
}
.report-section .bl-btn--big {
	background: #f7f7f7;
	transition: background .3s
}
.report-section .bl-btn--big span {
	transition: background .3s
}
.report-section .bl-btn--big:hover {
	background: #7356af
}
.single-page-event .right-side .calendar-card__tags, .single-page-education .right-side .calendar-card__tags {
	margin: -20px 0 20px
}
.single-page-event .breadcrumbs {
	margin-top: 5px;
	margin-bottom: 35px
}
.single-page-event .right-side {
	float: right;
	width: calc(100% - 430px)
}
@media all and (max-width:1024px) {
	.single-page-event .right-side {
		width: calc(100% - 310px)
	}
}
@media all and (max-width:900px) {
	.single-page-event .right-side {
		width: 100%;
		margin-top: 30px
	}
}
@media all and (max-width:600px) {
	.single-page-event .right-side {
		margin-top: 0
	}
}
@media all and (max-width:580px) {
	.single-page-event .right-side .bl-btn--big {
		width: 100% !important;
		margin-bottom: 15px
	}
}
.single-page-event .right-side ul {
	display: block;
	width: 100% !important;
	margin: 0 !important
}
.single-page-event .right-side ul li {
	font-size: 18px !important;
	font-family: var(--tertiaryFont) !important;
	font-weight: 600 !important;
	color: #111 !important;
	padding-left: 0 !important
}
.single-page-event .right-side ul li span {
	font-size: 14px !important
}
@media all and (max-width:500px) {
	.single-page-event .right-side ul li {
		width: 100% !important;
		margin-bottom: 5px !important
	}
}
.single-page-event .right-side .address .title {
	margin-right: 20px !important
}
.single-page-event .right-side .address .text {
	width: calc(100% - 215px)
}
@media all and (max-width:1024px) {
	.single-page-event .right-side .address .text {
		width: calc(100% - 170px)
	}
}
@media all and (max-width:500px) {
	.single-page-event .right-side .address .text {
		width: 100%
	}
}
.single-page-event .right-side .address p {
	border-bottom: 1px dotted #2b73e2;
	display: inline;
	float: none !important;
	padding-right: 0 !important;
	padding-bottom: 0;
	position: relative;
	margin-left: 20px;
	top: -2px;
	max-width: calc(100% - 20px)
}
@media all and (max-width:1220px) {
	.single-page-event .right-side .address p {
		background-size: 3px 1px
	}
}
@media all and (max-width:500px) {
	.single-page-event .right-side .address p {
		margin-left: 0
	}
}
.single-page-event .right-side .address p i {
	position: absolute;
	left: -20px;
	top: -8px;
	line-height: 1
}
@media all and (max-width:500px) {
	.single-page-event .right-side .address p i {
		display: none
	}
}
.single-page-event .top-content-without-thumbnail .right-side {
	float: left;
	padding-left: 0 !important
}
.single-page-event .top-content-without-thumbnail~.sidebar {
	margin-top: -180px
}
.single-page-event .content-rules blockquote {
	padding-top: 0;
	padding-bottom: 0
}
.single-page-event .top-content {
	margin-bottom: 30px
}
@media screen and (max-width:580px) {
	.single-page-event .top-content {
		margin-bottom: 20px
	}
}
.single-page-event .top-content .right-side {
	padding-left: 5px;
	margin-top: 4px
}
.single-page-event .top-content h1 {
	margin-bottom: 40px
}
.single-page-event .top-content .img {
	width: 370px;
	height: 270px;
	border: 0;
	margin-right: 60px;
	font-size: 0
}
@media all and (max-width:1024px) {
	.single-page-event .top-content .img {
		width: 250px
	}
}
@media all and (max-width:900px) {
	.single-page-event .top-content .img {
		width: 100%;
		height: auto
	}
	.single-page-event .top-content .img img {
		position: relative;
		top: 0;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0)
	}
}
.single-page-event .top-content ul {
	width: calc(100% - 430px)
}
.single-page-event .top-content ul li {
	margin-left: 0;
	width: 44%;
	float: left;
	line-height: 1.4 !important;
	margin-bottom: 30px
}
.single-page-event .top-content ul li span {
	margin-right: 12px
}
.single-page-event .top-content ul li:last-of-type span {
	margin-right: 20px
}
.single-page-event .top-content ul li .calendar-card__tag {
	font-size: 12px;
	border: 1px solid #7356af;
	color: #7356af;
	margin: 0 5px 5px 0
}
.single-page-event .top-content a {
	border-bottom: 2px solid #7356af
}
.single-page-event .top-content a:first-of-type {
	margin-right: 10px
}
.single-page-event .top-content .address {
	margin-bottom: 14px;
	margin-top: 26px;
	float: left;
	width: 100%
}
.single-page-event .top-content .address .text {
	line-height: 1.4
}
@media all and (max-width:500px) {
	.single-page-event .top-content .address {
		margin-top: 0
	}
}
.single-page-event .top-content .address:after {
	content: '';
	display: block;
	clear: both
}
.single-page-event .top-content .address .title {

	font-weight: 500;
	font-size: 14px;
	color: rgba(17, 17, 17, .5);
	float: left;
	margin-right: 15px;
	width: 140px;
	float: left
}
@media all and (max-width:500px) {
	.single-page-event .top-content .address .title {
		width: 100%
	}
}
.single-page-event .top-content .address p {
	font-size: 13px;

	width: calc(100% - 155px);
	float: right;
	padding-right: 50px;
	margin-bottom: 0;
	cursor: pointer;
	transition: .3s
}
.single-page-event .top-content .address p:hover {
	border-bottom: 1px dotted transparent
}
@media all and (max-width:900px) {
	.single-page-event .top-content .address p {
		padding-right: 0
	}
}
@media all and (max-width:500px) {
	.single-page-event .top-content .address p {
		width: 100%
	}
}
.single-page-event .top-content .address p .icon-map-pin:before {
	font-size: 15px;
	margin-right: 5px;
	position: relative;
	color: #053fd8;
	top: 3px
}
.single-page-event .content-rules blockquote {
	max-width: 100%
}
.single-page-event .news.report-section {
	padding-bottom: 40px;
	margin-bottom: 0
}
.single-page-event .speaker-container+h3 {
	font-size: 24px;
	margin-bottom: 5px;
	clear: both
}
.single-page-event .news__container {
	margin-bottom: 0
}
.single-page-event .news__more {
	margin-top: 0
}
.single-page-event .news.report-section h3 {
	margin-top: 0;
	margin-bottom: 0
}
.single-page-event .news.report-section .news__title {
	margin-top: 60px;
	margin-bottom: 35px
}
.single-page-event .docs {
	margin-bottom: 50px
}
.single-page-event .reviews-slider-container .speaker-item .name-prof .name {
	text-transform: none
}
.partners-slider-section {
	display: block;
	width: 100%;
	float: left;
	margin-top: 30px
}
.partners-slider-section h3 {
	text-transform: uppercase;
	display: block;
	margin-bottom: 30px
}
.partners-slider-section:after {
	content: '';
	clear: both;
	display: block
}
.partners-slider {
	display: block;
	float: left;
	width: 100%;
	position: relative
}
.partners-slider .items {
	width: 100%
}
.partners-slider .logo-block {
	float: left
}
.partners-slider .logo-block img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .7;
	transition: all .3s;
	max-width: 100%;
	max-height: 95%;
	will-change: filter
}
.partners-slider .logo-block a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px
}
.partners-slider .logo-block a img {
	position: static;
	-webkit-transform: none;
	transform: none
}
.partners-slider .logo-block:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1
}
body.chrome .single-page-event .address .text p {
	background-size: 3px 1px
}
.section-about.with-docs {
	padding-bottom: 0
}
.section-about.with-docs .doc {
	margin-bottom: 20px !important
}
.section-about.with-docs p {
	font-size: 14px
}
.section-about.with-docs p a {
	display: inline
}
@media all and (max-width:800px) {
	.section-about.with-docs p br {
		display: none
	}
}
@media all and (max-width:760px) {
	.section-about.with-docs .presentation-docs .docs .doc {
		padding-left: 50px
	}
	.section-about.with-docs .presentation-docs .docs .doc .title {
		max-width: calc(100% - 70px);
		font-size: 12px
	}
}
@media all and (max-width:700px) {
	.section-about.with-docs .presentation-docs .docs .doc {
		width: calc(100% - 16px)
	}
}
.presentation-docs {
	display: block;
	width: 100%;
	float: left;
	margin-top: 30px
}
.presentation-docs h3 {
	text-transform: uppercase;
	display: block;
	margin-bottom: 30px
}
.presentation-docs .docs:after {
	content: '';
	clear: both;
	display: block
}
.presentation-docs .docs .doc {
	float: left;
	width: calc(20% - 40px);
	margin-right: 30px;
	margin-left: 16px;
	padding: 20px 15px 16px 50px;
	background: #fbfbfb;
	cursor: pointer;
	transition: background .3s;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
	min-height: 140px
}
.presentation-docs .docs .doc:before {
	content: '';
	display: block;
	width: 40px;
	height: 100%;
	background: #fbfbfb;
	left: 0;
	top: 0;
	position: absolute;
	transition: background .3s
}
@media all and (max-width:960px) {
	.presentation-docs .docs .doc {
		width: calc(33.333% - 36px)
	}
}
@media all and (max-width:600px) {
	.presentation-docs .docs .doc {
		width: calc(50% - 31px)
	}
}
@media all and (max-width:400px) {
	.presentation-docs .docs .doc {
		width: calc(100% - 16px)
	}
}
.presentation-docs .docs .doc:hover {
	background: #e3e3e3
}
.presentation-docs .docs .doc:hover:before {
	background: #e3e3e3
}
.presentation-docs .docs .doc:hover .triangle {
	-webkit-transform: translateX(8px) rotate(45deg);
	transform: translateX(8px) rotate(45deg)
}
.presentation-docs .docs .doc:hover .icon {
	-webkit-transform: translateX(8px);
	transform: translateX(8px)
}
.presentation-docs .docs .doc:hover .icon:before {
	opacity: 0
}
.presentation-docs .docs .doc:hover .icon:after {
	opacity: 1
}
.presentation-docs .docs .doc:nth-of-type(5n) {
	margin-right: 0
}
@media all and (max-width:960px) {
	.presentation-docs .docs .doc:nth-of-type(5n) {
		margin-right: 30px
	}
}
@media all and (max-width:960px) {
	.presentation-docs .docs .doc:nth-of-type(3n) {
		margin-right: 0
	}
}
@media all and (max-width:600px) {
	.presentation-docs .docs .doc:nth-of-type(3n) {
		margin-right: 30px
	}
	.presentation-docs .docs .doc:nth-of-type(2n) {
		margin-right: 0
	}
}
@media all and (max-width:400px) {
	.presentation-docs .docs .doc {
		margin-right: 0
	}
}
.presentation-docs .docs .doc .title {
	color: #111;
	font-size: 13px;

	line-height: 1.7;
	width: 100%;
	position: absolute;
	top: 52%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: calc(100% - 85px);
	right: 16px;
	max-height: 113px;
	overflow: hidden
}
.presentation-docs .docs .doc .triangle {
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #000;
	position: absolute;
	top: 67px;
	left: -16px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: -1;
	transition: all .3s
}
.presentation-docs .docs .doc .icon {
	height: 50px;
	width: 50px;
	position: absolute;
	left: -17px;
	top: 20px;
	border-bottom-left-radius: 2px;
	transition: all .3s
}
.presentation-docs .docs .doc .icon:before {
	color: #fff;
	font-size: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: opacity .3s
}
.presentation-docs .docs .doc .icon:after {
	content: '\eA60';
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: opacity .3s;
	opacity: 0;
	font-family: "iconFont" !important;
	display: inline-block;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0 0 transparent;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none
}
.presentation-docs .docs .doc .icon-download:before {
	font-size: 20px
}
.presentation-docs .docs .doc.blue .icon {
	background: #2b589b
}
.presentation-docs .docs .doc.blue .triangle {
	border-bottom: 12px solid #163a6f
}
.presentation-docs .docs .doc.green .icon {
	background: #05733b
}
.presentation-docs .docs .doc.green .triangle {
	border-bottom: 12px solid #02562b
}
.presentation-docs .docs .doc.orange .icon {
	background: #dc5b26
}
.presentation-docs .docs .doc.orange .triangle {
	border-bottom: 12px solid #af4317
}
.presentation-docs .docs .doc.red .icon {
	background: red
}
.presentation-docs .docs .doc.red .triangle {
	border-bottom: 12px solid #c10000
}
.presentation-docs .docs .doc.gray .icon {
	background: #666
}
.presentation-docs .docs .doc.gray .triangle {
	border-bottom: 12px solid #3c3c3c
}
.archive-page-news .info {
	max-width: 870px
}
.archive-page-news .block-number {
	text-align: center
}
.archive-page-news .news-section {
	margin-bottom: 80px;
	margin-bottom: 0
}
.load-more {
	border: 0 !important;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0 !important
}
.load-more span {
	-webkit-backface-visibility: hidden;
	left: 59%
}
.load-more:hover {
	background: #fff
}
.load-more:hover span {
	color: #7356af
}
.load-more:hover svg {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}
.load-more svg {
	position: absolute;
	top: -50%;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: -45px;
	transition: all .3s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}
@media all and (max-width:1023px) {
	.load-more svg {
		top: -75%
	}
}
.time-filters, .search-dropdown {
	display: block;
	width: 100%;
	margin: 30px;
	float: left;
	z-index: 5
}
.time-filters:after, .search-dropdown:after {
	content: '';
	display: block;
	clear: both
}
.time-filters .filter, .search-dropdown .filter {
	float: right;
	height: 40px;
	margin-left: 20px;
	border: 1px solid #7356af;
	position: relative;
	background-color: #fff;
	transition: all .3s;
	z-index: 5
}
@media only screen and (max-width:575px) {
	.time-filters .filter, .search-dropdown .filter {
		float: left;
		display: block;
		width: calc(50% - 5px) !important;
		margin: 0 0 10px !important
	}
	.time-filters .filter:nth-of-type(odd), .search-dropdown .filter:nth-of-type(odd) {
		margin-right: 10px !important
	}
	.time-filters .filter .title, .search-dropdown .filter .title {
		padding: 0 35px 0 15px !important
	}
}
.time-filters .filter.committee .title, .search-dropdown .filter.committee .title {
	padding: 0 80px 0 20px
}
.time-filters .filter:before, .search-dropdown .filter:before {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #a8a8a8
}
.time-filters .filter .title, .search-dropdown .filter .title {
	margin-top: 13px;
	padding: 0 20px;
	color: #111;
	font-family: "OpenSans";
	font-size: 14px;
	text-transform: uppercase
}
.time-filters .filter.year, .search-dropdown .filter.year {
	width: 100px
}
.time-filters .filter.month, .search-dropdown .filter.month {
	width: 160px
}
.time-filters .filter:hover, .search-dropdown .filter:hover {
	background: #ebf3ff
}
.time-filters .filter.active, .search-dropdown .filter.active {
	border-bottom: 1px solid #f3f3f3;
	z-index: 6
}
.time-filters .filter.active .drop-down, .search-dropdown .filter.active .drop-down {
	top: 100%;
	opacity: 1;
	visibility: visible
}
.time-filters .drop-down, .search-dropdown .drop-down {
	position: absolute;
	top: 50px;
	left: -1px;
	width: calc(100% + 2px);
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	background: #fff;
	border: 1px solid #7356af
}
.time-filters .drop-down li, .search-dropdown .drop-down li {
	padding: 10px 20px;
	color: #111;
	font-family: "OpenSans";
	font-size: 14px;
	text-transform: uppercase;
	transition: all .3s;
	border-bottom: 1px solid rgba(0, 86, 219, .5)
}
.time-filters .drop-down li:last-of-type, .search-dropdown .drop-down li:last-of-type {
	border-bottom: 0
}
.time-filters .drop-down li:first-of-type, .search-dropdown .drop-down li:first-of-type {
	border-top: 1px solid #e8e8e8
}
.time-filters .drop-down li:hover, .search-dropdown .drop-down li:hover {
	background: #ebf3ff;
	color: #7356af
}
.time-filters .drop-down li.active, .search-dropdown .drop-down li.active {
	background: #ebf3ff;
	color: #7356af
}
.single-page-photogalery .slider__outer-container {
	margin-top: 5px
}
.single-page-photogalery .galery-aside {
	width: 370px;
	float: right
}
@media all and (max-width:960px) {
	.single-page-photogalery .galery-aside {
		width: 100%
	}
}
.single-page-photogalery .photos-grid {
	float: left;
	width: 100%;
	margin-bottom: 50px
}
.single-page-photogalery .photos-grid .photo {
	float: left;
	width: calc(20% - 24px);
	margin-right: 30px;
	margin-bottom: 30px;
	font-size: 0;
	text-align: center;
	border: 1px solid #ededed;
	cursor: pointer;
	transition: all .3s;
	position: relative;
	height: 140px
}
.single-page-photogalery .photos-grid .photo:hover:after {
	opacity: 1
}
.single-page-photogalery .photos-grid .photo.active:after {
	opacity: 1
}
.single-page-photogalery .photos-grid .photo:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .3s;
	background: rgba(57, 71, 178, .7);
	will-change: opacity
}
.single-page-photogalery .photos-grid .photo img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.single-page-photogalery .photos-grid .photo:nth-of-type(5n) {
	margin-right: 0
}
@media all and (max-width:520px) {
	.single-page-photogalery .photos-grid .photo {
		width: calc(33.333% - 20px)
	}
	.single-page-photogalery .photos-grid .photo:nth-of-type(5n) {
		margin-right: 30px
	}
	.single-page-photogalery .photos-grid .photo:nth-of-type(3n) {
		margin-right: 0
	}
}
.single-page-photogalery .photo-date .title {

	font-weight: 500;
	font-size: 14px;
	color: rgba(17, 17, 17, .5)
}
.single-page-photogalery .photo-date .date {
	font-family: "OpenSans";
	font-weight: 600;
	font-size: 18px;
	color: #111
}
.single-page-photogalery .news__more {
	float: left;
	width: 100%
}
@media all and (max-width:1023px) {
	.single-page-photogalery .news__more .load-more svg {
		height: 30px
	}
}
@media all and (max-width:760px) {
	.single-page-photogalery .news__more .load-more svg {
		top: 3px;
		left: 20px
	}
}
.single-page-photogalery-full-width .wrap-full-width {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 60px
}
@media all and (max-width:800px) {
	.single-page-photogalery-full-width .wrap-full-width {
		padding: 0 20px
	}
}
@media all and (max-width:400px) {
	.single-page-photogalery-full-width .wrap-full-width {
		padding: 0 10px
	}
}
.single-page-photogalery-full-width .wrap-full-width:after {
	content: '';
	display: block;
	clear: both
}
.single-page-photogalery-full-width .galery-left, .single-page-photogalery-full-width .galery-center, .single-page-photogalery-full-width .galery-right {
	float: left
}
.single-page-photogalery-full-width .galery-left, .single-page-photogalery-full-width .galery-right {
	width: 330px
}
@media all and (max-width:1024px) {
	.single-page-photogalery-full-width .galery-right {
		width: 100%;
		margin-bottom: 30px
	}
}
.single-page-photogalery-full-width .galery-right .current {
	font-size: 44px;
	font-family: "OpenSans";
	font-weight: 300
}
.single-page-photogalery-full-width .galery-right .total {
	font-family: "OpenSans";
	font-size: 12px
}
@media all and (max-width:1440px) {
	.single-page-photogalery-full-width .galery-left {
		width: 100%
	}
}
.single-page-photogalery-full-width .galery-left h1 {
	font-size: 32px;
	font-family: "Roboto";
	font-family-line-height: 1.1;
	font-family-margin-bottom: 12px
}
.single-page-photogalery-full-width .galery-left p {
	font-size: 13px;
	padding-right: 50px
}
@media all and (max-width:1024px) {
	.single-page-photogalery-full-width .galery-left p {
		padding-right: 10px
	}
}
.single-page-photogalery-full-width .galery-left blockquote {
	font-size: 14px;
	line-height: 1.9;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 40px;
	padding-left: 17px;
	margin-bottom: 36px
}
.single-page-photogalery-full-width .galery-left .title, .single-page-photogalery-full-width .galery-left .date {
	color: #111;
	font-family: "OpenSans"
}
.single-page-photogalery-full-width .galery-left .title {
	font-size: 18px
}
.single-page-photogalery-full-width .galery-center {
	padding: 0 60px;
	width: calc(100% - 660px);
	text-align: center;
	margin-bottom: 20px
}
.single-page-photogalery-full-width .galery-center .slick-slide {
	width: 1024px
}
@media all and (max-width:1600px) {
	.single-page-photogalery-full-width .galery-center .slick-slide {
		width: 800px;
		margin-left: 200px
	}
}
@media all and (max-width:550px) {
	.single-page-photogalery-full-width .galery-center .slick-slide {
		width: 600px
	}
}
@media all and (max-width:400px) {
	.single-page-photogalery-full-width .galery-center .slick-slide {
		width: 420px
	}
}
.single-page-photogalery-full-width .galery-center .slick-list {
	padding: 0 !important
}
.single-page-photogalery-full-width .galery-center .slide-inner {
	height: 700px !important
}
@media all and (max-width:600px) {
	.single-page-photogalery-full-width .galery-center .slide-inner {
		height: 540px !important
	}
}
@media all and (max-width:400px) {
	.single-page-photogalery-full-width .galery-center .slide-inner {
		height: 200px !important
	}
}
@media all and (max-width:1440px) {
	.single-page-photogalery-full-width .galery-center {
		width: calc(100% - 330px);
		padding-left: 0
	}
}
@media all and (max-width:1024px) {
	.single-page-photogalery-full-width .galery-center {
		width: 100%;
		padding-right: 0
	}
}
.single-page-photogalery-full-width .galery-center .slider__outer-container {
	width: auto;
	float: none;
	display: inline-block
}
.single-page-photogalery-full-width .photos-grid {
	font-size: 0;
	max-width: 1900px;
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%)
}
.single-page-photogalery-full-width .photos-grid .photo {
	border: 0;
	height: auto;
	width: auto;
	width: 20%;
	margin: 0 !important;
	font-size: 0
}
@media all and (min-width:1440px) {
	.single-page-photogalery-full-width .photos-grid .photo {
		width: calc(100%/6)
	}
}
@media all and (min-width:1700px) {
	.single-page-photogalery-full-width .photos-grid .photo {
		width: calc(100%/7)
	}
}
@media all and (max-width:1024px) {
	.single-page-photogalery-full-width .photos-grid .photo {
		width: 25%
	}
}
@media all and (max-width:800px) {
	.single-page-photogalery-full-width .photos-grid .photo {
		width: 33.3333333%
	}
}
@media all and (max-width:540px) {
	.single-page-photogalery-full-width .photos-grid .photo {
		width: 50%
	}
}
.single-page-photogalery-full-width .photos-grid .photo img {
	top: auto;
	-webkit-transform: translate(0);
	transform: translate(0)
}
.single-page-photogalery-full-width .slider__outer-container {
	width: 100% !important
}
@media all and (max-width:1300px) {
	.single-page-photogalery-full-width>.wrap {
		max-width: 100%;
		padding: 0 60px
	}
}
@media all and (max-width:800px) {
	.single-page-photogalery-full-width>.wrap {
		padding: 0 20px
	}
}
@media all and (max-width:400px) {
	.single-page-photogalery-full-width>.wrap {
		padding: 0 10px
	}
}
@media all and (max-width:1024px) {
	.sliders-count {
		width: 78px;
		float: left
	}
}
.galerry-arrows {
	float: left;
	width: 100%
}
@media all and (max-width:1024px) {
	.galerry-arrows {
		width: calc(100% - 100px);
		margin-left: 22px;
		margin-top: 18px
	}
}
.galerry-arrows .icon {
	height: 44px;
	width: 50%;
	float: left;
	transition: background .3s;
	background: #585858;
	position: relative;
	font-size: 12px;
	border-bottom: 0 !important
}
.galerry-arrows .icon.prev {
	border-right: 1px solid #fff
}
.galerry-arrows .icon.prev:before {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg)
}
.galerry-arrows .icon:before {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.galerry-arrows .icon:hover {
	background: #949494
}
.education-info {
	transition: all .5s
}
.about-eba .breadcrumbs li a:before {
	color: #fff
}
.about-eba .education-info ul li {
	color: #fff
}
.about-eba .education-info ul li:before {
	border-color: #fff
}
.about-eba .education-info ul li:after {
	background: #fff
}
.about-eba .education-info .education-info-img {
	background-position: center center;
	background-size: 900px;
	background-color: #0c1f37
}
.about-eba .education-info .education-info-img:before {
	display: none
}
.about-eba .education-info .education-info-img img {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 900px;
	opacity: .1;
	max-height: 90%
}
@media all and (max-width:800px) {
	.about-eba .education-info .education-info-img img {
		max-width: 700px
	}
}
@media all and (max-width:600px) {
	.about-eba .education-info .education-info-img img {
		max-width: 500px
	}
}
.about-eba .education-info .education-info-img .grid-container, .about-eba .education-info .education-info-img .title, .about-eba .education-info .education-info-img .education-subtitle, .about-eba .education-info .education-info-img p, .about-eba .education-info .education-info-img strong {
	color: #fff
}
.about-eba .education-info .education-info-img .education-subtitle {
	margin: 32px 0 40px 46px
}
.about-eba .education-info .education-info-img .education-subtitle:before {
	background: #f4bd0c
}
.about-eba .education-info .education-info-img p {
	font-size: 16px
}
.about-eba .education-info .education-info-img h3 {
	font-size: 32px;
	font-family: "Roboto";
	font-weight: 700
}
.about-eba .education-info .education-info-img .bl-btn--big {
	margin: 26px 0
}
.about-eba .breadcrumbs:not(.slick-dots) {
	margin-top: 10px
}
.about-eba .breadcrumbs:not(.slick-dots) li, .about-eba .breadcrumbs:not(.slick-dots) a {
	color: #fff;
	transition: opacity .3s;
	font-size: 12px;
	font-family: "Roboto";
	line-height: 1
}
.about-eba .breadcrumbs:not(.slick-dots) er {
	color: #fff;
	opacity: .7
}
.about-eba .with-fade-img .education-info-text {
	padding-bottom: 30px;
	max-width: 770px !important;
	margin-bottom: 6px
}
.about-eba .with-fade-img .education-info-text .education-subtitle {
	margin: 32px 0 40px 44px
}
@media screen and (max-width:767px) {
	.about-eba .with-fade-img .education-info-text .education-subtitle {
		margin: 20px 0 20px 20px
	}
}
.about-eba .with-fade-img .education-info-text p {
	font-size: 16px;
	line-height: 1.9 !important
}
.about-eba .with-fade-img .education-info-text .bl-btn--big {
	background: 0 0;
	border-color: #fff !important;
	transition: all .3s;
	margin: 30px 0
}
.about-eba .with-fade-img .education-info-text .bl-btn--big span {
	color: #fff;
	transition: color .3s
}
.about-eba .with-fade-img .education-info-text .bl-btn--big:hover {
	background: #fff
}
.about-eba .with-fade-img .education-info-text .bl-btn--big:hover span {
	color: #7356af
}
.about-eba .our-vision {
	padding: 76px 0
}
@media all and (max-width:1200px) {
	.about-eba .our-vision {
		padding: 60px 0
	}
}
.about-eba .our-vision blockquote {
	margin: 0;
	font-size: 42px;
	font-family: "Roboto";
	font-weight: 300;
	max-width: 100%;
	line-height: 1.2;
	border-color: #0eb53d;
	border-width: 2px;
	padding: 5px 0;
	padding-left: 20px;
	color: #fff;
	position: relative
}
@media all and (max-width:1300px) {
	.about-eba .our-vision blockquote {
		width: calc(100% - 60px);
		margin-left: 60px
	}
}
@media all and (max-width:1200px) {
	.about-eba .our-vision blockquote br {
		display: none
	}
}
@media all and (max-width:800px) {
	.about-eba .our-vision blockquote {
		font-size: 32px
	}
}
@media all and (max-width:600px) {
	.about-eba .our-vision blockquote {
		font-size: 24px
	}
}
.quote-styling {
	position: absolute;
	left: -42px;
	top: 58%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(161, 160, 210, .1);
	height: 85px;
	width: 85px;
	display: inline-block;
	pointer-events: none
}
.quote-styling:before {
	content: '';
	position: absolute;
	left: -25px;
	bottom: 10px;
	background: rgba(161, 160, 210, .1);
	height: 100px;
	width: 100px;
	display: inline-block
}
.quote-styling:after {
	content: '';
	position: absolute;
	left: 35px;
	bottom: -10px;
	background: rgba(161, 160, 210, .1);
	height: 60px;
	width: 60px;
	display: inline-block
}
.black-section {
	background: #000;
	transition: all .5s;
	display: block;
	max-height: 1000px;
	overflow: hidden
}
.black-section .grid-container {
	position: relative;
	padding: 60px 0
}
.black-section iframe {
	width: 100%;
	height: 660px
}
@media all and (max-width:1024px) {
	.black-section iframe {
		height: 550px
	}
}
@media all and (max-width:700px) {
	.black-section iframe {
		height: 400px
	}
}
@media all and (max-width:600px) {
	.black-section iframe {
		height: 360px
	}
}
@media all and (max-width:500px) {
	.black-section iframe {
		height: 300px
	}
}
@media all and (max-width:450px) {
	.black-section iframe {
		height: 260px
	}
}
@media all and (max-width:400px) {
	.black-section iframe {
		height: 200px
	}
}
.black-section .close-open-button {
	position: absolute;
	right: 18px;
	top: 0;
	height: 40px;
	width: 40px;
	background: #1a1a1a;
	color: #fff;
	cursor: pointer;
	transition: background .3s
}
.black-section .close-open-button:hover {
	background: #252525
}
.black-section .close-open-button:before {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	position: absolute;
	transition: all .5s
}
section.closeet {
	max-height: 120px;
	overflow: hidden
}
section.closeet .breadcrumbs {
	padding-bottom: 10px
}
section.closeet+.black-section .close-open-button:before {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg)
}
.about-eba .breadcrumbs {
	transition: all .5s
}
.items-with-numbers {
	display: block;
	margin-top: 26px
}
.items-with-numbers .item {
	float: left;
	width: calc(33.3333% - 20px);
	margin-right: 30px;
	padding: 0 20px;
	margin-bottom: 15px;
	position: relative;
	z-index: 2
}
@media all and (max-width:700px) {
	.items-with-numbers .item {
		width: 100%;
		margin-right: 0;
		height: auto !important;
		margin-bottom: 40px;
		padding-right: 0
	}
}
.items-with-numbers .item h5 {
	color: #111;
	font-size: 21px;
	text-transform: uppercase;
	font-family: "Roboto";
	font-weight: 400;
	margin-bottom: 5px;
	letter-spacing: .2px
}
.items-with-numbers .item p {
	line-height: 1.7;
	font-size: 13px;
	margin-bottom: 0
}
.items-with-numbers .item .number {
	position: absolute;
	left: -30px;
	top: 15px;
	pointer-events: none;
	color: #f7f7f7;
	font-size: 170px;
	font-family: "OpenSans";
	font-weight: 700;
	line-height: 1;
	z-index: -1
}
@media all and (max-width:1260px) {
	.items-with-numbers .item .number {
		left: -15px
	}
}
.items-with-numbers .item:nth-of-type(3n) {
	margin-right: 0
}
.items-with-numbers:after {
	content: '';
	display: block;
	clear: both
}
.section-about {
	padding: 90px 0 0
}
.section-about:after {
	content: '';
	display: block;
	clear: both
}
.section-about h3 {
	text-transform: uppercase
}
.section-about .presentation-docs {
	margin-top: 10px
}
.section-about .presentation-docs .docs a {
	border-bottom: none;
	padding-left: 65px;
	width: calc(33.333% - 36px)
}
@media all and (max-width:640px) {
	.section-about .presentation-docs .docs a {
		width: calc(100% - 16px)
	}
}
.section-about .presentation-docs .docs a:nth-of-type(3n) {
	margin-right: 0
}
.section-about .block-number {
	float: right
}
.section-about .block-number a {
	text-decoration: none;
	border-bottom: none
}
.section-about .block-number-container .number-page {
	font-size: 0
}
.annual-report {
	padding-bottom: 80px
}
.annual-report, .vacantions {
	position: relative;
	display: block;
	margin-bottom: 45px;
	margin-top: 30px;
	margin-left: -15px;
	width: calc(100% + 30px)
}
.annual-report.vacancies_slider_js, .vacantions.vacancies_slider_js {
	margin-bottom: 0
}
.annual-report:after, .vacantions:after {
	content: '';
	display: block;
	clear: both
}
.annual-report .item, .vacantions .item {
	float: left;
	width: calc(33.333% - 30px);
	margin: 0 15px;
	border: 1px solid #f7f7f7 !important;
	height: 140px;
	position: relative;
	text-decoration: none
}
.annual-report .item .year, .annual-report .item .date, .annual-report .item .img, .vacantions .item .year, .vacantions .item .date, .vacantions .item .img {
	width: 41%;
	float: left;
	color: #1a28c5;
	text-align: center;
	height: 100%;
	transition: opacity .3s;
	overflow: hidden
}
.annual-report .item .year span, .annual-report .item .date span, .annual-report .item .img span, .vacantions .item .year span, .vacantions .item .date span, .vacantions .item .img span {
	position: relative;
	line-height: 1;
	font-family: "OpenSans";
	font-size: 48px;
	display: block;
	margin-top: 45px;
	padding-left: 18px
}
@media all and (max-width:1100px) {
	.annual-report .item .year span, .annual-report .item .date span, .annual-report .item .img span, .vacantions .item .year span, .vacantions .item .date span, .vacantions .item .img span {
		font-size: 38px;
		margin-top: 50px
	}
}
@media all and (max-width:900px) {
	.annual-report .item .year span, .annual-report .item .date span, .annual-report .item .img span, .vacantions .item .year span, .vacantions .item .date span, .vacantions .item .img span {
		font-size: 30px;
		margin-top: 55px
	}
}
.annual-report .item .title, .vacantions .item .title {
	width: 59%;
	float: left;
	position: relative;
	top: 52%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1.4;
	padding: 0 20px;
	color: #111
}
@media all and (max-width:1024px) {
	.annual-report .item .title, .vacantions .item .title {
		font-size: 14px
	}
}
.annual-report .item .hover, .vacantions .item .hover {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 40%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all .3s;
	background: #1a28c5;
	color: #fff
}
.annual-report .item .hover .tit, .vacantions .item .hover .tit {
	display: block;
	width: 100%;
	position: relative;
	top: 52%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-transform: uppercase;
	font-size: 11px;
	font-family: "Roboto";
	font-weight: 800;
	padding: 0 30px;
	padding-top: 20px;
	transition: color .3s
}
@media all and (max-width:1150px) {
	.annual-report .item .hover .tit, .vacantions .item .hover .tit {
		padding: 0 15px;
		padding-top: 20px
	}
}
@media all and (max-width:800px) {
	.annual-report .item .hover .tit, .vacantions .item .hover .tit {
		text-align: center
	}
}
.annual-report .item .hover .tit:before, .vacantions .item .hover .tit:before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	font-size: 13px;
	position: absolute;
	top: 5px;
	left: 15px;
	transition: left .3s
}
@media all and (max-width:1200px) {
	.annual-report .item .hover .tit:before, .vacantions .item .hover .tit:before {
		font-size: 12px
	}
}
@media all and (max-width:1150px) {
	.annual-report .item .hover .tit:before, .vacantions .item .hover .tit:before {
		left: 0
	}
}
@media all and (max-width:950px) {
	.annual-report .item .hover .tit:before, .vacantions .item .hover .tit:before {
		font-size: 10px
	}
}
@media all and (max-width:800px) {
	.annual-report .item .hover .tit:before, .vacantions .item .hover .tit:before {
		left: 40%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}
@media all and (max-width:600px) {
	.annual-report .item .hover .tit:before, .vacantions .item .hover .tit:before {
		font-size: 8px
	}
}
.annual-report .item:hover .hover, .vacantions .item:hover .hover {
	opacity: 1;
	visibility: visible
}
.annual-report .item:hover .title, .vacantions .item:hover .title {
	color: #1a28c5 !important
}
.annual-report .item:hover .tit:before, .vacantions .item:hover .tit:before {
	left: 30px
}
@media all and (max-width:1150px) {
	.annual-report .item:hover .tit:before, .vacantions .item:hover .tit:before {
		left: 15px
	}
}
@media all and (max-width:800px) {
	.annual-report .item:hover .tit:before, .vacantions .item:hover .tit:before {
		left: calc(50% + 5px);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}
@media all and (max-width:600px) {
	.annual-report .item:hover .tit:before, .vacantions .item:hover .tit:before {
		left: calc(50% - 2px)
	}
}
.annual-report .item:hover .year, .vacantions .item:hover .year {
	opacity: 0
}
.annual-report .slick-custom-arrows, .vacantions .slick-custom-arrows {
	position: static;
	text-align: right;
	margin: 25px 15px 0 0
}
.with-fade-img {
	padding: 40px 0;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	background-color: #0a1d33;
	margin-top: 56px
}
@media all and (max-width:1023px) {
	.with-fade-img {
		padding: 30px 0
	}
}
.with-fade-img:after {
	content: '';
	pointer-events: none;
	background: linear-gradient(to bottom, rgba(10, 29, 51, .9), #0a1d33);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.with-fade-img.grayscale:after {
	background: linear-gradient(to bottom, rgba(158, 158, 158, .8), #3a3a3a)
}
.with-fade-img+.with-fade-img {
	margin-top: 0 !important
}
.with-fade-img .grid-container {
	position: relative;
	z-index: 5
}
.with-fade-img .education-info-text .title, .with-fade-img .education-info-text .education-subtitle, .with-fade-img .education-info-text p {
	color: #fff;
	max-width: 800px
}
.with-fade-img .education-info-text .title {
	text-transform: uppercase
}
.with-fade-img .education-info-text .education-subtitle {
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 18px;

	font-weight: 500;
	max-width: 620px;
	margin-left: 48px;
	line-height: 1.5
}
.with-fade-img .education-info-text .education-subtitle:before {
	background: #f4bd0c
}
.with-fade-img .bl-btn--big {
	border-bottom: 2px solid #fff
}
.about-page .landing-member-container .education-title, .komitet-single .landing-member-container .education-title {
	color: #fff
}
.about-page .landing-member-container .landing-member-item, .komitet-single .landing-member-container .landing-member-item {
	display: -ms-flexbox;
	display: flex;
	float: left;
	width: calc(33.3333% - 20px);
	margin-right: 30px;
	min-height: 150px
}
.about-page .landing-member-container .landing-member-item:nth-of-type(3n), .komitet-single .landing-member-container .landing-member-item:nth-of-type(3n) {
	margin-right: 0
}
.about-page .landing-member-container .landing-member-item .img, .komitet-single .landing-member-container .landing-member-item .img {
	border: 5px solid #fff
}
.about-page .landing-member-container .landing-member-item .name, .komitet-single .landing-member-container .landing-member-item .name {
	color: #fff
}
.about-page-team {
	padding: 40px 0
}
.about-page-team h3 {
	text-transform: uppercase;
	margin-bottom: 28px
}
.about-page-team .landing-member .landing-member-item {
	font-size: 0
}
.about-page-team .landing-member .function {
	min-height: 32px;
	margin-bottom: 10px
}
.about-page-team .landing-member .text {
	position: relative;
	width: calc(100% - 130px);
	top: 2px
}
.about-page-team .landing-member .name {
	color: #111 !important;
	line-height: 1.1
}
.about-page-team .landing-member .position {
	font-size: 11px;
	color: #7356af;
	border-bottom: 1px solid rgba(0, 89, 224, .3);
	display: inline-block;
	line-height: 1.4;
	font-family: "OpenSans";
	margin-bottom: 10px
}
.about-page-team .landing-member .img {
	border: 0;
	border-radius: 0;
	height: 162px;
	border: 1px solid #e9e9e9 !important;
	width: 130px
}
.about-page-team .landing-member .small-ab {
	position: static;
	transition: all .3s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	margin-top: 15px
}
.about-page-team .landing-member .landing-member-item:hover .small-ab {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.vacantion-about-page h3 {
	margin-bottom: 20px
}
.vacantion-about-page .text-about p {
	font-size: 12px;

	letter-spacing: .4px;
	line-height: 1.7;
	padding-left: 32px;
	padding-right: 20px;
	margin-bottom: 4px
}
.vacantion-about-page .text-about .bl-btn--small {
	margin-left: 33px
}
.about-page-faq {
	padding: 20px 0
}
.about-page-faq h3 {
	margin-bottom: 28px;
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: .05px
}
.about-page-faq .fag-tabs .header-tabs {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px
}
@media all and (max-width:720px) {
	.about-page-faq .fag-tabs .header-tabs {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 20px;
		border-left: 1px solid #e9e9e9;
		border-top: 1px solid #e9e9e9
	}
}
@media all and (max-width:500px) {
	.about-page-faq .fag-tabs .header-tabs {
		margin-bottom: 10px
	}
}
.about-page-faq .fag-tabs .header-tabs .tab {
	float: left;
	width: 160px;
	height: 44px;
	text-align: center;
	padding-top: 10px;
	cursor: pointer;
	font-size: 14px;
	font-family: "Roboto";
	font-weight: 700;
	color: #a4a4a4;
	border: 1px solid #e9e9e9;
	border-right: none;
	transition: all .3s
}
@media all and (max-width:1024px) {
	.about-page-faq .fag-tabs .header-tabs .tab {
		font-size: 12px;
		padding-top: 12px
	}
}
@media all and (max-width:800px) {
	.about-page-faq .fag-tabs .header-tabs .tab {
		font-size: 11px
	}
}
@media all and (max-width:720px) {
	.about-page-faq .fag-tabs .header-tabs .tab {
		width: 33.333%;
		border: 0 !important;
		border-right: 1px solid #e9e9e9 !important;
		border-bottom: 1px solid #e9e9e9 !important
	}
}
.about-page-faq .fag-tabs .header-tabs .tab:last-of-type {
	border: 1px solid #e9e9e9
}
.about-page-faq .fag-tabs .header-tabs .tab.active {
	background: #7356af;
	border-color: #0049bb !important;
	color: #fff;
	box-shadow: inset 0 4px 4px rgba(0, 0, 0, .2)
}
.about-page-faq .fag-tabs .header-tabs .tab:hover {
	background: #7356af;
	border-color: #0049bb !important;
	color: #fff;
	box-shadow: inset 0 4px 4px rgba(0, 0, 0, .2)
}
.about-page-faq .fag-tabs .header-tabs:after {
	content: '';
	display: block;
	clear: both
}
.about-page-faq .fag-tabs .content-tabs {
	display: block
}
.about-page-faq .fag-tabs .content-tabs:after {
	content: '';
	display: block;
	clear: both
}
.about-page-faq .fag-tabs .content-tabs .tab {
	overflow: hidden;
	max-height: 0;
	transition: all .5s
}
.about-page-faq .fag-tabs .content-tabs .tab.active {
	max-height: 2000px
}
.about-page-faq .fag-tabs .content-tabs .tab h4 {
	font-size: 21px;
	font-family: "Roboto";
	font-weight: 700;
	margin-bottom: 22px;
	margin-top: 42px;
	letter-spacing: .05px
}
.about-page-faq .more-questions {
	margin: 0;
	margin-top: 18px;
	padding: 15px 30px;
	background: #fafafa;
	line-height: 1.4;
	font-family: "OpenSans";
	font-size: 11px;
	color: #111;
	letter-spacing: 1px
}
@media all and (max-width:600px) {
	.about-page-faq .more-questions {
		margin-bottom: 0
	}
}
.about-page-faq .more-questions .star {
	color: #7356af;
	margin-right: 3px;
	font-size: 12px
}
.section-about .load-more {
	border-bottom: none !important
}
.section-about .vacantions {
	margin-top: 40px
}
.section-about .vacantions .item .date {
	opacity: 1 !important;
	color: #fff
}
.section-about .vacantions .item:nth-child(n) .date {
	background: #1974ff
}
.section-about .vacantions .item:nth-child(n) .hover {
	background: #1974ff
}
.section-about .vacantions .item:nth-child(2n) .date {
	background: #1a28c5
}
.section-about .vacantions .item:nth-child(2n) .hover {
	background: #1a28c5
}
.section-about .vacantions .item:nth-child(3n) .date {
	background: #00388e
}
.section-about .vacantions .item:nth-child(3n) .hover {
	background: #00388e
}
.section-about .vacantions .item .date p {
	display: inline;
	color: #fff;
	font-size: 12px;
	font-family: "OpenSans";
	font-weight: 600
}
.section-about .text-about p {

	font-size: 12px;
	color: #111;
	margin-bottom: 5px
}
.section-about .text-about .bl-btn--small {
	width: 90px;
	height: 20px
}
.section-about .text-about .bl-btn--small span {
	font-size: 9px
}
.bl-btn--small.small-ab {
	width: 90px;
	height: 20px
}
.bl-btn--small.small-ab span {
	font-size: 9px
}
.section-about-map {
	display: block;
	position: relative;
	padding-bottom: 40px
}
@media all and (max-width:800px) {
	.section-about-map {
		padding-bottom: 0
	}
}
.section-about-map h3 {
	margin-top: 0;
	margin-bottom: 30px
}
.section-about-map .offices {
	display: block;
	border: 1px solid #e9e9e9;
	border-right: 0;
	max-width: 600px;
	z-index: 2;
	position: relative;
	background: #fff
}
@media all and (max-width:1024px) {
	.section-about-map .offices {
		max-width: 520px
	}
}
@media all and (max-width:900px) {
	.section-about-map .offices {
		max-width: 500px
	}
}
@media all and (max-width:800px) {
	.section-about-map .offices {
		max-width: 100%;
		margin-bottom: 10px
	}
}
.section-about-map .offices .street, .section-about-map .offices .phones, .section-about-map .offices .mail {
	position: relative
}
.section-about-map .offices .street:before, .section-about-map .offices .phones:before, .section-about-map .offices .mail:before {
	position: absolute;
	left: 7px;
	top: 6px;
	color: #7356af;
	font-size: 13px;
	line-height: 1
}
.section-about-map .offices .row .office:only-child {
	border-bottom: 0
}
.section-about-map .offices .office {
	float: left;
	width: 50%;
	padding: 15px 30px 24px;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	position: relative;
	cursor: pointer;
	transition: background .3s
}
.section-about-map .offices .office--img {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
.section-about-map .offices .office:hover {
	background: #f7f7f7
}
@media all and (max-width:500px) {
	.section-about-map .offices .office {
		padding: 20px 15px 20px
	}
}
@media all and (max-width:450px) {
	.section-about-map .offices .office {
		width: 100%
	}
}
.section-about-map .offices .office .border {
	transition: all .3s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none
}
@media all and (max-width:800px) {
	.section-about-map .offices .office .border {
		display: none
	}
}
.section-about-map .offices .office.active {
	cursor: default;
	pointer-events: none;
	background: #fff !important
}
.section-about-map .offices .office.active .street {
	pointer-events: none
}
.section-about-map .offices .office.active .border {
	border: 3px solid #7356af
}
.section-about-map .offices .office h5 {
	font-size: 15px;
	font-family: "Roboto";
	font-weight: 700;
	color: #111;
	line-height: 1.7;
	min-height: 56px;
	margin-bottom: 12px
}
@media all and (min-width:1025px) {
	.section-about-map .offices .office h5 {
		padding-right: 50px
	}
}
@media all and (max-width:600px) {
	.section-about-map .offices .office h5 {
		line-height: 1.4;
		font-size: 12px;
		min-height: 0
	}
}
.section-about-map .offices .office .street {
	min-height: 48px;
	padding-left: 40px
}
.section-about-map .offices .office .street:before {
	font-size: 18px;
	top: 2px
}
.section-about-map .offices .office .street a {
	font-size: 12px;

	color: #111;
	line-height: 1.4;
	display: block;
	border-bottom: none;
	-webkit-text-decoration-style: dotted;
	text-decoration-style: dotted;
	transition: color .3s
}
.section-about-map .offices .office .street er {
	color: #7356af
}
.section-about-map .offices .office .phones {
	display: block;
	margin-top: 28px;
	margin-bottom: 25px;
	min-height: 54px;
	padding-left: 40px;
	font-size: 16px
}
@media all and (max-width:1024px) {
	.section-about-map .offices .office .phones {
		font-size: 12px
	}
}
@media all and (max-width:600px) {
	.section-about-map .offices .office .phones {
		margin-top: 25px;
		margin-bottom: 10px
	}
}
.section-about-map .offices .office .phones:before {
	font-size: 16px
}
.section-about-map .offices .office .phones span {
	display: block
}
.section-about-map .offices .office .mail {
	padding-left: 40px
}
.section-about-map .offices .office .mail:before {
	top: 9px;
	font-size: 12px
}
.section-about-map .offices .office .mail a {
	font-size: 13px;

	line-height: 1.4;
	margin-bottom: 10px
}
@media all and (max-width:1024px) {
	.section-about-map .offices .office .mail a {
		font-size: 12px
	}
}
@media all and (max-width:600px) {
	.section-about-map .offices .office .mail a {
		border-bottom: none !important
	}
}
.section-about-map .offices .row:after {
	content: '';
	clear: both;
	display: block
}
.section-about-map .offices .row:nth-of-type(1) .office {
	border-top: none
}
.section-about-map .offices:after {
	content: '';
	clear: both;
	display: block
}
.section-about-map .map {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 250px);
	background: #f5f5f5;
	margin-bottom: 0
}
@media all and (max-width:800px) {
	.section-about-map .map {
		display: none
	}
}
main.map .education-info.without-breadcrumbs {
	padding-top: 0 !important
}
.with-fade-img .landing-member-container .landing-member-item {
	margin-bottom: 10px !important
}
.with-fade-img .landing-member-container .landing-member-item:hover .small-ab {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1
}
.with-fade-img .landing-member-container .landing-member-item .function {
	margin-bottom: 9px
}
.with-fade-img .landing-member-container .landing-member-item .line {
	margin: 9px 0
}
.with-fade-img .landing-member-container .landing-member-item .small-ab {
	margin-top: 5px;
	-webkit-transform: translate(0, 13px);
	transform: translate(0, 13px);
	opacity: 0;
	background: 0 0 !important
}
.with-fade-img .landing-member-container .landing-member-item .small-ab span {
	color: #fff !important
}
.with-fade-img .landing-member-container .landing-member-item .small-ab:hover {
	background: #7356af !important
}
.with-fade-img .landing-member-container .landing-member-item .text {
	top: 48%;
	position: relative;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-right: 0;
	padding-top: 0
}
@media all and (max-width:1100px) {
	.with-fade-img .landing-member-container .landing-member-item .text {
		top: 0;
		position: relative;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
.with-fade-img .landing-member-container .landing-member-item .text .name {
	letter-spacing: .3px
}
@media all and (max-width:1100px) {
	.with-fade-img .landing-member-container .landing-member-item .img {
		width: 100px;
		height: 100px;
		vertical-align: top
	}
	.with-fade-img .landing-member-container .landing-member-item .text {
		width: calc(100% - 105px);
		padding-right: 0;
		padding-top: 0
	}
}
@media all and (max-width:960px) {
	.with-fade-img .landing-member-container .landing-member-item {
		width: calc(50% - 15px);
		margin-right: 30px
	}
	.with-fade-img .landing-member-container .landing-member-item:nth-of-type(3n) {
		margin-right: 30px
	}
	.with-fade-img .landing-member-container .landing-member-item:nth-of-type(2n) {
		margin-right: 0
	}
}
@media all and (max-width:580px) {
	.with-fade-img .landing-member-container .landing-member-item {
		width: 100%;
		margin-right: 0;
		min-height: 100px
	}
}
.about-page-team {
	padding-bottom: 20px
}
@media all and (max-width:1100px) {
	.about-page-team .landing-member-container .landing-member-item .img {
		width: 100px;
		vertical-align: top
	}
	.about-page-team .landing-member-container .landing-member-item .text {
		width: calc(100% - 105px);
		padding-right: 0
	}
	.about-page-team .landing-member-container .landing-member-item .text .position {
		display: inline
	}
}
@media all and (max-width:960px) {
	.about-page-team .landing-member-container .landing-member-item {
		width: calc(50% - 15px);
		margin-right: 30px
	}
	.about-page-team .landing-member-container .landing-member-item:nth-of-type(3n) {
		margin-right: 30px
	}
	.about-page-team .landing-member-container .landing-member-item:nth-of-type(2n) {
		margin-right: 0
	}
}
@media all and (max-width:600px) {
	.about-page-team .landing-member-container .landing-member-item {
		width: 100%;
		margin-right: 0;
		height: auto !important
	}
}
@media all and (max-width:600px) {
	.section-about p a {
		display: inline !important
	}
}
@media all and (max-width:1023px) {
	.section-about .load-more svg {
		height: 30px
	}
}
@media all and (max-width:760px) {
	.section-about .load-more svg {
		top: 5px;
		left: 20px
	}
}
.about-page-team.about-page {
	padding: 55px 0
}
@media all and (max-width:760px) {
	.about-page-team.about-page {
		padding: 35px 0
	}
}
.about-page-team.about-page .landing-member-item .img {
	height: 130px;
	background-position: top center
}
@media all and (max-width:600px) {
	.with-fade-img .animate-block--delay-200, .with-fade-img .animate-block--delay-400, .section-about .animate-block--delay-200, .section-about .animate-block--delay-400, .education-info .animate-block--delay-200, .education-info .animate-block--delay-400 {
		transition-delay: 0s !important
	}
}
@media all and (max-width:600px) {
	.with-fade-img .bl-btn--big, .section-about .bl-btn--big, .education-info .bl-btn--big {
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.with-fade-img .block-number, .section-about .block-number, .education-info .block-number {
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		float: left
	}
}
.archive-page-companies {
	margin-bottom: 80px
}
.archive-page-vacancies .breadcrumbs, .archive-page-companies .breadcrumbs {
	margin-bottom: 25px
}
.archive-page-vacancies .content-rules ul, .archive-page-companies .content-rules ul {
	margin: 15px 0
}
.archive-page-vacancies .content-rules ul li, .archive-page-companies .content-rules ul li {
	font-size: 12px;
	margin-left: 20px
}
@media all and (max-width:600px) {
	.archive-page-vacancies .content-rules ul li, .archive-page-companies .content-rules ul li {
		margin-left: 0
	}
}
.archive-page-vacancies .content-rules ul li:before, .archive-page-companies .content-rules ul li:before {
	top: 3px
}
.archive-page-vacancies .content-rules ul li:after, .archive-page-companies .content-rules ul li:after {
	top: 7px
}
.archive-page-vacancies .content-rules h3, .archive-page-companies .content-rules h3 {
	font-size: 40px;
	margin-top: 0
}
.archive-page-vacancies .content-rules blockquote, .archive-page-companies .content-rules blockquote {
	padding-top: 0;
	padding-bottom: 0
}
.archive-page-vacancies .work-search .load-more, .archive-page-companies .work-search .load-more {
	border: 0 !important
}
.archive-page-vacancies .work-search .search-input, .archive-page-companies .work-search .search-input {
	width: calc(100% - 400px);
	float: left;
	position: relative
}
@media all and (max-width:800px) {
	.archive-page-vacancies .work-search .search-input, .archive-page-companies .work-search .search-input {
		width: calc(100% - 250px)
	}
}
@media all and (max-width:520px) {
	.archive-page-vacancies .work-search .search-input, .archive-page-companies .work-search .search-input {
		width: 100%
	}
}
.archive-page-vacancies .work-search .search-input .drop-down, .archive-page-companies .work-search .search-input .drop-down {
	position: absolute;
	top: 75px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-top: 0;
	z-index: 20
}
.archive-page-vacancies .work-search .search-input .drop-down li, .archive-page-companies .work-search .search-input .drop-down li {
	padding: 14px 20px;
	color: #a8a8a8;
	font-family: "OpenSans";
	font-size: 14px;
	text-transform: uppercase;
	transition: all .3s;
	border-bottom: 1px solid #e8e8e8;
	cursor: pointer
}
.archive-page-vacancies .work-search .search-input .drop-down li:last-of-type, .archive-page-companies .work-search .search-input .drop-down li:last-of-type {
	border-bottom: 0
}
.archive-page-vacancies .work-search .search-input .drop-down li:first-of-type, .archive-page-companies .work-search .search-input .drop-down li:first-of-type {
	border-top: 1px solid #e8e8e8
}
.archive-page-vacancies .work-search .search-input .drop-down li:hover, .archive-page-companies .work-search .search-input .drop-down li:hover {
	background: #f7f7f7;
	color: #111
}
.archive-page-vacancies .work-search .search-input:before, .archive-page-companies .work-search .search-input:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 10px;
	font-size: 42px
}
@media all and (max-width:600px) {
	.archive-page-vacancies .work-search .search-input:before, .archive-page-companies .work-search .search-input:before {
		font-size: 26px
	}
}
.archive-page-vacancies .work-search .search-input input, .archive-page-companies .work-search .search-input input {
	display: block;
	width: 100%;
	height: 60px;
	border: 0;
	background: #f5f5f5;
	color: #757575;
	font-size: 24px;
	padding: 18px 70px;
	font-size: 24px;
	color: #757575;

	font-weight: 300
}
@media all and (max-width:600px) {
	.archive-page-vacancies .work-search .search-input input, .archive-page-companies .work-search .search-input input {
		height: 40px;
		padding: 10px 70px;
		font-size: 20px
	}
}
.archive-page-vacancies .work-search .clear-input, .archive-page-companies .work-search .clear-input {
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 8px
}
@media all and (max-width:600px) {
	.archive-page-vacancies .work-search .clear-input, .archive-page-companies .work-search .clear-input {
		top: 0
	}
}
.archive-page-vacancies .work-search .clear-input:before, .archive-page-companies .work-search .clear-input:before {
	position: absolute;
	top: 57%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 18px;
	transition: opacity .3s
}
.archive-page-vacancies .work-search .clear-input:hover:before, .archive-page-companies .work-search .clear-input:hover:before {
	opacity: .5
}
.archive-page-vacancies .work-search .search-input.active .drop-down, .archive-page-companies .work-search .search-input.active .drop-down {
	top: 59px;
	opacity: 1;
	visibility: visible
}
@media all and (max-width:600px) {
	.archive-page-vacancies .work-search .search-input.active .drop-down, .archive-page-companies .work-search .search-input.active .drop-down {
		top: 39px
	}
}
.archive-page-vacancies .work-search .resume:after, .archive-page-companies .work-search .resume:after {
	content: '';
	display: table;
	clear: both
}
.archive-page-vacancies .work-search .search-dropdown, .archive-page-companies .work-search .search-dropdown {
	width: 370px;
	margin-left: 30px;
	margin-top: 0;
	margin-bottom: 0
}
@media all and (max-width:800px) {
	.archive-page-vacancies .work-search .search-dropdown, .archive-page-companies .work-search .search-dropdown {
		width: 220px
	}
}
@media all and (max-width:520px) {
	.archive-page-vacancies .work-search .search-dropdown, .archive-page-companies .work-search .search-dropdown {
		width: 100%;
		margin-left: 0;
		margin-top: 15px
	}
}
.archive-page-vacancies .work-search .search-dropdown .filter, .archive-page-companies .work-search .search-dropdown .filter {
	margin-left: 0;
	width: 100%;
	height: 60px
}
@media all and (max-width:600px) {
	.archive-page-vacancies .work-search .search-dropdown .filter, .archive-page-companies .work-search .search-dropdown .filter {
		height: 40px
	}
}
.archive-page-vacancies .work-search .search-dropdown .filter .title, .archive-page-companies .work-search .search-dropdown .filter .title {
	margin-top: 22px
}
@media all and (max-width:600px) {
	.archive-page-vacancies .work-search .search-dropdown .filter .title, .archive-page-companies .work-search .search-dropdown .filter .title {
		margin-top: 12px
	}
}
.archive-page-vacancies .work-search .search-dropdown .filter .drop-down, .archive-page-companies .work-search .search-dropdown .filter .drop-down {
	top: 75px
}
.archive-page-vacancies .work-search .search-dropdown .filter .drop-down li, .archive-page-companies .work-search .search-dropdown .filter .drop-down li {
	padding: 22px 20px
}
@media all and (max-width:600px) {
	.archive-page-vacancies .work-search .search-dropdown .filter .drop-down li, .archive-page-companies .work-search .search-dropdown .filter .drop-down li {
		padding: 12px 20px
	}
}
.archive-page-vacancies .work-search .search-dropdown .filter.active .drop-down, .archive-page-companies .work-search .search-dropdown .filter.active .drop-down {
	top: 59px
}
@media all and (max-width:600px) {
	.archive-page-vacancies .work-search .search-dropdown .filter.active .drop-down, .archive-page-companies .work-search .search-dropdown .filter.active .drop-down {
		top: 39px
	}
}
.archive-page-vacancies .work-search .search-wrap, .archive-page-companies .work-search .search-wrap {
	float: left;
	width: 100%;
	margin-bottom: 15px
}
.archive-page-vacancies .work-search .search-wrap h4, .archive-page-companies .work-search .search-wrap h4 {
	font-size: 18px;
	color: #111;
	font-family: "Roboto";
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 40px
}
.archive-page-vacancies .work-search .tags, .archive-page-companies .work-search .tags {
	float: left;
	width: 100%;
	margin-bottom: 35px
}
.archive-page-vacancies .work-search .tags .title, .archive-page-companies .work-search .tags .title {

	font-size: 13px;
	color: #111;
	margin-right: 15px
}
.archive-page-vacancies .work-search .tags a, .archive-page-companies .work-search .tags a {

	font-size: 13px;
	color: #999;
	margin-right: 15px;
	transition: color .3s;
	margin-bottom: 7px
}
.archive-page-vacancies .work-search .tags a:before, .archive-page-companies .work-search .tags a:before {
	content: '#'
}
.archive-page-vacancies .work-search .tags er, .archive-page-companies .work-search .tags er {
	color: #222
}
.archive-page-vacancies .work-search .search-results, .archive-page-companies .work-search .search-results {

	font-size: 16px;
	color: #111;
	float: left;
	width: 100%;
	margin-bottom: 18px
}
.archive-page-vacancies .work-search .resume-container .resume, .archive-page-companies .work-search .resume-container .resume {
	margin-bottom: 15px
}
.archive-page-vacancies .work-search .resume-container .resume-item, .archive-page-companies .work-search .resume-container .resume-item {
	padding: 15px 22px 10px
}
.archive-page-vacancies .work-search .resume-container .resume-item .img, .archive-page-companies .work-search .resume-container .resume-item .img {
	padding: 0 15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%
}
.archive-page-vacancies .work-search .resume-container .resume-item .img img, .archive-page-companies .work-search .resume-container .resume-item .img img {
	max-height: 100%;
	width: 100%
}
.archive-page-vacancies .work-search .resume-container .resume-item .position, .archive-page-companies .work-search .resume-container .resume-item .position {
	color: #999
}
@media all and (max-width:1023px) {
	.archive-page-vacancies .work-search .load-more svg, .archive-page-companies .work-search .load-more svg {
		height: 30px
	}
}
@media all and (max-width:760px) {
	.archive-page-vacancies .work-search .load-more svg, .archive-page-companies .work-search .load-more svg {
		top: 3px;
		left: 20px
	}
}
.archive-page-companies .breadcrumbs {
	margin-bottom: 35px
}
.archive-page-companies .content-rules h3 {
	line-height: 1;
	margin-bottom: 8px
}
.archive-page-companies .content-rules h4 {

	color: #111;
	font-size: 18px;
	margin-top: 0;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 45px
}
.archive-page-companies .search-top {
	float: left;
	width: 100%;
	margin-bottom: 30px
}
.archive-page-companies .search-top .search-results {
	margin-bottom: 26px
}
.archive-page-companies .vacantions-wrap .vacantions {
	margin-bottom: 15px
}
.archive-page-companies .vacantions-wrap .vacantions .item {
	margin-bottom: 30px
}
@media all and (max-width:1024px) {
	.archive-page-companies .vacantions-wrap .vacantions .item {
		width: calc(50% - 10px);
		margin-right: 20px
	}
	.archive-page-companies .vacantions-wrap .vacantions .item:nth-of-type(3n) {
		margin-right: 20px !important
	}
	.archive-page-companies .vacantions-wrap .vacantions .item:nth-of-type(2n) {
		margin-right: 0 !important
	}
}
@media all and (max-width:700px) {
	.archive-page-companies .vacantions-wrap .vacantions .item {
		margin-right: 0 !important;
		width: 100%;
		transition-delay: 0s
	}
}
.archive-page-companies .vacantions-wrap .vacantions .item .img img {
	max-width: calc(100% - 20px);
	max-height: calc(100% - 20px);
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.archive-page-companies .vacantions-wrap .vacantions .item:hover {
	border-color: #c2c2c2 !important
}
.archive-page-companies .vacantions-wrap .vacantions .item .title {
	padding-top: 18px;
	padding-bottom: 30px;
	top: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	height: 100%
}
@media all and (max-width:400px) {
	.archive-page-companies .vacantions-wrap .vacantions .item .title {
		font-size: 14px
	}
}
.archive-page-companies .vacantions-wrap .vacantions .item .title span {
	color: #999;
	font-size: 13px;
	font-family: "OpenSans";
	display: block
}
.archive-page-companies .vacantions-wrap .vacantions .item .title span.link {
	color: #7356af;
	font-size: 11px;
	font-family: "OpenSans";
	position: absolute;
	left: 20px;
	bottom: 15px;
	max-width: 180px
}
.archive-page-companies .vacantions-wrap .vacantions .item:nth-of-type(3n) {
	margin-right: 0
}
.archive-page-companies .search-wrap {
	margin-bottom: 8px !important
}
@media all and (max-width:800px) {
	.archive-page-companies .search-wrap .search-input {
		width: calc(100% - 400px)
	}
}
@media all and (max-width:660px) {
	.archive-page-companies .search-wrap .search-input {
		width: 100%;
		margin-bottom: 20px
	}
}
@media all and (max-width:400px) {
	.archive-page-companies .search-wrap .search-input {
		margin-bottom: 10px
	}
}
.archive-page-companies .search-wrap .search-dropdown {
	width: 180px
}
.archive-page-companies .search-wrap .search-dropdown:last-of-type {
	margin-left: 10px
}
@media all and (max-width:400px) {
	.archive-page-companies .search-wrap .search-dropdown:last-of-type {
		margin-left: 0;
		margin-top: 10px;
		position: relative;
		z-index: 0
	}
}
@media all and (max-width:660px) {
	.archive-page-companies .search-wrap .search-dropdown {
		margin: 0;
		width: calc(50% - 5px)
	}
}
@media all and (max-width:400px) {
	.archive-page-companies .search-wrap .search-dropdown {
		width: 100%
	}
}
.archive-page-companies .search-wrap>.title {
	float: left;
	width: 100%
}
.archive-page-companies .search-wrap>.title div {
	max-width: 780px
}
.archive-page-companies .search-wrap>.title h4 {
	float: left
}
.archive-page-companies .search-wrap>.title a {
	float: right;
	margin-bottom: 15px;
	margin-top: 40px;

	font-size: 13px;
	color: #7356af;
	transition: border-color .3s;
	border-bottom: 1px solid #fff;
	position: relative;
	top: 4px
}
.archive-page-companies .search-wrap>.title er {
	border-color: #7356af
}
@media all and (max-width:360px) {
	.archive-page-companies .search-wrap>.title a {
		display: block;
		width: 100%;
		margin-top: 0
	}
}
.archive-page-companies .characters {
	margin-bottom: 36px;
	display: block;
	font-size: 0;
	float: left;
	width: 100%
}
.archive-page-companies .characters a {
	font-size: 15px;
	color: #111;

	text-transform: uppercase;
	line-height: 1;
	padding: 8px 9px;
	transition: all .3s;
	min-width: 27px;
	text-align: center
}
.archive-page-companies .characters er {
	color: #fff;
	background: #1a27c5
}
.archive-page-companies .characters a.active {
	color: #fff;
	background: #1a27c5
}
.speaker-container {
	float: left;
	margin-bottom: 50px;
	width: 100%
}
.speaker-container .sliders-counter {
	position: absolute;
	right: 25px;
	top: 30px;
	z-index: 1;
	line-height: 1;
	color: #555;
	font-size: 12px
}
.speaker-container .sliders-counter .current {
	font-size: 44px;
	font-family: "OpenSans";
	font-weight: 300
}
@media all and (max-width:1060px) {
	.speaker-container .reviews-slider-arrows {
		width: 250px !important
	}
}
@media all and (max-width:600px) {
	.speaker-container .reviews-slider-arrows {
		width: 100% !important;
		margin-top: 20px !important
	}
}
@media all and (max-width:550px) {
	.speaker-container .name-prof {
		padding-right: 25px !important
	}
	.speaker-container .name-prof .prof {
		padding-right: 0 !important
	}
}
.speaker-container:after {
	content: '';
	display: block;
	clear: both
}
.speaker-container .slick-list {
	margin: 0 !important
}
.speaker-container .grid-container {
	padding: 0
}
.speaker-container .speaker-slider .speaker-item {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px
}
.speaker-container .speaker-slider .text p {
	text-align: left
}
.speaker-container .speaker-slider .prof {
	padding-right: 120px
}
.speaker-container .speaker-slider-nav {
	width: 50%;
	float: left
}
@media all and (max-width:600px) {
	.speaker-container .speaker-slider-nav {
		width: 100%
	}
}
.speaker-container .speaker-slider-nav .item {
	text-align: center;
	cursor: pointer;
	padding: 0 10px;
	outline: 0;
	font-size: 0
}
.speaker-container .speaker-slider-nav .item .name {
	font-size: 13px;
	font-family: "Roboto";
	font-weight: 700;
	line-height: 1.4;
	word-break: initial
}
.speaker-container .speaker-slider-nav .item img {
	width: 50px;
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-bottom: 10px;
	transition: border-color .3s
}
.speaker-container .speaker-slider-nav .item.slick-current img {
	border-color: #f3d139
}
.speaker-container .speaker-slider-nav .item:hover img {
	border-color: #f3d139
}
.speaker-container .reviews-slider-arrows {
	position: relative;
	bottom: 0;
	float: right;
	width: 40%
}
.speaker-container .reviews-slider-arrows .slick-arrow {
	height: 44px
}
.dotted {
	border-bottom: 1px dotted #2b73e1
}
.del-on-programing--pixel-perfect {
	margin-bottom: 52px !important;
	margin-top: 46px !important
}
.section-about.section-about-vacantion .text-about {
	margin-left: 30px;
	margin-right: 25px
}
.section-about.section-about-vacantion .text-about p {
	line-height: 1.7;
	margin-top: 18px;
	letter-spacing: .4px
}
.section-about.section-about-vacantion .vacantions {
	margin-top: 30px;
	margin-bottom: 62px
}
.section-about.section-about-vacantion .vacantions .email {
	position: relative;
	margin-top: 10px;
	display: block;
	top: 8px
}
.section-about.section-about-vacantion .vacantions .email span {
	font-size: 11px;
	font-family: "OpenSans";
	color: #053fd8;
	line-height: 1;
	border-bottom: 1px solid #b6cef0
}
.section-about.section-about-vacantion .vacantions .date span {
	font-size: 44px;
	font-family: "OpenSans";
	font-weight: 600;
	margin-top: 48px;
	padding-left: 0
}
.hidden-content {
	display: none
}
.content-modal-wrap {
	width: 100vw;
	height: 100vh;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	background: rgba(0, 0, 0, .6);
	z-index: 1000;
	top: 0;
	overflow-y: auto;
	padding-left: 30px;
	padding-right: 30px
}
@media all and (max-width:480px) {
	.content-modal-wrap {
		padding-left: 0;
		padding-right: 0
	}
}
.content-modal-wrap .close-plate {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1
}
.content-modal-wrap .content-modal {
	position: absolute;
	display: block;
	top: calc(50% + 20px);
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 1170px;
	width: 96%;
	background: #fff;
	padding: 40px;
	transition: all .3s;
	max-height: 98vh;
	overflow: auto;
	z-index: 2
}
.content-modal-wrap .content-modal .close {
	display: inline-block;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer
}
.content-modal-wrap .content-modal .close:before, .content-modal-wrap .content-modal .close:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 2px;
	background: #687282;
	transition: background .3s
}
.content-modal-wrap .content-modal .close:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}
.content-modal-wrap .content-modal .close:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}
.content-modal-wrap .content-modal .close:hover:after {
	background: #666
}
.content-modal-wrap .content-modal .close:hover:before {
	background: #666
}
.content-modal-wrap .content-modal-title {
	font-size: 28px;
	line-height: 1;
	letter-spacing: -.5px;
	font-family: var(--secondaryFont);
	font-weight: 700
}
.content-modal-wrap .content-modal-subtitle {
	font-size: 22px;
	line-height: 1;
	font-family: var(--secondaryFont);
	font-weight: 700
}
.content-modal-wrap.active {
	opacity: 1;
	visibility: visible
}
.content-modal-wrap.active .content-modal {
	top: calc(50% + 40px)
}
.content-modal-wrap.send-email-modal .consultation .tabs-content-item input, .content-modal-wrap.send-email-modal .consultation .tabs-content-item textarea {
	color: #111
}
.spoiler-content {
	max-height: 0;
	overflow: hidden;
	transition: all .3s;
	display: block
}
.spoiler-content .the-content {
	color: #fff;
	font-size: 16px
}
form.radio-tabs .control__indicator {
	border-radius: 50%
}
form.radio-tabs .control__indicator:after {
	content: '';
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #7356af;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	transition: all .3s;
	opacity: 0
}
form.radio-tabs input:checked+.control__indicator:after {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1)
}
.education-tabs {
	padding-top: 35px
}
.education-tabs .calendar-description {
	max-height: 0;
	overflow: hidden;
	display: block;
	padding-top: 0 !important;
	transition: all .4s;
	opacity: 0
}
.education-tabs .calendar-description.active {
	max-height: 2000px;
	opacity: 1
}
.education-tabs .calendar-description .bl-btn--big {
	float: left
}
.archive-page-news .news-section .row {
	display: block;
	width: 100%;
	margin: 0
}
.archive-page-news .news-section .row .img-block {
	margin-left: 0
}
.archive-page-news .load-more {
	display: inline-block;
	margin-top: 20px
}
.blur-landing-banner-section {
	overflow: hidden
}
.content-rules .bl-btn--big.btn--big-border {
	border: 1px solid #fff !important;
	background: 0 0
}
.content-rules .bl-btn--big.btn--big-border span {
	color: #fff
}
.content-rules .bl-btn--big.btn--big-border:hover {
	background: #fff
}
.content-rules .bl-btn--big.btn--big-border:hover span {
	color: #7356af
}
.map-contact-adress-phone .fb, .map-contact-adress-phone .mail {
	max-width: calc(100% - 30px)
}
.map-contact-adress-phone .fb span, .map-contact-adress-phone .mail span {
	white-space: nowrap;
	max-width: 100%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis
}
.without-breadcrumbs {
	padding-top: 60px !important
}
@media screen and (max-width:760px) {
	.without-breadcrumbs {
		padding-top: 40px !important
	}
}
.without-breadcrumbs.close {
	padding-top: 40px !important
}
.calendar-filter-container .calendar-filter-subcategory-wrap {
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	overflow: hidden;
	transition: all .3s
}
.calendar-filter-container .calendar-filter-subcategory-wrap.active {
	opacity: 1;
	visibility: visible;
	max-height: 400px;
	overflow: visible
}
.calendar-filter-container .calendar-filter-subcategory-wrap label {
	display: none !important
}
.calendar-filter-container .calendar-filter-subcategory-wrap .active-item {
	display: block !important
}
.btns-wrap {
	width: 100%;
	float: left
}
.btns-wrap a {
	float: left;
	margin: 0 10px 10px 0
}
.content-rules .decom_dop_bloc a {
	border-bottom: none
}
.post-small .img-block__top {
	margin-bottom: 15px
}
.go-up-btn {
	position: fixed;
	bottom: 50px;
	width: 70px;
	height: 40px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	opacity: 0;
	visibility: hidden;
	right: -70px;
	transition: all .3s;
	cursor: pointer;
	background: #7356af;
	color: #fff;
	z-index: 9999
}
@media all and (max-width:700px) {
	.go-up-btn {
		display: none
	}
}
.go-up-btn:before {
	content: '\eA63';
	position: absolute;
	top: 48%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 16px;
	font-size: 10px
}
.go-up-btn.active {
	right: -20px;
	opacity: 1;
	visibility: visible
}
.go-up-btn:hover {
	right: -14px
}
.single-event-map {
	width: 100%;
	height: 400px
}
@media screen and (max-width:500px) {
	.single-event-map {
		height: 300px
	}
}
.archive-page-vacancies .search-dropdown .drop-down-search {
	padding: 0 !important;
	height: 40px;
	background: #fff !important;
	position: relative;
	position: absolute;
	top: 75px;
	width: calc(100% + 2px);
	left: -1px;
	border: 1px solid #e8e8e8;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	z-index: 2
}
.archive-page-vacancies .search-dropdown .drop-down-search:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 20px;
	color: #a8a8a8
}
.archive-page-vacancies .search-dropdown .drop-down-search input {
	border: 0;
	height: 100%;
	width: 100%;
	padding: 6px;
	padding-left: 45px
}
.archive-page-vacancies .search-dropdown .drop-down {
	max-height: 296px;
	overflow: hidden;
	overflow: auto;
	top: 115px !important
}
.archive-page-vacancies .search-dropdown .filter.active .drop-down {
	top: 97px !important
}
.archive-page-vacancies .search-dropdown .filter.active .drop-down-search {
	top: 58px;
	opacity: 1;
	visibility: visible
}
.calendar-top-block {
	float: left
}
.calendar-top-block .control--checkbox {
	clear: both
}
.calendar-top-block .education-info-text {
	width: calc(100% - 330px) !important
}
@media screen and (max-width:760px) {
	.calendar-top-block .education-info-text {
		width: 100% !important
	}
}
.calendar-top-block .education-info-text .calendar-description {
	display: -ms-flexbox;
	display: flex
}
@media screen and (max-width:1200px) {
	.calendar-top-block .education-info-text .calendar-description {
		display: block
	}
	.calendar-top-block .education-info-text .calendar-description .calendar-description-content {
		float: left
	}
	.calendar-top-block .education-info-text .calendar-description .sidebar {
		margin-left: 30px
	}
}
@media screen and (max-width:1200px) and (max-width:1200px) {
	.calendar-top-block .education-info-text .calendar-description .sidebar {
		margin-top: 30px
	}
}
.datamodal {
	position: fixed;
	background: rgba(0, 0, 0, .9);
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -10;
	opacity: 0;
	max-height: 0;
	display: -ms-flexbox;
	display: flex;
	overflow: auto;
	transition: 0s linear .3s, opacity .3s
}
.datamodal.active {
	z-index: 1000;
	opacity: 1;
	max-height: 3000px;
	transition: 0s linear 0s, opacity .3s
}
.datamodal .modalclose {
	display: block
}
.modalclose {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	height: 100%;
	display: none
}
.one-item.reviews-slider .speaker-slider-nav, .one-item.reviews-slider .reviews-slider-arrows {
	display: none !important
}
.arrange-meeting-with-company-form:not(.no-flex) {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.arrange-meeting-with-company-form .item-100 {
	width: 100%;
	margin-bottom: 10px
}
.arrange-meeting-with-company-form .item-50 {
	width: calc(50% - 5px);
	margin-bottom: 10px
}
.arrange-meeting-with-company-form .item-50:nth-child(even) {
	margin-right: 10px
}
@media screen and (max-width:760px) {
	.arrange-meeting-with-company-form .item-50 {
		width: 100%;
		margin-right: 0 !important
	}
}
.arrange-meeting-with-company-form .info {
	width: 100%;
	font-size: 12px
}
.arrange-meeting-with-company-form>button {
	margin: 20px auto 0
}
.business-school-container.business-school-container-block .business-school-items {
	width: 100%;
	margin-left: 0
}
.business-school-container.business-school-container-block .business-school-items .business-school-item {
	margin-left: 0;
	margin-right: 30px;
	min-height: 180px;
	float: left;
	width: calc(20% - 24px)
}
@media screen and (max-width:1024px) {
	.business-school-container.business-school-container-block .business-school-items .business-school-item {
		width: calc(25% - 23px)
	}
}
@media screen and (max-width:760px) {
	.business-school-container.business-school-container-block .business-school-items .business-school-item {
		width: calc(33.3% - 20px);
		min-height: 140px
	}
}
@media screen and (max-width:550px) {
	.business-school-container.business-school-container-block .business-school-items .business-school-item {
		width: calc(50% - 15px)
	}
}
.business-school-container.business-school-container-block .business-school-items .business-school-item:nth-of-type(5n) {
	margin-right: 0
}
@media screen and (max-width:1024px) {
	.business-school-container.business-school-container-block .business-school-items .business-school-item:nth-of-type(5n) {
		margin-right: 30px
	}
}
@media screen and (max-width:1024px) {
	.business-school-container.business-school-container-block .business-school-items .business-school-item:nth-of-type(4n) {
		margin-right: 0
	}
}
@media screen and (max-width:760px) {
	.business-school-container.business-school-container-block .business-school-items .business-school-item:nth-of-type(4n) {
		margin-right: 30px
	}
}
@media screen and (max-width:760px) {
	.business-school-container.business-school-container-block .business-school-items .business-school-item:nth-of-type(3n) {
		margin-right: 0
	}
}
@media screen and (max-width:550px) {
	.business-school-container.business-school-container-block .business-school-items .business-school-item:nth-of-type(3n) {
		margin-right: 30px
	}
}
@media screen and (max-width:550px) {
	.business-school-container.business-school-container-block .business-school-items .business-school-item:nth-of-type(2n) {
		margin-right: 0
	}
}
.responsive-menu .icon-logout {
	font-size: 11px;
	padding: 8px 10px 8px 20px
}
.responsive-menu .icon-logout:before {
	font-size: 15px;
	margin-right: 6px;
	top: -2px;
	position: relative
}
.modal__flip--sign-up .fields .input-cover {
	position: relative
}
.modal__flip--sign-up .fields .input-cover input+div {
	position: absolute;
	top: calc(100% + 10px);
	width: 100%;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-top: 0;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	z-index: 2;
	max-height: 200px;
	overflow: auto
}
.modal__flip--sign-up .fields .input-cover input+div li {
	padding: 8px 10px;
	padding-top: 12px;
	line-height: 1;
	transition: background-color .3s;
	cursor: pointer
}
.modal__flip--sign-up .fields .input-cover input+div li:hover {
	background: #f3f3f3
}
.modal__flip--sign-up .fields .input-cover div.modal-suggest-company-active:not(.lgnztr-company-suggest) {
	visibility: visible;
	opacity: 1;
	top: 100%
}
.movie {
	margin: 60px 0
}
@media screen and (max-width:760px) {
	.movie {
		display: none
	}
}
.movie .screen {
	position: relative;
	width: 100%;
	text-align: center
}
.movie .screen img {
	max-width: 100%;
	height: auto;
	margin: auto;
	display: block
}
.movie .screen .screen-title {
	text-transform: uppercase;
	color: #111;
	position: absolute;
	font-size: 18px;
	top: 35px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2
}
.movie .seats {
	margin-top: 30px
}
.movie .seats .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}
.movie .seats .seat {
	font-family: "Roboto";
	position: relative;
	width: 30px;
	height: 40px;
	margin: 5px;
	border: 2px solid #7356af;
	border-radius: 3px;
	color: #7356af;
	background: #fff;
	font-size: 16px;
	white-space: nowrap;
	padding-top: 12px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	transition: .3s
}
@media screen and (max-width:1200px) {
	.movie .seats .seat {
		margin: 2px;
		font-size: 14px;
		width: 24px;
		height: 32px;
		padding-top: 4px;
		border-radius: 2px
	}
}
@media screen and (max-width:760px) {
	.movie .seats .seat {
		font-size: 10px;
		width: 15px;
		height: 26px;
		border-width: 1px
	}
}
@media screen and (max-width:450px) {
	.movie .seats .seat {
		margin: 1px
	}
}
.movie .seats .seat .row-num {
	position: absolute;
	top: 3px;
	left: 3px;
	font-size: 10px;
	line-height: 1;
	opacity: .8
}
@media screen and (max-width:760px) {
	.movie .seats .seat .row-num {
		display: none
	}
}
.movie .seats .seat:hover {
	color: #fff;
	background: #7356af
}
.movie .seats .seat.grayed-out, .movie .seats .seat.taken {
	border: 2px solid #f7f7f7
}
.movie .seats .seat.grayed-out:before, .movie .seats .seat.taken:before {
	font-family: "iconFont" !important;
	display: inline-block;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0 0 transparent;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	content: '\eA02';
	color: #ddd;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.movie .seats .seat.grayed-out:after, .movie .seats .seat.taken:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f7f7f7;
	z-index: 2
}
.movie .seats .seat.taken {
	cursor: default
}
.movie .seats.numeration-rtl .row {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
.content-tabs.row .items {
	width: 100%
}
.personal-cabinet .profile-tabs {
	position: relative
}
.personal-cabinet .profile-tabs .header-tabs {
	padding-right: 80px
}
@media screen and (max-width:500px) {
	.personal-cabinet .profile-tabs .header-tabs {
		padding-right: 54px
	}
}
.personal-cabinet .profile-tabs:after {
	content: '';
	display: block;
	clear: both
}
.personal-cabinet .slider-arrows {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 44px;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: none;
	transform: none
}
@media screen and (max-width:500px) {
	.personal-cabinet .slider-arrows {
		width: 54px
	}
}
.personal-cabinet .slider-arrows .slider-arrows-prev, .personal-cabinet .slider-arrows .slider-arrows-next {
	position: relative;
	width: 50%;
	height: 100%;
	border: 1px solid #eaeaea;
	background: #fff;
	cursor: pointer;
	transition: .25s
}
.personal-cabinet .slider-arrows .slider-arrows-prev:before, .personal-cabinet .slider-arrows .slider-arrows-next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 13px;
	color: #a6a6a6
}
.personal-cabinet .slider-arrows .slider-arrows-prev:hover, .personal-cabinet .slider-arrows .slider-arrows-next:hover {
	background: #f7f7f7
}
.personal-cabinet .slider-arrows .slider-arrows-prev:hover:before, .personal-cabinet .slider-arrows .slider-arrows-next:hover:before {
	color: #111
}
.personal-cabinet .slider-arrows .slider-arrows-prev {
	border-right: none
}
table.default-table {
	table-layout: fixed;
	width: 100%;
	border: 0 !important
}
table.default-table tr {
	border: 0 !important
}
table.default-table tr td {
	border: 0 !important;
	padding: 10px 15px !important
}
.single-page .news {
	clear: both
}
.single-page .presentation-docs .docs .doc {
	width: calc(33.333% - 36px);
	margin-bottom: 0
}
@media screen and (max-width:1023px) {
	.single-page .presentation-docs .docs .doc {
		width: calc(33.333% - 31px)
	}
}
.single-page .presentation-docs, .single-page .news {
	background: #fff;
	position: relative
}
.content-modal-send-email .item-50 {
	margin-bottom: 15px;
	width: calc(50% - 10px);
	margin-right: 20px;
	float: left
}
@media screen and (max-width:600px) {
	.content-modal-send-email .item-50 {
		width: 100%;
		margin-right: 0
	}
}
.content-modal-send-email .item-50:nth-of-type(2n) {
	margin-right: 0
}
.content-modal-send-email input:not([type=checkbox]) {
	display: block;
	height: 44px;
	border: 1px solid #e8e8e8 !important;
	background-color: #f7f7f7;
	color: #111;
	font-family: "OpenSans";
	font-size: 16px;
	font-weight: 300;
	padding: 12px 20px 10px;
	width: 100%
}
.content-modal-send-email input:not([type=checkbox]).disabled {
	border-color: #e42029 !important
}
.spec-proposition-form textarea {
	display: block;
	height: 120px;
	border: 1px solid #e8e8e8 !important;
	background-color: #f7f7f7;
	color: #111;
	font-family: "OpenSans";
	font-size: 16px;
	font-weight: 300;
	padding: 12px 20px 10px;
	width: 100%;
	resize: none;
	margin-bottom: 10px
}
.spec-proposition-form label {
	display: block;
	width: 100%;
	margin-bottom: 15px
}
.spec-proposition-form .control {
	position: relative;
	padding: 5px 0 2px 30px
}
.spec-proposition-form .control .control__indicator {
	background: #f7f7f7;
	border: 1px solid #e8e8e8
}
.spec-proposition-form .control .control__indicator:after {
	border-color: #7356af
}
.spec-proposition-form input {
	margin-bottom: 10px
}
.spec-proposition-form .info {
	margin-top: 20px
}
.spec-proposition-form .selectric-wrapper {
	margin-bottom: 10px
}
.spec-proposition-form .spec-proposition-order-field-tip {
	color: rgba(0, 0, 0, .5);
	margin-bottom: 20px
}
.spec-proposition-form p {
	line-height: 1.5
}
.poll-form {
	margin-bottom: 20px
}
.poll-form .poll-person-select {
	margin-bottom: 30px;
	max-width: 570px
}
.poll-form .poll-person-about {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center
}
.poll-form .poll-person-about .bl-btn--small {
	width: 220px;
	margin-top: 9px
}
.poll-form .poll-person-about .person-company-name {
	font-weight: 500;
	opacity: .7;
	font-size: 14px;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 4px;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	margin-top: -13px
}
.poll-form .poll-person-about .person-full-name {
	font-size: 18px;
	-ms-flex: 1;
	flex: 1
}
.poll-form textarea {
	display: block;
	height: 120px;
	border: 1px solid #e8e8e8 !important;
	background-color: #f7f7f7;
	color: #111;
	font-family: "OpenSans";
	font-size: 16px;
	font-weight: 300;
	padding: 12px 20px 10px;
	width: 100%;
	resize: none;
	margin-bottom: 10px
}
.poll-form label {
	display: block;
	width: 100%;
	margin-bottom: 5px
}
.poll-form .control {
	position: relative;
	padding: 5px 0 2px 30px
}
.poll-form .control .control__indicator {
	background: #f7f7f7;
	border: 1px solid #e8e8e8
}
.poll-form .control .control__indicator:after {
	border-color: #7356af
}
.poll-form input {
	margin-bottom: 10px
}
.poll-form input:not([type=checkbox]) {
	display: block;
	height: 44px;
	border: 1px solid #e8e8e8 !important;
	background-color: #f7f7f7;
	color: #111;
	font-family: "OpenSans";
	font-size: 16px;
	font-weight: 300;
	padding: 12px 20px 10px;
	width: 100%
}
.poll-form input:not([type=checkbox]).disabled {
	border-color: #e42029 !important
}
.poll-form .info {
	margin-top: 20px
}
.poll-form .selectric-wrapper {
	margin-bottom: 10px
}
.poll-form .selectric-wrapper.selectric-open {
	z-index: 9999
}
.poll-form .selectric-wrapper ul {
	margin: 0
}
.poll-form .selectric-wrapper ul li {
	margin: 0
}
.poll-form .selectric-wrapper ul li:before, .poll-form .selectric-wrapper ul li:after {
	display: none
}
.poll-form .poll-field-tip {
	color: rgba(0, 0, 0, .5);
	margin-bottom: 30px
}
.poll-form p {
	line-height: 1.5
}
.btn-wrap {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 20px
}
.bl-btn-default {
	position: relative;
	background: #fff;
	border: 2px solid #7356af;
	transition: .25s;
	cursor: pointer;
	width: 240px;
	height: 44px;
	margin-left: auto;
	margin-right: auto
}
.bl-btn-default span {
	position: absolute;
	top: 52%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #7356af;
	text-transform: uppercase;
	font-family: "Roboto";
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	transition: .25s
}
.bl-btn-default:hover {
	background: #7356af
}
.bl-btn-default:hover span {
	color: #fff
}
.error-shake {
	-webkit-animation: kf_shake .4s 1 linear;
	animation: kf_shake .4s 1 linear
}
@-webkit-keyframes kf_shake {
	0% {
		-webkit-transform: translate(20px);
		transform: translate(20px)
	}
	20% {
		-webkit-transform: translate(-20px);
		transform: translate(-20px)
	}
	40% {
		-webkit-transform: translate(10px);
		transform: translate(10px)
	}
	60% {
		-webkit-transform: translate(-15px);
		transform: translate(-15px)
	}
	80% {
		-webkit-transform: translate(5px);
		transform: translate(5px)
	}
	to {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}
@keyframes kf_shake {
	0% {
		-webkit-transform: translate(20px);
		transform: translate(20px)
	}
	20% {
		-webkit-transform: translate(-20px);
		transform: translate(-20px)
	}
	40% {
		-webkit-transform: translate(10px);
		transform: translate(10px)
	}
	60% {
		-webkit-transform: translate(-15px);
		transform: translate(-15px)
	}
	80% {
		-webkit-transform: translate(5px);
		transform: translate(5px)
	}
	to {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}
.propozition-items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media screen and (max-width:460px) {
	.propozition-items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.propozition-items .education-subtitle {
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 20px;
	margin-bottom: 20px;
	margin-left: 0;
	max-width: 360px;
	text-align: center
}
@media screen and (max-width:460px) {
	.propozition-items .education-subtitle {
		-ms-flex-positive: 0;
		flex-grow: 0;
		max-width: 100%;
		width: 100%
	}
}
.propozition-items .education-subtitle img {
	max-width: 100%
}
.propozition-items .education-subtitle:before {
	display: none
}
.propozition-items .education-subtitle__title {
	font-size: 16px;
	display: block;
	width: 100%
}
@media screen and (max-width:460px) {
	.propozition-items .education-subtitle__title {
		font-size: 14px
	}
}
body .footer-question {
	position: fixed;
	bottom: 0;
	right: 80px;
	z-index: 2;
	max-width: 480px
}
@media screen and (max-width:500px) {
	body .footer-question {
		right: 10px;
		max-width: calc(100vw - 20px)
	}
}
@media screen and (max-width:500px) {
	body .footer-question.open .content {
		padding: 10px 20px 10px
	}
}
body .footer-question .img {
	position: relative;
	height: 80px !important;
	width: 80px;
	right: 0;
	border-radius: 50%;
	margin-left: 20px;
	float: right
}
body .footer-question .left {
	width: calc(100% - 170px);
	float: left
}
@media screen and (max-width:500px) {
	body .footer-question .left {
		width: 100%
	}
}
body .footer-question .name, body .footer-question .prof, body .footer-question .number, body .footer-question .email, body .footer-question .button {
	float: left;
	width: 100%;
	max-width: 100% !important;
	margin-bottom: 0
}
body .footer-question .number, body .footer-question .email, body .footer-question .button {
	float: left;
	max-width: 100% !important;
	width: 100%;
	line-height: 1.6
}
@media screen and (max-width:500px) {
	body .footer-question .prof, body .footer-question .number {
		margin-top: 3px
	}
}
body .footer-question .button {
	margin-top: 14px;
	float: right;
	width: 170px
}
@media screen and (max-width:500px) {
	body .footer-question .button {
		float: left;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}
.featured-events-slider-container.single-page-event .top-content .featured-event-item {
	margin-bottom: 30px
}
.featured-events-slider-container.single-page-event .top-content .featured-event-item:after {
	content: '';
	display: block;
	clear: both
}
.featured-events-slider-container.single-page-event .top-content .img {
	width: 370px;
	height: 270px;
	margin-right: 30px;
	overflow: hidden
}
@media screen and (max-width:800px) {
	.featured-events-slider-container.single-page-event .top-content .img {
		width: 100%;
		margin-bottom: 20px;
		height: auto;
		min-height: 280px
	}
}
.featured-events-slider-container.single-page-event .top-content .img img {
	max-width: 100%;
	width: 100%;
	top: 0;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}
@media screen and (max-width:800px) {
	.featured-events-slider-container.single-page-event .top-content .img img {
		position: relative
	}
}
.featured-events-slider-container.single-page-event .top-content .right-side {
	width: calc(100% - 400px)
}
@media screen and (max-width:800px) {
	.featured-events-slider-container.single-page-event .top-content .right-side {
		width: 100%
	}
}
.featured-events-slider-container.single-page-event .top-content .right-side .featured-event-title {
	font-family: "GothamPro-Medium", "Arial", sans-serif;
	color: #111;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 1.4
}
.featured-events-slider-container.single-page-event .top-content .right-side ul li {
	width: auto;
	margin-bottom: 20px;
	margin-right: 35px
}
.featured-events-slider-container.single-page-event .top-content .right-side ul li span {
	margin-right: 5px !important
}
.featured-events-slider-container.single-page-event .top-content .right-side .bl-btn--small {
	float: left
}
.featured-events-slider-container.single-page-event .top-content .right-side .address {
	margin-top: 0
}
.featured-events-slider-container.single-page-event .top-content .slick-arrow {
	border: 1px solid #eaeaea;
	background: #fff;
	position: absolute;
	height: 42px;
	width: 150px;
	bottom: -35px;
	transition: all .2s;
	font-size: 0 !important
}
@media screen and (max-width:600px) {
	.featured-events-slider-container.single-page-event .top-content .slick-arrow {
		width: 120px
	}
}
.featured-events-slider-container.single-page-event .top-content .slick-arrow:before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 12px;
	color: #aaa;
	line-height: 0;
	transition: .2s;
	content: '\eA16';
	font-family: "iconFont" !important;
	display: inline-block;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0 0 transparent;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none
}
.featured-events-slider-container.single-page-event .top-content .slick-arrow:hover {
	background-color: rgba(172, 172, 172, .1)
}
.featured-events-slider-container.single-page-event .top-content .slick-arrow:hover:before {
	color: #000
}
.featured-events-slider-container.single-page-event .top-content .slick-arrow.slick-prev {
	right: 150px
}
@media screen and (max-width:600px) {
	.featured-events-slider-container.single-page-event .top-content .slick-arrow.slick-prev {
		right: 120px
	}
}
.featured-events-slider-container.single-page-event .top-content .slick-arrow.slick-prev:before {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg)
}
.featured-events-slider-container.single-page-event .top-content .slick-arrow.slick-next {
	right: 0;
	border-left: 0
}
.section-title {
	margin-top: 60px !important;
	margin-bottom: 40px !important
}
.section-title h3 {
	font-size: 32px;
	text-transform: uppercase
}
@media screen and (max-width:600px) {
	.section-title h3 {
		font-size: 32px
	}
}
.section-title+.featured-events-slider-container {
	margin-top: 0
}
.label-text {
	background: #7356af;
	position: absolute;
	right: 0;
	top: 10px;
	padding: 8px 20px 5px 20px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	z-index: 2;
	text-transform: uppercase
}
.partners-slider-new .items a {
	width: 150px;
	float: left;
	height: 70px;
	margin-bottom: 20px;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
.partners-slider-new .items a img {
	max-width: 95%;
	max-height: 95%;
	width: 115px;
	transition: all .2s;
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}
.partners-slider-new .items er img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}
.galery-right-partners {
	margin-top: 40px;
	margin-bottom: 55px
}
.galery-right-partners .slick-custom-arrows {
	bottom: -44px
}
.galery-right-partners h3 {
	margin-top: 0;
	margin-bottom: 10px
}
.about-company .bl-btn--small {
	width: auto;
	padding: 6px 24px;
	max-width: 100%
}
.about-company .bl-btn--small span {
	position: static;
	left: 0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	margin: 0;
	max-width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis
}
.socials a.tg:hover {
	background: #08c !important
}
.resume-container .load-more svg {
	top: 9px;
	left: 0
}
.about-company ul {
	max-width: 508px
}
@media screen and (max-width:720px) {
	.about-company ul {
		max-width: 100%
	}
}
.about-company li .bl-btn--small {
	padding: 6px 13px;
	height: auto;
	min-width: 160px
}
@media screen and (max-width:720px) {
	.about-company li .bl-btn--small {
		width: 100%
	}
}
.about-company li .bl-btn--small span {
	white-space: inherit;
	height: auto
}
.about-company li .bl-btn--small:first-of-type {
	margin-right: 10px
}
@media screen and (max-width:720px) {
	.about-company li .bl-btn--small:first-of-type {
		margin-right: 0
	}
}
.about-company li:last-of-type {
	display: -ms-flexbox;
	display: flex
}
@media screen and (max-width:720px) {
	.about-company li:last-of-type {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
@media screen and (max-width:604px) {
	.content-modal-wrap #user-privacy-policy-notification {
		height: 74% !important
	}
}
.content-modal-wrap .control--checkbox {
	position: relative;
	width: 100%;
	padding-left: 30px;
	padding-top: 3px;
	margin-top: 20px;
	margin-bottom: 20px
}
.modal-battons {
	text-align: center;
	float: left;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
@media screen and (max-width:604px) {
	.modal-battons {
		width: 100%
	}
}
.modal-battons:after {
	content: '';
	display: block;
	clear: both
}
.modal-battons .bl-btn-default {
	float: left;
	margin-bottom: 10px
}
.modal-battons .bl-btn-default.disabled {
	border-color: #a4a4a4 !important;
	pointer-events: none
}
.modal-battons .bl-btn-default.disabled span {
	color: #a4a4a4 !important
}
@media screen and (max-width:604px) {
	.modal-battons .bl-btn-default {
		height: 34px;
		width: 100%
	}
}
.modal-battons .btn-next {
	margin-right: 20px
}
.modal-battons .log-out {
	display: inline-block;
	border: 2px solid #7356af
}
.modal__flip--sign-up-step-2 {
	padding: 35px 30px 30px !important
}
.modal__flip--sign-up-step-2 .sign-modal__footer .control--checkbox {
	float: left;
	width: 100%;
	position: relative;
	padding-left: 30px;
	padding-top: 3px;
	margin-bottom: 20px;
	text-align: left;
	margin-top: 10px;
	font-size: 15px
}
.seats--new .row .seat {
	border-radius: 38px;
	min-width: 38px;
	height: 38px;
	padding: 2px;
	border: 4px solid #fff !important;
	background: #9dde4e;
	margin: 2px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .1);
	color: #fff
}
.seats--new .row .seat.taken {
	background: #ff4f4f
}
.seats--new .row .seat.taken:before, .seats--new .row .seat.taken:after {
	display: none
}
.movie--new {
	position: relative
}
.movie--new .screen {
	height: 45px
}
.movie--new .aside-row {
	width: 40px;
	position: absolute;
	left: -20px;
	top: 75px;
	text-align: center
}
.movie--new .aside-row--right {
	left: auto;
	right: -20px
}
.movie--new .aside-row span {
	display: inline-block;
	min-width: 38px;
	height: 38px;
	padding: 2px;
	margin: 2px;
	color: #999;
	padding: 6px 0
}
@media screen and (max-width:1200px) {
	.member-news-slider .logo-block {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}
@media screen and (max-width:1200px) {
	.member-news-slider .logo-block a {
		display: inline-block;
		text-align: center;
		height: auto
	}
}
@media screen and (max-width:1200px) {
	.member-news-slider .logo-block a img {
		max-height: 80px;
		width: auto;
		display: inline-block;
		height: auto;
		max-width: 100%
	}
}
.business-school-item .text {
	font-size: 12px !important
}
.browser-safari #js__join-association-form-step-4 .dublicate-block .dublicate-block-btn {
	top: 2px;
	position: relative
}
.lgnztr-company .lgnztr-company-suggest {
	visibility: hidden !important;
	opacity: 0 !important;
	top: calc(100% + 10px) !important
}
.lgnztr-company.active+.lgnztr-company-suggest {
	visibility: visible !important;
	opacity: 1 !important;
	top: 100% !important
}
.company-search-block {
	position: relative
}
.company-search-block input {
	padding-left: 30px !important;
	border: 0 !important;
	height: 40px !important
}
.company-search-block:before {
	position: absolute;
	top: 52%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 10px;
	font-size: 15px;
	color: #999
}
#lgnztr-company-suggest-list li {
	padding: 8px 10px;
	padding-top: 10px;
	font-size: 14px
}
#lgnztr-company {
	cursor: pointer !important
}
.page-template-template-vacancies .home-education {
	margin-top: 20px;
	margin-bottom: -10px
}
.blogroll .date {
	text-align: right;
	position: relative;
	top: -15px;
	color: #333;
	font-size: 14px
}
.blogroll .date .date-day {
	font-size: 18px
}
.map-contact-container .grid-container {
	position: relative
}
.map-contact-container.close {
	height: 40px;
	visibility: hidden
}
.close-open-button-js_map {
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .8);
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: .3s
}
@media all and (max-width:1200px) {
	.close-open-button-js_map {
		right: 40px
	}
}
@media all and (max-width:768px) {
	.close-open-button-js_map {
		display: none
	}
}
.close-open-button-js_map.active {
	top: 0;
	visibility: visible;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.close-open-button-js_map:hover {
	background: #fff
}
.close-open-button-js_map:before {
	font-size: 12px;
	color: #ccc;
	transition: .3s
}
.btn-vac {
	position: relative;
	background: #fff;
	border: 2px solid #7356af;
	-webkit-transition: .3s;
	cursor: pointer;
	min-width: 152px;
	text-align: center;
	padding: 15px 27px 14px;
	color: #7356af;
	font-size: 14px;
	line-height: 1;
	height: 50px;
	transition: .3s;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	margin: 0 auto 45px 0
}
.btn-vac:hover {
	color: #fff
}
.date-voice-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px
}
.date-voice-container .date {
	position: static;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap
}
.date-voice-container .voice-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	border: 0;
	outline: 0;
	transition: .3s ease;
	background: 0 0
}
.date-voice-container .voice-container:hover {
	opacity: .8
}
.date-voice-container .voice-circle {
	width: 50px;
	height: 50px;
	background-color: #edeff3;
	border-radius: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 8px;
	transition: .3s ease
}
.date-voice-container .voice-text {
	font-family: var(--secondaryFont);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	color: #005fff;
	display: none
}
.date-voice-container .voice-text.active {
	display: block
}
.date-voice-container:hover .voice-circle {
	background-color: #005fff
}
.date-voice-container:hover .voice-circle * {
	fill: #fff
}
.voice-circle .icon-voice {
	display: block
}
.voice-circle .icon-stop-voice {
	display: none
}
.voice-circle.active .icon-voice {
	display: none
}
.voice-circle.active .icon-stop-voice {
	display: block
}
.post-controls {
	margin: 0 !important;
	display: none;
	-ms-flex-align: center;
	align-items: center
}
.post-controls li {
	padding: 0 !important;
	margin: 0 !important;
	-ms-flex: 1;
	flex: 1
}
.post-controls li:before, .post-controls li:after {
	display: none !important
}
.post-controls li+li {
	padding-left: 8px !important
}
.post-controls a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: var(--secondaryFont);
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700
}
.post-controls a svg {
	margin: -2px 12px 0 0
}
.post-controls__filled {
	background-color: #7356af;
	color: #fff !important;
	padding: 10px 15px 8px;
	border-bottom: 0 !important
}
.post-controls__bordered {
	color: #7356af !important;
	border: 4px solid #e8f2fd !important;
	padding: 6px 15px 4px
}
@media all and (max-width:820px) {
	.post-controls {
		display: -ms-flexbox;
		display: flex
	}
}
@media all and (max-width:820px) {
	.post-comments, .post-share {
		display: none
	}
}
.post-cta {
	display: none;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 0 !important;
	margin-top: 30px
}
.post-cta__text {
	display: inline-block;
	font-size: 24px;
	line-height: 26px;
	color: #111;
	font-weight: 400;
	font-family: var(--secondaryFont);
	position: relative;
	margin-left: 10px
}
.post-cta__flyer {
	-webkit-transform: translate(-130px, 100px) rotate(110deg) scale(.3);
	transform: translate(-130px, 100px) rotate(110deg) scale(.3);
	transition: 1.2s all ease-in-out .2s
}
.post-cta__flyer.is-animated {
	-webkit-transform: translate(0, 0) rotate(0deg) scale(1);
	transform: translate(0, 0) rotate(0deg) scale(1)
}
@media all and (max-width:820px) {
	.post-cta {
		display: -ms-flexbox;
		display: flex
	}
}
.post-comments #decomments-comment-section.decomments-comment-section.decomments-comment-section .decomments-addform .decomments-addform-head .decomments-affilate-link {
	width: 100px
}
.post-comments #decomments-comment-section.decomments-comment-section.decomments-comment-section .svg {
	max-width: 100% !important;
	height: auto
}
@media all and (max-width:820px) {
	.single-page-post.js_post-container .socials {
		display: none
	}
}
.section-margin .news__title {
	margin-top: 0
}
.section-margin .news, .section-margin .email-subscribe, .section-margin>section {
	margin: 80px 0
}
@media screen and (max-width:1023px) {
	.section-margin .news, .section-margin .email-subscribe, .section-margin>section {
		margin: 60px 0
	}
}
@media screen and (max-width:767px) {
	.section-margin .news, .section-margin .email-subscribe, .section-margin>section {
		margin: 40px 0
	}
}
.has-footer-question {
	margin-bottom: 130px !important
}
@media screen and (max-width:760px) {
	.has-footer-question {
		margin-bottom: 80px !important
	}
}
.education {
	display: block
}
.education .news {
	float: none
}
.education .testimonials {
	margin: 0
}
.education-margin {
	margin: 80px 0
}
@media screen and (max-width:1023px) {
	.education-margin {
		margin: 60px 0
	}
}
@media screen and (max-width:767px) {
	.education-margin {
		margin: 40px 0
	}
}
.page-nav {
	position: relative;
	width: 100%;
	z-index: 3
}
.education-title {
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight: 500;
	line-height: 32px;
	/*text-transform: uppercase;*/
	display: block;
	margin-bottom: 32px
}
.education-title2 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	/*text-transform: uppercase;*/
	display: block;


}
.education-title3 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	/*text-transform: uppercase;*/
	display: block;
	margin-bottom: 25px;

}
.education-title4 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
	/*text-transform: uppercase;*/
	display: block;
	margin-bottom: 25px;

}
@media screen and (max-width:1023px) {
	.education-title {
		font-size: 24px;
		line-height: 1.2;
		margin-bottom: 30px
	}
}
@media screen and (max-width:767px) {
	.education-title {
		font-size: 20px
	}
}
@media screen and (max-width:559px) {
	.education-title {
		font-size: 17px;
		margin-bottom: 20px
	}
}
.education-subtitle {
	padding: 0 24px;
	padding-right: 100px;
	position: relative;
	font-family: var(--primaryFont);
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 25px 44px
}
@media screen and (max-width:1023px) {
	.education-subtitle {
		font-size: 16px;
		margin: 20px 0 20px 30px
	}
}
@media screen and (max-width:767px) {
	.education-subtitle {
		font-size: 14px;
		line-height: 22px;
		padding-right: 0;
		margin: 20px 0 20px 20px
	}
}
.education-subtitle:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 5px;
	height: 100%;
	background: #2D2243
}
.education-subtitle-small {
	position: relative;
	font-family: var(--primaryFont);
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 20px 45px;
	padding: 8px 25px
}
@media screen and (max-width:767px) {
	.education-subtitle-small {
		margin-left: 0;
		font-size: 14px
	}
}
.education-subtitle-small:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 5px;
	height: 100%;
	background: #37618f
}
.education-info {
	position: relative;
	overflow: hidden;
	padding: 0 0 24px;
	transition: .3s;
	margin-top: 0 !important
}
.education-info .education-subtitle {
	font-size: 16px;
	line-height: 28px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	margin: 25px 0 25px 44px
}
@media screen and (max-width:1023px) {
	.education-info .education-subtitle {
		font-size: 16px;
		margin: 20px 0 20px 30px
	}
}
@media screen and (max-width:767px) {
	.education-info .education-subtitle {
		font-size: 14px;
		line-height: 22px;
		margin: 20px 0
	}
}
.education-info.next-block-on-this {
	padding-bottom: 200px;
	margin-bottom: -251px
}
@media screen and (max-width:405px) {
	.education-info.next-block-on-this {
		padding-bottom: 220px
	}
}
.education-info.next-block-on-this .education-info-text {
	margin-bottom: 24px
}
.education-info .breadcrumbs {
	padding-bottom: 36px;
	margin-bottom: 0;
	transition: .3s
}
@media screen and (max-width:1023px) {
	.education-info .breadcrumbs {
		padding-bottom: 50px
	}
}
@media screen and (max-width:767px) {
	.education-info .breadcrumbs {
		padding-bottom: 25px
	}
}
.education-info.with-sidebar .education-info-text {
	float: left;
	width: calc(100% - 370px);
	padding-right: 30px
}
@media screen and (max-width:960px) {
	.education-info.with-sidebar .education-info-text {
		width: 100%;
		padding-right: 0
	}
}
.education-info.education-info-blue-bg {
	padding-bottom: 50px
}
.education-info.education-info-blue-bg .breadcrumbs a {
	color: #fff
}
.education-info.education-info-blue-bg .breadcrumbs er {
	color: rgba(255, 255, 255, .7)
}
.education-info.education-info-blue-bg .breadcrumbs er:before {
	color: #fff
}
.education-info.education-info-blue-bg .breadcrumbs a:before {
	color: #fff
}
.education-info.education-info-blue-bg .breadcrumbs li:last-of-type {
	color: #fff
}
.education-info.education-info-blue-bg .education-subtitle {
	color: #fff
}
.education-info.education-info-blue-bg .education-info-img:before {}
.education-info.education-info-blue-bg .education-info-text .title {
	color: #fff;
	margin-bottom: 20px;
	font-size: 40px;
	line-height: 36px;
	weight: 500 !important;
	font-family: 'Roboto', sans-serif;
}
@media screen and (max-width:1023px) {
	.education-info.education-info-blue-bg .education-info-text .title {
		font-size: 30px;
		line-height: 34px
	}
}
.education-info.education-info-blue-bg .education-info-text a {
	color: #b6cef0
}
.education-info.education-info-blue-bg .education-info-text er {
	color: #0059e0
}
.education-info.education-info-blue-bg .education-info-text p {
	color: #fff
}
.education-info.education-info-blue-bg .education-info-text .bl-btn--big, .education-info.education-info-blue-bg .education-info-text .gr-btn--big, .education-info.education-info-blue-bg .education-info-text .wh-btn--big {
	width: 300px;
	margin-top: 90px
}
@media screen and (max-width:1023px) {
	.education-info.education-info-blue-bg .education-info-text .bl-btn--big, .education-info.education-info-blue-bg .education-info-text .gr-btn--big, .education-info.education-info-blue-bg .education-info-text .wh-btn--big {
		margin-top: 60px
	}
}
@media screen and (max-width:767px) {
	.education-info.education-info-blue-bg .education-info-text .bl-btn--big, .education-info.education-info-blue-bg .education-info-text .gr-btn--big, .education-info.education-info-blue-bg .education-info-text .wh-btn--big {
		width: 280px;
		margin-top: 20px
	}
}
.education-info.education-info-docs .education-info-text {
	margin-bottom: 50px
}
@media screen and (max-width:1023px) {
	.education-info.education-info-docs .education-info-text {
		margin-bottom: 0
	}
}
.education-info .grid-container {
	position: relative;
	z-index: 2
}
.education-info .close-open-button {
	position: absolute;
	right: 20px;
	bottom: -24px;
	background: rgba(255, 255, 255, .8);
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: .3s
}
.education-info .close-open-button:hover {
	background: #fff
}
.education-info .close-open-button:before {
	font-size: 12px;
	color: #ccc;
	transition: .3s
}
.education-info.close .breadcrumbs {
	padding-bottom: 25px
}
.education-info.close .close-open-button:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.education-info.close .education-info-text {
	margin-bottom: 0
}
.education-info.close .presentation-docs {
	opacity: 0;
	overflow: hidden;
	max-height: 0
}
.education-info .education-info-img {
	background-position: top center;
	/*background-size:cover;*/
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	min-height: 600px;
	overflow: hidden;
	width: 100%
}
@media screen and (max-width:1023px) {
	.education-info .education-info-img {
		min-height: 500px
	}
}
@media screen and (max-width:767px) {
	.education-info .education-info-img {
		min-height: 300px
	}
}
.education-info .education-info-img:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1
}
.education-info .education-info-img img {
	display: none
}
.education-info .education-info-text {
	z-index: 2;
	max-width: 770px;
	transition: .3s;
	display: block;
	overflow: hidden;
	padding-top: 3em;
}
@media screen and (max-width:960px) {
	.education-info .education-info-text {
		max-width: 100%
	}
}
.education-info .education-info-text>strong {
	display: block;
	margin: 31px 0 2px;
	font-size: 14px;
	letter-spacing: .1px
}
.education-info .education-info-text .education-title {
	margin-top: 0;
	margin-bottom: 34px
}
.education-info .education-info-text .title {
	color: var(--body-color);
	font-family: var(--secondaryFont);
	font-size: 41px;
	letter-spacing: .3px;
	margin-top: 0;
	line-height: 1;
	margin-bottom: 25px;
	text-transform: inherit;
	padding-right: 50px
}
.education-info .education-info-text .title.capitalize {
	text-transform: capitalize
}
.education-info .education-info-text .title.uppercase {
	text-transform: uppercase
}
@media screen and (max-width:1023px) {
	.education-info .education-info-text .title {
		font-size: 30px
	}
}
.education-info .education-info-text .txt-big {
	font-size: 16px;
	line-height: 30px
}
.education-info .education-info-text .bl-btn--big {
	border: 2px solid #7356af
}
.education-info .education-info-text p {
	color: #373737;
	font-family: 'Roboto', san-serif;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 22px;
	display: block
}
@media screen and (max-width:767px) {
	.education-info .education-info-text p {
		margin-bottom: 16px
	}
}
.education-info .education-info-text p strong {
	font-family: var(--primaryFont);
	font-weight: 700
}
.education-info .presentation-docs {
	float: none;
	position: absolute;
	bottom: 25px;
	right: 0;
	width: auto;
	transition: .3s
}
@media screen and (max-width:1023px) {
	.education-info .presentation-docs {
		max-width: 760px;
		position: static;
		margin-top: 0
	}
}
.education-info .presentation-docs .docs {
	margin-bottom: 20px
}
.education-info .presentation-docs .doc {
	width: 194px
}
@media screen and (max-width:1023px) {
	.education-info .presentation-docs .doc {
		width: 250px
	}
}
@media screen and (max-width:600px) {
	.education-info .presentation-docs .doc {
		width: 100% !important;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 20px
	}
}
.about-eba .education-info .education-info-text {
	display: inline-block;
	max-width: calc(66.6% - 30px)
}
@media screen and (max-width:960px) {
	.about-eba .education-info .education-info-text {
		max-width: none
	}
}
.about-eba .education-info .education-info-text .bl-btn--big {
	margin-top: 40px !important
}
.about-eba .education-info .video-aside {
	display: inline-block;
	float: right;
	width: 100%;
	max-width: calc(33.3%);
	margin-top: 32px
}
@media screen and (max-width:960px) {
	.about-eba .education-info .video-aside {
		max-width: none;
		float: none;
		margin-top: 0
	}
}
.about-eba .education-info .video-aside .inner {
	position: relative;
	padding-top: 25px;
	padding-bottom: 56.25%;
	height: 0
}
.about-eba .education-info .video-aside .inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
@media screen and (max-width:1200px) {
	.single-committee .education-info {
		padding-top: 60px !important
	}
}
.education-info-blue-bg {
	padding-bottom: 50px
}
@media screen and (max-width:767px) {
	.education-info-blue-bg {
		padding-bottom: 30px
	}
}
.education-info-blue-bg .breadcrumbs a {
	color: #fff
}
.education-info-blue-bg .breadcrumbs er {
	color: rgba(255, 255, 255, .7)
}
.education-info-blue-bg .breadcrumbs li:last-of-type {
	color: #fff
}
.education-info-blue-bg .education-subtitle {
	color: #fff
}
.education-info-blue-bg .education-info-img:before {}
.education-info-blue-bg .education-info-text .title {
	color: #fff;
	margin-bottom: 20px;
	font-size: 32px;
	line-height: 36px
}
.education-info-blue-bg .education-info-text p {
	color: #fff
}
.education-info-blue-bg .education-info-text .bl-btn--big, .education-info-blue-bg .education-info-text .gr-btn--big, .education-info-blue-bg .education-info-text .wh-btn--big {
	width: 300px;
	margin-top: 90px
}
@media screen and (max-width:1023px) {
	.education-info-blue-bg .education-info-text .bl-btn--big, .education-info-blue-bg .education-info-text .gr-btn--big, .education-info-blue-bg .education-info-text .wh-btn--big {
		margin-top: 60px
	}
}
@media screen and (max-width:767px) {
	.education-info-blue-bg .education-info-text .bl-btn--big, .education-info-blue-bg .education-info-text .gr-btn--big, .education-info-blue-bg .education-info-text .wh-btn--big {
		margin-top: 20px
	}
}
.workshop-lection-container .workshop-lection {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.workshop-lection-container .workshop-lection:after {
	content: '';
	display: table;
	clear: both
}
.workshop-lection-container .workshop-lection-item {
	width: calc(50% - 15px);
	float: left;
	margin-right: 30px;
	margin-bottom: 30px
}
.workshop-lection-container .workshop-lection-item:nth-child(2n) {
	margin-right: 0
}
.workshop-lection-container .workshop-lection-item:nth-last-child(-n+2) {
	margin-bottom: 0
}
@media screen and (max-width:760px) {
	.workshop-lection-container .workshop-lection-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px
	}
	.workshop-lection-container .workshop-lection-item:nth-last-child(-n+2) {
		margin-bottom: 20px
	}
}
.workshop-lection-container .workshop-lection-item-top {
	background: var(--grey-light)
}
.workshop-lection-container .workshop-lection-item .bl-btn--small {
	margin-top: 20px
}
.workshop-lection-container .workshop-lection-item-info {
	padding: 30px 50px
}
@media screen and (max-width:1023px) {
	.workshop-lection-container .workshop-lection-item-info {
		padding: 30px 30px 35px
	}
}
@media screen and (max-width:767px) {
	.workshop-lection-container .workshop-lection-item-info {
		padding: 30px 20px;
		min-height: 100%
	}
}
.workshop-lection-container .workshop-lection-item-info .text {
	max-height: 130px;
	overflow: hidden;
	margin-top: 20px
}
.workshop-lection-container .subtitle {
	position: relative;
	color: var(--body-color);
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 32px;
	line-height: 1;
	padding: 10px 0 8px 22px;
	letter-spacing: -.3px
}
@media screen and (max-width:1023px) {
	.workshop-lection-container .subtitle {
		font-size: 24px
	}
}
@media screen and (max-width:767px) {
	.workshop-lection-container .subtitle {
		font-size: 18px
	}
}
.workshop-lection-container .subtitle.green:before {
	background: #2ebb5e
}
.workshop-lection-container .subtitle.purple:before {
	background: #434ea3
}
.workshop-lection-container .subtitle:before {
	content: '';
	position: absolute;
	left: 0;
	width: 5px;
	height: 100%;
	top: 0
}
.workshop-lection-container p {
	color: var(--body-color);
	font-size: 14px;
	line-height: 26px
}
.workshop-lection-container .workshop .subtitle:before {
	background: #007cfb
}
.workshop-lection-container .lection .subtitle:before {
	background: #003d8c
}
.workshop-lection-container .workshop-slider {
	width: 100%;
	padding-bottom: 44px;
	position: relative;
	background: #fff
}
.workshop-lection-container .workshop-slider.slick-arrow-hidden {
	padding-bottom: 0
}
.workshop-lection-container .workshop-slider.slick-arrow-hidden .workshop-slider-nav {
	display: none
}
.workshop-lection-container .workshop-slider .slick-slide {
	min-height: 275px;
	position: relative
}
@media screen and (max-width:767px) {
	.workshop-lection-container .workshop-slider .slick-slide {
		height: 240px
	}
}
.workshop-lection-container .workshop-slider .slick-slide:hover .workshop-slider-img:before {
	opacity: 1
}
.workshop-lection-container .workshop-slider .workshop-slider-img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0
}
.workshop-lection-container .workshop-slider .workshop-slider-img:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
	background-image: linear-gradient(138deg, rgba(13, 42, 72, .1) 0, #063468 100%);
	opacity: 0;
	transition: opacity .3s
}
.workshop-lection-container .workshop-slider .workshop-slider-img:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(6, 52, 104, .2);
	transition: .3s;
	opacity: 1
}
.workshop-lection-container .workshop-slider .workshop-slider-img img {
	display: none
}
.workshop-lection-container .workshop-slider .workshop-slider-content {
	position: relative;
	z-index: 3
}
.workshop-lection-container .workshop-slider .workshop-slider-content .date-members {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start
}
@media screen and (max-width:760px) {
	.workshop-lection-container .workshop-slider .workshop-slider-content .date-members {
		width: 280px;
		overflow: hidden;
		-ms-flex-align: stretch;
		align-items: stretch
	}
}
.workshop-lection-container .workshop-slider .date {
	background: #007cfb;
	color: #fff;
	font-family: var(--tertiaryFont);
	display: inline-block;
	text-align: center;
	vertical-align: top;
	padding: 16px 8px 13px;
	margin-right: 30px;
	min-width: 100px
}
@media screen and (max-width:1023px) {
	.workshop-lection-container .workshop-slider .date {
		margin-right: 20px
	}
}
@media screen and (max-width:767px) {
	.workshop-lection-container .workshop-slider .date {
		padding: 24px 10px;
		margin-right: 5px
	}
}
.workshop-lection-container .workshop-slider .date.yellow {
	background: #003d8c
}
.workshop-lection-container .workshop-slider .date.green {
	background: #2ebb5e
}
.workshop-lection-container .workshop-slider .date.purple {
	background: #434ea3
}
.workshop-lection-container .workshop-slider .date p {
	display: inline-block;
	vertical-align: bottom
}
.workshop-lection-container .workshop-slider .date .day {
	color: #fff;
	font-size: 44px;
	line-height: .8;
	font-family: var(--tertiaryFont);
	font-weight: 600
}
@media screen and (max-width:767px) {
	.workshop-lection-container .workshop-slider .date .day {
		font-size: 20px
	}
}
.workshop-lection-container .workshop-slider .date .slash {
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-family: var(--tertiaryFont);
	font-weight: 600
}
.workshop-lection-container .workshop-slider .date .mounth {
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-family: var(--tertiaryFont);
	font-weight: 600
}
.workshop-lection-container .workshop-slider .date .time {
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 1;
	font-family: var(--tertiaryFont);
	font-weight: 700;
	margin-top: 13px;
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, .3)
}
.workshop-lection-container .workshop-slider .date .time-text {
	color: #fff;
	font-family: var(--tertiaryFont);
	font-weight: 600;
	font-size: 10px
}
.workshop-lection-container .workshop-slider .members {
	display: inline-block;
	vertical-align: top;
	margin-top: auto
}
.workshop-lection-container .workshop-slider .members .members-item {
	display: inline-block;
	vertical-align: top;
	max-width: 80px;
	text-align: center;
	padding: 10px 5px 0;
	box-sizing: border-box;
	margin-right: 15px
}
@media screen and (max-width:760px) {
	.workshop-lection-container .workshop-slider .members .members-item {
		margin-top: 10px;
		margin-right: 10px
	}
}
.workshop-lection-container .workshop-slider .members .members-item:last-child {
	margin-right: 0
}
.workshop-lection-container .workshop-slider .members .img {
	width: 1em;
	height: 1em;
	font-size: 50px;
	border-radius: 100%;
	overflow: hidden;
	border: 1px solid #fff;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: auto
}
.workshop-lection-container .workshop-slider .members .img img {
	display: none
}
.workshop-lection-container .workshop-slider .members .name {
	color: #fff;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 13px;
	line-height: 15px;
	margin-top: 10px;
	height: 30px;
	overflow: hidden
}
.workshop-lection-container .workshop-slider .title {
	color: #fff;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	text-align: center;
	padding: 0 50px;
	display: block;
	margin-top: 20px;
	max-height: 96px;
	overflow: hidden;
	transition: .3s
}
.workshop-lection-container .workshop-slider .title:hover {
	opacity: .7
}
@media screen and (max-width:1023px) {
	.workshop-lection-container .workshop-slider .title {
		padding: 0 30px;
		font-size: 20px
	}
}
@media screen and (max-width:767px) {
	.workshop-lection-container .workshop-slider .title {
		margin-top: 30px;
		font-size: 17px;
		line-height: 1.3;
		padding: 0 20px
	}
}
.workshop-lection-container .workshop-slider .slick-dots {
	position: absolute;
	bottom: 20px;
	display: block;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center
}
@media screen and (max-width:760px) {
	.workshop-lection-container .workshop-slider .slick-dots {
		bottom: 10px
	}
}
.workshop-lection-container .workshop-slider .slick-dots li {
	color: transparent;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	opacity: .5;
	margin: 0 3px;
	display: inline-block;
	text-indent: -999999px;
	position: relative;
	z-index: 10;
	cursor: pointer
}
.workshop-lection-container .workshop-slider .slick-dots li.slick-active {
	opacity: 1
}
.workshop-lection-container .workshop-slider .slick-dots li.slick-active:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4px;
	height: 4px;
	background: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.workshop-lection-container .workshop-slider .workshop-slider-nav {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	border: 1px solid #eaeaea;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
	height: 44px
}
.workshop-lection-container .workshop-slider .workshop-slider-button-prev, .workshop-lection-container .workshop-slider .workshop-slider-button-next {
	width: 50%;
	cursor: pointer;
	height: 100%;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: .3s
}
.workshop-lection-container .workshop-slider .workshop-slider-button-prev.slick-hidden, .workshop-lection-container .workshop-slider .workshop-slider-button-next.slick-hidden {
	pointer-events: none
}
.workshop-lection-container .workshop-slider .workshop-slider-button-prev.slick-hidden:before, .workshop-lection-container .workshop-slider .workshop-slider-button-next.slick-hidden:before {
	opacity: .13
}
.workshop-lection-container .workshop-slider .workshop-slider-button-prev:before, .workshop-lection-container .workshop-slider .workshop-slider-button-next:before {
	font-size: 12px;
	color: #aaa;
	line-height: 0;
	transition: .3s
}
.workshop-lection-container .workshop-slider .workshop-slider-button-prev:hover, .workshop-lection-container .workshop-slider .workshop-slider-button-next:hover {
	background-color: rgba(172, 172, 172, .1)
}
.workshop-lection-container .workshop-slider .workshop-slider-button-prev:hover:before, .workshop-lection-container .workshop-slider .workshop-slider-button-next:hover:before {
	color: #0e0e0e
}
.workshop-lection-container .workshop-slider .workshop-slider-button-prev {
	left: 0;
	border-right: 1px solid #eaeaea
}
.workshop-lection-container .workshop-slider .workshop-slider-button-next {
	right: 0
}
.news__more-block-number {
	position: relative;
	min-height: 60px;
	clear: both
}
.news__more-block-number:empty {
	display: none
}
.news__more-block-number .block-number {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
@media screen and (max-width:1100px) {
	.news__more-block-number .block-number {
		position: relative;
		right: auto;
		top: auto;
		margin: 0 auto 20px;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}
.news__more-block-number .bl-btn--small {
	margin: 12px 0
}
@media screen and (max-width:1100px) {
	.news__more-block-number .bl-btn--small {
		position: relative;
		right: auto;
		bottom: auto;
		margin: 0 auto 15px
	}
}
.tabs-container-global {
	position: relative
}
.tabs-container-global .tabs {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px
}
@media screen and (max-width:760px) {
	.tabs-container-global .tabs {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.tabs-container-global .tabs.position-top-right {
	width: 360px;
	position: absolute;
	top: -73px;
	right: 0;
	margin-bottom: 0
}
@media screen and (max-width:1023px) {
	.tabs-container-global .tabs.position-top-right {
		top: -53px
	}
}
@media screen and (max-width:760px) {
	.tabs-container-global .tabs.position-top-right {
		position: static;
		margin-bottom: 15px;
		width: 100%
	}
}
.tabs-container-global .tabs-narrow .tabs-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0
}
.tabs-container-global .tabs-item {
	width: 50%;
	background: #fff;
	color: #a4a4a4;
	border: 1px solid #eaeaea;
	cursor: pointer;
	text-align: center;
	transition: .25s;
	padding: 10px
}
@media screen and (max-width:400px) {
	.tabs-container-global .tabs-item {
		width: 100%
	}
}
.tabs-container-global .tabs-item:hover {
	background: #a4a4a4;
	border: 1px solid #a4a4a4;
	color: #fff
}
.tabs-container-global .tabs-item.active {
	background: #7356af;
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, .2);
	color: #fff;
	border: 1px solid #0043b5
}
.tabs-container-global .tabs-name {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px
}
@media screen and (max-width:760px) {
	.tabs-container-global .tabs-name {
		font-size: 12px;
		line-height: 1
	}
}
.tabs-container-global .tabs-content {
	position: relative
}
.tabs-container-global .tabs-content-item {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: .3s
}
.tabs-container-global .tabs-content-item.active {
	max-height: 2000px;
	opacity: 1
}
.business-school-container {
	margin-top: 80px
}
@media screen and (max-width:1023px) {
	.business-school-container {
		margin-top: 60px
	}
}
@media screen and (max-width:760px) {
	.business-school-container {
		margin-top: 40px
	}
}
.business-school-container .business-school-info:after {
	content: '';
	display: table;
	clear: both
}
.business-school-container .business-school-info li {
	color: var(--body-color);
	font-family: var(--primaryFont);
	font-size: 12px;
	letter-spacing: .4px;
	line-height: 20px;
	padding-left: 33px
}
@media screen and (max-width:1023px) {
	.business-school-container .business-school-info li {
		padding-left: 20px
	}
}
.business-school-container .business-school-info-item {
	padding-top: 3em;
}
@media screen and (max-width:767px) {
	.business-school-container .business-school-info-item {
		margin-right: 0;
		width: 100%
	}
}
.business-school-container .business-school-info-item:nth-child(2n) {
	margin-right: 0
}
.business-school-container .business-school-info-item>strong {
	display: block;
	margin-top: 30px;
	font-size: 14px
}
.business-school-container p:not(.img-block__meta) {
	color: var(--body-color);
	font-size: 14px;
	line-height: 26px
}
.business-school-container strong {
	font-family: var(--primaryFont);
	font-weight: 500
}
.business-school-container .tabs-content-item.active {
	padding-bottom: 55px
}
@media screen and (max-width:1023px) {
	.business-school-container .tabs-content-item.active {
		padding-bottom: 0
	}
}
.business-school-container .business-school-items {
	margin: 40px 0 10px;
	width: calc(100% + 30px);
	margin-left: -15px
}
.business-school-container .business-school-items:after {
	content: '';
	display: table;
	clear: both
}
.business-school-container .business-school-items.business-school_slider_two_rows_js .slick-custom-arrows, .business-school-container .business-school-items.business-school_slider_on_row_js .slick-custom-arrows {
	bottom: -62px
}
@media screen and (max-width:1023px) {
	.business-school-container .business-school-items.business-school_slider_two_rows_js .slick-custom-arrows, .business-school-container .business-school-items.business-school_slider_on_row_js .slick-custom-arrows {
		bottom: 0
	}
}
.business-school-container .business-school-items.business-school_slider_two_rows_js .items, .business-school-container .business-school-items.business-school_slider_on_row_js .items {
	position: relative
}
.business-school-container .business-school-items.business-school_slider_two_rows_js .items:before, .business-school-container .business-school-items.business-school_slider_on_row_js .items:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 1;
	pointer-events: none;
	transition: opacity .3s .6s ease-in-out
}
.business-school-container .business-school-items.business-school_slider_two_rows_js .items:after, .business-school-container .business-school-items.business-school_slider_on_row_js .items:after {
	content: '';
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	width: 60px;
	height: 60px;
	z-index: 2;
	border-radius: 50%;
	border-style: solid;
	border-color: #e6e6e6 #e6e6e6 #e6e6e6 #7356af;
	border-width: 10px;
	pointer-events: none;
	transition: opacity .3s .6s ease-in-out;
	-webkit-animation: sliderLoader .4s linear infinite;
	animation: sliderLoader .4s linear infinite
}
.business-school-container .business-school-items.business-school_slider_two_rows_js .items.slick-initialized:before, .business-school-container .business-school-items.business-school_slider_two_rows_js .items.slick-initialized:after, .business-school-container .business-school-items.business-school_slider_on_row_js .items.slick-initialized:before, .business-school-container .business-school-items.business-school_slider_on_row_js .items.slick-initialized:after {
	opacity: 0
}
.business-school-container .business-school-items .items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
@media screen and (max-width:1023px) {
	.business-school-container .business-school-items .items.slick-slider {
		padding-bottom: 44px
	}
}
@media screen and (max-width:1200px) {
	.business-school-container .business-school-items {
		width: calc(100% + 20px);
		margin-left: -10px
	}
}
@media screen and (max-width:1023px) {
	.business-school-container .business-school-items {
		margin-bottom: 30px
	}
}
.business-school-container .business-school-items .slick-slide {
	outline: 0 !important;
	margin: 0 15px
}
@media screen and (max-width:1200px) {
	.business-school-container .business-school-items .slick-slide {
		margin: 0 10px
	}
}
.business-school-container .business-school-items .slick-slide .business-school-item {
	height: 170px;
	margin-bottom: 30px
}
@media screen and (max-width:1200px) {
	.business-school-container .business-school-items .slick-slide .business-school-item {
		margin-bottom: 20px
	}
}
.business-school-container .business-school-items .slick-slide .business-school-item .text {
	padding-left: 0;
	padding-right: 0;
	max-height: 88px;
	overflow: hidden
}
.business-school-container .business-school-item {
	width: calc(20% - 30px);
	margin-right: 30px;
	margin-bottom: 30px;
	margin: 0 15px 30px;
	cursor: pointer;
	box-sizing: border-box;
	background: #a2a2a7;
	display: block;
	text-align: center;
	transition: .3s
}
@media screen and (max-width:1023px) {
	.business-school-container .business-school-item {
		margin-right: 20px;
		min-width: 20px;
		margin-bottom: 20px;
		width: calc(25% - 35px)
	}
}
@media screen and (max-width:760px) {
	.business-school-container .business-school-item {
		width: calc(100%/3 - 105px/3)
	}
}
@media screen and (max-width:550px) {
	.business-school-container .business-school-item {
		width: calc(50% - 20px);
		margin: 0 10px 20px
	}
}
.business-school-container .business-school-item a {
	display: block;
	width: 100%;
	min-height: 180px;
	padding: 15px 12px 10px
}
@media screen and (max-width:760px) {
	.business-school-container .business-school-item a {
		min-height: 140px
	}
}
.business-school-container .business-school-item:hover {
	background: #1a28c5
}
.business-school-container .business-school-item:hover .icon:before {
	content: '\eA31';
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg)
}
.business-school-container .business-school-item .icon {
	display: block;
	width: 100%;
	margin: 7px 0 17px
}
@media screen and (max-width:760px) {
	.business-school-container .business-school-item .icon {
		margin-top: 0;
		margin-bottom: 10px
	}
}
.business-school-container .business-school-item .icon:before {
	transition: .3s;
	font-size: 20px;
	color: #fff
}
@media screen and (max-width:760px) {
	.business-school-container .business-school-item .icon:before {
		font-size: 15px
	}
}
.business-school-container .business-school-item .text {
	color: #fff;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	padding: 15px 10px 0;
	line-height: 18px;
	margin-top: 10px;
	border-top: 1px solid #fff;
	max-height: 102px;
	overflow: hidden
}
@media screen and (max-width:760px) {
	.business-school-container .business-school-item .text {
		font-size: 11px;
		padding-top: 10px;
		max-height: 82px;
		overflow: hidden
	}
}
@media screen and (max-width:550px) {
	.business-school-container .business-school-item .text {
		font-size: 10px
	}
}
.slick-slide .business-school-item {
	margin-left: 0 !important;
	margin-right: 0 !important
}
.business-school__more {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}
.education-gallery-container {
	position: relative;
	padding: 80px 0 60px;
	margin-top: 75px
}
@media screen and (max-width:1023px) {
	.education-gallery-container {
		padding: 50px 0
	}
}
@media screen and (max-width:760px) {
	.education-gallery-container {
		padding: 30px 0
	}
}
.education-gallery-container .grid-container {
	position: relative
}
.education-gallery-container .grid-container:before {
	content: '';
	position: absolute;
	background-color: rgba(161, 160, 210, .1);
	width: 0;
	height: 0;
	left: 74px;
	top: 121px;
	z-index: 0;
	box-shadow: -30px -30px 0 30px rgba(161, 160, 210, .1), -52.5px -52.5px 0 42.5px rgba(161, 160, 210, .1), -70px -70px 0 50px rgba(161, 160, 210, .1)
}
@media screen and (max-width:1199px) {
	.education-gallery-container .grid-container:before {
		display: none
	}
}
.education-gallery-container.with-out-bg {
	background-color: transparent;
	padding: 80px 0 0
}
@media screen and (max-width:1023px) {
	.education-gallery-container.with-out-bg {
		padding: 60px 0 0
	}
}
@media screen and (max-width:767px) {
	.education-gallery-container.with-out-bg {
		padding: 40px 0 0
	}
}
.education-gallery-container.with-out-bg .education-gallery-container-img {
	display: none
}
.education-gallery-container.with-out-bg .grid-container:before {
	display: none
}
.education-gallery-container.with-out-bg .education-title-gallery {
	-ms-flex-align: start;
	align-items: flex-start
}
.education-gallery-container.with-out-bg .education-gallery {
	width: 100%
}
@media screen and (max-width:1023px) {
	.education-gallery-container.with-out-bg .education-gallery {
		width: calc(100% + 20px);
		margin-left: -20px
	}
}
.education-gallery-container.with-out-bg .education-gallery-item {
	width: 14.52991%;
	margin-left: 2.5641%;
	margin-bottom: 30px
}
.education-gallery-container.with-out-bg .education-gallery-item .img:before {
	background: rgba(0, 0, 0, .5)
}
@media screen and (max-width:1023px) {
	.education-gallery-container.with-out-bg .education-gallery-item {
		margin-left: 20px;
		margin-bottom: 20px;
		width: calc(25% - 20px)
	}
}
@media screen and (max-width:760px) {
	.education-gallery-container.with-out-bg .education-gallery-item {
		width: calc(50% - 20px)
	}
}
.education-gallery-container.with-out-bg .education-gallery-item.education-gallery-item--big {
	width: 31.62393%
}
@media screen and (max-width:1023px) {
	.education-gallery-container.with-out-bg .education-gallery-item.education-gallery-item--big {
		height: 360px;
		margin-left: 20px;
		width: calc(50% - 20px)
	}
}
@media screen and (max-width:760px) {
	.education-gallery-container.with-out-bg .education-gallery-item.education-gallery-item--big {
		height: 300px;
		width: calc(100% - 20px)
	}
}
.education-gallery-container .education-gallery-container-img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0
}
.education-gallery-container .education-gallery-container-img:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	/*background-color: rgba(7, 30, 58, .9)*/
}
.education-gallery-container .education-gallery-container-img img {
	display: none
}
.education-gallery-container .education-title-gallery {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.education-gallery-container .gallery-title {
	display: block;
	margin-bottom: 60px;
	color: #fff;
	font-family: var(--secondaryFont);
	font-weight: 300;
	font-size: 38px;
	line-height: 46px;
	position: relative;
	padding: 0 22px;
	width: 32.90598%;
	text-transform: inherit;
	margin-top: 80px
}
.education-gallery-container .gallery-title span {
	display: block
}
@media screen and (max-width:1023px) {
	.education-gallery-container .gallery-title span {
		display: inline-block
	}
}
@media screen and (max-width:1023px) {
	.education-gallery-container .gallery-title {
		width: 100%;
		display: block;
		font-size: 24px;
		line-height: 1.2;
		margin-top: 0;
		margin-bottom: 25px
	}
}
@media screen and (max-width:760px) {
	.education-gallery-container .gallery-title {
		font-size: 20px;
		margin-bottom: 20px
	}
}
/*.education-gallery-container .gallery-title:before {
content: '';
left: 0;
top: -5px;
bottom: 0;
position: absolute;
height: calc(100% + 8px);
width: 2px;
background: #0eb53d
}*/
.education-gallery-container .education-gallery {
	width: 65.81197%
}
.education-gallery-container .education-gallery:after {
	content: '';
	display: table;
	clear: both
}
@media screen and (max-width:1023px) {
	.education-gallery-container .education-gallery {
		width: calc(100% + 20px);
		margin-left: -20px
	}
}
.education-gallery-container .education-gallery-item {
	float: left;
	position: relative;
	height: 170px;
	width: 22.07792%;
	margin-left: 3.8961%;
	cursor: pointer;
	margin-bottom: 3.8961%
}
@media screen and (max-width:1023px) {
	.education-gallery-container .education-gallery-item {
		margin-left: 20px;
		margin-bottom: 20px;
		width: calc(25% - 20px)
	}
}
@media screen and (max-width:760px) {
	.education-gallery-container .education-gallery-item {
		width: calc(50% - 20px)
	}
}
.education-gallery-container .education-gallery-item:hover .img:before {
	opacity: 0
}
.education-gallery-container .education-gallery-item:hover .img:after {
	opacity: 1
}
.education-gallery-container .education-gallery-item.education-gallery-item--big {
	height: 370px;
	width: 48.05195%;
	margin-left: 0
}
@media screen and (max-width:1023px) {
	.education-gallery-container .education-gallery-item.education-gallery-item--big {
		height: 360px;
		margin-left: 20px;
		width: calc(50% - 20px)
	}
}
@media screen and (max-width:760px) {
	.education-gallery-container .education-gallery-item.education-gallery-item--big {
		height: 300px;
		width: calc(100% - 20px)
	}
}
.education-gallery-container .education-gallery-item.education-gallery-item--big .title-photo {
	padding: 20px
}
.education-gallery-container .education-gallery-item.education-gallery-item--big .title {
	font-size: 28px;
	line-height: 30px;
	height: auto;
	min-height: 55px;
	max-height: 152px
}
@media screen and (max-width:760px) {
	.education-gallery-container .education-gallery-item.education-gallery-item--big .title {
		font-size: 20px;
		line-height: 24px
	}
}
.education-gallery-container .education-gallery-item.education-gallery-item--big .photo {
	margin-top: 22px
}
.education-gallery-container .education-gallery-item .title-photo {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	box-sizing: border-box
}
.education-gallery-container .education-gallery-item .title {
	color: #fff;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	height: 50px;
	overflow: hidden
}
@media screen and (max-width:760px) {
	.education-gallery-container .education-gallery-item .title {
		font-size: 12px
	}
}
.education-gallery-container .education-gallery-item .img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	transition: .3s
}
.education-gallery-container .education-gallery-item .img:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, .4);
	opacity: 1;
	transition: .3s
}
.education-gallery-container .education-gallery-item .img:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-image: linear-gradient(137deg, rgba(13, 42, 72, .1) 0, #063468 100%);
	transition: .3s;
	opacity: 0
}
.education-gallery-container .education-gallery-item .img img {
	display: none
}
.education-gallery-container .education-gallery-item .photo {
	position: relative;
	color: #fff;
	font-family: var(--tertiaryFont);
	font-size: 12px;
	line-height: 12px;
	margin-top: 15px
}
.education-gallery-container .education-gallery-item .photo:before {
	position: relative;
	top: -2px;
	left: 0;
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	font-size: 16px;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.education-gallery-container .gallery-more {
	display: block;
	text-align: center
}
.education-gallery-container .gr-btn--big {
	transition: .3s;
	margin: auto
}
.education-gallery-container .gr-btn--big:hover span {
	color: #fff
}
@media screen and (max-width:1023px) {
	.education .reviews-container {
		margin-top: 40px
	}
}
.reviews-container .reviews-slider .slick-list {
	width: calc(100% + 30px)
}
.reviews-container .reviews-slider, .speaker-container .reviews-slider {
	position: relative
}
.reviews-container .reviews-slider .slick-list, .speaker-container .reviews-slider .slick-list {
	margin: 0 -15px
}
@media screen and (max-width:1023px) {
	.reviews-container .reviews-slider .slick-list, .speaker-container .reviews-slider .slick-list {
		margin: 0 -10px
	}
}
.reviews-container .reviews-slider-arrows, .speaker-container .reviews-slider-arrows {
	position: absolute;
	bottom: -62.5px;
	right: 0;
	width: 300px;
	border: 1px solid #eaeaea;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
	height: 44px
}
@media screen and (max-width:1023px) {
	.reviews-container .reviews-slider-arrows, .speaker-container .reviews-slider-arrows {
		position: static;
		margin: 0 auto 20px
	}
}
@media screen and (max-width:767px) {
	.reviews-container .reviews-slider-arrows, .speaker-container .reviews-slider-arrows {
		width: 280px
	}
}
.reviews-container .reviews-slider-arrows .reviews-slider-arrows-prev, .reviews-container .reviews-slider-arrows .reviews-slider-arrows-next, .speaker-container .reviews-slider-arrows .reviews-slider-arrows-prev, .speaker-container .reviews-slider-arrows .reviews-slider-arrows-next {
	width: 50%;
	cursor: pointer;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: .3s
}
.reviews-container .reviews-slider-arrows .reviews-slider-arrows-prev:before, .reviews-container .reviews-slider-arrows .reviews-slider-arrows-next:before, .speaker-container .reviews-slider-arrows .reviews-slider-arrows-prev:before, .speaker-container .reviews-slider-arrows .reviews-slider-arrows-next:before {
	font-size: 12px;
	color: #aaa;
	line-height: 0;
	transition: .3s
}
.reviews-container .reviews-slider-arrows .reviews-slider-arrows-prev:hover, .reviews-container .reviews-slider-arrows .reviews-slider-arrows-next:hover, .speaker-container .reviews-slider-arrows .reviews-slider-arrows-prev:hover, .speaker-container .reviews-slider-arrows .reviews-slider-arrows-next:hover {
	background-color: rgba(172, 172, 172, .1)
}
.reviews-container .reviews-slider-arrows .reviews-slider-arrows-prev:hover:before, .reviews-container .reviews-slider-arrows .reviews-slider-arrows-next:hover:before, .speaker-container .reviews-slider-arrows .reviews-slider-arrows-prev:hover:before, .speaker-container .reviews-slider-arrows .reviews-slider-arrows-next:hover:before {
	color: #0e0e0e
}
.reviews-container .reviews-slider-arrows .reviews-slider-arrows-prev, .speaker-container .reviews-slider-arrows .reviews-slider-arrows-prev {
	left: 0;
	border-right: 1px solid #eaeaea
}
.reviews-container .reviews-slider-arrows .reviews-slider-arrows-prev:before, .speaker-container .reviews-slider-arrows .reviews-slider-arrows-prev:before {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}
.reviews-container .reviews-slider-arrows .reviews-slider-arrows-next, .speaker-container .reviews-slider-arrows .reviews-slider-arrows-next {
	right: 0
}
.reviews-container .reviews-item, .reviews-container .speaker-item, .speaker-container .reviews-item, .speaker-container .speaker-item {
	margin: 0 15px 30px;
	background: var(--grey-light);
	padding: 30px 35px 27px;
	box-sizing: border-box;
	outline: 0
}
@media screen and (max-width:1023px) {
	.reviews-container .reviews-item, .reviews-container .speaker-item, .speaker-container .reviews-item, .speaker-container .speaker-item {
		padding: 25px 20px 24px;
		margin: 0 10px 20px
	}
}
@media screen and (max-width:550px) {
	.reviews-container .reviews-item, .reviews-container .speaker-item, .speaker-container .reviews-item, .speaker-container .speaker-item {
		padding: 20px 10px 18px
	}
}
.reviews-container .img-name-prof, .speaker-container .img-name-prof {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.reviews-container .img-name-prof .img, .speaker-container .img-name-prof .img {
	margin: 8px 0;
	border-radius: 100%;
	overflow: hidden;
	border: 5px solid #fff;
	height: 130px;
	width: 130px;
	margin-right: 35px;
	box-sizing: border-box;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}
@media screen and (max-width:1023px) {
	.reviews-container .img-name-prof .img, .speaker-container .img-name-prof .img {
		margin-right: 20px
	}
}
@media screen and (max-width:550px) {
	.reviews-container .img-name-prof .img, .speaker-container .img-name-prof .img {
		margin: auto
	}
}
.reviews-container .img-name-prof .img img, .speaker-container .img-name-prof .img img {
	display: none
}
.reviews-container .name-prof, .speaker-container .name-prof {
	width: calc(100% - 170px);
	padding: 4px 0 6px 25px;
	position: relative
}
@media screen and (max-width:1023px) {
	.reviews-container .name-prof, .speaker-container .name-prof {
		width: calc(100% - 150px)
	}
}
@media screen and (max-width:550px) {
	.reviews-container .name-prof, .speaker-container .name-prof {
		width: 100%;
		padding: 4px 0 6px;
		text-align: center
	}
}
.reviews-container .name-prof:before, .speaker-container .name-prof:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 5px;
	background: #f3d139
}
@media screen and (max-width:550px) {
	.reviews-container .name-prof:before, .speaker-container .name-prof:before {
		display: none
	}
}
.reviews-container .name, .speaker-container .name {
	color: var(--body-color);
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	display: block
}
@media screen and (max-width:1023px) {
	.reviews-container .name, .speaker-container .name {
		font-size: 18px;
		line-height: 1;
		margin-bottom: 4px
	}
}
.reviews-container .prof, .speaker-container .prof {
	color: #999;
	font-family: var(--secondaryFont);
	font-size: 16px;
	line-height: 18px
}
@media screen and (max-width:1023px) {
	.reviews-container .prof, .speaker-container .prof {
		font-size: 14px;
		line-height: 17px
	}
}
.reviews-container .text, .speaker-container .text {
	position: relative;
	padding: 15px 15px 0;
	margin-top: 17px;
	text-align: center;
	font-family: var(--primaryFont);
	font-weight: 300;
	color: var(--body-color);
	font-size: 16px;
	line-height: 28px
}
@media screen and (max-width:1023px) {
	.reviews-container .text, .speaker-container .text {
		margin-top: 20px;
		padding: 10px 5px 0
	}
}
@media screen and (max-width:550px) {
	.reviews-container .text, .speaker-container .text {
		margin-top: 10px
	}
}
.reviews-container .text:before, .speaker-container .text:before {
	position: absolute;
	left: -6px;
	top: 0;
	color: #eee;
	font-size: 60px;
	z-index: 0
}
@media screen and (max-width:1023px) {
	.reviews-container .text:before, .speaker-container .text:before {
		font-size: 40px
	}
}
@media screen and (max-width:760px) {
	.reviews-container .text:before, .speaker-container .text:before {
		font-size: 30px
	}
}
@media screen and (max-width:550px) {
	.reviews-container .text:before, .speaker-container .text:before {
		left: 0
	}
}
.reviews-container .text p, .speaker-container .text p {
	position: relative;
	z-index: 1
}
.reviews-container .read-more, .speaker-container .read-more {
	color: #053fd8;
	font-family: var(--primaryFont);
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1;
	border-bottom: 1px dashed rgba(0, 89, 224, .2);
	padding-bottom: 1px;
	position: relative;
	margin-top: 13px
}
.reviews-container .read-more:after, .speaker-container .read-more:after {
	content: '';
	display: table;
	clear: both
}
.reviews-container .read-more:before, .speaker-container .read-more:before {
	position: absolute;
	right: -19px;
	font-size: 6px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
.reviews-container .read-more:hover, .speaker-container .read-more:hover {
	border-bottom: 1px dashed #0059e0
}
.reviews-container .gallery-more, .speaker-container .gallery-more {
	margin: 10px auto 0
}
.reviews-container .gallery-more .bl-btn--big, .speaker-container .gallery-more .bl-btn--big {
	margin: auto
}
.committee-template-default .our-education-partner-container .slick-custom-arrows {
	bottom: -50px
}
.our-education-partner-container .slick-custom-arrows {
	bottom: -60px
}
@media screen and (max-width:1023px) {
	.our-education-partner-container .slick-custom-arrows {
		bottom: 0
	}
}
.our-education-partner-container .items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center
}
@media screen and (max-width:1023px) {
	.our-education-partner-container .items.slick-slider {
		padding-bottom: 44px
	}
}
.our-education-partner-container .our-education-partner.without-more-news {
	margin-bottom: 80px
}
@media screen and (max-width:1023px) {
	.our-education-partner-container .our-education-partner.without-more-news {
		margin-bottom: 0
	}
}
.our-education-partner-container .our-education-partner-item {
	width: 16.6666666667%;
	padding: 4px 10px;
	box-sizing: border-box;
	transition: .3s;
	opacity: .6;
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
	overflow: hidden;
	height: 115px;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 25px
}
@media screen and (max-width:1023px) {
	.our-education-partner-container .our-education-partner-item {
		width: 20%
	}
}
@media screen and (max-width:760px) {
	.our-education-partner-container .our-education-partner-item {
		width: 25%
	}
}
@media screen and (max-width:550px) {
	.our-education-partner-container .our-education-partner-item {
		width: 33.33333%
	}
}
@media screen and (max-width:400px) {
	.our-education-partner-container .our-education-partner-item {
		width: 50%
	}
}
.our-education-partner-container .our-education-partner-item a {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center
}
.our-education-partner-container .our-education-partner-item:hover {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1
}
.our-education-partner-container .our-education-partner-item img {
	width: auto;
	max-width: 100%;
	max-height: 100%
}
.block-number {
	text-align: right;
	min-width: 300px;
	max-width: 460px;
	font-size: 0;
	text-align: center
}
@media screen and (max-width:1100px) {
	.block-number {
		text-align: center
	}
}
@media screen and (max-width:767px) {
	.block-number {
		min-width: 220px;
		max-width: 380px
	}
}
.block-number .block-number-container {
	border: 1px solid #eaeaea;
	padding: 0 50px;
	position: relative;
	text-align: center;
	display: inline-block
}
@media screen and (max-width:767px) {
	.block-number .block-number-container {
		padding: 0 35px
	}
}
.block-number .prev, .block-number .next {
	position: absolute;
	top: 0;
	width: 51px;
	bottom: 0;
	height: 100%
}
@media screen and (max-width:767px) {
	.block-number .prev, .block-number .next {
		width: 35px
	}
}
.block-number .prev:before, .block-number .next:before {
	color: #a6a6a6;
	position: absolute;
	font-size: 13px;
	line-height: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: color .3s;
	font-size: 10px
}
.block-number .prev:hover, .block-number .next:hover {
	background-color: #f7f7f7
}
.block-number .prev:hover:before, .block-number .next:hover:before {
	color: var(--body-color)
}
.block-number .prev.disabled, .block-number .next.disabled {
	pointer-events: none;
	opacity: .5
}
.block-number .prev {
	left: 0;
	border-left: 1px solid #eaeaea;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}
.block-number .prev:hover {
	border-left: 1px solid transparent
}
.block-number .next {
	border-left: 1px solid #eaeaea;
	right: 0
}
.block-number .next:hover {
	border-left: 1px solid transparent
}
.block-number .number-page {
	font-size: 0;
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	padding: 0 10px
}
.block-number .number-page button {
	background-color: transparent;
	color: var(--body-color)
}
.block-number .number-page a, .block-number .number-page li {
	font-family: var(--tertiaryFont);
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	color: var(--body-color);
	display: inline-block;
	vertical-align: middle;
	padding: 13px
}
@media screen and (max-width:767px) {
	.block-number .number-page a, .block-number .number-page li {
		font-size: 14px;
		padding: 10px
	}
}
.block-number .number-page er, .block-number .number-page li:hover {
	color: #fff;
	background: #a4a4a4;
	opacity: 1
}
.block-number .number-page a.active, .block-number .number-page li.active {
	opacity: .7
}
.block-number .number-page a.current, .block-number .number-page a.active, .block-number .number-page a.slick-active, .block-number .number-page li.current, .block-number .number-page li.active, .block-number .number-page li.slick-active {
	color: #fff;
	background: #7356af;
	box-shadow: inset 0 4px 4px rgba(0, 0, 0, .2);
	opacity: 1;
	pointer-events: none
}
.block-number .number-page a.current button, .block-number .number-page a.active button, .block-number .number-page a.slick-active button, .block-number .number-page li.current button, .block-number .number-page li.active button, .block-number .number-page li.slick-active button {
	color: #fff
}
.development-hero_mobile {
	display: none
}
.development-hero_mobile .development-content .grid-container {
	max-width: 80%;
	margin: 0 auto
}
.development-hero_mobile .banner-title {
	padding-bottom: 17px
}
@media all and (max-width:960px) {
	.development-hero_mobile .col-4 {
		width: 100%;
		max-width: 100%
	}
}
@media all and (max-width:960px) {
	.development-hero_mobile {
		display: block !important
	}
}
.development-hero_mobile .development-hero_mobile-sub {
	padding: 5vw;
	background-size: 100%;
	background-repeat: no-repeat;
	margin-bottom: -13vw;
	position: relative
}
.development-hero_mobile .development-hero_socials {
	position: absolute;
	left: 0 !important;
	top: 42vw;
	height: 60px
}
.development-hero_mobile .development-hero_socials .share-first {
	left: 42px !important;
	top: 0 !important
}
.development-hero_mobile .development-hero_socials .share-first a {
	width: 42px;
	height: 42px
}
.development-hero_mobile .development-hero_socials .share-second {
	top: 0 !important;
	left: 100px !important
}
.development-hero_mobile .development-hero_socials .share-second a {
	width: 42px;
	height: 42px
}
.development-hero_mobile .development-hero_content {
	position: absolute;
	top: 31vw;
	left: 0;
	width: 100%;
	text-align: center
}
.development-hero_mobile .development-hero_title {
	color: #fff;
	left: auto;
	font-size: 10vw;
	max-width: 90vw;
	margin: 0 auto;
	text-align: center;
	display: block;
	font-weight: 700
}
.development-hero_mobile .development-hero_socials {
	position: absolute;
	top: 77vw;
	min-width: 155px;
	right: 5vw;
	left: auto !important
}
@media all and (max-width:640px) {
	.development-hero_mobile .development-hero_socials {
		top: 76vw
	}
}
@media all and (max-width:500px) {
	.development-hero_mobile .development-hero_socials {
		top: 74vw
	}
}
@media all and (max-width:360px) {
	.development-hero_mobile .development-hero_socials {
		top: 72.5vw
	}
}
.development-hero {
	position: relative;
	width: 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-top: -5.8vw;
	margin-bottom: -1px
}
@media all and (max-width:960px) {
	.development-hero {
		display: none
	}
}
.development-hero_content {
	position: absolute;
	left: 57%;
	top: 47%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.development-hero_logo {
	margin: 20px 0 0 4px;
	max-width: 100%;
	height: auto
}
.development-hero .development-hero_title {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 56px;
	line-height: 56px;
	color: #fff;
	max-width: 430px;
	letter-spacing: .8px
}
.development-content {
	padding-bottom: 60px;
	padding-top: 70px
}
.development-content.development-content-nopdd {
	padding-top: 0
}
@media all and (max-width:960px) {
	.development-content.development-content-nopdd {
		padding-top: 40px;
		margin-top: -4px
	}
}
.development-content .banner-description {
	font-family: var(--primaryFont);
	font-size: 19px;
	line-height: 26px
}
.development-content .statistic-element {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}
.development-content .statistic-element .num {
	font-size: 26px;
	color: #464646;
	padding: 20px;
	width: 80px;
	font-weight: 700;
	border: 3px solid #ffc13f;
	height: 80px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: var(--secondaryFont)
}
.development-content .statistic-element .num-description {
	font-size: 21px;
	line-height: 1.09524;
	font-weight: 700;
	margin-left: 20px;
	font-family: var(--secondaryFont);
	color: #464646
}
.development-content .statistic-element_big {
	min-height: 180px;
	max-width: 348px;
	width: 100%;
	box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, .1);
	border-radius: 8px;
	overflow: hidden;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: scale(1);
	transform: scale(1)
}
@media all and (max-width:960px) {
	.development-content .statistic-element_big {
		-webkit-transform: scale(.8) translate(-44px, -25px);
		transform: scale(.8) translate(-44px, -25px)
	}
}
.development-content .statistic-element_big .se-big {
	padding-right: 40px
}
.development-content .statistic-element_big .icon-plate {
	background-image: url(/wp-content/themes/eurobak/img/rectangle.svg);
	min-height: 180px;
	-ms-flex-item-align: auto;
	align-self: auto;
	min-width: 47px;
	position: relative
}
.development-content .statistic-element_big .icon-plate i {
	position: absolute;
	top: calc(50% - 11px);
	left: 30%
}
.development-content .statistic-element_big .num {
	text-align: right;
	border: 0;
	font-size: 90px;
	width: 100%;
	font-family: var(--secondaryFont);
	font-weight: 300;
	-ms-flex-pack: end;
	justify-content: flex-end
}
@media all and (max-width:768px) {
	.development-content .statistic-element_big .num {
		font-size: 70px;
		padding-right: 0
	}
}
.development-content .statistic-element_big .num-description {
	text-align: right;
	line-height: 1.21053;
	font-size: 19px;
	letter-spacing: -.6;
	font-weight: 400;
	text-transform: uppercase
}
.development-hero_socials {
	position: absolute;
	top: 68%;
	left: 0;
	min-width: 100vw;
	height: 20%
}
@media all and (max-width:960px) {
	.development-hero_socials {
		top: 61%
	}
}
.development-hero_socials .share-first, .development-hero_socials .share-second {
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 17px;
	transition: .25s all ease-in-out;
	height: 56px;
	width: 56px;
	cursor: pointer;
	border-radius: 50%
}
.development-hero_socials .share-first:hover .dh-follow, .development-hero_socials .share-second:hover .dh-follow {
	opacity: 1;
	margin-top: -30px
}
.development-hero_socials .share-first:hover .plate-tile, .development-hero_socials .share-second:hover .plate-tile {
	box-shadow: 0 0 0 10px rgba(255, 255, 255, .2);
	-webkit-transform: scale(1.2858) translate(0, 0);
	transform: scale(1.2858) translate(0, 0)
}
.development-hero_socials .share-first:hover .plate-tile:before, .development-hero_socials .share-second:hover .plate-tile:before {
	-webkit-transform: scale(1) translate(0, 0);
	transform: scale(1) translate(0, 0)
}
.development-hero_socials .share-first {
	position: absolute;
	left: 42%;
	-webkit-transform: scale(1) translate(0, 0);
	transform: scale(1) translate(0, 0)
}
@media all and (max-width:1600px) {
	.development-hero_socials .share-first {
		top: -15%;
		left: 43%
	}
}
@media all and (max-width:1200px) {
	.development-hero_socials .share-first {
		top: -20%;
		left: 42%
	}
}
.development-hero_socials .share-first .icon.icon-paperplane {
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	color: #fff
}
.development-hero_socials .share-first .icon.icon-paperplane:before {
	width: 20px;
	height: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}
@media all and (max-width:1140px) {
	.development-hero_socials .share-first {
		left: 42%
	}
}
.development-hero_socials .share-first .plate-tile {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	width: 56px;
	height: 56px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background: linear-gradient(#ffe578, #e59600);
	color: #fff;
	transition: all .25s ease-in-out
}
.development-hero_socials .share-first .plate-tile:before {
	transition: all .25s ease-in-out
}
.development-hero_socials .share-first .dh-follow {
	pointer-events: none;
	opacity: 0;
	position: absolute;
	width: 400px;
	left: 154px;
	top: 50px;
	transition: all .25s;
	color: #fff;
	pointer-events: none
}
.development-hero_socials .share-first .dh-follow:after {
	height: 1px;
	width: 64px;
	background: #fff;
	position: absolute;
	left: -74px;
	top: 6px;
	opacity: .3;
	content: ''
}
.development-hero_socials .share-second {
	top: -30%;
	left: 38.8%;
	position: absolute
}
.development-hero_socials .share-second .icon.icon-fb {
	position: absolute;
	z-index: 100;
	color: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}
.development-hero_socials .share-second .icon.icon-fb:before {
	width: 20px;
	height: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}
@media all and (max-width:1320px) {
	.development-hero_socials .share-second {
		left: 38%
	}
}
@media all and (max-width:1140px) {
	.development-hero_socials .share-second {
		left: 36%
	}
}
@media all and (max-width:960px) {
	.development-hero_socials .share-second {
		top: 65%
	}
}
.development-hero_socials .share-second .plate-tile {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	width: 56px;
	height: 56px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background: linear-gradient(#ffe578, #e59600);
	color: #fff;
	transition: all .25s ease-in-out
}
.development-hero_socials .share-second .dh-follow {
	opacity: 0;
	position: absolute;
	width: 400px;
	left: 154px;
	top: 50px;
	transition: all .25s;
	color: #fff;
	pointer-events: none
}
.development-hero_socials .share-second .dh-follow:after {
	height: 1px;
	width: 64px;
	background: #fff;
	position: absolute;
	left: -74px;
	top: 6px;
	opacity: .3;
	content: ''
}
.development-content .banner-title {
	padding-bottom: 40px
}
@media all and (max-width:475px) {
	.development-content .banner-description {
		font-size: 15px;
		padding-top: 22px
	}
}
@media all and (max-width:960px) {
	.development-content .grid-container {
		width: 80%;
		margin: 0 auto
	}
}
@media all and (max-width:475px) {
	.development-content .grid-container {
		width: 100%
	}
}
@media all and (max-width:960px) {
	.development-content .grid-container .col-4, .development-content .grid-container .col-6 {
		width: 100%;
		max-width: 100%
	}
}
@media all and (max-width:475px) {
	.development-content .grid-container .col-4, .development-content .grid-container .col-6 {
		width: 100%
	}
}
.dev-programs {
	margin-bottom: 20px
}
.dev-programs-title {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 32px;
	color: var(--body-color);
	line-height: 1.0625;
	width: 50%;
	margin: 0 0 40px
}
.dev-programs-describe {
	font-family: var(--primaryFont);
	font-weight: 400;
	color: var(--body-color);
	line-height: 1.85714;
	width: 50%;
	font-size: 14px;
	margin: 0 0 40px
}
.dev-programs-blocks {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.dev-programs-img-container {
	width: 142px;
	height: 140px;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}
.dev-programs-img-container img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%
}
.dev-programs-name {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 20px;
	color: var(--body-color);
	line-height: 1.15;
	transition: all .3s ease-in-out
}
.dev-programs-block {
	width: 270px;
	height: 260px;
	padding: 40px 15px 15px;
	margin-bottom: 60px;
	text-align: center;
	border: 1px solid transparent;
	box-shadow: 0 3px 7px rgba(0, 0, 0, .175);
	transition: .3s ease;
	position: relative;
	cursor: pointer
}
.dev-programs-block:nth-child(4n+2) .dev-programs-desc-container {
	left: -302px
}
.dev-programs-block:nth-child(4n+3) .dev-programs-desc-container {
	left: -602px
}
.dev-programs-block:nth-child(4n+4) .dev-programs-desc-container {
	left: -902px
}
@media all and (max-width:1200px) {
	.dev-programs-block:nth-child(n) .dev-programs-desc-container {
		left: -2px
	}
}
@media all and (max-width:1200px) {
	.dev-programs-block {
		width: 50%
	}
}
@media all and (max-width:600px) {
	.dev-programs-block {
		width: 100%
	}
}
.dev-programs-block:before {
	content: '\eA66';
	font-family: "iconFont" !important;
	position: absolute;
	top: -17px;
	left: -17px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #7356af;
	outline: 10px solid #fff;
	font-size: 9px;
	color: #fff;
	transition: .3s ease;
	opacity: 0
}
.dev-programs-block:hover {
	border-color: #7356af;
	box-shadow: none
}
.dev-programs-block:hover .dev-programs-name {
	color: #7356af
}
.dev-programs-block.clicked {
	border-color: #7356af
}
.dev-programs-block.clicked .dev-programs-name {
	color: #7356af
}
.dev-programs-block.clicked:before {
	opacity: 1
}
.dev-programs-all {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 270px;
	height: 260px;
	margin-bottom: 30px;
	text-align: center;
	background: #e8f2fd;
	border: 2px solid transparent;
	transition: .3s ease
}
@media all and (max-width:1200px) {
	.dev-programs-all {
		width: 50%
	}
}
@media all and (max-width:600px) {
	.dev-programs-all {
		width: 100%
	}
}
.dev-programs-all-arrow {
	width: 34px;
	height: 34px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #005fff;
	border-radius: 50%;
	margin-right: 10px
}
.dev-programs-all-title {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 15px;
	color: #005fff;
	letter-spacing: .8px;
	line-height: 1;
	padding-top: 4px
}
.dev-programs-all:hover {
	border-color: #7356af
}
.dev-programs-desc-container {
	position: absolute;
	left: -2px;
	top: 288px;
	width: 1170px;
	background: #fff;
	text-align: left;
	z-index: 10;
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	opacity: 0;
	transition: all .5s ease;
	max-height: 375px;
	overflow-y: auto;
	overflow-x: hidden
}
@media all and (max-width:1200px) {
	.dev-programs-desc-container {
		width: calc(100% + 4px)
	}
}
.dev-programs-desc-container.active {
	display: grid;
	grid-template-columns: 270px 270px 270px 270px;
	grid-column-gap: 30px;
	grid-row-gap: 30px
}
@media all and (max-width:1200px) {
	.dev-programs-desc-container.active {
		display: -ms-flexbox;
		display: flex
	}
}
.dev-programs-desc-container.animation {
	opacity: 1
}
.dev-programs-desc {
	margin-bottom: 30px;
	width: 269px;
	margin-right: 30px;
	transition: .3s
}
.dev-programs-desc:hover {
	opacity: .7
}
.dev-programs-desc:nth-child(4n) {
	margin-right: 0;
	padding-right: 15px
}
@media all and (max-width:1200px) {
	.dev-programs-desc:nth-child(4n) {
		width: 100%;
		margin-right: 0;
		padding-right: 0
	}
}
@media all and (max-width:1200px) {
	.dev-programs-desc:nth-child(n) {
		width: 100%;
		margin-right: 0
	}
}
.dev-programs-desc-num {
	width: 44px;
	height: 54px;
	background: #e8f2fd;
	position: relative;
	margin-bottom: -14px
}
.dev-programs-desc-num p {
	position: absolute;
	right: -5px;
	top: 15px;
	font-family: var(--primaryFont);
	font-weight: 700;
	font-size: 21px;
	color: #7356af;
	letter-spacing: 1px;
	line-height: 1
}
.dev-programs-desc-text {
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 21px;
	color: var(--body-color);
	line-height: 1.09524;
	padding-left: 20px;
	z-index: 5;
	position: relative
}
.dev-programs-desc-text time {
	display: block;
	color: #aaa;
	font-size: 16px;
	margin-top: 5px
}
@media all and (max-width:1200px) {
	.dev-programs-desc-text {
		padding-right: 15px
	}
}
.section-offices {
	padding: 40px 0 20px
}
.section-offices .education-title {
	margin-bottom: 40px
}
.education-title-gallery .education-title-gallery__head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 40px
}
.education-title-gallery .education-title-gallery__head .education-title {
	margin-bottom: 0
}
.membership {
	margin-bottom: 0
}
.membership .page-nav {
	background: var(--grey-light)
}
.membership .membership-in-association-container, .membership .education-gallery-container {
	margin: 0
}
.membership .consultation {
	padding-bottom: 130px
}
@media screen and (max-width:1023px) {
	.membership .consultation {
		padding-bottom: 105px
	}
}
@media screen and (max-width:760px) {
	.membership .consultation {
		padding-bottom: 65px
	}
}
.consultation.education-gallery-container {
	padding: 65px 0 130px
}
@media screen and (max-width:1023px) {
	.consultation.education-gallery-container {
		padding: 40px 0 50px
	}
}
@media screen and (max-width:760px) {
	.consultation.education-gallery-container {
		padding: 30px 0
	}
}
.consultation .education-title-gallery {
	padding-bottom: 79px;
	min-height: 500px;
	line-height: 1.4
}
@media screen and (max-width:760px) {
	.consultation .education-title-gallery {
		min-height: 100%
	}
}
.consultation .gallery-title {
	padding: 3px 80px 1px 22px;
	color: #fff;
	font-family: 'Roboto', san-serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 48px;

	margin-top: 50px
}
@media screen and (max-width:1200px) {
	.consultation .gallery-title {
		font-size: 30px;
		padding: 3px 50px 1px 22px
	}
}
@media screen and (min-width:1024px) {
	.consultation .gallery-title {
		margin-bottom: 0
	}
}
@media screen and (max-width:1023px) {
	.consultation .gallery-title {
		font-size: 24px;
		line-height: 30px;
		margin-top: 0;
		padding: 3px 0 1px 22px
	}
}
@media screen and (max-width:767px) {
	.consultation .gallery-title {
		font-size: 18px;
		line-height: 20px
	}
}
.consultation .grid-container:before {
	display: none
}
.consultation .education-gallery {
	margin-left: 0;
	width: 65.89402%
}
@media screen and (max-width:1023px) {
	.consultation .education-gallery {
		width: 100%
	}
}
.consultation .tabs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.consultation .tabs-item:not(:last-child) {
	border-right: none
}
.consultation .tabs-item {
	display: -ms-flexbox;
	height: 48px;

	display: flex;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	width: 50%;
	padding: 14px 7%;
	/* border: 1px solid #415168;*/
	background-color: #F0F0F0;

}
.consultation .tabs-item:nth-child(3) {
	padding: 14px 5.2%
}
@media screen and (max-width:1200px) {
	.consultation .tabs-item:nth-child(3) {
		padding: 14px 40px
	}
}
@media screen and (max-width:760px) {
	.consultation .tabs-item:nth-child(3) {
		padding: 9px 5px
	}
}
@media screen and (max-width:1200px) {
	.consultation .tabs-item {
		padding: 14px 40px
	}
}
@media screen and (max-width:760px) {
	.consultation .tabs-item {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 9px 5px
	}
}
.consultation .tabs-item:hover {
	background-color: rgba(91, 91, 91, .5);
	transition: .3s
}
.consultation .tabs-item.active {
	background-color: #FEFEFE;
	border: 0;
	/*border-top: 2px solid #0eb53d*/
}
.consultation .tabs-item.active .title {
	color: #2D2243;
	font-family: 'Roboto', san-serif;
	font-size: 13px;
	font-weight: 400;
}

.consultation .tabs-item .title {
	color: #90959C;
	font-family: 'Roboto', san-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;

}
@media screen and (max-width:760px) {
	.consultation .tabs-item .title {
		font-size: 10px;
		line-height: 1.2
	}
}
.consultation .tabs-content {
	background-color: #FEFEFE;
	position: relative;
}
.consultation .tabs-content-item {
	position: absolute;
	top: 0;
	overflow: hidden;
	min-height: 282px;
	transition: .3s, overflow 0s linear 0s;
	display: block;
	opacity: 0;
	z-index: -11
}
.consultation .tabs-content-item .file-upload-info {
	margin: 0 15px;
	line-height: 0;
	font-size: 12px
}
@media screen and (max-width:760px) {
	.consultation .tabs-content-item .file-upload-info {
		width: 100%;
		margin: 0
	}
}
.consultation .tabs-content-item .js__attachment-name {
	display: inline-block;
	color: #fff;
	position: relative;
	line-height: 1.2;
	margin: 5px 0
}
.consultation .tabs-content-item .js__remove-attachment {
	color: #fff;
	cursor: pointer;
	position: absolute;
	top: -2px;
	right: -11px
}
.consultation .tabs-content-item .js__remove-attachment:before {
	font-size: 8px
}
.consultation .tabs-content-item.call {
	padding: 0 50px
}
@media screen and (max-width:1023px) {
	.consultation .tabs-content-item.call {
		padding: 0 30px
	}
}
@media screen and (max-width:760px) {
	.consultation .tabs-content-item.call {
		padding: 0
	}
}
.consultation .tabs-content-item.letter {
	padding: 0 50px
}
@media screen and (max-width:1023px) {
	.consultation .tabs-content-item.letter {
		padding: 0 30px
	}
}
@media screen and (max-width:760px) {
	.consultation .tabs-content-item.letter {
		padding: 0
	}
}
.consultation .tabs-content-item.call.active {
	padding: 60px 50px

}
@media screen and (max-width:1023px) {
	.consultation .tabs-content-item.call.active {
		padding: 40px 30px
	}
}
@media screen and (max-width:760px) {
	.consultation .tabs-content-item.call.active {
		padding: 20px
	}
}
.consultation .tabs-content-item.call.active .btn-send {
	bottom: -100px
}
@media screen and (max-width:760px) {
	.consultation .tabs-content-item.call.active .btn-send {
		bottom: -70px
	}
}
.consultation .tabs-content-item.letter.active {
	padding: 20px 50px
}
@media screen and (max-width:1023px) {
	.consultation .tabs-content-item.letter.active {
		padding: 20px 30px
	}
}
@media screen and (max-width:760px) {
	.consultation .tabs-content-item.letter.active {
		padding: 20px
	}
}
.consultation .tabs-content-item.letter.active .btn-send {
	bottom: -100px
}
@media screen and (max-width:760px) {
	.consultation .tabs-content-item.letter.active .btn-send {
		bottom: -70px
	}
}
.consultation .tabs-content-item.active {
	overflow: visible;
	position: relative;
	opacity: 1;
	z-index: 2
}
.consultation .tabs-content-item form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.consultation .tabs-content-item .btn-send {
	display: block;
	margin: auto;
	position: absolute;
	bottom: -160px;
	left: 0;
	right: 0
}
@media screen and (max-width:1023px) {
	.consultation .tabs-content-item .btn-send {
		bottom: -135px
	}
}
@media screen and (max-width:760px) {
	.consultation .tabs-content-item .btn-send {
		bottom: -90px
	}
}
.consultation .tabs-content-item .upload {
	border: 1px dashed #bfbfbf;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 10px 20px;
	margin-top: 10px;
	position: relative
}
@media screen and (max-width:760px) {
	.consultation .tabs-content-item .upload {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.consultation .tabs-content-item .upload label {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	width: 50%;
	float: left
}
@media screen and (max-width:760px) {
	.consultation .tabs-content-item .upload label {
		width: 100%
	}
}
.consultation .tabs-content-item .upload label span {
	margin-top: 10px;
	display: block;
	color: #bfbfbf
}
.consultation .tabs-content-item .upload .btn-upload {
	margin: auto 0
}
@media screen and (max-width:760px) {
	.consultation .tabs-content-item .upload .btn-upload {
		margin-top: 10px
	}
}
.consultation .tabs-content-item .upload .btn-upload span {
	font-size: 14px;
	line-height: 16px
}
.consultation .tabs-content-item .file-upload {
	position: absolute;
	z-index: -1;
	opacity: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}
.consultation .tabs-content-item input, .consultation .tabs-content-item textarea {
	width: 100%;
	background-color: #382B51;
	font-family: 'Roboto', san-serif;
	line-height: 26px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid transparent;
	padding: 15px 20px
}
@media screen and (max-width:1023px) {
	.consultation .tabs-content-item input, .consultation .tabs-content-item textarea {
		padding: 12px 20px;
		font-size: 13px
	}
}
@media screen and (max-width:760px) {
	.consultation .tabs-content-item input, .consultation .tabs-content-item textarea {
		padding: 9px 20px;
		font-size: 12px
	}
}
.consultation .tabs-content-item input.disabled, .consultation .tabs-content-item textarea.disabled {
	border: 1px solid rgba(223, 74, 74, .8)
}
.consultation .tabs-content-item input.success, .consultation .tabs-content-item textarea.success {
	border: 1px solid #0eb53d
}
.consultation .tabs-content-item input::-webkit-input-placeholder, .consultation .tabs-content-item textarea::-webkit-input-placeholder {
	font-family: var(--tertiaryFont);
	line-height: 26px;
	color: rgba(152, 152, 152, .7);
	font-size: 14px;
	letter-spacing: 1px
}
@media screen and (max-width:1023px) {
	.consultation .tabs-content-item input::-webkit-input-placeholder, .consultation .tabs-content-item textarea::-webkit-input-placeholder {
		font-size: 13px
	}
}
@media screen and (max-width:760px) {
	.consultation .tabs-content-item input::-webkit-input-placeholder, .consultation .tabs-content-item textarea::-webkit-input-placeholder {
		font-size: 12px
	}
}
.consultation .tabs-content-item input::-moz-placeholder, .consultation .tabs-content-item textarea::-moz-placeholder {
	font-family: var(--tertiaryFont);
	line-height: 26px;
	color: rgba(152, 152, 152, .7);
	font-size: 14px;
	letter-spacing: 1px
}
@media screen and (max-width:1023px) {
	.consultation .tabs-content-item input::-moz-placeholder, .consultation .tabs-content-item textarea::-moz-placeholder {
		font-size: 13px
	}
}
@media screen and (max-width:760px) {
	.consultation .tabs-content-item input::-moz-placeholder, .consultation .tabs-content-item textarea::-moz-placeholder {
		font-size: 12px
	}
}
.consultation .tabs-content-item input:-moz-placeholder, .consultation .tabs-content-item textarea:-moz-placeholder {
	font-family: var(--tertiaryFont);
	line-height: 26px;
	color: rgba(152, 152, 152, .7);
	font-size: 14px;
	letter-spacing: 1px
}
@media screen and (max-width:1023px) {
	.consultation .tabs-content-item input:-moz-placeholder, .consultation .tabs-content-item textarea:-moz-placeholder {
		font-size: 13px
	}
}
@media screen and (max-width:760px) {
	.consultation .tabs-content-item input:-moz-placeholder, .consultation .tabs-content-item textarea:-moz-placeholder {
		font-size: 12px
	}
}
.consultation .tabs-content-item input:-ms-input-placeholder, .consultation .tabs-content-item textarea:-ms-input-placeholder {
	font-family: var(--tertiaryFont);
	line-height: 26px;
	color: rgba(152, 152, 152, .7);
	font-size: 14px;
	letter-spacing: 1px
}
@media screen and (max-width:1023px) {
	.consultation .tabs-content-item input:-ms-input-placeholder, .consultation .tabs-content-item textarea:-ms-input-placeholder {
		font-size: 13px
	}
}
@media screen and (max-width:760px) {
	.consultation .tabs-content-item input:-ms-input-placeholder, .consultation .tabs-content-item textarea:-ms-input-placeholder {
		font-size: 12px
	}
}
.consultation .tabs-content-item textarea {
	resize: none;
	overflow: auto;
	word-wrap: break-word;
	height: 58px
}
@media screen and (max-width:1023px) {
	.consultation .tabs-content-item textarea {
		height: 52px
	}
}
@media screen and (max-width:760px) {
	.consultation .tabs-content-item textarea {
		height: auto
	}
}
.consultation .tabs-content-item textarea::-webkit-scrollbar {
	width: 4px
}
.consultation .tabs-content-item textarea::-webkit-scrollbar-thumb {
	background-color: rgba(152, 152, 152, .7)
}
.consultation .tabs-content-item .item-50 {
	width: calc(50% - 15px);
	margin-right: 30px;
	margin-bottom: 10px
}
@media screen and (max-width:760px) {
	.consultation .tabs-content-item .item-50 {
		width: 100%;
		margin-right: 0
	}
}
.consultation .tabs-content-item .item-50:nth-child(2n+2) {
	margin-right: 0
}
.consultation .tabs-content-item .item-100 {
	width: 100%;
	margin-bottom: 10px
}
.consultation .tabs-content-item .info {
	display: block;
	color: #fff;
	font-family: var(--tertiaryFont);
	letter-spacing: 1px;
	line-height: 26px;
	font-size: 14px;
	margin-top: -10px
}
@media screen and (max-width:767px) {
	.consultation .tabs-content-item .info {
		font-size: 12px;
		line-height: 20px;
		margin-top: -2px
	}
}
.membership-in-association-container {
	background: var(--grey-light);
	padding-bottom: 100px
}
@media screen and (max-width:1023px) {
	.membership-in-association-container {
		padding-bottom: 50px
	}
}
.membership-in-association-container .education-title {
	margin-bottom: 10px
}
.membership-in-association-container .membership-in-association-title {
	display: block;
	color: var(--body-color);
	font-size: 18px;
	font-family: var(--secondaryFont);
	font-weight: 400;
	line-height: 1.4;
	text-transform: uppercase;
	margin-bottom: 75px;
	letter-spacing: 1px
}
@media screen and (max-width:1023px) {
	.membership-in-association-container .membership-in-association-title {
		margin-bottom: 40px;
		font-size: 16px
	}
}
@media screen and (max-width:767px) {
	.membership-in-association-container .membership-in-association-title {
		margin-bottom: 25px;
		font-size: 15px
	}
}
.membership-in-association-container .membership-in-association {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.membership-in-association-container .membership-in-association-item {
	width: 33.33333%;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center
}
@media screen and (max-width:767px) {
	.membership-in-association-container .membership-in-association-item {
		width: 100%;
		margin-bottom: 20px
	}
}
.membership-in-association-container .number {
	color: #195296;
	font-family: var(--tertiaryFont);
	font-weight: 300;
	font-size: 120px;
	margin-bottom: 42px
}
@media screen and (max-width:1023px) {
	.membership-in-association-container .number {
		font-size: 80px;
		line-height: 1;
		margin-bottom: 28px
	}
}
@media screen and (max-width:767px) {
	.membership-in-association-container .number {
		font-size: 40px;
		margin-bottom: 10px
	}
}
.membership-in-association-container .number .digit {
	font-family: var(--tertiaryFont);
	font-weight: 300;
	font-size: 120px
}
@media screen and (max-width:1023px) {
	.membership-in-association-container .number .digit {
		font-size: 80px;
		line-height: 1
	}
}
@media screen and (max-width:767px) {
	.membership-in-association-container .number .digit {
		font-size: 40px
	}
}
.membership-in-association-container .number .txt {
	display: inline-block;
	font-family: var(--tertiaryFont);
	font-weight: 600;
	font-size: 30px;
	margin-left: 15px
}
@media screen and (max-width:767px) {
	.membership-in-association-container .number .txt {
		font-size: 20px;
		margin-left: 5px
	}
}
.membership-in-association-container .title {
	color: #173252;
	font-family: var(--secondaryFont);
	font-size: 21px;
	line-height: 24px;
	margin-bottom: 15px
}
@media screen and (max-width:1023px) {
	.membership-in-association-container .title {
		margin-bottom: 10px;
		font-size: 19px;
		line-height: 22px
	}
}
@media screen and (max-width:767px) {
	.membership-in-association-container .title {
		font-size: 15px;
		margin-bottom: 7px
	}
}
.membership-in-association-container .text {
	color: #666;
	font-size: 14px;
	line-height: 26px
}
@media screen and (max-width:1023px) {
	.membership-in-association-container .text {
		line-height: 22px
	}
}
@media screen and (max-width:767px) {
	.membership-in-association-container .text {
		font-size: 13px
	}
}
.our-members-container .our-members:after {
	content: '';
	display: table;
	clear: both
}
.our-members-container .logos-category-title {
	display: none
}
@media screen and (max-width:500px) {
	.our-members-container .logos-category-title {
		display: block;
		border: 1px solid #ccc;
		position: relative;
		padding: 10px 10px;
		text-transform: uppercase;
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden
	}
	.our-members-container .logos-category-title a {
		color: var(--body-color)
	}
	.our-members-container .logos-category-title:after {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 30px;
		background: #fff;
		z-index: 1;
		box-shadow: -10px 0 22px 4px #fff
	}
	.our-members-container .logos-category-title:before {
		position: absolute;
		right: 10px;
		top: 50%;
		font-size: 10px;
		line-height: 0;
		-webkit-transform: rotate(90deg) translate(0, -50%);
		transform: rotate(90deg) translate(0, -50%);
		transition: .3s;
		z-index: 2
	}
}
@media screen and (max-width:500px) {
	.our-members-container .logos-category-list {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		width: 100%;
		background: #fff;
		z-index: 2;
		transition: .3s;
		max-height: 0;
		overflow: auto
	}
}
.our-members-container .logos-category-list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #f5f5f5
}
.our-members-container .logos-category-list::-webkit-scrollbar {
	width: 6px;
	background-color: #f5f5f5
}
.our-members-container .logos-category-list::-webkit-scrollbar-thumb {
	background-color: #000
}
.our-members-container .logos-category {
	position: relative
}
.our-members-container .logos-category.open .logos-category-title:before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
.our-members-container .logos-category.open .logos-category-list {
	padding: 6px 0;
	max-height: 250px;
	border: 1px solid #ccc
}
.our-members-container .our-members-l {
	float: left;
	padding-right: 60px;
	box-sizing: border-box;
	width: 34.18803%
}
@media screen and (max-width:1023px) {
	.our-members-container .our-members-l {
		width: 100%;
		float: none;
		padding-right: 0;
		margin-bottom: 20px
	}
}
.our-members-container .our-members-l li {
	font-size: 13px;
	font-weight: 700;
	line-height: 27px;
	text-transform: uppercase;
	display: block
}
@media screen and (max-width:1023px) {
	.our-members-container .our-members-l li {
		display: inline-block;
		padding-right: 30px
	}
}
@media screen and (max-width:767px) {
	.our-members-container .our-members-l li {
		font-size: 10px;
		padding-right: 10px
	}
}
@media screen and (max-width:500px) {
	.our-members-container .our-members-l li {
		display: block;
		padding: 0 10px;
		line-height: 20px
	}
}
.our-members-container .our-members-l li a {
	font-family: var(--secondaryFont);
	color: #a4a4a4
}
.our-members-container .our-members-l li er {
	color: #000
}
.our-members-container .our-members-l li.active a {
	color: #043cd2
}
.our-members-container .our-members-l .bl-btn--small {
	margin-top: 39px
}
@media screen and (max-width:1023px) {
	.our-members-container .our-members-l .bl-btn--small {
		margin-top: 20px
	}
}
@media screen and (max-width:550px) {
	.our-members-container .our-members-l .bl-btn--small {
		width: 100%
	}
}
.our-members-container .our-members-r {
	float: left;
	width: 65.81197%
}
@media screen and (max-width:1023px) {
	.our-members-container .our-members-r {
		width: 100%;
		float: none
	}
}
.our-members-container .logos {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	margin-bottom: 12px;
	min-height: 482px
}
@media screen and (max-width:1023px) {
	.our-members-container .logos {
		min-height: 100%
	}
}
.our-members-container .block-number {
	margin-left: auto
}
@media screen and (max-width:1023px) {
	.our-members-container .block-number {
		margin: auto
	}
}
.our-members-container .slick-slide {
	outline: 0
}
.our-members-container .logos-item {
	position: relative;
	max-height: 100px;
	min-height: 70px;
	text-align: center;
	width: 25%;
	cursor: pointer;
	padding: 4px 10px;
	box-sizing: border-box;
	transition: .3s;
	opacity: .5;
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
	margin-bottom: 23px;
	transition: opacity .3s
}
@media screen and (max-width:1023px) {
	.our-members-container .logos-item {
		width: 20%
	}
}
@media screen and (max-width:760px) {
	.our-members-container .logos-item {
		width: 25%
	}
}
@media screen and (max-width:550px) {
	.our-members-container .logos-item {
		width: 33.33333%
	}
}
@media screen and (max-width:400px) {
	.our-members-container .logos-item {
		width: 50%
	}
}
.our-members-container .logos-item.show {
	webkit-filter: grayscale(.35);
	-moz-filter: grayscale(.35);
	-ms-filter: grayscale(.35);
	-o-filter: grayscale(.35);
	-webkit-filter: grayscale(.35);
	filter: grayscale(.35)
}
.our-members-container .logos-item.hide {
	width: 0;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	padding: 0;
	overflow: hidden
}
.our-members-container .logos-item:hover {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1
}
.our-members-container .logos-item img {
	position: absolute;
	width: auto;
	margin: auto;
	max-width: 90%;
	max-height: 90%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.includ-to-association {
	display: block
}
.includ-to-association-info-form {
	position: relative;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
	border: 1px solid #e9e9e9;
	padding-bottom: 30px;
	margin-top: 50px
}
@media screen and (max-width:1023px) {
	.includ-to-association-info-form {
		margin-top: 37px
	}
}
@media screen and (max-width:767px) {
	.includ-to-association-info-form {
		margin-top: 30px
	}
}
@media screen and (max-width:550px) {
	.includ-to-association-info-form {
		margin-top: 20px
	}
}
.includ-to-association-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 15px 0;
	max-height: 0;
	overflow: hidden;
	transition: .3s
}
.includ-to-association-info.open {
	padding: 40px 15px 0;
	max-height: 1000px
}
@media screen and (max-width:767px) {
	.includ-to-association-info.open {
		max-height: 2000px
	}
}
.includ-to-association-info .includ-to-association-title {
	font-family: var(--secondaryFont);
	font-size: 20px;
	margin-bottom: 63px;
	text-transform: uppercase;
	display: block;
	width: 100%;
	text-align: center;
	padding: 0 20px;
	line-height: 1.4
}
@media screen and (max-width:1023px) {
	.includ-to-association-info .includ-to-association-title {
		margin-bottom: 37px
	}
}
@media screen and (max-width:767px) {
	.includ-to-association-info .includ-to-association-title {
		font-size: 16px;
		margin-bottom: 20px
	}
}
.includ-to-association-info .info-item {
	position: relative;
	width: 25%;
	padding-left: 50px;
	padding-right: 20px
}
@media screen and (max-width:1023px) {
	.includ-to-association-info .info-item {
		padding-left: 17px;
		padding-right: 0
	}
}
@media screen and (max-width:767px) {
	.includ-to-association-info .info-item {
		width: 50%;
		padding-right: 20px;
		margin-bottom: 20px
	}
}
@media screen and (max-width:550px) {
	.includ-to-association-info .info-item {
		width: 100%;
		text-align: center
	}
}
.includ-to-association-info .number {
	position: absolute;
	top: -30px;
	left: 0;
	color: #f7f7f7;
	font-family: var(--tertiaryFont);
	font-weight: 700;
	font-size: 170px
}
@media screen and (max-width:1023px) {
	.includ-to-association-info .number {
		top: -20px;
		font-size: 100px
	}
}
@media screen and (max-width:550px) {
	.includ-to-association-info .number {
		color: #e0e0e0;
		font-size: 60px;
		margin-bottom: 8px;
		position: static;
		text-align: center
	}
}
.includ-to-association-info .title {
	position: relative;
	z-index: 1;
	color: #7356af;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 17px;
	letter-spacing: -.4px;
	line-height: 24px;
	text-transform: uppercase;
	padding-right: 20px;
	margin-bottom: 14px;
	display: block
}
@media screen and (max-width:1150px) {
	.includ-to-association-info .title {
		font-size: 14px
	}
}
@media screen and (max-width:1023px) {
	.includ-to-association-info .title {
		font-size: 16px;
		padding-right: 0;
		line-height: 22px
	}
}
@media screen and (max-width:800px) {
	.includ-to-association-info .title {
		font-size: 14px
	}
}
@media screen and (max-width:767px) {
	.includ-to-association-info .title {
		margin-bottom: 10px
	}
}
.includ-to-association-info .text {
	position: relative;
	z-index: 1
}
.includ-to-association-info .text p {
	color: var(--body-color);
	font-size: 14px;
	line-height: 26px
}
@media screen and (max-width:1023px) {
	.includ-to-association-info .text p {
		font-size: 13px;
		line-height: 20px
	}
}
.includ-to-association-info .bl-btn--big {
	display: block;
	margin: 32px auto 0
}
@media screen and (max-width:1023px) {
	.includ-to-association-info .bl-btn--big {
		margin-top: 30px
	}
}
@media screen and (max-width:767px) {
	.includ-to-association-info .bl-btn--big {
		margin-top: 15px
	}
}
.includ-to-association-form {
	display: none
}
.includ-to-association-form.open {
	display: block
}
.includ-to-association-form .tabs {
	display: -ms-flexbox;
	display: flex
}
.includ-to-association-form .tabs .tabs-item {
	width: 25%;
	background-color: rgba(0, 0, 0, .25);
	border-top: 2px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	padding: 8px 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	transition: .3s
}
@media screen and (max-width:1200px) {
	.includ-to-association-form .tabs .tabs-item {
		padding: 8px 20px
	}
}
@media screen and (max-width:760px) {
	.includ-to-association-form .tabs .tabs-item {
		text-align: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}
.includ-to-association-form .tabs .tabs-item.active {
	border-right: 1px solid transparent;
	border-top: 2px solid #7356af;
	background-color: #fff
}
.includ-to-association-form .tabs .tabs-item.active .tabs-item-num {
	color: #7356af
}
.includ-to-association-form .tabs .tabs-item.active .tabs-item-title {
	color: #7356af
}
.includ-to-association-form .tabs .tabs-item-num {
	color: #fff;
	font-family: var(--tertiaryFont);
	font-weight: 700;
	font-size: 50px;
	line-height: 50px;
	margin-right: 20px
}
@media screen and (max-width:1200px) {
	.includ-to-association-form .tabs .tabs-item-num {
		margin-right: 15px
	}
}
@media screen and (max-width:1023px) {
	.includ-to-association-form .tabs .tabs-item-num {
		font-size: 35px;
		line-height: 1;
		margin-right: 8px
	}
}
@media screen and (max-width:760px) {
	.includ-to-association-form .tabs .tabs-item-num {
		font-size: 20px;
		margin-right: 0
	}
}
.includ-to-association-form .tabs .tabs-item-title {
	color: #fff;
	font-family: var(--tertiaryFont);
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	padding-right: 40px
}
@media screen and (max-width:1200px) {
	.includ-to-association-form .tabs .tabs-item-title {
		padding-right: 0
	}
}
@media screen and (max-width:1023px) {
	.includ-to-association-form .tabs .tabs-item-title {
		font-size: 13px;
		line-height: 15px
	}
}
@media screen and (max-width:760px) {
	.includ-to-association-form .tabs .tabs-item-title {
		display: none
	}
}
.includ-to-association-form .tabs-content {
	position: relative;
	padding: 74px 50px 0
}
@media screen and (max-width:1200px) {
	.includ-to-association-form .tabs-content {
		padding: 50px 40px 0
	}
}
@media screen and (max-width:1023px) {
	.includ-to-association-form .tabs-content {
		padding: 35px 30px 0
	}
}
@media screen and (max-width:767px) {
	.includ-to-association-form .tabs-content {
		padding: 20px
	}
}
.includ-to-association-form .tabs-content .items {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.includ-to-association-form .tabs-content .tabs-content-item {
	display: none
}
.includ-to-association-form .tabs-content .tabs-content-item.active {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}
.includ-to-association-form .tabs-content .input-title {
	margin-bottom: 6px;
	display: block
}
.includ-to-association-form .tabs-content .input-radio-title {
	font-size: 16px;
	line-height: 22px;
	display: block;
	width: 100%;
	margin-bottom: 10px
}
.includ-to-association-form .tabs-content .input-radio-button label {
	margin-top: 0;
	margin-right: 10px;
	display: inline-block
}
.includ-to-association-form .tabs-content .file-block {
	display: block;
	cursor: pointer;
	width: 100%;
	position: relative;
	margin: 10px 0 0
}
.includ-to-association-form .tabs-content .file-block:hover .input-title, .includ-to-association-form .tabs-content .file-block:hover .icon-download-button {
	opacity: .6
}
.includ-to-association-form .tabs-content .file-block .input-title, .includ-to-association-form .tabs-content .file-block .icon-download-button {
	display: inline-block;
	transition: .3s
}
.includ-to-association-form .tabs-content .file-block input {
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
	cursor: pointer
}
.includ-to-association-form .tabs-content textarea {
	min-height: 100px
}
.includ-to-association-form .tabs-content .selectric-select {
	width: 100%
}
.includ-to-association-form .tabs-content input:not([type=checkbox]), .includ-to-association-form .tabs-content textarea {
	width: 100%;
	border: 1px solid #e8e8e8;
	background-color: #f7f7f7;
	font-family: var(--tertiaryFont);
	font-size: 14px;
	line-height: 26px;
	padding: 12px 20px 10px;
	color: #989898
}
.includ-to-association-form .tabs-content input:not([type=checkbox])::-webkit-input-placeholder, .includ-to-association-form .tabs-content textarea::-webkit-input-placeholder {
	font-family: var(--tertiaryFont);
	font-size: 14px;
	line-height: 26px;
	color: rgba(152, 152, 152, .5)
}
.includ-to-association-form .tabs-content input:not([type=checkbox])::-moz-placeholder, .includ-to-association-form .tabs-content textarea::-moz-placeholder {
	font-family: var(--tertiaryFont);
	font-size: 14px;
	line-height: 26px;
	color: rgba(152, 152, 152, .5)
}
.includ-to-association-form .tabs-content input:not([type=checkbox]):-moz-placeholder, .includ-to-association-form .tabs-content textarea:-moz-placeholder {
	font-family: var(--tertiaryFont);
	font-size: 14px;
	line-height: 26px;
	color: rgba(152, 152, 152, .5)
}
.includ-to-association-form .tabs-content input:not([type=checkbox]):-ms-input-placeholder, .includ-to-association-form .tabs-content textarea:-ms-input-placeholder {
	font-family: var(--tertiaryFont);
	font-size: 14px;
	line-height: 26px;
	color: rgba(152, 152, 152, .5)
}
.includ-to-association-form .tabs-content input[type=date] {
	padding: 11px 20px 9px
}
.includ-to-association-form .tabs-content .selectric-select .selectric {
	border: 1px solid #e8e8e8;
	box-sizing: border-box
}
.includ-to-association-form .tabs-content .selectric-select .label {
	font-family: var(--tertiaryFont);
	font-size: 14px;
	line-height: 26px;
	padding: 12px 20px 10px;
	color: #989898;
	height: auto;
	box-sizing: border-box;
	margin-left: 0
}
.includ-to-association-form .tabs-content .selectric-select .button {
	height: 100%
}
.includ-to-association-form .tabs-content .agreement-info {
	color: var(--body-color);
	font-size: 13px;
	line-height: 22px;
	display: block;
	margin: 50px 0 25px
}
@media screen and (max-width:1023px) {
	.includ-to-association-form .tabs-content .agreement-info {
		margin: 20px 0 20px
	}
}
.includ-to-association-form .tabs-content .agreement-checkbox {
	position: relative;
	margin-top: 23px;
	display: inline-block;
	margin-bottom: 10px
}
.includ-to-association-form .tabs-content .agreement-checkbox .agreement-checkbox-text {
	padding-left: 35px;
	position: relative;
	cursor: pointer
}
.includ-to-association-form .tabs-content .agreement-checkbox .agreement-checkbox-text p {
	line-height: 25px
}
.includ-to-association-form .tabs-content .agreement-checkbox .checked {
	position: absolute;
	top: 1px;
	left: 0;
	width: 20px;
	height: 20px
}
.includ-to-association-form .tabs-content .agreement-checkbox .checked:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #e8e8e8;
	background-color: #f7f7f7
}
.includ-to-association-form .tabs-content .agreement-checkbox .checked:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 6px;
	width: 9px;
	height: 6px;
	border: 1px solid;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
	border-color: transparent transparent #0059e0 #0059e0;
	opacity: 0
}
.includ-to-association-form .tabs-content .agreement-checkbox input {
	display: none
}
.includ-to-association-form .tabs-content .agreement-checkbox input:checked+.checked:after {
	opacity: 1
}
.includ-to-association-form .tabs-content .agreement-checkbox p {
	display: inline;
	font-size: 14px;
	line-height: 1.4;
	color: var(--body-color);
	position: relative
}
.includ-to-association-form .tabs-content .agreement-checkbox a {
	display: inline;
	font-size: 14px;
	line-height: 24px;
	color: #053fd8
}
.includ-to-association-form .tabs-content .agreement-checkbox er {
	color: #90afff
}
.includ-to-association-form .tabs-content .item-33 {
	width: calc(33.333% - 13.4px);
	margin-right: 20px;
	margin-bottom: 20px
}
@media screen and (max-width:767px) {
	.includ-to-association-form .tabs-content .item-33 {
		width: calc(50% - 10px);
		margin-right: 10px
	}
	.includ-to-association-form .tabs-content .item-33:nth-of-type(2n) {
		margin-right: 0
	}
}
@media screen and (max-width:550px) {
	.includ-to-association-form .tabs-content .item-33 {
		width: 100%;
		margin-right: 0
	}
}
.includ-to-association-form .tabs-content .item-33:nth-of-type(3n) {
	margin-right: 0
}
@media screen and (max-width:767px) {
	.includ-to-association-form .tabs-content .item-33:nth-of-type(3n) {
		margin-right: 10px
	}
}
@media screen and (max-width:550px) {
	.includ-to-association-form .tabs-content .item-33:nth-of-type(3n) {
		margin-right: 0
	}
}
.includ-to-association-form .tabs-content .item-50 {
	width: calc(50% - 10px);
	margin-right: 20px;
	margin-bottom: 20px
}
.includ-to-association-form .tabs-content .item-50:nth-of-type(2n) {
	margin-right: 0
}
@media screen and (max-width:550px) {
	.includ-to-association-form .tabs-content .item-50 {
		width: 100%;
		margin-right: 0
	}
}
@media screen and (max-width:1023px) {
	.includ-to-association-form .tabs-content .item-agreement {
		margin-bottom: 20px
	}
}
@media screen and (max-width:767px) {
	.includ-to-association-form .tabs-content .item-agreement {
		width: 100%;
		margin-right: 0
	}
}
.includ-to-association-form .tabs-content .search-dropdown {
	width: 100%;
	margin: 0
}
.includ-to-association-form .tabs-content .search-dropdown.error .filter {
	border-color: red !important
}
.includ-to-association-form .tabs-content .search-dropdown .drop-down-search {
	padding: 0 !important;
	height: 50px;
	background: #fff !important;
	position: absolute;
	top: 48px;
	width: calc(100% + 2px);
	left: -1px;
	border: 1px solid #e8e8e8;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	z-index: 2
}
@media all and (max-width:600px) {
	.includ-to-association-form .tabs-content .search-dropdown .drop-down-search {
		height: 40px
	}
}
.includ-to-association-form .tabs-content .search-dropdown .drop-down-search:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 20px;
	color: #a8a8a8
}
.includ-to-association-form .tabs-content .search-dropdown .drop-down-search input {
	border: 0;
	height: 100%;
	width: 100%;
	padding: 6px;
	padding-left: 45px
}
.includ-to-association-form .tabs-content .search-dropdown .drop-down {
	max-height: 296px;
	overflow: auto;
	top: 97px
}
@media all and (max-width:600px) {
	.includ-to-association-form .tabs-content .search-dropdown .drop-down {
		top: 87px
	}
}
.includ-to-association-form .tabs-content .search-dropdown .drop-down li {
	text-transform: none;
	padding: 17px 20px
}
@media all and (max-width:600px) {
	.includ-to-association-form .tabs-content .search-dropdown .drop-down li {
		padding: 12px 20px
	}
}
.includ-to-association-form .tabs-content .search-dropdown .filter {
	margin-left: 0;
	width: 100%;
	height: 50px
}
.includ-to-association-form .tabs-content .search-dropdown .filter .title {
	text-transform: none;
	margin-top: 18px
}
.includ-to-association-form .tabs-content .search-dropdown .filter.active .drop-down-search {
	opacity: 1;
	visibility: visible
}
.includ-to-association-form .tabs-content .item-100 {
	width: 100%;
	margin-bottom: 10px
}
.includ-to-association-form .tabs-content .next-tabs-item {
	display: block;
	width: 100%;
	position: relative;
	margin-top: 35px
}
@media screen and (max-width:1023px) {
	.includ-to-association-form .tabs-content .next-tabs-item {
		margin-top: 20px
	}
}
.includ-to-association-form .tabs-content .close-form {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	color: var(--body-color);
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	opacity: .5;
	transition: .3s;
	margin-top: -8px;
	cursor: pointer
}
.includ-to-association-form .tabs-content .close-form:hover {
	opacity: .9
}
.includ-to-association-form .tabs-content .close-form:before {
	margin-right: 6px;
	margin-top: -6px;
	font-size: 18px
}
.includ-to-association-form .tabs-content .info-about-inout-required {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	letter-spacing: 1px;
	line-height: 26px;
	font-size: 11px;
	color: #0e0e0e
}
@media screen and (max-width:1023px) {
	.includ-to-association-form .tabs-content .info-about-inout-required {
		position: static;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		margin-bottom: 20px
	}
}
.includ-to-association-form .tabs-content .info-about-inout-required .first-letter {
	color: #043cd2;
	font-size: 14px
}
.includ-to-association-form .tabs-content .bl-btn--big {
	display: block;
	margin: auto
}
.amount-of-investments-container .amount-of-investments-title {
	color: var(--body-color);
	font-family: var(--secondaryFont);
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 14px
}
.amount-of-investments-container .amount-of-investments {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.amount-of-investments-container .amount-of-investments-l {
	width: 65.81197%
}
@media screen and (max-width:767px) {
	.amount-of-investments-container .amount-of-investments-l {
		width: 100%;
		margin-bottom: 20px
	}
	.amount-of-investments-container .amount-of-investments-l table {
		height: auto !important
	}
}
.amount-of-investments-container .amount-of-investments-r {
	padding: 30px 70px 40px;
	text-align: center;
	width: 31.62393%;
	background-color: rgba(247, 247, 247, .3)
}
@media screen and (max-width:1200px) {
	.amount-of-investments-container .amount-of-investments-r {
		padding: 25px 20px
	}
}
@media screen and (max-width:767px) {
	.amount-of-investments-container .amount-of-investments-r {
		padding: 20px;
		width: 100%
	}
}
.amount-of-investments-container .amount-of-investments-r p {
	color: var(--body-color);
	font-size: 14px;
	line-height: 26px
}
@media screen and (max-width:767px) {
	.amount-of-investments-container .amount-of-investments-r p {
		font-size: 13px;
		line-height: 23px
	}
}
.amount-of-investments-container .title {
	color: var(--body-color);
	font-size: 18px;
	font-family: var(--primaryFont);
	font-weight: 500;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 14px
}
@media screen and (max-width:767px) {
	.amount-of-investments-container .title {
		font-size: 16px;
		line-height: 24px
	}
}
.amount-of-investments-container strong {
	font-family: var(--primaryFont);
	font-weight: 500
}
.amount-of-investments-container table {
	font-family: var(--tertiaryFont);
	width: 100%;
	display: block
}
.amount-of-investments-container table tr {
	border: 1px solid #e8e8e8
}
.amount-of-investments-container table td {
	padding: 17px 20px;
	vertical-align: middle;
	font-size: 12px;
	font-family: var(--tertiaryFont);
	font-weight: 600
}
@media screen and (max-width:1023px) {
	.amount-of-investments-container table td {
		padding: 15px 15px
	}
}
@media screen and (max-width:550px) {
	.amount-of-investments-container table td {
		font-size: 10px;
		line-height: 1.4;
		padding: 10px
	}
}
.amount-of-investments-container table td:nth-child(1) {
	padding: 17px 40px;
	width: 18.18182%
}
@media screen and (max-width:1023px) {
	.amount-of-investments-container table td:nth-child(1) {
		padding: 15px 20px
	}
}
@media screen and (max-width:550px) {
	.amount-of-investments-container table td:nth-child(1) {
		padding: 10px;
		width: 3%
	}
}
.amount-of-investments-container table td:nth-child(2) {
	width: 27.27273%
}
.amount-of-investments-container table td:nth-child(3) {
	width: 29.87013%
}
.amount-of-investments-container table td:nth-child(4) {
	width: 24.67532%
}
.amount-of-investments-container table strong {
	font-family: var(--tertiaryFont);
	font-weight: 700;
	margin-bottom: 5px;
	margin-right: 5px;
	display: inline-block
}
@media screen and (max-width:550px) {
	.amount-of-investments-container table strong {
		margin-bottom: 0
	}
}
.business-school_slider_on_row_js .slick-list {
	min-width: 100%;
	margin-bottom: 20px
}
.select-editable {
	position: relative
}
.block-add-option {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: 0s;
	background: #f8f8f8;
	margin-top: -2px;
	z-index: 999999
}
.block-add-option input {
	width: 100%;
	height: 40px;
	background: #bbb;
	padding: 10px 20px
}
.block-add-option input:focus {
	box-shadow: none
}
.block-add-option .btn-add-option {
	position: absolute;
	bottom: 12.5px;
	right: 20px;
	width: 15px;
	cursor: pointer;
	height: 15px;
	transition: .3s;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ5MS44NiA0OTEuODYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5MS44NiA0OTEuODY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDY1LjE2NywyMTEuNjE0SDI4MC4yNDVWMjYuNjkxYzAtOC40MjQtMTEuNDM5LTI2LjY5LTM0LjMxNi0yNi42OXMtMzQuMzE2LDE4LjI2Ny0zNC4zMTYsMjYuNjl2MTg0LjkyNEgyNi42OSAgICBDMTguMjY3LDIxMS42MTQsMCwyMjMuMDUzLDAsMjQ1LjkyOXMxOC4yNjcsMzQuMzE2LDI2LjY5LDM0LjMxNmgxODQuOTI0djE4NC45MjRjMCw4LjQyMiwxMS40MzgsMjYuNjksMzQuMzE2LDI2LjY5ICAgIHMzNC4zMTYtMTguMjY4LDM0LjMxNi0yNi42OVYyODAuMjQ1SDQ2NS4xN2M4LjQyMiwwLDI2LjY5LTExLjQzOCwyNi42OS0zNC4zMTZTNDczLjU5LDIxMS42MTQsNDY1LjE2NywyMTEuNjE0eiIgZmlsbD0iI2JiYmJiYiIvPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=)
}
.block-add-option .btn-add-option:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.block-add-option.open {
	opacity: 1;
	max-height: 100px;
	overflow: auto
}
.dublicate-block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	cursor: pointer;
	background: #f8f8f8
}
.dublicate-block .selectric-select, .dublicate-block input {
	width: calc(100% - 50px) !important
}
.dublicate-block-btn {
	width: 50px;
	height: 50px;
	border: 1px solid #e8e8e8;
	border-left: none;
	transition: .3s
}
.dublicate-block-btn:hover:before {
	color: #d8d8d8;
	-webkit-transform: translate(0, -50%) rotate(180deg);
	transform: translate(0, -50%) rotate(180deg)
}
.dublicate-block-btn:before {
	position: absolute;
	top: 50%;
	right: 14px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #bbb;
	font-size: 22px;
	line-height: 1;
	transition: .5s
}
.input-required-text {
	position: relative;
	width: 100%
}
.input-required-text .error-message {
	font-size: 10px;
	position: absolute;
	right: 7px;
	top: 7px;
	color: red;
	pointer-events: none
}
@media screen and (max-width:760px) {
	.ui-datepicker {
		width: 15em
	}
}
.ui-datepicker .ui-state-default {
	text-align: center
}
.ui-datepicker .ui-state-default.ui-state-highlight {
	border: 1px solid #7356af;
	background: #2b5dab;
	color: #fff
}
.ui-datepicker-prev, .ui-datepicker-next {
	height: 30px;
	width: 30px;
	border-color: transparent !important;
	background-color: transparent !important
}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
	opacity: .65
}
.ui-datepicker-prev:before, .ui-datepicker-next:before {
	font-family: "iconFont" !important;
	display: inline-block;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0 0 transparent;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	content: '\eA37';
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 8px
}
.ui-datepicker-prev .ui-icon, .ui-datepicker-next .ui-icon {
	display: none !important
}
.ui-datepicker-prev:before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg)
}
.ui-datepicker-next:before {
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg)
}
.item-100.cta-get .agreement-checkbox-text p {
	color: #373737 !important;
	display: inline;
	font-family: 'Roboto', san-serif;
	font-weight: 400;
	font-size: 14px;
}
.item-100.cta-get .agreement-checkbox-text a {
	color: #fff !important;
	opacity: .4 !important
}
.item-100.cta-get .agreement-checkbox-text er {
	color: #fff !important;
	opacity: 1 !important
}
.item-100.cta-get label {
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 23px;
	position: relative
}
.item-100.cta-get input {
	display: none
}
.item-100.cta-get .checked {
	background-color: rgba(6, 6, 15, .35);
	height: 20px;
	left: 0;
	position: absolute;
	top: 1px;
	width: 20px
}
.item-100.cta-get .checked:before {
	content: '';
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}
.item-100.cta-get .checked:after {
	content: '\eA66';
	font-size: 9px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 11px;
	border: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #7356af;
	font-family: "iconFont" !important;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0 0 transparent;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	opacity: 0
}
.item-100.cta-get input:checked+.checked:after {
	opacity: 1
}
.item-100.cta-get .agreement-checkbox-text {
	cursor: pointer;
	padding-left: 35px;
	position: relative
}
.partnership {
	margin-bottom: 0;
	overflow: hidden
}
.partnership .education-info .education-info-img:before {
	display: none
}
.partnership .education-info .close-open-button {
	bottom: -101px
}
@media screen and (max-width:1023px) {
	.partnership .education-info .close-open-button {
		bottom: -67px
	}
}
@media screen and (max-width:767px) {
	.partnership .education-info .close-open-button {
		bottom: -43px
	}
}
@media screen and (max-width:559px) {
	.partnership .education-info .close-open-button {
		bottom: -29px
	}
}
@media screen and (max-width:405px) {
	.partnership .education-info .close-open-button {
		bottom: -49px
	}
}
.partnership .benefits-without-bg {
	z-index: 2;
	pointer-events: none
}
.partnership .benefits-without-bg .benefits {
	background-color: transparent;
	z-index: 5;
	height: 170px;
	margin-top: 24px
}
.partnership .benefits-without-bg .education-title {
	padding-right: 60px
}
.partnership .benefits-without-bg .benefits__container {
	background-color: var(--white-element2);
	margin: 0 -70px 30px;
	box-shadow: 5px 5px 5px 3px rgba(0, 0, 0, .1);
	padding: 30px 70px 10px;
	max-width: none;
	min-width: 100%;
	width: auto
}
@media screen and (max-width:1023px) {
	.partnership .benefits-without-bg .benefits__container {
		margin: 0 -70px
	}
}
.partnership .partners__info {
	max-width: none
}
.partnership .partners__info ul {
	margin-bottom: 40px
}
.partnership .investment-container .dot {
	display: none
}
.partnership .investment-container .investment-item {
	padding-right: 0
}
.partnership .consultation {
	margin: 0 !important;
	padding-bottom: 100px
}
@media screen and (max-width:1023px) {
	.partnership .consultation {
		padding-bottom: 60px
	}
}
@media screen and (max-width:760px) {
	.partnership .consultation {
		padding-bottom: 30px
	}
}
.partners__info {
	display: block;
	clear: both;
	max-width: 95%;
	width: 100%
}
@media screen and (max-width:767px) {
	.partners__info {
		max-width: 100%
	}
}
.partners__info .title {
	color: var(--body-color);
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	margin-bottom: 5px
}
.partners__info ul {
	margin-bottom: 15px
}
.partners__info li {
	color: var(--body-color);
	font-size: 12px;
	letter-spacing: .4px;
	line-height: 20px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px;
	text-indent: 12px
}
@media screen and (max-width:760px) {
	.partners__info li {
		padding-left: 20px
	}
}
.partners__info li:before {
	content: '';
	width: 3px;
	height: 3px;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	background: #000;
	left: 30px
}
@media screen and (max-width:760px) {
	.partners__info li:before {
		left: 20px
	}
}
.partnership-reviews-container .reviews-item {
	background-color: transparent;
	padding: 20px 40px
}
@media screen and (max-width:550px) {
	.partnership-reviews-container .reviews-item {
		padding: 10px;
		margin: 0
	}
}
.partnership-reviews-container .reviews-item .img {
	margin-right: 30px
}
@media screen and (max-width:550px) {
	.partnership-reviews-container .reviews-item .img {
		margin-right: auto
	}
}
.partnership-reviews-container .text {
	padding: 15px 34px 0 10px;
	text-align: left
}
@media screen and (max-width:550px) {
	.partnership-reviews-container .text {
		padding: 15px 0 0
	}
}
.partnership-reviews-container .name-prof:before {
	background-color: #1a27c5
}
.browser-safari .line .dot {
	-webkit-transform: scale(1) !important;
	transform: scale(1) !important;
	-webkit-transform-origin: initial !important;
	transform-origin: initial !important
}
.browser-safari .line .dot-yellow-1 {
	transition-delay: .65s !important
}
.browser-safari .line .dot-yellow-2 {
	transition-delay: 1.15s !important
}
.browser-safari .line .dot-yellow-3 {
	transition-delay: 1.45s !important
}
.browser-safari .line .dot-yellow-4 {
	transition-delay: 1.85s !important
}
.browser-safari .line .dot-yellow-5 {
	transition-delay: 2.7s !important
}
.investment-container {
	position: relative;
	clear: both;
	padding: 75px 0 217px
}
@media screen and (max-width:1200px) {
	.investment-container {
		padding-bottom: 120px
	}
}
@media screen and (max-width:1023px) {
	.investment-container {
		padding: 45px 0 120px
	}
}
@media screen and (max-width:767px) {
	.investment-container {
		padding: 25px 0 70px
	}
}
.investment-container.with-out-line {
	padding: 75px 0
}
@media screen and (max-width:1023px) {
	.investment-container.with-out-line {
		padding: 45px 0
	}
}
@media screen and (max-width:767px) {
	.investment-container.with-out-line {
		padding: 25px 0
	}
}
.investment-container.with-out-line .dot-info {
	display: none
}
.investment-container.with-out-line .investment-container-img:before {
	background-color: rgba(0, 0, 0, .7)
}
.investment-container.with-out-line .line {
	display: none
}
.investment-container.with-out-line .investment-item:hover .title {
	color: #0eb53d
}
.investment-container.with-out-line .investment-item:hover .title:before {
	background: #0eb53d
}
.investment-container .education-title {
	color: #fff;
	margin-bottom: 0
}
.investment-container .investment-container-img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	overflow: hidden
}
.investment-container .investment-container-img .img {
	-webkit-filter: blur(4px);
	filter: blur(4px);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0
}
.investment-container .investment-container-img .img:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(4, 11, 33, .7)
}
.investment-container .investment-container-img img {
	display: none
}
.investment-container .investment-container-img .line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	transition: 3s ease;
	overflow: hidden;
	pointer-events: none
}
.investment-container .investment-container-img .line.animate-block {
	opacity: 1 !important;
	-webkit-transform: none !important;
	transform: none !important;
	visibility: visible !important;
	width: 100%
}
.investment-container .investment-container-img .line.animate-block.animate-block--before {
	width: 0
}
.investment-container .investment-container-img .line.animate-block.animate-block--before .dot {
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0
}
.investment-container .investment-container-img .line.yellow-line {
	transition-delay: .5s
}
.investment-container .investment-container-img .line.red-line {
	transition: 3s ease 3.8s
}
.investment-container .investment-container-img .line .dot {
	transition: .25s cubic-bezier(.42, 0, .39, 2.05);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}
.investment-container .investment-container-img .line svg {
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto
}
.investment-container .investment-container-img .line .dot-yellow-1 {
	transition-delay: .6s
}
.investment-container .investment-container-img .line .dot-yellow-2 {
	transition-delay: 1.1s
}
.investment-container .investment-container-img .line .dot-yellow-3 {
	transition-delay: 1.4s
}
.investment-container .investment-container-img .line .dot-yellow-4 {
	transition-delay: 1.8s
}
.investment-container .investment-container-img .line .dot-yellow-5 {
	transition-delay: 2.64s
}
.investment-container .investment-container-img .line .dot-red-1 {
	transition-delay: 4s
}
.investment-container .investment-container-img .line .dot-red-2 {
	transition-delay: 4.5s
}
.investment-container .investment-container-img .line .dot-red-3 {
	transition-delay: 4.8s
}
.investment-container .investment-container-img .line .dot-red-4 {
	transition-delay: 5.2s
}
.investment-container .investment-container-img .line .dot-red-5 {
	transition-delay: 6.24s
}
.investment-container .title-block-dot-info {
	position: relative;
	z-index: 3;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 56px
}
@media screen and (max-width:1023px) {
	.investment-container .title-block-dot-info {
		margin-bottom: 46px
	}
}
@media screen and (max-width:767px) {
	.investment-container .title-block-dot-info {
		margin-bottom: 25px
	}
}
.investment-container .title-block-dot-info .title-block {
	margin-right: 30px
}
@media screen and (max-width:1023px) {
	.investment-container .title-block-dot-info .title-block {
		width: 100%;
		margin-right: 20px
	}
}
.investment-container .title-block-dot-info .title {
	color: #f4bd0d;
	font-size: 18px;
	line-height: 32px;
	text-transform: uppercase;
	display: block;
	font-family: var(--primaryFont);
	font-weight: 400;
	margin-top: 5px
}
@media screen and (max-width:767px) {
	.investment-container .title-block-dot-info .title {
		font-size: 14px;
		line-height: 1.2
	}
}
.investment-container .title-block-dot-info .dot-info {
	border-radius: 3px;
	background-color: rgba(255, 255, 255, .05);
	padding: 0 40px
}
@media screen and (max-width:1023px) {
	.investment-container .title-block-dot-info .dot-info {
		display: none;
		padding: 0 20px
	}
}
@media screen and (max-width:767px) {
	.investment-container .title-block-dot-info .dot-info {
		padding: 0 10px
	}
}
.investment-container .title-block-dot-info .dot-info-item {
	color: #fff;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 14px;
	position: relative;
	padding: 12px 0 12px 34px;
	margin: 10px 0
}
@media screen and (max-width:767px) {
	.investment-container .title-block-dot-info .dot-info-item {
		font-size: 12px;
		padding: 10px 0 10px 30px
	}
}
.investment-container .title-block-dot-info .dot-info-item .elips {
	position: absolute;
	content: '';
	left: 0;
	top: 8px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #fff
}
@media screen and (max-width:767px) {
	.investment-container .title-block-dot-info .dot-info-item .elips {
		width: 16px;
		height: 16px
	}
}
.investment-container .title-block-dot-info .dot-info-item .elips-1 {
	border: 4px solid #f4bd0d
}
@media screen and (max-width:767px) {
	.investment-container .title-block-dot-info .dot-info-item .elips-1 {
		border: 2.5px solid #f4bd0d
	}
}
.investment-container .title-block-dot-info .dot-info-item .elips-2 {
	border: 4px solid #c44536
}
@media screen and (max-width:767px) {
	.investment-container .title-block-dot-info .dot-info-item .elips-2 {
		border: 2.5px solid #c44536
	}
}
.investment-container .investment-items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 3;
	min-height: 248px;
	-ms-flex-align: self-start;
	align-items: self-start
}
@media screen and (max-width:1023px) {
	.investment-container .investment-items {
		margin-bottom: 10px
	}
}
.investment-container a {
	transition: .3s
}
.investment-container .investment-item {
	width: calc(33.333333% - 20px);
	margin-right: 30px;
	position: relative;
	margin-bottom: 68px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 51px
}
@media screen and (min-width:768px) {
	.investment-container .investment-item:nth-child(3n+3) {
		margin-right: 0
	}
}
@media screen and (max-width:767px) {
	.investment-container .investment-item:nth-child(2n+2) {
		margin-right: 0
	}
}
@media screen and (max-width:1200px) {
	.investment-container .investment-item {
		padding-right: 35px;
		margin-bottom: 45px
	}
}
@media screen and (max-width:767px) {
	.investment-container .investment-item {
		width: calc(50% - 20px);
		margin-bottom: 15px
	}
}
@media screen and (max-width:600px) {
	.investment-container .investment-item {
		width: 100%
	}
}
.investment-container .investment-item.with-out-numb .title {
	padding-left: 40px;
	width: 100%;
	transition: .3s;
	font-family: var(--primaryFont);
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	margin: auto 0
}
.investment-container .investment-item.with-out-numb .title:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 3px;
	height: calc(100% - 13px);
	background: #fff;
	transition: .3s
}
@media screen and (max-width:1200px) {
	.investment-container .investment-item.with-out-numb .title {
		padding-left: 25px
	}
}
@media screen and (max-width:767px) {
	.investment-container .investment-item.with-out-numb .title {
		padding-left: 20px;
		font-size: 12px
	}
}
.investment-container .investment-item .numb {
	position: relative;
	color: #fff;
	font-family: var(--tertiaryFont);
	font-weight: 300;
	font-size: 54px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	border-left: 3px solid #f4bd0d
}
@media screen and (max-width:1200px) {
	.investment-container .investment-item .numb {
		font-size: 45px;
		padding-left: 17px
	}
}
@media screen and (max-width:767px) {
	.investment-container .investment-item .numb {
		font-size: 40px;
		padding-left: 14px
	}
}
.investment-container .investment-item .title {
	color: #fff;
	font-family: var(--primaryFont);
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	display: inline;
	vertical-align: middle;
	width: calc(100% - 100px)
}
@media screen and (max-width:1200px) {
	.investment-container .investment-item .title {
		width: calc(100% - 88px);
		font-size: 14px;
		line-height: 22px
	}
}
@media screen and (max-width:767px) {
	.investment-container .investment-item .title {
		font-size: 12px;
		line-height: 20px;
		width: calc(100% - 77px)
	}
}
.investment-container .investment-item .title strong {
	font-family: var(--primaryFont);
	font-weight: 700
}
.investment-container .investment-item .title strong.block {
	display: block
}
@-webkit-keyframes dot-scale {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		opacity: 0
	}
	70% {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		opacity: .65
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		opacity: 1
	}
}
@keyframes dot-scale {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		opacity: 0
	}
	70% {
		-webkit-transform: scale(1.35);
		transform: scale(1.35);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		opacity: .65
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		opacity: 1
	}
}
.map-contact {
	position: relative;
	width: 831px;
	margin: auto
}
@media screen and (max-width:860px) {
	.map-contact {
		-webkit-transform: scale(.7);
		transform: scale(.7);
		margin-left: -50px
	}
}
@media screen and (max-width:760px) {
	.map-contact {
		-webkit-transform: scale(1);
		transform: scale(1);
		margin-left: 0;
		width: 100%
	}
}
@media screen and (max-width:760px) {
	.map-contact svg {
		display: none
	}
}
.map-contact .country-name {
	fill: #0a5dc3;
	font-family: var(--tertiaryFont);
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	opacity: 1;
	transition: .3s
}
.map-contact .color-border {
	stroke: #d8d8d8
}
.map-contact .color-hatching {
	stroke: #d8d8d8;
	fill: #d8d8d8
}
.map-contact .circle-big {
	stroke: #0a5cc3;
	transition: .3s
}
.map-contact .circle-small {
	fill: #0a5cc3;
	transition: .3s
}
.map-contact .country {
	cursor: pointer;
	position: relative
}
.map-contact .country .country-bg-hover {
	position: absolute
}
.map-contact .country:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	cursor: pointer
}
.map-contact .hover .country-name {
	fill: #2e4660
}
.map-contact .hover .circle-big {
	stroke: #2e4660
}
.map-contact .hover .circle-small {
	fill: #2e4660
}
.map-contact .hover .color-border {
	stroke: #fbdc79
}
.map-contact .hover .color-hatching {
	stroke: #fbdc79;
	fill: #fbdc79
}
.map-contact .country-name-content {
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	height: 100%;
	width: 100%
}
@media screen and (max-width:760px) {
	.map-contact .country-name-content {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: static
	}
}
.map-contact .country-name-item {
	position: absolute;
	transition: .3s;
	padding: 10px;
	opacity: .7
}
@media screen and (max-width:760px) {
	.map-contact .country-name-item {
		padding: 0;
		position: static;
		width: 48%;
		opacity: 1;
		margin-bottom: 20px;
		border: 1px solid #eaeaea
	}
}
@media screen and (max-width:600px) {
	.map-contact .country-name-item {
		width: 100%
	}
}
.map-contact .country-name-item .name {
	color: #0a5dc3;
	font-family: var(--tertiaryFont);
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	cursor: pointer
}
@media screen and (max-width:760px) {
	.map-contact .country-name-item .name {
		display: none
	}
}
.map-contact .country-name-item.hover {
	z-index: 3;
	opacity: 1
}
.map-contact .country-name-item.hover .country-info-item {
	pointer-events: all;
	opacity: 1;
	max-height: 500px;
	transition: opacity .3s;
	overflow: visible
}
.map-contact .country-name-item.hover .map-dot {
	border: 1px solid #2e4660
}
.map-contact .country-name-item.hover .map-dot:before {
	background: #2e4660
}
.map-contact .country-name-item.hover .name {
	color: #2e4660
}
.map-contact .country-name-item .map-dot {
	display: block;
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	margin: 0 auto 12px;
	border-radius: 100%;
	border: 1px solid #5b92d6;
	position: relative;
	background: #fff
}
.map-contact .country-name-item .map-dot:before {
	content: '';
	border-radius: 100%;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #5b92d6;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1
}
.map-contact .country-name-item.donetsk {
	bottom: 236px;
	left: 676px
}
.map-contact .country-name-item.dnipro {
	bottom: 242px;
	left: 535px
}
.map-contact .country-name-item.lviv {
	bottom: 328px;
	left: 38px
}
.map-contact .country-name-item.kyiv {
	bottom: 371px;
	left: 357px
}
.map-contact .country-name-item.harkiv {
	bottom: 344px;
	left: 633px
}
.map-contact .country-name-item.odesa {
	bottom: 92px;
	left: 365px
}
.map-contact .country-info-item {
	position: absolute;
	width: 300px;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity .3s;
	background: #fff;
	z-index: 2;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}
@media screen and (max-width:760px) {
	.map-contact .country-info-item {
		position: static;
		-webkit-transform: none;
		transform: none;
		width: 100%;
		max-height: none;
		opacity: 1;
		height: 100%
	}
}
.map-contact .country-info-item:after {
	content: '';
	width: 8px;
	height: 8px;
	background: #fff;
	position: absolute;
	z-index: 1;
	bottom: -4px;
	left: 50%;
	border: 1px solid #eaeaea;
	-webkit-transform: translate(-50%, 0) rotate(45deg);
	transform: translate(-50%, 0) rotate(45deg)
}
@media screen and (max-width:760px) {
	.map-contact .country-info-item:after {
		display: none
	}
}
.map-contact .country-info-item .logo {
	width: 44px;
	height: 25px
}
.map-contact .country-info-item .logo img {
	width: 100%;
	height: auto
}
.map-contact .title {
	color: #fff;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
	background: #051934;
	padding: 12px 20px 10px;
	position: relative;
	padding-left: 68px
}
@media screen and (max-width:760px) {
	.map-contact .title {
		font-size: 13px
	}
}
.map-contact .title .img {
	position: absolute;
	left: 14px;
	top: 12px;
	margin-right: 10px
}
.map-contact .title p {
	display: inline-block;
	vertical-align: top
}
.map-contact-adress-phone {
	padding: 15px 30px 15px;
	border: 1px solid #eaeaea;
	z-index: 2;
	position: relative;
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start
}
@media screen and (max-width:760px) {
	.map-contact-adress-phone {
		border: 0;
		padding: 15px 10px 15px
	}
}
.map-contact-adress-phone:before {
	content: '';
	height: 1px;
	width: 9px;
	position: absolute;
	bottom: -1px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: #fff
}
@media screen and (max-width:760px) {
	.map-contact-adress-phone:before {
		display: none
	}
}
.map-contact-adress-phone h6 {
	color: #111;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0 0 30px
}
@media screen and (max-width:760px) {
	.map-contact-adress-phone h6 {
		margin: 0 0 22px
	}
}
.map-contact-adress-phone .adress {
	color: #111;
	font-size: 12px;
	line-height: 18px;
	padding-left: 40px;
	position: relative;
	margin-bottom: 7px
}
.map-contact-adress-phone .adress:before {
	position: absolute;
	left: 14px;
	top: 2px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	color: #7356af;
	font-size: 16px
}
.map-contact-adress-phone .phone {
	color: #111;
	font-size: 16px;
	line-height: 22px;
	padding-left: 40px;
	position: relative;
	margin-bottom: 12px
}
@media screen and (max-width:760px) {
	.map-contact-adress-phone .phone {
		font-size: 14px;
		line-height: 20px
	}
}
.map-contact-adress-phone .phone:before {
	position: absolute;
	left: 14px;
	top: 0;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	color: #7356af;
	font-size: 16px
}
.map-contact-adress-phone .phone p {
	padding-top: 2px
}
.map-contact-adress-phone .mail {
	display: inline-block;
	color: #053fd8;
	font-size: 13px;
	margin-left: 40px;
	position: relative;
	text-decoration: underline;
	-webkit-text-decoration-color: #7356af;
	text-decoration-color: #7356af;
	transition: .3s
}
.map-contact-adress-phone .icon-new {
	color: #053fd8;
	font-size: 13px;
	margin-left: 40px;
	position: relative;
	transition: .3s;
	margin-bottom: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 24px
}
.map-contact-adress-phone .icon-new:last-child {
	margin-bottom: 0
}
.map-contact-adress-phone .icon-new span {
	display: inline-block;
	line-height: 16px;
	font-size: 13px;
	border-bottom: 1px solid rgba(0, 89, 224, .3);
	transition: .3s;
	color: #0059e0
}
.map-contact-adress-phone .icon-new:hover {
	text-decoration: none
}
.map-contact-adress-phone .icon-new:hover span {
	border-color: #0059e0
}
.map-contact-adress-phone .icon-new:before {
	content: '';
	position: absolute;
	left: -39px;
	top: -3px;
	width: 24px;
	height: 24px;
	color: #7356af
}
.map-contact-adress-phone .icon-new-mail span {
	border-bottom: none
}
.map-contact-adress-phone .icon-new-mail:hover {
	border-bottom: none
}
.map-contact-adress-phone .icon-new-mail:before {
	background-image: url(/wp-content/themes/eurobak/img/svg/icon-mail-new.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}
.map-contact-adress-phone .icon-new-fb:before {
	background-image: url(/wp-content/themes/eurobak/img/svg/icon-fb-new.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}
.map-contact-adress-phone .icon-new-insta:before {
	background-image: url(/wp-content/themes/eurobak/img/svg/icon-insta-new.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}
.map-contact-adress-phone .icon-new-in:before {
	background-image: url(/wp-content/themes/eurobak/img/svg/icon-in-new.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}
.photo-report-container .block-number {
	position: absolute;
	right: 0;
	bottom: 8px
}
@media screen and (max-width:1023px) {
	.photo-report-container .block-number {
		position: relative;
		right: auto;
		bottom: auto;
		margin: 0 auto 20px
	}
}
.map-single .calendar-container {
	margin: 80px 0
}
@media screen and (max-width:1023px) {
	.map-single .calendar-container {
		margin: 60px 0
	}
}
@media screen and (max-width:680px) {
	.map-single .calendar-container {
		margin: 40px 0
	}
}
.map-single .news {
	float: none;
	margin: 40px 0 45px
}
@media screen and (max-width:1023px) {
	.map-single .news {
		margin-top: 20px
	}
}
.map-single .investment-container.with-out-line {
	padding: 90px 0
}
@media screen and (max-width:1023px) {
	.map-single .investment-container.with-out-line {
		padding: 45px 0
	}
}
@media screen and (max-width:760px) {
	.map-single .investment-container.with-out-line {
		padding: 25px 0
	}
}
.map-single .investment-container.with-out-line .investment-item {
	margin-bottom: 70px
}
@media screen and (max-width:1023px) {
	.map-single .investment-container.with-out-line .investment-item {
		margin-bottom: 20px
	}
}
@media screen and (max-width:760px) {
	.map-single .investment-container.with-out-line .investment-item {
		margin-bottom: 10px
	}
}
.map-single .investment-container.with-out-line .gr-btn--big {
	display: block;
	margin: 0 auto
}
.map-single .testimonials, .map-single .map-single-slider-info-container {
	margin: 0
}
.map-single .map-single-slider-info-container {
	margin: 10px 0 55px
}
@media screen and (max-width:960px) {
	.map-single .map-single-slider-info-container {
		margin: 0 0 30px
	}
}
.map-single .with-fade-img.landing-member-container {
	padding: 85px 0 55px
}
@media screen and (max-width:960px) {
	.map-single .with-fade-img.landing-member-container {
		padding: 55px 0
	}
}
@media screen and (max-width:760px) {
	.map-single .with-fade-img.landing-member-container {
		padding: 25px 0
	}
}
.map-single .with-fade-img.landing-member-container .education-title {
	color: #fff;
	margin-bottom: 45px
}
.map-single .with-fade-img.landing-member-container .landing-member-item {
	margin-bottom: 30px !important
}
.map-single .with-fade-img.landing-member-container .landing-member-item .name {
	color: #fff
}
.map-single .partners {
	margin: 80px 0
}
@media screen and (max-width:1023px) {
	.map-single .partners {
		margin: 60px 0
	}
}
@media screen and (max-width:760px) {
	.map-single .partners {
		margin: 40px 0
	}
}
.map-single .partners .grid-container {
	position: relative
}
.map-single .partners .grid-container .partners__filter .slick-list {
	width: calc(100% - 94px)
}
@media screen and (max-width:1023px) {
	.map-single .partners .grid-container .partners__filter .slick-list {
		width: calc(100% - 90px)
	}
}
.map-single .partners .grid-container .partners__filter .slick-list .slick-slide {
	height: 60px
}
.map-single .partners .grid-container .slider-arrows {
	position: absolute;
	top: 72px;
	right: 20px;
	width: 100px;
	height: 60px;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: none;
	transform: none
}
@media screen and (max-width:1023px) {
	.map-single .partners .grid-container .slider-arrows {
		top: 54px;
		right: 16px
	}
}
@media screen and (max-width:767px) {
	.map-single .partners .grid-container .slider-arrows {
		top: 40px;
		right: 11px
	}
}
.map-single .partners .grid-container .slider-arrows .slider-arrows-prev, .map-single .partners .grid-container .slider-arrows .slider-arrows-next {
	position: relative;
	width: 50%;
	height: 100%;
	border: 1px solid #eaeaea;
	background: #fff;
	cursor: pointer;
	transition: .25s
}
.map-single .partners .grid-container .slider-arrows .slider-arrows-prev:before, .map-single .partners .grid-container .slider-arrows .slider-arrows-next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 13px;
	color: #a6a6a6
}
.map-single .partners .grid-container .slider-arrows .slider-arrows-prev:hover, .map-single .partners .grid-container .slider-arrows .slider-arrows-next:hover {
	background: #f7f7f7
}
.map-single .partners .grid-container .slider-arrows .slider-arrows-prev:hover:before, .map-single .partners .grid-container .slider-arrows .slider-arrows-next:hover:before {
	color: #111
}
.map-single .partners .grid-container .slider-arrows .slider-arrows-prev {
	border-right: none
}
.map-single .partners .grid-container .partners-slider {
	top: 0;
	-webkit-transform: translate(0, 0) !important;
	transform: translate(0, 0) !important;
	transition: 0s !important
}
.map-single .partners .grid-container .partners-slider .slick-slider {
	margin: 0
}
.map-single .partners .grid-container .partners-slider .slick-list {
	width: 100%
}
.map-single .partners .grid-container .partners-slider .logo-block {
	min-width: 0;
	margin: 0 0 30px !important
}
.map-single .partners .grid-container .partners-slider .logo-block a {
	margin: auto
}
.map-single .partners .partners__more.offset {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}
.map-single .partners__container {
	padding: 50px 0 5px;
	position: relative
}
@media all and (max-width:560px) {
	.map-single .partners__container {
		padding: 50px 0 40px
	}
}
.map-single .partners__container .slider-arrows {
	display: none;
	position: absolute;
	top: 0;
	right: 0
}
@media all and (max-width:560px) {
	.map-single .partners__container .slider-arrows {
		display: block
	}
}
.map-single .partners__container .slider-arrows .slider-arrows-prev, .map-single .partners__container .slider-arrows .slider-arrows-next {
	width: 50%;
	height: 100%
}
.map-single-slider-info-container .map-single-title {
	color: #111;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 40px;
	line-height: 42px;
	margin-bottom: 40px;
	display: block
}
@media screen and (max-width:1023px) {
	.map-single-slider-info-container .map-single-title {
		font-size: 30px;
		line-height: 32px;
		margin-bottom: 30px
	}
}
@media screen and (max-width:767px) {
	.map-single-slider-info-container .map-single-title {
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 25px
	}
}
.map-single-slider-info-container .map-single-slider-contact-info:after {
	content: '';
	display: table;
	clear: both
}
.map-single-slider-info-container .map-single-slider-contact {
	width: 68.37607%;
	float: left;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch
}
@media screen and (max-width:1023px) {
	.map-single-slider-info-container .map-single-slider-contact {
		width: 100%;
		float: none;
		padding-right: 0;
		margin-bottom: 40px
	}
}
@media screen and (max-width:767px) {
	.map-single-slider-info-container .map-single-slider-contact {
		margin-bottom: 25px
	}
}
.map-single-slider-info-container .map-single-slider-contact .map-contact-adress-phone .mail, .map-single-slider-info-container .map-single-slider-contact .map-contact-adress-phone .fb {
	margin-bottom: 10px
}
.map-single-slider-info-container .map-single-slider {
	width: 58.75%;
	overflow: hidden;
	position: relative
}
@media screen and (max-width:1023px) {
	.map-single-slider-info-container .map-single-slider {
		width: 62.5%
	}
}
@media screen and (max-width:760px) {
	.map-single-slider-info-container .map-single-slider {
		width: 100%
	}
}
.map-single-slider-info-container .map-single-slider iframe {
	width: 100%;
	height: 101%
}
.map-single-slider-info-container .map-single-slider .slick-slide {
	outline: 0;
	position: relative;
	overflow: hidden
}
.map-single-slider-info-container .map-single-slider .img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}
.map-single-slider-info-container .map-single-slider .img img {
	display: none
}
.map-single-slider-info-container .map-single-slider .video:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 20px solid #fff;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.map-single-slider-info-container .map-single-slider-1 {
	height: 100%;
	min-height: 250px;
	overflow: hidden;
	position: relative
}
.map-single-slider-info-container .map-single-slider-1 .slick-list, .map-single-slider-info-container .map-single-slider-1 .slick-track {
	height: 100%
}
.map-single-slider-info-container .map-single-slider-2 .slick-slide {
	height: 94px;
	overflow: hidden
}
.map-single-slider-info-container .map-single-slider-2 .slick-slide.slick-current:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .4)
}
.map-single-slider-info-container .map-contact-adress-phone {
	width: 37.5%;
	padding: 40px 30px
}
@media screen and (max-width:760px) {
	.map-single-slider-info-container .map-contact-adress-phone {
		padding: 40px 20px 20px;
		width: 100%;
		border: 1px solid #eaeaea
	}
}
.map-single-slider-info-container .map-contact-adress-phone:before {
	display: none
}
.map-single-slider-info-container .map-contact-adress-phone .adress {
	margin-bottom: 20px
}
@media screen and (max-width:760px) {
	.map-single-slider-info-container .map-contact-adress-phone .adress {
		margin-bottom: 20px
	}
}
.map-single-slider-info-container .map-contact-adress-phone .phone {
	margin-bottom: 40px
}
@media screen and (max-width:1200px) {
	.map-single-slider-info-container .map-contact-adress-phone .phone {
		font-size: 14px
	}
}
@media screen and (max-width:760px) {
	.map-single-slider-info-container .map-contact-adress-phone .phone {
		margin-bottom: 20px
	}
}
.map-single-slider-info-container .map-single-info {
	display: block;
	float: right;
	width: 31.62393%
}
@media screen and (max-width:1023px) {
	.map-single-slider-info-container .map-single-info {
		width: 100%;
		float: none
	}
}
.map-single-slider-info-container .map-single-info .education-subtitle {
	padding: 0 30px
}
.map-single-slider-info-container .map-single-info a {
	color: #053fd8;
	line-height: 1;
	border-bottom: 1px solid rgba(0, 89, 224, .3);
	transition: all .3s !important
}
.map-single-slider-info-container .map-single-info er {
	border-bottom: 1px solid #0059e0
}
.map-single-slider-info-container .map-single-info p {
	color: #111;
	font-family: var(--primaryFont);
	font-size: 16px;
	line-height: 30px;
	display: block;
	margin-bottom: 20px
}
@media screen and (max-width:767px) {
	.map-single-slider-info-container .map-single-info p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 15px
	}
}
.map-single-slider-info-container .education-subtitle {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 37px;
	margin-left: 0
}
@media screen and (max-width:767px) {
	.map-single-slider-info-container .education-subtitle {
		margin-bottom: 20px
	}
}
.map-single-slider-info-container .slider-arrows {
	width: 100%;
	border-top: 1px solid #eaeaea;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
	height: 94px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px
}
@media screen and (max-width:760px) {
	.map-single-slider-info-container .slider-arrows {
		bottom: auto;
		top: 0;
		border-top: none;
		border-bottom: 1px solid #eaeaea;
		height: 40px
	}
}
.map-single-slider-info-container .slider-arrows .slider-arrows-prev, .map-single-slider-info-container .slider-arrows .slider-arrows-next {
	width: 50%;
	cursor: pointer;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: .3s;
	background-color: transparent
}
.map-single-slider-info-container .slider-arrows .slider-arrows-prev:before, .map-single-slider-info-container .slider-arrows .slider-arrows-next:before {
	font-size: 12px;
	color: #a6a6a6;
	line-height: 0;
	transition: .3s
}
.map-single-slider-info-container .slider-arrows .slider-arrows-prev:hover, .map-single-slider-info-container .slider-arrows .slider-arrows-next:hover {
	background-color: rgba(172, 172, 172, .1)
}
.map-single-slider-info-container .slider-arrows .slider-arrows-prev:hover:before, .map-single-slider-info-container .slider-arrows .slider-arrows-next:hover:before {
	color: #111
}
.map-single-slider-info-container .slider-arrows .slider-arrows-prev {
	left: 0;
	border-right: 1px solid #eaeaea
}
.map-single-slider-info-container .slider-arrows .slider-arrows-next {
	right: 0
}
.landing-banner {
	position: relative;
	height: 580px;
	margin: 0 !important
}
@media screen and (max-width:1023px) {
	.landing-banner {
		height: 400px
	}
}
@media screen and (max-width:767px) {
	.landing-banner {
		height: 300px
	}
}
.landing-banner .grid-container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1
}
.landing-banner .title {
	color: #fff
}
.landing-banner .landing-banner-img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}
.landing-banner .landing-banner-img:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(4, 11, 33, .7)
}
.landing-banner .landing-banner-img img {
	display: none
}
.landing-banner .landing-banner-text {
	position: absolute;
	text-align: center;
	top: 48.5%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: calc(100% - 40px)
}
.landing-banner .landing-banner-text .img-center {
	display: block;
	margin: auto
}
.landing-banner .landing-banner-text img {
	max-width: 100%
}
.blur-landing-banner {
	display: block;
	height: 580px;
	overflow: hidden
}
.blur-landing-banner:after {
	content: '';
	display: block;
	background: #fff;
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: -20px;
	left: 0
}
.blur-landing-banner .landing-banner-img {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	top: -5px;
	bottom: -5px;
	right: -5px;
	left: -5px;
	-webkit-transform: scale(1.001);
	transform: scale(1.001)
}
.landing-info-container .landing-info {
	display: block;
	max-width: 735px;
	margin: auto;
	text-align: center
}
.landing-info-container .title {
	color: var(--body-color);
	font-family: var(--secondaryFont);
	font-weight: 300;
	font-size: 36px;
	line-height: 48px;
	text-transform: uppercase;
	margin-bottom: 36px;
	padding: 0 100px
}
@media screen and (max-width:1023px) {
	.landing-info-container .title {
		font-size: 24px;
		line-height: 36px
	}
}
@media screen and (max-width:767px) {
	.landing-info-container .title {
		padding: 0;
		font-size: 18px;
		line-height: 24px
	}
}
.landing-info-container p {
	color: var(--body-color);
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 30px
}
@media screen and (max-width:1023px) {
	.landing-info-container p {
		font-size: 15px;
		line-height: 28px
	}
}
@media screen and (max-width:767px) {
	.landing-info-container p {
		font-size: 14px;
		line-height: 24px
	}
}
.landing-info-container .bl-btn--big {
	margin-top: 30px
}
@media screen and (max-width:767px) {
	.landing-info-container .bl-btn--big {
		margin-top: 20px
	}
}
.landing-member-container .reviews-slider-arrows {
	position: absolute;
	bottom: -90px;
	right: 0;
	width: 300px;
	border: 1px solid #eaeaea;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
	height: 44px
}
.landing-member-container .reviews-slider-arrows div {
	outline: 0
}
@media screen and (max-width:1023px) {
	.landing-member-container .reviews-slider-arrows {
		position: static;
		margin: 0 auto 20px
	}
}
.landing-member-container .reviews-slider-arrows .reviews-slider-arrows-prev, .landing-member-container .reviews-slider-arrows .reviews-slider-arrows-next {
	width: 50%;
	cursor: pointer;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: .3s
}
.landing-member-container .reviews-slider-arrows .reviews-slider-arrows-prev:before, .landing-member-container .reviews-slider-arrows .reviews-slider-arrows-next:before {
	font-size: 12px;
	color: #aaa;
	line-height: 0;
	transition: .3s
}
.landing-member-container .reviews-slider-arrows .reviews-slider-arrows-prev:hover, .landing-member-container .reviews-slider-arrows .reviews-slider-arrows-next:hover {
	background-color: rgba(172, 172, 172, .1)
}
.landing-member-container .reviews-slider-arrows .reviews-slider-arrows-prev:hover:before, .landing-member-container .reviews-slider-arrows .reviews-slider-arrows-next:hover:before {
	color: #0e0e0e
}
.landing-member-container .reviews-slider-arrows .reviews-slider-arrows-prev {
	left: 0;
	border-right: 1px solid #eaeaea
}
.landing-member-container .reviews-slider-arrows .reviews-slider-arrows-prev:before {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}
.landing-member-container .reviews-slider-arrows .reviews-slider-arrows-next {
	right: 0
}
.landing-member-container .landing-member-container {
	width: 100%;
	padding: 0
}
@media screen and (max-width:700px) {
	.landing-member-container .landing-member-container {
		margin-bottom: 10px
	}
}
.landing-member-container .slick-slide {
	outline: 0
}
.landing-member-container .landing-member {
	position: relative;
	margin-bottom: 110px
}
@media screen and (max-width:1023px) {
	.landing-member-container .landing-member {
		margin-bottom: 0
	}
}
.landing-member-container .landing-member.not-slider {
	margin-bottom: 0
}
.landing-member-container .landing-member.not-slider .landing-member-container:after {
	content: '';
	display: table;
	clear: both
}
.landing-member-container .landing-member.not-slider .landing-member-item:nth-child(3n+3) {
	margin-right: 0
}
.landing-member-container .landing-member.not-slider .landing-member-item {
	display: -ms-flexbox;
	display: flex;
	width: calc(33.333% - 20px);
	float: left;
	margin-right: 30px
}
@media all and (max-width:1100px) {
	.landing-member-container .landing-member.not-slider .landing-member-item .img {
		width: 100px;
		height: 100px;
		vertical-align: top
	}
	.landing-member-container .landing-member.not-slider .landing-member-item .text {
		width: calc(100% - 105px);
		padding-right: 0;
		padding-top: 0
	}
}
@media all and (max-width:960px) {
	.landing-member-container .landing-member.not-slider .landing-member-item {
		width: calc(50% - 15px);
		margin-right: 30px
	}
	.landing-member-container .landing-member.not-slider .landing-member-item:nth-of-type(3n) {
		margin-right: 30px
	}
	.landing-member-container .landing-member.not-slider .landing-member-item:nth-of-type(2n) {
		margin-right: 0
	}
}
@media all and (max-width:580px) {
	.landing-member-container .landing-member.not-slider .landing-member-item {
		width: 100%;
		margin-right: 0;
		min-height: 100px
	}
}
.landing-member-container .landing-member-item {
	margin-bottom: 30px;
	margin-right: 20px;
	position: relative
}
@media screen and (max-width:700px) {
	.landing-member-container .landing-member-item {
		margin-bottom: 15px
	}
}
.landing-member-container .landing-member-item.grayscale .img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: .3s
}
.landing-member-container .landing-member-item.grayscale:hover .img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}
.landing-member-container .img {
	border-radius: 100%;
	border: 5px solid #fff;
	width: 130px;
	height: 130px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle
}
@media screen and (max-width:700px) {
	.landing-member-container .img {
		width: 90px;
		height: 90px
	}
}
.landing-member-container .img img {
	display: none
}
.landing-member-container .text {
	width: calc(100% - 140px);
	padding: 10px 20px 0;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle
}
.landing-member-container .function {
	color: #a1a1a1;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 15px;
	max-height: 67px;
	overflow: hidden
}
@media screen and (max-width:760px) {
	.landing-member-container .function {
		margin-bottom: 10px
	}
}
.landing-member-container .line {
	width: 50px;
	height: 5px;
	margin: 13px 0
}
@media screen and (max-width:760px) {
	.landing-member-container .line {
		margin: 8px 0
	}
}
.landing-member-container .line.blue {
	background-color: #37618f
}
.landing-member-container .line.yellow {
	background-color: #f4bd0c
}
.landing-member-container .name {
	color: var(--body-color);
	font-family: var(--secondaryFont);
	font-size: 21px;
	line-height: 24px;
	margin-bottom: 8px;
	border-bottom: none !important
}
.landing-member-container .name span {
	display: block
}
@media screen and (max-width:760px) {
	.landing-member-container .name {
		font-size: 16px;
		line-height: 22px
	}
}
.landing-member-container .position {
	color: #999;
	font-size: 12px;
	line-height: 18px
}
.landing-member-container .position span {
	display: block
}
.landing-member-container .landing-member-tabs-container {
	margin-top: 40px
}
@media screen and (max-width:1023px) {
	.landing-member-container .landing-member-tabs-container {
		margin-top: 30px
	}
}
@media screen and (max-width:767px) {
	.landing-member-container .landing-member-tabs-container {
		margin: 20px 0
	}
}
.landing-member-container .landing-member-tabs-container .education-subtitle {
	max-width: 660px;
	font-size: 18px;
	line-height: 28px;
	margin: 30px 0 38px;
	letter-spacing: 1.1px;
	padding-left: 32px
}
@media screen and (max-width:1023px) {
	.landing-member-container .landing-member-tabs-container {
		margin: 25px 0
	}
}
@media screen and (max-width:767px) {
	.landing-member-container .landing-member-tabs-container {
		margin: 20px 0
	}
}
.landing-member-container .tabs {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px
}
@media screen and (max-width:500px) {
	.landing-member-container .tabs {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.landing-member-container .tabs-item {
	width: 50%;
	background: #fff;
	color: #a4a4a4;
	border: 1px solid #eaeaea;
	cursor: pointer;
	text-align: center;
	transition: .25s;
	padding: 13px 10px 11px
}
@media screen and (max-width:500px) {
	.landing-member-container .tabs-item {
		width: 100%
	}
}
.landing-member-container .tabs-item:hover {
	background: #a4a4a4;
	color: #fff
}
.landing-member-container .tabs-item.active {
	background: #7356af;
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, .2);
	color: #fff
}
.landing-member-container .tabs-name {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px
}
@media screen and (max-width:760px) {
	.landing-member-container .tabs-name {
		font-size: 12px;
		line-height: 1
	}
}
.landing-member-container .tabs-content {
	position: relative
}
.landing-member-container .tabs-content-item {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: .3s
}
.landing-member-container .tabs-content-item.active {
	max-height: 2000px;
	opacity: 1
}
.financial-articles-container {
	margin: 260px 0 75px
}
@media screen and (max-width:1023px) {
	.financial-articles-container {
		margin: 50px 0
	}
}
.financial-articles-container .financial-articles-bg {
	position: relative;
	padding: 72px 0 60px
}
@media screen and (max-width:1023px) {
	.financial-articles-container .financial-articles-bg {
		padding: 30px 0
	}
}
.financial-articles-container .financial-articles-bg:before {
	content: '';
	background-color: var(--white-element2);
	width: calc(100% + 700px);
	-webkit-transform: translate(-645px, 0);
	transform: translate(-645px, 0);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0
}
.financial-articles-container .financial-articles-bg .bl-btn--small {
	background: #f6f6f6;
	transition: background .3s
}
.financial-articles-container .financial-articles-bg .bl-btn--small span {
	transition: color .3s
}
.financial-articles-container .financial-articles-bg .bl-btn--small:hover {
	background: #7356af
}
.financial-articles-container .financial-articles-title-img {
	position: relative;
	z-index: 2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
@media screen and (max-width:1023px) {
	.financial-articles-container .financial-articles-title-img {
		-ms-flex-align: center;
		align-items: center
	}
}
.financial-articles-container .financial-articles-title-button {
	width: 45.29915%;
	padding-right: 20px
}
@media screen and (max-width:1023px) {
	.financial-articles-container .financial-articles-title-button {
		width: calc(100% - 430px)
	}
}
@media screen and (max-width:760px) {
	.financial-articles-container .financial-articles-title-button {
		width: 100%;
		margin-bottom: 15px
	}
}
.financial-articles-container .financial-articles-date {
	margin-bottom: 26px
}
.financial-articles-container .financial-articles-date .day {
	margin-right: -3px;
	font-size: 30px
}
.financial-articles-container .financial-articles-title {
	color: var(--body-color);
	font-family: var(--secondaryFont);
	font-weight: 300;
	font-size: 36px;
	line-height: 48px;
	text-transform: uppercase;
	margin-bottom: 36px
}
@media screen and (max-width:1023px) {
	.financial-articles-container .financial-articles-title {
		font-size: 24px;
		line-height: 36px
	}
}
@media screen and (max-width:760px) {
	.financial-articles-container .financial-articles-title {
		font-size: 20px;
		line-height: 1;
		margin-bottom: 15px
	}
}
.financial-articles-container .financial-articles-img {
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 460px;
	width: 51.28205%;
	margin-top: -250px;
	margin-right: 30px
}
@media screen and (max-width:1023px) {
	.financial-articles-container .financial-articles-img {
		margin-top: 0;
		margin-right: 0;
		box-shadow: none;
		height: 400px;
		width: 400px
	}
}
@media screen and (max-width:760px) {
	.financial-articles-container .financial-articles-img {
		height: 300px;
		width: 100%
	}
}
.financial-articles-container .financial-articles-img .shadow {
	position: absolute;
	height: 100%;
	width: 100%;
	top: -20px;
	left: 20px;
	background: rgba(172, 172, 172, .1);
	z-index: -1
}
.financial-articles-container .financial-articles-img .shadow:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 10px;
	left: -10px;
	background: rgba(172, 172, 172, .1)
}
.financial-articles-container .financial-articles-img .shadow:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: -10px;
	left: 10px;
	background: rgba(172, 172, 172, .1)
}
.financial-articles-container .financial-articles-img .category {
	padding: 25px 53px 23px;
	top: 30px;
	left: 0;
	position: absolute;
	z-index: 2;
	background-color: #0e1f36;
	border-left: 5px solid #fcd401;
	color: #fff;
	font-family: var(--primaryFont);
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase
}
@media screen and (max-width:760px) {
	.financial-articles-container .financial-articles-img .category {
		font-size: 12px;
		padding: 18px 30px 17px
	}
}
.financial-articles-container .financial-articles-img img {
	display: none
}
.financial-articles-container .financial-articles {
	position: relative;
	z-index: 2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -2.5%
}
@media screen and (max-width:1023px) {
	.financial-articles-container .financial-articles {
		margin-left: -1.5%
	}
}
@media screen and (max-width:760px) {
	.financial-articles-container .financial-articles {
		margin-left: 0
	}
}
.financial-articles-container .financial-articles-item {
	width: 30.83333%;
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
	margin-left: 2.5%;
	transition: .3s
}
@media screen and (max-width:1023px) {
	.financial-articles-container .financial-articles-item {
		width: 48.5%;
		margin-left: 1.5%;
		margin-top: 20px
	}
}
@media screen and (max-width:760px) {
	.financial-articles-container .financial-articles-item {
		margin-left: 0;
		width: 100%
	}
}
.financial-articles-container .financial-articles-item:nth-child(3n-2) .date {
	background-color: #1974ff
}
.financial-articles-container .financial-articles-item:nth-child(3n-1) .date {
	background-color: #7356af
}
.financial-articles-container .financial-articles-item:nth-child(3n) .date {
	background-color: #00388e
}
.financial-articles-container .financial-articles-item:hover {
	box-shadow: 5px 5px 20px rgba(0, 0, 0, .1)
}
.financial-articles-container .financial-articles-item .date {
	display: inline-block;
	vertical-align: middle;
	padding: 48px 20px;
	color: #fff;
	font-family: var(--tertiaryFont);
	font-weight: 600;
	width: 150px;
	text-align: center
}
@media screen and (max-width:1023px) {
	.financial-articles-container .financial-articles-item .date {
		width: 120px;
		padding: 35px 15px
	}
}
.financial-articles-container .financial-articles-item .day {
	font-size: 44px;
	line-height: 1;
	display: inline-block;
	vertical-align: top
}
.financial-articles-container .financial-articles-item .mounth {
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	margin-top: 29px;
	margin-left: -5px
}
.financial-articles-container .financial-articles-item .text {
	width: calc(100% - 155px);
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	box-sizing: border-box
}
@media screen and (max-width:1023px) {
	.financial-articles-container .financial-articles-item .text {
		width: calc(100% - 125px)
	}
}
.financial-articles-container .financial-articles-item .title {
	color: #111;
	font-family: var(--secondaryFont);
	font-size: 18px;
	line-height: 22px;
	max-height: 110px;
	overflow: hidden;
	transition: .3s
}
@media screen and (max-width:1200px) {
	.financial-articles-container .financial-articles-item .title {
		max-height: 100px;
		font-size: 16px;
		line-height: 20px
	}
}
.financial-articles-container .financial-articles-item .title:hover {
	color: #7356af
}
.mistape_caption {
	clear: both
}
@media screen and (max-width:600px) {
	.mistape_caption {
		display: none
	}
}
.news-gray-bg {
	background: var(--white-element2);
	padding-bottom: 80px;
	padding-top: 50px
}
@media screen and (max-width:760px) {
	.news-gray-bg {
		padding: 20px 0 40px
	}
}
.news-gray-bg .bl-btn--big {
	background: #fafafa;
	transition: background .3s
}
.news-gray-bg .bl-btn--big span {
	transition: color .3s
}
.news-gray-bg .bl-btn--big:hover {
	background: #7356af
}
.lending-partners .partners__title {
	margin-bottom: -5px
}
.lending-partners .partners__container {
	margin-bottom: 7px
}
.media {
	margin-bottom: 0
}
.media .education-info {
	background: var(--white-element2)
}
.media .education-info .breadcrumbs {
	padding-bottom: 40px
}
.media .education-info .education-info-text .title {
	font-size: 32px;
	text-transform: uppercase;
	font-family: var(--secondaryFont);
	font-weight: 700
}
@media screen and (max-width:1023px) {
	.media .education-info .education-info-text .title {
		font-size: 30px
	}
}
.media .education-info .education-subtitle {
	margin: 30px 0 55px 44px
}
@media screen and (max-width:1023px) {
	.media .education-info .education-subtitle {
		margin: 20px 0 20px 30px
	}
}
@media screen and (max-width:767px) {
	.media .education-info .education-subtitle {
		margin: 20px 0
	}
}
.media .education-info .presentation-docs {
	bottom: 37px;
	right: 20px
}
.media .education-info .presentation-docs .doc {
	background: #e2e2e2;
	padding: 20px 0 16px 50px;
	margin-right: 0
}
.media .education-info .presentation-docs .doc:before {
	background: #e2e2e2
}
.media .education-info .presentation-docs .doc .title {
	right: 36px
}
.media .news {
	float: none
}
.media .news__title, .media .member-news__title {
	margin: 0 0 40px
}
@media screen and (max-width:1023px) {
	.media .news__title, .media .member-news__title {
		margin: 0 0 30px
	}
}
@media screen and (max-width:767px) {
	.media .news__title, .media .member-news__title {
		margin: 0 0 20px
	}
}
.media .association-index-container {
	margin-bottom: 0
}
.media .testimonials, .media .video {
	margin: 0
}
.digests-container .digests {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -2.5%;
	margin-bottom: 10px
}
@media screen and (max-width:1023px) {
	.digests-container .digests {
		margin-left: -20px
	}
}
.digests-container .digests-item {
	width: 22.5%;
	margin-left: 2.5%;
	margin-bottom: 30px
}
@media screen and (max-width:1023px) {
	.digests-container .digests-item {
		width: calc(33.333% - 20px);
		margin-left: 20px;
		margin-bottom: 20px
	}
}
@media screen and (max-width:767px) {
	.digests-container .digests-item {
		width: calc(50% - 20px)
	}
}
@media screen and (max-width:500px) {
	.digests-container .digests-item {
		width: 100%
	}
}
.digests-container .digests-item:hover .img:before {
	opacity: 1
}
.digests-container .digests-item:hover .title {
	color: #7356af
}
.digests-container .date-img {
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch
}
.digests-container .date-img .date {
	width: 100px;
	height: 120px;
	background-color: #dc2c2c;
	font-family: var(--tertiaryFont);
	font-weight: 600;
	color: #fff;
	font-size: 12px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center
}
.digests-container .date-img .day {
	display: inline-block;
	font-size: 44px
}
.digests-container .date-img .mounth {
	display: inline-block
}
.digests-container .date-img .year {
	display: none
}
.digests-container .date-img .img {
	width: calc(100% - 100px);
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}
.digests-container .date-img .img:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0;
	transition: .3s;
	background-image: linear-gradient(138deg, rgba(13, 42, 72, .1) 0, #063468 100%)
}
.digests-container .date-img .img img {
	display: none
}
.digests-container .title {
	color: #111;
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	background-color: #f7f7f7;
	transition: .3s;
	padding: 25px 15px 24px
}
@media screen and (max-width:767px) {
	.digests-container .title {
		font-size: 16px;
		line-height: 20px
	}
}
.digests-container .text {
	display: none
}
.digests-container .text p {
	color: #666;
	font-family: var(--primaryFont);
	font-size: 14px;
	line-height: 21px
}
@media screen and (max-width:767px) {
	.digests-container .text p {
		line-height: 18px
	}
}
.digests-container .with-out-img .date-img .date {
	background-color: transparent;
	width: 100%;
	display: block;
	height: auto;
	color: #86878f
}
.digests-container .with-out-img .date-img .day {
	font-size: 18px
}
.digests-container .with-out-img .date-img .year {
	display: inline-block
}
.digests-container .with-out-img .date-img .img {
	display: none
}
.digests-container .with-out-img .title {
	background-color: transparent;
	padding: 8px 0 7px
}
.digests-container .with-out-img .text {
	display: block
}
.association-index-container {
	padding: 40px 0;
	overflow: hidden;
	background-color: #f5f5f5
}
.association-index-container .association-index-slider .association-index-slider-container {
	margin-bottom: 40px
}
.association-index-container .association-index-slider .slick-list {
	margin: 0 -15px;
	overflow: visible
}
.association-index-container .association-index-slider .slider-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	outline: 0;
	margin: 0 15px
}
.association-index-container .association-index-slider .slider-item:hover .date {
	background-color: #b52828
}
.association-index-container .association-index-slider .slider-item:hover .date.blue {
	background-color: #00388e
}
.association-index-container .association-index-slider .slider-item .date {
	width: 100px;
	height: 100px;
	background-color: #dc2b2b;
	font-family: var(--tertiaryFont);
	font-weight: 600;
	color: #fff;
	font-size: 12px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	transition: .3s;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center
}
.association-index-container .association-index-slider .slider-item .date.blue {
	background-color: #003eff
}
.association-index-container .association-index-slider .slider-item .day {
	display: inline-block;
	font-size: 44px
}
.association-index-container .association-index-slider .slider-item .time {
	color: #fff;
	font-family: var(--tertiaryFont);
	font-weight: 600;
	display: block;
	font-size: 12px;
	line-height: 1;
	margin-top: 13px;
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, .3)
}
.association-index-container .association-index-slider .slider-item .time-text {
	color: #fff;
	font-family: var(--tertiaryFont);
	font-weight: 600;
	font-size: 10px
}
.association-index-container .association-index-slider .slider-item .mounth {
	display: inline-block
}
.association-index-container .association-index-slider .slider-item .text {
	width: calc(100% - 90px);
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px 15px
}
.association-index-container .association-index-slider .slider-item .title {
	color: #111;
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	max-height: 54px;
	overflow: hidden
}
@media screen and (max-width:767px) {
	.association-index-container .association-index-slider .slider-item .title {
		max-height: 64px;
		font-size: 14px;
		line-height: 16px
	}
}
.association-index-container .slider-arrows {
	max-width: 300px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
	position: static;
	-webkit-transform: none;
	transform: none;
	width: 100%
}
@media screen and (max-width:1023px) {
	.association-index-container .slider-arrows {
		position: static;
		margin: 0 auto 0
	}
}
@media screen and (max-width:760px) {
	.association-index-container .slider-arrows {
		width: 280px
	}
}
.association-index-container .slider-arrows .slider-arrows-prev, .association-index-container .slider-arrows .slider-arrows-next {
	width: 50%;
	cursor: pointer;
	height: 44px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: .3s;
	background-color: rgba(0, 0, 0, .4)
}
.association-index-container .slider-arrows .slider-arrows-prev:before, .association-index-container .slider-arrows .slider-arrows-next:before {
	font-size: 12px;
	color: #fff;
	line-height: 0;
	transition: .3s
}
.association-index-container .slider-arrows .slider-arrows-prev:hover, .association-index-container .slider-arrows .slider-arrows-next:hover {
	background-color: rgba(0, 0, 0, .7)
}
.association-index-container .slider-arrows .slider-arrows-prev {
	left: 0;
	border-right: 1px solid #eaeaea
}
.association-index-container .slider-arrows .slider-arrows-prev:before {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}
.association-index-container .slider-arrows .slider-arrows-next {
	right: 0
}
.association-index-container.association-research .education-title {
	margin-bottom: 48px
}
.association-index-container.association-research .association-index-slider .slick-list {
	width: calc(100% + 30px);
	margin: 0 0 0 -10px
}
.association-index-container.association-research .association-index-slider-container {
	margin-bottom: 56px
}
@media screen and (max-width:1023px) {
	.association-index-container.association-research .association-index-slider-container {
		margin-bottom: 30px
	}
}
.association-index-container.association-research .association-index-slider-container .slider-item {
	position: relative;
	height: 110px;
	margin: 0 20px;
	padding-left: 5px
}
.association-index-container.association-research .association-index-slider-container .slider-item .title {
	font-size: 13px;
	line-height: 18px;
	letter-spacing: .4px
}
.association-index-container.association-research .association-index-slider-container .slider-item .icon-pdf {
	position: absolute;
	z-index: 3;
	top: 0;
	left: -10px;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	width: 50px;
	height: 50px;
	background: red;
	border-bottom-left-radius: 2px;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}
.association-index-container.association-research .association-index-slider-container .slider-item .icon-pdf:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 32px;
	transition: opacity .3s
}
.association-index-container.association-research .association-index-slider-container .slider-item .icon-pdf:after {
	content: '\eA60';
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: opacity .3s;
	opacity: 0;
	font-family: "iconFont" !important;
	display: inline-block;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0 0 transparent;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none
}
.association-index-container.association-research .association-index-slider-container .slider-item .triangle {
	position: absolute;
	top: 47px;
	left: -9px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: -1;
	border-bottom: 12px solid #c10000;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	transition: all .3s
}
.association-index-container.association-research .association-index-slider-container .slider-item .icon-pdf-analysis {
	font-size: 52px
}
.association-index-container.association-research .association-index-slider-container .slider-item .icon-pdf-search {
	font-size: 55px
}
.association-index-container.association-research .association-index-slider-container .slider-item .img {
	position: relative;
	width: 90px;
	background: #a2a2a7
}
.association-index-container.association-research .association-index-slider-container .slider-item .img.icon:before {
	color: #fff;
	position: absolute;
	top: 70%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.association-index-container.association-research .association-index-slider-container .slider-item:hover .icon-pdf {
	-webkit-transform: translate(8px, 0);
	transform: translate(8px, 0)
}
.association-index-container.association-research .association-index-slider-container .slider-item:hover .icon-pdf:before {
	opacity: 0
}
.association-index-container.association-research .association-index-slider-container .slider-item:hover .icon-pdf:after {
	opacity: 1
}
.association-index-container.association-research .association-index-slider-container .slider-item:hover .triangle {
	-webkit-transform: translate(8px, 0) rotate(45deg);
	transform: translate(8px, 0) rotate(45deg)
}
.komitet-single .news {
	float: none
}
.komitet-single .testimonials {
	margin: 0
}
.komitet-single .education-info.education-info-blue-bg .education-info-text .title {
	margin-top: 53px;
	opacity: .9;
	color: #fff;
	font-family: var(--secondaryFont);
	font-size: 32px;
	line-height: 36px;
	padding-right: 100px
}
@media screen and (max-width:1200px) {
	.komitet-single .education-info.education-info-blue-bg .education-info-text .title {
		margin-top: 0
	}
}
@media screen and (max-width:1023px) {
	.komitet-single .education-info.education-info-blue-bg .education-info-text .title {
		font-size: 30px;
		line-height: 34px
	}
}
@media screen and (max-width:767px) {
	.komitet-single .education-info.education-info-blue-bg .education-info-text .title {
		font-size: 27px;
		line-height: 1.2
	}
}
.komitet-single .education-info.education-info-blue-bg .education-info-text p {
	font-size: 16px;
	line-height: 30px
}
@media screen and (max-width:767px) {
	.komitet-single .education-info.education-info-blue-bg .education-info-text p {
		font-size: 14px;
		line-height: 26px
	}
}
.komitet-single .business-school-container.komitet-group p {
	font-size: 13px;
	line-height: 22px
}
.komitet-single .business-school-container.komitet-group .komitet-group-info-item-title {
	margin: 5px 0
}
.digest-brief .tabs {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px
}
@media screen and (max-width:500px) {
	.digest-brief .tabs {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.digest-brief .tabs-item {
	width: 50%;
	background: #fff;
	color: #a4a4a4;
	border: 1px solid #eaeaea;
	cursor: pointer;
	text-align: center;
	transition: .25s;
	padding: 13px 10px 11px
}
@media screen and (max-width:500px) {
	.digest-brief .tabs-item {
		width: 100%
	}
}
.digest-brief .tabs-item:hover {
	background: #a4a4a4;
	border: 1px solid #a4a4a4;
	color: #fff
}
.digest-brief .tabs-item.active {
	background: #7356af;
	border: 1px solid #0043b5;
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, .2);
	color: #fff
}
.digest-brief .tabs-item:not(:first-child) {
	border-left: none
}
@media screen and (max-width:500px) {
	.digest-brief .tabs-item:not(:first-child) {
		border-top: none;
		border-left: inherit
	}
}
.digest-brief .tabs-name {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px
}
@media screen and (max-width:760px) {
	.digest-brief .tabs-name {
		font-size: 12px;
		line-height: 1
	}
}
.digest-brief .tabs-content {
	position: relative;
	-webkit-columns: 2 250px;
	-moz-columns: 2 250px;
	columns: 2 250px
}
.digest-brief .tabs-content-item {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: .3s
}
.digest-brief .tabs-content-item.active {
	max-height: 2000px;
	opacity: 1
}
.digest-brief .education-subtitle {
	font-size: 18px;
	line-height: 26px;
	font-family: var(--primaryFont);
	font-weight: 500;
	max-width: 640px;
	margin-left: 0;
	margin: 35px 0 40px 0;
	padding: 0 0 0 30px
}
@media screen and (max-width:760px) {
	.digest-brief .education-subtitle {
		max-width: 100%;
		margin: 15px 0 20px 0
	}
}
.resume-container.vacancy .name {
	padding: 0
}
.resume-container .resume {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin-left: -2.13675%
}
@media screen and (max-width:1023px) {
	.resume-container .resume {
		margin-left: -2%
	}
}
@media screen and (max-width:500px) {
	.resume-container .resume {
		margin-left: -1.5%
	}
}
.resume-container .resume__more {
	margin-top: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}
.resume-container .resume-item {
	text-align: center;
	width: 14.16667%;
	padding: 15px 22px 10px;
	box-sizing: border-box;
	border: 1px solid #f7f7f7;
	margin-left: 2.5%;
	transition: .3s;
	margin-bottom: 2%
}
@media screen and (max-width:1023px) {
	.resume-container .resume-item {
		width: 18%;
		margin-left: 2%
	}
}
@media screen and (max-width:900px) {
	.resume-container .resume-item {
		width: 23%
	}
}
@media screen and (max-width:767px) {
	.resume-container .resume-item {
		width: 31.33333%;
		padding: 15px 10px 20px
	}
}
@media screen and (max-width:500px) {
	.resume-container .resume-item {
		width: 48.5%;
		margin-bottom: 1.5%;
		margin-left: 1.5%
	}
}
.resume-container .resume-item .img {
	padding: 0 15px;
	opacity: .5
}
.resume-container .resume-item .img img {
	width: 100%;
	max-height: 100%
}
.resume-container .resume-item:hover {
	border: 1px solid #c2c2c2
}
.resume-container .resume-item:hover .icon {
	background-color: #7356af
}
.resume-container .resume-item:hover .name {
	color: #7356af
}
.resume-container .resume-item:hover .img {
	opacity: 1;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0)
}
.resume-container .icon {
	height: 80px;
	width: 80px;
	border-radius: 100%;
	background-color: #aeaeae;
	overflow: hidden;
	position: relative;
	display: block;
	margin: auto;
	transition: .3s
}
@media screen and (max-width:1023px) {
	.resume-container .icon {
		height: 60px;
		width: 60px
	}
}
.resume-container .icon:before {
	color: #fff;
	font-size: 45px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
@media screen and (max-width:1023px) {
	.resume-container .icon:before {
		font-size: 35px
	}
}
.resume-container .name {
	color: #111;
	font-family: var(--secondaryFont);
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 7px;
	margin-top: 8px;
	transition: .3s
}
@media screen and (max-width:1023px) {
	.resume-container .name {
		font-size: 16px;
		line-height: 20px;
		padding: 0
	}
}
.resume-container .position {
	color: #8b8c93;
	font-family: var(--tertiaryFont);
	font-size: 13px
}
@media screen and (max-width:1023px) {
	.resume-container .position {
		font-size: 12px
	}
}
.resume-container .img {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
	height: 70px;
	overflow: hidden;
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
	transition: .3s
}
.resume-container .img img {
	width: auto;
	max-width: 100%;
	max-height: 100%
}
.law-partners .law-partners--inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% + 30px);
	margin-left: -15px
}
.law-partners .law-partners--inner .slick-list {
	width: calc(100% + 30px);
	margin: 0 0 0 -15px
}
.law-partners .law-partners--inner .law-partners-item {
	display: -ms-flexbox;
	display: flex;
	margin: 0 15px 30px;
	border: 1px solid #c6c6c6;
	height: auto;
	width: calc(33% - 30px)
}
@media screen and (max-width:1000px) {
	.law-partners .law-partners--inner .law-partners-item {
		width: calc(50% - 30px)
	}
}
@media screen and (max-width:760px) {
	.law-partners .law-partners--inner .law-partners-item {
		width: calc(100% - 30px);
		margin-bottom: 15px
	}
}
.law-partners .law-partners--inner .law-partners-item .img {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border-right: 1px solid #c6c6c6;
	width: calc(150/370*100%);
	padding: 5px
}
.law-partners .law-partners--inner .law-partners-item .img img {
	max-width: 90%;
	max-height: 90%
}
.law-partners .law-partners--inner .law-partners-item .txt {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	width: calc(220/370*100%);
	padding: 25px;
	overflow: hidden
}
@media screen and (max-width:400px) {
	.law-partners .law-partners--inner .law-partners-item .txt {
		padding: 10px
	}
}
.law-partners .law-partners--inner .law-partners-item .txt a {
	font-family: var(--secondaryFont);
	font-size: 18px;
	line-height: 22px;
	color: #111;
	transition: color .3s;
	margin-bottom: 5px
}
@media screen and (max-width:400px) {
	.law-partners .law-partners--inner .law-partners-item .txt a {
		font-size: 14px;
		line-height: 16px
	}
}
.law-partners .law-partners--inner .law-partners-item .txt er {
	color: #7356af
}
.law-partners .law-partners-slider-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	height: 44px;
	margin-top: 35px
}
@media screen and (max-width:760px) {
	.law-partners .law-partners-slider-nav {
		margin-top: 15px
	}
}
.law-partners .law-partners-slider-nav .law-partners-arrow {
	position: relative;
	display: inline-block;
	width: 150px;
	color: #a6a6a6;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	font-size: 13px;
	cursor: pointer;
	transition: .2s
}
.law-partners .law-partners-slider-nav .law-partners-arrow:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #a6a6a6;
	transition: .2s
}
.law-partners .law-partners-slider-nav .law-partners-arrow:hover {
	background-color: #f7f7f7
}
.law-partners .law-partners-slider-nav .law-partners-arrow:hover:before {
	color: #111
}
.law-partners .law-partners-slider-nav .law-partners-arrow.law-partners-prev {
	border-right: none
}
@media screen and (max-width:1023px) {
	.komitet .education-info {
		padding: 0
	}
}
.komitet .education-info .breadcrumbs {
	padding-bottom: 42px
}
@media screen and (max-width:767px) {
	.komitet .education-info .breadcrumbs {
		padding-bottom: 25px
	}
}
.komitet .education-info .education-subtitle {
	margin: 30px 0 40px 47px;
	padding-right: 175px
}
@media screen and (max-width:1023px) {
	.komitet .education-info .education-subtitle {
		padding-right: 30px;
		margin: 20px 0 20px 30px
	}
}
@media screen and (max-width:767px) {
	.komitet .education-info .education-subtitle {
		padding-right: 20px;
		margin: 20px 0
	}
}
.komitet .education-info .education-info-text {
	padding-right: 0
}
@media screen and (max-width:1200px) {
	.komitet .education-info .education-info-text {
		padding-right: 20px
	}
}
.komitet .education-info .education-info-text .title {
	font-size: 32px;
	font-family: var(--secondaryFont);
	font-weight: 700;
	letter-spacing: .02px
}
.komitet .education-info .education-info-text p {
	font-size: 17px;
	line-height: 30px;
	letter-spacing: -.5px
}
@media screen and (max-width:767px) {
	.komitet .education-info .education-info-text p {
		font-size: 14px;
		line-height: 26px
	}
}
.komitet .education-info .education-info-text strong {
	display: block
}
.komitet .education-info .education-info-text .bl-btn--big {
	margin-top: 10px
}
.komitet .tabs-container-global .tabs.position-top-right {
	top: -58px
}
.komitet .tabs-container-global .tabs-item {
	padding: 8px 7px 6px
}
.komitet .our-education-partner-container .education-title, .komitet-single .our-education-partner-container .education-title, .calendar-page .our-education-partner-container .education-title {
	margin-bottom: 0
}
.komitet .our-education-partner-container .news__more, .komitet-single .our-education-partner-container .news__more, .calendar-page .our-education-partner-container .news__more {
	width: 100%;
	float: left;
	display: block
}
.komitet .our-education-partner.partners__container, .komitet-single .our-education-partner.partners__container, .calendar-page .our-education-partner.partners__container {
	padding: 20px 0 0
}
.komitet .our-education-partner.partners-slider.slick-slider .slick-list, .komitet-single .our-education-partner.partners-slider.slick-slider .slick-list, .calendar-page .our-education-partner.partners-slider.slick-slider .slick-list {
	width: calc(100% + 30px);
	margin: 0 0 0 -15px
}
.komitet .our-education-partner.partners-slider.slick-slider .slick-slide, .komitet-single .our-education-partner.partners-slider.slick-slider .slick-slide, .calendar-page .our-education-partner.partners-slider.slick-slider .slick-slide {
	outline: 0
}
.komitet .our-education-partner.partners-slider.slick-slider .slick-slide .our-education-partner-item, .komitet-single .our-education-partner.partners-slider.slick-slider .slick-slide .our-education-partner-item, .calendar-page .our-education-partner.partners-slider.slick-slider .slick-slide .our-education-partner-item {
	cursor: pointer;
	margin: 0 15px 25px
}
.business-school-container.komitet-group .education-title {
	margin-bottom: 25px
}
.business-school-container.komitet-group .business-school-items {
	margin-top: 30px
}
.business-school-container.komitet-group .business-school-info li {
	line-height: 27px
}
.business-school-container.komitet-group .business-school-item .text {
	padding: 15px 4px 0
}
.business-school-container.komitet-group .business-school-item:hover .icon:before {
	content: '\eA43';
	-webkit-transform: none;
	transform: none
}
.business-school-container.komitet-group .komitet-group-title {
	text-transform: initial;
	margin-top: 30px
}
@media screen and (max-width:767px) {
	.business-school-container.komitet-group .komitet-group-title {
		margin-top: 20px;
		margin-bottom: 20px
	}
}
.business-school-container.komitet-group .komitet-group-info-item {
	/* padding-left: 20px*/
}
.business-school-container.komitet-group .komitet-group-info-item-title {
	color: #111;
	font-family: var(--primaryFont);
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	position: relative
}
.business-school-container.komitet-group .komitet-group-info-item-title:before {
	content: '';
	position: absolute;
	left: -20px;
	top: 5px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	border: 1px solid #111
}
.business-school-container.komitet-group .komitet-group-info-item-title:after {
	content: '';
	position: absolute;
	left: -16px;
	top: 9px;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background: #111
}
.business-school-container.komitet-group .partners-slider+.news__more-block-number {
	position: absolute;
	bottom: 37px
}
@media screen and (max-width:1023px) {
	.business-school-container.komitet-group .partners-slider+.news__more-block-number {
		position: static
	}
}
.lobbing-title {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 32px;
	color: var(--body-color);
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 30px
}
@media screen and (max-width:1023px) {
	.lobbing-title {
		font-size: 24px
	}
}
@media screen and (max-width:767px) {
	.lobbing-title {
		font-size: 20px;
		margin-bottom: 20px
	}
}
.lobbing-info {
	padding-bottom: 0
}
.lobbing-info-number {
	margin-top: 70px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media screen and (max-width:767px) {
	.lobbing-info-number {
		margin-top: 0;
		margin-left: 0
	}
}
.lobbing-info-number .lobbing-info-number-item {
	width: 50%;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-left: -1%
}
@media screen and (max-width:767px) {
	.lobbing-info-number .lobbing-info-number-item {
		width: 100%;
		margin-bottom: 20px;
		margin-left: -2%
	}
}
.lobbing-info-number .lobbing-info-number-item:before {
	content: '';
	position: absolute;
	top: 70px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background-color: rgba(255, 255, 255, .4);
	width: 10.5%;
	height: 2px
}
@media screen and (max-width:1023px) {
	.lobbing-info-number .lobbing-info-number-item:before {
		top: 51px
	}
}
@media screen and (max-width:767px) {
	.lobbing-info-number .lobbing-info-number-item:before {
		top: 39px
	}
}
@media screen and (max-width:550px) {
	.lobbing-info-number .lobbing-info-number-item:before {
		top: 24px
	}
}
.lobbing-info-number .item {
	width: 49%;
	text-align: center;
	margin-left: 1%
}
@media screen and (max-width:767px) {
	.lobbing-info-number .item {
		margin-left: 2%
	}
}
.lobbing-info-number .item:nth-child(2n) .item-number {
	font-size: 120px;
	opacity: 1;
	line-height: 110px
}
@media screen and (min-width:1024px) {
	.lobbing-info-number .item:nth-child(2n) .item-number {
		margin-bottom: 50px
	}
}
@media screen and (max-width:1023px) {
	.lobbing-info-number .item:nth-child(2n) .item-number {
		font-size: 70px;
		line-height: 100px
	}
}
@media screen and (max-width:767px) {
	.lobbing-info-number .item:nth-child(2n) .item-number {
		line-height: 75px
	}
}
@media screen and (max-width:550px) {
	.lobbing-info-number .item:nth-child(2n) .item-number {
		font-size: 40px;
		line-height: 1.2
	}
}
.lobbing-info-number .item-number {
	opacity: .4;
	color: #fff;
	font-family: var(--tertiaryFont);
	font-weight: 300;
	font-size: 90px;
	line-height: 130px;
	margin-bottom: 30px
}
@media screen and (max-width:1023px) {
	.lobbing-info-number .item-number {
		font-size: 70px;
		line-height: 100px;
		margin-bottom: 20px
	}
}
@media screen and (max-width:767px) {
	.lobbing-info-number .item-number {
		line-height: 75px
	}
}
@media screen and (max-width:550px) {
	.lobbing-info-number .item-number {
		font-size: 40px;
		line-height: 1.2
	}
}
.lobbing-info-number .item-title {
	color: #fff;
	font-size: 19px;
	line-height: 24px;
	margin-bottom: 15px
}
@media screen and (max-width:1023px) {
	.lobbing-info-number .item-title {
		font-size: 15px;
		line-height: 22px;
		margin-bottom: 10px
	}
}
.lobbing-info-number .item-text p {
	opacity: .87;
	color: #fff;
	font-family: var(--primaryFont);
	font-size: 14px;
	line-height: 26px
}
.lobbing-instrument-container .lobbing-instrument {
	padding-top: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -2.5%
}
.lobbing-instrument-container2 .lobbing-instrument2 {

	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}
@media screen and (max-width:1023px) {
	.lobbing-instrument-container .lobbing-instrument {
		margin-left: -2%
	}
	.lobbing-instrument-container2 .lobbing-instrument2 {
		margin-left: -2%
	}
}
.lobbing-instrument-container .lobbing-instrument-item {
	width: 14.16667%;
	margin-left: 2.5%;
	margin-bottom: 30px;
	text-align: center
}
.lobbing-instrument-container2 .lobbing-instrument-item2 {


	margin-bottom: 30px;
	text-align: center
}
@media screen and (max-width:1023px) {
	.lobbing-instrument-container .lobbing-instrument-item {
		width: 23%;
		margin-left: 2%;
		margin-bottom: 2%
	}
	.lobbing-instrument-container2 .lobbing-instrument-item2 {
		width: 23%;
		margin-left: 2%;
		margin-bottom: 2%
	}
}
@media screen and (max-width:767px) {
	.lobbing-instrument-container .lobbing-instrument-item {
		width: 31.33333%
	}
	.lobbing-instrument-container2 .lobbing-instrument-item2 {
		width: 31.33333%
	}
}
@media screen and (max-width:500px) {
	.lobbing-instrument-container .lobbing-instrument-item {
		width: 48%;
		margin-bottom: 15px
	}
	.lobbing-instrument-container2 .lobbing-instrument-item2 {
		width: 48%;
		margin-bottom: 15px
	}
}
.lobbing-instrument-container .lobbing-instrument-item .img img {
	width: auto;
	height: 80px
}
.lobbing-instrument-container2 .lobbing-instrument-item2 .img img {
	width: auto;
	height: 80px
}
.lobbing-instrument-container .lobbing-instrument-item .img-title {
	color: #373737;
	font-family: 'Roboto', san-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	padding: 18px 10px 0
}
@media screen and (max-width:1023px) {
	.lobbing-instrument-container .lobbing-instrument-item .img-title {
		font-size: 18px;
		line-height: 1.2
	}
}
@media screen and (max-width:767px) {
	.lobbing-instrument-container .lobbing-instrument-item .img-title {
		font-size: 16px
	}
}
.lobbing-timeline-container {
	overflow: hidden;
	padding-top: 10px;
	position: relative
}
.lobbing-timeline-container:before, .lobbing-timeline-container:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
	height: 100%;
	z-index: 11
}
@media screen and (max-width:760px) {
	.lobbing-timeline-container:before, .lobbing-timeline-container:after {
		display: none
	}
}
.lobbing-timeline-container:before {
	background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
	left: 0
}
.lobbing-timeline-container:after {
	background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
	right: 0
}
.lobbing-timeline-container .tabs-container-global .tabs.position-top-right {
	width: 240px;
	top: -63px
}
@media screen and (max-width:767px) {
	.lobbing-timeline-container .tabs-container-global .tabs.position-top-right {
		margin: 0 auto 15px
	}
}
@media screen and (max-width:400px) {
	.lobbing-timeline-container .tabs-container-global .tabs.position-top-right {
		width: 100%
	}
	.lobbing-timeline-container .tabs-container-global .tabs.position-top-right .tabs-item {
		width: 50%
	}
}
.lobbing-timeline-container .tabs-container-global .tabs.position-top-right .tabs-name {
	line-height: 1
}
.lobbing-timeline-container .tabs-content-item {
	display: none;
	overflow: visible
}
.lobbing-timeline-container .tabs-content-item.active {
	display: block;
	max-height: none
}
.lobbing-timeline-container .lobbing-timeline-slider {
	position: relative;
	z-index: 2;
	margin-bottom: 11px;
	cursor: -webkit-grab;
	cursor: grab
}
@media screen and (max-width:767px) {
	.lobbing-timeline-container .lobbing-timeline-slider {
		display: none;
		cursor: default
	}
}
.lobbing-timeline-container .news__more-block-number {
	margin-top: 50px
}
@media screen and (max-width:1023px) {
	.lobbing-timeline-container .news__more-block-number {
		margin-top: 30px
	}
}
.lobbing-timeline-container .slider-arrows {
	position: absolute;
	bottom: -102px;
	right: 0;
	width: 300px;
	border: 1px solid #eaeaea;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
	height: 44px;
	top: auto;
	-webkit-transform: none;
	transform: none
}
@media screen and (max-width:1023px) {
	.lobbing-timeline-container .slider-arrows {
		position: static;
		margin: 30px auto 20px
	}
}
.lobbing-timeline-container .slider-arrows .slider-arrows-prev, .lobbing-timeline-container .slider-arrows .slider-arrows-next {
	width: 50%;
	cursor: pointer;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: .3s
}
.lobbing-timeline-container .slider-arrows .slider-arrows-prev:before, .lobbing-timeline-container .slider-arrows .slider-arrows-next:before {
	font-size: 12px;
	color: #aaa;
	line-height: 0;
	transition: .3s
}
.lobbing-timeline-container .slider-arrows .slider-arrows-prev:hover, .lobbing-timeline-container .slider-arrows .slider-arrows-next:hover {
	background-color: rgba(172, 172, 172, .1)
}
.lobbing-timeline-container .slider-arrows .slider-arrows-prev:hover:before, .lobbing-timeline-container .slider-arrows .slider-arrows-next:hover:before {
	color: #0e0e0e
}
.lobbing-timeline-container .slider-arrows .slider-arrows-prev {
	left: 0;
	border-right: 1px solid #eaeaea
}
.lobbing-timeline-container .slider-arrows .slider-arrows-prev:before {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}
.lobbing-timeline-container .slider-arrows .slider-arrows-next {
	right: 0
}
.lobbing-timeline-container .slick-slide {
	outline: 0;
	z-index: 2;
	margin: 260px 6px;
	padding: 66px 0;
	position: relative
}
@media screen and (max-width:767px) {
	.lobbing-timeline-container .slick-slide {
		margin: 275px 6px 65px;
		padding: 0
	}
}
.lobbing-timeline-container .slick-list {
	overflow: visible
}
.lobbing-timeline-container .slick-track {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.lobbing-timeline-container .slick-track:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -1000px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 1000px;
	height: 6px;
	background: url(/wp-content/uploads/2022/06/dashed-line.svg)
}
@media screen and (max-width:767px) {
	.lobbing-timeline-container .slick-track:before {
		top: auto;
		bottom: 78px;
		-webkit-transform: none;
		transform: none
	}
}
.lobbing-timeline-container .slick-track:after {
	content: '';
	height: 6px;
	width: 100%;
	background-color: #c5eafa;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
@media screen and (max-width:767px) {
	.lobbing-timeline-container .slick-track:after {
		top: auto;
		bottom: 78px;
		-webkit-transform: none;
		transform: none
	}
}
.lobbing-timeline-container .lobbing-timeline-event {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 336px;
	-ms-flex-direction: column;
	flex-direction: column
}
@media screen and (max-width:1023px) {
	.lobbing-timeline-container .lobbing-timeline-event {
		width: 290px
	}
}
@media screen and (max-width:900px) {
	.lobbing-timeline-container .lobbing-timeline-event {
		width: 255px
	}
}
.lobbing-timeline-container .lobbing-timeline-event:hover .info {
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .1)
}
.lobbing-timeline-container .lobbing-timeline-event:hover .info:before {
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .1)
}
.lobbing-timeline-container .lobbing-timeline-event:hover .info .title {
	color: #7356af
}
.lobbing-timeline-container .lobbing-timeline-event:hover .info .title:before {
	background-color: #7356af
}
.lobbing-timeline-container .lobbing-timeline-event:hover .dot {
	border: 1px solid #c4e9fa;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .1)
}
.lobbing-timeline-container .lobbing-timeline-event:hover .dot:after {
	-webkit-transform: scaleY(1.25);
	transform: scaleY(1.25);
	transition: .3s
}
.lobbing-timeline-container .lobbing-timeline-event:hover .dot:before, .lobbing-timeline-container .lobbing-timeline-event:hover .dot:after {
	background: #7356af
}
.lobbing-timeline-container .lobbing-timeline-event:hover .date {
	color: #0b0d1c
}
.lobbing-timeline-container .lobbing-timeline-event .info-content {
	overflow: hidden;
	max-height: 220px
}
.lobbing-timeline-container .lobbing-timeline-event .info-content .date {
	display: none
}
@media screen and (max-width:760px) {
	.lobbing-timeline-container .lobbing-timeline-event .info-content .date {
		display: block
	}
}
.lobbing-timeline-container .lobbing-timeline-event .info {
	padding: 35px 45px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	position: absolute;
	width: 100%;
	transition: .3s;
	bottom: calc(100% + 0px);
	top: auto
}
@media screen and (max-width:1023px) {
	.lobbing-timeline-container .lobbing-timeline-event .info {
		padding: 30px
	}
}
@media screen and (max-width:767px) {
	.lobbing-timeline-container .lobbing-timeline-event .info {
		bottom: calc(100% + 25px)
	}
}
.lobbing-timeline-container .lobbing-timeline-event .info:after, .lobbing-timeline-container .lobbing-timeline-event .info:before {
	content: "";
	transition: .3s;
	width: 8px;
	height: 8px;
	position: absolute;
	z-index: 3;
	bottom: -4px;
	top: auto;
	left: 50%;
	-webkit-transform: translate(-50%, 0) rotate(45deg);
	transform: translate(-50%, 0) rotate(45deg);
	background: #fff;
	border: 1px solid #eaeaea
}
.lobbing-timeline-container .lobbing-timeline-event .info:after {
	border: 1px solid transparent;
	bottom: -3px;
	top: auto
}
.lobbing-timeline-container .lobbing-timeline-event .dot {
	display: block;
	width: 18px;
	height: 18px;
	position: relative;
	box-sizing: border-box;
	margin: auto;
	border-radius: 100%;
	border: 1px solid #c4e9fa;
	-o-border-image: initial;
	border-image: initial;
	background: #fff;
	transition: .3s
}
@media screen and (max-width:767px) {
	.lobbing-timeline-container .lobbing-timeline-event .dot {
		display: none
	}
}
.lobbing-timeline-container .lobbing-timeline-event .dot:after {
	content: '';
	position: absolute;
	left: calc(50% - 1px);
	width: 2px;
	height: 40px;
	background-color: #41b3e7;
	bottom: calc(100% + 12px);
	top: auto;
	transition: .3s
}
.lobbing-timeline-container .lobbing-timeline-event .dot:before {
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	border-radius: 100%;
	background: #41b3e7;
	transition: .3s
}
.lobbing-timeline-container .lobbing-timeline-event .title {
	color: var(--body-color);
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 21px;
	line-height: 24px;
	position: relative;
	margin-bottom: 20px;
	transition: .3s
}
@media screen and (max-width:1023px) {
	.lobbing-timeline-container .lobbing-timeline-event .title {
		font-size: 18px;
		line-height: 22px
	}
}
.lobbing-timeline-container .lobbing-timeline-event .title:before {
	content: '';
	position: absolute;
	width: 40px;
	left: 0;
	bottom: -5px;
	height: 2px;
	background-color: #41b3e7;
	transition: .3s
}
.lobbing-timeline-container .lobbing-timeline-event .text {
	color: var(--body-color);
	font-family: var(--primaryFont);
	font-size: 14px;
	line-height: 21px;
	max-height: 103px
}
.lobbing-timeline-container .lobbing-timeline-event .date {
	color: rgba(11, 13, 28, .5);
	font-family: var(--tertiaryFont);
	font-weight: 600;
	font-size: 18px;
	position: absolute;
	top: auto;
	bottom: 29px;
	left: 50%;
	transition: .3s;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}
@media screen and (max-width:1023px) {
	.lobbing-timeline-container .lobbing-timeline-event .date {
		font-size: 16px
	}
}
@media screen and (max-width:760px) {
	.lobbing-timeline-container .lobbing-timeline-event .date {
		display: none;
		margin-top: 10px
	}
}
.lobbing-timeline-container .lobbing-timeline-event--even-child .dot:after {
	top: calc(100% + 12px);
	bottom: auto
}
.lobbing-timeline-container .lobbing-timeline-event--even-child .info {
	top: calc(100% + 0px);
	bottom: auto
}
@media screen and (max-width:767px) {
	.lobbing-timeline-container .lobbing-timeline-event--even-child .info {
		top: calc(100% + 25px)
	}
}
.lobbing-timeline-container .lobbing-timeline-event--even-child .info:after {
	top: -3px;
	bottom: auto
}
.lobbing-timeline-container .lobbing-timeline-event--even-child .info:before {
	top: -4px;
	bottom: auto
}
.lobbing-timeline-container .lobbing-timeline-event--even-child .date {
	top: 29px;
	bottom: auto
}
.lobbing-timeline-container .lobbing-timeline-event--even-child:hover .info:before {
	box-shadow: none
}
.lobbing-timeline-container .lobbing-timeline-date {
	position: relative;
	width: 140px;
	height: 40px;
	padding: 0 !important
}
.lobbing-timeline-container .lobbing-timeline-date>span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	font-size: 12px
}
.lobbing-timeline-container .lobbing-timeline-date .txt {
	font-size: 14px
}
.lobbing-timeline-container .lobbing-timeline-date .dd {
	font-size: 18px
}
.lobbing-timeline-container .lobbing-timeline-date, .lobbing-timeline-container .day {
	color: #fff;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #40b4e7;
	padding: 11px 30px 9px;
	position: relative;
	margin: 0 30px 0 0
}
@media screen and (max-width:1023px) {
	.lobbing-timeline-container .lobbing-timeline-date, .lobbing-timeline-container .day {
		padding: 11px 20px 9px
	}
}
.lobbing-timeline-container .day {
	display: none;
	text-align: center
}
@media screen and (max-width:767px) {
	.lobbing-timeline-container .day {
		display: block
	}
}
.lobbing-timeline-container .lobbing-timeline-responsive-notSlider {
	display: none
}
@media screen and (max-width:767px) {
	.lobbing-timeline-container .lobbing-timeline-responsive-notSlider {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.lobbing-timeline-container .lobbing-timeline-responsive-notSlider .lobbing-timeline-date {
	text-align: center;
	margin: 5px auto 20px;
	width: 100%
}
.lobbing-timeline-container .lobbing-timeline-responsive-notSlider .lobbing-timeline-date span {
	display: inline-block
}
.lobbing-timeline-container .lobbing-timeline-responsive-notSlider .lobbing-timeline-event {
	position: static;
	width: 48%;
	max-height: 500px;
	margin-bottom: 20px
}
@media screen and (max-width:550px) {
	.lobbing-timeline-container .lobbing-timeline-responsive-notSlider .lobbing-timeline-event {
		width: 100%;
		margin-bottom: 15px
	}
}
.lobbing-timeline-container .lobbing-timeline-responsive-notSlider .lobbing-timeline-event .info-content {
	max-height: 500px
}
.lobbing-timeline-container .lobbing-timeline-responsive-notSlider .lobbing-timeline-event .date {
	position: static;
	-webkit-transform: none;
	transform: none;
	margin: 5px 0 0
}
@media screen and (max-width:760px) {
	.lobbing-timeline-container .lobbing-timeline-responsive-notSlider .lobbing-timeline-event .date {
		margin-top: 10px
	}
}
.lobbing-timeline-container .lobbing-timeline-responsive-notSlider .lobbing-timeline-event .text {
	overflow: hidden
}
.lobbing-timeline-container .lobbing-timeline-responsive-notSlider .lobbing-timeline-event .info {
	position: static;
	height: 100%;
	padding: 20px
}
.lobbing-timeline-container .lobbing-timeline-responsive-notSlider .lobbing-timeline-event .info:before, .lobbing-timeline-container .lobbing-timeline-responsive-notSlider .lobbing-timeline-event .info:after {
	display: none !important
}
.lobbing-timeline-container-archive {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-left: -30px;
	overflow: visible
}
@media screen and (max-width:760px) {
	.lobbing-timeline-container-archive {
		margin-left: -20px
	}
}
@media screen and (max-width:500px) {
	.lobbing-timeline-container-archive {
		margin-left: 0
	}
}
.lobbing-timeline-container-archive:before, .lobbing-timeline-container-archive:after {
	display: none
}
.lobbing-timeline-container-archive .lobbing-timeline-event {
	position: relative;
	width: calc(25% - 30px);
	margin-bottom: 30px;
	margin-left: 30px
}
@media screen and (max-width:1023px) {
	.lobbing-timeline-container-archive .lobbing-timeline-event {
		width: calc(33.333% - 30px)
	}
}
@media screen and (max-width:760px) {
	.lobbing-timeline-container-archive .lobbing-timeline-event {
		margin-left: 20px;
		width: calc(50% - 20px)
	}
}
@media screen and (max-width:500px) {
	.lobbing-timeline-container-archive .lobbing-timeline-event {
		margin-left: 0;
		width: 100%
	}
}
.lobbing-timeline-container-archive .lobbing-timeline-event.lobbing-timeline-event--red:hover .info .title {
	color: #b52828
}
.lobbing-timeline-container-archive .lobbing-timeline-event.lobbing-timeline-event--red .info .title:before {
	background-color: #b52828
}
.lobbing-timeline-container-archive .lobbing-timeline-event.lobbing-timeline-event--yellow:hover .info .title {
	color: #fcd401
}
.lobbing-timeline-container-archive .lobbing-timeline-event.lobbing-timeline-event--yellow .info .title:before {
	background-color: #fcd401
}
.lobbing-timeline-container-archive .lobbing-timeline-event .date {
	position: absolute;
	-webkit-transform: none;
	transform: none;
	bottom: 25px;
	left: 25px
}
.lobbing-timeline-container-archive .lobbing-timeline-event .info {
	height: 100%;
	position: static;
	padding: 25px;
	padding-bottom: 60px
}
.lobbing-timeline-container-archive .lobbing-timeline-event .info:before, .lobbing-timeline-container-archive .lobbing-timeline-event .info:after {
	display: none
}
.lobbing .education-info.education-info-blue-bg {
	padding-bottom: 130px;
	min-height: 488px
}
@media screen and (max-width:1023px) {
	.lobbing .education-info.education-info-blue-bg {
		padding-bottom: 60px
	}
}
.lobbing .education-info-text {
	width: 100%;
	max-width: 870px
}
.lobbing .education-info-text .education-subtitle {
	padding-right: 0;
	margin: 30px 0 30px 0
}
@media screen and (max-width:760px) {
	.lobbing .education-info-text .education-subtitle {
		margin: 30px 0 30px
	}
}
.lobbing .education-info.lobbing-info {
	margin-bottom: 0
}
.lobbing .education-info.lobbing-info .education-title {
	margin-bottom: 25px
}
.lobbing .education-info.lobbing-info .education-info-text.content-rules {
	max-width: 100%;
}
.lobbing .education-info.lobbing-info p {
	font-size: 16px;
	line-height: 30px
}
.lobbing .lobbing-instrument-container {
	margin: 40px 0 0
}
.lobbing .lobbing-instrument-container2 {
	margin: 40px 0 0
}
.lobbing .komitet-group {
	margin: 30px 0 0
}
.lobbing .komitet-group .business-school-info-item .komitet-group-info-item-title {
	margin-bottom: 5px
}
.lobbing .komitet-group .business-school-info-item p {
	font-size: 13px;
	line-height: 22px;
	margin: 5px 0
}
.lobbing .komitet-group .education-title.komitet-group-title {
	font-family: var(--secondaryFont);
	font-size: 32px;
	line-height: 36px;
	margin: 35px 0 0
}
@media screen and (max-width:1023px) {
	.lobbing .komitet-group .education-title.komitet-group-title {
		font-size: 24px
	}
}
@media screen and (max-width:760px) {
	.lobbing .komitet-group .education-title.komitet-group-title {
		margin: 20px 0 12px;
		font-size: 20px
	}
}
.lobbing .komitet-group .business-school__filter {
	width: 360px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	float: right;
	margin-top: -35px
}
@media screen and (max-width:760px) {
	.lobbing .komitet-group .business-school__filter {
		margin-top: 0;
		width: 100%
	}
}
.lobbing .komitet-group .business-school__filter h4 {
	width: 50%;
	text-transform: uppercase;
	vertical-align: middle;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 36px
}
.lobbing .komitet-group .business-school-items {
	margin-top: 30px
}
.lobbing .komitet-group .tabs-container-global .tabs {
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0
}
@media screen and (max-width:760px) {
	.lobbing .komitet-group .tabs-container-global .tabs {
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}
.lobbing .komitet-group .tabs-container-global .tabs-narrow .tabs-item {
	height: 35px
}
.lobbing .business-school__more {
	-ms-flex-pack: start;
	justify-content: flex-start
}
@media screen and (max-width:1023px) {
	.lobbing .business-school__more {
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: -10px !important
	}
}
.lobbing .business-school__more .bl-btn--small {
	width: 210px
}
.lobbing .komitet-regions .tabs {
	margin-top: 30px !important
}
@media screen and (max-width:1023px) {
	.lobbing .komitet-regions .tabs {
		margin-top: 0 !important
	}
}
.lobbing .komitet-regions .business-school__more .bl-btn--small {
	width: 330px
}
@media screen and (max-width:760px) {
	.lobbing .komitet-regions .business-school__more .bl-btn--small {
		width: 300px
	}
}
.lobbing .consultation .education-title-gallery .gallery-title {
	font-family: 'Roboto', san-serif;
	font-size: 40px;
	font-weight: 500;
	line-height: 36px;
	padding-right: 0
}
@media screen and (max-width:760px) {
	.lobbing .consultation .education-title-gallery .gallery-title {
		font-size: 20px;
		line-height: 1.2
	}
}
.calendar-page .education-info {
	padding-bottom: 0
}
.calendar-page .education-info .title {
	color: #111;
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	max-height: 54px;
	overflow: hidden;
}
.calendar-page .education-info .education-subtitle {
	max-width: 470px;
	margin-left: 0;
	padding-right: 0
}
.calendar-page .education-tabs {
	padding-top: 0
}
.calendar-page .calendar-description-content {
	padding-top: 35px;
	-ms-flex-negative: 3;
	flex-shrink: 3
}
.calendar-page .calendar-description-content p {
	font-size: 16px;
	line-height: 30px
}
.calendar-page .calendar-top-block {
	display: block;
	width: 100%;
	margin-top: 40px
}
.calendar-page .calendar-top-block .education-info-text {
	float: left;
	max-width: 100%;
	width: calc(100% - 730px)
}
@media screen and (max-width:1024px) {
	.calendar-page .calendar-top-block .education-info-text {
		width: calc(100% - 330px)
	}
}
@media screen and (max-width:760px) {
	.calendar-page .calendar-top-block .education-info-text {
		width: 100%
	}
}
.calendar-page .calendar-top-block .calendar-filters {
	width: 300px;
	margin-right: 30px;
	padding: 40px;
	float: left;
	border: 1px solid #e6e6e6
}
@media screen and (max-width:760px) {
	.calendar-page .calendar-top-block .calendar-filters {
		width: 100%;
		padding: 20px;
		margin: 0
	}
	.calendar-page .calendar-top-block .calendar-filters .control {
		display: inline-block;
		margin: 20px 20px 20px 0;
		font-size: 14px
	}
}
.calendar-page .calendar-top-block .sidebar {
	margin-left: 30px
}
@media screen and (max-width:1200px) {
	.calendar-page .calendar-top-block .sidebar {
		max-width: 370px;
		width: auto;
		margin-top: 60px;
		display: block;
		margin-left: 0
	}
}
.calendar-page .calendar-top-block .sidebar img {
	max-width: 100%
}
.calendar-page .calendar-top-block .sidebar a {
	border: 0 !important
}
.calendar-page .news-section {
	float: none !important
}
.calendar-page .association-index-container .association-index-slider-container {
	margin-bottom: 0 !important
}
.calendar-page .association-index-container .slider-arrows .slider-arrows-prev, .calendar-page .association-index-container .slider-arrows .slider-arrows-next {
	margin-top: 20px
}
.calendar-filter-container .title {
	color: #111;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	margin: 16px 0 10px
}
.calendar-filter-container .calendar-filter-label-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -.87719%;
	position: relative;
	overflow: hidden;
	max-height: 40px;
	transition: .3s;
	padding-right: 40px
}
.calendar-filter-container .calendar-filter-label-item:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	height: 10px;
	background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
	pointer-events: none
}
.calendar-filter-container .calendar-filter-label-item.open {
	max-height: 150px
}
@media screen and (max-width:767px) {
	.calendar-filter-container .calendar-filter-label-item.open {
		max-height: 400px
	}
}
.calendar-filter-container .calendar-filter-label-item.open .icon {
	background-color: #7356af;
	color: #fff
}
.calendar-filter-container .calendar-filter-label-item.open .icon:before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
.calendar-filter-container .calendar-filter-label-item .icon {
	position: absolute;
	bottom: 10px;
	cursor: pointer;
	right: 0;
	height: 30px;
	width: 30px;
	display: -ms-flexbox;
	display: flex;
	background-color: #f5f5f5;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
.calendar-filter-container .calendar-filter-label-item .icon:before {
	font-size: 10px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.calendar-filter-container label {
	width: 15.78947%;
	margin-left: .87719%;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	white-space: nowrap
}
@media screen and (max-width:1023px) {
	.calendar-filter-container label {
		width: 19.12281%
	}
}
@media screen and (max-width:767px) {
	.calendar-filter-container label {
		width: 24.12281%
	}
}
@media screen and (max-width:500px) {
	.calendar-filter-container label {
		width: 49.12281%
	}
}
.calendar-filter-container label:hover>p::before {
	border-color: #111;
	transition: .3s
}
.calendar-filter-container label input[type=checkbox] {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0
}
.calendar-filter-container label input[type=checkbox]:checked+p {
	background-color: #7356af;
	color: #fff
}
.calendar-filter-container label input[type=checkbox]:checked+p:before {
	border: 1px solid #7356af
}
.calendar-filter-container label input[type=checkbox]:checked+p:after {
	box-shadow: 0 0 10px 12px #7356af
}
.calendar-filter-container label p {
	text-align: center;
	color: #111;
	font-family: var(--secondaryFont);
	font-size: 16px;
	line-height: 18px;
	display: block;
	overflow: hidden;
	position: relative;
	transition: .3s;
	padding: 7px 8px 5px
}
@media screen and (max-width:1023px) {
	.calendar-filter-container label p {
		font-size: 15px
	}
}
.calendar-filter-container label p:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #c2c2c2;
	margin: 0;
	z-index: 2;
	transition: .3s;
	box-sizing: border-box
}
.calendar-filter-container label p:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	box-shadow: 0 0 15px 17px #fff;
	transition: .3s;
	pointer-events: none
}
.calendar-filter-container .calendar-filter-city {
	max-height: none
}
.calendar-filter-container .calendar-filter-city label p {
	font-size: 18px;
	font-family: var(--secondaryFont);
	font-weight: 700;
	max-height: 100%
}
.big-calendar-events-container {
	margin-top: 50px
}
.big-calendar-events-container .big-calendar-events {
	display: block
}
.big-calendar-events-container .big-calendar-events-top {
	display: block;
	position: relative
}
.big-calendar-events-container .big-calendar-events-top:after {
	content: '';
	height: 20px;
	bottom: -20px;
	width: 100%;
	left: 0;
	z-index: 1;
	right: 0;
	position: absolute;
	background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0))
}
.big-calendar-events-container .nav-mounth {
	background-color: #40b4e7;
	padding: 16px 250px;
	text-align: center;
	position: relative
}
@media screen and (max-width:1023px) {
	.big-calendar-events-container .nav-mounth {
		padding: 16px 140px
	}
}
@media screen and (max-width:760px) {
	.big-calendar-events-container .nav-mounth {
		padding: 12px 40px
	}
}
.big-calendar-events-container .nav-mounth .big-calendar-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 250px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: .3s;
	cursor: pointer
}
@media screen and (max-width:1023px) {
	.big-calendar-events-container .nav-mounth .big-calendar-arrow {
		width: 140px
	}
}
@media screen and (max-width:767px) {
	.big-calendar-events-container .nav-mounth .big-calendar-arrow {
		width: 40px
	}
}
.big-calendar-events-container .nav-mounth .big-calendar-arrow:before {
	font-size: 14px;
	margin: 0 -7px;
	color: #fff;
	transition: .3s
}
.big-calendar-events-container .nav-mounth .big-calendar-arrow:after {
	content: '';
	width: 120px;
	height: 2px;
	transition: .3s;
	background-color: #fff
}
@media screen and (max-width:1023px) {
	.big-calendar-events-container .nav-mounth .big-calendar-arrow:after {
		width: 65px
	}
}
@media screen and (max-width:767px) {
	.big-calendar-events-container .nav-mounth .big-calendar-arrow:after {
		display: none
	}
}
.big-calendar-events-container .nav-mounth .big-calendar-arrow:hover {
	background-color: rgba(255, 255, 255, .2)
}
.big-calendar-events-container .nav-mounth .big-calendar-arrow:hover:before {
	color: #fff
}
.big-calendar-events-container .nav-mounth .big-calendar-arrow:hover:after {
	background: #fff
}
.big-calendar-events-container .nav-mounth .big-calendar-arrow-l {
	left: 0;
	border-right: 1px solid rgba(255, 255, 255, .2)
}
.big-calendar-events-container .nav-mounth .big-calendar-arrow-l:before {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}
.big-calendar-events-container .nav-mounth .mounth {
	color: #fff;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase
}
@media screen and (max-width:767px) {
	.big-calendar-events-container .nav-mounth .mounth {
		font-size: 15px;
		line-height: 16px
	}
}
.big-calendar-events-container .nav-mounth .big-calendar-arrow-r {
	right: 0;
	direction: rtl;
	border-left: 1px solid rgba(255, 255, 255, .2)
}
.big-calendar-events-container .days-of-the-week {
	background-color: #f7f7f7;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media screen and (max-width:760px) {
	.big-calendar-events-container .days-of-the-week {
		display: none
	}
}
.big-calendar-events-container .day-name {
	width: 12.82051%;
	box-sizing: border-box;
	color: #111;
	font-family: var(--tertiaryFont);
	font-weight: 600;
	font-size: 16px;
	background-color: #f7f7f7;
	text-align: center;
	padding: 9px 0;
	z-index: 3
}
.big-calendar-events-container .big-calendar-events-bottom {
	display: block;
	position: relative
}
.big-calendar-events-container .week {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.big-calendar-events-container .week .day-name {
	display: none;
	width: 100%
}
@media screen and (max-width:760px) {
	.big-calendar-events-container .week .day-name {
		display: block
	}
}
.big-calendar-events-container .week .day {
	width: 12.82051%;
	margin-top: 1.7094%;
	box-sizing: border-box;
	position: relative
}
@media screen and (max-width:760px) {
	.big-calendar-events-container .week .day {
		width: 100%;
		text-align: center;
		margin-top: 10px
	}
}
@media screen and (min-width:760px) {
	.big-calendar-events-container .week .day:hover {
		z-index: 2;
		transition: z-index 0s linear 0s
	}
	.big-calendar-events-container .week .day:hover .day-content {
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
		border: 1px solid #c2c2c2;
		max-height: 2000px;
		transition: .7s
	}
	.big-calendar-events-container .week .day:hover .day-content:after {
		display: none
	}
	.big-calendar-events-container .week .day:hover .day-number {
		color: #fff;
		background-color: #40b4e7
	}
}
.big-calendar-events-container .week .day.hover {
	z-index: 2;
	transition: z-index 0s linear 0s
}
.big-calendar-events-container .week .day.hover .day-content {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
	border: 1px solid #c2c2c2;
	max-height: 2000px;
	transition: .7s
}
.big-calendar-events-container .week .day.hover .day-content:after {
	display: none
}
.big-calendar-events-container .week .day.hover .day-number {
	color: #fff;
	background-color: #40b4e7
}
.big-calendar-events-container .week .day.hover .all-event:before {
	bottom: 7px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
.big-calendar-events-container .week .all-event {
	position: absolute;
	bottom: 5px;
	z-index: 3;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer
}
.big-calendar-events-container .week .all-event:before {
	color: #111;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: .3s
}
.big-calendar-events-container .week .day-content {
	padding: 10px;
	border: 1px solid #f7f7f7;
	min-height: 100%;
	max-height: 100%;
	position: relative;
	transition: .3s;
	overflow: hidden;
	background: #fff
}
.big-calendar-events-container .week .day-content.show-button {
	padding-bottom: 20px
}
.big-calendar-events-container .week .day-content.show-button:before {
	height: 25px
}
.big-calendar-events-container .week .day-content.show-button:after {
	bottom: 25px
}
.big-calendar-events-container .week .day-content:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: 10px;
	height: 10px;
	background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
	pointer-events: none;
	opacity: 1;
	transition: .3s;
	display: none
}
.big-calendar-events-container .week .day-content:before {
	content: '';
	position: absolute;
	bottom: 0;
	height: 10px;
	background: #fff;
	right: 0;
	left: 0;
	display: none
}
.big-calendar-events-container .week .day-number {
	font-family: var(--tertiaryFont);
	font-weight: 600;
	font-size: 16px;
	background-color: #f7f7f7;
	color: #7d7d7d;
	padding: 10px 5px;
	border-radius: 100%;
	display: inline-block;
	width: 36px;
	text-align: center;
	transition: .3s;
	margin: 10px 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default
}
@media screen and (max-width:1023px) {
	.big-calendar-events-container .week .day-number {
		font-size: 14px;
		width: 33px
	}
}
@media screen and (max-width:760px) {
	.big-calendar-events-container .week .day-number {
		margin: 10px 0 3px
	}
}
.big-calendar-events-container .week .today .day-number {
	background-color: #349de7;
	color: #fff
}
.big-calendar-events-container .week .day-other-month .day-number {
	color: rgba(0, 0, 0, .2)
}
.big-calendar-events-container .week .day-with-event {
	max-height: 402px;
	z-index: 0;
	transition: z-index 0s linear .3s
}
@media screen and (max-width:760px) {
	.big-calendar-events-container .week .day-with-event {
		max-height: 306px
	}
}
.big-calendar-events-container .week .day-with-event .day-content:after, .big-calendar-events-container .week .day-with-event .day-content:before {
	display: block
}
.big-calendar-events-container .events {
	border-top: none;
	background: #fff
}
.big-calendar-events-container .event {
	margin: 5px 0 10px;
	display: block
}
.big-calendar-events-container .event:hover .event-title {
	color: #7356af
}
.big-calendar-events-container .event .event-category {
	color: #fff;
	font-family: var(--secondaryFont);
	font-size: 13px;
	line-height: 1.1;
	background-color: #7356af;
	padding: 3px 5px 2px;
	display: inline-block;
	margin-bottom: 5px;
	min-width: 72px;
	text-align: center
}
.big-calendar-events-container .event .event-category.blue {
	background-color: #00f
}
.big-calendar-events-container .event .event-category.yellow {
	background-color: #ff0
}
.big-calendar-events-container .event .event-category.green {
	background-color: green
}
.big-calendar-events-container .event .event-category.orange {
	background-color: orange
}
.big-calendar-events-container .event .event-category.red {
	background-color: red
}
.big-calendar-events-container .event .event-time {
	color: #0b0d1c;
	font-family: var(--tertiaryFont);
	font-size: 11px;
	margin-bottom: 5px
}
.big-calendar-events-container .event .event-title {
	color: #111;
	font-family: var(--secondaryFont);
	font-size: 13px;
	line-height: 16px;
	transition: .3s
}
@media screen and (max-width:1023px) {
	.big-calendar-events-container .event .event-title {
		font-size: 12px;
		line-height: 14px
	}
}
.personal-cabinet textarea::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #f5f5f5
}
.personal-cabinet textarea::-webkit-scrollbar {
	width: 6px;
	background-color: #f5f5f5
}
.personal-cabinet textarea::-webkit-scrollbar-thumb {
	background-color: #000
}
.personal-cabinet .blogroll {
	width: 100%;
	padding-right: 0
}
.personal-cabinet .blogroll .about-company ul {
	margin: 0 !important
}
.personal-cabinet .blogroll .about-company .bl-btn--small {
	margin-top: 10px
}
.personal-cabinet .blogroll .about-company .bl-btn--small span {
	color: #7356af
}
.personal-cabinet .blogroll .about-company .bl-btn--small:hover span {
	color: #fff
}
.personal-cabinet .includ-to-association {
	clear: both;
	padding: 20px 0;
	transition: .3s;
	overflow: hidden;
	max-height: 2000px
}
@media screen and (max-width:760px) {
	.personal-cabinet .includ-to-association {
		max-height: 4000px
	}
}
.personal-cabinet .includ-to-association.hide {
	max-height: 0;
	padding: 0;
	margin: 0;
	opacity: 0;
	overflow: hidden
}
.personal-cabinet .includ-to-association .includ-to-association-info-form {
	margin-top: 40px
}
.personal-cabinet .includ-to-association-form .tabs .tabs-item {
	width: 33.3334%
}
.personal-cabinet .short-user-info, .personal-cabinet .category, .personal-cabinet .upcoming-events, .personal-cabinet .single-page-photogalery, .personal-cabinet .our-education-partner-container, .personal-cabinet .propozition {
	margin: 50px 0
}
.personal-cabinet .partners-slider {
	padding-bottom: 0
}
.personal-cabinet .our-education-partner-container {
	clear: both
}
.personal-cabinet .control {
	font-size: 15px;
	position: relative;
	display: block;
	margin-bottom: 15px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 3px 0 2px 30px
}
.personal-cabinet .control input {
	position: absolute;
	z-index: -1;
	opacity: 0
}
.personal-cabinet .control__indicator {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: var(--grey-light);
	border: 1px solid #e8e8e8;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
.personal-cabinet .control__indicator:after {
	content: '\eA66';
	font-size: 9px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 11px;
	border: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
	color: #7356af;
	font-family: "iconFont" !important;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0 0 transparent;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none
}
.personal-cabinet .control input:checked~.control__indicator:after {
	display: block
}
.personal-cabinet .control input:disabled~.control__indicator {
	pointer-events: none;
	background: #e8e8e8
}
.personal-cabinet .control input:disabled~.control__indicator:after {
	color: #a8a8a8
}
.personal-cabinet .socials {
	border-top: none;
	padding: 20px 0 25px;
	max-width: 161px
}
.personal-cabinet .socials .links {
	margin-top: 0;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.personal-cabinet .socials .links:after {
	display: none
}
.personal-cabinet .socials .links a {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background: #ccc
}
.personal-cabinet .socials .links a:last-of-type {
	margin-right: 0
}
.personal-cabinet .short-user-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.personal-cabinet .short-user-info .title {
	font-family: var(--tertiaryFont);
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 25px;
	line-height: 1.2
}
.personal-cabinet .education-title {
	display: block;
	width: 100%;
	clear: both
}
.personal-cabinet .left {
	width: 14%
}
@media screen and (max-width:1023px) {
	.personal-cabinet .left {
		width: 39%
	}
}
@media screen and (max-width:760px) {
	.personal-cabinet .left {
		width: 100%
	}
}
.personal-cabinet .left .news-of-city, .personal-cabinet .left .question {
	display: none
}
@media screen and (max-width:1023px) {
	.personal-cabinet .left .news-of-city, .personal-cabinet .left .question {
		display: block
	}
}
.personal-cabinet .left .news-of-city .bl-btn--small, .personal-cabinet .left .question .bl-btn--small {
	margin: auto
}
.personal-cabinet .left .user-img {
	position: relative;
	text-align: center;
	max-width: 161px
}
.personal-cabinet .left .user-img__edit {
	position: absolute;
	cursor: pointer;
	bottom: 0;
	right: 0;
	width: 30px;
	height: 30px;
	transition: .3s;
	background: #ccc;
	overflow: hidden
}
.personal-cabinet .left .user-img__edit:hover {
	background: #7356af
}
.personal-cabinet .left .user-img__edit:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 16px;
	color: #fff;
	z-index: 0;
	pointer-events: none
}
.personal-cabinet .left .user-img__edit input {
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}
.personal-cabinet .left .user-img img {
	display: block;
	width: 100%;
	margin: 0
}
.personal-cabinet .btn-edit-profile-block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media screen and (max-width:600px) {
	.personal-cabinet .btn-edit-profile-block {
		-ms-flex-direction: column;
		flex-direction: column
	}
}
@media screen and (max-width:600px) {
	.personal-cabinet .btn-edit-profile-block input {
		margin-right: 0 !important
	}
}
.personal-cabinet .center {
	width: 55%;
	padding: 0 30px;
	box-sizing: border-box
}
@media screen and (max-width:1023px) {
	.personal-cabinet .center {
		width: 61%;
		padding-right: 0
	}
}
@media screen and (max-width:760px) {
	.personal-cabinet .center {
		width: 100%;
		padding: 0;
		margin-top: 30px
	}
}
.personal-cabinet .center .password-block {
	transition: .3s;
	max-height: 70px
}
.personal-cabinet .center .hide {
	max-height: 0;
	overflow: hidden
}
.personal-cabinet .center .bl-btn--small {
	margin: 0;
	display: block;
	height: 50px;
	width: 200px
}
.personal-cabinet .center .selectric-wrapper {
	height: auto;
	margin-bottom: 15px
}
.personal-cabinet .center .selectric {
	border: 1px solid #ccc
}
.personal-cabinet .center .selectric .label {
	height: 48px;
	margin-left: 20px;
	line-height: 48px
}
.personal-cabinet .center .selectric .button {
	height: 48px;
	width: 48px
}
.personal-cabinet .center .btn-edit-profile {
	position: relative;
	background: #fff;
	border: 2px solid #7356af;
	-webkit-transition: .3s;
	cursor: pointer;
	min-width: 152px;
	padding: 15px 27px 14px;
	margin-bottom: 15px;
	color: #7356af;
	font-size: 14px;
	line-height: 1;
	height: 50px;
	transition: .3s;
	text-transform: uppercase;
	font-family: var(--tertiaryFont);
	font-weight: 700;
	display: inline-block;
	margin-right: 10px
}
.personal-cabinet .center .btn-edit-profile.profile-button-disabled {
	pointer-events: none;
	border-color: #cfcfcf;
	color: #cfcfcf
}
.personal-cabinet .center .btn-edit-profile:last-of-type {
	margin-right: 0
}
.personal-cabinet .center .btn-edit-profile:hover {
	background: #7356af;
	color: #fff
}
.personal-cabinet .center input:not(.btn-edit-profile) {
	margin-bottom: 15px;
	width: 100%;
	height: 50px;
	border: 1px solid #ccc;
	padding: 10px 20px;
	font-size: 12px;
	line-height: 1;
	color: #333;
	background: var(--grey-light);
	transition: .3s
}
.personal-cabinet .center input:not(.btn-edit-profile)::-webkit-input-placeholder {
	font-size: 12px;
	line-height: 1;
	color: #333;
	opacity: 1;
	-webkit-transition: .3s;
	transition: .3s
}
.personal-cabinet .center input:not(.btn-edit-profile)::-moz-placeholder {
	font-size: 12px;
	line-height: 1;
	color: #333;
	opacity: 1;
	-moz-transition: .3s;
	transition: .3s
}
.personal-cabinet .center input:not(.btn-edit-profile):-moz-placeholder {
	font-size: 12px;
	line-height: 1;
	color: #333;
	opacity: 1;
	-moz-transition: .3s;
	transition: .3s
}
.personal-cabinet .center input:not(.btn-edit-profile):-ms-input-placeholder {
	font-size: 12px;
	line-height: 1;
	color: #333;
	opacity: 1;
	-ms-transition: .3s;
	transition: .3s
}
.personal-cabinet .center input:not(.btn-edit-profile):focus {
	border: 1px solid #7356af
}
.personal-cabinet .center input:not(.btn-edit-profile):focus::-webkit-input-placeholder {
	opacity: 0
}
.personal-cabinet .center input:not(.btn-edit-profile):focus::-moz-placeholder {
	opacity: 0
}
.personal-cabinet .center input:not(.btn-edit-profile):focus:-moz-placeholder {
	opacity: 0
}
.personal-cabinet .center input:not(.btn-edit-profile):focus:-ms-input-placeholder {
	opacity: 0
}
.personal-cabinet .center .center-two-input {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start
}
.personal-cabinet .center .center-two-input input, .personal-cabinet .center .center-two-input .selectric-wrapper {
	width: 48.8%
}
.personal-cabinet .center .center-three-input {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start
}
.personal-cabinet .center .center-three-input input, .personal-cabinet .center .center-three-input .selectric-wrapper {
	width: 32%
}
.personal-cabinet .center .center-three-input .datepicker-block {
	width: 32%;
	position: relative
}
.personal-cabinet .center .center-three-input .datepicker-block input {
	width: 100%
}
.personal-cabinet .right {
	width: 31%
}
@media screen and (max-width:1023px) {
	.personal-cabinet .right {
		display: none
	}
}
.personal-cabinet .question {
	display: block;
	width: 100%;
	padding: 21px 40px 20px;
	background: var(--grey-light);
	text-align: center
}
@media screen and (max-width:1023px) {
	.personal-cabinet .question {
		padding: 20px 25px
	}
}
.personal-cabinet .question .bl-btn--small {
	background: var(--grey-light);
	margin: auto
}
.personal-cabinet .question .bl-btn--small.load-user-data {
	width: auto
}
.personal-cabinet .question .bl-btn--small:hover {
	background: #7356af
}
.personal-cabinet .question .title {
	font-family: var(--tertiaryFont);
	font-size: 18px;
	letter-spacing: -.5px;
	margin-bottom: 17px;
	font-weight: 700
}
.personal-cabinet .news-of-city {
	margin-bottom: 22px
}
.personal-cabinet .news-of-city:after {
	content: '';
	display: table;
	clear: both
}
.personal-cabinet .news-of-city form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center
}
.personal-cabinet .news-of-city form:after {
	content: '';
	display: table;
	clear: both
}
.personal-cabinet .news-of-city label {
	float: left;
	width: 50%;
	padding-right: 10px
}
.personal-cabinet .category .bl-btn--small {
	margin-top: 20px;
	text-align: left
}
.personal-cabinet .category .category-show {
	width: 100%
}
.personal-cabinet .category .news-of-city label {
	width: 33.333334%;
	overflow: hidden;
	max-height: 35px;
	transition: .3s
}
.personal-cabinet .category .news-of-city label.hide {
	opacity: 0;
	max-height: 0;
	margin: 0
}
.personal-cabinet .category .category-items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.personal-cabinet .category .category-item {
	width: 31.5%;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	margin-right: 2.75%;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	transition: z-index 0s linear .1s
}
@media screen and (max-width:760px) {
	.personal-cabinet .category .category-item {
		width: 48.5%
	}
}
@media screen and (max-width:500px) {
	.personal-cabinet .category .category-item {
		width: 100%;
		margin-right: 0
	}
}
.personal-cabinet .category .category-item:nth-child(3n) {
	margin-right: 0
}
@media screen and (max-width:760px) {
	.personal-cabinet .category .category-item:nth-child(3n) {
		margin-right: 2.75%
	}
}
@media screen and (max-width:500px) {
	.personal-cabinet .category .category-item:nth-child(3n) {
		margin-right: 0
	}
}
@media screen and (max-width:760px) {
	.personal-cabinet .category .category-item:nth-child(2n) {
		margin-right: 0
	}
}
.personal-cabinet .category .category-item.open-subcategory {
	transition: z-index 0s linear 0s;
	z-index: 2;
	border: 1px solid transparent q
}
.personal-cabinet .category .category-item.open-subcategory .title {
	color: #7356af
}
.personal-cabinet .category .category-item.open-subcategory .title:after {
	border-color: #333 transparent transparent #333;
	margin-top: 2px
}
.personal-cabinet .category .category-item.open-subcategory .subcategory {
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, .2);
	opacity: 1;
	max-height: 700px;
	padding-top: 50px;
	padding-bottom: 10px;
	z-index: 1;
	overflow: visible;
	border: 1px solid #ccc;
	transition: .3s
}
.personal-cabinet .category .subcategory {
	position: absolute;
	padding-right: 10px;
	padding-left: 10px;
	top: -1px;
	left: -1px;
	right: -1px;
	min-width: 100%;
	opacity: 0;
	max-height: 0;
	z-index: -1;
	overflow: hidden;
	background: #fff;
	border: 1px solid #ccc;
	border-top: transparent;
	transition: .3s, padding 1s
}
.personal-cabinet .category .title {
	font-size: 20px;
	line-height: 1.2;
	position: relative;
	z-index: 2;
	cursor: pointer;
	transition: .3s;
	background: #fff;
	padding: 10px
}
.personal-cabinet .category .title:after {
	content: '';
	position: absolute;
	right: 17px;
	top: 50%;
	width: 10px;
	height: 10px;
	border: 1px solid;
	-webkit-transform: rotate(45deg) translate(0, -50%);
	transform: rotate(45deg) translate(0, -50%);
	border-color: transparent #333 #333 transparent;
	margin-top: -4px;
	transition: .3s
}
.personal-cabinet .category .title:hover {
	color: #7356af
}
.personal-cabinet .single-page-photogalery:after {
	content: '';
	display: table;
	clear: both
}
.personal-cabinet .single-page-photogalery .education-title {
	margin-bottom: 26px
}
.personal-cabinet .single-page-photogalery .title {
	font-size: 24px;
	line-height: 1;
	font-family: var(--tertiaryFont);
	font-weight: 700;
	margin-bottom: 10px;
	position: relative;
	z-index: 2
}
.personal-cabinet .single-page-photogalery h5 {
	font-family: var(--tertiaryFont);
	font-weight: 700;
	font-size: 18px
}
.personal-cabinet .single-page-photogalery .photo {
	cursor: auto
}
.personal-cabinet .single-page-photogalery .photo:after {
	display: none
}
.personal-cabinet .single-page-photogalery p {
	margin-bottom: 10px
}
.personal-cabinet .single-page-photogalery .photos-grid {
	margin-top: 10px
}
.personal-cabinet .photos-grid {
	background: #eaeaea
}
.personal-cabinet .upcoming-events-items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-left: -25px
}
@media screen and (max-width:500px) {
	.personal-cabinet .upcoming-events-items {
		margin-left: 0
	}
}
.personal-cabinet .upcoming-events-items .text-block {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc(25% - 25px);
	margin: 0 0 25px 25px;
	box-sizing: border-box;
	height: auto
}
@media screen and (max-width:1023px) {
	.personal-cabinet .upcoming-events-items .text-block {
		width: calc(33.333% - 25px)
	}
}
@media screen and (max-width:760px) {
	.personal-cabinet .upcoming-events-items .text-block {
		width: calc(50% - 25px)
	}
}
@media screen and (max-width:500px) {
	.personal-cabinet .upcoming-events-items .text-block {
		width: 100%;
		margin-left: 0
	}
}
.personal-cabinet .upcoming-events-items .text-block a {
	display: inline-block
}
.personal-cabinet .upcoming-events-items .text-block__date {
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 3px
}
.personal-cabinet .upcoming-events-items .event-time {
	margin-bottom: 10px
}
.personal-cabinet .upcoming-events-items .state {
	margin-bottom: 15px
}
.personal-cabinet .upcoming-events-items .state:before {
	font-size: 40px
}
.personal-cabinet .upcoming-events-items .state.pending:before {
	color: #e9c140
}
.personal-cabinet .upcoming-events-items .state.ready:before {
	color: #05a031
}
.personal-cabinet .upcoming-events-items .state.rejected:before {
	color: #b52828
}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
	background-color: transparent !important;
	border: 0 !important;
	top: 2px !important;
	left: 2px !important;
	opacity: .6 !important
}
.ui-datepicker-prev .ui-icon, .ui-datepicker-next .ui-icon {
	background-position: center center !important;
	background-repeat: no-repeat;
	background-size: cover
}
.ui-datepicker-next:hover {
	left: auto !important;
	right: 2px !important
}
.ui-datepicker-next .ui-icon {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}
.ui-state-default {
	text-align: center !important;
	padding: 10px 4px !important
}
.ui-datepicker td {
	width: 13% !important
}
.ui-datepicker td .ui-state-active {
	border-color: #7356af !important;
	background: #7356af !important
}
.ui-datepicker td .ui-state-highlight {
	border-color: #b8b10a !important;
	background: #fffa8f !important;
	color: #000
}
#user-profile-modal .modal-header {
	margin-bottom: 20px;
	font-size: 24px
}
#user-profile-modal .personal-cabinet {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
#user-profile-modal .personal-cabinet .center {
	padding: 0;
	width: 100%
}
#js__change-pwd-msg {
	display: none
}
#js__user-profile-modal-send-email .consultation .tabs-content-item input, #js__user-profile-modal-send-email .consultation .tabs-content-item textarea {
	background-color: transparent
}
#js__user-profile-modal-send-email .consultation .tabs-content-item input:not(.disabled), #js__user-profile-modal-send-email .consultation .tabs-content-item textarea:not(.disabled) {
	border-color: rgba(6, 6, 15, .35)
}
#js__user-profile-modal-send-email .consultation .tabs-content-item .btn-send {
	position: relative;
	top: 0;
	margin-top: 30px;
	background: #fff;
	border: 2px solid #7356af !important;
	-webkit-transition: .3s
}
#js__user-profile-modal-send-email .consultation .tabs-content-item .btn-send span {
	color: #7356af !important
}
#js__user-profile-modal-send-email .consultation .tabs-content-item .btn-send:hover {
	background: #7356af
}
#js__user-profile-modal-send-email .consultation .tabs-content-item .btn-send:hover span {
	color: #fff !important
}
#js__user-profile-modal-send-email .info {
	color: rgba(0, 0, 0, .5)
}
#js__user-profile-modal-send-email .js__attachment-name {
	color: rgba(6, 6, 15, .5)
}
#js__user-profile-modal-send-email .js__attachment-name span {
	color: rgba(6, 6, 15, .7)
}
.hiring-request-container {
	background: #eef0f3
}
.hiring-request {
	position: relative;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 1020px;
	margin: auto;
	display: -ms-flexbox;
	display: flex
}
.hiring-request-content {
	width: 690px;
	height: auto;
	margin: 100px 0 146px auto;
	padding: 62px 50px 58px 70px !important;
	background: #fff;
	border: 1px solid #e6e6e6
}
.sidebar-request {
	width: 300px;
	padding: 27px 0;
	border: 1px solid #e6e6e6;
	background: #fff
}
.sidebar-request-a {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 12px;
	letter-spacing: .4px;
	line-height: 2;
	color: #9b9b9b;
	padding: 4px 10px 0 82px;
	min-height: 64px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	position: relative;
	transition: .2s ease
}
.sidebar-request-a.active {
	color: #043cd2
}
.sidebar-request-a.active svg g, .sidebar-request-a.active svg polyline, .sidebar-request-a.active svg rect {
	stroke: #7356af
}
.sidebar-request-a svg, .sidebar-request-a img {
	position: absolute;
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: .2s ease
}
.sidebar-request-er {
	color: #7356af
}
.sidebar-request-er svg g, .sidebar-request-er svg polyline {
	stroke: #7356af
}
.sidebar-request-a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e6e6e6
}
.sidebar-request-a:last-child:before {
	content: none
}
.request-title {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 42px;
	letter-spacing: -.57px;
	line-height: 1.19048;
	color: #121212;
	margin: 0 0 2px
}
.request-subtitle {
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 20px;
	letter-spacing: -.2px;
	line-height: 1.2;
	color: #121212;
	margin: 0
}
.hiring-request-content .items {
	margin-bottom: 30px;
	-ms-flex-direction: column;
	flex-direction: column
}
.hiring-request-content .items-title {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 12px;
	line-height: 2;
	letter-spacing: .4px;
	margin: 0 0 16px;
	text-transform: uppercase;
	color: #7356af
}
.hiring-request-content .items .flex-block {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 16px;
	-ms-flex-align: center;
	align-items: center
}
.hiring-request-content .items .flex-block.margin-bottom-40 {
	margin-bottom: 42px
}
.hiring-request-content .items .flex-column {
	display: block;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 30px
}
.hiring-request-content .items .flex-column .items-input-name {
	margin-bottom: 16px
}
.hiring-request-content .items .flex-row {
	display: -ms-flexbox;
	display: flex
}
.hiring-request-content .items .margin-bottom-10 {
	margin-bottom: 10px
}
.hiring-request-content .items .margin-bottom-10 .items-input-name {
	margin: 0 0 16px
}
.hiring-request-content .items .margin-bottom-30 {
	margin-bottom: 30px
}
.hiring-request-content .items .items-input-name {
	width: 100%;
	font-family: var(--primaryFont);
	line-height: 1.52941;
	font-size: 17px;
	color: #111;
	font-weight: 700
}
.hiring-request-content .items .items-input-name-span {
	font-weight: 400
}
.hiring-request-content .items .items-input-name-sm {
	width: 200px;
	margin-right: 50px !important
}
.hiring-request-content .items .input-required-text {
	max-width: 320px
}
.hiring-request-content .items .input-required-text-sm {
	max-width: 170px
}
.hiring-request-content .items textarea {
	height: 140px;
	resize: none
}
.hiring-request-content .items .label-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}
.hiring-request-content .items .label-container .checked:before {
	border-radius: 50%
}
.hiring-request-content .button-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.hiring-request-content .button-container .btn-request {
	padding: 0 16px 0 16px;
	height: 27px;
	background: #7356af;
	font-family: var(--tertiaryFont);
	font-weight: 600;
	font-size: 13px;
	color: #fff;
	transition: .2s ease;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 10px 10px 0
}
.hiring-request-content .button-container .btn-request:hover {
	box-shadow: 0 2px 4px rgba(0, 0, 0, .5)
}
.hiring-request-content .button-container .btn-request:last-child {
	margin-right: 0
}
.hiring-request-content .button-container .btn-request svg {
	margin-left: 10px
}
.hiring-request-content .items-half {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 16px;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.hiring-request-content .items-half .agreement-checkbox {
	width: 50%;
	margin: 0
}
.hiring-request-content .items-half .search-dropdown {
	width: 50%
}
.hiring-request-content .items-add {
	padding-left: 34px;
	position: relative;
	display: block;
	margin-bottom: 10px
}
.hiring-request-content .items-add svg {
	position: absolute;
	left: 0;
	top: 0
}
.hiring-request-content .items-add-title {
	font-family: var(--tertiaryFont);
	font-weight: 600;
	font-size: 15px;
	line-height: 1.73333;
	color: #7356af
}
.hiring-request-content .items-add-subtitle {
	font-family: var(--tertiaryFont);
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
	color: #9b9b9b
}
.hiring-request-content .items-add .agreement-checkbox-text p {
	font-family: var(--tertiaryFont);
	font-weight: 600
}
.hiring-request-content .items-add .item-privacy {
	font-family: var(--secondaryFont);
	font-size: 13px;
	line-height: 1.23077;
	font-weight: 400
}
.hiring-request-content .next-tabs-item {
	margin: 0 !important
}
.hiring-request-content .next-tabs-item button {
	margin: 0;
	height: 44px;
	padding: 0 60px;
	background: #7356af;
	color: #fff;
	font-family: var(--secondaryFont);
	font-weight: 400;
	border: 2px solid #7356af;
	font-size: 18px;
	transition: .2s ease
}
.hiring-request-content .next-tabs-item button:hover {
	background: #fff;
	color: #7356af
}
#education {
	margin-bottom: 0
}
#experience {
	margin-bottom: 10px
}
#additional-info {
	margin-bottom: 30px
}
.z-index-first {
	z-index: 15
}
.z-index-second {
	z-index: 12
}
.z-index-third {
	z-index: 9
}
.reminder {
	color: #dc2b2b;
	font-size: 16px;
	line-height: 1.4
}
.reminder-container {
	padding: 0 0 45px
}
.reminder a {
	text-decoration: none;
	outline: 0;
	transition: .25s;
	cursor: pointer;
	color: #043cd2;
	border-bottom: 1px solid #b6cef0
}
.reminder er {
	color: #053fd8;
	line-height: inherit;
	border-color: #0059e0
}
.reminder-button {
	margin: 10px 0 0
}
.span-change {
	font-family: var(--primaryFont);
	color: #111;
	font-size: 16px;
	line-height: 50px
}
.hiring-request-content .item-agreement span {
	font-family: var(--primaryFont);
	font-size: 14px;
	line-height: 1.4;
	color: #111;
	display: block;
	margin-bottom: 20px
}
.hiring-request-content .item-agreement .item-privacy {
	color: #9b9b9b !important
}
.hiring-request-content .item-agreement .agreement-checkbox {
	margin: 0 0 20px
}
.hiring-request-content .item-agreement .agreement-checkbox .agreement-checkbox-text-new p {
	line-height: 1.3;
	margin-bottom: 5px;
	display: block
}
.hiring-request-content .js__upload-block.error .js__add-file svg path {
	fill: #e54444
}
.hiring-request-content .js__upload-block.error .js__add-file svg rect {
	stroke: #e54444
}
.hiring-request-content .js__upload-block.error .items-add-title {
	color: #e54444
}
.hiring-request-content .js__upload-block .js__add-file-name {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.hiring-request-content .js__upload-block .js__add-file-name .js__file-name {
	display: block;
	margin-right: 10px;
	font-size: 14px;
	line-height: 1.4;
	color: #111
}
.hiring-request-content .js__upload-block .js__add-file-name .js__remove-file {
	position: relative;
	top: -1px;
	font-size: 12px;
	display: block;
	cursor: pointer
}
.hiring-request-content .margin-20-0 {
	margin: 20px 0
}
.item-100.cta-get .agreement-checkbox .checked {
	background: #382B51 !important;
	border: 1px solid #e8e8e8
}
.item-100.cta-get .agreement-checkbox .disabled+.checked {
	border-color: #e54444
}
.content-modal .item-100.cta-get .agreement-checkbox-text a {
	color: #043cd2 !important;
	opacity: 1 !important
}
.content-modal .item-100.cta-get .agreement-checkbox-text er {
	color: #001d6b !important
}
#js__user-profile-modal-add-resume .consultation .tabs-content-item .js__upload-block.disabled {
	border-color: #e54444
}
.dublicate-block .selectric-select.disabled .selectric {
	border-color: #e54444
}
.datamodal {
	position: absolute;
	background: rgba(0, 0, 0, .9);
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -10;
	opacity: 0;
	max-height: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: auto;
	transition: 0s linear .3s, opacity .3s
}
.datamodal .sign-modal__close {
	top: 9px
}
.datamodal.active {
	z-index: 1000;
	opacity: 1;
	max-height: 100vh;
	transition: 0s linear 0s, opacity .3s
}
.datamodal .modalclose {
	display: block
}
.datamodal .modal-top-blue {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: #051934
}
.datamodal .modal-top-blue .logo {
	position: absolute;
	top: 11px;
	left: 0;
	width: 50px;
	height: 29px;
	margin-left: 15px
}
.datamodal .modal-top-blue .logo img {
	max-width: 100%
}
.modalclose {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	height: 100%;
	display: none
}
.modal__flip {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0) rotate(-180deg);
	transform: translate(-50%, 0) rotate(-180deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-animation: backFlipAnimation .5s linear normal;
	animation: backFlipAnimation .5s linear normal;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition-duration: .2s;
	transition-timing-function: ease-in-out !important;
	transition-property: opacity, visibility;
	transition-delay: .2s;
	max-width: 470px;
	width: 100%;
	display: block;
	margin: auto;
	z-index: 2;
	background-color: #fff;
	padding: 54px 95px 25px;
	box-sizing: border-box
}
@media screen and (max-width:1023px) {
	.modal__flip {
		padding: 50px 70px
	}
}
@media screen and (max-width:760px) {
	.modal__flip {
		padding: 35px 25px
	}
}
.modal__flip .footer__social-butns {
	margin-bottom: 20px;
	text-align: center
}
.modal__window.active, .modal__window.active .modal__flip.active {
	visibility: visible;
	opacity: 1
}
.modal__window .support-msg {
	margin-bottom: 26px;
	font-size: 13px;
	line-height: 22px;
	font-family: var(--primaryFont);
	color: #666;
	text-align: center
}
.modal__flip.active {
	display: block;
	-webkit-transform: translateX(-50%) rotateY(0);
	transform: translateX(-50%) rotateY(0);
	z-index: 20;
	opacity: 1;
	-webkit-animation: flipAnimation .5s linear normal;
	animation: flipAnimation .5s linear normal
}
@-webkit-keyframes flipAnimation {
	0% {
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateX(-50%) rotateY(180deg) translate3d(0, 0, 0);
		transform: translateX(-50%) rotateY(180deg) translate3d(0, 0, 0)
	}
	50% {
		visibility: hidden;
		opacity: 0
	}
	51% {
		visibility: visible;
		opacity: 1
	}
	to {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateX(-50%) rotateY(0deg) translate3d(0, 0, 0);
		transform: translateX(-50%) rotateY(0deg) translate3d(0, 0, 0)
	}
}
@keyframes flipAnimation {
	0% {
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateX(-50%) rotateY(180deg) translate3d(0, 0, 0);
		transform: translateX(-50%) rotateY(180deg) translate3d(0, 0, 0)
	}
	50% {
		visibility: hidden;
		opacity: 0
	}
	51% {
		visibility: visible;
		opacity: 1
	}
	to {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateX(-50%) rotateY(0deg) translate3d(0, 0, 0);
		transform: translateX(-50%) rotateY(0deg) translate3d(0, 0, 0)
	}
}
@-webkit-keyframes backFlipAnimation {
	0% {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateX(-50%) rotateY(0deg) translate3d(0, 0, 0);
		transform: translateX(-50%) rotateY(0deg) translate3d(0, 0, 0);
		z-index: 20
	}
	50% {
		visibility: visible;
		opacity: 1;
		z-index: 20
	}
	51% {
		visibility: hidden;
		opacity: 0
	}
	to {
		visibility: hidden;
		opacity: 0;
		z-index: 1;
		-webkit-transform: translateX(-50%) rotateY(-180deg) translate3d(0, 0, 0);
		transform: translateX(-50%) rotateY(-180deg) translate3d(0, 0, 0)
	}
}
@keyframes backFlipAnimation {
	0% {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateX(-50%) rotateY(0deg) translate3d(0, 0, 0);
		transform: translateX(-50%) rotateY(0deg) translate3d(0, 0, 0);
		z-index: 20
	}
	50% {
		visibility: visible;
		opacity: 1;
		z-index: 20
	}
	51% {
		visibility: hidden;
		opacity: 0
	}
	to {
		visibility: hidden;
		opacity: 0;
		z-index: 1;
		-webkit-transform: translateX(-50%) rotateY(-180deg) translate3d(0, 0, 0);
		transform: translateX(-50%) rotateY(-180deg) translate3d(0, 0, 0)
	}
}
.vert-center {
	width: 470px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center
}
.modal__restore-info {
	font-size: 14px;
	margin: 10px auto 0;
	color: #7d838c;
	max-width: 260px;
	text-align: center
}
@media screen and (max-width:760px) {
	.modal__restore-info {
		font-size: 13px
	}
}
.modal__restore-info a {
	color: #043cd2;
	border-bottom: 1px solid #043cd2
}
.modal__restore-info er {
	border-bottom: 1px solid transparent
}
.checkbox {
	margin-bottom: 20px;
	display: block;
	font-size: 14px;
	color: #7d838c;
	position: relative;
	padding-left: 30px;
	padding-top: 4px
}
.checkbox:after {
	content: '';
	display: table;
	clear: both
}
.control--checkbox {
	float: left;
	cursor: pointer
}
.control--checkbox input {
	display: none
}
.control__indicator {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: 0;
	width: 17px;
	height: 17px;
	border: 1px solid #7d838c;
	border-radius: 2px;
	transition-duration: .2s;
	transition-timing-function: ease-in-out;
	transition-property: border
}
.control__indicator:after {
	content: "";
	top: 2px;
	left: 5px;
	width: 5px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border: solid #7d838c;
	border-width: 0 1px 1px 0;
	position: absolute;
	display: none
}
.control input:checked~.control__indicator:after {
	display: block
}
.terms {
	margin-left: 5px;
	display: inline-block;
	color: #111;
	border-bottom: 1px solid #111
}
.terms:hover {
	border-bottom: 1px solid transparent
}
.sign-modal {
	max-width: 470px;
	width: 100%;
	display: block;
	margin: auto;
	position: relative;
	z-index: 2;
	padding: 54px 0;
	box-sizing: border-box
}
.sign-modal-darkness {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .6);
	z-index: 98;
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s ease
}
.sign-modal-darkness--show {
	visibility: visible;
	opacity: 1
}
.sign-modal__inner {
	max-width: 370px;
	margin: auto
}
.sign-modal__close {
	position: absolute;
	top: 16px;
	right: 10px;
	cursor: pointer;
	font-size: 25px
}
@media screen and (max-width:760px) {
	.sign-modal__close {
		padding: 9px
	}
}
.sign-modal__close:before {
	font-size: 22px;
	color: #fff;
	display: block;
	transition: .3s
}
@media screen and (max-width:760px) {
	.sign-modal__close:before {
		font-size: 16px
	}
}
.sign-modal__close:hover:before {
	color: #fcd401
}
.sign-modal__title {
	color: #111;
	padding: 0 12px;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
	margin-top: 39px
}
.sign-modal__title-big {
	font-size: 21px;
	line-height: 24px;
	color: #111;
	font-family: var(--secondaryFont);
	text-transform: uppercase;
	font-weight: 400;
	display: block
}
@media screen and (max-width:760px) {
	.sign-modal__title-big {
		font-size: 17px;
		line-height: 20px
	}
}
.sign-modal__title-grey {
	font-family: var(--primaryFont);
	font-style: italic;
	font-size: 15px;
	color: #666;
	margin: 0 8px;
	font-weight: 400
}
@media screen and (max-width:760px) {
	.sign-modal__title-grey {
		font-size: 14px
	}
}
.sign-modal__title-link {
	font-weight: 400;
	font-family: var(--primaryFont);
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid;
	transition: .3s;
	cursor: pointer
}
@media screen and (max-width:760px) {
	.sign-modal__title-link {
		font-size: 13px;
		line-height: 17px
	}
}
.sign-modal__body .input-cover {
	margin-bottom: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.sign-modal__body .inp-block__label {
	width: 100%
}
.sign-modal__body input:not([type=checkbox]) {
	display: block;
	height: 50px;
	border: 1px solid #e8e8e8;
	background-color: #f7f7f7;
	color: #111;
	font-family: var(--tertiaryFont);
	font-size: 14px;
	font-weight: 300;
	padding: 12px 20px 10px;
	width: 100%;
	box-sizing: border-box
}
.sign-modal__body input:not([type=checkbox])::-webkit-input-placeholder {
	color: #989898;
	-webkit-transition: .3s;
	transition: .3s
}
.sign-modal__body input:not([type=checkbox])::-moz-placeholder {
	color: #989898;
	-moz-transition: .3s;
	transition: .3s
}
.sign-modal__body input:not([type=checkbox]):-moz-placeholder {
	color: #989898;
	-moz-transition: .3s;
	transition: .3s
}
.sign-modal__body input:not([type=checkbox]):-ms-input-placeholder {
	color: #989898;
	-ms-transition: .3s;
	transition: .3s
}
.sign-modal__body input:not([type=checkbox]):focus::-webkit-input-placeholder {
	opacity: 0
}
.sign-modal__body input:not([type=checkbox]):focus::-moz-placeholder {
	opacity: 0
}
.sign-modal__body input:not([type=checkbox]):focus:-moz-placeholder {
	opacity: 0
}
.sign-modal__body input:not([type=checkbox]):focus:-ms-input-placeholder {
	opacity: 0
}
.sign-modal__forgot {
	font-family: var(--primaryFont);
	display: block;
	font-size: 16px;
	line-height: 18px;
	margin-top: 34px;
	text-align: center;
	margin-bottom: 26px;
	cursor: pointer
}
@media screen and (max-width:760px) {
	.sign-modal__forgot {
		margin: 20px 0
	}
}
.sign-modal__forgot span {
	border-bottom: 1px solid;
	transition: .3s
}
.sign-modal__footer .butn {
	background: 0 0;
	white-space: nowrap;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #7356af;
	transition: .3s;
	cursor: pointer;
	text-transform: uppercase;
	padding: 10px 20px 8px;
	border-radius: 0;
	box-shadow: none;
	border: 2px solid #7356af;
	width: 100%;
	max-width: 280px
}
@media screen and (max-width:1023px) {
	.sign-modal__footer .butn {
		font-size: 13px;
		line-height: 18px
	}
}
@media screen and (max-width:760px) {
	.sign-modal__footer .butn {
		font-size: 12px
	}
}
.sign-modal__footer .butn:hover {
	color: #fff;
	border-color: #7356af;
	background: #7356af
}
@media screen and (max-width:700px) {
	.postid-65969 .single-page-event table {
		display: none !important
	}
}
body.open-modal {
	position: absolute !important;
	max-height: 100vh;
	width: 100vw !important
}
.sidebar .vacantions .item {
	width: 100%
}
.sidebar .vacantions .item img {
	max-width: 85%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
#js__user-profile-modal-add-vacancy .title, #js__user-profile-modal-add-resume .title {
	font-family: var(--tertiaryFont);
	font-size: 18px;
	letter-spacing: -.5px;
	margin: 15px 0
}
#js__user-profile-modal-add-vacancy .title-2, #js__user-profile-modal-add-resume .title-2 {
	font-family: var(--tertiaryFont);
	font-size: 18px;
	letter-spacing: -.5px;
	margin: 15px 0 5px
}
#js__user-profile-modal-add-vacancy .consultation .tabs-content-item input, #js__user-profile-modal-add-resume .consultation .tabs-content-item input {
	width: 100%;
	border: 1px solid #e8e8e8;
	background-color: #f7f7f7;
	font-family: var(--tertiaryFont);
	font-size: 14px;
	line-height: 26px;
	padding: 12px 20px 10px;
	color: #989898;
	transition: .3s;
	margin-bottom: 4px
}
#js__user-profile-modal-add-vacancy .consultation .tabs-content-item input::-webkit-input-placeholder, #js__user-profile-modal-add-resume .consultation .tabs-content-item input::-webkit-input-placeholder {
	color: rgba(152, 152, 152, .5)
}
#js__user-profile-modal-add-vacancy .consultation .tabs-content-item input::-moz-placeholder, #js__user-profile-modal-add-resume .consultation .tabs-content-item input::-moz-placeholder {
	color: rgba(152, 152, 152, .5)
}
#js__user-profile-modal-add-vacancy .consultation .tabs-content-item input:-ms-input-placeholder, #js__user-profile-modal-add-resume .consultation .tabs-content-item input:-ms-input-placeholder {
	color: rgba(152, 152, 152, .5)
}
#js__user-profile-modal-add-vacancy .consultation .tabs-content-item input::-ms-input-placeholder, #js__user-profile-modal-add-resume .consultation .tabs-content-item input::-ms-input-placeholder {
	color: rgba(152, 152, 152, .5)
}
#js__user-profile-modal-add-vacancy .consultation .tabs-content-item input::placeholder, #js__user-profile-modal-add-resume .consultation .tabs-content-item input::placeholder {
	color: rgba(152, 152, 152, .5)
}
#js__user-profile-modal-add-vacancy .input-email-content-js.js__contact-form-message, #js__user-profile-modal-add-resume .input-email-content-js.js__contact-form-message {
	width: 100%;
	border: 1px solid #e8e8e8;
	background-color: #f7f7f7;
	font-family: var(--tertiaryFont);
	font-size: 14px;
	line-height: 26px;
	padding: 12px 20px 10px;
	color: #989898;
	height: 140px;
	resize: none
}
#js__user-profile-modal-add-vacancy .input-email-content-js.js__contact-form-message::-webkit-input-placeholder, #js__user-profile-modal-add-resume .input-email-content-js.js__contact-form-message::-webkit-input-placeholder {
	color: rgba(152, 152, 152, .5)
}
#js__user-profile-modal-add-vacancy .input-email-content-js.js__contact-form-message::-moz-placeholder, #js__user-profile-modal-add-resume .input-email-content-js.js__contact-form-message::-moz-placeholder {
	color: rgba(152, 152, 152, .5)
}
#js__user-profile-modal-add-vacancy .input-email-content-js.js__contact-form-message:-ms-input-placeholder, #js__user-profile-modal-add-resume .input-email-content-js.js__contact-form-message:-ms-input-placeholder {
	color: rgba(152, 152, 152, .5)
}
#js__user-profile-modal-add-vacancy .input-email-content-js.js__contact-form-message::-ms-input-placeholder, #js__user-profile-modal-add-resume .input-email-content-js.js__contact-form-message::-ms-input-placeholder {
	color: rgba(152, 152, 152, .5)
}
#js__user-profile-modal-add-vacancy .input-email-content-js.js__contact-form-message::placeholder, #js__user-profile-modal-add-resume .input-email-content-js.js__contact-form-message::placeholder {
	color: rgba(152, 152, 152, .5)
}
#js__user-profile-modal-add-vacancy .selectric-scroll, #js__user-profile-modal-add-resume .selectric-scroll {
	max-height: 165px
}
#js__user-profile-modal-add-vacancy .info, #js__user-profile-modal-add-resume .info {
	color: #000;
	width: 100%
}
#js__user-profile-modal-add-vacancy .consultation .tabs-content-item .btn-send, #js__user-profile-modal-add-resume .consultation .tabs-content-item .btn-send {
	background: #0eb53d;
	border-color: #0eb53d !important;
	position: static;
	margin-top: 15px
}
#js__user-profile-modal-add-vacancy .consultation .tabs-content-item .btn-send span, #js__user-profile-modal-add-resume .consultation .tabs-content-item .btn-send span {
	color: #fff;
	position: static
}
#js__user-profile-modal-add-vacancy .consultation .tabs-content-item .btn-send:hover, #js__user-profile-modal-add-resume .consultation .tabs-content-item .btn-send:hover {
	background: #fff
}
#js__user-profile-modal-add-vacancy .consultation .tabs-content-item .btn-send:hover span, #js__user-profile-modal-add-resume .consultation .tabs-content-item .btn-send:hover span {
	color: #0eb53d
}
#js__user-profile-modal-add-vacancy .item-100.cta-get label, #js__user-profile-modal-add-resume .item-100.cta-get label {
	margin: 10px 0 15px
}
#js__user-profile-modal-add-vacancy .item-100.cta-get .agreement-checkbox-text p, #js__user-profile-modal-add-resume .item-100.cta-get .agreement-checkbox-text p {
	display: inline;
	font-size: 14px;
	line-height: 22px;
	color: #111 !important;
	position: relative;
	opacity: 1 !important;
	font-family: var(--tertiaryFont);
	font-weight: 600
}
#js__user-profile-modal-add-vacancy .consultation .tabs-content-item .upload, #js__user-profile-modal-add-resume .consultation .tabs-content-item .upload {
	margin: 15px 0
}
#js__user-profile-modal-add-vacancy .consultation .tabs-content-item .upload label span, #js__user-profile-modal-add-resume .consultation .tabs-content-item .upload label span {
	margin-top: 4px
}
#js__user-profile-modal-add-vacancy .consultation .tabs-content-item .upload .btn-upload span, #js__user-profile-modal-add-resume .consultation .tabs-content-item .upload .btn-upload span {
	line-height: 20px
}
#js__user-profile-modal-add-vacancy input.required.disabled, #js__user-profile-modal-add-vacancy textarea.required.disabled, #js__user-profile-modal-add-resume input.required.disabled, #js__user-profile-modal-add-resume textarea.required.disabled {
	border-color: #e54444
}
#js__user-profile-modal-add-vacancy .consultation .tabs-content-item .file-upload-info, #js__user-profile-modal-add-resume .consultation .tabs-content-item .file-upload-info {
	margin: 7px 15px 0
}
#js__user-profile-modal-add-vacancy .file-upload-info .js__add-file-name, #js__user-profile-modal-add-resume .file-upload-info .js__add-file-name {
	display: -ms-flexbox;
	display: flex;
	width: 200px;
	max-width: 200px
}
#js__user-profile-modal-add-vacancy .file-upload-info .js__add-file-name .js__file-name, #js__user-profile-modal-add-resume .file-upload-info .js__add-file-name .js__file-name {
	max-width: 175px;
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
	height: 16px;
	line-height: 1
}
#js__user-profile-modal-add-vacancy .file-upload-info .js__add-file-name .js__remove-file, #js__user-profile-modal-add-resume .file-upload-info .js__add-file-name .js__remove-file {
	margin: 5px 0 0 10px
}
#js__user-profile-modal-add-resume .consultation .tabs-content-item .info {
	margin: 10px 0
}
.pot-members__header {
	color: #fff;
	background-color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;

	transition: opacity .25s ease
}
.pot-members__header::before, .pot-members__header::after {
	pointer-events: none;
	content: none
}
.pot-members__header.slick-initialized {
	opacity: 1;
	visibility: visible
}
.pot-members__header .slick-dots {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: 75px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.pot-members__header .slick-dots li {
	width: 30px;
	height: 3px;
	background-color: #fff;
	opacity: .2;
	transition: all .25s ease;
	cursor: pointer
}
.pot-members__header .slick-dots li.slick-active {
	opacity: 1
}
.pot-members__header .slick-dots li:not(:last-child) {
	margin-right: 10px
}
.pot-members__header .slick-dots li button {
	font-size: 0
}
.pot-members__slide {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 50;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 165px 10px 60px 10px
}
.pot-members__slide::before, .pot-members__slide::after {
	pointer-events: none;
	content: none
}
.pot-members__slide::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #03142e;
	opacity: .8;
	pointer-events: none;
	position: absolute;
	top: 0
}
.pot-members__header-small-title {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 50px;
	position: relative;
	z-index: 150
}
@media screen and (max-width:600px) {
	.pot-members__header-small-title {
		font-size: 12px
	}
}
.pot-members__header-title {
	font-family: var(--secondaryFont);
	font-weight: 300;
	font-size: 64px;
	line-height: 1;
	letter-spacing: -1px;
	color: #fff;
	margin-bottom: 25px;
	max-width: 770px;
	position: relative;
	z-index: 150
}
@media screen and (max-width:600px) {
	.pot-members__header-title {
		font-size: 38px
	}
}
.pot-members__header-subtitle {
	font-size: 24px;
	line-height: 1.33333;
	color: #fff;
	margin-bottom: 45px;
	position: relative;
	z-index: 150
}
@media screen and (max-width:600px) {
	.pot-members__header-subtitle {
		font-size: 18px
	}
}
.pot-members__header-cta-connect {
	padding: 18px 50px;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 95px;
	border: 2px solid rgba(255, 255, 255, .4);
	transition: all .25s ease;
	position: relative;
	z-index: 150
}
.pot-members__header-cta-connect:hover {
	color: #fff;
	border: 2px solid #fff
}
.pot-members__header-cta {
	padding: 12px 0;
	background: var(--grey-light);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	position: sticky;
	top: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: opacity .15s ease
}
.pot-members__header-cta.active {
	opacity: 1;
	visibility: visible
}
.pot-members__header-cta-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (max-width:374px) {
	.pot-members__header-cta-inner {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: stretch;
		align-items: stretch
	}
}
.pot-members__header-cta-button {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 9px 41px;
	padding-top: 12px;
	border: 2px solid transparent;
	transition: all .25s ease
}
.pot-members__header-cta-button:not(:last-child) {
	margin-right: 4px
}
@media screen and (max-width:374px) {
	.pot-members__header-cta-button:not(:last-child) {
		margin-right: 0;
		margin-bottom: 4px
	}
}
@media screen and (max-width:600px) {
	.pot-members__header-cta-button {
		width: 50%;
		padding-left: 9px;
		padding-right: 9px
	}
}
@media screen and (max-width:374px) {
	.pot-members__header-cta-button {
		width: 100%
	}
}
.pot-members__header-cta-button--green {
	background: #0bbd3d
}
.pot-members__header-cta-button--green:hover {
	color: #0bbd3d;
	background-color: transparent;
	border-color: #0bbd3d
}
.pot-members__header-cta-button--blue {
	color: #7356af;
	border-color: #7356af
}
.pot-members__header-cta-button--blue:hover {
	color: #fff;
	background-color: #7356af
}
.pot-members__advantages {
	padding-top: 60px;
	padding-bottom: 73px
}
.pot-members__advantages-title {
	margin-bottom: 30px;
	font-family: var(--secondaryFont);
	font-size: 48px;
	line-height: .91667;
	color: #111
}
@media screen and (max-width:600px) {
	.pot-members__advantages-title {
		font-size: 32px
	}
}
.pot-members__advantages-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 5px 30px
}
@media screen and (max-width:1100px) {
	.pot-members__advantages-grid {
		grid-template-columns: repeat(2, 1fr)
	}
}
@media screen and (max-width:550px) {
	.pot-members__advantages-grid {
		grid-template-columns: 1fr
	}
}
.pot-members__advantages-item {
	padding: 25px 40px 40px 40px;
	background: #fff;
	border-radius: 0 0 5px 5px;
	border-bottom: 5px solid transparent;
	transition: all .25s ease
}
.pot-members__advantages-item:hover {
	box-shadow: 0 12px 30px rgba(0, 86, 219, .05);
	border-color: #7356af
}
.pot-members__advantages-item-icon {
	margin-bottom: 15px
}
.pot-members__advantages-item-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 133%;
	color: #111;
	margin-bottom: 10px
}
.pot-members__advantages-item-text {
	font-size: 14px;
	line-height: 150%;
	color: #111
}
.pot-members__bullets {
	padding: 90px 0;
	padding-bottom: 98px;
	background: radial-gradient(124% 124% at 50% 0, #0a84ed 0, #0146c4 100%)
}
.pot-members__bullets-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 70px
}
@media screen and (max-width:767px) {
	.pot-members__bullets-grid {
		grid-template-columns: 1fr
	}
}
.pot-members__bullets-item {
	color: #fff
}
.pot-members__bullets-item-number {
	font-weight: 300;
	font-size: 120px;
	line-height: 87%;
	letter-spacing: -3px;
	margin-bottom: 20px
}
@media screen and (max-width:1100px) {
	.pot-members__bullets-item-number {
		font-size: 60px
	}
}
.pot-members__bullets-item-number-text {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 16px;
	line-height: 125%;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 38px;
	position: relative
}
.pot-members__bullets-item-number-text::before {
	content: "";
	display: block;
	width: 37px;
	height: 4px;
	background-color: #fff;
	position: absolute;
	top: 30px;
	left: 0
}
.pot-members__bullets-item-text {
	font-size: 18px;
	line-height: 1.44444
}
@media screen and (max-width:970px) {
	.pot-members__bullets-item-text {
		font-size: 14px
	}
}
.pot-members__membership {
	padding-top: 80px
}
@media screen and (max-width:970px) {
	.pot-members__membership {
		overflow: hidden
	}
}
.pot-members__membership-title {
	font-family: var(--secondaryFont);
	font-size: 48px;
	line-height: .91667;
	text-align: center;
	color: #111;
	margin-bottom: 5px
}
.pot-members__membership-subtitle {
	font-family: var(--secondaryFont);
	font-size: 20px;
	line-height: 120%;
	text-align: center;
	letter-spacing: -.2px;
	color: #121212;
	margin-bottom: 50px
}
.slick-initialized .slick-slide.pot-members__membership-grid {
	display: grid;
	margin-bottom: 0
}
.js_membership-slider {
	margin-bottom: 52px
}
@media screen and (max-width:991px) {
	.js_membership-slider {
		margin-bottom: 0
	}
}
.js_membership-slider .slick-slide {
	padding: 0 14px
}
.js_membership-slider .slick-list {
	margin: 0 -14px;
	width: calc(100% + 28px)
}
@media screen and (max-width:568px) {
	.js_membership-slider .slick-slide {
		padding: 0 7px
	}
	.js_membership-slider .slick-list {
		margin: 0 -7px;
		width: calc(100% + 14px)
	}
}
.js_membership-slider .slick-prev {
	left: -90px
}
.js_membership-slider .slick-prev:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	margin-left: 2px
}
@media screen and (max-width:1280px) {
	.js_membership-slider .slick-prev {
		left: -30px
	}
}
@media screen and (max-width:1200px) {
	.js_membership-slider .slick-prev {
		left: -5px
	}
}
@media screen and (max-width:800px) {
	.js_membership-slider .slick-prev {
		left: auto;
		right: 60px
	}
}
.js_membership-slider .slick-next {
	right: -90px
}
.js_membership-slider .slick-next:after {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
	margin-left: -2px
}
@media screen and (max-width:1280px) {
	.js_membership-slider .slick-next {
		right: -30px
	}
}
@media screen and (max-width:1200px) {
	.js_membership-slider .slick-next {
		right: -5px
	}
}
@media screen and (max-width:800px) {
	.js_membership-slider .slick-next {
		right: 0
	}
}
.js_membership-slider .slick-prev, .js_membership-slider .slick-next {
	z-index: 2;
	background: #fff;
	border: 4px solid #e8f2fd;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	font-size: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all .3s
}
@media screen and (max-width:800px) {
	.js_membership-slider .slick-prev, .js_membership-slider .slick-next {
		width: 50px;
		height: 50px;
		-webkit-transform: none;
		transform: none;
		top: calc(100% - 13px)
	}
}
@media screen and (max-width:568px) {
	.js_membership-slider .slick-prev, .js_membership-slider .slick-next {
		top: 100%
	}
}
.js_membership-slider .slick-prev:hover, .js_membership-slider .slick-next:hover {
	border-color: #7356af;
	background: #7356af
}
.js_membership-slider .slick-prev:hover:after, .js_membership-slider .slick-next:hover:after {
	border-color: #fff
}
.js_membership-slider .slick-prev:after, .js_membership-slider .slick-next:after {
	content: "";
	width: 11px;
	height: 11px;
	border-top: 2px solid #7356af;
	border-left: 2px solid #7356af;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%
}
.pot-members__membership-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);

	grid-gap: 28px;
	margin-bottom: 52px;

}
@media screen and (max-width:1000px) {
	.pot-members__membership-grid {
		grid-template-columns: repeat(4, 1fr)
	}
}
@media screen and (max-width:970px) {
	.pot-members__membership-grid .pot-members__membership-item {
		height: 130px
	}
}
@media screen and (max-width:767px) {
	.pot-members__membership-grid {
		grid-template-columns: repeat(3, 1fr)
	}
}
@media screen and (max-width:600px) {
	.pot-members__membership-grid {
		grid-template-columns: repeat(2, 1fr)
	}
}
.pot-members__membership-item {
	position: relative;
	padding: 15px;
	border: 2px solid transparent;
	transition: all .25s ease;
	display: -ms-flexbox !important;
	display: flex !important;
	background-color: #fff;
	-webkit-filter: saturate(0) contrast(.9);
	filter: saturate(0) contrast(.9);
	margin-bottom: 28px;
	height: 130px
}
.pot-members__membership-item img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain
}
.pot-members__membership-item:hover {
	border-color: #7356af;
	-webkit-filter: saturate(1) contrast(1);
	filter: saturate(1) contrast(1)
}
@media screen and (max-width:568px) {
	.pot-members__membership-item {
		height: 80px;
		margin-bottom: 14px
	}
}
.pot-members__membership-item-label {
	position: absolute;
	top: -10px;
	right: -20px;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 11px;
	line-height: .90909;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 4px 8px;
	padding-top: 7px;
	border-radius: 999px;
	background: #7356af
}
.pot-members__membership-counter {
	display: none;
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 14px
}
.pot-members__membership-counter b {
	font-size: 20px
}
@media screen and (max-width:800px) {
	.pot-members__membership-counter {
		display: block
	}
}
@media screen and (max-width:568px) {
	.pot-members__membership-counter {
		margin-top: 10px
	}
}
.pot-members__membership-controls {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (max-width:500px) {
	.pot-members__membership-controls {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: stretch;
		align-items: stretch
	}
}
.pot-members__membership-sectors-btn {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 15px;
	line-height: 1.66667;
	letter-spacing: .5px;
	color: #005fff;
	background-color: transparent;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (max-width:500px) {
	.pot-members__membership-sectors-btn {
		margin-bottom: 10px
	}
}
.pot-members__membership-sectors-btn-icon {
	display: block;
	width: 60px;
	height: 60px;
	background: #7356af;
	border-radius: 50%;
	margin-right: 10px;
	position: relative
}
.pot-members__membership-sectors-btn-icon::before, .pot-members__membership-sectors-btn-icon::after {
	content: "";
	display: block;
	background-color: #fff;
	position: absolute;
	transition: all .25s ease
}
.pot-members__membership-sectors-btn-icon::before {
	width: 16px;
	height: 2px;
	top: 29px;
	left: 22px
}
.pot-members__membership-sectors-btn-icon::after {
	width: 2px;
	height: 16px;
	top: 22px;
	left: 29px
}
.pot-members__membership-sectors-link {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #7356af;
	padding: 13px 40px;
	padding-bottom: 9px;
	border: 2px solid #7356af;
	background-color: #fff;
	transition: all .25s ease
}
.pot-members__membership-sectors-link:hover {
	background-color: #7356af;
	color: #fff
}
.pot-members__membership-sectors-container {
	position: relative
}
.pot-members__membership-sectors-container.active .pot-members__membership-sectors-dropdown {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}
.pot-members__membership-sectors-container.active .pot-members__membership-sectors-btn-icon::after {
	opacity: 0
}
.pot-members__membership-sectors-dropdown {
	width: 360px;
	height: 580px;
	background: #e8f2fd;
	box-shadow: 0 12px 30px rgba(0, 86, 219, .05);
	border-radius: 0 0 8px 8px;
	position: absolute;
	z-index: 3;
	bottom: calc(100% + 10px);
	left: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	visibility: hidden;
	transition: all .35s ease
}
@media screen and (max-width:500px) {
	.pot-members__membership-sectors-dropdown {
		max-width: 100%
	}
}
.pot-members__membership-sectors-dropdown-search {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: inset 0 1px 0 #b1bbcb;
	padding: 16px 20px;
	border-radius: 0 0 8px 8px
}
.pot-members__membership-sectors-dropdown-search-input {
	font-family: var(--tertiaryFont);
	background: #f5f5f5;
	border-radius: 2px;
	padding: 7px 20px;
	font-size: 14px;
	line-height: 1.85714;
	color: #686868;
	border: 0;
	width: 100%
}
.pot-members__membership-sectors-dropdown-inner {
	padding: 28px 25px
}
.pot-members__membership-sectors-dropdown-title {
	font-size: 16px;
	line-height: 125%;
	text-transform: uppercase;
	color: #111;
	margin-bottom: 22px
}
.pot-members__membership-sectors-dropdown-list {
	overflow-y: auto;
	max-height: 440px;
	padding-bottom: 20px
}
.pot-members__membership-sectors-dropdown-list li {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	border-radius: 2px;
	padding: 15px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.125;
	color: #111;
	border-left: 5px solid transparent;
	cursor: pointer;
	transition: all .25s ease
}
.pot-members__membership-sectors-dropdown-list li.active {
	border-color: #7356af
}
.pot-members__membership-sectors-dropdown-list li:not(:last-child) {
	margin-bottom: 8px
}
.pot-members__membership-sectors-dropdown-list li:hover {
	border-color: #7356af
}
.pot-members__membership-sectors-dropdown-close {
	position: absolute;
	top: -15px;
	right: -15px;
	cursor: pointer
}
.pot-members__stages {
	padding-bottom: 50px;
	transition: all .3s
}
.pot-members__stages.stepsFixed {
	padding-top: 200px
}
.scrollmagic-pin-spacer {
	background-color: #fff;
	z-index: 100
}
.pot-members__stages-slider-item {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (max-width:970px) {
	.pot-members__stages-slider-item {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: start;
		align-items: flex-start
	}
}
.pot-members__stages-slider-item-content {
	-ms-flex: 1;
	flex: 1;
	padding-top: 52px
}
@media screen and (max-width:970px) {
	.pot-members__stages-slider-item-content {
		margin-bottom: 30px
	}
}
.pot-members__stages-slider-item-title {
	font-family: var(--secondaryFont);
	font-size: 48px;
	line-height: 92%;
	color: #111;
	margin-bottom: 75px;
	max-width: 570px;
	position: relative
}
@media screen and (max-width:600px) {
	.pot-members__stages-slider-item-title {
		font-size: 35px
	}
}
.pot-members__stages-slider-item-title::before {
	content: "";
	display: block;
	width: 27px;
	height: 4px;
	background: #005fff;
	position: absolute;
	left: 0;
	top: calc(100% + 33px)
}
.pot-members__stages-slider-item-list-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	text-transform: uppercase;
	color: #111;
	margin-bottom: 15px
}
.pot-members__stages-slider-item-list {
	font-size: 16px;
	line-height: 150%;
	color: #111;
	max-width: 670px
}
.pot-members__stages-slider-item-list li {
	padding-left: 34px;
	position: relative
}
.pot-members__stages-slider-item-list li::before {
	content: url(/wp-content/themes/eurobak/img/del/potential-members/membership-check.png);
	display: block;
	position: absolute;
	top: 0;
	left: 0
}
.pot-members__stages-slider-item-list li a {
	text-decoration: underline
}
.pot-members__stages-slider {
	margin-bottom: 40px;
	visibility: hidden;
	opacity: 0;
	transition: opacity .25s ease
}
@media screen and (max-width:1439px) {
	.pot-members__stages-slider {
		padding: 0 100px
	}
}
@media screen and (max-width:767px) {
	.pot-members__stages-slider {
		padding: 0;
		opacity: 1;
		visibility: visible
	}
	.pot-members__stages-slider .pot-members__stages-slider-item {
		display: none !important
	}
	.pot-members__stages-slider .pot-members__stages-slider-item:first-of-type {
		display: -ms-flexbox !important;
		display: flex !important
	}
}
.pot-members__stages-slider.slick-initialized {
	visibility: visible;
	opacity: 1
}
.pot-members__stages-slider .slick-prev {
	right: calc(100% + 50px)
}
.pot-members__stages-slider .slick-prev:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	margin-left: 2px
}
@media screen and (max-width:1439px) {
	.pot-members__stages-slider .slick-prev {
		right: calc(100% - 85px)
	}
}
.pot-members__stages-slider .slick-next {
	left: calc(100% + 50px)
}
.pot-members__stages-slider .slick-next:after {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
	margin-left: -2px
}
@media screen and (max-width:1439px) {
	.pot-members__stages-slider .slick-next {
		left: calc(100% - 85px)
	}
}
.pot-members__stages-slider .slick-prev, .pot-members__stages-slider .slick-next {
	z-index: 2;
	background: #fff;
	border: 4px solid #e8f2fd;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	font-size: 0;
	position: absolute;
	top: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all .3s
}
@media screen and (max-width:800px) {
	.pot-members__stages-slider .slick-prev, .pot-members__stages-slider .slick-next {
		width: 50px;
		height: 50px;
		-webkit-transform: none;
		transform: none
	}
}
.pot-members__stages-slider .slick-prev:hover, .pot-members__stages-slider .slick-next:hover {
	border-color: #7356af;
	background: #7356af
}
.pot-members__stages-slider .slick-prev:hover:after, .pot-members__stages-slider .slick-next:hover:after {
	border-color: #fff
}
.pot-members__stages-slider .slick-prev:after, .pot-members__stages-slider .slick-next:after {
	content: "";
	width: 11px;
	height: 11px;
	border-top: 2px solid #7356af;
	border-left: 2px solid #7356af;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%
}
.pot-members__stages-slider-item-cta {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 13px 29px 10px 29px;
	background: #0bbd3d;
	display: inline-block;
	margin-top: 20px;
	margin-left: 34px;
	border: 2px solid #0bbd3d;
	transition: all .25s ease
}
.pot-members__stages-slider-item-cter {
	background-color: transparent;
	color: #0bbd3d
}
.pot-members__stages-slider-dots {
	margin: -5px -100px 40px -100px;
	width: 119%;
	position: relative
}
.pot-members__stages-slider-dots::before {
	content: "";
	display: block;
	width: 1090px;
	max-width: 100%;
	height: 4px;
	background: #e8f2fd;
	position: absolute;
	top: 35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
@media screen and (max-width:767px) {
	.pot-members__stages-slider-dots::before {
		content: none
	}
}
@media screen and (max-width:1200px) {
	.pot-members__stages-slider-dots {
		margin: 0 0 40px;
		width: 100%
	}
	.pot-members__stages-slider-dots::before {
		width: 80%
	}
}
@media screen and (max-width:767px) {
	.pot-members__stages-slider-dots {
		display: none
	}
}
.pot-members__stages-slider-dots-progress {
	position: absolute;
	width: 110px;
	max-width: 1050px;
	height: 4px;
	background: #7356af;
	top: 35px;
	left: 175px;
	transition: all .25s ease
}
@media screen and (max-width:1200px) {
	.pot-members__stages-slider-dots-progress {
		left: 10%;
		width: 20%
	}
}
@media screen and (max-width:767px) {
	.pot-members__stages-slider-dots-progress {
		display: none
	}
}
.pot-members__stages-slider-dots-item {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	color: #111;
	cursor: pointer;
	text-align: center
}
.pot-members__stages-slider-dots-item:hover .pot-members__stages-slider-dots-item-icon {
	border-color: rgba(0, 86, 219, .5)
}
.pot-members__stages-slider-dots-item.slick-current .pot-members__stages-slider-dots-item-icon, .pot-members__stages-slider-dots-item.fill .pot-members__stages-slider-dots-item-icon {
	background-color: #7356af;
	border-color: #7356af
}
.pot-members__stages-slider-dots-item.slick-current .pot-members__stages-slider-dots-item-icon svg path, .pot-members__stages-slider-dots-item.fill .pot-members__stages-slider-dots-item-icon svg path {
	fill: #fff
}
@media screen and (max-width:970px) {
	.pot-members__stages-slider-image {
		display: none !important
	}
}
.pot-members__stages-slider-dots-item-icon {
	width: 70px;
	height: 70px;
	background-color: #fff;
	border: 4px solid #e8f2fd;
	border-radius: 50%;
	margin-bottom: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	transition: all .25s ease
}
.pot-members__stages-slider-dots-item-icon svg path {
	transition: all .25s ease
}
.pot-members__stages-cta-btn {
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #7356af;
	transition: all .25s ease;
	padding: 18px 50px 14px 50px;
	border: 2px solid #7356af
}
.pot-members__stages-cta-btn:hover {
	color: #fff;
	background-color: #7356af
}
.pot-members__stages-cta-btn-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}
.pot-members__stages-cta-caption-container {
	text-align: center;
	margin: 16px auto 0;
	max-width: 660px;
	line-height: 1.45
}
.pot-members__stages-cta-caption-container a {
	color: var(--blue-main);
	line-height: inherit;
	border-bottom: 1px solid #b6cef0;
	text-decoration: none
}
.pot-members__stages-cta-caption-container er {
	border-bottom: 1px solid #0059e0
}
.pot-members__talk {
	padding-top: 50px;
	text-align: center
}
.pot-members__talk-title {
	font-family: var(--secondaryFont);
	font-weight: 300;
	font-size: 64px;
	line-height: .78125;
	letter-spacing: -1px;
	color: #111;
	margin-bottom: 15px
}
@media screen and (max-width:1350px) {
	.pot-members__talk-title {
		font-size: 54px
	}
}
.pot-members__talk-subtitle {
	font-size: 24px;
	line-height: 1.33333;
	color: #121212;
	opacity: .6;
	margin-bottom: 32px
}
.pot-members__talk-bullets {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 70px
}
@media screen and (max-width:767px) {
	.pot-members__talk-bullets {
		grid-template-columns: 1fr;
		grid-gap: 20px
	}
}
.pot-members__talk-bullet-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #e1ecff;
	padding: 35px 30px 30px 30px;
	background-color: #fff;
	transition: all .25s ease
}
@media screen and (max-width:768px) {
	.pot-members__talk-bullet-item {
		padding: 20px
	}
}
.pot-members__talk-bullet-item:hover {
	background: #e8f2fd;
	border-color: #e8f2fd
}
.pot-members__talk-bullet-item:hover .pot-members__talk-bullet-item-title {
	color: #005fff
}
.pot-members__talk-bullet-item:hover .pot-members__talk-bullet-item-btn {
	color: #fff;
	background: #7356af
}
.pot-members__talk-bullet-item-icon {
	margin-bottom: 30px
}
.pot-members__talk-bullet-item-title {
	font-size: 24px;
	line-height: 110%;
	color: #111;
	margin-bottom: 30px;
	transition: all .25s ease;
	font-family: var(--secondaryFont)
}
@media screen and (max-width:768px) {
	.pot-members__talk-bullet-item-title {
		font-size: 18px
	}
}
.pot-members__talk-bullet-item-btn {
	background-color: rgba(0, 86, 219, .1);
	padding: 14px 50px 10px 50px;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	color: #7356af;
	transition: all .25s ease
}
@media screen and (max-width:768px) {
	.pot-members__talk-bullet-item-btn {
		padding-left: 10px;
		padding-right: 10px
	}
}
.pot-members__calculator {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-bottom: 230px;
	border-top: 2px solid #e8f2fd
}
@media screen and (max-width:600px) {
	.pot-members__calculator {
		padding-top: 60px;
		padding-bottom: 50px
	}
}
.pot-members__calculator-title {
	margin-bottom: 12px;
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 48px;
	line-height: .91667;
	text-align: center;
	color: #111;
	max-width: 570px;
	margin-left: auto;
	margin-right: auto
}
@media screen and (max-width:600px) {
	.pot-members__calculator-title {
		font-size: 34px
	}
}
.pot-members__calculator-subtitle {
	font-family: var(--secondaryFont);
	font-size: 20px;
	line-height: 120%;
	text-align: center;
	letter-spacing: -.2px;
	color: #121212;
	margin-bottom: 40px;
	max-width: 570px;
	margin-left: auto;
	margin-right: auto
}
.pot-members__calculator-subtitle:last-child {
	margin: 18px auto 0
}
.pot-members__calculator-block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-shadow: 0 0 20px 0 rgba(0, 86, 219, .2);
	width: 970px;
	max-width: 100%;
	min-height: 340px;
	margin: auto;
	background-color: #fff
}
@media screen and (max-width:970px) {
	.pot-members__calculator-block {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: stretch;
		align-items: stretch
	}
}
.pot-members__calculator-block-form {
	background-color: #fff;
	padding: 40px 45px 50px 45px;
	width: 100%;
	-ms-flex: 1;
	flex: 1
}
.pot-members__calculator-block-result {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 285px;
	background: radial-gradient(124% 124% at 50% 0, #0a84ed 0, #0146c4 100%);
	color: #fff;
	text-align: center;
	padding-top: 43px;
	padding-bottom: 35px
}
@media screen and (max-width:970px) {
	.pot-members__calculator-block-result {
		width: 100%;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
}
@media screen and (max-width:600px) {
	.pot-members__calculator-block-result {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}
.pot-members__calculator-block-form-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 70px
}
@media screen and (max-width:600px) {
	.pot-members__calculator-block-form-header {
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 35px
	}
}
.pot-members__calculator-block-form-header-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	color: #111
}
.pot-members__calculator-block-form-clean-btn {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 170%;
	color: #9da4ad;
	background-color: transparent;
	transition: all .25s ease
}
.pot-members__calculator-block-form-clean-btn svg {
	margin-right: 4px
}
.pot-members__calculator-block-form-clean-btn svg rect, .pot-members__calculator-block-form-clean-btn svg path {
	transition: all .25s ease
}
.pot-members__calculator-block-form-clean-btn:hover {
	color: #111
}
.pot-members__calculator-block-form-clean-btn:hover svg rect {
	fill: #111
}
.pot-members__calculator-block-form-clean-btn:hover svg path {
	stroke: #111
}
.pot-members__calculator-block-result-title {
	font-weight: 400;
	font-size: 14px;
	line-height: 170%;
	text-transform: uppercase
}
@media screen and (max-width:600px) {
	.pot-members__calculator-block-result-title {
		margin-bottom: 30px
	}
}
@media screen and (max-width:600px) {
	.pot-members__calculator-block-result-item:not(:last-of-type) {
		margin-bottom: 30px
	}
}
.pot-members__calculator-block-result-item-number {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: end;
	align-items: flex-end;
	font-family: var(--secondaryFont);
	font-weight: 300;
	font-size: 22px;
	line-height: .57143;
	letter-spacing: -1px;
	margin-bottom: 10px
}
.pot-members__calculator-block-result-item-number span {
	font-size: 56px
}
.pot-members__calculator-block-result-item-number svg {
	margin-right: 4px
}
.pot-members__calculator-block-result-item-title {
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	letter-spacing: -.5px
}
.pot-members__calculator-block-result-item-subtitle {
	font-weight: 400;
	font-size: 12px;
	line-height: 167%;
	margin-top: 4px
}
.pot-members__calculator-block-form-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}
.pot-members__calculator-block-form-group:not(:last-of-type) {
	margin-bottom: 66px
}
@media screen and (max-width:700px) {
	.pot-members__calculator-block-form-group {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: start;
		align-items: flex-start
	}
}
.pot-members__calculator-block-form-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 14px;
	line-height: 1.28571;
	text-transform: uppercase;
	color: #7356af;
	width: 137px;
	margin-right: 20px
}
@media screen and (max-width:700px) {
	.pot-members__calculator-block-form-title {
		width: auto;
		margin-right: 0;
		margin-bottom: 10px
	}
}
.pot-members__calculator-block-form-slider {
	width: 430px;
	border: 0 !important;
	background: #ddd;
	border-radius: 999px;
	height: 6px;
	cursor: pointer
}
@media screen and (max-width:700px) {
	.pot-members__calculator-block-form-slider {
		width: 100%
	}
}
.pot-members__calculator-block-form-slider .ui-slider-handle {
	background: #7356af;
	width: 20px;
	height: 20px;
	border: 0 !important;
	border-radius: 999px;
	top: -7px !important;
	outline: 0 !important;
	cursor: pointer
}
.pot-members__calculator-block-form-slider .ui-slider-range {
	background: #7356af
}
.pot-members__calculator-block-form-slider .ui-slider-pip {
	top: 15px
}
.pot-members__calculator-block-form-slider .ui-slider-label {
	white-space: nowrap !important
}
.pot-members__calculator-block-form-slider .ui-slider-label {
	top: 10px
}
.pot-members__calculator-block-form-slider-container {
	position: relative
}
@media screen and (max-width:700px) {
	.pot-members__calculator-block-form-slider-container {
		width: 100%;
		margin-top: 35px
	}
}
.pot-members__calculator-block-form-slider-wrapper {
	-ms-flex: 1;
	flex: 1
}
.pot-members__calculator-block-form-slider-wrapper p {
	font-size: 12px;
	color: #888;
	margin: 40px 0 0;
	font-weight: 700
}
@media screen and (max-width:700px) {
	.pot-members__calculator-block-form-slider-wrapper {
		width: 100%
	}
}
.pot-members__calculator-block-form-slider-info {
	font-size: 15px;
	line-height: 133%;
	color: #707070;
	display: none
}
.pot-members__calculator-block-form-slider-info:first-of-type {
	position: absolute;
	bottom: -27px;
	left: 0
}
.pot-members__calculator-block-form-slider-info:last-of-type {
	position: absolute;
	bottom: -27px;
	right: 0
}
#pot-members__calculator-block-form-slider-tooltip {
	width: 65px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	top: -25px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #7356af;
	display: -ms-flexbox !important;
	display: flex !important;
	word-break: keep-all;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}
.pot-members__calculator-block-form-tooltip {
	width: 190px;
	font-family: var(--primaryFont);
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #fff;
	padding: 10px 15px;
	background-color: rgba(10, 25, 47, .9);
	border-radius: 5px;
	text-transform: none;
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translate(-50%, -5px);
	transform: translate(-50%, -5px);
	opacity: 0;
	visibility: hidden;
	transition: all .25s ease;
	z-index: 50
}
.pot-members__calculator-block-form-tooltip::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 6px 0 6px;
	border-color: rgba(10, 25, 47, .9) transparent transparent transparent;
	position: absolute;
	bottom: -5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.pot-members__calculator-block-form-tooltip-container {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer
}
@media screen and (max-width:700px) {
	.pot-members__calculator-block-form-tooltip-container {
		margin-left: 8px
	}
}
.pot-members__calculator-block-form-tooltip-container:hover .pot-members__calculator-block-form-tooltip {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	opacity: 1;
	visibility: visible
}
.pot-members__calculator-block-form-tooltip-container:hover .pot-members__calculator-block-form-tooltip-svg-tofill {
	fill: #f8bf1a
}
.pot-members__calculator-block-form-tooltip-container.active .pot-members__calculator-block-form-tooltip {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	opacity: 1;
	visibility: visible
}
.pot-members__calculator-block-form-tooltip-container.active .pot-members__calculator-block-form-tooltip-svg-tofill {
	fill: #f8bf1a
}
.pot-members__calculator-block-form-tooltip-svg-tofill {
	transition: all .25s ease
}
.pot-members__calculator-block-form-radio-dropdown {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	color: #111;
	width: 430px;
	height: 50px;
	border: 6px solid #e8f2fd;
	padding-left: 15px;
	padding-right: 20px;
	position: relative;
	cursor: pointer
}
.pot-members__calculator-block-form-radio-dropdown.active .pot-members__calculator-block-form-radio-dropdown-grid {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 0s
}
@media screen and (max-width:700px) {
	.pot-members__calculator-block-form-radio-dropdown {
		width: 100%
	}
}
.pot-members__calculator-block-form-radio-dropdown-grid {
	background: #fff;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, .15);
	padding: 40px;
	position: absolute;
	top: calc(100% + 18px);
	right: -6px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	transition: all .25s ease;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 15px 50px;
	border-radius: 5px;
	z-index: 50
}
@media screen and (min-width:701px) {
	.pot-members__calculator-block-form-radio-dropdown-grid {
		transition-delay: .75s
	}
}
.pot-members__calculator-block-form-radio-dropdown-grid::before {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	right: 24px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 5px 6px;
	border-color: transparent transparent #fff transparent;
	z-index: 5
}
@media screen and (max-width:600px) {
	.pot-members__calculator-block-form-radio-dropdown-grid {
		width: calc(100% + 12px);
		grid-template-columns: 1fr;
		padding: 30px
	}
}
.pot-members__calculator-block-form-radio-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 22px;
	line-height: .81818;
	color: #111;
	word-break: keep-all
}
.pot-members__calculator-block-form-radio-item img {
	position: absolute;
	top: 0;
	left: 0
}
.pot-members__calculator-block-form-radio-item .check {
	opacity: 0;
	transition: all .25s ease;
	visibility: hidden
}
.pot-members__calculator-block-form-radio-item .nocheck {
	transition: all .25s ease;
	visibility: visible
}
.pot-members__calculator-block-form-radio-item.checked .check {
	opacity: 1;
	visibility: visible
}
.pot-members__calculator-block-form-radio-item.checked .nocheck {
	opacity: 0;
	visibility: hidden
}
.pot-members__calculator-block-form-radio-item-icon {
	width: 24px;
	height: 24px;
	margin-right: 6px;
	position: relative
}
.page-template-template-potential-members .global-wrapper {
	overflow: initial
}
.pot-members__modals {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(3, 20, 46, .95);
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	overflow: auto;
	padding: 30px;
	transition: opacity .25s ease
}
.pot-members__modals.active {
	opacity: 1;
	visibility: visible
}
@media screen and (max-width:600px) {
	.pot-members__modals {
		-ms-flex-align: start;
		align-items: flex-start
	}
}
.pot-members__modal, .pot-members__modal-thanks, .pot-members__modal-error {
	width: 600px;
	max-width: 100%;
	padding: 32px 45px;
	background-color: #fff;
	position: relative
}
@media screen and (max-width:600px) {
	.pot-members__modal, .pot-members__modal-thanks, .pot-members__modal-error {
		padding: 32px 30px
	}
}
.pot-members__modal-thanks, .pot-members__modal-error {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 430px;
	padding: 40px;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.33333;
	color: #111
}
.pot-members__modal-thanks img, .pot-members__modal-error img {
	margin-bottom: 15px
}
.pot-members__modal-thanks-title {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 40px;
	line-height: 1.45;
	color: #111;
	margin-bottom: 8px
}
.pot-members__modal-thanks-ok {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #7356af;
	padding: 14px 70px 10px 70px;
	margin-top: 50px;
	background-color: rgba(0, 86, 219, .15);
	transition: all .25s ease
}
.pot-members__modal-thanks-ok:hover {
	color: #fff;
	background-color: #7356af
}
.pot-members__modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: transparent;
	display: -ms-flexbox;
	display: flex
}
.pot-members__modal-close svg path {
	transition: all .25s ease
}
.pot-members__modal-close:hover svg path {
	fill: #111
}
.pot-members__modal-input-group {
	display: grid;
	grid-gap: 10px;
	margin-bottom: 21px
}
.pot-members__modal-input-group--file {
	display: initial
}
.pot-members__modal-input-group--two {
	grid-template-columns: repeat(2, 1fr)
}
@media screen and (max-width:600px) {
	.pot-members__modal-input-group--two {
		grid-template-columns: 1fr
	}
}
.pot-members__modal-input-group textarea {
	background: #fff;
	border: 1px solid rgba(3, 20, 46, .3);
	padding: 14px 20px;
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.66667;
	color: #111;
	opacity: .6;
	height: 80px
}
.pot-members__modal-input {
	width: 100%;
	border: 0;
	border-bottom: 1px solid rgba(3, 20, 46, .3);
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.66667;
	color: #111;
	padding-top: 4px;
	padding-bottom: 4px;
	transition: all .25s ease
}
.pot-members__modal-input:focus {
	border-bottom: 1px solid #7356af
}
.pot-members__modal-input-container {
	position: relative;
	padding-top: 18px
}
.pot-members__modal-input-container label {
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.66667;
	color: #111;
	opacity: .6;
	position: absolute;
	pointer-events: none;
	left: 0;
	bottom: 6px;
	transition: all .25s ease
}
.pot-members__modal-input-container input:-moz-placeholder-shown~label {
	bottom: 35px;
	font-size: 14px
}
.pot-members__modal-input-container input:-ms-input-placeholder~label {
	bottom: 35px;
	font-size: 14px
}
.pot-members__modal-input-container input:focus~label, .pot-members__modal-input-container input:valid~label, .pot-members__modal-input-container input:placeholder-shown~label {
	bottom: 35px;
	font-size: 14px
}
.pot-members__modal-input-container.error .pot-members__modal-input {
	border-color: #f40d07
}
.pot-members__modal-input-container.error .pot-members__modal-input-error {
	opacity: 1;
	visibility: visible
}
.pot-members__modal-input-submit {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 17px 20px 15px 20px;
	background: #7356af;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	transition: all .25s ease;
	border: 2px solid #7356af;
	margin-top: 26px
}
.pot-members__modal-input-submit:hover {
	color: #7356af;
	background-color: #fff
}
.pot-members__modal-input-file {
	opacity: 0;
	visibility: hidden
}
.pot-members__modal-input-label {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 17px 20px 13px 20px;
	border: 1px dashed rgba(3, 20, 46, .3);
	transition: all .25s ease;
	cursor: pointer;
	margin-bottom: 20px
}
.pot-members__modal-input-label:hover {
	border: 1px solid #7356af
}
.pot-members__modal-input-label:hover .pot-members__modal-input-label-btn {
	color: #fff;
	background-color: #7356af
}
.pot-members__modal-input-label img {
	margin-bottom: 10px
}
.pot-members__modal-input-label p {
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 15px;
	line-height: 130%;
	text-align: center;
	color: #374f5e
}
.pot-members__modal-input-label-btn {
	background-color: rgba(0, 86, 219, .1);
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #7356af;
	margin-bottom: 12px;
	padding: 14px 50px 10px 50px;
	transition: all .25s ease
}
@media screen and (max-width:600px) {
	.pot-members__modal-input-label-btn {
		padding: 14px 10px 10px 10px
	}
}
.pot-members__modal-input-group--textarea {
	margin-bottom: 0;
	margin-top: 50px
}
.pot-members__modal-input-checkbox-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.25;
	color: #374f5e;
	cursor: pointer
}
.pot-members__modal-input-checkbox-container.error .pot-members__modal-input-checkbox {
	border-color: #f40d07
}
.pot-members__modal-input-checkbox-container:hover .pot-members__modal-input-checkbox {
	border-color: #7356af
}
.pot-members__modal-input-checkbox-container a {
	color: #7356af
}
.pot-members__modal-input-checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}
.pot-members__modal-input-checkbox-container input:checked~.pot-members__modal-input-checkbox svg {
	opacity: 1
}
.pot-members__modal-input-checkbox-container p {
	-ms-flex: 1;
	flex: 1;
	padding-top: 4px
}
.pot-members__modal-input-checkbox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 24px;
	height: 24px;
	border: 2px solid #cfd2d5;
	margin-right: 10px;
	transition: all .25s ease
}
.pot-members__modal-input-checkbox svg {
	opacity: 0;
	transition: all .25s ease
}
.body-lock {
	overflow: hidden
}
.pot-members__modal-input-error {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 14px;
	line-height: 1.42857;
	text-align: right;
	color: #f40d07;
	position: absolute;
	right: 0;
	bottom: 10px;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	padding-left: 5px;
	transition: all .25s ease
}
.pot-members__modal-input-error svg {
	margin-left: 10px
}
@media screen and (max-width:767px) {
	.pot-members__stages-slider-item-content-desktop {
		display: none
	}
}
.pot-members__stages-slider-item-content-mob {
	display: none
}
@media screen and (max-width:767px) {
	.pot-members__stages-slider-item-content-mob {
		display: initial
	}
}
.pot-members__stages-slider-item-content-mob .pot-members__stages-slider-item-list {
	margin-bottom: 30px
}
.pot-members__modals .pot-members__modal-thanks-title {
	font-size: 30px
}
.pot-members__calculator-block-form-radio-item {
	opacity: .6
}
.pot-members__calculator-block-form-radio-item.js__calculator-month-select {
	opacity: 1
}
.pot-members__reviews {
	text-align: center
}
@media screen and (max-width:800px) {
	.pot-members__reviews-sliders {
		overflow: hidden
	}
}
.pot-members__reviews .js_reviews-text-slider {
	max-width: 770px;
	margin: 0 auto
}
.pot-members__reviews .slick-prev {
	left: 8px
}
.pot-members__reviews .slick-prev:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	margin-left: 2px
}
@media screen and (max-width:600px) {
	.pot-members__reviews .slick-prev {
		left: 0
	}
}
.pot-members__reviews .slick-next {
	right: 8px
}
.pot-members__reviews .slick-next:after {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
	margin-left: -2px
}
@media screen and (max-width:600px) {
	.pot-members__reviews .slick-next {
		right: 0
	}
}
.pot-members__reviews .slick-prev, .pot-members__reviews .slick-next {
	z-index: 2;
	background: #fff;
	border: 4px solid #e8f2fd;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	font-size: 0;
	position: absolute;
	top: 54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all .3s
}
@media screen and (max-width:800px) {
	.pot-members__reviews .slick-prev, .pot-members__reviews .slick-next {
		width: 50px;
		height: 50px;
		top: 100px;
		-webkit-transform: none;
		transform: none
	}
}
@media screen and (max-width:600px) {
	.pot-members__reviews .slick-prev, .pot-members__reviews .slick-next {
		top: 95px
	}
}
.pot-members__reviews .slick-prev:hover, .pot-members__reviews .slick-next:hover {
	border-color: #7356af;
	background: #7356af
}
.pot-members__reviews .slick-prev:hover:after, .pot-members__reviews .slick-next:hover:after {
	border-color: #fff
}
.pot-members__reviews .slick-prev:after, .pot-members__reviews .slick-next:after {
	content: "";
	width: 11px;
	height: 11px;
	border-top: 2px solid #7356af;
	border-left: 2px solid #7356af;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%
}
.pot-members__reviews__img-slider .slide {
	width: 90px
}
.pot-members__reviews__img-slider .slick-list {
	padding-top: 10px !important;
	max-width: 600px;
	margin: 0 auto
}
.pot-members__reviews__img-slider .slick-list:after {
	background: linear-gradient(270deg, rgba(255, 255, 255, .0001) 0, #fff 100%);
	top: 0;
	bottom: 0;
	content: "";
	position: absolute;
	left: 0;
	width: 45px;
	display: block;
	pointer-events: none
}
.pot-members__reviews__img-slider .slick-list:before {
	background: linear-gradient(90deg, rgba(255, 255, 255, .0001) 0, #fff 100%);
	top: 0;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	width: 45px;
	display: block;
	z-index: 1;
	pointer-events: none
}
.pot-members__reviews .slide:not(.slick-center) .slide-title {
	opacity: 0
}
.pot-members__reviews-title {
	font-family: var(--secondaryFont);
	font-style: normal;
	font-weight: 300;
	font-size: 48px;
	line-height: 1;
	letter-spacing: -1px;
	color: #111;
	position: relative;
	padding: 40px 0 30px;
	margin-bottom: 40px
}
.pot-members__reviews-title span {
	z-index: 2;
	position: relative
}
@media screen and (max-width:600px) {
	.pot-members__reviews-title {
		font-size: 36px;
		padding: 20px 0 30px
	}
}
.pot-members__reviews-title:before {
	content: "";
	width: 139px;
	height: 117px;
	background: url(/wp-content/themes/eurobak/img/title-before.svg) center center no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(calc(-50% + 10px));
	transform: translateX(calc(-50% + 10px))
}
@media screen and (max-width:600px) {
	.pot-members__reviews-title:before {
		width: 80px;
		height: 74px
	}
}
.pot-members__reviews .slide {
	padding-bottom: 45px;
	margin-bottom: 70px;
	position: relative;
	transition: .3s
}
.pot-members__reviews .slide .slide-img__wrap {
	-webkit-transform: scale(.56);
	transform: scale(.56)
}
.pot-members__reviews .slide.slick-center .slide-img__wrap {
	box-shadow: 4px 12px 16px rgba(0, 0, 0, .2);
	-webkit-transform: scale(1.11);
	transform: scale(1.11)
}
.pot-members__reviews .slide.slick-center .slide-img__wrap:after {
	opacity: 0 !important
}
.pot-members__reviews .slide-img {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 18px;
	transition: all .3s;
	position: relative
}
.pot-members__reviews .slide-img__wrap {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	overflow: hidden;
	transition: all .3s;
	position: relative;
	cursor: pointer;
	box-shadow: none;
	display: block
}
.pot-members__reviews .slide-img__wrap:hover:after {
	opacity: .6
}
.pot-members__reviews .slide-img__wrap:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #1240e5;
	opacity: 0;
	content: "";
	transition: all .3s
}
.pot-members__reviews .slide-img__wrap img {
	max-width: 100%;
	min-width: 100%;
	min-height: 100%;
	max-height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.pot-members__reviews .slide-title {
	font-family: var(--primaryFont);
	font-style: normal;
	font-weight: 400;
	color: #111;
	transition: all .3s;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 250px
}
.pot-members__reviews .slide-title h4 {
	font-size: 19px;
	line-height: 1;
	white-space: nowrap;
	font-family: var(--primaryFont);
	font-style: normal;
	font-weight: 400
}
.pot-members__reviews .slide-title span {
	font-size: 15px;
	line-height: 1.4;
	opacity: .8
}
.pot-members__reviews .slide-text {
	font-family: var(--primaryFont);
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
	color: #000;
	opacity: .7;
	max-width: 770px;
	margin: 0 auto
}
@media screen and (max-width:600px) {
	.pot-members__reviews .slide-text {
		font-size: 16px
	}
}
.pot-members__reviews .slide-text .read-more {
	color: #053fd8;
	font-family: var(--primaryFont);
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1;
	border-bottom: 1px dashed rgba(0, 89, 224, .2);
	padding-bottom: 1px;
	display: inline-block;
	position: relative;
	padding-right: 23px
}
.pot-members__reviews .slide-text .read-more:hover {
	border-bottom: 1px dashed #0059e0
}
.pot-members__reviews .slide-text .read-more:before {
	position: absolute;
	right: 0;
	font-size: 9px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin-top: 1px
}
.pot-members__wrapper .pot-members__calculator {
	padding-bottom: 100px
}
.global-wrapper:not(.pot-members__wrapper) .pot-members__membership:not(.regional-office-members) {
	padding-top: 0;
	padding-bottom: 90px
}
.regional-office-members {
	padding-bottom: 90px
}
.regional-office-members .pot-members__membership-grid {
	grid-template-rows: auto
}
.regional-office-members .pot-members__membership-item {
	height: 130px
}
.members-counter.noUi-target {
	background: #ddd;
	border-radius: 6px;
	border: 0;
	box-shadow: none
}
.members-counter.noUi-horizontal {
	height: 6px
}
.members-counter.noUi-horizontal .noUi-handle {
	width: 20px;
	height: 20px;
	right: -10px;
	top: -8px
}
.members-counter .noUi-connects {
	border-radius: 6px
}
.members-counter .noUi-connect {
	background: #7356af
}
.members-counter .noUi-handle {
	border: 0;
	border-radius: 50%;
	box-shadow: none;
	cursor: pointer;
	background: #7356af;
	outline: 0
}
.members-counter .noUi-handle:before, .members-counter .noUi-handle:after {
	display: none
}
.members-counter .noUi-active {
	box-shadow: none
}
.members-counter .noUi-tooltip {
	padding: 0 0 4px;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #7356af
}
.members-counter .noUi-pips-horizontal {
	padding: 9px 0 0
}
.members-counter .noUi-marker-horizontal.noUi-marker {
	width: 1px;
	margin-left: 0
}
.members-counter .noUi-marker-horizontal.noUi-marker-large {
	height: 3px
}
.members-counter .noUi-value {
	font-size: .8em
}
.members-counter .noUi-value[data-value="10"], .members-counter .noUi-value[data-value="40"], .members-counter .noUi-value[data-value="250"] {
	font-weight: 700;
	color: #7356af
}
.paid_options-template-default .global-wrapper {
	overflow: initial
}
.spo__item-grid {
	display: grid;
	grid-template-columns: 300px auto;
	grid-gap: 100px
}
.spo__item-grid:not(:last-of-type) {
	margin-bottom: 100px
}
@media screen and (max-width:1000px) {
	.spo__item-grid {
		grid-template-columns: 1fr;
		grid-gap: 30px
	}
}
@media screen and (max-width:1000px) {
	.spo__item-sidebar {
		grid-row-start: 2
	}
}
.spo__item-sidebar-item {
	position: sticky;
	top: 30px
}
@media screen and (max-width:1000px) {
	.spo__item-sidebar-item {
		text-align: center
	}
}
.spo__item-title-container {
	margin-bottom: 30px;
	padding-bottom: 35px;
	position: relative
}
.spo__item-title-container::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 28px;
	height: 4px;
	background: #005fff
}
.spo__item-content {
	font-family: var(--primaryFont);
	font-weight: 300;
	font-size: 18px;
	line-height: 1.77778;
	color: #111;
	overflow: hidden
}
.spo__item-content p {
	max-width: 670px;
	margin-bottom: 40px
}
.spo__item-content h1, .spo__item-content h2, .spo__item-content h3, .spo__item-content h4, .spo__item-content h5, .spo__item-content h6 {
	font-family: var(--primaryFont);
	font-weight: 300;
	font-size: 24px;
	line-height: 1;
	color: #111;
	margin-bottom: 40px
}
.spo__item-content b, .spo__item-content strong {
	font-weight: 700
}
.spo__item-content ol {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px 30px;
	margin-bottom: 100px;
	counter-reset: numberedCounter
}
.spo__item-content ol li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-family: var(--primaryFont);
	font-weight: 300;
	font-size: 18px;
	line-height: 1.33333;
	color: #111;
	padding-top: 66px;
	counter-increment: numberedCounter;
	position: relative
}
.spo__item-content ol li::before {
	content: counter(numberedCounter, decimal-leading-zero) ".";
	font-family: var(--primaryFont);
	font-weight: 300;
	font-size: 24px;
	line-height: 1;
	color: #111;
	position: absolute;
	top: 0;
	left: 0
}
.spo__item-content ol li::after {
	content: "";
	display: block;
	width: 32px;
	height: 2px;
	background: #005fff;
	position: absolute;
	top: 33px;
	left: 0
}
.spo__item-content ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px 30px;
	margin-bottom: 100px;
	counter-reset: bulletedCounter
}
.spo__item-content ul li {
	font-family: var(--primaryFont);
	font-weight: 300;
	font-size: 18px;
	line-height: 1.33333;
	color: #111;
	padding-left: 40px;
	position: relative
}
.spo__item-content ul li::before {
	content: url(/wp-content/themes/eurobak/img/svg/spo-icon-bullet.svg);
	position: absolute;
	top: -2px;
	left: 0
}
.spo__item-content table {
	word-break: normal;
	margin-bottom: 100px
}
.spo__item-content table tr:nth-child(odd) {
	background: #f8f9fc
}
.spo__item-content table tr:first-of-type {
	background: #e8f2fd
}
.spo__item-content table tr:first-of-type td {
	font-size: 18px;
	line-height: 1.66667;
	font-weight: 400;
	color: #053fd8
}
.spo__item-content table tr td {
	font-family: var(--primaryFont);
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	padding: 15px 20px
}
.spo__item-content .wp-caption {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	position: relative
}
.spo__item-content .wp-caption img {
	max-width: 100%;
	height: auto
}
.spo__item-content .wp-caption .wp-caption-text {
	position: absolute;
	left: 0;
	bottom: 20px;
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 12px;
	line-height: 1.25;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	background-color: rgba(0, 0, 0, .4);
	padding: 9px 30px 8px 30px
}
.spo__item-content :last-child {
	margin-bottom: 0
}
h6.spo__item-label {
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 14px;
	line-height: 1.71429;
	text-transform: uppercase;
	color: #121212;
	opacity: .6;
	margin-bottom: 16px
}
h3.spo__item-title {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	letter-spacing: -.5px;
	color: #111;
	margin-bottom: 0
}
.spo__item-sidebar-icon {
	margin-bottom: 24px
}
h6.spo__options-title {
	font-family: var(--primaryFont);
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	text-transform: uppercase;
	color: #111;
	margin-bottom: 20px
}
ul.spo__options-list {
	display: block;
	max-width: 670px;
	margin-bottom: 60px
}
ul.spo__options-list li {
	font-family: var(--primaryFont);
	font-weight: 300;
	font-size: 24px;
	line-height: 1.33333;
	color: #111;
	padding-left: 40px;
	position: relative
}
ul.spo__options-list li:not(:last-child) {
	margin-bottom: 42px
}
ul.spo__options-list li::before {
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	left: 7px;
	border: 2px solid #7356af;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	transition: all .25s ease
}
ul.spo__options-list li:hover::before {
	width: 20px;
	height: 20px;
	top: 6px;
	left: 2px
}
.spo__item-sidebar-pricing {
	margin-bottom: 20px
}
.spo__item-sidebar-pricing-title {
	font-family: var(--primaryFont);
	font-weight: 300;
	font-size: 24px;
	line-height: 1;
	color: #111;
	margin-bottom: 20px
}
.spo__item-sidebar-pricing-item {
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 28px;
	line-height: 1.14286;
	color: #111
}
.spo__item-sidebar-pricing-item:not(:last-child) {
	margin-bottom: 10px
}
.spo__item-sidebar-cta-btn {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #7356af;
	border: 2px solid #7356af;
	padding: 12px 60px 8px 60px;
	transition: all .25s ease
}
.spo__item-sidebar-cta-btn:hover {
	color: #fff;
	background-color: #7356af
}
.spo__gallery {
	margin-bottom: 30px
}
.spo__gallery img {
	max-width: 100%;
	margin: auto
}
.js__spo-gallery {
	opacity: 0;
	visibility: hidden;
	transition: all .25s ease
}
.js__spo-gallery.slick-initialized {
	opacity: 1;
	visibility: visible
}
.spo__gallery-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 10px
}
.spo__gallery-counter {
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.77778;
	color: #111
}
.spo__gallery-counter span {
	font-size: 56px;
	font-weight: 300;
	line-height: 1
}
.spo__gallery-controls {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}
.spo__gallery-arrow {
	width: 60px;
	height: 60px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid rgba(0, 86, 219, .3);
	border-radius: 50%;
	background-color: #fff;
	transition: all .15s ease
}
.spo__gallery-arrow:not(:last-child) {
	margin-right: 20px
}
.spo__gallery-arrow svg path {
	transition: all .15s ease
}
.spo__gallery-arrow:hover {
	background-color: #7356af;
	border-color: #7356af
}
.spo__gallery-arrow:hover svg path {
	fill: #fff
}
.spo__more {
	padding-top: 40px;
	margin-bottom: 80px
}
.spo__more-title {
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 42px;
	line-height: 1.04762;
	letter-spacing: -.5px;
	color: #121212;
	margin-bottom: 5px
}
.spo__more-subtitle {
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -.2px;
	color: #121212;
	margin-bottom: 60px
}
.spo__more-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 50px;
	margin-bottom: 60px
}
@media screen and (max-width:1000px) {
	.spo__more-grid {
		grid-template-columns: 1fr;
		grid-gap: 30px
	}
}
.spo__more-item {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	-ms-flex-align: center;
	align-items: center;
	color: #005fff
}
@media screen and (max-width:400px) {
	.spo__more-item {
		grid-template-columns: 1fr
	}
}
.spo__more-item:hover {
	color: #005fff
}
.spo__more-item:hover .spo__more-item-fake-link-icon {
	background-color: #005fff
}
.spo__more-item:hover .spo__more-item-fake-link-icon span {
	color: #005fff
}
.spo__more-item:hover .spo__more-item-fake-link-icon svg path {
	fill: #fff
}
.spo__more-item-img {
	height: 270px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative
}
.spo__more-item-img::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(39, 109, 255, .05) 0, rgba(1, 96, 255, .05) 43.25%, rgba(6, 67, 162, .05) 100%), linear-gradient(0deg, #0d1a2a .23%, rgba(13, 21, 30, .7) 53.55%);
	opacity: .3;
	z-index: 10
}
.spo__more-item-title {
	font-family: var(--primaryFont);
	font-weight: 400;
	font-size: 22px;
	line-height: 1.09091;
	color: #111;
	margin-bottom: 35px;
	position: relative
}
.spo__more-item-title::before {
	content: "";
	display: block;
	width: 27px;
	height: 4px;
	background: #005fff;
	position: absolute;
	bottom: -20px;
	left: 0
}
.spo__more-item-text {
	font-family: var(--primaryFont);
	font-weight: 300;
	font-size: 14px;
	line-height: 1.42857;
	color: #111;
	margin-bottom: 30px
}
@media screen and (max-width:400px) {
	.spo__more-item-text {
		margin-bottom: 15px
	}
}
.spo__more-item-fake-link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 15px;
	line-height: 1.66667;
	letter-spacing: .5px
}
.spo__more-item-fake-link span {
	margin-bottom: -3px
}
.spo__more-item-fake-link-icon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 34px;
	height: 34px;
	background: #e1ecff;
	transition: all .25s ease;
	color: #005fff;
	border-radius: 50%;
	margin-right: 10px
}
.spo__more-item-fake-link-icon svg path {
	transition: all .25s ease
}
.spo__more-cta-btn-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}
.spo__more-cta-btn {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #7356af;
	padding: 20px 60px 16px 60px;
	border: 2px solid #7356af;
	transition: all .25s ease
}
.spo__more-cta-btn:hover {
	color: #fff;
	background-color: #7356af
}
.spo__header-link-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 30px;
	margin-bottom: 40px
}
.spo__header-link {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	background: #fbad18;
	padding: 11px 47px 11px 27px;
	border: 2px solid #fbad18;
	transition: all .25s ease
}
.spo__header-link span {
	margin-bottom: -3px
}
.spo__header-link svg {
	margin-right: 15px
}
.spo__header-link svg path {
	transition: all .25s ease
}
.spo__header-link:hover {
	color: #fbad18;
	background-color: #fff
}
.spo__header-link:hover svg path {
	fill: #fbad18
}
.spo__header-title-container {
	max-width: 670px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: 100px
}
@media screen and (max-width:600px) {
	.spo__header-title-container {
		max-width: initial;
		margin-right: auto
	}
}
.spo__header-tag {
	font-family: var(--primaryFont);
	font-weight: 400;
	font-size: 14px;
	line-height: 1.28571;
	color: #053fd8;
	margin-bottom: 33px;
	display: -ms-flexbox;
	display: flex
}
.spo__header-tag:hover {
	color: #053fd8;
	text-decoration: underline
}
.spo__header-title {
	font-family: var(--secondaryFont) !important;
	font-weight: 400 !important;
	font-size: 48px !important;
	line-height: .875 !important;
	color: #111 !important
}
.spo__header-container {
	width: 100%;
	max-width: 1560px;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
	position: relative
}
@media screen and (max-width:1560px) {
	.spo__header-container {
		display: grid;
		grid-template-columns: 1fr 1fr
	}
}
.spo__header {
	overflow: hidden;
	margin-top: 80px;
	margin-bottom: 15px
}
.spo__header-prev, .spo__header-next {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 380px;
	height: 380px;
	position: relative;
	z-index: 30;
	transition: all .4s ease
}
@media screen and (max-width:1560px) {
	.spo__header-prev, .spo__header-next {
		width: initial;
		margin: 0 !important;
		padding: 0 !important;
		height: 150px
	}
}
.spo__header-prev::before, .spo__header-next::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #243880;
	opacity: .9
}
.spo__header-prev:hover .spo__header-arrow-link, .spo__header-next:hover .spo__header-arrow-link {
	width: 60px;
	background-color: #fbad18
}
.spo__header-prev:hover .spo__header-arrow-tooltip, .spo__header-next:hover .spo__header-arrow-tooltip {
	opacity: 1;
	visibility: visible
}
.spo__header-prev {
	margin-right: -185px;
	padding-right: 36px;
	right: 0
}
.spo__header-prev:hover {
	right: 30px
}
@media screen and (max-width:1560px) {
	.spo__header-prev:hover {
		right: 0 !important
	}
}
.spo__header-prev .spo__header-arrow-tooltip {
	right: calc(100% + 10px)
}
.spo__header-prev .spo__header-arrow-tooltip::before {
	right: -5px;
	border-width: 6px 0 6px 5px;
	border-color: transparent transparent transparent #0a192f
}
.spo__header-next {
	margin-left: -185px;
	padding-left: 36px;
	left: 0
}
.spo__header-next:hover {
	left: 30px
}
@media screen and (max-width:1560px) {
	.spo__header-next:hover {
		left: 0 !important
	}
}
.spo__header-next .spo__header-arrow-tooltip {
	left: calc(100% + 10px)
}
.spo__header-next .spo__header-arrow-tooltip::before {
	left: -5px;
	border-width: 6px 5px 6px 0;
	border-color: transparent #0a192f transparent transparent
}
.spo__header-current {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 1170px;
	max-width: 100%;
	height: 460px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 50
}
@media screen and (max-width:1560px) {
	.spo__header-current {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 2;
		width: initial
	}
}
@media screen and (max-width:600px) {
	.spo__header-current {
		height: 250px
	}
}
.spo__header-current::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #1240e5;
	opacity: .75
}
.spo__header-current figcaption {
	font-weight: 500;
	font-size: 63px;
	line-height: 1;
	letter-spacing: -.5px;
	color: #fff;
	position: relative;
	z-index: 10
}
.spo__header-new-label {
	position: absolute;
	top: 20px;
	left: 30px;
	z-index: 100
}
.spo__header-arrow-link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50px;
	height: 60px;
	border: 2px solid #fbad18;
	position: relative;
	z-index: 200;
	transition: all .25s ease
}
.spo__header-arrow-tooltip {
	font-family: var(--primaryFont);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.16667;
	color: #fff;
	padding: 20px 30px;
	background-color: rgba(10, 25, 47, .9);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 220px;
	border-radius: 5px;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: all .25s ease
}
.spo__header-arrow-tooltip::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	opacity: .9
}
.offers {
	padding-top: 40px;
	font-family: var(--secondaryFont);
	z-index: 1
}
.offers-body .go-up-btn {
	display: none
}
.offers img {
	max-width: 100%
}
.offers .btn {
	background: #7356af;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 180px;
	transition: all .3s;
	border: 2px solid #7356af;
	padding: 11px 15px 9px;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	color: #fff
}
.offers .btn:hover {
	background-color: transparent;
	color: #7356af
}
.offers .btn--submit {
	min-width: 242px;
	font-size: 14px;
	padding: 17px 15px 15px;
	margin: 0 auto;
	height: auto
}
.offers .wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px
}
.offers .goToTop {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	border-radius: 35px;
	display: block;
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 9%;
	z-index: 2;
	right: calc((100% - 1200px)/2 - 75px);
	transition: none
}
@media screen and (max-width:1400px) {
	.offers .goToTop {
		bottom: 40px;
		right: 20px
	}
}
@media screen and (max-width:600px) {
	.offers .goToTop {
		width: 40px;
		height: 40px
	}
	.offers .goToTop:after {
		margin-top: 2px
	}
}
.offers .goToTop:after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #7356af;
	border-right: 2px solid #7356af;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}
.offers-first-screen {
	padding-bottom: 13px
}
@media screen and (max-width:1100px) {
	.offers-first-screen {
		padding-bottom: 50px
	}
}
.offers-first-screen__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center
}
.offers-first-screen__btn {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	z-index: 3
}
@media screen and (max-width:1100px) {
	.offers-first-screen__btn {
		margin-bottom: 30px
	}
}
.offers-first-screen__text {
	width: 563px;
	font-family: var(--primaryFont);
	font-style: normal;
	font-size: 20px;
	line-height: 1.6;
	color: #000;
	margin-top: -74px;
	z-index: 2
}
@media screen and (max-width:1100px) {
	.offers-first-screen__text {
		margin-top: 0
	}
}
@media screen and (max-width:600px) {
	.offers-first-screen__text {
		font-size: 18px
	}
}
.offers-first-screen__text h1 {
	font-family: var(--secondaryFont);
	font-weight: 300;
	font-size: 48px;
	line-height: .91667;
	letter-spacing: -1px;
	color: #111;
	margin-bottom: 30px
}
@media screen and (max-width:600px) {
	.offers-first-screen__text h1 {
		font-size: 36px;
		margin-bottom: 20px
	}
}
.offers-first-screen__text p {
	opacity: .7
}
.offers-first-screen__text table {
	margin: 20px auto 0
}
.offers-first-screen__text table td {
	border: 1px solid rgba(194, 194, 194, .4);
	height: 40px;
	padding: 5px 25px;
	font-size: 18px
}
.offers-first-screen__img {
	width: calc(100% - 450px);
	margin-right: -70px;
	margin-left: -50px;
	margin-top: -18px
}
@media screen and (max-width:1300px) {
	.offers-first-screen__img {
		width: calc(100% - 520px);
		margin-right: 0
	}
}
@media screen and (max-width:1100px) {
	.offers-first-screen__img {
		margin-top: 0
	}
}
@media screen and (max-width:900px) {
	.offers-first-screen__img {
		display: none
	}
}
.offers-form {
	margin-bottom: 90px
}
.offers-form__inner {
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2)
}
.offers-form__header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #e8e8e8;
	padding: 1px 50px;
	position: relative;
	margin-bottom: 40px
}
@media screen and (max-width:600px) {
	.offers-form__header {
		padding: 1px 20px
	}
}
.offers-form__header-title {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 17px;
	line-height: 1.1;
	color: #111;
	padding: 21px 0;
	padding: 23px 0;
	border-bottom: 4px solid #7356af;
	margin-bottom: -1px;
	margin-right: 110px
}
@media screen and (max-width:600px) {
	.offers-form__header-title {
		margin-right: 70px
	}
}
.offers-form__header-icon {
	width: 100px;
	height: 100px;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 50px;
	top: 15px
}
@media screen and (max-width:600px) {
	.offers-form__header-icon {
		right: 20px;
		width: 50px;
		height: 50px;
		top: 10px
	}
}
.offers-form__item {
	padding: 40px 50px 40px
}
@media screen and (max-width:767px) {
	.offers-form__item {
		padding: 40px 20px 40px
	}
}
.offers-form__item--editor {
	padding-bottom: 60px
}
@media screen and (max-width:600px) {
	.offers-form__item--editor {
		padding-bottom: 40px
	}
}
.offers-form__item--editor .offers-form__title {
	margin-bottom: 20px
}
.offers-form__item--editor .wp-editor-tools a, .offers-form__item--editor .wp-editor-tools button {
	margin: 0 5px 5px 0 !important
}
.offers-form__item--editor .wp-editor-container {
	padding-right: 1px
}
.offers-form__item--dates {
	font-size: 20px;
	padding-bottom: 80px
}
@media screen and (max-width:600px) {
	.offers-form__item--dates {
		padding-bottom: 40px
	}
}
.offers-form__item--dates .offers-form__title {
	margin-bottom: 51px
}
@media screen and (max-width:1100px) {
	.offers-form__item--dates .offers-form__item-inner {
		padding: 0
	}
	.offers-form__item--dates .offers-form__item-inner p {
		margin-bottom: 10px
	}
}
.offers-form__item--details {
	padding-bottom: 48px
}
@media screen and (max-width:767px) {
	.offers-form__item--details {
		padding-bottom: 15px
	}
}
.offers-form__item--details .offers-form__title {
	margin-bottom: 40px
}
@media screen and (max-width:600px) {
	.offers-form__item--details .offers-form__title {
		margin-bottom: 30px
	}
}
.offers-form__item--periods {
	padding-top: 80px
}
@media screen and (max-width:600px) {
	.offers-form__item--periods {
		padding-top: 40px
	}
}
.offers-form__item--region {
	padding-top: 60px;
	padding-bottom: 80px
}
@media screen and (max-width:600px) {
	.offers-form__item--region {
		padding-bottom: 40px
	}
}
.offers-form__item--region .offers-form__title {
	margin-bottom: 57px
}
@media screen and (max-width:600px) {
	.offers-form__item--region .offers-form__title {
		margin-bottom: 30px
	}
}
.offers-form__item--discount {
	padding-top: 90px
}
@media screen and (max-width:600px) {
	.offers-form__item--discount {
		padding-top: 40px
	}
}
.offers-form__item-inner {
	padding: 0 60px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}
@media screen and (max-width:900px) {
	.offers-form__item-inner {
		padding: 0
	}
}
.offers-form__item-inner.without-padding {
	padding: 0
}
.offers-form__item-inner.without-wrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media screen and (max-width:1100px) {
	.offers-form__item-inner.without-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.offers-form__item-inner.flex-start {
	-ms-flex-pack: start;
	justify-content: flex-start
}
.offers-form__item-inner.flex-center {
	-ms-flex-align: center;
	align-items: center
}
.offers-form__item--white .offers-form__title .offers-form__title-text {
	color: #fff
}
.offers-form__item--white .offers-form__title .offers-form__title-text h3 {
	color: #fff
}
.offers-form__item--white .offers-form__label {
	color: #fff
}
.offers-form__item--type {
	padding-bottom: 64px
}
.offers-form__elem {
	width: calc(50% - 25px);
	margin-bottom: 40px
}
@media screen and (max-width:900px) {
	.offers-form__elem {
		width: calc(50% - 5px);
		margin-bottom: 20px
	}
}
@media screen and (max-width:767px) {
	.offers-form__elem {
		width: 100%
	}
}
.offers-form__elem--x1 {
	width: 100%
}
.offers-form__label {
	font-family: var(--secondaryFont);
	font-size: 18px;
	line-height: 1.33333;
	color: #374f5e;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 21px
}
@media screen and (max-width:900px) {
	.offers-form__label {
		margin-bottom: 15px
	}
}
.offers-form__label img {
	margin-right: 12px;
	margin-top: -4px
}
.offers-form__title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 30px
}
@media screen and (max-width:850px) {
	.offers-form__title {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.offers-form__title-icon {
	margin-right: 15px;
	margin-top: -3px;
	position: relative;
	cursor: pointer
}
.offers-form__title-icon.active .text {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 5px);
	transform: translate(0, 5px)
}
.offers-form__title-icon .text {
	position: absolute;
	top: calc(100% + 2px);
	left: -5px;
	-webkit-transform: translate(0, 10px);
	transform: translate(0, 10px);
	opacity: 0;
	visibility: hidden;
	font-family: var(--secondaryFont);
	border-radius: 4px;
	box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
	border: 1px solid #dfdfdf;
	background-color: #fff;
	padding: 13px 12px 12px;
	color: #222;
	font-size: 15px;
	line-height: 1.2;
	transition: opacity .25s, -webkit-transform .25s;
	transition: transform .25s, opacity .25s;
	transition: transform .25s, opacity .25s, -webkit-transform .25s;
	z-index: 2;
	max-width: 250px;
	width: 250px
}
.offers-form__title-icon .text:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 10px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 10px solid rgba(223, 223, 223, .9)
}
.offers-form__title-icon .text:after {
	content: '';
	position: absolute;
	top: -8px;
	left: 12px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 8px solid rgba(255, 255, 255, .9)
}
.offers-form__title-text {
	font-family: var(--secondaryFont);
	font-size: 17px;
	line-height: 1.47059;
	color: #374f5e
}
@media screen and (max-width:850px) {
	.offers-form__title-text {
		width: calc(100% - 45px)
	}
}
.offers-form__title-text h3 {
	font-family: var(--primaryFont);
	font-weight: 500;
	font-weight: 400;
	font-size: 24px;
	line-height: 1;
	color: #111;
	margin-bottom: 10px
}
@media screen and (max-width:900px) {
	.offers-form__title-text h3 {
		font-size: 20px
	}
}
.offers-form__title-text h3 span {
	font-family: var(--primaryFont);
	font-size: 18px
}
.offers-form__title-btns {
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 auto
}
@media screen and (max-width:850px) {
	.offers-form__title-btns {
		width: 100%;
		margin-top: 10px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.offers-form__title-btns a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	line-height: 1;
	color: #374f5e;
	padding: 11px 20px 10px;
	border: 2px solid #e8e8e8;
	border-radius: 30.5px;
	margin-left: 10px;
	margin-top: 10px
}
.offers-form__title-btns a.active {
	border-color: #7356af
}
.offers-form__title-btns a img {
	margin-right: 12px;
	margin-top: -1px
}
.offers-form__sector {
	font-size: 20px;
	background: #eff1f7;
	border-radius: 27px;
	padding: 15px 20px;
	color: rgba(17, 17, 17, .6);
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 10px
}
.offers-form input[type=text] {
	background: #fff;
	border: 1px solid rgba(3, 20, 46, .3);
	box-sizing: border-box;
	font-size: 20px;
	line-height: normal;
	word-break: normal;
	color: #111;
	width: 100%;
	height: 50px;
	padding-left: 20px
}
.offers-form input[type=text]::-webkit-input-placeholder {
	line-height: normal
}
.offers-form input[type=text]::-moz-placeholder {
	line-height: normal
}
.offers-form input[type=text]:-ms-input-placeholder {
	line-height: normal
}
.offers-form input[type=text]::-ms-input-placeholder {
	line-height: normal
}
.offers-form input[type=text]::placeholder {
	line-height: normal
}
.offers-form input[type=text].offers-form__datepicker {
	height: 60px;
	width: 230px;
	background: url(/wp-content/themes/eurobak/img/svg/date.svg) calc(100% - 15px) center no-repeat
}
@media screen and (max-width:767px) {
	.offers-form input[type=text].offers-form__datepicker {
		width: calc(100% - 45px);
		margin-bottom: 20px
	}
}
.offers-form input[type=text]:-moz-read-only {
	color: rgba(17, 17, 17, .6);
	background: #eff1f7;
	border-color: #eff1f7
}
.offers-form input[type=text]:read-only {
	color: rgba(17, 17, 17, .6);
	background: #eff1f7;
	border-color: #eff1f7
}
.offers-form textarea {
	background: #fff;
	border: 1px solid rgba(3, 20, 46, .3);
	box-sizing: border-box;
	font-size: 20px;
	color: #111;
	width: 100%;
	height: 170px;
	padding-left: 20px;
	padding-top: 11px
}
.offers-form .wp-editor-wrap {
	width: 100%
}
.offers-form__textarea {
	position: relative
}
.offers-form__textarea input {
	background: #fff;
	border: 1px solid rgba(3, 20, 46, .3);
	box-sizing: border-box;
	font-size: 20px;
	word-break: normal;
	line-height: normal;
	color: #111;
	width: 100%;
	height: 50px;
	padding-left: 20px
}
.offers-form__textarea .symbol-counter {
	position: absolute;
	font-size: 13px;
	line-height: 1.46154;
	color: #fff;
	left: 0;
	bottom: -30px
}
.offers-form__textarea .symbol-counter b {
	font-weight: 700
}
@media screen and (max-width:767px) {
	.offers-form__textarea .symbol-counter {
		position: static;
		margin-top: 5px
	}
}
.offers-form__radio {
	width: calc(25% - 90px/4)
}
@media screen and (max-width:900px) {
	.offers-form__radio {
		width: calc(50% - 10px);
		margin-bottom: 10px
	}
}
@media screen and (max-width:900px) {
	.offers-form__radio {
		width: 100%
	}
}
.offers-form__radio input {
	position: absolute;
	visibility: hidden;
	left: -99999999px
}
.offers-form__radio input.error:checked+label {
	color: #111
}
.offers-form__radio input.error+label {
	color: red
}
.offers-form__radio input.error+label:hover {
	color: #111
}
.offers-form__radio input:checked+label {
	border-color: #7356af
}
.offers-form__radio input:checked+label:before {
	opacity: 1
}
.offers-form__radio input:checked+label span {
	color: #7356af;
	opacity: 1
}
.offers-form__radio label {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 130px;
	border: 2px solid #e8e8e8;
	cursor: pointer;
	transition: all .3s;
	position: relative;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	color: #111;
	padding: 10px 20px 5px;
	margin-top: 9px
}
.offers-form__radio label span {
	opacity: .3;
	font-size: 44px;
	font-family: var(--secondaryFont);
	font-weight: 700;
	line-height: 1.3;
	transition: all .3s
}
.offers-form__radio label:hover {
	border-color: #7356af
}
.offers-form__radio label:before {
	width: 24px;
	height: 24px;
	content: "";
	display: block;
	background: url(/wp-content/themes/eurobak/img/svg/done.svg) center center no-repeat;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .3s
}
.offers-form__radio-simple.big label {
	padding: 14px 110px 12px
}
@media screen and (max-width:600px) {
	.offers-form__radio-simple.big label {
		padding: 14px 30px 12px
	}
}
.offers-form__radio-simple input {
	position: absolute;
	visibility: hidden;
	left: -99999999px
}
.offers-form__radio-simple input.error:checked+label {
	color: #fff
}
.offers-form__radio-simple input.error+label {
	color: red
}
.offers-form__radio-simple input.error+label:hover {
	color: #fff
}
.offers-form__radio-simple input:checked+label {
	background: #7356af;
	box-shadow: none;
	color: #fff
}
.offers-form__radio-simple label {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	border-radius: 27px;
	cursor: pointer;
	transition: all .3s;
	position: relative;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	color: #111;
	padding: 14px 20px 12px;
	margin-right: 20px;
	margin-bottom: 10px
}
.offers-form__radio-simple label:hover {
	background: #7356af;
	box-shadow: none;
	color: #fff
}
.offers-form__img {
	width: 420px
}
@media screen and (max-width:1100px) {
	.offers-form__img {
		display: none
	}
}
.offers-form__contacts {
	width: calc(100% - 420px);
	padding-left: 30px;
	padding-top: 10px
}
@media screen and (max-width:1100px) {
	.offers-form__contacts {
		width: 100%;
		padding-left: 0
	}
}
.offers-form__contacts .offers-form__elem {
	width: calc(50% - 5px);
	margin-bottom: 20px
}
@media screen and (max-width:600px) {
	.offers-form__contacts .offers-form__elem {
		width: 100%
	}
}
.offers-form__contacts .offers-form__elem--x1 {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px
}
@media screen and (max-width:600px) {
	.offers-form__contacts .offers-form__elem--x1 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.offers-form__contacts .offers-form__elem--x1 label {
	color: #111;
	width: 115px
}
@media screen and (max-width:600px) {
	.offers-form__contacts .offers-form__elem--x1 label {
		width: 100%
	}
}
.offers-form__contacts .offers-form__elem input[type=text] {
	height: 40px;
	font-size: 16px;
	line-height: normal;
	margin-bottom: 20px
}
.offers-form__contacts .offers-form__elem input[type=text]::-webkit-input-placeholder {
	line-height: normal;
	padding-top: 2px
}
.offers-form__contacts .offers-form__elem input[type=text]::-moz-placeholder {
	line-height: normal;
	padding-top: 2px
}
.offers-form__contacts .offers-form__elem input[type=text]:-ms-input-placeholder {
	line-height: normal;
	padding-top: 2px
}
.offers-form__contacts .offers-form__elem input[type=text]::-ms-input-placeholder {
	line-height: normal;
	padding-top: 2px
}
.offers-form__contacts .offers-form__elem input[type=text]::placeholder {
	line-height: normal;
	padding-top: 2px
}
.offers-form__dates {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (max-width:767px) {
	.offers-form__dates {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%
	}
}
.offers-form__dates label {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	margin-left: 50px
}
@media screen and (max-width:767px) {
	.offers-form__dates label {
		width: 100%;
		margin-left: 0;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}
.offers-form__datepicker {
	margin-left: 15px
}
.offers-form__checkbox input {
	position: absolute;
	visibility: hidden;
	left: -99999999px
}
.offers-form__checkbox input.error:checked+label {
	color: #111
}
.offers-form__checkbox input.error:checked+label:after {
	border-color: #cfd2d5
}
.offers-form__checkbox input.error+label {
	color: red
}
.offers-form__checkbox input.error+label:after {
	border-color: red
}
.offers-form__checkbox input:checked+label:before {
	opacity: 1
}
.offers-form__checkbox label {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
	cursor: pointer;
	transition: all .3s;
	position: relative;
	font-size: 16px;
	line-height: 1.25;
	color: #111;
	padding-left: 34px;
	min-height: 24px;
	margin-top: 7px;
	margin-right: 5px
}
.offers-form__checkbox label a {
	white-space: nowrap
}
.offers-form__checkbox label:after {
	width: 24px;
	height: 24px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -3px;
	transition: all .3s;
	border: 2px solid #cfd2d5
}
.offers-form__checkbox label:before {
	width: 12px;
	height: 10px;
	content: "";
	display: block;
	background: url(/wp-content/themes/eurobak/img/svg/check.png) center center no-repeat;
	position: absolute;
	left: 6px;
	top: 4px;
	opacity: 0;
	transition: all .3s
}
.offers-form__btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin-top: 80px;
	margin-bottom: 25px
}
.offers-body .footer-container {
	background: #051934
}
.offers-body .ui-widget.ui-widget-content {
	width: 390px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	-webkit-backdrop-filter: blur(27.1828px);
	backdrop-filter: blur(27.1828px);
	border: 0;
	border-radius: 5px
}
@media screen and (max-width:480px) {
	.offers-body .ui-widget.ui-widget-content {
		width: 300px
	}
}
.offers-body .ui-datepicker {
	padding: 20px
}
@media screen and (max-width:480px) {
	.offers-body .ui-datepicker {
		padding: 10px 2px 2px
	}
}
.offers-body .ui-datepicker .ui-datepicker-header {
	background: 0 0;
	border: 0
}
.offers-body .ui-datepicker .ui-datepicker-title {
	font-family: var(--primaryFont);
	font-size: 24px;
	line-height: 1;
	text-align: center;
	letter-spacing: -.857143px;
	color: #111;
	padding-bottom: 35px
}
.offers-body .ui-datepicker th {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: rgba(17, 17, 17, .3);
	padding-bottom: 25px
}
.offers-body .ui-datepicker td .ui-state-active {
	color: #fff
}
.offers-body .ui-datepicker td .ui-state-default {
	font-family: var(--secondaryFont);
	font-weight: 700;
	background: 0 0;
	border: 0;
	height: 40px;
	width: 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	transition: all .3s;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto 5px
}
.offers-body .ui-datepicker td .ui-state-highlight {
	background: #eff1f7 !important
}
.offers-body .ui-datepicker td .ui-state-highlight:hover {
	background: #7356af !important;
	color: #fff
}
.offers-body .ui-datepicker td a {
	font-family: var(--secondaryFont);
	font-weight: 700;
	background: 0 0;
	color: #111;
	border-radius: 20px;
	padding: 11px 4px 9px !important;
	height: 40px;
	width: 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	transition: all .3s;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	border: 0;
	margin: 0 auto 5px
}
.offers-body .ui-datepicker td er {
	background: #7356af;
	color: #fff
}
.offers-form__item-inner.without-padding.error {
	border: 1px solid red
}
.app-form {
	background-color: #f2f2f2;
	padding-bottom: 90px
}
.wrap-app-form {
	max-width: 1190px;
	padding: 0 10px;
	margin: 0 auto
}
.app-form__header {
	background: radial-gradient(123.5% 123.5% at 50% 0, #0064df 0, #0146c4 100%);
	min-height: 200px;
	padding: 42px 0;
	position: static
}
.app-form__header::before, .app-form__header::after {
	content: none
}
@media screen and (max-width:1100px) {
	.app-form__header {
		padding-bottom: 65px
	}
}
.app-form__header-title {
	font-family: var(--secondaryFont);
	font-size: 32px;
	line-height: 1.125;
	letter-spacing: -.5px;
	color: #fff
}
@media screen and (max-width:1100px) {
	.app-form__header-title {
		margin-bottom: 15px
	}
}
.app-form__header-btn {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	background-color: rgba(255, 255, 255, .2);
	border: 2px solid transparent;
	padding: 12px 40px 10px 40px;
	transition: all .25s ease
}
.app-form__header-btn:hover {
	color: #fff;
	border-color: #fff;
	background-color: transparent
}
.app-form__header-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (max-width:1100px) {
	.app-form__header-inner {
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}
}
.app-form__form {
	min-height: 620px;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	position: relative;
	z-index: 50;
	margin-top: -75px
}
@media screen and (max-width:1100px) {
	.app-form__form {
		min-height: initial;
		margin-top: -30px
	}
}
.app-form__form input, .app-form__form textarea {
	width: 100%;
	padding: 10px 20px 8px 20px;
	border: 1px solid rgba(3, 20, 46, .3);
	font-family: var(--secondaryFont);
	font-size: 18px;
	line-height: 1.66667;
	transition: border .2s ease
}
.app-form__form input:not([type=file]):focus, .app-form__form textarea:not([type=file]):focus {
	border-color: #7356af
}
.app-form__form input:not([type=file]):focus~label, .app-form__form textarea:not([type=file]):focus~label {
	color: #7356af;
	font-size: 14px;
	top: -10px;
	background-color: #fff
}
.app-form__form textarea {
	margin-bottom: 5px;
	overflow: hidden
}
.filled input~label, .filled textarea~label {
	font-size: 14px;
	top: -10px;
	background-color: #fff
}
.app-form__tabs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 75px;
	border-bottom: 1px solid rgba(0, 86, 219, .3);
	padding: 0 50px;
	padding-right: 82px
}
@media screen and (max-width:1100px) {
	.app-form__tabs {
		padding: 0 25px;
		text-align: center;
		height: 55px
	}
}
.app-form__tab {
	font-family: var(--secondaryFont);
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.47059;
	color: #111;
	opacity: .6;
	border-bottom: 4px solid transparent;
	position: relative;
	bottom: -1px;
	padding-top: 5px;
	transition: all .25s ease;
	pointer-events: none
}
@media screen and (max-width:1100px) {
	.app-form__tab {
		display: none;
		font-size: 15px
	}
}
.app-form__tab.active {
	border-color: #7356af;
	opacity: 1
}
@media screen and (max-width:1100px) {
	.app-form__tab.active {
		display: -ms-flexbox;
		display: flex;
		width: 100%
	}
}
.app-form__tab:hover {
	color: #111 !important;
	opacity: 1
}
.app-form__form-inner {
	padding: 40px 50px
}
.app-form__form-inner>.js__first-step-note {
	margin-bottom: 20px
}
@media screen and (max-width:1100px) {
	.app-form__form-inner {
		padding: 20px 25px
	}
}
.app-form__form-title {
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	color: #111;
	margin-bottom: 12px
}
@media screen and (max-width:1100px) {
	.app-form__form-title {
		font-size: 20px
	}
}
.app-form__form-inner-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start
}
@media screen and (max-width:1100px) {
	.app-form__form-inner-header {
		margin-bottom: 50px
	}
}
.app-form__form-clean {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 1.71429;
	color: #9da4ad;
	background-color: transparent;
	transition: all .25s ease
}
.app-form__form-clean svg {
	margin-right: 4px
}
.app-form__form-clean svg rect, .app-form__form-clean svg path {
	transition: all .25s ease
}
.app-form__form-clean:hover {
	color: #111
}
.app-form__form-clean:hover svg {
	-webkit-animation: cleanBtnAnimation .4s ease 0s 1;
	animation: cleanBtnAnimation .4s ease 0s 1
}
.app-form__form-clean:hover rect {
	fill: #111
}
.app-form__form-clean:hover path {
	stroke: #111
}
.os-windows .app-form__form-clean {
	font-family: var(--primaryFont)
}
@-webkit-keyframes cleanBtnAnimation {
	0% {
		-webkit-transform: rotateZ(0);
		transform: rotateZ(0)
	}
	33% {
		-webkit-transform: rotateZ(10deg);
		transform: rotateZ(10deg)
	}
	66% {
		-webkit-transform: rotateZ(-10deg);
		transform: rotateZ(-10deg)
	}
	to {
		-webkit-transform: rotateZ(0);
		transform: rotateZ(0)
	}
}
@keyframes cleanBtnAnimation {
	0% {
		-webkit-transform: rotateZ(0);
		transform: rotateZ(0)
	}
	33% {
		-webkit-transform: rotateZ(10deg);
		transform: rotateZ(10deg)
	}
	66% {
		-webkit-transform: rotateZ(-10deg);
		transform: rotateZ(-10deg)
	}
	to {
		-webkit-transform: rotateZ(0);
		transform: rotateZ(0)
	}
}
.app-form__form-timeline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	counter-reset: appFormTimelineCounter
}
@media screen and (max-width:1100px) {
	.app-form__form-timeline {
		position: absolute
	}
}
.app-form__form-timeline-item {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #cfd2d5;
	padding-top: 4px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	transition: all .2s ease
}
.app-form__form-timeline-item::before {
	counter-increment: appFormTimelineCounter;
	content: counter(appFormTimelineCounter);
	font-family: var(--secondaryFont);
	font-weight: 800;
	font-size: 11px;
	line-height: 1;
	text-align: center;
	color: #fff;
	transition: all .2s ease
}
.app-form__form-timeline-item:not(:last-child) {
	margin-right: 44px
}
@media screen and (max-width:1100px) {
	.app-form__form-timeline-item:not(:last-child) {
		margin-right: 20px
	}
}
.app-form__form-timeline-item:not(:first-child)::after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: #cfd2d5;
	position: absolute;
	top: 8px;
	right: 22px;
	transition: all .2s ease
}
@media screen and (max-width:1100px) {
	.app-form__form-timeline-item:not(:first-child)::after {
		width: 16px
	}
}
.app-form__form-timeline-item:last-child::before {
	content: url(/wp-content/themes/eurobak/img/application-form/flag.svg)
}
.app-form__form-timeline-item.active {
	background-color: #7356af
}
.app-form__form-timeline-item.active::after {
	background-color: #7356af
}
.app-form__footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: end;
	align-items: flex-end;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 40px;
	padding: 0 50px;
	background-color: #fff;
	z-index: 50
}
@media screen and (max-width:1100px) {
	.app-form__footer {
		-ms-flex-direction: column;
		flex-direction: column;
		position: static;
		margin-top: 20px;
		padding: 0
	}
}
.app-form__tab-hint {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: var(--secondaryFont);
	font-size: 16px;
	line-height: 1;
	color: rgba(55, 79, 94, .8)
}
@media screen and (max-width:1100px) {
	.app-form__tab-hint {
		display: none
	}
}
.app-form__tab-hint svg {
	margin-right: 10px
}
.app-form__tab-hint svg rect, .app-form__tab-hint svg path {
	transition: all .07s ease
}
.app-form__tab-hint.active rect {
	fill: #7356af
}
.app-form__tab-hint.active path {
	fill: #fff
}
.app-form__btn-next-step {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	background: #7356af;
	padding: 17px 78px 15px 78px;
	border: 2px solid #7356af;
	cursor: pointer;
	transition: all .25s ease
}
@media screen and (max-width:1100px) {
	.app-form__btn-next-step {
		padding: 17px 15px 15px 15px;
		width: 100%;
		text-align: center
	}
}
.app-form__btn-next-step:hover, .app-form__btn-next-step:focus {
	color: #7356af;
	background-color: #fff
}
.app-form__btn-next-step--view {
	color: #7356af;
	background-color: #fff;
	border: 2px solid rgba(0, 86, 219, .3);
	margin-right: 10px
}
@media screen and (max-width:1100px) {
	.app-form__btn-next-step--view {
		margin-right: 0;
		margin-bottom: 10px;
		padding: 17px 15px 15px 15px;
		width: 100%;
		text-align: center
	}
}
.app-form__btn-next-step--view:hover, .app-form__btn-next-step--view:focus {
	color: #fff;
	border-color: #7356af;
	background-color: #7356af
}
.app-form__btn-prev-step {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	color: #9da4ad;
	background-color: transparent;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 40px;
	cursor: pointer;
	transition: all .35s ease
}
@media screen and (max-width:1100px) {
	.app-form__btn-prev-step {
		margin-right: 0;
		margin-bottom: 15px
	}
}
.app-form__btn-prev-step svg {
	transition: all .35s ease;
	position: relative;
	top: -1px;
	margin-right: 10px
}
.app-form__btn-prev-step svg rect, .app-form__btn-prev-step svg path {
	transition: all .35s ease
}
.app-form__btn-prev-step:hover, .app-form__btn-prev-step:focus {
	color: #7356af
}
.app-form__btn-prev-step:hover svg rect, .app-form__btn-prev-step:focus svg rect {
	fill: #7356af
}
.app-form__btn-prev-step:hover svg path, .app-form__btn-prev-step:focus svg path {
	stroke: #7356af
}
.app-form__btn-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (max-width:1100px) {
	.app-form__btn-container {
		width: 100%;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.app-form__body {
	padding: 45px 60px
}
.app-form__body.active {
	display: block !important
}
@media screen and (max-width:1100px) {
	.app-form__body {
		padding: 0 !important
	}
}
.app-form__grid-two-columns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px 50px
}
@media screen and (max-width:1100px) {
	.app-form__grid-two-columns {
		grid-template-columns: 1fr !important;
		grid-gap: 10px !important;
		padding: 0 !important
	}
}
@media screen and (max-width:1100px) {
	.app-form__grid-column {
		padding: 0 !important
	}
}
.app-form__input {
	position: relative;
	transition: opacity .25s ease
}
.app-form__input label {
	font-family: var(--secondaryFont);
	font-size: 18px;
	line-height: 1.66667;
	color: rgba(17, 17, 17, .6);
	position: absolute;
	top: 12px;
	left: 16px;
	background-color: transparent;
	padding: 0 4px;
	cursor: text;
	pointer-events: none;
	transition: all .2s ease
}
.app-form__input::after {
	content: url(/wp-content/themes/eurobak/img/application-form/error.svg);
	position: absolute;
	top: 15px;
	right: 20px;
	transition: all .25s ease;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	background-color: #fff;
	padding-left: 15px
}
.app-form__input:not(:last-child) {
	margin-bottom: 10px
}
.app-form__input.error .app-form__input-msg, .app-form__checkbox.error .app-form__input-msg, .app-form__radio.error .app-form__input-msg {
	opacity: 1;
	visibility: visible
}
.app-form__input.error input, .app-form__input.error textarea, .app-form__checkbox.error input, .app-form__checkbox.error textarea, .app-form__radio.error input, .app-form__radio.error textarea {
	border-color: #f40d07;
	padding-right: 50px
}
.app-form__input.error input:focus~label, .app-form__input.error textarea:focus~label, .app-form__checkbox.error input:focus~label, .app-form__checkbox.error textarea:focus~label, .app-form__radio.error input:focus~label, .app-form__radio.error textarea:focus~label {
	color: rgba(17, 17, 17, .6)
}
.app-form__input.error::after, .app-form__checkbox.error::after, .app-form__radio.error::after {
	opacity: 1;
	visibility: visible
}
.app-form__input-msg {
	font-family: var(--secondaryFont);
	font-size: 14px;
	line-height: 1.42857;
	color: #f40d07;
	margin-top: 2px;
	opacity: 0;
	visibility: hidden;
	transition: all .25s ease;
	width: 100%;
	margin-bottom: 5px
}
.app-form__input-msg--not-required {
	opacity: 1;
	visibility: visible;
	color: rgba(17, 17, 17, .6)
}
.app-form__input-msg img {
	margin-bottom: -5px;
	margin-right: 3px
}
.app-form__lang-label {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	font-family: var(--secondaryFont);
	font-size: 18px;
	line-height: 1.33333;
	color: #374f5e;
	margin-bottom: 20px
}
.app-form__lang-label img {
	margin-right: 12px
}
.app-form__footer-info {
	padding-top: 15px;
	font-family: var(--secondaryFont);
	font-size: 16px;
	line-height: 1.5;
	color: #374f5e;
	padding-right: 150px;
	position: relative;
	transition: opacity .25s ease
}
@media screen and (max-width:1100px) {
	.app-form__footer-info {
		padding-right: 0
	}
}
.app-form__footer-info a {
	display: contents;
	color: #7356af
}
.app-form__footer-info er {
	text-decoration: underline
}
.app-form__footer-info .app-form__checkbox {
	max-width: 470px
}
@media screen and (max-width:1100px) {
	.app-form__footer-info .app-form__checkbox {
		max-width: initial
	}
}
.app-form__footer-info .app-form__checkbox:not(:last-of-type) {
	margin-right: 70px
}
@media screen and (max-width:1100px) {
	.app-form__footer-info .app-form__checkbox:not(:last-of-type) {
		margin-right: 0;
		margin-bottom: 10px
	}
}
.app-form__footer-info.hide {
	opacity: 0;
	pointer-events: none
}
.app-form__footer-question {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center
}
.app-form__footer-question img {
	margin-right: 10px
}
.app-form__footer-socials {
	display: none;
	position: absolute;
	top: 15px;
	right: 0
}
.app-form__footer-socials-title {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 11px;
	line-height: 2.18182;
	text-align: right;
	text-transform: uppercase;
	color: #374f5e;
	margin-bottom: 5px
}
.app-form__footer-socials-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}
.app-form__footer-socials-inner a {
	display: -ms-flexbox;
	display: flex
}
.app-form__footer-socials-inner a svg path {
	transition: all .2s ease
}
.app-form__footer-socials-inner a:not(:last-child) {
	margin-right: 24px
}
.app-form__footer-socials-inner er svg path {
	fill: #7356af
}
.app-form__checkbox, .app-form__radio {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	font-family: var(--secondaryFont);
	font-size: 16px;
	line-height: 1.25;
	color: #374f5e
}
.app-form__checkbox label, .app-form__radio label {
	width: 24px;
	height: 24px;
	border: 2px solid #cfd2d5;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px;
	cursor: pointer;
	transition: all .2s ease
}
.app-form__checkbox label::before, .app-form__radio label::before {
	content: url(/wp-content/themes/eurobak/img/application-form/check.svg);
	margin-bottom: -2px;
	opacity: 0;
	visibility: hidden;
	transition: all .12s ease
}
.app-form__checkbox label:hover, .app-form__radio label:hover {
	border-color: #7356af
}
.app-form__checkbox input, .app-form__radio input {
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	padding: 0;
	margin: 0
}
.app-form__checkbox p, .app-form__radio p {
	padding-top: 2px
}
.app-form__checkbox div, .app-form__radio div {
	-ms-flex: 1;
	flex: 1
}
.app-form__checkbox .app-form__input-msg, .app-form__radio .app-form__input-msg {
	padding-top: 0;
	margin-top: 0
}
.app-form__checkbox input:checked~label::before {
	opacity: 1;
	visibility: visible
}
.app-form__radio {
	font-size: 18px
}
.app-form__radio label {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 12px
}
.app-form__radio label::before {
	content: "";
	display: block;
	background: #7356af;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .12s ease
}
.app-form__radio input.checked~label::before {
	opacity: 1;
	visibility: visible
}
.app-form__yes-no-radios {
	display: grid;
	grid-template-columns: repeat(2, 1fr)
}
.app-form__footer-checkbox-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 20px
}
@media screen and (max-width:1100px) {
	.app-form__footer-checkbox-container {
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.app-form__file {
	font-family: var(--secondaryFont);
	font-size: 15px;
	line-height: 1.3;
	color: #374f5e;
	cursor: pointer;
	transition: all .2s ease;
	position: relative
}
.app-form__file:hover .app-form__file-btn {
	color: #fff;
	background-color: #7356af
}
.app-form__file:hover label {
	border: 1px solid #7356af
}
.app-form__file img {
	margin-bottom: 10px
}
.app-form__file label {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	border: 1px dashed rgba(3, 20, 46, .3);
	padding: 22px 25px 13px 25px;
	transition: all .2s ease
}
.app-form__file p {
	width: 100%
}
.app-form__file input {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -100;
	opacity: 0;
	visibility: hidden
}
.app-form__file-btn {
	background: rgba(0, 86, 219, .1);
	padding: 14px 50px 11px 50px;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #7356af;
	margin-bottom: 20px;
	transition: all .2s ease
}
.app-form__file-title {
	font-family: var(--secondaryFont);
	font-size: 22px;
	line-height: 1.09091;
	color: #111;
	margin-bottom: 23px
}
.app-form__file-title-not-required {
	color: rgba(17, 17, 17, .6)
}
.app-form__input-title {
	font-family: var(--secondaryFont);
	font-size: 22px;
	line-height: 1.09091;
	color: #111;
	margin-bottom: 20px
}
@media screen and (max-width:1100px) {
	.app-form__input-title {
		margin-bottom: 10px;
		margin-top: 0 !important
	}
}
.app-form__dropdown-container {
	position: relative;
	transition: all .25s ease
}
@media screen and (max-width:1100px) {
	.app-form__dropdown-container {
		margin: 0 !important
	}
}
.app-form__dropdown-container::before {
	content: url(/wp-content/themes/eurobak/img/application-form/dropdown.svg);
	position: absolute;
	top: 16px;
	right: 20px;
	z-index: 10
}
.app-form__dropdown-container input {
	padding-right: 85px
}
.app-form__dropdown-container .pot-members__membership-sectors-dropdown {
	top: 41px;
	width: 100%;
	max-height: 270px;
	z-index: 500;
	overflow: auto;
	bottom: auto;
	height: auto
}
.app-form__dropdown-container .pot-members__membership-sectors-dropdown-list {
	max-height: initial;
	padding: 0
}
.app-form__dropdown-container .pot-members__membership-sectors-dropdown-inner {
	padding: 15px 20px
}
.app-form__dropdown-container .pot-members__membership-sectors-dropdown-list li {
	font-weight: 400;
	border-left: 4px solid transparent
}
.app-form__dropdown-container .pot-members__membership-sectors-dropdown-list li:hover, .app-form__dropdown-container .pot-members__membership-sectors-dropdown-list li.active {
	border-left: 4px solid #7356af
}
.app-form__dropdown-container.active .pot-members__membership-sectors-dropdown {
	opacity: 1;
	visibility: visible
}
.app-form__dropdown-container.disabled {
	pointer-events: none;
	opacity: 0;
	visibility: hidden
}
.app-form__dropdown-container .app-form__input::after {
	right: 42px
}
.app-form__dropdown-clean-btn {
	position: absolute;
	top: 13px;
	right: 50px;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	transition: all .2s ease
}
.app-form__dropdown-clean-btn path {
	transition: all .2s ease
}
.app-form__dropdown-clean-btn:hover .app-form__dropdown-clean-btn-hover-2 {
	fill: #111
}
.app-form__dropdown-clean-btn.active {
	visibility: visible;
	opacity: 1
}
.app-form__file--horizontal label {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	padding: 13px 15px 11px 20px
}
.app-form__file-controls {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}
.app-form__file-controls img {
	margin: 0;
	margin-right: 14px
}
.app-form__file-controls .app-form__file-btn {
	margin-bottom: 0
}
.app-form__popular {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 8px
}
.app-form__popular li {
	font-family: var(--secondaryFont);
	font-size: 16px;
	line-height: 1;
	color: #374f5e;
	border-bottom: 1px dashed rgba(55, 79, 94, .6);
	cursor: pointer;
	transition: all .2s ease
}
@media screen and (max-width:1100px) {
	.app-form__popular li {
		margin-bottom: 8px
	}
}
.app-form__popular li:hover {
	color: #7356af;
	border-color: #7356af
}
.app-form__popular li:not(:last-child) {
	margin-right: 14px
}
.app-form__input--add-more {
	width: calc(100% - 65px);
	position: relative
}
.app-form__input--add-more .app-form__input-add-more-btn {
	position: absolute;
	top: 0;
	right: -60px;
	z-index: 30;
	cursor: pointer
}
.app-form__input--add-more .app-form__input-add-more-btn rect {
	transition: all .2s ease
}
.app-form__input--add-more .app-form__input-add-more-btn:hover rect {
	fill: #7356af
}
.app-form__input-title-muted {
	font-family: var(--secondaryFont);
	font-size: 16px;
	line-height: 1.5;
	color: rgba(17, 17, 17, .6)
}
.app-form__dropdown-with-checkbox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start
}
@media screen and (max-width:1100px) {
	.app-form__dropdown-with-checkbox {
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.app-form__dropdown-with-checkbox .app-form__dropdown-container {
	-ms-flex: 1;
	flex: 1
}
.app-form__dropdown-with-checkbox .app-form__checkbox {
	margin-left: 22px;
	margin-top: 12px;
	font-size: 18px
}
@media screen and (max-width:1100px) {
	.app-form__dropdown-with-checkbox .app-form__checkbox {
		margin: 0;
		margin-bottom: 20px
	}
}
.app-form__dropdown-with-checkbox .app-form__checkbox label::before {
	margin-bottom: -1px
}
.app-form__dropdown-with-checkbox.disabled .app-form__input {
	pointer-events: none
}
.app-form__dropdown-with-checkbox.disabled input {
	background-color: #eff1f7;
	opacity: .5
}
[data-checkbox-or-input] .js__checkbox-or-input-input {
	pointer-events: none
}
[data-checkbox-or-input] .js__checkbox-or-input-input input, [data-checkbox-or-input] .js__checkbox-or-input-input textarea {
	background: #eff1f7;
	border-color: #eff1f7
}
[data-checkbox-or-input].checked .js__checkbox-or-input-input {
	pointer-events: initial
}
[data-checkbox-or-input].checked .js__checkbox-or-input-input input, [data-checkbox-or-input].checked .js__checkbox-or-input-input textarea {
	background: #fff;
	border-color: rgba(3, 20, 46, .3)
}
.app-form__bubble-checkboxes {
	background: #eff1f7;
	padding: 20px 15px;
	padding-bottom: 17px;
	overflow: auto;
	height: 133px
}
@media screen and (max-width:1100px) {
	.app-form__bubble-checkboxes {
		margin-bottom: 20px
	}
}
.app-form__bubble-checkboxes li {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
	line-height: 2;
	color: #111;
	padding: 8px 11px 8px 15px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	border-radius: 999px;
	margin-right: 5px;
	margin-bottom: 8px;
	cursor: pointer
}
.app-form__bubble-checkboxes li::after {
	content: url(/wp-content/themes/eurobak/img/application-form/checkbox-remove.svg);
	margin-left: 8px;
	margin-bottom: -8px;
	transition: all .2s ease
}
.app-form__bubble-checkboxes li:hover::after {
	-webkit-filter: saturate(0);
	filter: saturate(0)
}
.app-form__bubble-radios {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.app-form__bubble-radios li {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71429;
	color: #111;
	padding: 10px 20px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	border-radius: 999px;
	transition: all .2s ease;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer
}
@media screen and (max-width:1100px) {
	.app-form__bubble-radios li {
		margin-right: 8px;
		margin-bottom: 8px
	}
}
.app-form__bubble-radios li:hover, .app-form__bubble-radios li:focus {
	background: #e1ecff;
	color: #005fff
}
.app-form__bubble-radios li.active {
	background: #7356af;
	color: #fff
}
.app-form__bubble-radios li.disabled {
	background: #eff1f7;
	color: rgba(17, 17, 17, .6);
	pointer-events: none;
	box-shadow: none
}
.app-form__bubble-radios.error .app-form__input-msg {
	opacity: 1;
	visibility: visible
}
.app-form__checkboxes-business-types {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
	position: relative
}
@media screen and (max-width:1100px) {
	.app-form__checkboxes-business-types {
		grid-template-columns: 1fr;
		grid-gap: 10px;
		margin-bottom: 30px
	}
}
.app-form__checkboxes-business-types .app-form__input-msg {
	position: absolute;
	bottom: -15px;
	left: 0
}
.app-form__checkboxes-business-types.error .app-form__input-msg {
	opacity: 1;
	visibility: visible
}
@media screen and (max-width:1100px) {
	[data-checkbox-or-checkboxes] {
		margin-bottom: 20px
	}
}
[data-checkbox-or-checkboxes].disabled .app-form__bubble-radios li {
	background: #eff1f7;
	color: rgba(17, 17, 17, .6);
	pointer-events: none;
	box-shadow: none
}
[data-checkbox-or-multiple-items].disabled .app-form__input {
	pointer-events: none;
	opacity: 0;
	visibility: hidden
}
.app-form__grid-three-columns {
	display: grid;
	grid-template-columns: 1.9fr 1.9fr 1fr;
	grid-gap: 40px
}
@media screen and (max-width:1100px) {
	.app-form__grid-three-columns {
		grid-template-columns: 1fr;
		grid-gap: 10px
	}
}
.app-form__input-group-big-small {
	display: grid;
	grid-template-columns: 3.3fr 1fr;
	grid-gap: 5px
}
@media screen and (max-width:1100px) {
	.app-form__input-group-big-small {
		margin: 0 !important
	}
}
.app-form__input-group-big-med {
	display: grid;
	grid-template-columns: 1.9fr 1fr;
	grid-gap: 5px
}
.app-form__finish {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	grid-gap: 40px;
	padding: 63px 70px 62px 110px;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (max-width:1100px) {
	.app-form__finish {
		padding: 25px;
		grid-template-columns: 1fr;
		grid-gap: 30px
	}
}
.app-form__finish-title {
	font-family: var(--secondaryFont);
	font-weight: 300;
	font-size: 54px;
	line-height: 1.03704;
	color: #111;
	margin-bottom: 40px
}
@media screen and (max-width:1100px) {
	.app-form__finish-title {
		font-size: 40px;
		margin-bottom: 15px
	}
}
.app-form__finish-text {
	font-size: 18px;
	line-height: 1.55556;
	color: #111
}
@media screen and (max-width:1100px) {
	.app-form__finish-text {
		font-size: 16px
	}
}
.app-form__finish-right img {
	max-width: 100%
}
.filepond--root {
	padding-bottom: 50px !important
}
@media screen and (max-width:1100px) {
	.filepond--root {
		padding-bottom: 0 !important
	}
}
.app-form__file-pond {
	height: 180px;
	transition: all .2s ease !important
}
.app-form__file-pond:hover .filepond--panel-root {
	border: 1px solid #7356af !important
}
.app-form__file-pond:hover label {
	color: #fff !important;
	background-color: #7356af !important
}
.filepond--file-action-button {
	cursor: pointer !important
}
.filepond--drop-label {
	height: 100% !important;
	transition: all .2s ease !important;
	position: relative !important
}
.filepond--drop-label label {
	font-family: var(--secondaryFont) !important;
	font-weight: 700 !important;
	font-size: 12px !important;
	line-height: 1 !important;
	text-align: center !important;
	text-transform: uppercase !important;
	color: #7356af !important;
	border: 0 !important;
	transition: all .2s ease !important;
	background: rgba(0, 86, 219, .1) !important;
	padding: 14px 50px 11px 50px !important;
	margin-top: 50px !important
}
.filepond--drop-label::before {
	content: url(/wp-content/themes/eurobak/img/application-form/upload.svg) !important;
	position: absolute !important;
	top: 25px !important;
	left: 50% !important;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important
}
.filepond--label-action {
	text-decoration: none !important
}
.filepond--panel-root {
	background-color: #fff !important;
	border-radius: 0 !important;
	border: 1px dashed rgba(3, 20, 46, .3) !important;
	transition: all .2s ease !important
}
.filepond--item-panel {
	border-radius: 0
}
.filepond--item-panel {
	background-color: #555
}
.filepond--drip-blob {
	background-color: #999
}
.filepond--file-action-button {
	background-color: rgba(0, 0, 0, .5)
}
.filepond--file-action-button {
	color: #fff
}
.filepond--file-action-button:hover, .filepond--file-action-button:focus {
	box-shadow: 0 0 0 .125em rgba(255, 255, 255, .9)
}
.filepond--file {
	color: #fff
}
[data-filepond-item-state*=error] .filepond--item-panel, [data-filepond-item-state*=invalid] .filepond--item-panel {
	background-color: red
}
[data-filepond-item-state=processing-complete] .filepond--item-panel {
	background-color: green
}
.filepond--panel-root {
	background-color: transparent;
	border: 2px solid #2c3340
}
.app-form__file-pond-text {
	position: absolute;
	bottom: 13px;
	left: 25px;
	pointer-events: none
}
@media screen and (max-width:1100px) {
	.app-form__file-pond-text {
		font-size: 12px;
		display: none
	}
}
.app-form__file--horizontal .app-form__file-pond {
	height: 70px
}
.app-form__file--horizontal .filepond--root {
	padding-bottom: 0 !important
}
.app-form__file--horizontal .filepond--drop-label {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
	margin-right: 14px !important;
	min-height: initial !important
}
.app-form__file--horizontal .filepond--drop-label::before {
	top: 53% !important;
	-webkit-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
	left: initial !important;
	right: 215px !important
}
.app-form__file--horizontal .filepond--drop-label label {
	margin: 0 !important
}
.app-form__file--horizontal .filepond--list-scroller {
	margin-top: .8em !important;
	margin-bottom: .5em !important
}
.app-form__file--horizontal .app-form__file-pond-text {
	bottom: 14px
}
.app-form__file--horizontal .filepond--list.filepond--list {
	right: 8px !important;
	left: initial !important;
	width: 50% !important
}
[data-checkbox-or-checkboxes], .js__radio-or-dropdown, .js__bubble-checkboxes-2 {
	position: relative
}
[data-checkbox-or-checkboxes] .app-form__input-msg, .js__radio-or-dropdown .app-form__input-msg, .js__bubble-checkboxes-2 .app-form__input-msg {
	position: absolute;
	bottom: -17px;
	left: 0
}
[data-checkbox-or-checkboxes].error .app-form__input-msg, .js__radio-or-dropdown.error .app-form__input-msg, .js__bubble-checkboxes-2.error .app-form__input-msg {
	opacity: 1;
	visibility: visible
}
.js__radio-or-dropdown .app-form__input-msg {
	bottom: -27px
}
.js__bubble-checkboxes-2 .app-form__input-msg {
	bottom: -23px
}
.js__checkboxes-holder.disabled .js__bubble-checkboxes-2 li {
	background: #eff1f7;
	color: rgba(17, 17, 17, .6);
	pointer-events: none;
	box-shadow: none
}
@media screen and (max-width:1100px) {
	.app-form__form-inner-header-info {
		-ms-flex: 1;
		flex: 1;
		margin-right: 20px
	}
}
[class^=icon-]:before, [class*=" icon-"]:before {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconFont';
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0 0 transparent;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none
}
.icon-n-arrow:before {
	content: '\eA100'
}
.icon-arrow-small:before {
	content: '\eA107'
}
.icon-op7:before {
	content: '\eA108'
}
.icon-op8:before {
	content: '\eA109'
}
.icon-check:before {
	content: '\eA110'
}
.icon-img:before {
	content: '\eA111'
}
.icon-fb:before {
	content: '\eA112'
}
.icon-tw:before {
	content: '\eA113'
}
.icon-yt:before {
	content: '\eA114'
}
.icon-ig:before {
	content: '\eA115'
}
.icon-in:before {
	content: '\eA116'
}
.icon-tg:before {
	content: '\eA117'
}
.icon-n-people:before {
	content: '\eA118'
}
.icon-n-tel:before {
	content: '\eA119'
}
.icon-n-email:before {
	content: '\eA120'
}
.n-first-screen {
	position: relative
}
.n-first-screen:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(45, 34, 67, .9)
}
.n-first-screen .wrap {
	min-height: calc(100vh - 120px);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}
@media (max-width:600px) {
	.n-first-screen .wrap {
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}
.n-first-screen__content {
	position: relative;
	z-index: 2;
	color: #fff;
	padding: 100px 0;
	max-width: 770px
}
@media (max-width:960px) {
	.n-first-screen__content {
		max-width: calc(100vw - 120px)
	}
}
@media (max-width:600px) {
	.n-first-screen__content {
		max-width: calc(100vw - 60px);
		margin: 0 auto
	}
}
.n-first-screen__title {
	font-size: 64px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 50px;
	font-family: var(--secondaryFont);
	margin-bottom: 25px
}
@media (max-width:900px) {
	.n-first-screen__title {
		font-size: 44px;
		line-height: 1
	}
}
@media (max-width:600px) {
	.n-first-screen__title {
		font-size: 32px
	}
}
@media (max-width:440px) {
	.n-first-screen__title {
		font-size: 24px
	}
}
.n-first-screen__description {
	font-size: 24px;
	line-height: 32px;
	font-weight: 400
}
@media (max-width:600px) {
	.n-first-screen__description {
		font-size: 15px;
		line-height: 1.4
	}
}
.opportunities {
	margin-bottom: 100px
}
@media (max-width:600px) {
	.opportunities {
		margin-bottom: 60px
	}
}
.opportunities__top {
	margin-bottom: 16px;
	min-height: 360px;
	background-size: contain;
	background-position: 50% 0;
	width: 1380px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: calc(100vw - 30px);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media (max-width:1400px) {
	.opportunities__top {
		background-size: cover;
		width: 100vw;
		max-width: 100vw;
		position: relative
	}
}
@media (max-width:600px) {
	.opportunities__top {
		min-height: 300px
	}
}
.opportunities__top-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 205px;
	width: 100%;
	padding-bottom: 30px
}
@media (max-width:1400px) {
	.opportunities__top-inner {
		padding-bottom: 40px
	}
}
@media (max-width:1200px) {
	.opportunities__top-inner {
		padding: 0 80px
	}
}
@media (max-width:1023px) {
	.opportunities__top-inner {
		padding: 0 15px
	}
}
@media (max-width:900px) {
	.opportunities__top-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.opportunities__top-title {
	max-width: 400px;
	color: #fff;
	font-family: var(--secondaryFont);
	font-size: 64px;
	font-weight: 700;
	line-height: 52px;
	margin-right: 30px
}
@media (max-width:900px) {
	.opportunities__top-title {
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 20px;
		font-size: 50px;
		margin-right: 0
	}
}
@media (max-width:600px) {
	.opportunities__top-title {
		font-size: 38px;
		line-height: 1.2
	}
}
@media (max-width:420px) {
	.opportunities__top-title {
		font-size: 34px
	}
}
@media (max-width:380px) {
	.opportunities__top-title {
		font-size: 28px
	}
}
.opportunities__top-text {
	max-width: 420px;
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	padding-top: 20px
}
@media (max-width:900px) {
	.opportunities__top-text {
		padding-top: 0;
		width: 100%;
		max-width: 100%;
		text-align: center
	}
}
@media (max-width:600px) {
	.opportunities__top-text {
		font-size: 18px;
		line-height: 1.2
	}
}
.opportunities__inner {
	max-width: 970px;
	margin: 0 auto;
	margin-bottom: 35px
}
.n-fs-section {
	position: relative
}
.n-fs-section .slick-dots {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: 75px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.n-fs-section .slick-dots li {
	width: 30px;
	height: 3px;
	background-color: #fff;
	opacity: .2;
	transition: all .25s ease;
	cursor: pointer
}
.n-fs-section .slick-dots li.slick-active {
	opacity: 1
}
.n-fs-section .slick-dots li:not(:last-child) {
	margin-right: 10px
}
.n-fs-section .slick-dots li button {
	font-size: 0
}

.op-row {
	border-bottom: 1px solid rgba(23, 23, 23, .2)
}
.op-row__inner {
	height: 110px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	padding-right: 60px;
	position: relative
}
.op-row__inner:before {
	color: #7356af;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 11px;
	right: 16px;
	transition: all .25s
}
.op-row__inner:hover .op-row__title {
	color: #614287;
}
.op-row__inner.active:before {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg)
}
.op-row__inner.active+.op-row__content .op-row__part {
	margin-bottom: 38px
}
.op-row__icon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 30px;
	width: 60px
}
.op-row__icon img {
	max-width: 100%
}
.op-row__icon:before {
	color: #7356af;
	font-size: 60px
}
.op-row__title {
	color: #111;
	font-family: var(--secondaryFont);
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -.5px;
	line-height: 36px;
	transition: all .2s
}
@media (max-width:600px) {
	.op-row__title {
		font-size: 22px;
		line-height: 1.1
	}
}
@media (max-width:420px) {
	.op-row__title {
		font-size: 18px
	}
}
.op-row__content {
	overflow-y: hidden;
	visibility: hidden;
	height: 0px;
	display: block;
	border-top-width: 0px;
	border-bottom-width: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	transition: height .35s


}
.op-row__content-active{
	overflow-y: hidden;
	visibility: visible;
	height: 502px;

	border-top-width: 0px;
	border-bottom-width: 0px;
	padding-top: 36px;
	padding-bottom: 36px;
	transition: height .35s
}
.op-row__part {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	transition: all .35s
}
@media (max-width:900px) {
	.op-row__part {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.op-row__part-title {
	width: 300px;
	margin-right: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #111;
	font-family: var(--primaryFont);
	font-size: 20px;
	font-weight: 500;
	line-height: 32px
}
@media (max-width:900px) {
	.op-row__part-title {
		margin-bottom: 20px;
		margin-right: 0;
		width: 100%
	}
}
.op-row__part-block p {
	margin-top: 0;
	color: #111;
	font-family: var(--primaryFont);
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 0
}
@media (max-width:600px) {
	.op-row__part-block p {
		font-size: 16px;
		line-height: 1.6
	}
}
.links-list li {
	margin-bottom: 10px
}
.links-list li:last-of-type {
	margin-bottom: 0
}
.links-list li a, .links-list li span {
	color: #111;
	font-family: var(--primaryFont);
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	padding-left: 40px;
	position: relative
}
@media (max-width:600px) {
	.links-list li a, .links-list li span {
		font-size: 18px;
		padding-left: 25px
	}
}
.links-list li a:before, .links-list li span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 10px;
	height: 10px;
	border: 2px solid #7356af;
	display: inline-block;
	border-radius: 50%;
	transition: all .25s
}
@media (max-width:600px) {
	.links-list li a:before, .links-list li span:before {
		top: 1px
	}
}
.links-list li er:before, .links-list li span:hover:before {
	width: 20px;
	height: 20px;
	border: 3px solid #7356af;
	left: -5px;
	top: -2px
}
@media (max-width:600px) {
	.links-list li er:before, .links-list li span:hover:before {
		top: -4px
	}
}
.op-btns {
	display: -ms-flexbox;
	display: flex
}
@media (max-width:600px) {
	.op-btns {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.op-btns .btn-link {
	margin-right: 20px;
	margin-bottom: 10px
}
.op-btns .btn-link:last-of-type {
	margin-right: 0
}
.btn-link {
	height: 40px;
	background-color: #e1ecff;
	padding-left: 25px;
	padding-right: 56px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	color: #005fff;
	font-family: var(--secondaryFont);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 25px;
	position: relative;
	transition: all .25s
}
.btn-link:before {
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(90deg);
	transform: translate(0, -50%) rotate(90deg);
	transition: all .25s
}
.btn-link:hover {
	background-color: #d6e5ff
}
.btn-link:hover:before {
	-webkit-transform: translate(8px, -50%) rotate(90deg);
	transform: translate(8px, -50%) rotate(90deg)
}
.op-img {
	font-size: 0;
	min-height: 34px;
	position: relative
}
.op-img__description {
	color: #fff;
	font-family: var(--secondaryFont);
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 15px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	bottom: 20px;
	padding: 10px 30px;
	background-color: rgba(0, 0, 0, .4);
	white-space: nowrap
}
.btn-n-blue {
	color: #7356af;
	font-family: var(--secondaryFont);
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	text-transform: uppercase;
	height: 50px;
	border: 2px solid #7356af;
	display: -ms-flexbox;
	display: flex;
	width: 310px;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all .25s
}
@media (max-width:600px) {
	.btn-n-blue {
		width: 290px
	}
}
.btn-n-blue:hover {
	background: #7356af;
	color: #fff
}
.n-events {
	margin-bottom: 94px
}
@media (max-width:600px) {
	.n-events {
		margin-bottom: 60px
	}
}
.n-events .wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1200px
}
@media (max-width:960px) {
	.n-events .wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.n-events__text-part {
	width: 410px;
	margin-right: 30px
}
@media (max-width:960px) {
	.n-events__text-part {
		width: 100%;
		margin-bottom: 30px;
		margin-right: 0
	}
}
.n-events__block {
	width: 630px
}
.n-events__title {
	color: #111;
	font-family: var(--secondaryFont);
	font-size: 48px;
	font-weight: 400;
	line-height: 44px;
	padding-bottom: 34px;
	position: relative;
	margin-bottom: 32px
}
@media (max-width:1100px) {
	.n-events__title {
		font-size: 36px
	}
}
@media (max-width:600px) {
	.n-events__title {
		font-size: 30px;
		line-height: 1.2
	}
}
.n-events__title:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 28px;
	background: #005fff
}
.n-events__block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media (max-width:960px) {
	.n-events__block {
		width: 100%
	}
}
@media (max-width:600px) {
	.n-events__block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.check-list li {
	margin-bottom: 16px;
	padding-left: 32px;
	position: relative;
	color: #111;
	font-family: var(--primaryFont);
	font-size: 16px;
	line-height: 24px
}
.check-list li a {
	color: #053fd8;
	font-family: var(--primaryFont);
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	border-bottom: 2px solid rgba(14, 70, 217, .3);
	transition: all .25s
}
.check-list li er {
	border-color: #053fd8
}
.check-list li:before {
	position: absolute;
	left: 5px;
	color: #7356af;
	top: -2px;
	font-size: 10px
}
.n-block {
	height: 300px;
	width: 300px;
	border: 2px solid #e1ecff;
	transition: all .25s;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	margin-right: 30px
}
@media (max-width:960px) {
	.n-block {
		width: 50%
	}
}
@media (max-width:600px) {
	.n-block {
		width: 100%;
		margin-bottom: 30px;
		margin-right: 0
	}
}
.n-block:last-of-type {
	margin-right: 0;
	margin-bottom: 0
}
.n-block img {
	position: absolute;
	left: 50%;
	top: 30px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1
}
.n-block:before {
	position: absolute;
	left: 50%;
	top: 46%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 66px;
	color: #7356af;
	z-index: 2
}
.n-block:hover {
	border-color: #f1f7fe
}
.n-block:hover .n-block__circle {
	background-color: #7356af
}
.n-block:hover .n-block__circle:before {
	color: #fff
}
.n-block:hover .n-block__circle:after {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1)
}
.n-block:hover span {
	background-color: #005fff
}
.n-block__link {
	margin-bottom: 26px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.n-block__circle {
	width: 50px;
	height: 50px;
	background-color: #e1ecff;
	border-radius: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #7356af;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-right: 8px
}
.n-block__circle span {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #f1f7fe;
	transition: all .4s;
	border-radius: 50%;
	z-index: 2
}
.n-block__circle:before {
	position: relative;
	z-index: 3;
	transition: all .4s
}
.n-block__circle:after {
	content: '';
	width: 750px;
	height: 750px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	background-color: #f1f7fe;
	transition: all .4s;
	border-radius: 50%
}
.n-block__text {
	color: #005fff;
	font-family: var(--secondaryFont);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 25px;
	z-index: 2
}
.bg-slider-section {
	margin-bottom: 60px;
	padding-top: 135px;
	padding-bottom: 158px;
	position: relative
}
.bg-slider-section .slick-slider {
	position: static !important
}
.bg-slider-section .wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}
.bg-slider-section:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(18, 64, 229, .75)
}
.bg-slider {
	width: 670px;
	text-align: center;
	color: #fff
}
@media (max-width:900px) {
	.bg-slider {
		width: calc(100vw - 180px)
	}
}
@media (max-width:600px) {
	.bg-slider {
		width: calc(100vw - 100px)
	}
}
.bg-slider__title {
	color: #fff;
	font-family: var(--primaryFont);
	font-size: 64px;
	line-height: 60px;
	margin-bottom: 25px
}
@media (max-width:900px) {
	.bg-slider__title {
		font-size: 30px;
		line-height: 1.2;
		margin-bottom: 20px
	}
}
@media (max-width:600px) {
	.bg-slider__title {
		font-size: 22px
	}
}
@media (max-width:420px) {
	.bg-slider__title {
		font-size: 20px
	}
}
.bg-slider__description {
	color: #fff;
	font-family: var(--primaryFont);
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 50px
}
@media (max-width:900px) {
	.bg-slider__description {
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 30px
	}
}
@media (max-width:420px) {
	.bg-slider__description {
		font-size: 14px
	}
}
.btn-n-border {
	position: relative;
	width: 221px;
	height: 50px;
	border: 2px solid #fff;
	color: #fff;
	font-family: var(--secondaryFont);
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	text-transform: uppercase;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all .25s
}
.btn-n-border:hover {
	background: #fff;
	color: #1240e5
}
.bg-slider .slick-arrow {
	width: 60px;
	height: 60px;
	border: 2px solid #fbad18;
	font-size: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all .25s;
	background: 0 0
}
@media (max-width:600px) {
	.bg-slider .slick-arrow {
		width: 36px
	}
}
.bg-slider .slick-arrow:before {
	content: '\eA107';
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconFont';
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0 0 transparent;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	font-size: 6px;
	color: #fff
}
.bg-slider .slick-arrow:hover {
	background: rgba(255, 255, 255, .2)
}
.bg-slider .slick-prev {
	left: 0
}
.bg-slider .slick-prev:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.bg-slider .slick-next {
	right: 0
}
.bg-slider .slick-next:before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
.bg-slider .slick-dots {
	position: absolute;
	bottom: 60px;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.bg-slider .slick-dots li {
	margin-right: 10px
}
.bg-slider .slick-dots li:last-of-type {
	margin-right: 0
}
.bg-slider .slick-dots li.slick-active button, .bg-slider .slick-dots li:hover button {
	opacity: 1
}
.bg-slider .slick-dots button {
	width: 30px;
	height: 3px;
	background-color: #fff;
	opacity: .2;
	transition: all .25s;
	font-size: 0
}
.partners {
	margin-bottom: 100px
}
@media (max-width:600px) {
	.partners {
		margin-bottom: 60px
	}
}
.partners__title {
	color: #121212;
	font-family: var(--secondaryFont);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .2px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px
}
.partners__inner {
	margin-bottom: 30px;
	display: -ms-flexbox;
	display: flex;
	position: relative
}
.partners__inner:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 20%;
	max-width: 300px;
	background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0, #fff 100%);
	z-index: 2;
	pointer-events: none
}
.partners__inner:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 20%;
	max-width: 300px;
	background-image: linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%);
	z-index: 2;
	pointer-events: none
}
.partners__item {
	margin: 0 15px !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 170px
}
@media (max-width:600px) {
	.partners__item {
		width: 140px !important
	}
}
.partners__item img {
	max-height: 100%;
	max-width: 100%
}
.partners .btn-n-blue {
	width: 220px
}
.n-news {
	margin-bottom: 90px
}
.n-news .wrap {
	max-width: 1200px
}
@media (max-width:600px) {
	.n-news {
		margin-bottom: 80px
	}
}
.n-news__title {
	color: #111;
	font-family: var(--secondaryFont);
	font-size: 48px;
	font-weight: 400;
	line-height: 44px;
	margin-bottom: 4px
}
@media (max-width:900px) {
	.n-news__title {
		font-size: 38px;
		line-height: 1.2
	}
}
@media (max-width:600px) {
	.n-news__title {
		font-size: 26px
	}
}
.n-news__subtitle {
	color: #121212;
	font-family: var(--secondaryFont);
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -.2px;
	line-height: 24px;
	margin-bottom: 40px
}
@media (max-width:600px) {
	.n-news__subtitle {
		font-size: 18px
	}
}
.n-news__inner {
	display: -ms-flexbox;
	display: flex
}
@media (max-width:900px) {
	.n-news__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.n-news__items {
	width: calc(100% - 400px);
	margin-right: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 30px
}
@media (max-width:900px) {
	.n-news__items {
		width: 100%;
		margin-right: 0
	}
}
.n-news__aside {
	width: 370px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
@media (max-width:900px) {
	.n-news__aside {
		width: 100%
	}
}
.n-img-aside {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	-ms-flex-align: center;
	align-items: center
}
@media (max-width:1100px) {
	.n-img-aside {
		-ms-flex-align: start;
		align-items: flex-start
	}
}
@media (max-width:460px) {
	.n-img-aside {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: 0 !important
	}
}
.n-img-aside__content {
	padding-top: 40px
}
.n-img-aside__img {
	width: 370px;
	margin-right: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 350px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media (max-width:1100px) {
	.n-img-aside__img {
		width: 200px !important;
		height: 180px !important
	}
}
@media (max-width:460px) {
	.n-img-aside__img {
		width: 100% !important;
		margin-bottom: 15px;
		background-size: cover
	}
}
.n-img-aside__img:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0d1a2a;
	opacity: .3;
	transition: all .25s
}
.n-img-aside__img-inner {
	position: relative;
	z-index: 1;
	color: #fff;
	font-family: var(--secondaryFont);
	font-size: 28px;
	font-weight: 400;
	line-height: 32px;
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	transition: all .25s
}
.n-img-aside__img-inner span {
	font-size: 56px;
	font-weight: 300
}
.n-img-aside__tags {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 3px
}
.n-img-aside__title {
	color: #111;
	font-family: var(--primaryFont);
	font-size: 21px;
	font-weight: 500;
	line-height: 22px;
	padding-bottom: 19px;
	position: relative;
	margin-bottom: 15px;
	transition: color .25s
}
.n-img-aside__title:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 28px;
	background: #005fff;
	transition: width .25s
}
.n-img-aside__text {
	color: rgba(17, 17, 17, .6);
	font-family: var(--primaryFont);
	font-size: 15px;
	line-height: 23px;
	min-height: 100px;
	margin-bottom: 20px;
	max-width: 340px
}
@media (max-width:900px) {
	.n-img-aside__text {
		max-width: 100%
	}
}
@media (max-width:460px) {
	.n-img-aside__text {
		min-height: 0 !important
	}
}
.n-img-aside__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.n-img-aside__circle {
	width: 50px;
	height: 50px;
	background-color: #e1ecff;
	border-radius: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #7356af;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-right: 8px
}
.n-img-aside__circle span {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #f1f7fe;
	transition: all .4s;
	border-radius: 50%;
	z-index: 2
}
.n-img-aside__circle:before {
	position: relative;
	z-index: 3;
	transition: all .4s
}
.n-img-aside__circle:after {
	content: '';
	width: 750px;
	height: 750px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	background-color: #f1f7fe;
	transition: all .4s;
	border-radius: 50%
}
.n-img-aside__link-text {
	color: #005fff;
	font-family: var(--secondaryFont);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 25px;
	z-index: 2
}
.n-img-aside:hover .n-img-aside__img:before {
	background-color: #1240e5;
	opacity: .75
}
.n-img-aside:hover .n-img-aside__img-inner {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.n-img-aside:hover .n-img-aside__circle span {
	background: #7356af
}
.n-img-aside:hover .n-img-aside__circle:before {
	color: #fff
}
.n-img-aside--small {
	width: 50%;
	margin-right: 40px;
	margin-bottom: 40px
}
@media (max-width:900px) {
	.n-img-aside--small {
		width: 100%
	}
}
.n-img-aside--small:nth-of-type(2n) {
	margin-right: 0
}
.n-img-aside--small .n-img-aside__img {
	width: 270px;
	height: 270px
}
.n-img-aside--small .n-img-aside__text {
	min-height: 70px
}
.tag-new, .tag-popular {
	height: 18px;
	padding: 2px 10px;
	padding-top: 4px;
	border-radius: 2px;
	background-color: #e54444;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	margin-right: 5px;
	margin-bottom: 5px;
	font-family: var(--secondaryFont);
	font-size: 12px;
	font-weight: 700
}
.tag-popular {
	background-color: #7356af
}
.block-btns {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px
}
.btn-icon {
	height: 48px;
	background-color: #fbad18;
	color: #fff;
	font-family: var(--secondaryFont);
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
	text-transform: uppercase;
	padding: 15px 52px 13px 30px;
	line-height: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all .25s
}
.btn-icon:hover {
	background: #005fff;
	color: #fff
}
.btn-icon:hover:before {
	color: #fff
}
.btn-icon:before {
	font-size: 22px;
	margin-right: 15px
}
.small-block {
	margin-bottom: 40px;
	display: -ms-flexbox;
	display: flex
}
.small-block__img {
	width: 90px;
	height: 90px;
	margin-right: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
.small-block__img:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0d1a2a;
	opacity: .3;
	transition: all .25s
}
.small-block__tags {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5px
}
.small-block__title {
	color: #111;
	font-family: var(--primaryFont);
	font-size: 16px;
	font-weight: 500;
	line-height: 20px
}
@media (max-width:380px) {
	.small-block__title {
		font-size: 14px
	}
}
.small-block:hover .small-block__img:before {
	background-color: #1240e5;
	opacity: .75
}
.n-popular-news {
	border: 8px solid #e8f2fd;
	padding: 27px 22px 17px 22px;
	margin-bottom: 44px
}
@media (max-width:380px) {
	.n-popular-news {
		padding: 20px 12px 22px 12px
	}
}
.n-popular-news__title {
	color: #111;
	font-family: var(--primaryFont);
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 36px
}
@media (max-width:380px) {
	.n-popular-news__title {
		font-size: 17px
	}
}
.n-socials {
	margin-bottom: 40px
}
.n-socials__title {
	color: #111;
	font-family: var(--primaryFont);
	font-size: 21px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 16px
}
.n-socials__subtitle {
	color: rgba(17, 17, 17, .6);
	font-family: var(--primaryFont);
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 20px
}
.n-socials__inner {
	display: -ms-flexbox;
	display: flex
}
@media (max-width:380px) {
	.n-socials__inner {
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}
.n-socials__inner a {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 12px;
	transition: all .25s
}
@media (max-width:380px) {
	.n-socials__inner a {
		margin-right: 5px
	}
}
@media (max-width:350px) {
	.n-socials__inner a {
		margin-right: 4px;
		width: 46px;
		height: 46px
	}
}
.n-socials__inner a:before {
	transition: all .25s;
	font-size: 16px
}
.n-socials__inner a:last-of-type {
	margin-right: 0
}
.n-socials__inner a.icon-fb {
	background: rgba(59, 89, 152, .1)
}
.n-socials__inner a.icon-fb:before {
	color: #3b5998
}
.n-socials__inner a.icon-tw {
	background: rgba(29, 161, 242, .1)
}
.n-socials__inner a.icon-tw:before {
	color: #1da1f2
}
.n-socials__inner a.icon-yt {
	background: rgba(255, 0, 0, .1)
}
.n-socials__inner a.icon-yt:before {
	color: red;
	font-size: 20px
}
.n-socials__inner a.icon-ig {
	background: rgba(131, 58, 180, .1)
}
.n-socials__inner a.icon-ig:before {
	color: #833ab4
}
.n-socials__inner a.icon-in {
	background: rgba(0, 119, 181, .1)
}
.n-socials__inner a.icon-in:before {
	color: #0077b5
}
.n-socials__inner a.icon-tg {
	background: rgba(0, 136, 204, .1)
}
.n-socials__inner a.icon-tg:before {
	color: #08c
}
.n-socials__inner er.icon-fb {
	background: #3b5998
}
.n-socials__inner er.icon-fb:before {
	color: #fff
}
.n-socials__inner er.icon-tw {
	background: #1da1f2
}
.n-socials__inner er.icon-tw:before {
	color: #fff
}
.n-socials__inner er.icon-yt {
	background: red
}
.n-socials__inner er.icon-yt:before {
	color: #fff
}
.n-socials__inner er.icon-ig {
	background: #833ab4
}
.n-socials__inner er.icon-ig:before {
	color: #fff
}
.n-socials__inner er.icon-in {
	background: #0077b5
}
.n-socials__inner er.icon-in:before {
	color: #fff
}
.n-socials__inner er.icon-tg {
	background: #08c
}
.n-socials__inner er.icon-tg:before {
	color: #fff
}
.n-join {
	margin-bottom: 60px
}
@media (max-width:600px) {
	.n-join {
		margin-bottom: 40px
	}
}
.n-join__title {
	color: #111;
	font-family: var(--secondaryFont);
	font-size: 64px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	margin-bottom: 3px;
	line-height: 1.1
}
@media (max-width:600px) {
	.n-join__title {
		font-size: 40px;
		margin-bottom: 8px
	}
}
.n-join__subtitle {
	color: rgba(18, 18, 18, .6);
	font-family: var(--primaryFont);
	font-size: 24px;
	font-weight: 300;
	line-height: 32px;
	text-align: center;
	margin-bottom: 30px
}
@media (max-width:600px) {
	.n-join__subtitle {
		font-size: 20px;
		line-height: 1.2
	}
}
.n-join__inner {
	display: -ms-flexbox;
	display: flex
}
@media (max-width:960px) {
	.n-join__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.n-join-item {
	padding: 30px 28px;
	margin-right: 70px;
	width: calc(100%/3 - 70px*2/3);
	margin-bottom: 40px;
	position: relative
}
@media (max-width:1100px) {
	.n-join-item {
		width: calc(100%/3 - 20px*2/3);
		margin-right: 20px
	}
}
@media (max-width:960px) {
	.n-join-item {
		margin-right: 0;
		width: 100%
	}
}
.n-join-item:last-of-type {
	margin-right: 0
}
.n-join-item:nth-of-type(2) .n-join-item__title {
	max-width: 240px
}
@media (max-width:960px) {
	.n-join-item:nth-of-type(2) .n-join-item__title {
		max-width: 100%
	}
}
.n-join-item:nth-of-type(3) .n-join-item__title {
	max-width: 180px
}
@media (max-width:960px) {
	.n-join-item:nth-of-type(3) .n-join-item__title {
		max-width: 100%
	}
}
.n-join-item__icon {
	height: 110px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 28px
}
.n-join-item__icon:before {
	font-size: 60px;
	color: #7356af
}
.n-join-item__title {
	color: #111;
	font-family: var(--primaryFont);
	font-size: 23px;
	letter-spacing: -.3px;
	line-height: 25px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 38px
}
@media (max-width:1100px) {
	.n-join-item__title {
		font-size: 20px
	}
}
.n-join-item__btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}
@media (max-width:400px) {
	.n-join-item .btn-n-bg {
		width: 100%
	}
}
.n-join-item .btn-n-bg:before {
	content: '';
	position: absolute;
	border: 2px solid #e1ecff;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: all .3s
}
.n-join-item .btn-n-bg:hover:before {
	border-color: #7356af
}
.btn-n-bg {
	height: 36px;
	background-color: rgba(0, 86, 219, .1);
	padding: 10px 50px;
	padding-top: 12px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #7356af;
	font-family: var(--secondaryFont);
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
	text-transform: uppercase;
	white-space: nowrap;
	transition: all .3s;
	position: static
}
@media (max-width:600px) {
	.btn-n-bg {
		padding: 10px 30px;
		padding-top: 12px
	}
}
.btn-n-bg:hover {
	background: #7356af;
	color: #fff
}
.n-articles-section {
	margin-top: 100px
}
.n-articles-section .wrap {
	max-width: 1200px
}
@media (max-width:600px) {
	.n-articles-section {
		margin-top: 80px
	}
}
.n-articles-section__title {
	color: #111;
	font-family: var(--secondaryFont);
	font-size: 48px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 15px
}
@media (max-width:660px) {
	.n-articles-section__title {
		font-size: 30px
	}
}
.n-articles-section__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% + 30px);
	margin-bottom: 12px
}
@media (max-width:660px) {
	.n-articles-section__inner {
		width: 100%
	}
}
.n-articles-section__btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}
.n-article {
	width: calc(100%/3 - 30px);
	margin-right: 30px;
	margin-bottom: 35px
}
@media (max-width:800px) {
	.n-article {
		width: calc(100%/2 - 30px)
	}
}
@media (max-width:660px) {
	.n-article {
		width: 100%;
		margin-right: 0
	}
}
.n-article__img {
	display: flex;
	align-content: center;
	height: 290px;
	position: relative;
	margin-bottom: 28px;

}
.n-article__img:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	transition: all .25s
}

.n-article__img img{
	object-fit: cover;
}
.n-article:nth-child(2) img{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -10;
	object-fit: cover;
	top: 0;
	left: 0;
}
.n-article:nth-child(2) .n-article__img{
	position: unset;
}


.n-article__tag {
	color: #121212;
	font-family: var(--secondaryFont);
	font-size: 13px;
	font-weight: 400;
	letter-spacing: .5px;
	line-height: 1;
	margin-bottom: 8px;
	text-transform: uppercase
}
.n-article__title {
	color: #111;
	font-family: var(--primaryFont);
	font-size: 21px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 20px;
	transition: all .25s;
	max-height: 66px;
	overflow: hidden
}
.n-article__text {
	color: rgba(17, 17, 17, .6);
	font-family: var(--primaryFont);
	font-size: 15px;
	line-height: 23px;
	max-height: 69px;
	overflow: hidden;
	margin-bottom: 6px
}
.n-article:hover .n-article__img:before {
	background-color: #2D2243;
	opacity: 0.7;
}
.n-article:hover .n-article__title {
	color: #005fff
}
.n-article:nth-child(2) {
	width: calc(100%*2/3 - 30px);
	margin-bottom: 35px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-right: 30px
}
@media (max-width:800px) {
	.n-article:nth-child(2) {
		width: calc(100%/2 - 30px)
	}
}
@media (max-width:660px) {
	.n-article:nth-child(2) {
		width: 100%;
		margin-right: 0;
		min-height: 290px
	}
}
.n-article:nth-child(2):before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	background-color: #2D2243;
	transition: all .25s

}
.n-article:nth-child(2) .n-article__content {
	position: relative;
	padding: 88px 60px;
	text-align: center
}
@media (max-width:900px) {
	.n-article:nth-child(2) .n-article__content {
		padding: 60px 20px
	}
}
.n-article:nth-child(2) .n-article__tag {
	color: #fff;
	font-family: var(--secondaryFont);
	font-size: 13px;
	font-weight: 400;
	letter-spacing: .5px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 15px
}
.n-article:nth-child(2) .n-article__title {
	color: #fff;
	font-family: var(--primaryFont);
	font-size: 34px;
	font-weight: 500;
	letter-spacing: -.5px;
	line-height: 36px;
	max-width: 490px
}
@media (max-width:900px) {
	.n-article:nth-child(2) .n-article__title {
		font-size: 28px;
		line-height: 1.2
	}
}
@media (max-width:800px) {
	.n-article:nth-child(2) .n-article__title {
		font-size: 24px
	}
}
@media (max-width:460px) {
	.n-article:nth-child(2) .n-article__title {
		font-size: 20px
	}
}
.n-article:nth-child(2) .n-article:hover:before {
	background-color: #2D2243;
	opacity: 0.7;
}

.btn-load {
	position: relative;
	color: #2D2243;
	font-family: var(--secondaryFont);
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.btn-load__inner {
	transition: all .25s;
	margin-right: 16px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
.btn-load svg {
	width: 44px;
	height: 44px
}
.btn-load:hover .btn-load__inner {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}
.btn-load.active {
	pointer-events: none
}
.btn-load.active .btn-load__inner {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-animation: spin 1.2s linear infinite;
	animation: spin 1.2s linear infinite
}
@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(-360deg)
	}
}
@keyframes spin {
	to {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}
.n-articles-section__btn .btn-load {
	background: 0 0
}
.n-first-screen {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}
.bg-slider .slick-prev {
	left: calc((100% - 1200px)/2)
}
@media (max-width:1200px) {
	.bg-slider .slick-prev {
		left: 0
	}
}
.bg-slider .slick-next {
	right: calc((100% - 1200px)/2)
}
@media (max-width:1200px) {
	.bg-slider .slick-next {
		right: 0
	}
}
.about-page .landing-member-container .landing-member-item {
	max-height: 150px
}
body.single-research .top-line {
	z-index: 104
}
body.single-research .smart-header {
	z-index: 103
}
body.single-research .research-shares, body.single-research .research-navbar {
	z-index: 102
}
.research-page {
	background-color: transparent;
	padding-bottom: 69px;
	z-index: 101
}
.research-page section {
	background-color: transparent
}
.research-page .elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 100%
}
.research-page .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 0
}
@media only screen and (max-width:1380px) {
	.research-page {
		padding-left: 75px
	}
}
@media only screen and (max-width:1280px) {
	.research-page {
		padding-left: 100px;
		padding-right: 25px
	}
}
@media only screen and (max-width:576px) {
	.research-page {
		padding-left: 15px;
		padding-right: 15px
	}
}
.anim {
	opacity: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	transition: .45s opacity, .45s transform
}
.anim[data-animtype="1"] {
	transition: .45s opacity, .45s transform
}
.anim[data-animtype="2"] {
	transition: .3s opacity, .3s transform;
	transition-delay: .3s
}
.anim[data-animtype="3"] {
	transition: .5s opacity, .5s transform;
	transition-delay: .5s
}
.anim.animated {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.research-select-wrap {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1
}
.research-select-wrap__text {
	display: inline-block;
	font-size: 16px;
	color: #374f5e;
	margin-right: 15px
}
.research-select-wrap__text:not(:first-child) {
	margin-left: 15px
}
.research-select {
	position: relative;
	display: inline-block
}
.research-select.opened .research-select__list {
	opacity: 1;
	pointer-events: all;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.research-select__top {
	position: relative;
	display: inline-block
}
.research-select__current {
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	cursor: pointer;
	transition: color .3s
}
.research-select__current:hover {
	color: #374f5e
}
.research-select__current:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 18px;
	margin-left: 9px;
	background: url(/wp-content/themes/eurobak/img/research/select.svg) no-repeat center/contain
}
.research-select__list {
	position: absolute;
	top: calc(100% + 7px);
	left: 0;
	background: #fff;
	box-shadow: 0 0 5px #ddd;
	font-size: 14px;
	border-radius: 3px;
	padding: 2px 0;
	text-align: center;
	max-height: 250px;
	overflow-y: auto;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	transition: all .3s
}

.research-select__list li {
	cursor: pointer;
	padding: 5px 10px;
	white-space: nowrap;
	transition: color .3s
}
.research-select__list li:hover {
	color: #7356af
}
.research-select__list li.disabled {
	pointer-events: none;
	opacity: .5
}
.loading-more {
	display: inline-block;
	font-family: var(--secondaryFont);
	color: #7356af;
	font-size: 18px;
	line-height: 1.1
}
.loading-more:hover {
	color: #7356af
}
.loading-more:hover:before {
	-webkit-animation: loading .5s forwards;
	animation: loading .5s forwards
}
.loading-more:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 32px;
	font-size: 0;
	line-height: 1;
	margin: -3px 10px 0 0;
	background: url(/wp-content/themes/eurobak/img/research/load-more.svg) no-repeat center/contain
}
@-webkit-keyframes loading {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes loading {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
.research-headline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.research-headline__left {
	padding-right: 30px;
	max-width: 775px
}
.research-headline__title {
	font-family: var(--secondaryFont);
	font-size: 40px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 0
}
.research-headline__description {
	font-size: 18px;
	line-height: 1.38;
	margin-top: 12px
}
.research-headline .fill-btn {
	white-space: nowrap
}
@media only screen and (max-width:1199px) {
	.research-headline__title {
		font-size: 34px
	}
}
@media only screen and (max-width:992px) {
	.research-headline {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: stretch;
		align-items: stretch
	}
	.research-headline__left {
		padding-right: 0
	}
	.research-headline__right {
		margin-top: 15px
	}
}
@media only screen and (max-width:576px) {
	.research-headline__title {
		font-size: 26px
	}
	.research-headline__description {
		font-size: 14px
	}
}
.more-link {
	display: inline-block;
	color: #7356af;
	font-family: var(--secondaryFont);
	line-height: 20px
}
.more-link:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url(/wp-content/themes/eurobak/img/research/arrow-more.svg) no-repeat center/contain;
	width: 7px;
	height: 11px;
	margin: 0 0 0 10px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition: .3s transform
}
.more-link:hover {
	color: #7356af
}
.more-link:hover:after {
	-webkit-transform: translateX(5px);
	transform: translateX(5px)
}
.graph-tooltip {
	position: absolute;
	opacity: 1;
	background-color: #0a192f;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	width: 80px;
	-webkit-transform: translate(-50%, -124%);
	transform: translate(-50%, -124%);
	pointer-events: none;
	text-transform: uppercase;
	transition: all .15s
}
.graph-tooltip:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 8px 0 8px;
	border-color: #000 transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: calc(50% - 7px);
	transition: .3s background-color
}
.graph-tooltip.green:after {
	border-color: #1bbd7f transparent transparent transparent
}
.graph-tooltip.green .graph-tooltip__footer {
	background-color: #1bbd7f
}
.graph-tooltip.red:after {
	border-color: #fc5048 transparent transparent transparent
}
.graph-tooltip.red .graph-tooltip__footer {
	background-color: #fc5048
}
.graph-tooltip.blue:after {
	border-color: #4993ff transparent transparent transparent
}
.graph-tooltip.blue .graph-tooltip__footer {
	background-color: #4993ff
}
.graph-tooltip table {
	width: 100%
}
.graph-tooltip td {
	vertical-align: middle
}
.graph-tooltip__body {
	font-size: 16px;
	font-weight: 500;
	background: #0a192f;
	border-radius: 4px;
	height: 36px
}
.graph-tooltip__footer {
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	background: #0a192f;
	height: 22px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}
.graph-tooltip__content {
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	background: #0a192f;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.graph-tooltip--no-corner:after {
	display: none
}
.graph-tooltip--left-corner {
	-webkit-transform: translate(30%, -50%);
	transform: translate(30%, -50%)
}
.graph-tooltip--left-corner:after {
	top: calc(50% - 7px);
	left: auto;
	right: 100%;
	border-width: 8px 7px 8px 0;
	border-color: transparent #000 transparent transparent
}
.graph-tooltip--wide {
	width: auto;
	white-space: nowrap;
	-webkit-transform: translate(-50%, -175%);
	transform: translate(-50%, -175%)
}
.graph-tooltip--wide .graph-tooltip__body {
	padding: 0 12px 0 17px
}
.graph-tooltip--wide .graph-tooltip__content {
	padding-right: 17px;
	padding-top: 3px
}
.research-navbar {
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	bottom: 0;
	width: 80px;
	background-color: #fff;
	padding-top: 148px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	transition: .6s all ease-in-out
}
.research-navbar__list li:not(:last-child) {
	margin-bottom: 12px
}
.research-navbar__list a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	color: #111;
	white-space: nowrap;
	font-size: 0
}
.research-navbar__list er {
	color: #111
}
.research-navbar__list er:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.research-navbar__list er svg path {
	fill: #7356af
}
.research-navbar__list er .research-navbar__list-tooltip {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.research-navbar__list a.is-active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.research-navbar__list a.is-active svg path {
	fill: #7356af
}
.research-navbar__list a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #fbad18;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transition: .35s transform
}
.research-navbar__list svg path {
	transition: .3s fill
}
.research-navbar__list-icon {
	display: -ms-flexbox;
	display: flex;
	width: 80px;
	min-width: 80px;
	height: 50px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
.research-navbar__list-tooltip {
	display: inline-block;
	position: absolute;
	left: calc(100% + 11px);
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	white-space: nowrap;
	background-color: #0a192f;
	border-radius: 8px;
	padding: 0 30px 1px;
	line-height: 38px;
	pointer-events: none;
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
	opacity: 0;
	transition: .3s all
}
.research-navbar__list-tooltip:before {
	content: '';
	position: absolute;
	right: 100%;
	top: calc(50% - 4px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-color: transparent #0a192f transparent transparent
}
@media only screen and (max-width:576px) {
	.research-navbar {
		display: none
	}
}
.research-hero {
	background-image: url(/wp-content/themes/eurobak/img/research/bg-hero.svg);
	background-repeat: no-repeat;
	background-position: center bottom -750px;
	background-size: 100% auto;
	-webkit-animation: 1.5s bgAnimation forwards cubic-bezier(.25, .1, .25, 1);
	animation: 1.5s bgAnimation forwards cubic-bezier(.25, .1, .25, 1)
}
.research-hero__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 79px 6px 148px;
	height: calc(100vh - 110px);
	min-height: 700px
}
.research-hero__left {
	-ms-flex: 1;
	flex: 1;
	padding-right: 55px
}
.research-hero__left .fill-btn {
	margin-top: 38px
}
.research-hero__right {
	-ms-flex: 0 0 470px;
	flex: 0 0 470px
}
.research-hero__title {
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 55px;
	line-height: 1;
	margin: 0;
	letter-spacing: -1px
}
.research-hero__excerpt {
	font-size: 17px;
	line-height: 1.4;
	margin-top: 11px
}
.research-hero__excerpt p {
	margin: 0
}
@media only screen and (max-width:1280px) {
	.research-hero {
		padding-left: 25px;
		padding-right: 25px;
		margin-left: -25px;
		margin-right: -25px
	}
}
@media only screen and (max-width:1199px) {
	.research-hero__title {
		font-size: 36px
	}
	.research-hero__excerpt {
		font-size: 14px
	}
	.research-hero__right {
		-ms-flex: 0 0 400px;
		flex: 0 0 400px
	}
}
@media only screen and (max-width:992px) {
	.research-hero__inner {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		height: auto
	}
	.research-hero__left {
		-ms-flex: unset;
		flex: unset;
		padding-right: 0;
		text-align: center
	}
	.research-hero__left .fill-btn {
		margin-top: 15px
	}
	.research-hero__right {
		-ms-flex: unset;
		flex: unset;
		margin-top: 30px
	}
}
@-webkit-keyframes bgAnimation {
	0% {
		background-position: center bottom -750px
	}
	to {
		background-position: center bottom 0
	}
}
@keyframes bgAnimation {
	0% {
		background-position: center bottom -750px
	}
	to {
		background-position: center bottom 0
	}
}
.research-widget {
	border: 1px solid #e9ecf0;
	border-top: 4px solid #fbad18;
	background-color: rgba(255, 255, 255, .6);
	border-radius: 8px
}
.research-widget__head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 34px 30px 62px
}
.research-widget__head-title {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 22px;
	line-height: 1
}
.research-widget__body {
	max-height: 300px;
	overflow-y: auto;
	padding: 0 33px
}
.research-widget__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.research-widget__item:not(:first-child) {
	margin-top: 30px
}
.research-widget__item-index {
	width: 80px;
	min-width: 80px;
	height: 80px;
	position: relative
}
.research-widget__item-content {
	padding-left: 18px
}
.research-widget__item-title {
	font-size: 20px;
	line-height: 1.1;
	font-weight: 700
}
.research-widget__item-title a {
	color: #111
}
.research-widget__item-title er {
	color: #7356af
}
.research-widget__item-date {
	font-size: 16px;
	color: #374f5e;
	margin-top: 4px;
	display: block
}
.research-widget__footer {
	text-align: center;
	padding: 48px 0 39px
}
@media only screen and (max-width:1199px) {
	.research-widget__head {
		padding: 30px
	}
	.research-widget__head-title {
		font-size: 24px
	}
	.research-widget__item-title {
		font-size: 18px
	}
	.research-widget__item-date {
		font-size: 14px
	}
	.research-widget__footer {
		padding: 30px 0
	}
}
@media only screen and (max-width:576px) {
	.research-widget__head {
		-ms-flex-direction: column;
		flex-direction: column
	}
	.research-widget__head-title {
		margin-bottom: 10px
	}
}
.static-progress {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
.static-progress__bg {
	stroke: rgba(0, 86, 219, .15)
}
.static-progress__val {
	stroke: #7356af;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	stroke-linecap: round
}
.static-progress__text {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	position: absolute;
	top: calc(50% - 8px);
	left: 0;
	width: 100%;
	text-align: center;
	color: #7356af
}
.research-cards {
	position: relative;
	margin-top: -68px
}
.research-cards__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -10px
}
.research-card {
	-ms-flex: 1;
	flex: 1;
	min-width: calc(25% - 20px);
	max-width: calc(25% - 20px);
	margin: 0 10px 20px;
	position: relative;
	background-color: #fff;
	padding: 18px 30px;
	min-height: 160px;
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(0, 86, 219, .05);
	transition: .45s box-shadow, .45s transform
}
.research-card:hover {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	box-shadow: 0 24px 60px rgba(0, 86, 219, .2)
}
.research-card--accent {
	background-color: #16279d
}
.research-card--accent .research-card__title a {
	color: rgba(255, 255, 255, .8)
}
.research-card--accent .research-card__title er {
	color: rgba(255, 255, 255, .8)
}
.research-card--accent .research-card__index {
	color: #fff
}
.research-card.green .research-card__position {
	background: url(/wp-content/themes/eurobak/img/research/waves-to-top.svg) no-repeat center right/60px 30px;
	color: #1bbd7f
}
.research-card.green .research-card__position:before {
	background-image: url(/wp-content/themes/eurobak/img/research/arrow-index-green.svg)
}
.research-card.red .research-card__position {
	background: url(/wp-content/themes/eurobak/img/research/waves-to-down.svg) no-repeat center right/60px 30px;
	color: #fc5048
}
.research-card.red .research-card__position:before {
	background-image: url(/wp-content/themes/eurobak/img/research/arrow-index-red.svg)
}
.research-card.blue .research-card__position {
	background: url(/wp-content/themes/eurobak/img/research/waves-to-middle.svg) no-repeat center right/60px 30px;
	color: #4993ff
}
.research-card.blue .research-card__position:before {
	background-image: url(/wp-content/themes/eurobak/img/research/arrow-index-blue.svg)
}
.research-card__title {
	font-family: var(--secondaryFont);
	font-size: 16px;
	line-height: 1
}
.research-card__title a {
	color: #374f5e
}
.research-card__title a:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.research-card__title er {
	color: #374f5e
}
.research-card__position {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 36px;
	height: 30px;
	position: relative;
	font-size: 18px;
	margin: 24px 0 5px
}
.research-card__position:before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: calc(50% - 10px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain
}
.research-card__index {
	font-weight: 500;
	font-size: 32px;
	line-height: 1
}
@media only screen and (max-width:1199px) {
	.research-card {
		min-width: calc(33.33333% - 20px);
		max-width: calc(33.33333% - 20px)
	}
}
@media only screen and (max-width:900px) {
	.research-card {
		min-width: calc(50% - 20px);
		max-width: calc(50% - 20px)
	}
}
@media only screen and (max-width:575px) {
	.research-card {
		min-width: 100%;
		max-width: 100%
	}
}
.research-card-timeline {
	background-color: #2978fe;
	color: #fff;
	border-radius: 8px;
	padding: 21px 26px
}
.research-card-timeline__controls {
	text-align: right;
	font-size: 0;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .4)
}
.research-card-timeline__controls li {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	cursor: pointer;
	transition: color .3s
}
.research-card-timeline__controls li:not(:last-child) {
	margin-right: 16px
}
.research-card-timeline__controls li:hover, .research-card-timeline__controls li.is-active {
	color: #fff
}
.research-card-timeline__controls li.is-active {
	pointer-events: none
}
.research-card-timeline__content {
	padding: 0 11px;
	font-size: 18px;
	margin: 14px 0 0
}
.research-card-timeline__number {
	display: block;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 13px
}
.research-index {
	padding-top: 81px
}
@media only screen and (max-width:576px) {
	.research-index {
		padding-top: 50px
	}
}
.index-graph {
	box-shadow: 0 12px 30px rgba(0, 86, 219, .05);
	margin-top: 40px;
	padding: 40px 40px 41px;
	border-radius: 8px
}
.index-graph__head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 1
}
.index-graph__head .research-select-wrap__text:not(:first-child) {
	margin: 0 35px
}
.index-graph__legend-item {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #374f5e;
	line-height: 20px
}
.index-graph__legend-item:not(:last-child) {
	margin-right: 50px
}
.index-graph__legend-item:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 10px
}
.index-graph__legend-item--positive:before {
	background-color: #1bbd7f
}
.index-graph__legend-item--neutral:before {
	background-color: #4993ff
}
.index-graph__legend-item--negative:before {
	background-color: #fc5048
}
.index-graph__body {
	margin-top: 45px;
	height: 355px
}
.index-graph .graph-tooltip {
	-webkit-transform: translate(-50%, -150%);
	transform: translate(-50%, -150%)
}
.index-graph__footer {
	font-family: var(--secondaryFont);
	font-size: 16px;
	padding-top: 34px;
	color: rgba(55, 79, 94, .8)
}
.index-graph__footer p {
	margin: 0
}
@media only screen and (max-width:1199px) {
	.index-graph__legend-item {
		font-size: 14px
	}
	.index-graph__legend-item:not(:last-child) {
		margin-right: 20px
	}
}
@media only screen and (max-width:992px) {
	.index-graph {
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 15px
	}
	.index-graph__head {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
	.index-graph__controls {
		margin-bottom: 15px
	}
	.index-graph__body {
		margin-top: 15px
	}
}
@media only screen and (max-width:576px) {
	.index-graph {
		margin-left: -25px;
		margin-right: -25px
	}
	.index-graph__controls .research-select-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.index-graph__controls .research-select-wrap__text {
		min-width: 100%;
		margin-bottom: 10px
	}
	.index-graph__controls .research-select-wrap__text:not(:first-child) {
		min-width: auto;
		margin-bottom: 0
	}
}
.years-tabs__controls {
	padding: 28px 65px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.years-tabs__controls li {
	min-width: 122px;
	line-height: 49px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	border-radius: 47px;
	padding-top: 2px;
	text-align: center;
	font-family: var(--secondaryFont);
	font-size: 20px;
	cursor: pointer;
	transition: .3s background-color, .3s color
}
.years-tabs__controls li:hover {
	color: #7356af
}
.years-tabs__controls li.is-active {
	background-color: #7356af;
	color: #fff
}
.years-tabs__controls li:not(:last-child) {
	margin-right: 10px
}
@media only screen and (max-width:992px) {
	.years-tabs__controls {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 5px;
		overflow-x: auto
	}
}
.research-spheres {
	margin-top: 80px
}
.research-spheres__inner {
	border: 1px solid #c5ccd5;
	padding: 56px 44px 36px;
	border-radius: 8px
}
.research-spheres__body {
	padding-top: 60px
}
.research-spheres__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
	padding-bottom: 47px
}
.research-spheres__card:hover .research-spheres__card-inner {
	border-color: #7356af
}
.research-spheres__card.green .research-spheres__card-index {
	background: url(/wp-content/themes/eurobak/img/research/waves-to-top.svg) no-repeat center right/60px 30px;
	color: #1bbd7f
}
.research-spheres__card.green .research-spheres__card-index:before {
	background-image: url(/wp-content/themes/eurobak/img/research/arrow-index-green.svg)
}
.research-spheres__card.blue .research-spheres__card-index {
	background: url(/wp-content/themes/eurobak/img/research/waves-to-middle.svg) no-repeat center right/60px 30px;
	color: #4993ff
}
.research-spheres__card.blue .research-spheres__card-index:before {
	background-image: url(/wp-content/themes/eurobak/img/research/arrow-index-blue.svg)
}
.research-spheres__card.red .research-spheres__card-index {
	background: url(/wp-content/themes/eurobak/img/research/waves-to-down.svg) no-repeat center right/60px 30px;
	color: #fc5048
}
.research-spheres__card.red .research-spheres__card-index:before {
	background-image: url(/wp-content/themes/eurobak/img/research/arrow-index-red.svg)
}
.research-spheres__card-inner {
	padding: 24px 30px 16px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	box-shadow: 0 12px 30px rgba(0, 86, 219, .05);
	background-color: #fff;
	border: 2px solid transparent;
	border-radius: 8px;
	transition: .45s border-color
}
.research-spheres__card-thumbnail {
	width: 96px;
	height: 96px;
	min-width: 96px;
	position: relative
}
.research-spheres__card-thumbnail img {
	position: absolute;
	width: 50px;
	height: 50px;
	top: calc(50% - 25px);
	left: calc(50% - 25px)
}
.research-spheres__card-thumbnail svg {
	position: absolute;
	top: -6px;
	left: -1px
}
.research-spheres__card-content {
	-ms-flex: 1;
	flex: 1;
	padding-left: 18px
}
.research-spheres__card-title {
	font-family: var(--secondaryFont);
	font-size: 22px;
	line-height: 1;
	font-weight: 700
}
.research-spheres__card-dynamic {
	font-family: var(--secondaryFont);
	font-size: 15px;
	margin-top: 11px
}
.research-spheres__card-dynamic span {
	font-family: var(--primaryFont);
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
	color: #607897;
	margin-left: 3px
}
.research-spheres__card-index {
	font-size: 18px;
	line-height: 30px;
	padding-left: 36px;
	position: relative;
	margin-top: 15px
}
.research-spheres__card-index:before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: calc(50% - 10px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain
}
.research-spheres__card-checker {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	font-size: 0
}
.research-spheres__card-checker input[type=checkbox] {
	width: 0;
	height: 0;
	opacity: 0;
	pointer-events: none
}
.research-spheres__card-checker input[type=checkbox]:checked+label:after {
	opacity: 1
}
.research-spheres__card-checker label {
	display: inline-block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer
}
.research-spheres__card-checker label:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #f9fbfe;
	position: absolute;
	top: 10px;
	right: 10px
}
.research-spheres__card-checker label:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: url(/wp-content/themes/eurobak/img/research/research-check.svg) no-repeat center #7356af;
	opacity: 0;
	transition: .45s opacity
}
.research-spheres__card-link {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: rgba(43, 61, 87, .6);
	margin-top: 13px;
	transition: .3s color
}
.research-spheres__card-link:hover {
	color: #7356af
}
.research-spheres__grid {
	display: -ms-flexbox;
	display: flex
}
.research-spheres__grid-left {
	-ms-flex: 1;
	flex: 1;
	padding-right: 64px
}
.research-spheres__grid-right {
	-ms-flex: 0 0 350px;
	flex: 0 0 350px;
	max-width: 350px
}
.research-spheres__footer {
	font-family: var(--secondaryFont);
	font-size: 16px;
	padding-top: 37px;
	color: rgba(55, 79, 94, .8)
}
.research-spheres__footer p {
	margin: 0
}
@media only screen and (max-width:1280px) {
	.research-spheres__card-thumbnail {
		width: 80px;
		height: 80px;
		min-width: 80px
	}
	.research-spheres__card-thumbnail svg {
		width: 92px;
		height: auto
	}
}
@media only screen and (max-width:1279px) {
	.research-spheres__card-inner {
		padding-left: 15px;
		padding-right: 20px
	}
}
@media only screen and (max-width:1199px) {
	.research-spheres__list {
		overflow-x: auto
	}
	.research-spheres__card {
		min-width: 325px
	}
	.research-spheres__grid {
		-ms-flex-direction: column;
		flex-direction: column
	}
	.research-spheres__grid-left {
		padding-right: 0;
		margin-top: 30px
	}
	.research-spheres__grid-right {
		-ms-flex: 1;
		flex: 1;
		max-width: 100%;
		margin-top: 30px
	}
}
@media only screen and (max-width:576px) {
	.research-spheres {
		margin-top: 50px
	}
	.research-spheres__inner {
		padding: 35px 25px;
		margin-left: -25px;
		margin-right: -25px
	}
	.research-spheres__body {
		padding-top: 20px
	}
	.research-spheres__list {
		padding: 20px;
		margin: -20px 0 0 -20px
	}
}
.sphere-graph {
	padding-top: 12px
}
.sphere-graph__body {
	height: 367px
}
.sphere-graph__footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 11px
}
.sphere-graph__controls {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
.sphere-graph__controls li:not(:last-child) {
	margin-right: 15px
}
.sphere-graph__controls-btn {
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 70px;
	min-width: 70px;
	height: 70px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 4px solid #e8f2fd;
	background-color: #fff;
	outline: 0;
	padding: 0;
	border-radius: 50%;
	position: relative;
	transition: .3s all
}
.sphere-graph__controls-btn:hover {
	border-width: 0;
	background-color: #7356af
}
.sphere-graph__controls-btn:hover svg path {
	fill: #fff
}
.sphere-graph__controls-btn svg {
	position: relative;
	z-index: 1
}
.sphere-graph__controls-btn svg path {
	transition: .3s fill
}
.sphere-graph__timeline {
	-ms-flex: 1;
	flex: 1;
	margin-left: 36px
}
.sphere-graph .noUi-target {
	border: 0;
	border-radius: 0;
	background: #f8f8f8;
	box-shadow: none;
	height: 30px
}
.sphere-graph .noUi-connects {
	border-radius: 0
}
.sphere-graph .noUi-connect {
	background: rgba(203, 222, 255, .3)
}
.sphere-graph .noUi-handle {
	border: 0;
	border-radius: 0;
	background: rgba(0, 86, 219, .3);
	box-shadow: none;
	outline: 0;
	cursor: pointer
}
.sphere-graph .noUi-handle:after {
	display: none
}
.sphere-graph .noUi-handle:before {
	left: -3px;
	top: -7px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #7356af
}
.sphere-graph .noUi-horizontal .noUi-handle {
	top: 0;
	width: 1px;
	height: 30px;
	right: 0
}
.sphere-graph .noUi-pips-horizontal {
	padding: 0;
	height: 30px;
	top: 0;
	font-size: 0
}
.sphere-graph .noUi-value {
	display: none
}
.sphere-graph .noUi-marker.noUi-marker-normal {
	display: none
}
.sphere-graph .noUi-marker-sub {
	background: rgba(197, 204, 213, .2)
}
.sphere-graph .noUi-marker-horizontal.noUi-marker-large {
	display: none
}
.sphere-graph .noUi-marker-horizontal.noUi-marker {
	width: 1px
}
.sphere-graph .noUi-marker-horizontal.noUi-marker-sub {
	height: 30px
}
@media only screen and (max-width:576px) {
	.sphere-graph {
		margin-left: -15px;
		margin-right: -15px
	}
	.sphere-graph__controls-btn {
		width: 40px;
		min-width: 40px;
		height: 40px
	}
	.sphere-graph__footer {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-ms-flex-align: stretch;
		align-items: stretch
	}
	.sphere-graph .noUi-target {
		margin-left: 0;
		margin-bottom: 15px
	}
}
.sphere-doughnut {
	border-top: 4px solid #fbad18;
	background-color: #fff;
	padding: 25px 40px 70px;
	box-shadow: 0 12px 30px rgba(0, 86, 219, .05);
	border-radius: 8px
}
.sphere-doughnut__head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -9px 43px
}
.sphere-doughnut__title {
	font-size: 22px;
	font-family: var(--secondaryFont);
	line-height: 1
}
.sphere-doughnut__body {
	height: 270px;
	position: relative
}
.sphere-doughnut__list {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	font-size: 0;
	pointer-events: none
}
.sphere-doughnut__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center
}
.sphere-doughnut__inner-img {
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 50px
}
.sphere-doughnut__inner-name {
	display: block;
	font-family: var(--secondaryFont);
	font-size: 22px;
	font-weight: 700
}
.sphere-doughnut__inner-link {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 7px;
	color: rgba(43, 61, 87, .6)
}
.sphere-doughnut__inner-link:hover {
	color: #7356af
}
.research-downloads {
	margin-top: 80px
}
.research-downloads__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: 0 12px 30px rgba(0, 86, 219, .05);
	padding: 57px 65px 100px;
	border-radius: 8px
}
.research-downloads__content {
	-ms-flex: 0 0 380px;
	flex: 0 0 380px;
	padding: 45px 50px 0 0
}
.research-downloads__text {
	font-size: 18px;
	line-height: 1.38;
	margin-top: 13px
}
.research-downloads .fill-btn {
	margin-top: 23px
}
.research-downloads__list {
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -15px
}
.research-downloads__list .slick-list {
	padding-top: 20px;
	padding-bottom: 38px
}
.research-downloads__list .slick-track {
	display: -ms-flexbox;
	display: flex
}
.research-downloads__list .slick-slide {
	height: inherit
}
.research-downloads__list .slick-arrow {
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 70px;
	min-width: 70px;
	height: 70px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 4px solid #e8f2fd;
	background-color: #fff;
	outline: 0;
	padding: 0;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: calc(50% - 35px);
	transition: .3s all
}
.research-downloads__list .slick-arrow:hover {
	border-width: 0;
	background-color: #7356af
}
.research-downloads__list .slick-arrow:hover svg path {
	fill: #fff
}
.research-downloads__list .slick-arrow svg {
	position: relative;
	z-index: 1
}
.research-downloads__list .slick-arrow svg path {
	transition: .3s fill
}
.research-downloads__list .slick-arrow.slick-prev {
	left: -20px
}
.research-downloads__list .slick-arrow.slick-next {
	right: -20px
}
.research-downloads__list-item {
	margin: 0 15px;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	position: relative
}
.research-downloads__list-item:hover .research-downloads__list-img {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}
.research-downloads__list-item:hover .research-downloads__list-img:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}
.research-downloads__list-item:hover .research-downloads__list-link {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.research-downloads__list-img {
	width: 63%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	transition: .35s transform
}
.research-downloads__list-img:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, .8), transparent);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	transition: .15s transform
}
.research-downloads__list-img img {
	display: block;
	width: 100%;
	height: auto
}
.research-downloads__list-link {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 170px;
	height: 40px;
	color: #fff;
	font-size: 12px;
	font-family: var(--secondaryFont);
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	z-index: 3;
	background-color: #7356af;
	padding-top: 3px;
	bottom: 96px;
	left: calc(50% - 85px);
	-webkit-transform: translateY(45px);
	transform: translateY(45px);
	opacity: 0;
	transition: .4s transform, .4s opacity, .3s background-color
}
.research-downloads__list-link:hover {
	color: #fff;
	background-color: #2978fe
}
.research-downloads__list-link:after {
	content: '';
	display: inline-block;
	font-size: 0;
	line-height: 1;
	width: 12px;
	height: 12px;
	margin: -4px 0 0 9px;
	background: url(/wp-content/themes/eurobak/img/research/download-arrow.svg) no-repeat center/contain
}
.research-downloads__list-bg {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: -38px;
	width: 100%;
	height: auto
}
@media only screen and (max-width:1199px) {
	.research-downloads__inner {
		padding: 45px 45px 75px
	}
	.research-downloads__content {
		padding: 0 30px 0 0;
		-ms-flex: 0 0 300px;
		flex: 0 0 300px
	}
	.research-downloads__text {
		font-size: 14px
	}
}
@media only screen and (max-width:992px) {
	.research-downloads__inner {
		padding: 35px 25px 70px;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: stretch;
		align-items: stretch
	}
	.research-downloads__content {
		-ms-flex: unset;
		flex: unset;
		padding: 0
	}
	.research-downloads__list {
		-ms-flex: unset;
		flex: unset;
		margin-top: 30px
	}
}
@media only screen and (max-width:576px) {
	.research-downloads {
		margin-top: 50px
	}
	.research-downloads__inner {
		margin-left: -25px;
		margin-right: -25px
	}
	.research-downloads__list {
		display: block;
		margin: 0
	}
	.research-downloads__list-item:not(:last-child) {
		margin-bottom: 50px
	}
	.research-downloads__list-img:before {
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
	.research-downloads__list-link {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		bottom: 75px
	}
}
.research-section {
	margin-top: 100px
}
.research-section__inner {
	box-shadow: 0 12px 30px rgba(0, 86, 219, .05)
}
.research-section__inner--no-shadow {
	box-shadow: none
}
.research-section__head {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 105px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px
}
.research-section__head--negative {
	padding-left: 0
}
.research-section__head--negative .research-section__head-content {
	padding-left: 35px
}
.research-section__head--negative .research-section__head-title {
	color: #6a3a3a
}
.research-section__head--negative .research-section__head-download {
	background-color: #652c2c
}
.research-section__head--negative .research-section__head-view {
	color: rgba(101, 44, 44, .6)
}
.research-section__head--negative .research-section__head-view:hover {
	color: #652c2c
}
.research-section__head--market .research-section__head-title {
	color: #441f06
}
.research-section__head--market .research-section__head-download {
	background-color: #ec6407
}
.research-section__head--market .research-section__head-view {
	color: rgba(68, 31, 6, .6)
}
.research-section__head--market .research-section__head-view:hover {
	color: #441f06
}
.research-section__head-content {
	-ms-flex: 0 0 calc(100% - 470px);
	flex: 0 0 calc(100% - 470px);
	padding-right: 90px
}
.research-section__head-thumbnail {
	-ms-flex: 1;
	flex: 1;
	margin-top: -20px
}
.research-section__head-thumbnail img {
	max-width: 100%
}
.research-section__head-title {
	font-family: var(--secondaryFont);
	font-size: 48px;
	line-height: 1;
	letter-spacing: -1px;
	font-weight: 400;
	margin: 0;
	color: #313f5b
}
.research-section__head-excerpt {
	font-size: 18px;
	line-height: 1.38;
	margin-top: 12px
}
.research-section__head-btns {
	margin-top: 20px
}
.research-section__head-btns li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px
}
.research-section__head-download {
	display: inline-block;
	font-family: var(--secondaryFont);
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #2b3d57;
	color: #fff;
	padding: 19px 51px 17px
}
.research-section__head-download:hover {
	background-color: #111;
	color: #fff
}
.research-section__head-view {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: rgba(43, 61, 87, .6)
}
.research-section__head-view:hover {
	color: #2b3d57
}
@media only screen and (max-width:1280px) {
	.research-section__head {
		padding-left: 75px
	}
	.research-section__head--negative {
		padding-left: 0
	}
	.research-section__head-download {
		padding-left: 35px;
		padding-right: 35px
	}
}
@media only screen and (max-width:1279px) {
	.research-section__head-title {
		font-size: 32px
	}
	.research-section__head-excerpt {
		font-size: 14px
	}
	.research-section__head-content {
		-ms-flex: 0 0 calc(100% - 400px);
		flex: 0 0 calc(100% - 400px)
	}
}
@media only screen and (max-width:1199px) {
	.research-section__head {
		padding-left: 45px
	}
	.research-section__head--negative {
		padding-left: 0
	}
	.research-section__head-content {
		padding-right: 45px;
		-ms-flex: 0 0 calc(100% - 315px);
		flex: 0 0 calc(100% - 315px)
	}
	.research-section__head-download {
		font-size: 12px
	}
}
@media only screen and (max-width:992px) {
	.research-section__head {
		padding: 35px
	}
	.research-section__head--negative .research-section__head-content {
		padding-left: 0
	}
	.research-section__head-thumbnail {
		display: none
	}
	.research-section__head-content {
		-ms-flex: unset;
		flex: unset;
		padding-right: 0
	}
}
@media only screen and (max-width:767px) {
	.research-section__head-btns li {
		display: block;
		margin-right: 0
	}
	.research-section__head-btns li:not(:last-child) {
		margin-bottom: 20px
	}
}
@media only screen and (max-width:576px) {
	.research-section {
		margin-top: 50px
	}
	.research-section__inner {
		margin: 0 -25px
	}
}
.research-tabs__controls {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 60px;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	white-space: nowrap;
	border-bottom: 1px solid rgba(0, 86, 219, .3);
	color: rgba(17, 17, 17, .6)
}
.research-tabs__controls li {
	cursor: pointer;
	transition: .3s color;
	position: relative;
	padding: 26px 6px;
	transition: .3s color
}
.research-tabs__controls li:hover {
	color: #111
}
.research-tabs__controls li:not(:last-child) {
	margin-right: 45px
}
.research-tabs__controls li:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #7356af;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	transition: .3s transform
}
.research-tabs__controls li.is-active {
	color: #111
}
.research-tabs__controls li.is-active:after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}
.research-tabs__content {
	padding: 0 64px 74px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px
}
.research-tabs__card-content {
	padding-right: 2px;
	margin-top: 52px;
	font-size: 19px;
	line-height: 1.58
}
.research-tabs__card-content h2, .research-tabs__card-content h3, .research-tabs__card-content h4, .research-tabs__card-content h5, .research-tabs__card-content h6 {
	font-family: var(--secondaryFont);
	line-height: 1.07;
	margin: 0 0 22px;
	font-weight: 700
}
.research-tabs__card-content h2 {
	font-size: 20px
}
.research-tabs__card-content h3 {
	font-size: 20px
}
.research-tabs__card-content h4 {
	font-size: 20px;
	font-size: 28px
}
.research-tabs__card-content h5 {
	font-size: 20px
}
.research-tabs__card-content h6 {
	font-size: 20px
}
.research-tabs__card-content p, .research-tabs__card-content ol, .research-tabs__card-content ul {
	margin: 0 0 22px
}
.research-tabs__card-content ol {
	list-style-type: decimal
}
.research-tabs__card-content ul {
	list-style-type: disc
}
.research-tabs__card-content ol, .research-tabs__card-content ul {
	padding-left: 40px
}
.research-tabs__card-content :last-child {
	margin-bottom: 0
}
.research-tabs__card-content .more-link {
	margin-top: 15px
}
@media only screen and (max-width:992px) {
	.research-tabs__controls {
		overflow-x: auto
	}
	.research-tabs__card-content {
		font-size: 16px
	}
}
@media only screen and (max-width:767px) {
	.research-tabs__controls {
		padding: 0 30px
	}
	.research-tabs__content {
		padding-left: 30px;
		padding-right: 30px
	}
}
.comparing-columns {
	box-shadow: 0 12px 30px rgba(0, 86, 219, .05);
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
	padding: 49px 40px 61px;
	margin-top: 44px
}
.comparing-columns__col {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start
}
.comparing-columns__col-title {
	font-family: var(--secondaryFont);
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 10px
}
.comparing-columns__col .more-link {
	margin-top: 15px
}
.comparing-columns__index {
	-ms-flex: 0 0 125px;
	flex: 0 0 125px;
	position: relative
}
.comparing-columns__content {
	-ms-flex: 1;
	flex: 1;
	padding: 14px 0 0 12px;
	font-size: 16px;
	line-height: 1.5
}
@media only screen and (max-width:1199px) {
	.comparing-columns {
		grid-template-columns: 1fr;
		padding: 30px
	}
	.comparing-columns__content {
		padding-left: 25px
	}
}
@media only screen and (max-width:576px) {
	.comparing-columns {
		padding: 20px;
		margin-left: -25px;
		margin-right: -25px
	}
	.comparing-columns__col {
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.comparing-bar {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
.comparing-bar__text {
	display: inline-block;
	font-size: 32px;
	font-weight: 500;
	color: #111;
	line-height: 1;
	position: absolute;
	top: calc(50% - 16px);
	left: 0;
	width: 100%;
	text-align: center;
	padding-left: 7px
}
.comparing-bar__text:after {
	content: '%';
	display: inline;
	font-size: 20px;
	font-weight: 400;
	margin-left: 2px
}
.comparing-bar__val {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	stroke-linecap: round
}
.quotes-slider {
	margin-top: 60px
}
.quotes-slider__controls {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.quotes-slider__controls-slide {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	border-radius: 50%;
	overflow: hidden;
	transition: .3s transform, .3s box-shadow
}
.quotes-slider__controls-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.quotes-slider__controls .slick-current .quotes-slider__controls-slide, .quotes-slider__controls .slick-slide:only-child .quotes-slider__controls-slide {
	-webkit-transform: scale(1);
	transform: scale(1);
	box-shadow: 4px 12px 16px rgba(0, 0, 0, .2)
}
.quotes-slider__controls .slick-current~.slick-slide .quotes-slider__controls-slide, .quotes-slider__controls .slick-slide:only-child~.slick-slide .quotes-slider__controls-slide {
	-webkit-transform: scale(.5);
	transform: scale(.5);
	box-shadow: none
}
.quotes-slider__controls .slick-list {
	margin: 0 15px;
	padding-bottom: 25px !important
}
.quotes-slider__controls .slick-track {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.quotes-slider__text-slide {
	text-align: center;
	font-family: var(--secondaryFont)
}
.quotes-slider__author p {
	font-size: 22px;
	line-height: 1
}
.quotes-slider__author span {
	display: block;
	color: rgba(55, 79, 94, .8);
	font-size: 16px;
	margin-top: 5px
}
.quotes-slider__content {
	padding: 72px 45px 0;
	font-size: 24px;
	line-height: 1.25;
	color: #374f5e;
	position: relative
}
.quotes-slider__content:before {
	content: '';
	width: 139px;
	height: 117px;
	background: url(/wp-content/themes/eurobak/img/title-before.svg) no-repeat center/contain;
	position: absolute;
	z-index: 0;
	left: calc(50% - 69px);
	top: 24px
}
.quotes-slider__content div {
	position: relative;
	z-index: 1
}
.quotes-slider__content .more-link {
	font-size: 18px;
	margin-top: 15px
}
.quotes-slider .slick-arrow {
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 70px;
	min-width: 70px;
	height: 70px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 4px solid #e8f2fd;
	background-color: #fff;
	outline: 0;
	padding: 0;
	border-radius: 50%;
	position: relative;
	margin-top: -25px;
	transition: .3s all
}
.quotes-slider .slick-arrow:hover {
	border-width: 0;
	background-color: #7356af
}
.quotes-slider .slick-arrow:hover svg path {
	fill: #fff
}
.quotes-slider .slick-arrow svg {
	position: relative;
	z-index: 1
}
.quotes-slider .slick-arrow svg path {
	transition: .3s fill
}
.quotes-slider--new .quotes-slider__controls-slide {
	border-radius: 0;
	width: 130px;
	height: 130px;
	box-shadow: none !important
}
.quotes-slider--new .quotes-slider__author {
	position: relative;
	top: 20px
}
@media only screen and (max-width:1199px) {
	.quotes-slider__content {
		font-size: 18px;
		padding-top: 45px
	}
}
@media only screen and (max-width:576px) {
	.quotes-slider__controls .slick-list {
		margin: 0 10px
	}
	.quotes-slider__content {
		padding: 30px 0 0
	}
	.quotes-slider .slick-arrow {
		width: 40px;
		min-width: 40px;
		height: 40px
	}
}
.research-quote {
	margin-top: 80px;
	padding: 53px 30px 0 42px;
	font-family: var(--secondaryFont);
	position: relative
}
.research-quote:before {
	content: '';
	width: 139px;
	height: 117px;
	background: url(/wp-content/themes/eurobak/img/title-before.svg) no-repeat center/contain;
	position: absolute;
	z-index: 0;
	left: 50px;
	top: -2px
}
.research-quote__text {
	font-size: 24px;
	line-height: 1.25;
	color: #374f5e;
	position: relative;
	z-index: 1
}
.research-quote__text .more-link {
	font-size: 18px;
	margin-top: 15px
}
.research-quote__author {
	margin-top: 29px;
	position: relative;
	min-height: 70px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-left: 90px
}
.research-quote__author-thumbnail {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0
}
.research-quote__author-name {
	display: block;
	font-size: 22px
}
.research-quote__author-position {
	display: block;
	font-size: 16px;
	color: rgba(55, 79, 94, .8);
	margin-top: 4px
}
@media only screen and (max-width:1199px) {
	.research-quote__text {
		font-size: 18px
	}
}
@media only screen and (max-width:576px) {
	.research-quote {
		padding: 30px 0 0
	}
}
.research-faq {
	margin-top: 65px;
	padding-bottom: 26px
}
.research-faq__title {
	font-family: var(--secondaryFont);
	font-size: 28px;
	line-height: 1.07;
	margin: 0
}
.research-faq-spoiler.is-opened .research-faq-spoiler__title {
	border-color: #171717
}
.research-faq-spoiler.is-opened .research-faq-spoiler__title:after {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}
.research-faq-spoiler__title {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 22px;
	line-height: 1.07;
	border-bottom: 1px solid rgba(23, 23, 23, .2);
	padding: 39px 49px 39px 0;
	position: relative;
	cursor: pointer;
	transition: .3s border-color
}
.research-faq-spoiler__title:after {
	content: '';
	position: absolute;
	right: 17px;
	top: calc(50% - 4px);
	width: 15px;
	height: 9px;
	background: url(/wp-content/themes/eurobak/img/research/faq-carret.svg) no-repeat center/contain;
	transition: .3s transform
}
.research-faq-spoiler__body {
	font-size: 19px;
	line-height: 1.58;
	padding: 45px 0;
	display: none
}
.research-faq-spoiler__body ul {
	padding-left: 27px
}
.research-faq-spoiler__body ul li {
	position: relative;
	padding-left: 33px
}
.research-faq-spoiler__body ul li:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 3px solid #2b3d57
}
.research-faq-spoiler__body ul li:not(:last-child) {
	margin-bottom: 40px
}
@media only screen and (max-width:1199px) {
	.research-faq-spoiler__body {
		font-size: 14px
	}
}
.research-business {
	margin-top: 81px
}
.research-business__inner {
	padding: 34px 64px 0 70px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(/wp-content/themes/eurobak/img/research/bg-b-slider-2.png);
	background-color: #16279d;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px
}
.research-business__tabs {
	box-shadow: 0 12px 30px rgba(0, 86, 219, .05);
	padding: 1px 64px 74px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px
}
.research-business__content {
	-ms-flex: 1;
	flex: 1;
	padding-top: 91px
}
.research-business__title {
	color: #fff;
	font-size: 40px;
	letter-spacing: -1px;
	line-height: 1.07;
	font-weight: 400;
	font-family: var(--secondaryFont)
}
.research-business__btns {
	margin-top: 19px
}
.research-business__btns li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px
}
.research-business__btns-download {
	font-family: var(--secondaryFont);
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 240px;
	height: 50px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 2px solid #fff;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff
}
.research-business__btns-download:hover {
	background-color: #fff;
	color: #16279d
}
.research-business__btns-view {
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, .6)
}
.research-business__btns-view:hover {
	color: #fff
}
.research-business__slider {
	-ms-flex: 0 0 395px;
	flex: 0 0 395px;
	min-width: 0;
	padding: 9px 115px 0 0
}
.research-business__slider-slide {
	padding: 50px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .2)
}
.research-business__slider-slide.green .research-business__slider-result {
	background: url(/wp-content/themes/eurobak/img/research/waves-to-top.svg) no-repeat center right/60px 30px
}
.research-business__slider-slide.green .research-business__slider-result:before {
	background-image: url(/wp-content/themes/eurobak/img/research/arrow-index-green.svg)
}
.research-business__slider-slide.red .research-business__slider-result {
	background: url(/wp-content/themes/eurobak/img/research/waves-to-down.svg) no-repeat center right/60px 30px
}
.research-business__slider-slide.red .research-business__slider-result:before {
	background-image: url(/wp-content/themes/eurobak/img/research/arrow-index-red.svg)
}
.research-business__slider-slide.blue .research-business__slider-result {
	background: url(/wp-content/themes/eurobak/img/research/waves-to-middle.svg) no-repeat center right/60px 30px
}
.research-business__slider-slide.blue .research-business__slider-result:before {
	background-image: url(/wp-content/themes/eurobak/img/research/arrow-index-blue.svg)
}
.research-business__slider-year {
	font-family: var(--secondaryFont);
	color: rgba(255, 255, 255, .6);
	display: block;
	font-size: 16px
}
.research-business__slider-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
	padding-right: 16px
}
.research-business__slider-index {
	font-size: 32px;
	font-weight: 700
}
.research-business__slider-link {
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 130px;
	height: 34px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, .3);
	border-radius: 34px;
	font-family: var(--secondaryFont);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	padding-top: 2px;
	transition: .3s background-color
}
.research-business__slider-link:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .6)
}
.research-business__slider-result {
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	margin: 11px 10px 0 0;
	position: relative;
	padding-left: 36px;
	display: block
}
.research-business__slider-result:before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: calc(50% - 10px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain
}
.research-business__slider-result:after {
	content: '_';
	width: 0;
	height: 0;
	overflow: hidden;
	color: transparent
}
.research-business__slider .slick-list {
	padding-bottom: 86px !important
}
.research-business__slider .slick-arrow {
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 70px;
	min-width: 70px;
	height: 70px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 4px solid rgba(232, 242, 253, .3);
	background-color: transparent;
	outline: 0;
	padding: 0;
	border-radius: 50%;
	position: absolute;
	right: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: .3s all
}
.research-business__slider .slick-arrow.slick-prev {
	top: 50px
}
.research-business__slider .slick-arrow.slick-next {
	top: 150px
}
.research-business__slider .slick-arrow:hover {
	border-width: 0;
	background-color: #fff
}
.research-business__slider .slick-arrow:hover svg path {
	fill: #7356af
}
.research-business__slider .slick-arrow svg {
	position: relative;
	z-index: 1
}
.research-business__slider .slick-arrow svg path {
	transition: .3s fill
}
@media only screen and (max-width:1279px) {
	.research-business__title {
		font-size: 30px
	}
}
@media only screen and (max-width:1199px) {
	.research-business__content {
		padding-top: 50px
	}
	.research-business__btns li {
		display: block;
		margin-right: 0
	}
	.research-business__btns li:not(:last-child) {
		margin-bottom: 20px
	}
}
@media only screen and (max-width:992px) {
	.research-business__inner {
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 35px 35px 0
	}
	.research-business__content {
		padding-top: 0;
		-ms-flex: unset;
		flex: unset
	}
	.research-business__slider {
		-ms-flex: unset;
		flex: unset
	}
}
@media only screen and (max-width:767px) {
	.research-business__c-slider {
		padding-left: 30px;
		padding-right: 30px
	}
}
@media only screen and (max-width:576px) {
	.research-business {
		margin-top: 50px
	}
	.research-business__slider {
		padding-right: 0
	}
	.research-business__slider .slick-arrow {
		width: 40px;
		min-width: 40px;
		height: 40px;
		right: -20px
	}
	.research-business__slider .slick-arrow.slick-prev {
		top: -20px
	}
	.research-business__slider .slick-arrow.slick-next {
		top: 30px
	}
}
.research-barometer {
	padding-top: 85px
}
.research-barometer__head {
	margin-bottom: 27px
}
.research-barometer__title {
	font-family: var(--secondaryFont);
	text-align: center;
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px
}
.research-barometer__body-controls {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-bottom: 23px;
	position: relative;
	z-index: 1
}
.research-barometer__footer {
	text-align: center;
	padding-top: 55px
}
.research-barometer__footer-link {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: rgba(0, 86, 219, .6);
	margin-top: 25px
}
.research-barometer__footer-link:hover {
	color: #7356af
}
@media only screen and (max-width:576px) {
	.research-barometer {
		padding-top: 50px
	}
	.research-barometer__title {
		font-size: 28px
	}
}
.barometer-graph {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.barometer-graph__column {
	-ms-flex: 0 0 320px;
	flex: 0 0 320px;
	padding-top: 42px
}
.barometer-graph__body {
	-ms-flex: 1;
	flex: 1;
	height: 500px
}
.barometer-graph__subtitle {
	font-size: 28px;
	line-height: 1;
	color: #111;
	font-family: var(--secondaryFont);
	margin: 0 0 24px
}
.barometer-graph__legend--positive .barometer-graph__legend-result {
	color: #1bbd7f
}
.barometer-graph__legend--positive .barometer-graph__legend-result:before {
	background-image: url(/wp-content/themes/eurobak/img/research/arrow-index-green.svg)
}
.barometer-graph__legend--negative .barometer-graph__legend-result {
	color: #fc5048
}
.barometer-graph__legend--negative .barometer-graph__legend-result:before {
	background-image: url(/wp-content/themes/eurobak/img/research/arrow-index-red.svg)
}
.barometer-graph__legend li {
	position: relative;
	padding-left: 44px;
	cursor: pointer
}
.barometer-graph__legend li:hover:before, .barometer-graph__legend li.hovered:before {
	opacity: 1
}
.barometer-graph__legend li:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	box-shadow: 0 5px 10px rgba(0, 86, 219, .2);
	top: -4px;
	left: 5px;
	opacity: 0;
	transition: .45s opacity
}
.barometer-graph__legend li:not(:last-child) {
	margin-bottom: 34px
}
.barometer-graph__legend-color {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 6px;
	left: 15px
}
.barometer-graph__legend-name {
	font-size: 16px;
	line-height: 1.25;
	color: #374f5e;
	display: block
}
.barometer-graph__legend-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 13px
}
.barometer-graph__legend-index {
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	color: #111;
	margin-right: 15px
}
.barometer-graph__legend-result {
	font-size: 18px;
	line-height: 20px
}
.barometer-graph__legend-result:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin: -2px 16px 0 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}
.barometer-graph__tooltip {
	position: absolute;
	opacity: 1;
	background-color: #0a192f;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	-webkit-transform: translate(20%, -50%);
	transform: translate(20%, -50%);
	pointer-events: none;
	white-space: nowrap;
	text-transform: uppercase;
	width: 80px;
	transition: all .15s
}
.barometer-graph__tooltip table {
	width: 100%
}
.barometer-graph__tooltip table tbody td {
	height: 39px;
	vertical-align: middle;
	background-color: #0a192f;
	font-size: 16px;
	font-weight: 500;
	border-radius: 8px
}
@media only screen and (max-width:1279px) {
	.barometer-graph__column {
		-ms-flex: 0 0 290px;
		flex: 0 0 290px
	}
}
@media only screen and (max-width:992px) {
	.barometer-graph {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.barometer-graph__column {
		-ms-flex: 1;
		flex: 1;
		min-width: 50%
	}
	.barometer-graph__body {
		-ms-flex-order: 3;
		order: 3
	}
}
@media only screen and (max-width:576px) {
	.barometer-graph__subtitle {
		font-size: 24px
	}
	.barometer-graph__column {
		min-width: 100%;
		padding-top: 0;
		margin-bottom: 30px
	}
	.barometer-graph__legend li:not(:last-child) {
		margin-bottom: 15px
	}
	.barometer-graph__legend-name {
		font-size: 14px
	}
	.barometer-graph__legend-row {
		margin-top: 8px
	}
	.barometer-graph__legend-color {
		top: 3px
	}
	.barometer-graph__body {
		height: 400px
	}
	.barometer-graph__footer {
		padding-top: 0
	}
}
.market-graph__head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 34px 45px 45px;
	position: relative;
	z-index: 1
}
.market-graph__footer {
	padding-top: 55px
}
.market-graph__footer p {
	font-family: var(--secondaryFont);
	font-size: 16px;
	color: #374f5e;
	margin-top: 23px
}
.market-graph__body {
	height: 350px
}
.market-graph__legend {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid rgba(23, 23, 23, .2);
	padding: 0 13px 19px
}
.market-graph__legend li {
	max-width: 190px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start
}
.market-graph__legend-mark {
	font-family: var(--secondaryFont);
	font-size: 15px;
	font-weight: 700;
	color: #ff9851;
	padding: 3px 11px 0 0
}
.market-graph__legend-value {
	font-size: 16px;
	line-height: 1.25;
	color: #374f5e;
	max-width: 160px
}
.market-graph__tooltip {
	position: absolute;
	opacity: 1;
	background-color: #0a192f;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	-webkit-transform: translate(-50%, -150%);
	transform: translate(-50%, -150%);
	pointer-events: none;
	white-space: nowrap;
	text-transform: uppercase;
	transition: all .15s
}
.market-graph__tooltip:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 8px 0 8px;
	border-color: #000 transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: calc(50% - 7px);
	transition: .3s background-color
}
.market-graph__tooltip-body {
	font-size: 16px;
	font-weight: 500;
	padding-left: 20px;
	padding-right: 10px
}
.market-graph__tooltip-footer {
	font-size: 11px;
	transition: .3s background-color;
	padding-right: 20px
}
.market-graph__tooltip table {
	width: 100%
}
.market-graph__tooltip table tbody td {
	height: 33px;
	vertical-align: middle;
	background-color: #000
}
@media only screen and (max-width:767px) {
	.market-graph__legend {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: stretch;
		align-items: stretch
	}
	.market-graph__legend li, .market-graph__legend-value {
		max-width: 100%
	}
}
@media only screen and (max-width:576px) {
	.market-graph__head .research-select-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.market-graph__head .research-select-wrap__text {
		min-width: 100%;
		margin-bottom: 10px
	}
	.market-graph__head .research-select-wrap__text:not(:first-child) {
		min-width: auto;
		margin-bottom: 0
	}
	.market-graph__footer {
		padding: 30px 25px 0
	}
	.market-graph__legend {
		padding-left: 0;
		padding-right: 0
	}
}
.research-news {
	padding-top: 78px
}
.research-news__loop {
	margin-top: 21px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px
}
.research-news__footer {
	text-align: center;
	padding-top: 50px
}
.research-news__card {
	position: relative
}
.research-news__card-thumbnail {
	max-width: 100%;
	min-width: 100%;
	height: 200px !important;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 8px !important
}
.research-news__card-date {
	display: block;
	font-size: 16px;
	color: #374f5e;
	margin-top: 13px
}
.research-news__card-title {
	font-family: var(--secondaryFont);
	margin-top: 12px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.1
}
.research-news__card-title a {
	color: #111
}
.research-news__card-title er {
	color: #7356af
}
.research-news__card-title a:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
@media only screen and (max-width:1279px) {
	.research-news__card-title {
		font-size: 16px
	}
}
@media only screen and (max-width:992px) {
	.research-news__loop {
		grid-template-columns: repeat(2, 1fr)
	}
}
@media only screen and (max-width:576px) {
	.research-news__loop {
		grid-template-columns: 1fr
	}
}
.rating-graph {
	margin-top: 48px;
	padding-bottom: 9px
}
.rating-graph__head {
	padding-bottom: 34px
}
.rating-graph__title {
	font-size: 28px
}
.rating-graph__body-scroller {
	height: 415px
}
.rating-graph__footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 23px 76px 0 0
}
.rating-graph__legend-item {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #374f5e;
	line-height: 20px
}
.rating-graph__legend-item:not(:last-child) {
	margin-right: 46px
}
.rating-graph__legend-item:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 10px
}
.rating-graph__legend-item--positive:before {
	background-color: #1bbd7f
}
.rating-graph__legend-item--neutral:before {
	background-color: #4993ff
}
.rating-graph__legend-item--negative:before {
	background-color: #fc5048
}
.rating-graph__tooltip {
	position: absolute;
	opacity: 1;
	background-color: #0a192f;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	-webkit-transform: translate(20%, -50%);
	transform: translate(20%, -50%);
	pointer-events: none;
	white-space: nowrap;
	text-transform: uppercase;
	width: 105px;
	transition: all .15s
}
.rating-graph__tooltip:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7px 8px 0;
	border-color: transparent #000 transparent transparent;
	position: absolute;
	top: calc(50% - 8px);
	right: 100%;
	transition: .3s background-color
}
.rating-graph__tooltip table {
	width: 100%
}
.rating-graph__tooltip table tbody td {
	height: 39px;
	vertical-align: middle;
	background-color: #0a192f;
	font-size: 16px;
	font-weight: 500;
	border-radius: 8px
}
@media only screen and (max-width:992px) {
	.rating-graph__legend-item:not(:last-child) {
		margin-right: 20px
	}
	.rating-graph__body {
		overflow-x: auto
	}
	.rating-graph__body-scroller {
		width: 1200px
	}
	.rating-graph__footer {
		padding-right: 0
	}
}
.research-shares {
	position: fixed;
	z-index: 3;
	right: 58px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.research-shares li:not(:last-child) {
	margin-bottom: 12px
}
.research-shares__item {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #d9e2f0;
	font-size: 0;
	line-height: 1;
	position: relative
}
.research-shares__item:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	transition: .3s border-width
}
.research-shares__item:hover:after {
	border-width: 25px
}
.research-shares__item:hover svg path {
	fill: #fff
}
.research-shares__item svg {
	position: relative;
	z-index: 1
}
.research-shares__item svg path {
	transition: .3s fill
}
.research-shares__item--facebook:after {
	border-color: #3b5998
}
.research-shares__item--messenger:after {
	border-color: #00b2ff
}
.research-shares__item--telegram:after {
	border-color: #08c
}
.research-shares__item--linkedin:after {
	border-color: #2867b2
}
.research-shares__item--twitter:after {
	border-color: #1da1f2
}
.research-shares__item--instagram:after {
	border-color: #e1306c
}
.research-shares__item--youtube:after {
	border-color: red
}
@media only screen and (max-width:1366px) {
	.research-shares {
		right: 25px
	}
}
@media only screen and (max-width:1280px) {
	.research-shares {
		right: 15px
	}
}
@media only screen and (max-width:1199px) {
	.research-shares {
		display: none
	}
}
.research-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(10, 25, 47, .3);
	z-index: 300;
	display: none
}
.research-modal.is-opened .research-modal__window {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.research-modal__inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 15px
}
.research-modal__window {
	width: 100%;
	max-width: 770px;
	background-color: #fff;
	border-top: 2px solid #7356af;
	box-shadow: 0 12px 30px rgba(0, 86, 219, .05);
	padding: 65px 50px 35px;
	position: relative;
	max-height: 90vh;
	overflow-y: auto;
	-webkit-transform: translateY(25px);
	transform: translateY(25px);
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.research-modal__close {
	font-size: 0;
	position: absolute;
	top: 28px;
	right: 28px
}
.research-modal__close:hover svg path {
	fill: #fbad18
}
.research-modal__close svg path {
	transition: fill .3s
}
.research-modal__content :last-child {
	margin-bottom: 0
}
.research-modal .fill-btn {
	margin-top: 20px
}
.development-slider {
	display: block;
	position: relative
}
.development-slider .keen-slider.is-initialized:before {
	opacity: 0;
	pointer-events: none
}
.development-slider .keen-slider:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 2;
	opacity: 1;
	will-change: opacity;
	transition: opacity .3s ease-in-out
}
.development-slider__slide {
	height: 640px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-color: #e2e6e7;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
.development-slider__slide-title, .development-slider__slide-excerpt {
	max-width: 670px
}
.development-slider__slide-title {
	font-size: 48px;
	line-height: 1.05;
	letter-spacing: -1px;
	font-weight: 400
}
.development-slider__slide-excerpt {
	font-size: 19px;
	line-height: 1.6;
	margin-top: 12px
}
.development-slider__slide-excerpt p {
	margin: 0 0 12px
}
.development-slider__slide-excerpt p:last-child {
	margin-bottom: 0
}
.development-slider__slide-excerpt strong {
	font-weight: 500
}
.development-slider__slide .fill-btn {
	font-size: 16px;
	padding: 24px 71px 20px;
	margin-top: 30px
}
.development-slider .slick-dots {
	position: absolute;
	z-index: 1;
	bottom: 57px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0
}
.development-slider .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	width: 30px;
	height: 3px;
	background-color: rgba(0, 86, 219, .3);
	cursor: pointer;
	transition: background-color .3s
}
.development-slider .slick-dots li:hover {
	background-color: rgba(0, 86, 219, .6)
}
.development-slider .slick-dots li.slick-active {
	background-color: #7356af
}
.development-slider .slick-dots li:not(:last-child) {
	margin-right: 10px
}
.development-slider .slick-dots button {
	display: none
}
.development-slider .slick-arrow {
	position: absolute;
	z-index: 1;
	top: calc(50% - 25px);
	background-color: #fff;
	border-color: #fff;
	transition: all .3s
}
.development-slider .slick-arrow:hover {
	border-color: #7356af
}
.development-slider .slick-arrow.slick-prev {
	left: 80px
}
.development-slider .slick-arrow.slick-next {
	right: 80px
}
@media only screen and (max-width:1599px) {
	.development-slider .slick-arrow.slick-prev {
		left: 30px
	}
	.development-slider .slick-arrow.slick-next {
		right: 30px
	}
}
@media only screen and (max-width:1199px) {
	.development-slider .slick-arrow {
		top: auto;
		bottom: 32px
	}
	.development-slider .slick-arrow.slick-prev {
		left: 25px
	}
	.development-slider .slick-arrow.slick-next {
		right: 25px
	}
}
@media only screen and (max-width:992px) {
	.development-slider__slide {
		height: 480px;
		padding-bottom: 40px
	}
	.development-slider__slide-title, .development-slider__slide-excerpt {
		max-width: 540px
	}
	.development-slider__slide-title {
		font-size: 32px
	}
	.development-slider__slide-excerpt {
		font-size: 15px
	}
	.development-slider__slide-excerpt p {
		margin-bottom: 6px
	}
	.development-slider__slide .fill-btn {
		margin-top: 15px
	}
}
@media only screen and (max-width:575px) {
	.development-slider__slide {
		height: calc(100vh - 62px);
		min-height: 500px;
		background-image: none !important
	}
	.development-slider .slick-dots {
		bottom: 30px
	}
	.development-slider .slick-arrow {
		display: none !important
	}
}
.development-start {
	margin-top: 78px
}
.development-start .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.development-start__title {
	margin: 0;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
	width: 100%;
	max-width: 470px
}
.development-start__content {
	max-width: 600px;
	padding-left: 30px;
	font-family: var(--secondaryFont);
	font-size: 19px;
	line-height: 1.35
}
.development-start__content p {
	margin: 0
}
.development-start__content .companies-card__link {
	margin-top: 15px
}
.development-start .social-buttons {
	margin-top: 13px
}
@media only screen and (max-width:960px) {
	.development-start {
		margin-top: 50px
	}
}
@media only screen and (max-width:767px) {
	.development-start .container {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: stretch;
		align-items: stretch
	}
	.development-start__title {
		max-width: 100%;
		margin-bottom: 20px
	}
	.development-start__content {
		max-width: 100%;
		padding-left: 0
	}
}
.development-statistics {
	padding-top: 35px;
	margin-top: 40px
}
.development-statistics__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 0 30px;
	margin-top: 30px
}
.development-statistics .c-info__item {
	color: var(--body-color);
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.development-statistics .c-info__item-amount span {
	margin-bottom: 10px
}
@media only screen and (max-width:767px) {
	.development-statistics__grid {
		grid-template-columns: repeat(2, 1fr)
	}
}
@media only screen and (max-width:567px) {
	.development-statistics__grid {
		grid-template-columns: 1fr;
		margin-top: 0
	}
	.development-statistics .c-info__item {
		padding-left: 0;
		padding-right: 0
	}
}
.development-info {
	background-color: #222a81;
	margin-top: 60px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
.development-info__img {
	margin: -13px 37px -13px 0
}
.development-info__title {
	margin: 0;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: -.73px;
	font-family: var(--primaryFont);
	color: #fff
}
.development-info__title span {
	font-size: 44px;
	font-weight: 700;
	letter-spacing: -1px
}
@media only screen and (max-width:767px) {
	.development-info {
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 20px 0 30px;
		margin-top: 30px
	}
	.development-info__img {
		width: 75px;
		margin: 0
	}
	.development-info__title {
		text-align: center;
		font-size: 18px;
		margin-top: 10px
	}
	.development-info__title span {
		font-size: 22px
	}
}
@media only screen and (max-width:1209px) {
	.section-margin.education.has-footer-question {
		margin-top: 80px
	}
}
@media only screen and (max-width:992px) {
	.section-margin.education.has-footer-question {
		margin-top: 60px
	}
}
.workshop-lection-container {
	margin-top: 80px
}
#wpadminbar {
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content
}
#wpadminbar #wp-toolbar #wp-admin-bar-root-default {
	max-width: 82%
}
#wpadminbar #wp-toolbar #wp-admin-bar-top-secondary {
	position: absolute;
	top: 0;
	right: 0
}
@media screen and (max-width:782px) {
	html body #wpadminbar {
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content
	}
}
#wpadminbar .ab-top-secondary .menupop .ab-sub-wrapper {
	right: 0 !important;
	left: auto !important
}
.single-page .slider__container::after {
	content: unset !important
}
#js__arrange-meeting-with-company-form-step-2 {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important
}
#js__arrange-meeting-with-company-form-step-2 .item-50 {
	width: calc(50% - 10px) !important
}
.lobbing-timeline-container .lobbing-timeline-event .date {
	visibility: hidden !important
}
.media-banner .grid-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}
.media-banner .grid-container .media_banner_wrap {
	display: -ms-flexbox;
	display: flex
}
@media (max-width:426px) {
	.media-banner .grid-container .media_banner_wrap {
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.media-banner .grid-container .media-banner-img {
	width: 55%
}
@media (max-width:426px) {
	.media-banner .grid-container .media-banner-img {
		width: 100%
	}
}
.media-banner .grid-container .media-banner-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: top;
	object-position: top
}
.media-banner .grid-container .media-banner-img+* {
	padding-left: 3rem
}
@media (max-width:426px) {
	.media-banner .grid-container .media-banner-img+* {
		padding-left: 0
	}
}
.media-banner .grid-container .media-banner-info-text {
	width: 45%;
	padding-top: 1.7em;
	font-size: .9rem;
	line-height: 1.3em
}
.media-banner .grid-container .media-banner-info-text p {
	line-height: 26px;
	margin-bottom: 22px
}
@media (max-width:426px) {
	.media-banner .grid-container .media-banner-info-text {
		width: 100%
	}
}
.media-banner .grid-container .media-banner-info-text p+a {
	margin-top: 3em
}
@media (max-width:426px) {
	.media-banner .grid-container .media-banner-info-text p+a {
		margin-top: 1em
	}
}
.archive-page-resumes .load-more svg {
	top: 9px;
	left: 0
}
.archive-page-resumes .btn-add-cv {
	position: relative;
	background: #fff;
	border: 2px solid #7356af;
	-webkit-transition: .3s;
	cursor: pointer;
	min-width: 152px;
	padding: 15px 27px 14px;
	color: #7356af;
	font-size: 14px;
	line-height: 1;
	height: 50px;
	transition: .3s;
	text-transform: uppercase;
	font-family: var(--tertiaryFont);
	font-weight: 700;
	display: inline-block;
	margin-right: 10px;
	text-align: center
}
.archive-page-resumes .btn-add-cv:hover {
	color: #fff;
	background: #7356af
}
.vacancies {
	max-height: 380px;
	overflow: hidden
}

.vacancies .bl-btn--small, .vacancies .js__vacancies-wrap {
	margin-top: .8rem
}
.vacancies .vacancy-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}
.vacancies .vacancy-row+* {
	margin-top: .8rem
}
.vacancies .vacancy-row.hidden-vacancy {
	display: none
}
.vacancies .vacancy-row .item {
	display: -ms-flexbox;
	display: flex;
	transition: background .3s;
	position: relative
}
.vacancies .vacancy-row .item:hover .border {
	background: var(--grey-light)
}
.vacancies .vacancy-row .item:hover .title {
	color: #7356af
}
.vacancies .vacancy-row .item+* {
	margin-top: .8rem
}
.vacancies .vacancy-row .item .title {
	-ms-flex-item-align: center;
	align-self: center;
	font-size: 18px;
	font-family: var(--secondaryFont);
	color: #111;
	padding: 0 20px;
	width: calc(100% - 100px);
	line-height: 1.3;
	transition: color .3s;
	z-index: 1
}
.vacancies .vacancy-row .item .date {
	float: left;
	background: #1974ff;
	width: 100px;
	height: 120px
}
.vacancies .vacancy-row .item .date.with-out-start {
	height: 90px
}
.vacancies .vacancy-row .item .date span {
	color: #fff
}
.vacancies .vacancy-row .item .date .months {
	padding: 18px 40px 20px 14px;
	font-size: 44px;
	font-family: var(--tertiaryFont);
	font-weight: 600;
	position: relative;
	display: block;
	white-space: nowrap
}
.vacancies .vacancy-row .item .date .months .day {
	position: absolute;
	font-size: 12px;
	bottom: 23px
}
.vacancies .vacancy-row .item .date .start {
	color: #fff;
	position: relative;
	display: block;
	white-space: nowrap;
	font-size: 10px;
	font-family: var(--tertiaryFont);
	font-weight: 700;
	border-top: 1px solid rgba(255, 255, 255, .3);
	padding-top: 12px;
	margin: 0 10px;
	width: calc(100% - 20px)
}
.vacancies .vacancy-row .item .date .start b {
	font-size: 12px
}
.vacancies .vacancy-row .border {
	position: absolute;
	left: 100px;
	width: calc(100% - 100px);
	height: 100%;
	border: 1px solid #f7f7f7;
	border-left: none;
	z-index: 0
}
.vacancies .vacancy-row .item:nth-of-type(2) .date {
	background: #7356af
}
.vacancies .vacancy-row .item:nth-of-type(3) .date {
	background: #00388e
}
.animated-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}
.dot, .dot:before, .dot:after {
	position: absolute;
	background: radial-gradient(#fff, rgba(255, 255, 255, .3), rgba(255, 255, 255, .3));
	box-shadow: 1px 1px 30px #fff;
	border-radius: 50%;
	z-index: 10
}
@-webkit-keyframes dot-animation-1 {
	to {
		-webkit-transform: translate3d(1vw, 99vh, 0);
		transform: translate3d(1vw, 99vh, 0)
	}
}
@keyframes dot-animation-1 {
	to {
		-webkit-transform: translate3d(1vw, 99vh, 0);
		transform: translate3d(1vw, 99vh, 0)
	}
}
.dot:nth-child(1) {
	-webkit-animation: dot-animation-1 50s infinite;
	animation: dot-animation-1 50s infinite;
	height: 10px;
	width: 10px;
	-webkit-animation-delay: -.1s;
	animation-delay: -.1s;
	opacity: .05;
	-webkit-transform: translate3d(74vw, 46vh, 0);
	transform: translate3d(74vw, 46vh, 0)
}
.dot:nth-child(1):before {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-1 90s infinite;
	animation: dot-animation-1 90s infinite;
	height: 4px;
	width: 4px;
	-webkit-animation-delay: -.1s;
	animation-delay: -.1s;
	opacity: .81;
	-webkit-transform: translate3d(25vw, 8vh, 0);
	transform: translate3d(25vw, 8vh, 0)
}
.dot:nth-child(1):after {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-1 90s infinite;
	animation: dot-animation-1 90s infinite;
	height: 3px;
	width: 3px;
	-webkit-animation-delay: -.1s;
	animation-delay: -.1s;
	opacity: .36;
	-webkit-transform: translate3d(6vw, 46vh, 0);
	transform: translate3d(6vw, 46vh, 0)
}
@-webkit-keyframes dot-animation-2 {
	to {
		-webkit-transform: translate3d(31vw, 75vh, 0);
		transform: translate3d(31vw, 75vh, 0)
	}
}
@keyframes dot-animation-2 {
	to {
		-webkit-transform: translate3d(31vw, 75vh, 0);
		transform: translate3d(31vw, 75vh, 0)
	}
}
.dot:nth-child(2) {
	-webkit-animation: dot-animation-2 50s infinite;
	animation: dot-animation-2 50s infinite;
	height: 8px;
	width: 8px;
	-webkit-animation-delay: -.2s;
	animation-delay: -.2s;
	opacity: .24;
	-webkit-transform: translate3d(83vw, 100vh, 0);
	transform: translate3d(83vw, 100vh, 0)
}
.dot:nth-child(2):before {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-2 90s infinite;
	animation: dot-animation-2 90s infinite;
	height: 3px;
	width: 3px;
	-webkit-animation-delay: -.2s;
	animation-delay: -.2s;
	opacity: .03;
	-webkit-transform: translate3d(54vw, 24vh, 0);
	transform: translate3d(54vw, 24vh, 0)
}
.dot:nth-child(2):after {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-2 90s infinite;
	animation: dot-animation-2 90s infinite;
	height: 3px;
	width: 3px;
	-webkit-animation-delay: -.2s;
	animation-delay: -.2s;
	opacity: .84;
	-webkit-transform: translate3d(42vw, 93vh, 0);
	transform: translate3d(42vw, 93vh, 0)
}
@-webkit-keyframes dot-animation-3 {
	to {
		-webkit-transform: translate3d(27vw, 26vh, 0);
		transform: translate3d(27vw, 26vh, 0)
	}
}
@keyframes dot-animation-3 {
	to {
		-webkit-transform: translate3d(27vw, 26vh, 0);
		transform: translate3d(27vw, 26vh, 0)
	}
}
.dot:nth-child(3) {
	-webkit-animation: dot-animation-3 50s infinite;
	animation: dot-animation-3 50s infinite;
	height: 6px;
	width: 6px;
	-webkit-animation-delay: -.3s;
	animation-delay: -.3s;
	opacity: .27;
	-webkit-transform: translate3d(95vw, 18vh, 0);
	transform: translate3d(95vw, 18vh, 0)
}
.dot:nth-child(3):before {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-3 90s infinite;
	animation: dot-animation-3 90s infinite;
	height: 4px;
	width: 4px;
	-webkit-animation-delay: -.3s;
	animation-delay: -.3s;
	opacity: .5;
	-webkit-transform: translate3d(16vw, 38vh, 0);
	transform: translate3d(16vw, 38vh, 0)
}
.dot:nth-child(3):after {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-3 90s infinite;
	animation: dot-animation-3 90s infinite;
	height: 3px;
	width: 3px;
	-webkit-animation-delay: -.3s;
	animation-delay: -.3s;
	opacity: .31;
	-webkit-transform: translate3d(38vw, 31vh, 0);
	transform: translate3d(38vw, 31vh, 0)
}
@-webkit-keyframes dot-animation-4 {
	to {
		-webkit-transform: translate3d(9vw, 29vh, 0);
		transform: translate3d(9vw, 29vh, 0)
	}
}
@keyframes dot-animation-4 {
	to {
		-webkit-transform: translate3d(9vw, 29vh, 0);
		transform: translate3d(9vw, 29vh, 0)
	}
}
.dot:nth-child(4) {
	-webkit-animation: dot-animation-4 50s infinite;
	animation: dot-animation-4 50s infinite;
	height: 15px;
	width: 15px;
	-webkit-animation-delay: -.4s;
	animation-delay: -.4s;
	opacity: .58;
	-webkit-transform: translate3d(87vw, 79vh, 0);
	transform: translate3d(87vw, 79vh, 0)
}
.dot:nth-child(4):before {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-4 90s infinite;
	animation: dot-animation-4 90s infinite;
	height: 3px;
	width: 3px;
	-webkit-animation-delay: -.4s;
	animation-delay: -.4s;
	opacity: .78;
	-webkit-transform: translate3d(39vw, 40vh, 0);
	transform: translate3d(39vw, 40vh, 0)
}
.dot:nth-child(4):after {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-4 90s infinite;
	animation: dot-animation-4 90s infinite;
	height: 4px;
	width: 4px;
	-webkit-animation-delay: -.4s;
	animation-delay: -.4s;
	opacity: .97;
	-webkit-transform: translate3d(18vw, 68vh, 0);
	transform: translate3d(18vw, 68vh, 0)
}
@-webkit-keyframes dot-animation-5 {
	to {
		-webkit-transform: translate3d(87vw, 12vh, 0);
		transform: translate3d(87vw, 12vh, 0)
	}
}
@keyframes dot-animation-5 {
	to {
		-webkit-transform: translate3d(87vw, 12vh, 0);
		transform: translate3d(87vw, 12vh, 0)
	}
}
.dot:nth-child(5) {
	-webkit-animation: dot-animation-5 50s infinite;
	animation: dot-animation-5 50s infinite;
	height: 6px;
	width: 6px;
	-webkit-animation-delay: -.5s;
	animation-delay: -.5s;
	opacity: .5;
	-webkit-transform: translate3d(68vw, 21vh, 0);
	transform: translate3d(68vw, 21vh, 0)
}
.dot:nth-child(5):before {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-5 90s infinite;
	animation: dot-animation-5 90s infinite;
	height: 4px;
	width: 4px;
	-webkit-animation-delay: -.5s;
	animation-delay: -.5s;
	opacity: .08;
	-webkit-transform: translate3d(3vw, 10vh, 0);
	transform: translate3d(3vw, 10vh, 0)
}
.dot:nth-child(5):after {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-5 90s infinite;
	animation: dot-animation-5 90s infinite;
	height: 5px;
	width: 5px;
	-webkit-animation-delay: -.5s;
	animation-delay: -.5s;
	opacity: .54;
	-webkit-transform: translate3d(75vw, 53vh, 0);
	transform: translate3d(75vw, 53vh, 0)
}
@-webkit-keyframes dot-animation-6 {
	to {
		-webkit-transform: translate3d(74vw, 95vh, 0);
		transform: translate3d(74vw, 95vh, 0)
	}
}
@keyframes dot-animation-6 {
	to {
		-webkit-transform: translate3d(74vw, 95vh, 0);
		transform: translate3d(74vw, 95vh, 0)
	}
}
.dot:nth-child(6) {
	-webkit-animation: dot-animation-6 50s infinite;
	animation: dot-animation-6 50s infinite;
	height: 11px;
	width: 11px;
	-webkit-animation-delay: -.6s;
	animation-delay: -.6s;
	opacity: .14;
	-webkit-transform: translate3d(98vw, 5vh, 0);
	transform: translate3d(98vw, 5vh, 0)
}
.dot:nth-child(6):before {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-6 90s infinite;
	animation: dot-animation-6 90s infinite;
	height: 5px;
	width: 5px;
	-webkit-animation-delay: -.6s;
	animation-delay: -.6s;
	opacity: .18;
	-webkit-transform: translate3d(47vw, 55vh, 0);
	transform: translate3d(47vw, 55vh, 0)
}
.dot:nth-child(6):after {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-6 90s infinite;
	animation: dot-animation-6 90s infinite;
	height: 3px;
	width: 3px;
	-webkit-animation-delay: -.6s;
	animation-delay: -.6s;
	opacity: .03;
	-webkit-transform: translate3d(51vw, 11vh, 0);
	transform: translate3d(51vw, 11vh, 0)
}
@-webkit-keyframes dot-animation-7 {
	to {
		-webkit-transform: translate3d(86vw, 46vh, 0);
		transform: translate3d(86vw, 46vh, 0)
	}
}
@keyframes dot-animation-7 {
	to {
		-webkit-transform: translate3d(86vw, 46vh, 0);
		transform: translate3d(86vw, 46vh, 0)
	}
}
.dot:nth-child(7) {
	-webkit-animation: dot-animation-7 50s infinite;
	animation: dot-animation-7 50s infinite;
	height: 4px;
	width: 4px;
	-webkit-animation-delay: -.7s;
	animation-delay: -.7s;
	opacity: .62;
	-webkit-transform: translate3d(2vw, 11vh, 0);
	transform: translate3d(2vw, 11vh, 0)
}
.dot:nth-child(7):before {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-7 90s infinite;
	animation: dot-animation-7 90s infinite;
	height: 4px;
	width: 4px;
	-webkit-animation-delay: -.7s;
	animation-delay: -.7s;
	opacity: .6;
	-webkit-transform: translate3d(59vw, 83vh, 0);
	transform: translate3d(59vw, 83vh, 0)
}
.dot:nth-child(7):after {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-7 90s infinite;
	animation: dot-animation-7 90s infinite;
	height: 3px;
	width: 3px;
	-webkit-animation-delay: -.7s;
	animation-delay: -.7s;
	opacity: .37;
	-webkit-transform: translate3d(9vw, 36vh, 0);
	transform: translate3d(9vw, 36vh, 0)
}
@-webkit-keyframes dot-animation-8 {
	to {
		-webkit-transform: translate3d(83vw, 14vh, 0);
		transform: translate3d(83vw, 14vh, 0)
	}
}
@keyframes dot-animation-8 {
	to {
		-webkit-transform: translate3d(83vw, 14vh, 0);
		transform: translate3d(83vw, 14vh, 0)
	}
}
.dot:nth-child(8) {
	-webkit-animation: dot-animation-8 50s infinite;
	animation: dot-animation-8 50s infinite;
	height: 10px;
	width: 10px;
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s;
	opacity: .5;
	-webkit-transform: translate3d(9vw, 35vh, 0);
	transform: translate3d(9vw, 35vh, 0)
}
.dot:nth-child(8):before {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-8 90s infinite;
	animation: dot-animation-8 90s infinite;
	height: 4px;
	width: 4px;
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s;
	opacity: .41;
	-webkit-transform: translate3d(35vw, 38vh, 0);
	transform: translate3d(35vw, 38vh, 0)
}
.dot:nth-child(8):after {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-8 90s infinite;
	animation: dot-animation-8 90s infinite;
	height: 3px;
	width: 3px;
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s;
	opacity: .81;
	-webkit-transform: translate3d(6vw, 60vh, 0);
	transform: translate3d(6vw, 60vh, 0)
}
@-webkit-keyframes dot-animation-9 {
	to {
		-webkit-transform: translate3d(40vw, 46vh, 0);
		transform: translate3d(40vw, 46vh, 0)
	}
}
@keyframes dot-animation-9 {
	to {
		-webkit-transform: translate3d(40vw, 46vh, 0);
		transform: translate3d(40vw, 46vh, 0)
	}
}
.dot:nth-child(9) {
	-webkit-animation: dot-animation-9 50s infinite;
	animation: dot-animation-9 50s infinite;
	height: 14px;
	width: 14px;
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s;
	opacity: .97;
	-webkit-transform: translate3d(23vw, 17vh, 0);
	transform: translate3d(23vw, 17vh, 0)
}
.dot:nth-child(9):before {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-9 90s infinite;
	animation: dot-animation-9 90s infinite;
	height: 5px;
	width: 5px;
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s;
	opacity: .59;
	-webkit-transform: translate3d(26vw, 30vh, 0);
	transform: translate3d(26vw, 30vh, 0)
}
.dot:nth-child(9):after {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-9 90s infinite;
	animation: dot-animation-9 90s infinite;
	height: 5px;
	width: 5px;
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s;
	opacity: .53;
	-webkit-transform: translate3d(39vw, 18vh, 0);
	transform: translate3d(39vw, 18vh, 0)
}
@-webkit-keyframes dot-animation-10 {
	to {
		-webkit-transform: translate3d(34vw, 21vh, 0);
		transform: translate3d(34vw, 21vh, 0)
	}
}
@keyframes dot-animation-10 {
	to {
		-webkit-transform: translate3d(34vw, 21vh, 0);
		transform: translate3d(34vw, 21vh, 0)
	}
}
.dot:nth-child(10) {
	-webkit-animation: dot-animation-10 50s infinite;
	animation: dot-animation-10 50s infinite;
	height: 12px;
	width: 12px;
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
	opacity: .09;
	-webkit-transform: translate3d(40vw, 8vh, 0);
	transform: translate3d(40vw, 8vh, 0)
}
.dot:nth-child(10):before {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-10 90s infinite;
	animation: dot-animation-10 90s infinite;
	height: 3px;
	width: 3px;
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
	opacity: .33;
	-webkit-transform: translate3d(61vw, 20vh, 0);
	transform: translate3d(61vw, 20vh, 0)
}
.dot:nth-child(10):after {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-10 90s infinite;
	animation: dot-animation-10 90s infinite;
	height: 5px;
	width: 5px;
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
	opacity: .48;
	-webkit-transform: translate3d(29vw, 59vh, 0);
	transform: translate3d(29vw, 59vh, 0)
}
@-webkit-keyframes dot-animation-11 {
	to {
		-webkit-transform: translate3d(84vw, 57vh, 0);
		transform: translate3d(84vw, 57vh, 0)
	}
}
@keyframes dot-animation-11 {
	to {
		-webkit-transform: translate3d(84vw, 57vh, 0);
		transform: translate3d(84vw, 57vh, 0)
	}
}
.dot:nth-child(11) {
	-webkit-animation: dot-animation-11 50s infinite;
	animation: dot-animation-11 50s infinite;
	height: 13px;
	width: 13px;
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
	opacity: .02;
	-webkit-transform: translate3d(71vw, 27vh, 0);
	transform: translate3d(71vw, 27vh, 0)
}
.dot:nth-child(11):before {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-11 90s infinite;
	animation: dot-animation-11 90s infinite;
	height: 4px;
	width: 4px;
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
	opacity: .09;
	-webkit-transform: translate3d(70vw, 49vh, 0);
	transform: translate3d(70vw, 49vh, 0)
}
.dot:nth-child(11):after {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-11 90s infinite;
	animation: dot-animation-11 90s infinite;
	height: 5px;
	width: 5px;
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
	opacity: .03;
	-webkit-transform: translate3d(74vw, 2vh, 0);
	transform: translate3d(74vw, 2vh, 0)
}
@-webkit-keyframes dot-animation-12 {
	to {
		-webkit-transform: translate3d(74vw, 21vh, 0);
		transform: translate3d(74vw, 21vh, 0)
	}
}
@keyframes dot-animation-12 {
	to {
		-webkit-transform: translate3d(74vw, 21vh, 0);
		transform: translate3d(74vw, 21vh, 0)
	}
}
.dot:nth-child(12) {
	-webkit-animation: dot-animation-12 50s infinite;
	animation: dot-animation-12 50s infinite;
	height: 4px;
	width: 4px;
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
	opacity: .68;
	-webkit-transform: translate3d(14vw, 98vh, 0);
	transform: translate3d(14vw, 98vh, 0)
}
.dot:nth-child(12):before {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-12 90s infinite;
	animation: dot-animation-12 90s infinite;
	height: 3px;
	width: 3px;
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
	opacity: .83;
	-webkit-transform: translate3d(75vw, 9vh, 0);
	transform: translate3d(75vw, 9vh, 0)
}
.dot:nth-child(12):after {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-12 90s infinite;
	animation: dot-animation-12 90s infinite;
	height: 3px;
	width: 3px;
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
	opacity: .06;
	-webkit-transform: translate3d(79vw, 92vh, 0);
	transform: translate3d(79vw, 92vh, 0)
}
@-webkit-keyframes dot-animation-13 {
	to {
		-webkit-transform: translate3d(28vw, 46vh, 0);
		transform: translate3d(28vw, 46vh, 0)
	}
}
@keyframes dot-animation-13 {
	to {
		-webkit-transform: translate3d(28vw, 46vh, 0);
		transform: translate3d(28vw, 46vh, 0)
	}
}
.dot:nth-child(13) {
	-webkit-animation: dot-animation-13 50s infinite;
	animation: dot-animation-13 50s infinite;
	height: 6px;
	width: 6px;
	-webkit-animation-delay: -1.3s;
	animation-delay: -1.3s;
	opacity: .41;
	-webkit-transform: translate3d(24vw, 21vh, 0);
	transform: translate3d(24vw, 21vh, 0)
}
.dot:nth-child(13):before {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-13 90s infinite;
	animation: dot-animation-13 90s infinite;
	height: 3px;
	width: 3px;
	-webkit-animation-delay: -1.3s;
	animation-delay: -1.3s;
	opacity: .61;
	-webkit-transform: translate3d(38vw, 30vh, 0);
	transform: translate3d(38vw, 30vh, 0)
}
.dot:nth-child(13):after {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-13 90s infinite;
	animation: dot-animation-13 90s infinite;
	height: 5px;
	width: 5px;
	-webkit-animation-delay: -1.3s;
	animation-delay: -1.3s;
	opacity: .05;
	-webkit-transform: translate3d(36vw, 10vh, 0);
	transform: translate3d(36vw, 10vh, 0)
}
@-webkit-keyframes dot-animation-14 {
	to {
		-webkit-transform: translate3d(4vw, 6vh, 0);
		transform: translate3d(4vw, 6vh, 0)
	}
}
@keyframes dot-animation-14 {
	to {
		-webkit-transform: translate3d(4vw, 6vh, 0);
		transform: translate3d(4vw, 6vh, 0)
	}
}
.dot:nth-child(14) {
	-webkit-animation: dot-animation-14 50s infinite;
	animation: dot-animation-14 50s infinite;
	height: 15px;
	width: 15px;
	-webkit-animation-delay: -1.4s;
	animation-delay: -1.4s;
	opacity: .23;
	-webkit-transform: translate3d(87vw, 70vh, 0);
	transform: translate3d(87vw, 70vh, 0)
}
.dot:nth-child(14):before {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-14 90s infinite;
	animation: dot-animation-14 90s infinite;
	height: 4px;
	width: 4px;
	-webkit-animation-delay: -1.4s;
	animation-delay: -1.4s;
	opacity: .05;
	-webkit-transform: translate3d(42vw, 14vh, 0);
	transform: translate3d(42vw, 14vh, 0)
}
.dot:nth-child(14):after {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-14 90s infinite;
	animation: dot-animation-14 90s infinite;
	height: 3px;
	width: 3px;
	-webkit-animation-delay: -1.4s;
	animation-delay: -1.4s;
	opacity: .73;
	-webkit-transform: translate3d(100vw, 37vh, 0);
	transform: translate3d(100vw, 37vh, 0)
}
@-webkit-keyframes dot-animation-15 {
	to {
		-webkit-transform: translate3d(86vw, 48vh, 0);
		transform: translate3d(86vw, 48vh, 0)
	}
}
@keyframes dot-animation-15 {
	to {
		-webkit-transform: translate3d(86vw, 48vh, 0);
		transform: translate3d(86vw, 48vh, 0)
	}
}
.dot:nth-child(15) {
	-webkit-animation: dot-animation-15 50s infinite;
	animation: dot-animation-15 50s infinite;
	height: 6px;
	width: 6px;
	-webkit-animation-delay: -1.5s;
	animation-delay: -1.5s;
	opacity: .18;
	-webkit-transform: translate3d(21vw, 68vh, 0);
	transform: translate3d(21vw, 68vh, 0)
}
.dot:nth-child(15):before {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-15 90s infinite;
	animation: dot-animation-15 90s infinite;
	height: 3px;
	width: 3px;
	-webkit-animation-delay: -1.5s;
	animation-delay: -1.5s;
	opacity: .31;
	-webkit-transform: translate3d(78vw, 32vh, 0);
	transform: translate3d(78vw, 32vh, 0)
}
.dot:nth-child(15):after {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-15 90s infinite;
	animation: dot-animation-15 90s infinite;
	height: 4px;
	width: 4px;
	-webkit-animation-delay: -1.5s;
	animation-delay: -1.5s;
	opacity: .03;
	-webkit-transform: translate3d(64vw, 35vh, 0);
	transform: translate3d(64vw, 35vh, 0)
}
@-webkit-keyframes dot-animation-16 {
	to {
		-webkit-transform: translate3d(2vw, 63vh, 0);
		transform: translate3d(2vw, 63vh, 0)
	}
}
@keyframes dot-animation-16 {
	to {
		-webkit-transform: translate3d(2vw, 63vh, 0);
		transform: translate3d(2vw, 63vh, 0)
	}
}
.dot:nth-child(16) {
	-webkit-animation: dot-animation-16 50s infinite;
	animation: dot-animation-16 50s infinite;
	height: 12px;
	width: 12px;
	-webkit-animation-delay: -1.6s;
	animation-delay: -1.6s;
	opacity: .56;
	-webkit-transform: translate3d(95vw, 84vh, 0);
	transform: translate3d(95vw, 84vh, 0)
}
.dot:nth-child(16):before {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-16 90s infinite;
	animation: dot-animation-16 90s infinite;
	height: 5px;
	width: 5px;
	-webkit-animation-delay: -1.6s;
	animation-delay: -1.6s;
	opacity: .41;
	-webkit-transform: translate3d(55vw, 23vh, 0);
	transform: translate3d(55vw, 23vh, 0)
}
.dot:nth-child(16):after {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-16 90s infinite;
	animation: dot-animation-16 90s infinite;
	height: 5px;
	width: 5px;
	-webkit-animation-delay: -1.6s;
	animation-delay: -1.6s;
	opacity: .69;
	-webkit-transform: translate3d(44vw, 43vh, 0);
	transform: translate3d(44vw, 43vh, 0)
}
@-webkit-keyframes dot-animation-17 {
	to {
		-webkit-transform: translate3d(65vw, 89vh, 0);
		transform: translate3d(65vw, 89vh, 0)
	}
}
@keyframes dot-animation-17 {
	to {
		-webkit-transform: translate3d(65vw, 89vh, 0);
		transform: translate3d(65vw, 89vh, 0)
	}
}
.dot:nth-child(17) {
	-webkit-animation: dot-animation-17 50s infinite;
	animation: dot-animation-17 50s infinite;
	height: 11px;
	width: 11px;
	-webkit-animation-delay: -1.7s;
	animation-delay: -1.7s;
	opacity: 1;
	-webkit-transform: translate3d(10vw, 90vh, 0);
	transform: translate3d(10vw, 90vh, 0)
}
.dot:nth-child(17):before {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-17 90s infinite;
	animation: dot-animation-17 90s infinite;
	height: 3px;
	width: 3px;
	-webkit-animation-delay: -1.7s;
	animation-delay: -1.7s;
	opacity: .22;
	-webkit-transform: translate3d(32vw, 65vh, 0);
	transform: translate3d(32vw, 65vh, 0)
}
.dot:nth-child(17):after {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-17 90s infinite;
	animation: dot-animation-17 90s infinite;
	height: 4px;
	width: 4px;
	-webkit-animation-delay: -1.7s;
	animation-delay: -1.7s;
	opacity: .21;
	-webkit-transform: translate3d(11vw, 79vh, 0);
	transform: translate3d(11vw, 79vh, 0)
}
@-webkit-keyframes dot-animation-18 {
	to {
		-webkit-transform: translate3d(53vw, 65vh, 0);
		transform: translate3d(53vw, 65vh, 0)
	}
}
@keyframes dot-animation-18 {
	to {
		-webkit-transform: translate3d(53vw, 65vh, 0);
		transform: translate3d(53vw, 65vh, 0)
	}
}
.dot:nth-child(18) {
	-webkit-animation: dot-animation-18 50s infinite;
	animation: dot-animation-18 50s infinite;
	height: 12px;
	width: 12px;
	-webkit-animation-delay: -1.8s;
	animation-delay: -1.8s;
	opacity: .23;
	-webkit-transform: translate3d(42vw, 100vh, 0);
	transform: translate3d(42vw, 100vh, 0)
}
.dot:nth-child(18):before {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-18 90s infinite;
	animation: dot-animation-18 90s infinite;
	height: 4px;
	width: 4px;
	-webkit-animation-delay: -1.8s;
	animation-delay: -1.8s;
	opacity: .83;
	-webkit-transform: translate3d(33vw, 58vh, 0);
	transform: translate3d(33vw, 58vh, 0)
}
.dot:nth-child(18):after {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-18 90s infinite;
	animation: dot-animation-18 90s infinite;
	height: 3px;
	width: 3px;
	-webkit-animation-delay: -1.8s;
	animation-delay: -1.8s;
	opacity: .31;
	-webkit-transform: translate3d(32vw, 78vh, 0);
	transform: translate3d(32vw, 78vh, 0)
}
@-webkit-keyframes dot-animation-19 {
	to {
		-webkit-transform: translate3d(8vw, 13vh, 0);
		transform: translate3d(8vw, 13vh, 0)
	}
}
@keyframes dot-animation-19 {
	to {
		-webkit-transform: translate3d(8vw, 13vh, 0);
		transform: translate3d(8vw, 13vh, 0)
	}
}
.dot:nth-child(19) {
	-webkit-animation: dot-animation-19 50s infinite;
	animation: dot-animation-19 50s infinite;
	height: 8px;
	width: 8px;
	-webkit-animation-delay: -1.9s;
	animation-delay: -1.9s;
	opacity: 1;
	-webkit-transform: translate3d(96vw, 45vh, 0);
	transform: translate3d(96vw, 45vh, 0)
}
.dot:nth-child(19):before {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-19 90s infinite;
	animation: dot-animation-19 90s infinite;
	height: 4px;
	width: 4px;
	-webkit-animation-delay: -1.9s;
	animation-delay: -1.9s;
	opacity: .25;
	-webkit-transform: translate3d(36vw, 17vh, 0);
	transform: translate3d(36vw, 17vh, 0)
}
.dot:nth-child(19):after {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-19 90s infinite;
	animation: dot-animation-19 90s infinite;
	height: 4px;
	width: 4px;
	-webkit-animation-delay: -1.9s;
	animation-delay: -1.9s;
	opacity: .93;
	-webkit-transform: translate3d(92vw, 6vh, 0);
	transform: translate3d(92vw, 6vh, 0)
}
@-webkit-keyframes dot-animation-20 {
	to {
		-webkit-transform: translate3d(49vw, 78vh, 0);
		transform: translate3d(49vw, 78vh, 0)
	}
}
@keyframes dot-animation-20 {
	to {
		-webkit-transform: translate3d(49vw, 78vh, 0);
		transform: translate3d(49vw, 78vh, 0)
	}
}
.dot:nth-child(20) {
	-webkit-animation: dot-animation-20 50s infinite;
	animation: dot-animation-20 50s infinite;
	height: 5px;
	width: 5px;
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	opacity: .96;
	-webkit-transform: translate3d(25vw, 20vh, 0);
	transform: translate3d(25vw, 20vh, 0)
}
.dot:nth-child(20):before {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-20 90s infinite;
	animation: dot-animation-20 90s infinite;
	height: 4px;
	width: 4px;
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	opacity: .74;
	-webkit-transform: translate3d(16vw, 96vh, 0);
	transform: translate3d(16vw, 96vh, 0)
}
.dot:nth-child(20):after {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-20 90s infinite;
	animation: dot-animation-20 90s infinite;
	height: 3px;
	width: 3px;
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	opacity: 1;
	-webkit-transform: translate3d(23vw, 77vh, 0);
	transform: translate3d(23vw, 77vh, 0)
}
@-webkit-keyframes dot-animation-21 {
	to {
		-webkit-transform: translate3d(26vw, 98vh, 0);
		transform: translate3d(26vw, 98vh, 0)
	}
}
@keyframes dot-animation-21 {
	to {
		-webkit-transform: translate3d(26vw, 98vh, 0);
		transform: translate3d(26vw, 98vh, 0)
	}
}
.dot:nth-child(21) {
	-webkit-animation: dot-animation-21 50s infinite;
	animation: dot-animation-21 50s infinite;
	height: 8px;
	width: 8px;
	-webkit-animation-delay: -2.1s;
	animation-delay: -2.1s;
	opacity: .64;
	-webkit-transform: translate3d(78vw, 87vh, 0);
	transform: translate3d(78vw, 87vh, 0)
}
.dot:nth-child(21):before {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-21 90s infinite;
	animation: dot-animation-21 90s infinite;
	height: 4px;
	width: 4px;
	-webkit-animation-delay: -2.1s;
	animation-delay: -2.1s;
	opacity: .58;
	-webkit-transform: translate3d(73vw, 79vh, 0);
	transform: translate3d(73vw, 79vh, 0)
}
.dot:nth-child(21):after {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-21 90s infinite;
	animation: dot-animation-21 90s infinite;
	height: 4px;
	width: 4px;
	-webkit-animation-delay: -2.1s;
	animation-delay: -2.1s;
	opacity: .35;
	-webkit-transform: translate3d(55vw, 7vh, 0);
	transform: translate3d(55vw, 7vh, 0)
}
@-webkit-keyframes dot-animation-22 {
	to {
		-webkit-transform: translate3d(28vw, 81vh, 0);
		transform: translate3d(28vw, 81vh, 0)
	}
}
@keyframes dot-animation-22 {
	to {
		-webkit-transform: translate3d(28vw, 81vh, 0);
		transform: translate3d(28vw, 81vh, 0)
	}
}
.dot:nth-child(22) {
	-webkit-animation: dot-animation-22 50s infinite;
	animation: dot-animation-22 50s infinite;
	height: 7px;
	width: 7px;
	-webkit-animation-delay: -2.2s;
	animation-delay: -2.2s;
	opacity: .25;
	-webkit-transform: translate3d(40vw, 49vh, 0);
	transform: translate3d(40vw, 49vh, 0)
}
.dot:nth-child(22):before {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-22 90s infinite;
	animation: dot-animation-22 90s infinite;
	height: 3px;
	width: 3px;
	-webkit-animation-delay: -2.2s;
	animation-delay: -2.2s;
	opacity: .85;
	-webkit-transform: translate3d(48vw, 33vh, 0);
	transform: translate3d(48vw, 33vh, 0)
}
.dot:nth-child(22):after {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-22 90s infinite;
	animation: dot-animation-22 90s infinite;
	height: 5px;
	width: 5px;
	-webkit-animation-delay: -2.2s;
	animation-delay: -2.2s;
	opacity: .44;
	-webkit-transform: translate3d(71vw, 75vh, 0);
	transform: translate3d(71vw, 75vh, 0)
}
@-webkit-keyframes dot-animation-23 {
	to {
		-webkit-transform: translate3d(43vw, 39vh, 0);
		transform: translate3d(43vw, 39vh, 0)
	}
}
@keyframes dot-animation-23 {
	to {
		-webkit-transform: translate3d(43vw, 39vh, 0);
		transform: translate3d(43vw, 39vh, 0)
	}
}
.dot:nth-child(23) {
	-webkit-animation: dot-animation-23 50s infinite;
	animation: dot-animation-23 50s infinite;
	height: 8px;
	width: 8px;
	-webkit-animation-delay: -2.3s;
	animation-delay: -2.3s;
	opacity: .34;
	-webkit-transform: translate3d(66vw, 26vh, 0);
	transform: translate3d(66vw, 26vh, 0)
}
.dot:nth-child(23):before {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-23 90s infinite;
	animation: dot-animation-23 90s infinite;
	height: 3px;
	width: 3px;
	-webkit-animation-delay: -2.3s;
	animation-delay: -2.3s;
	opacity: .9;
	-webkit-transform: translate3d(34vw, 57vh, 0);
	transform: translate3d(34vw, 57vh, 0)
}
.dot:nth-child(23):after {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-23 90s infinite;
	animation: dot-animation-23 90s infinite;
	height: 5px;
	width: 5px;
	-webkit-animation-delay: -2.3s;
	animation-delay: -2.3s;
	opacity: .17;
	-webkit-transform: translate3d(5vw, 92vh, 0);
	transform: translate3d(5vw, 92vh, 0)
}
@-webkit-keyframes dot-animation-24 {
	to {
		-webkit-transform: translate3d(17vw, 84vh, 0);
		transform: translate3d(17vw, 84vh, 0)
	}
}
@keyframes dot-animation-24 {
	to {
		-webkit-transform: translate3d(17vw, 84vh, 0);
		transform: translate3d(17vw, 84vh, 0)
	}
}
.dot:nth-child(24) {
	-webkit-animation: dot-animation-24 50s infinite;
	animation: dot-animation-24 50s infinite;
	height: 16px;
	width: 16px;
	-webkit-animation-delay: -2.4s;
	animation-delay: -2.4s;
	opacity: .79;
	-webkit-transform: translate3d(81vw, 22vh, 0);
	transform: translate3d(81vw, 22vh, 0)
}
.dot:nth-child(24):before {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-24 90s infinite;
	animation: dot-animation-24 90s infinite;
	height: 5px;
	width: 5px;
	-webkit-animation-delay: -2.4s;
	animation-delay: -2.4s;
	opacity: .77;
	-webkit-transform: translate3d(10vw, 6vh, 0);
	transform: translate3d(10vw, 6vh, 0)
}
.dot:nth-child(24):after {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-24 90s infinite;
	animation: dot-animation-24 90s infinite;
	height: 5px;
	width: 5px;
	-webkit-animation-delay: -2.4s;
	animation-delay: -2.4s;
	opacity: .7;
	-webkit-transform: translate3d(89vw, 37vh, 0);
	transform: translate3d(89vw, 37vh, 0)
}
@-webkit-keyframes dot-animation-25 {
	to {
		-webkit-transform: translate3d(17vw, 61vh, 0);
		transform: translate3d(17vw, 61vh, 0)
	}
}
@keyframes dot-animation-25 {
	to {
		-webkit-transform: translate3d(17vw, 61vh, 0);
		transform: translate3d(17vw, 61vh, 0)
	}
}
.dot:nth-child(25) {
	-webkit-animation: dot-animation-25 50s infinite;
	animation: dot-animation-25 50s infinite;
	height: 13px;
	width: 13px;
	-webkit-animation-delay: -2.5s;
	animation-delay: -2.5s;
	opacity: .57;
	-webkit-transform: translate3d(63vw, 76vh, 0);
	transform: translate3d(63vw, 76vh, 0)
}
.dot:nth-child(25):before {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-25 90s infinite;
	animation: dot-animation-25 90s infinite;
	height: 5px;
	width: 5px;
	-webkit-animation-delay: -2.5s;
	animation-delay: -2.5s;
	opacity: 1;
	-webkit-transform: translate3d(51vw, 53vh, 0);
	transform: translate3d(51vw, 53vh, 0)
}
.dot:nth-child(25):after {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-25 90s infinite;
	animation: dot-animation-25 90s infinite;
	height: 4px;
	width: 4px;
	-webkit-animation-delay: -2.5s;
	animation-delay: -2.5s;
	opacity: .78;
	-webkit-transform: translate3d(33vw, 37vh, 0);
	transform: translate3d(33vw, 37vh, 0)
}
@-webkit-keyframes dot-animation-26 {
	to {
		-webkit-transform: translate3d(56vw, 15vh, 0);
		transform: translate3d(56vw, 15vh, 0)
	}
}
@keyframes dot-animation-26 {
	to {
		-webkit-transform: translate3d(56vw, 15vh, 0);
		transform: translate3d(56vw, 15vh, 0)
	}
}
.dot:nth-child(26) {
	-webkit-animation: dot-animation-26 50s infinite;
	animation: dot-animation-26 50s infinite;
	height: 9px;
	width: 9px;
	-webkit-animation-delay: -2.6s;
	animation-delay: -2.6s;
	opacity: .64;
	-webkit-transform: translate3d(7vw, 15vh, 0);
	transform: translate3d(7vw, 15vh, 0)
}
.dot:nth-child(26):before {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-26 90s infinite;
	animation: dot-animation-26 90s infinite;
	height: 4px;
	width: 4px;
	-webkit-animation-delay: -2.6s;
	animation-delay: -2.6s;
	opacity: .76;
	-webkit-transform: translate3d(3vw, 56vh, 0);
	transform: translate3d(3vw, 56vh, 0)
}
.dot:nth-child(26):after {
	content: " ";
	display: block;
	-webkit-animation: dot-animation-26 90s infinite;
	animation: dot-animation-26 90s infinite;
	height: 4px;
	width: 4px;
	-webkit-animation-delay: -2.6s;
	animation-delay: -2.6s;
	opacity: .77;
	-webkit-transform: translate3d(80vw, 1vh, 0);
	transform: translate3d(80vw, 1vh, 0)
}
.animated-bg+.grid-container {
	position: relative;
	z-index: 10
}
.sidebar-request {
	position: absolute;
	top: 60px
}
.sidebar-request-container {
	position: absolute;
	top: 40px;
	left: 0;
	height: calc(100% - 185px);
	width: 300px
}
.sidebar-request-container div:nth-child(2) {
	z-index: -10
}
@media screen and (max-width:1060px) {
	.hiring-request {
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%
	}
	.sidebar-request {
		margin: 60px auto 45px;
		width: 100%;
		max-width: 400px
	}
	.hiring-request-content {
		margin: 60px auto
	}
	.sidebar-request-container {
		display: none
	}
}
@media screen and (max-width:768px) {
	.hiring-request-content {
		width: 100%;
		padding: 30px 20px !important
	}
}
@media screen and (max-width:600px) {
	.hiring-request-content .items .flex-block {
		-ms-flex-direction: column;
		flex-direction: column
	}
	.button-container {
		-ms-flex-direction: column;
		flex-direction: column
	}
	.hiring-request-content .button-container .btn-request {
		margin: 0 0 15px;
		min-height: 27px;
		padding: 10px;
		height: 100%
	}
	.includ-to-association-form .tabs-content .items {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.hiring-request-content .items .flex-row {
		-ms-flex-direction: column;
		flex-direction: column
	}
	.hiring-request-content .items-half {
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%
	}
	.hiring-request-content .items-half .agreement-checkbox {
		width: 100%;
		margin-bottom: 10px
	}
	.hiring-request-content .items-half .search-dropdown {
		width: 100%
	}
	.hiring-request-content .items .items-input-name {
		margin-bottom: 16px
	}
}
.personal-area .item-info__link:first-of-type .item-info__link-content {
	max-height: 82px;
	overflow: hidden
}
.personal-area .item-info__link:hover .item-info__link-content {
	max-height: none
}
.personal-area .personal-area__content-item.opened .item-info .item-info__link:first-of-type .item-info__link-content {
	max-height: none
}
.personal-area .item-info__link-content .check_item {
	margin-bottom: 10px
}
.personal-area .personal-area__top-search .list_value label {
	padding-right: 35px
}
.personal-area .personal-area__top-search .list_value label:before {
	left: auto;
	right: 13px
}
.personal-area .check_item:before {
	width: 24px;
	height: 24px;
	background: url(/wp-content/themes/eurobak/img/svg/active.svg) center center no-repeat;
	border-radius: 0;
	display: none
}
.personal-area .check_item__all:after {
	border: 6px solid #082046
}
.personal-area .check_item__in_progress:after {
	border: 6px solid #e8a451
}
.personal-area .check_item__solved:after {
	border: 6px solid #0eb53d
}
.personal-area .check_item__not_solved:after {
	border: 6px solid #dc2c2c
}
.personal-area .check_item__skipped:after {
	border: 0;
	background: url(/wp-content/themes/eurobak/img/svg/skipped.svg) center center no-repeat;
	border-radius: 0
}
.personal-area .check_item__partially_solved:after {
	border: 0;
	background: url(/wp-content/themes/eurobak/img/svg/p-solved.svg) center center no-repeat;
	border-radius: 0
}
.personal-area .content__list-title {
	position: relative;
	padding: 28px 0 14px 35px;
	font-family: var(--secondaryFont);
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 32/24;
	color: #0c0c25
}
.personal-area .content__list-title:after {
	width: 2px;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: -22px;
	left: 9px;
	background: #cfd2d5
}
.personal-area .content__star-list li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 10px;
	margin: 10px auto 0;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 35px;
	position: relative
}
.personal-area .content__star-list li:before {
	width: 20px;
	height: 20px;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	background: url(/wp-content/themes/eurobak/img/svg/check-grey.svg) center center no-repeat;
	z-index: 2
}
.personal-area .content__star-list li:after {
	width: 2px;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	bottom: -80%;
	left: 9px;
	background: #cfd2d5
}
.personal-area .content__star-list li .svg-wrap {
	width: 40px;
	height: 40px;
	margin-right: 4px
}
.personal-area .content__star-list li .svg-wrap img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .3
}
.personal-area .content__star-list li .text-wrap {
	width: calc(100% - 44px);
	opacity: .7;
	font-size: 15px;
	color: #111;
	line-height: 16/15
}
.personal-area .content__star-list li.active:before {
	background: url(/wp-content/themes/eurobak/img/svg/check.svg) center center no-repeat
}
.personal-area .content__star-list li.active:after {
	background: #7356af
}
.personal-area .content__star-list li.active .text-wrap {
	opacity: 1
}
.personal-area .content__star-list li.active .svg-wrap img {
	-webkit-filter: none;
	filter: none;
	opacity: 1
}
.personal-area .content__star-list li:last-of-type:after {
	display: none
}
.personal-area .item-content__title-date {
	padding-left: 0
}
.personal-area .item-content__title-date:before {
	display: none
}
.personal-area .item-content__title-date span {
	padding-left: 32px;
	position: relative
}
.personal-area .item-content__title-date span:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(/wp-content/themes/eurobak/img/svg/calendar.svg) center center no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.personal-area .text-wrap {
	white-space: normal
}
.personal-area .check_item.content-status_red:before {
	background: #e54444
}
.personal-area .check_item.content-status_green:before {
	background: #008d3d
}
.personal-area .timeline-wrap {
	position: relative
}
.personal-area .timeline-wrap .year {
	-webkit-transform: translateX(39px);
	transform: translateX(39px);
	margin-bottom: 11px
}
.personal-area .timeline-wrap:before {
	content: "";
	display: block;
	width: 2px;
	background: url(/wp-content/themes/eurobak/img/svg/blue-line.svg) top center repeat-y;
	position: absolute;
	left: 62px;
	top: 15px;
	bottom: 30px
}
.personal-area .timeline-wrap__item-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 11px;
	padding-top: 12px
}
.personal-area .timeline-wrap__item-content .date {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	transition: all .3s
}
.personal-area .timeline-wrap__item-content .pin {
	margin-right: 10px;
	margin-left: 8px
}
.personal-area .timeline-wrap__item-text {
	max-width: calc(100% - 87px)
}
.personal-area .timeline-wrap__item-text a {
	color: inherit
}
.single-page.single-page-education.single-event-with {
	margin-top: 44px
}
.single-page.single-page-education.single-event-with .sidebar .nearest-events .item .title {
	font-size: 18px;
	font-weight: 400;
	text-transform: none
}
.single-page.single-page-education.single-event-with .sidebar .nearest-events .item .date {
	background: #1974ff
}
.single-page.single-page-education.single-event-with .sidebar .nearest-events .item:nth-of-type(2) .date {
	background: #7356af
}
.single-page.single-page-education.single-event-with .sidebar .nearest-events .item:nth-of-type(3) .date {
	background: #00388e
}
@media screen and (max-width:1200px) {
	.calendar-top-block .education-info-text .calendar-description .sidebar {
		float: left;
		margin-left: 0;
		display: none
	}
	.benefits {
		background-attachment: inherit;
		will-change: auto
	}
}
@media screen and (max-width:1209px) {
	.development-content {
		padding-bottom: 30px
	}
	.calendar-container {
		margin-top: 30px !important
	}
	.development-content .statistic-element_big {
		max-width: 300px;
		min-height: 144px;
		margin-bottom: 0
	}
	.development-content .statistic-element_big .num {
		font-size: 50px
	}
	.development-content .statistic-element_big .num-description {
		font-size: 16px
	}
	.development-content .statistic-element_big .icon-plate {
		min-height: 144px;
		background-size: contain;
		background-repeat: no-repeat;
		min-width: 39px
	}
	.development-content .statistic-element_big .icon-plate i {
		left: 7px
	}
}
@media screen and (max-width:1024px) {
	.single-page-company__with-sidebar .sidebar {
		display: block
	}
}
@media screen and (max-width:960px) {
	.development-content .statistic-element_big {
		-webkit-transform: none !important;
		transform: none !important
	}
	.single-page-company__with-sidebar .sidebar {
		float: left;
		max-width: 100%
	}
	.vacancies {
		max-height: none;
		overflow: auto
	}
}
@media screen and (max-width:600px) {
	.development-content .grid-container [class*=col-] {
		float: none
	}
}
@media screen and (max-width:425px) {
	.vacancies .vacancy-row .item .title {
		font-size: 15px
	}
}
#js__user-profile-modal-add-vacancy .title, #js__user-profile-modal-add-resume .title {
	text-align: center
}
#js__user-profile-modal-add-vacancy .consultation .tabs-content-item input, #js__user-profile-modal-add-resume .consultation .tabs-content-item input {
	color: #232323 !important
}
#js__user-profile-modal-add-vacancy .consultation .tabs-content-item input::-webkit-input-placeholder, #js__user-profile-modal-add-resume .consultation .tabs-content-item input::-webkit-input-placeholder {
	color: #868383 !important
}
#js__user-profile-modal-add-vacancy .consultation .tabs-content-item input::-moz-placeholder, #js__user-profile-modal-add-resume .consultation .tabs-content-item input::-moz-placeholder {
	color: #868383 !important
}
#js__user-profile-modal-add-vacancy .consultation .tabs-content-item input:-ms-input-placeholder, #js__user-profile-modal-add-resume .consultation .tabs-content-item input:-ms-input-placeholder {
	color: #868383 !important
}
#js__user-profile-modal-add-vacancy .consultation .tabs-content-item input::-ms-input-placeholder, #js__user-profile-modal-add-resume .consultation .tabs-content-item input::-ms-input-placeholder {
	color: #868383 !important
}
#js__user-profile-modal-add-vacancy .consultation .tabs-content-item input::placeholder, #js__user-profile-modal-add-resume .consultation .tabs-content-item input::placeholder {
	color: #868383 !important
}
#js__user-profile-modal-add-vacancy .input-email-content-js.js__contact-form-message, #js__user-profile-modal-add-resume .input-email-content-js.js__contact-form-message {
	color: #232323 !important
}
#js__user-profile-modal-add-vacancy .input-email-content-js.js__contact-form-message::-webkit-input-placeholder, #js__user-profile-modal-add-resume .input-email-content-js.js__contact-form-message::-webkit-input-placeholder {
	color: #868383 !important
}
#js__user-profile-modal-add-vacancy .input-email-content-js.js__contact-form-message::-moz-placeholder, #js__user-profile-modal-add-resume .input-email-content-js.js__contact-form-message::-moz-placeholder {
	color: #868383 !important
}
#js__user-profile-modal-add-vacancy .input-email-content-js.js__contact-form-message:-ms-input-placeholder, #js__user-profile-modal-add-resume .input-email-content-js.js__contact-form-message:-ms-input-placeholder {
	color: #868383 !important
}
#js__user-profile-modal-add-vacancy .input-email-content-js.js__contact-form-message::-ms-input-placeholder, #js__user-profile-modal-add-resume .input-email-content-js.js__contact-form-message::-ms-input-placeholder {
	color: #868383 !important
}
#js__user-profile-modal-add-vacancy .input-email-content-js.js__contact-form-message::placeholder, #js__user-profile-modal-add-resume .input-email-content-js.js__contact-form-message::placeholder {
	color: #868383 !important
}
@-webkit-keyframes menuItemIconPulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	20% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	60% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
	80% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes menuItemIconPulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	20% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	60% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
	80% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
.committee-description {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 15px
}
.events-single .atcb-link__withsvg {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 20px 7px !important
}
.events-single .atcb-link__withsvg span {
	transition: none
}
.events-single .atcb-link__withsvg svg {
	margin-top: -4px;
	margin-left: 4px
}
.events-single .atcb-link__withsvg svg path {
	transition: all .3s
}
.events-single .atcb-link__withsvg:hover svg path {
	fill: #fff
}
.n-first-screen__title {
	line-height: 1.2
}
.n-block__circle {
	-webkit-transform: none;
	transform: none;
	position: relative
}
.n-block__circle:before {
	position: absolute;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: none
}
.n-block__circle span {
	width: 50px;
	height: 50px;
	position: static;
	-webkit-transform: none;
	transform: none;
	left: auto;
	right: auto
}
.icon-yt:before {
	content: '\eA78'
}
.app-form__checkbox label {
	display: block;
	display: -ms-flexbox;
	display: flex
}
.app-form__checkbox label:before {
	content: '\eA110';
	z-index: 3;
	color: #7356af;
	width: 12px;
	height: 10px;
	display: block;
	font-family: 'iconFont';
	font-size: 10px;
	margin-top: -3px
}
.app-form__checkbox input:checked+label:before {
	opacity: 1;
	visibility: visible
}
.archive-page-companies .search-wrap .search-dropdown__grid .search-dropdown {
	width: 100%;
	margin: 0
}
.archive-page-companies .search-wrap .search-dropdown__grid .search-dropdown:last-of-type {
	margin: 0
}
@media screen and (max-width:600px) {
	.archive-page-companies .work-search .search-wrap #js__clear-members-filters {
		margin-bottom: 10px
	}
}
@media screen and (max-width:600px) {
	.archive-page-companies .work-search .search-input {
		margin-bottom: 10px
	}
	.archive-page-companies .work-search .search-input input {
		height: 45px
	}
}
.search-dropdown__grid {
	float: left;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 20px;
	margin: 20px 0;
	position: relative;
	z-index: 1
}
@media screen and (max-width:1024px) {
	.search-dropdown__grid {
		grid-template-columns: repeat(3, 1fr)
	}
}
@media screen and (max-width:600px) {
	.search-dropdown__grid {
		grid-template-columns: 100%;
		grid-gap: 10px;
		margin: 0 0 10px
	}
}
.search-dropdown__grid .search-dropdown {
	z-index: auto
}
.search-dropdown__grid .search-dropdown .filter .drop-down {
	top: 97px
}
.search-dropdown__grid .search-dropdown .filter.active {
	z-index: 6
}
.search-dropdown__grid .search-dropdown .filter.active .drop-down-search {
	opacity: 1;
	visibility: visible
}
.search-dropdown__grid .search-dropdown .filter.active .drop-down {
	top: 106px !important
}
@media screen and (max-width:600px) {
	.search-dropdown__grid .search-dropdown .filter.active .drop-down {
		top: 78px !important
	}
}
.search-dropdown__grid .search-dropdown .filter .drop-down-search {
	padding: 0 !important;
	height: 50px;
	background: #fff !important;
	position: absolute;
	top: 58px;
	width: calc(100% + 2px);
	left: -1px;
	border: 1px solid #e8e8e8;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	z-index: 2
}
@media screen and (max-width:600px) {
	.search-dropdown__grid .search-dropdown .filter .drop-down-search {
		top: 38px;
		height: 41px
	}
}
.search-dropdown__grid .search-dropdown .filter .drop-down-search:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 20px;
	color: #a8a8a8
}
.search-dropdown__grid .search-dropdown .filter .drop-down-search input {
	border: 0;
	height: 100%;
	width: 100%;
	padding: 6px;
	padding-left: 45px;
	background-color: #f7f7f7;
	font-family: var(--tertiaryFont);
	font-size: 14px;
	line-height: 26px;
	color: #989898
}
#js__spec-proposition-order {
	display: inline-block;
	margin-bottom: 20px
}
.partners-bottom__wrap {
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	-ms-flex-align: center;
	align-items: center;
	font-size: 21px;
	line-height: 1.14286;
	letter-spacing: .3px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.4;
	width: 100%;
	min-height: 125px;
	max-width: 100%
}
@media screen and (max-width:980px) {
	.partners-bottom__wrap {
		min-height: auto
	}
}
@media screen and (max-width:600px) {
	.partners-bottom__wrap {
		font-size: 13px
	}
}
.partners-bottom__wrap:after {
	content: "";
	display: table;
	clear: both
}
.partners-bottom__text {
	padding-left: 35px;
	position: relative;
	width: calc(100% - 180px);
	width: 250px
}
.partners-bottom__text:before {
	content: "";
	background: #f4bd0c;
	display: block;
	width: 5px;
	height: 50px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 10px
}
@media screen and (max-width:600px) {
	.partners-bottom__text {
		padding-left: 25px;
		width: calc(100% - 120px)
	}
}
.partners-bottom__logo {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 180px
}
@media screen and (max-width:600px) {
	.partners-bottom__logo {
		width: 120px
	}
}
.single-event__btns {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.single-event__btns .date-voice-container {
	margin-left: auto
}
.single-event__btns .event-link {
	margin: 0 25px 10px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: auto;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 14px;
	color: #7356af;
	transition: .3s;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	border: 0 !important;
	line-height: 1
}
@media screen and (max-width:400px) {
	.single-event__btns .event-link {
		margin: 0 10px 10px 0
	}
}
.single-event__btns .event-link:hover span {
	border-color: #7356af
}
.single-event__btns .event-link svg {
	margin: 0 15px 3px 0
}
@media screen and (max-width:450px) {
	.single-event__btns .event-link svg {
		margin: 0 5px 3px 0
	}
}
.single-event__btns .event-link svg path {
	transition: all .3s
}
.single-event__btns .event-link span {
	transition: none;
	border-bottom: 2px solid transparent;
	line-height: 1
}
.concepts {
	margin-top: 55px
}
.concepts-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(3, 20, 46, .95);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all .2s;
	padding: 20px;
	overflow-y: scroll
}
.concepts-modal .close-btn {
	top: 5px;
	right: 5px;
	position: absolute;
	cursor: pointer
}
@media screen and (max-height:900px) {
	.concepts-modal {
		-ms-flex-align: start;
		align-items: flex-start
	}
}
.concepts-modal.active {
	visibility: visible;
	opacity: 1;
	pointer-events: all
}
.concepts-modal__inner {
	position: relative;
	max-width: 590px;
	background: #fff;
	width: 100%;
	padding: 40px 40px 30px;
	font-family: var(--secondaryFont)
}
@media screen and (max-height:600px) {
	.concepts-modal__inner {
		padding: 10px
	}
}
.concepts-modal__title {
	font-size: 18px;
	line-height: 1.38889;
	color: var(--body-color);
	margin-bottom: 26px
}
.concepts-modal__title h4 {
	font-size: 23px;
	line-height: 1.08696;
	letter-spacing: -.3px;
	margin: 0 0 10px;
	font-family: var(--primaryFont);
	font-weight: 400
}
.concepts-modal__title p {
	margin: 0 0 10px
}
.concepts-modal__inputs {
	margin-bottom: 30px;
	margin-top: 13px
}
@media screen and (max-width:600px) {
	.concepts-modal__inputs {
		margin-bottom: 17px
	}
}
.concepts-modal__inputs--x2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px 10px
}
@media screen and (max-width:600px) {
	.concepts-modal__inputs--x2 {
		grid-template-columns: 1fr
	}
}
.concepts-modal input {
	background: #fff;
	border: 0;
	border-bottom: 1px solid rgba(3, 20, 46, .3);
	font-size: 18px;
	line-height: 1.66667;
	width: 100%;
	transition: all .2s;
	height: 35px
}
.concepts-modal input:focus {
	border-color: #7356af
}
.concepts-modal input::-webkit-input-placeholder {
	opacity: .6
}
.concepts-modal input::-moz-placeholder {
	opacity: .6
}
.concepts-modal input:-ms-input-placeholder {
	opacity: .6
}
.concepts-modal input::-ms-input-placeholder {
	opacity: .6
}
.concepts-modal input::placeholder {
	opacity: .6
}
.concepts-modal .input-wrap {
	position: relative
}
.concepts-modal .input-wrap .placeholder {
	position: absolute;
	top: 4px;
	transition: all .3s;
	display: inline-block;
	white-space: nowrap;
	left: 1px;
	font-size: 18px;
	line-height: 1.66667;
	opacity: .6;
	pointer-events: none
}
.concepts-modal .input-wrap input:valid+.placeholder {
	font-size: 14px;
	top: -10px
}
.concepts-modal .input-wrap input:focus+.placeholder {
	font-size: 14px;
	top: -10px
}
.concepts-modal textarea {
	background: #fff;
	border: 1px solid rgba(3, 20, 46, .3);
	font-size: 18px;
	line-height: 1.66667;
	width: 100%;
	transition: all .2s;
	height: 80px;
	padding: 10px 0 0 20px;
	resize: none;
	margin-top: 20px
}
@media screen and (max-width:600px) {
	.concepts-modal textarea {
		margin-top: 0
	}
}
.concepts-modal textarea:focus {
	border-color: #7356af
}
.concepts-modal textarea::-webkit-input-placeholder {
	opacity: .6
}
.concepts-modal textarea::-moz-placeholder {
	opacity: .6
}
.concepts-modal textarea:-ms-input-placeholder {
	opacity: .6
}
.concepts-modal textarea::-ms-input-placeholder {
	opacity: .6
}
.concepts-modal textarea::placeholder {
	opacity: .6
}
.concepts-modal .upload-file-result {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	margin: 5px 0
}
.concepts-modal .upload-file-remove {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	opacity: 0;
	margin-left: 5px;
	pointer-events: none
}
.concepts-modal .upload-file-remove svg ellipse {
	transition: all .3s;
	fill: #e8e8e8
}
.concepts-modal .upload-file-remove:hover svg ellipse {
	fill: #ca0937
}
.concepts-modal__file {
	background: #fff;
	border: 1px dashed rgba(3, 20, 46, .3);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 17px 20px 5px;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 21px
}
.concepts-modal__file-wrap.uploaded .upload-file-remove {
	opacity: 1;
	pointer-events: all
}
.concepts-modal__file-icon {
	margin-bottom: 10px
}
.concepts-modal__file-text {
	font-size: 15px;
	line-height: 1.6;
	color: #374f5e;
	text-align: center
}
.concepts-modal__file input {
	position: absolute;
	left: -9999px;
	visibility: hidden;
	pointer-events: none
}
.concepts-modal__file label {
	background: #f5f8ff;
	box-shadow: 0 6px 10px rgba(11, 32, 63, .2);
	border-color: #f5f8ff !important;
	margin: 0 0 12px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 190px;
	color: #7356af;
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	padding: 13px 5px 10px;
	cursor: pointer;
	transition: all .2s
}
.concepts-modal__file label:hover {
	box-shadow: 0 2px 10px rgba(11, 32, 63, .2)
}
.concepts-modal__checkbox .check-span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 20px;
	height: 20px;
	border: 2px solid #7356af;
	transition: all .25s ease;
	border-radius: 2px;
	margin-right: 15px
}
.concepts-modal__checkbox input {
	position: absolute;
	left: -9999px;
	visibility: hidden;
	pointer-events: none
}
.concepts-modal__checkbox input.error+label {
	color: red
}
.concepts-modal__checkbox input:checked+label .check-span {
	background: #7356af
}
.concepts-modal__checkbox label {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	cursor: pointer
}
.concepts-modal__checkbox label p {
	width: calc(100% - 35px)
}
.concepts-modal button {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 17px 20px 15px 20px;
	background: #7356af;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	transition: all .25s ease;
	border: 2px solid #7356af;
	margin-top: 26px
}
.concepts-modal button:hover {
	color: #7356af;
	background-color: #fff
}
.concepts-wrap {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 20px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.concepts-img {
	width: 615px
}
.concepts-img img {
	max-width: 100%
}
@media screen and (max-width:1100px) {
	.concepts-img {
		width: 400px
	}
}
@media screen and (max-width:800px) {
	.concepts-img {
		display: none
	}
}
.concepts-text {
	width: calc(100% - 615px);
	max-width: 632px;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	color: var(--body-color);
	line-height: 1.57895;
	padding-left: 92px
}
@media screen and (max-width:1100px) {
	.concepts-text {
		width: calc(100% - 400px);
		padding-left: 50px
	}
}
@media screen and (max-width:800px) {
	.concepts-text {
		width: 100%;
		padding-left: 0
	}
}
.concepts-text h3 {
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 48px;
	line-height: 1.04167;
	letter-spacing: -1px;
	margin-bottom: 27px
}
@media screen and (max-width:600px) {
	.concepts-text h3 {
		font-size: 38px
	}
}
.concepts-text p {
	margin-bottom: 30px
}
@media screen and (max-width:600px) {
	.concepts-text p {
		margin-bottom: 20px
	}
}
.concepts .bl-btn--big {
	background: #f5f8ff;
	box-shadow: 0 6px 10px rgba(11, 32, 63, .2);
	border-color: #f5f8ff !important;
	margin: 42px 0 0
}
@media screen and (max-width:600px) {
	.concepts .bl-btn--big {
		margin: 20px auto
	}
}
.concepts .bl-btn--big:hover {
	background: #7356af !important;
	border-color: #7356af !important
}
.lobbing-timeline-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	margin: 0 0 40px
}
@media screen and (max-width:1000px) {
	.lobbing-timeline-grid {
		grid-template-columns: repeat(3, 1fr)
	}
}
@media screen and (max-width:750px) {
	.lobbing-timeline-grid {
		grid-template-columns: repeat(2, 1fr)
	}
}
@media screen and (max-width:450px) {
	.lobbing-timeline-grid {
		grid-template-columns: 1fr
	}
}
.time-filters .filter {
	margin-bottom: 10px
}
.event-field.event-field--checkbox .event-field__label {
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	-webkit-transform: unset;
	transform: unset;
	display: block;
	padding: 0 0 20px
}
.checkbox-wrap {
	margin-bottom: 10px
}
.checkbox-wrap label {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-family: var(--secondaryFont);
	font-size: 16px;
	transition: .3s all;
	padding-left: 30px;
	cursor: pointer;
	line-height: 1.2
}
.checkbox-wrap label:before {
	display: block;
	width: 12px;
	height: 10px;
	content: "";
	position: absolute;
	top: 3px;
	left: 4px;
	opacity: 0;
	transition: all .2s ease-in;
	background: url(/wp-content/themes/eurobak/img/svg/check.png) center/contain no-repeat;
	z-index: 1
}
.checkbox-wrap label:after {
	display: block;
	width: 20px;
	height: 20px;
	content: "";
	border: 2px solid #e5e7ea;
	border-radius: 2px;
	position: absolute;
	top: -1px;
	left: 0
}
.checkbox-wrap label a {
	color: var(--blue-main);
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	-webkit-text-decoration-color: transparent;
	text-decoration-color: transparent
}
.checkbox-wrap label er {
	-webkit-text-decoration-color: initial;
	text-decoration-color: initial
}
.checkbox-wrap input {
	position: absolute;
	left: -9999999px;
	opacity: 0;
	visibility: hidden
}
.checkbox-wrap input:checked+label:before {
	opacity: 1
}
.checkbox-wrap input.error+label {
	color: red
}
.com-banner {
	font-weight: 400;
	font-size: 17px;
	line-height: 1.76471;
	font-family: var(--primaryFont)
}
.com-banner-titles h2 {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 32px;
	color: var(--body-color);
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 40px
}
.com-banner--bg {
	padding: 80px 0;
	margin-top: 50px !important
}
@media screen and (max-width:1000px) {
	.com-banner--bg {
		padding: 40px 0;
		margin-top: 30px !important
	}
}
.com-banner--bg .com-banner__btn {
	background: linear-gradient(140.23deg, #56cba3 -33.72%, #3a6eb5 81.92%)
}
.com-banner--bg .com-banner__btn:hover {
	background: linear-gradient(140.23deg, #56cba3 -153.72%, #3a6eb5 81.92%)
}
.com-banner--bg .com-banner__btn:active {
	background: linear-gradient(140.23deg, #56cba3 -153.72%, #3a6eb5 81.92%)
}
.com-banner .iframe-wrap {
	position: relative;
	height: 0;
	padding-bottom: 56.2%
}
.com-banner .iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.com-banner p {
	margin: 0 0 21px
}
.com-banner h4 {
	font-family: var(--secondaryFont);
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 1.42857;
	margin: 0 0 10px;
	color: #20b0ab
}
.com-banner img {
	max-width: 100%
}
.com-banner__grid {
	display: grid;
	grid-template-columns: 580px auto;
	grid-gap: 20px
}
@media screen and (max-width:1000px) {
	.com-banner__grid {
		grid-template-columns: 100%
	}
}
.com-banner__img {
	max-width: 100%
}
@media screen and (max-width:1000px) {
	.com-banner__img {
		display: none
	}
}
.com-banner__btn {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	min-height: 60px;
	min-width: 277px;
	padding: 5px 10px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 60px;
	line-height: 1.42857;
	border: 0;
	font-family: var(--secondaryFont);
	transition: all .3s;
	background: linear-gradient(140.23deg, #56cba3 -33.72%, #00b1dc 81.92%);
	cursor: pointer
}
.com-banner__btn:hover {
	color: #fff;
	background: linear-gradient(140.23deg, #56cba3 -153.72%, #00b1dc 81.92%)
}
.com-banner__btn:active {
	color: #fff;
	background: linear-gradient(140.23deg, #56cba3 -153.72%, #00b1dc 81.92%)
}
@media screen and (max-width:600px) {
	.com-banner__btn {
		margin-bottom: 40px
	}
}
.com-banner__text {
	max-width: 553px
}
.com-banner__text h3 {
	font-family: var(--secondaryFont);
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	text-transform: uppercase;
	color: var(--body-color);
	margin: 0 0 32px
}
.com-banner__text h4 {
	margin: 0 0 28px
}
.com-banner__text h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 76px;
	letter-spacing: -1.05556px;
	font-family: var(--secondaryFont);
	color: #20b0ab;
	line-height: 1.05263;
	margin: 0 0 21px
}
@media screen and (max-width:600px) {
	.com-banner__text {
		font-size: 16px
	}
	.com-banner__text h3 {
		font-size: 26px;
		margin: 0 0 32px
	}
	.com-banner__text h4 {
		font-size: 21px;
		margin: 0 0 28px
	}
	.com-banner__text h2 {
		font-size: 51px;
		margin: 0 0 21px
	}
}
.com-banner__sponsor {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.com-banner__sponsor img {
	max-height: 76px
}
.com-banner__sponsors {
	margin-top: -35px
}
@media screen and (max-width:600px) {
	.com-banner__sponsors {
		margin-top: 0
	}
}
.com-banner__sponsors-title {
	font-family: var(--primaryFont);
	font-size: 14px;
	line-height: 2.14286;
	color: var(--body-color);
	font-weight: 700;
	margin: 0 0 33px
}
.com-banner__sponsors-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px
}
@media screen and (max-width:600px) {
	.com-banner__sponsors-grid {
		grid-template-columns: repeat(2, 1fr)
	}
}
.tutor-pagination-wrap .page-numbers {
	height: 42px;
	min-width: 34px;
	display: inline-block;
	text-decoration: none;
	color: #111;
	font-family: var(--tertiaryFont);
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	transition: .25s
}
.tutor-topics-in-single-lesson.tutor-active .tutor-topics-summery {
	display: block
}
.tutor-container {
	padding-top: 70px
}
.tutor-container span.toogle-informaiton-icon {
	padding-top: 2px
}
.tutor-courses {
	width: 100%;
	max-width: 1410px;
	margin: 0 auto
}
.tutor-course-archive-results-wrap {
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 30px;
	line-height: 1;
	letter-spacing: -1px;
	color: #111;
	margin: 0;
	display: inline-block
}
.tutor-course-archive-filters-wrap .selectric-wrapper {
	position: relative;
	cursor: pointer;
	width: 220px
}
.tutor-course-archive-filters-wrap .selectric-responsive {
	width: 100%
}
.tutor-course-archive-filters-wrap .selectric {
	border: 1px solid #ddd;
	background: #fff;
	position: relative
}
.tutor-course-archive-filters-wrap .selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 38px 0 10px;
	font-size: 13px;
	line-height: 38px;
	color: #444;
	height: 38px;
	font-family: var(--secondaryFont);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.tutor-course-archive-filters-wrap .selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	height: 38px;
	color: #bbb;
	text-align: center;
	font: 0/0 a;
	*font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial
}
.tutor-course-archive-filters-wrap .selectric .button:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #bbb;
	border-bottom: none
}
.tutor-course-archive-filters-wrap .selectric-focus .selectric {
	border-color: #aaa
}
.tutor-course-archive-filters-wrap .selectric-hover .selectric {
	border-color: #c4c4c4
}
.tutor-course-archive-filters-wrap .selectric-hover .selectric .button {
	color: #a2a2a2
}
.tutor-course-archive-filters-wrap .selectric-hover .selectric .button:after {
	border-top-color: #a2a2a2
}
.tutor-course-archive-filters-wrap .selectric-open {
	z-index: 9999
}
.tutor-course-archive-filters-wrap .selectric-open .selectric {
	border-color: #c4c4c4
}
.tutor-course-archive-filters-wrap .selectric-open .selectric-items {
	display: block
}
.tutor-course-archive-filters-wrap .selectric-disabled {
	filter: alpha(opacity=50);
	opacity: .5;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.tutor-course-archive-filters-wrap .selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0
}
.tutor-course-archive-filters-wrap .selectric-hide-select select {
	position: absolute;
	left: -100%
}
.tutor-course-archive-filters-wrap .selectric-hide-select.selectric-is-native {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10
}
.tutor-course-archive-filters-wrap .selectric-hide-select.selectric-is-native select {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: 0;
	z-index: 1;
	box-sizing: border-box;
	opacity: 0
}
.tutor-course-archive-filters-wrap .selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: 0 !important;
	border: 0 !important;
	*font: 0/0 a !important;
	background: 0 0 !important
}
.tutor-course-archive-filters-wrap .selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important
}
.tutor-course-archive-filters-wrap .selectric-items {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	border: 1px solid #c4c4c4;
	z-index: -1;
	box-shadow: 0 0 10px -6px
}
.tutor-course-archive-filters-wrap .selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto
}
.tutor-course-archive-filters-wrap .selectric-above .selectric-items {
	top: auto;
	bottom: 100%
}
.tutor-course-archive-filters-wrap .selectric-items ul, .tutor-course-archive-filters-wrap .selectric-items li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	min-height: 20px
}
.tutor-course-archive-filters-wrap .selectric-items li {
	display: block;
	padding: 10px;
	color: #666;
	cursor: pointer
}
.tutor-course-archive-filters-wrap .selectric-items li.selected {
	background: #e0e0e0;
	color: #444
}
.tutor-course-archive-filters-wrap .selectric-items li.highlighted {
	background: #d0d0d0;
	color: #444
}
.tutor-course-archive-filters-wrap .selectric-items li:hover {
	background: #d5d5d5;
	color: #444
}
.tutor-course-archive-filters-wrap .selectric-items .disabled {
	filter: alpha(opacity=50);
	opacity: .5;
	cursor: default !important;
	background: 0 0 !important;
	color: #666 !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.tutor-course-archive-filters-wrap .selectric-items .selectric-group .selectric-group-label {
	font-weight: 700;
	padding-left: 10px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: 0 0;
	color: #444
}
.tutor-course-archive-filters-wrap .selectric-items .selectric-group.disabled li {
	filter: alpha(opacity=100);
	opacity: 1
}
.tutor-course-archive-filters-wrap .selectric-items .selectric-group li {
	padding-left: 25px
}
.tutor-course-filter-wrap {
	width: 100%;
	max-width: 1410px;
	margin: 0 auto;
	padding: 100px 15px 40px
}
.tutor-course-title {
	position: relative
}
.tutor-course-content-wrap {
	line-height: 1.2
}
.tutor-course-content-wrap h4 {
	font-family: var(--secondaryFont);
	font-weight: 800;
	font-size: 22px
}
.tutor-course-content-wrap p {
	margin: 0 0 10px
}
.tutor-course-header>a {
	display: block;
	height: 366px
}
.tutor-course-header>a img {
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.tutor-previous-link {
	display: inline-block;
	font-family: var(--secondaryFont);
	font-size: 16px;
	color: #7356af
}
.tutor-next-link {
	display: inline-block;
	font-family: var(--secondaryFont);
	font-size: 16px;
	color: #7356af
}
.tutor-quiz-content p {
	margin: 10px 0
}
.tutor-lesson-content-area h3 {
	margin: 30px 0 10px
}
.tutor-lesson-content-area ul {
	list-style: disc;
	margin-left: 18px;
	margin-bottom: 20px
}
.tutor-lesson-content-area ul li:not(:last-of-type) {
	margin-bottom: 15px
}
span.toogle-informaiton-icon {
	padding-top: 2px
}
.single-quiz-page.tutor-quiz-attempt-history table th:first-child {
	width: auto
}
.single-quiz-page.tutor-quiz-attempt-history table td:first-child {
	width: auto
}
.single-lesson .smart-footer {
	margin-top: 0
}
.img-with-caption--speaker {
	max-width: 270px
}
@media screen and (max-width:600px) {
	.img-with-caption--speaker {
		max-width: 100%
	}
}
.img-with-caption--speaker>div {
	max-width: 100%
}
.landing-info .bl-btn--big {
	-ms-flex-align: center;
	align-items: center;
	padding: 6px 15px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: auto;
	height: auto;
	min-height: 50px
}
.landing-info .bl-btn--big span {
	position: static;
	-webkit-transform: none;
	transform: none;
	white-space: normal;
	height: auto;
	margin-top: 2px
}
.companies {
	color: var(--body-color)
}
.c-wrap {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto
}
.c-wrap--grid {
	display: grid;
	grid-gap: 30px
}
.c-wrap--grid-3 {
	grid-template-columns: repeat(3, 1fr)
}
@media (max-width:870px) {
	.c-wrap--grid-3 {
		grid-template-columns: repeat(2, 1fr)
	}
}
@media (max-width:600px) {
	.c-wrap--grid-3 {
		grid-template-columns: 1fr
	}
}
.c-wrap--grid-4 {
	grid-template-columns: repeat(4, 1fr)
}
@media (max-width:1000px) {
	.c-wrap--grid-4 {
		grid-template-columns: repeat(3, 1fr)
	}
}
@media (max-width:767px) {
	.c-wrap--grid-4 {
		grid-template-columns: repeat(2, 1fr)
	}
}
@media (max-width:500px) {
	.c-wrap--grid-4 {
		grid-template-columns: 1fr
	}
}
.c-wrap--grid>span:only-child {
	grid-column: 1/sp;
	background: rgba(255, 0, 0, .25);
	text-align: center;
	font-size: 13px;
	padding: 10px;
	border-radius: 5px
}
.c-btn {
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 5px 80px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 2px solid #7356af;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	color: #7356af;
	text-transform: uppercase;
	transition: all .2s;
	height: 50px;
	font-family: var(--secondaryFont);
	position: relative
}
@media (max-width:500px) {
	.c-btn {
		padding: 5px 20px;
		width: 100%
	}
}
.c-btn span {
	margin-top: 1px
}
.c-btn__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
.c-btn__inner--close {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	color: #fff;
	background: #7356af;
	opacity: 0;
	transition: all .2s
}
.c-btn.active .c-btn__inner--close {
	opacity: 1
}
.c-btn svg {
	margin-right: 21px
}
.c-btn svg path {
	transition: all .2s
}
.c-btn:hover {
	color: #fff;
	background: #7356af
}
.c-btn:hover svg path {
	fill: #fff
}
.c-btn--blue {
	color: #fff;
	background: #7356af
}
.c-btn--blue:hover {
	color: #7356af;
	background: #fff
}
.c-btn--scroll {
	padding: 0;
	background: 0 0;
	border: 0
}
.c-btn--scroll svg {
	margin-right: 10px
}
.c-btn--scroll:hover {
	color: #7356af;
	background: 0 0
}
.c-btn--scroll:hover svg path {
	fill: #7356af
}
.c-btn-more {
	font-size: 14px;
	line-height: 1;
	color: #7356af;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
	font-family: var(--secondaryFont);
	font-weight: 700
}
.c-btn-more:hover svg {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}
.c-btn-more svg {
	margin-right: 13px;
	transition: all .2s
}
.c-tooltip {
	cursor: pointer;
	position: relative;
	padding-bottom: 7px
}
.c-tooltip.active .c-tooltip__text {
	opacity: 1;
	pointer-events: all
}
.c-tooltip.active .c-tooltip__icon {
	background: #7356af
}
.c-tooltip:hover .c-tooltip__text {
	opacity: 1;
	pointer-events: all
}
.c-tooltip:hover .c-tooltip__icon {
	background: #7356af
}
.c-tooltip__icon {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background: #f8bf1a;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all .2s
}
.c-tooltip__text {
	color: var(--body-color);
	padding: 10px;
	transition: all .2s;
	box-shadow: 0 -1px 17px rgba(0, 0, 0, .2);
	position: absolute;
	background: var(--body-bg);
	right: 0;
	width: 200px;
	text-align: center;
	top: 100%;
	opacity: 0;
	pointer-events: none
}
.c-tooltip__text:after {
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 5px 6px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	right: 3px;
	top: -5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: ""
}
.c-more {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	color: #7356af;
	letter-spacing: .218182px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.66667;
	font-family: var(--primaryFont);
	margin-left: 4px
}
.c-more:hover svg {
	-webkit-transform: translateX(5px);
	transform: translateX(5px)
}
.c-more svg {
	margin-left: 10px;
	transition: all .2s
}
.c-clear {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #9da4ad;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.71429;
	font-family: var(--primaryFont);
	transition: all .2s;
	margin-top: 2px
}
.c-clear:hover {
	color: #7356af
}
.c-clear:hover svg path {
	stroke: #7356af
}
.c-clear:hover svg rect {
	fill: #7356af
}
.c-clear svg {
	transition: all .2s
}
.c-clear svg path, .c-clear svg rect {
	transition: all .2s
}
.c-main-title {
	padding-top: 60px;
	padding-right: 300px;
	position: relative
}
@media (max-width:1000px) {
	.c-main-title {
		padding-right: 0
	}
}
.c-main-title__img {
	position: absolute;
	right: -100px;
	top: 10px
}
.c-main-title__img img {
	max-width: 100%
}
@media (max-width:1380px) {
	.c-main-title__img {
		right: 0;
		max-width: 280px
	}
}
@media (max-width:1000px) {
	.c-main-title__img {
		display: none
	}
}
.c-main-title h1 {
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 48px;
	line-height: 1.04167;
	letter-spacing: -1px;
	margin: 0 0 19px
}
.c-main-search {
	background: #eff4ff;
	padding: 76px 0 74px
}
@media (max-width:600px) {
	.c-main-search {
		padding: 46px 0 44px
	}
}
.c-main-search__form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding-right: 300px;
	position: relative
}
@media (max-width:1000px) {
	.c-main-search__form {
		padding-right: 0
	}
}
.c-main-search__list {
	position: absolute;
	z-index: 2;
	top: 70px;
	left: 0;
	width: calc(100% - 540px);
	background: #fff;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
	padding: 25px 40px;
	transition: all .2s;
	margin-top: 20px;
	opacity: 0;
	pointer-events: none
}
@media (max-width:1000px) {
	.c-main-search__list {
		width: calc(100% - 240px)
	}
}
@media (max-width:767px) {
	.c-main-search__list {
		width: calc(100% - 90px);
		top: 50px;
		padding: 10px
	}
}
@media (max-width:450px) {
	.c-main-search__list {
		width: 100%
	}
}
.c-main-search__list.active {
	opacity: 1;
	margin-top: 0;
	pointer-events: all
}
.c-main-search__list a {
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	font-family: var(--primaryFont);
	color: #111;
	display: block;
	transition: all .2s;
	padding: 13px 40px
}
@media (max-width:767px) {
	.c-main-search__list a {
		padding: 10px 0;
		font-size: 16px
	}
}
.c-main-search__list er {
	background: #f0f4f6;
	color: #7356af
}
.c-main-search input {
	padding-left: 70px;
	font-weight: 400;
	font-size: 22px;
	line-height: 1;
	height: 70px;
	background: #fff;
	border: 0;
	color: #111;
	width: calc(100% - 240px);
	background: url(/wp-content/themes/eurobak/img/c-icon.svg) 20px center no-repeat, #fff
}
@media (max-width:767px) {
	.c-main-search input {
		height: 50px;
		font-size: 18px;
		width: calc(100% - 90px);
		padding-left: 40px;
		background: url(/wp-content/themes/eurobak/img/c-icon.svg) 7px center no-repeat, #fff
	}
}
.c-main-search input::-webkit-input-placeholder {
	color: #111
}
.c-main-search input::-moz-placeholder {
	color: #111
}
.c-main-search input:-ms-input-placeholder {
	color: #111
}
.c-main-search input::-ms-input-placeholder {
	color: #111
}
.c-main-search input::placeholder {
	color: #111
}
.c-main-search button {
	font-size: 16px;
	height: 70px;
	width: 240px;
	padding: 10px
}
@media (max-width:767px) {
	.c-main-search button {
		height: 50px;
		font-size: 14px;
		width: 90px
	}
}
.c-info {
	padding-bottom: 70px
}
.c-info .c-wrap--grid {
	padding-bottom: 83px
}
.c-info__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: var(--body-color-60);
	padding: 20px
}
.c-info__item-amount {
	width: calc(100% - 60px);
	padding: 10px
}
.c-info__item-amount span {
	color: var(--body-color);
	letter-spacing: -1px;
	font-weight: 700;
	font-size: 44px;
	line-height: 1.13636;
	margin-bottom: 24px;
	display: block;
	font-family: var(--primaryFont)
}
.c-full-search {
	padding: 40px 0 70px
}
.c-full-search h3 {
	font-family: var(--secondaryFont);
	line-height: 1.1;
	margin: 0 0 25px;
	font-weight: 700;
	font-size: 28px
}
.c-full-search h4 {
	font-family: var(--secondaryFont);
	line-height: 1.1;
	font-weight: 700;
	font-size: 22px;
	margin: 0 0 25px
}
.c-full-search__item--size .input-wrap input:checked+label img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}
.c-full-search__item--size .input-wrap label:hover img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}
.c-full-search__item--country .input-wrap label img {
	width: 30px;
	height: 30px
}
.c-full-search .input-wrap input {
	position: absolute;
	left: -9999999px;
	opacity: 0;
	visibility: hidden
}
.c-full-search .input-wrap input:checked+label {
	background: #7356af;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	color: #fff
}
.c-full-search .input-wrap label {
	color: var(--body-color);
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: .7;
	height: 50px;
	padding: 10px 30px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	border-radius: 30px;
	margin: 0 10px 10px 0;
	transition: all .2s;
	font-family: var(--secondaryFont);
	cursor: pointer
}
.c-full-search .input-wrap label:hover {
	background: rgba(0, 86, 219, .15);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}
.c-full-search .input-wrap label img {
	margin-right: 15px;
	transition: -webkit-filter .3s;
	transition: filter .3s;
	transition: filter .3s, -webkit-filter .3s
}
.c-full-search .input-wrap--big label {
	height: 60px
}
.c-full-search .input-wrap--reverse label {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
.c-full-search .input-wrap--reverse label img {
	margin: 0 0 0 8px
}
.c-full-search .input-search {
	margin-bottom: 17px;
	position: relative
}
.c-full-search .input-search__list {
	background: #fff;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
	padding: 25px 40px;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	transition: all .2s;
	margin-top: 20px;
	opacity: 0;
	pointer-events: none
}
.c-full-search .input-search__list label, .c-full-search .input-search__list a {
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	font-family: var(--primaryFont);
	color: #111;
	display: block;
	transition: all .2s;
	padding: 13px 40px;
	cursor: pointer
}
@media (max-width:767px) {
	.c-full-search .input-search__list label, .c-full-search .input-search__list a {
		padding: 10px 0;
		font-size: 16px
	}
}
.c-full-search .input-search__list label:hover, .c-full-search .input-search__list er {
	background: #f0f4f6;
	color: #7356af
}
.c-full-search .input-search__list input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	left: -999999px
}
.c-full-search .input-search__list input:checked+label {
	background: #f0f4f6;
	color: #7356af
}
.c-full-search .input-search__list.active {
	opacity: 1;
	margin-top: 0;
	pointer-events: all;
	z-index: 3
}
.c-full-search .input-search input {
	height: 50px;
	width: 100%;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	background: #fff;
	border: 1px solid rgba(3, 20, 46, .3);
	padding-left: 55px;
	background: url(/wp-content/themes/eurobak/img/c-search.svg) 20px center no-repeat, #fff
}
.c-full-search .input-search__btn {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	padding: 4px 20px 4px 4px;
	background: #fff;
	right: 1px
}
.c-full-search .c-tooltip {
	margin: 0 0 10px auto
}
.c-full-search__item {
	margin-bottom: 63px
}
.c-full-search__btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 10px
}
.c-full-search__btn button {
	width: 100%;
	max-width: 370px;
	background: #fff
}
.c-full-search__title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: 31px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 1
}
.c-full-search__title .c-tooltip {
	margin: 3px 10px 0 auto
}
.c-full-search__flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 60px;
	position: relative;
	padding-right: 40px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.c-full-search__flex .c-tooltip {
	position: absolute;
	top: 10px;
	right: 0
}
.c-full-search__flex h4 {
	margin: 0 63px 25px 0
}
.c-full-search__wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px
}
.c-full-search__btns {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 19px
}
.c-full-search__btns a:first-of-type {
	margin-right: 40px
}
@media (max-width:500px) {
	.c-full-search__btns a:first-of-type {
		margin-right: 0
	}
}
.c-full-search__form {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	padding: 58px 40px 64px
}
@media (max-width:800px) {
	.c-full-search__form {
		padding: 30px 10px
	}
}
.c-company-suggest {
	margin-top: 100px;
	background: #f5f8ff;
	box-shadow: 0 6px 10px rgba(11, 32, 63, .2);
	padding: 15px 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 19px
}
@media (max-width:500px) {
	.c-company-suggest {
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.c-company-suggest__img {
	width: 219px
}
@media (max-width:767px) {
	.c-company-suggest__img {
		width: 150px
	}
}
.c-company-suggest__text {
	font-family: var(--secondaryFont);
	width: calc(100% - 219px);
	padding-left: 69px;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.38889;
	color: #1f2d4d;
	max-width: 830px
}
@media (max-width:767px) {
	.c-company-suggest__text {
		width: calc(100% - 150px);
		padding-left: 20px
	}
}
@media (max-width:500px) {
	.c-company-suggest__text {
		width: 100%;
		padding: 10px 0;
		text-align: center
	}
}
.c-company-suggest__text h3 {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.125;
	margin: 0 0 4px
}
@media (max-width:500px) {
	.c-company-suggest__text h3 {
		font-size: 28px
	}
}
.c-result {
	padding-bottom: 115px
}
.c-result .c-wrap--grid {
	grid-gap: 60px 30px
}
@media (max-width:800px) {
	.c-result .c-wrap--grid {
		grid-gap: 20px
	}
}
.c-title {
	margin-bottom: 51px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.c-title .c-more {
	margin-top: 10px
}
.c-title h2 {
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 40px;
	line-height: 1;
	letter-spacing: -1px;
	color: var(--body-color)
}
.c-title h2 span {
	font-weight: 400;
	font-size: 13px;
	line-height: 2.46154;
	letter-spacing: .185714px;
	color: var(--dark-color);
	opacity: .6;
	font-family: var(--primaryFont)
}
.c-company-plate {
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	padding: 20px 20px 21px;
	transition: all .2s
}
.c-company-plate:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}
.c-company-plate__img {
	width: 170px;
	height: 90px;
	margin: 0 auto 19px
}
.c-company-plate__img img {
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}
.c-company-plate__footer {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.14286;
	color: rgba(55, 79, 94, .8);
	padding-top: 55px
}
.c-company-plate__text {
	font-family: var(--secondaryFont);
	color: #111
}
.c-company-plate__text span:not([class]) {
	color: #374f5e;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.14286;
	margin-bottom: 9px;
	display: inline-block
}
.c-company-plate__text .tag {
	font-family: var(--primaryFont);
	font-weight: 400;
	font-size: 11px;
	line-height: 1;
	padding: 4px 10px 2px;
	border: 1px solid #e7e7e7;
	text-transform: uppercase;
	display: inline-block
}
.c-company-plate__text h6 {
	position: relative;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.22222;
	padding-bottom: 13px;
	margin-bottom: 13px
}
.c-company-plate__text h6:after {
	position: absolute;
	background: #fbad18;
	display: block;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 4px;
	content: ""
}
.c-btn-wrap {
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
	padding-top: 60px
}
.c-company-list {
	padding-bottom: 120px;
	text-align: center
}
.c-company-list .wrap {
	max-width: 1210px
}
.c-company-list__title {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 42px
}
.c-company-list__title h2 {
	font-family: var(--secondaryFont);
	font-weight: 350;
	font-size: 36px;
	line-height: 1.38889;
	margin-bottom: 9px;
	text-transform: uppercase
}
@media (max-width:700px) {
	.c-company-list__title h2 {
		font-size: 28px
	}
}
.c-company-list__title .c-btn {
	margin-top: 36px
}
.c-company-links {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 50px
}
.c-company-links li {
	width: 40px;
	height: 40px;
	background: #eff4ff;
	border-radius: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #0a192f;
	font-weight: 700;
	font-size: 14px;
	line-height: .9;
	font-family: var(--secondaryFont);
	margin: 0 4px 4px 0;
	transition: all .2s;
	cursor: pointer
}
.c-company-links li:hover {
	background: #7356af;
	color: #fff
}
.c-company-links li.active {
	background: #7356af;
	color: #fff
}
.c-company-names {
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	color: #111;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	text-align: left;
	display: none
}
.c-company-names.is-visible {
	display: block
}
@media (max-width:700px) {
	.c-company-names {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2
	}
}
@media (max-width:500px) {
	.c-company-names {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1
	}
}
.c-company-names li {
	margin-bottom: 5px
}
.c-company-names a {
	color: #111;
	transition: all .2s
}
.c-company-names er {
	text-decoration: underline
}
.c-news {
	background: #f9f9f9;
	padding: 50px 0
}
.welcome-hero {
	padding: 70px 0 105px;
	background: linear-gradient(355.67deg, #d7e3f5 -14.82%, #fbfdff 76.85%)
}
.welcome-hero .container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
	-ms-flex-align: center;
	align-items: center
}
.welcome-hero__content .fill-btn {
	margin-top: 44px
}
.welcome-hero__title {
	font-size: 48px;
	line-height: 1.05;
	letter-spacing: -1px;
	font-weight: 400
}
.welcome-hero__excerpt {
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: -.6px;
	margin-top: 28px
}
.welcome-hero__excerpt span {
	font-size: 32px;
	line-height: 1;
	font-weight: 700
}
.welcome-hero__aside {
	position: relative
}
.welcome-hero__aside img {
	display: block;
	margin-left: auto
}
.welcome-hero__credentials {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
	line-height: 1.45
}
.welcome-hero__credentials span {
	font-family: var(--secondaryFont);
	display: block;
	font-size: 18px;
	line-height: 1.15;
	font-weight: 700
}
.welcome-hero__credentials span:after {
	content: '';
	display: block;
	width: 28px;
	height: 4px;
	background-color: var(--orange);
	margin: 12px 0
}
@media only screen and (max-width:1199px) {
	.welcome-hero__title {
		font-size: 36px
	}
}
@media only screen and (max-width:992px) {
	.welcome-hero {
		padding: 80px 0 40px
	}
	.welcome-hero .container {
		display: block
	}
	.welcome-hero__content {
		text-align: center
	}
	.welcome-hero__content .fill-btn {
		margin-top: 16px
	}
	.welcome-hero__title {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto
	}
	.welcome-hero__aside img {
		margin-right: auto;
		max-width: 240px
	}
	.welcome-hero__credentials {
		position: static;
		-webkit-transform: unset;
		transform: unset;
		text-align: center;
		margin-top: 12px
	}
	.welcome-hero__credentials span:after {
		margin: 6px auto
	}
}
@media only screen and (max-width:767px) {
	.welcome-hero {
		padding-top: 50px
	}
}
:root[data-theme=dark] .welcome-hero {
	background: linear-gradient(355.67deg, #000 -14.82%, #333 76.85%)
}
.welcome-about {
	margin-top: 80px
}
.welcome-about__grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.welcome-about__grid .welcome-timeline {
	-ms-flex: 0 0 370px;
	flex: 0 0 370px
}
.welcome-about__main {
	-ms-flex: 0 0 570px;
	flex: 0 0 570px;
	min-width: 0
}
.welcome-about__title {
	font-size: 28px;
	line-height: 1.1;
	font-weight: 700;
	letter-spacing: -.5px;
	max-width: 420px
}
.welcome-about__excerpt {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 24px;
	font-family: var(--secondaryFont)
}
.welcome-about__excerpt p {
	margin: 0
}
.welcome-about__body {
	counter-reset: sections;
	margin-top: 130px
}
.welcome-about__section {
	position: relative;
	padding: 12px 0 0 158px
}
.welcome-about__section:before {
	counter-increment: sections;
	content: counter(sections);
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: var(--grey-light3);
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0
}
.welcome-about__section:not(:last-child) {
	border-bottom: 2px solid rgba(197, 204, 213, .3);
	padding-bottom: 64px;
	margin-bottom: 86px
}
.welcome-about__section-title {
	font-size: 34px;
	line-height: 1.25;
	font-weight: 400;
	margin: 0 0 68px
}
.welcome-about__section-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 58px
}
.welcome-about__section-col.is-wide {
	grid-column: auto/span 2
}
.welcome-about__section-subtitle {
	font-family: var(--secondaryFont);
	font-size: 22px;
	line-height: 1.1;
	position: relative;
	padding-left: 33px;
	margin-bottom: 18px
}
.welcome-about__section-subtitle:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 3px solid #858d99
}
.welcome-about__section-body {
	padding-left: 33px
}
.welcome-about__section-body.is-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px
}
.welcome-about__section-body .agencies-list {
	grid-template-columns: repeat(4, 1fr);
	margin-top: 42px
}
.welcome-about__section-value {
	font-family: var(--secondaryFont);
	font-size: 20px;
	line-height: 1.1;
	padding-top: 12px
}
.welcome-about__section-value.with-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.welcome-about__section-value span {
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
	margin-right: 12px
}
.welcome-about__section-value .welcome-counter {
	-ms-flex: 0 0 72px;
	flex: 0 0 72px;
	margin-right: 14px
}
@media only screen and (max-width:1199px) {
	.welcome-about__section {
		padding-left: 0
	}
	.welcome-about__section-title {
		font-size: 26px;
		padding-left: 90px
	}
}
@media only screen and (max-width:992px) {
	.welcome-about__grid {
		display: block
	}
	.welcome-about__main {
		margin-top: 32px
	}
	.welcome-about__section-grid {
		grid-template-columns: 1fr
	}
	.welcome-about__section-col.is-wide {
		grid-column: unset
	}
}
@media only screen and (max-width:767px) {
	.welcome-about__section {
		padding-top: 0
	}
	.welcome-about__section:before {
		width: 48px;
		height: 48px;
		font-size: 18px
	}
	.welcome-about__section-title {
		font-size: 22px;
		padding-left: 64px
	}
	.welcome-about__section-body {
		padding-left: 0
	}
	.welcome-about__section-body.is-grid {
		grid-template-columns: 1fr;
		grid-gap: 10px
	}
	.welcome-about__section-body .agencies-list {
		grid-template-columns: 1fr 1fr
	}
}
.welcome-timeline__count {
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	font-family: var(--secondaryFont)
}
.welcome-timeline__count span {
	font-size: 140px;
	line-height: 1;
	letter-spacing: -2.4px;
	font-weight: 900;
	font-family: var(--primaryFont)
}
.welcome-timeline__caption {
	font-size: 36px;
	line-height: 1.25;
	letter-spacing: -1px;
	font-weight: 700;
	margin-top: -6px
}
.welcome-timeline__list {
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
	font-family: var(--secondaryFont);
	color: var(--body-color-60);
	position: relative
}
.welcome-timeline__list:before {
	content: '';
	position: absolute;
	top: 0;
	left: 7px;
	width: 2px;
	height: calc(100% - 24px);
	background-color: var(--body-color)
}
.welcome-timeline__list li {
	position: relative;
	padding-left: 39px
}
.welcome-timeline__list li:before {
	content: '';
	width: 40px;
	height: 40px;
	background-color: var(--body-color);
	border: 12px solid var(--body-bg);
	position: absolute;
	top: -6px;
	left: -12px;
	border-radius: 50%
}
.welcome-timeline__list li:not(:last-child) {
	margin-bottom: 80px
}
.welcome-timeline__list span {
	color: var(--body-color);
	display: block;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.6
}
@media only screen and (max-width:992px) {
	.welcome-timeline__count span {
		font-size: 72px
	}
	.welcome-timeline__caption {
		font-size: 24px
	}
	.welcome-timeline__list {
		display: -ms-flexbox;
		display: flex;
		white-space: nowrap;
		overflow-x: auto;
		margin-right: -20px
	}
	.welcome-timeline__list:before {
		display: none
	}
	.welcome-timeline__list li {
		padding-left: 30px
	}
	.welcome-timeline__list li:not(:last-child) {
		margin-bottom: 0;
		margin-right: 32px
	}
}
.welcome-logos-slider {
	margin-top: 32px;
	position: relative
}
.welcome-logos-slider .slick-arrow {
	position: relative;
	top: 0;
	-webkit-transform: unset;
	transform: unset
}
.welcome-logos-slider .slick-prev {
	left: 0
}
.welcome-logos-slider .slick-next {
	right: 0
}
.welcome-logos-slider .smart-dots {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 46px
}
.welcome-logos-slider .smart-arrows {
	position: absolute;
	bottom: -10px;
	left: 0
}
.welcome-logos-slider__img {
	height: 145px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0
}
.welcome-logos-slider__img img {
	max-height: 100%
}
.welcome-counter {
	position: relative;
	font-size: 0
}
.welcome-counter:before {
	content: attr(data-value);
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	color: var(--blue-main);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.welcome-alert {
	background-color: #222a81;
	text-align: center;
	margin-top: 190px;
	padding: 54px 0 60px
}
.welcome-alert__title {
	color: var(--white);
	font-size: 24px;
	line-height: 1.5;
	font-weight: 400;
	margin: 0
}
.welcome-alert__title a {
	display: inline-block;
	line-height: 1;
	color: var(--orange);
	font-weight: 700;
	border-bottom: 2px solid rgba(251, 173, 24, .6)
}
.welcome-alert__title er {
	border-color: var(--orange)
}
.welcome-feedback {
	position: relative;
	padding: 45px 0
}
.welcome-feedback .warning-tip {
	margin-bottom: 12px
}
.welcome-feedback__block {
	max-width: 470px
}
.welcome-feedback__block .event-field {
	margin-bottom: 26px
}
.welcome-feedback__block .event-field__checkboxes {
	margin-top: 50px
}
.welcome-feedback__block .fill-btn {
	margin-top: 14px
}
.welcome-feedback__title {
	font-size: 36px;
	line-height: 1.15;
	margin: 0 0 40px
}
.welcome-feedback__bg {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
@media only screen and (max-width:992px) {
	.welcome-feedback__block {
		max-width: 65%
	}
	.welcome-feedback__bg {
		left: 70%;
		width: 30%
	}
}
@media only screen and (max-width:767px) {
	.welcome-feedback__title {
		font-size: 24px
	}
}
.warning-tip {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--white);
	background-color: #eb3c3c;
	border-radius: 4px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 4px 13px 4px 7px
}
.warning-tip:before {
	content: '';
	display: inline-block;
	margin-right: 6px;
	width: 20px;
	height: 17px;
	background: url(/wp-content/themes/eurobak/img/svg/warning-tip.svg) no-repeat center/contain
}
.welcome-contacts {
	margin-top: 100px
}
.welcome-contacts__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	margin-top: 54px
}
.welcome-contacts__icon {
	width: 90px;
	height: 90px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto
}
.welcome-contacts__text {
	font-family: var(--secondaryFont);
	text-align: center;
	font-size: 20px;
	line-height: 1.4
}
.welcome-contacts__text a {
	font-weight: 700
}
.welcome-contacts__text er {
	color: var(--blue-main)
}
.welcome-contacts .research-shares {
	position: relative;
	top: 0;
	right: 0;
	-webkit-transform: unset;
	transform: unset;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 84px
}
.welcome-contacts .research-shares li:not(:last-child) {
	margin-bottom: 0;
	margin-right: 20px
}
.welcome-contacts .research-shares__item {
	background-color: #f9fafd
}
.welcome-contacts .research-shares__item:hover svg path {
	fill: var(--white)
}
.welcome-contacts .research-shares__item svg path {
	fill: #454545
}
@media only screen and (min-width:768px) {
	.welcome-contacts .research-shares__item {
		width: 80px;
		height: 80px
	}
	.welcome-contacts .research-shares__item:hover:after {
		border-width: 40px
	}
}
@media only screen and (max-width:767px) {
	.welcome-contacts__grid {
		grid-template-columns: 1fr;
		margin-top: 0
	}
}
:root[data-theme=dark] .welcome-contacts__icon img {
	-webkit-filter: invert(1);
	filter: invert(1)
}
.shares-list {
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
	grid-gap: 5px;
	max-width: 90%
}
.shares-list a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 30px;
	border-radius: 2px;
	background-color: var(--color);
	border: 2px solid var(--color)
}
.shares-list er {
	background-color: transparent
}
.shares-list er svg {
	fill: var(--color)
}
.shares-list a svg {
	transition: var(--transition)
}
.section-hero {
	position: relative;
	padding: 30px 0;
	overflow: hidden;
	background: url(/wp-content/uploads/2022/06/bg-hero.svg) no-repeat center bottom 80px var(--body-bg)
}
.section-hero:before, .section-hero:after {
	content: '';
	position: absolute;
	z-index: 0;
	width: 530px;
	height: 376px
}
.section-hero:before {
	top: 80px;
	right: -222px;
	background: url(/wp-content/uploads/2022/06/bg-hero-points.svg) no-repeat center;
	-webkit-animation: heroDotsFading 3.5s .35s infinite;
	animation: heroDotsFading 3.5s .35s infinite
}
.section-hero:after {
	top: 199px;
	left: 4px;
	background: url(/wp-content/uploads/2022/06/bg-hero-points2.svg) no-repeat center;
	-webkit-animation: heroDotsFading 3.5s infinite;
	animation: heroDotsFading 3.5s infinite
}
.section-hero .container {
	position: relative;
	z-index: 1
}
.section-hero__loop {
	display: grid;
	grid-gap: 30px;
	grid-template-areas: 'big1 big1 small1 small1''small2 small2 big2 big2';
	grid-template-rows: 340px 340px
}
.section-hero__loop .press-card:first-child {
	grid-area: big1
}
.section-hero__loop .press-card:last-child {
	grid-area: big2
}
.section-hero__footer {
	text-align: right;
	padding-top: 30px
}
.section-hero__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	color: #7356af;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #f5f8ff;
	height: 60px;
	font-family: var(--secondaryFont);
	padding-top: 3px;
	box-shadow: 0 6px 10px rgba(19, 29, 45, .2)
}
.section-hero__link:hover {
	box-shadow: 0 2px 5px rgba(19, 29, 45, .2);
	color: #7356af
}
.section-hero__link:hover:after {
	right: 25px
}
.section-hero__link:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background: url(/wp-content/uploads/2022/06/press.svg) no-repeat center/24px;
	margin: -4px 20px 0 0
}
.section-hero__link:after {
	content: '';
	position: absolute;
	z-index: 1;
	right: 30px;
	top: calc(50% - 8px);
	pointer-events: none;
	width: 9px;
	height: 15px;
	background: url(/wp-content/uploads/2022/06/angle-right-blue.svg) no-repeat center/9px;
	transition: right .3s
}
@media only screen and (max-width:992px) {
	.section-hero__loop {
		grid-template-areas: unset;
		grid-template-columns: 1fr 1fr;
		grid-gap: 15px;
		grid-template-rows: 200px
	}
	.section-hero__loop .press-card:first-child {
		grid-area: unset
	}
	.section-hero__loop .press-card:last-child {
		grid-area: unset
	}
}
@media only screen and (max-width:767px) {
	.section-hero__loop {
		grid-template-rows: 230px
	}
}
@media only screen and (max-width:576px) {
	.section-hero__loop {
		grid-template-columns: 1fr
	}
}
.hero-line {
	position: absolute;
	z-index: 0
}
.hero-line path, .hero-line line {
	stroke-dasharray: 345;
	stroke-dashoffset: 345;
	-webkit-animation: heroSvgLines 1.5s forwards alternate cubic-bezier(.77, 0, .175, 1);
	animation: heroSvgLines 1.5s forwards alternate cubic-bezier(.77, 0, .175, 1)
}
.hero-line rect {
	opacity: 0;
	-webkit-animation: heroSvgRects 1.5s 1.5s forwards;
	animation: heroSvgRects 1.5s 1.5s forwards
}
.hero-line--1 {
	top: 143px;
	right: 141px
}
.hero-line--1 path, .hero-line--1 line {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}
.hero-line--2 {
	top: 253px;
	right: 207px
}
.hero-line--3 {
	top: 407px;
	right: 119px
}
.hero-line--3 path, .hero-line--3 line {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}
.hero-line--4 {
	top: 85px;
	left: 30px
}
@-webkit-keyframes heroDotsFading {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes heroDotsFading {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@-webkit-keyframes heroSvgLines {
	to {
		stroke-dashoffset: 0
	}
}
@keyframes heroSvgLines {
	to {
		stroke-dashoffset: 0
	}
}
@-webkit-keyframes heroSvgRects {
	to {
		opacity: 1
	}
}
@keyframes heroSvgRects {
	to {
		opacity: 1
	}
}
.press-card {
	position: relative;
	overflow: hidden
}
.press-card:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	transition: -webkit-transform .85s cubic-bezier(.77, 0, .175, 1);
	transition: transform .85s cubic-bezier(.77, 0, .175, 1);
	transition: transform .85s cubic-bezier(.77, 0, .175, 1), -webkit-transform .85s cubic-bezier(.77, 0, .175, 1)
}
.press-card:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #f5f8ff;
	transition: -webkit-transform .85s .3s cubic-bezier(.77, 0, .175, 1);
	transition: transform .85s .3s cubic-bezier(.77, 0, .175, 1);
	transition: transform .85s .3s cubic-bezier(.77, 0, .175, 1), -webkit-transform .85s .3s cubic-bezier(.77, 0, .175, 1)
}
.press-card.is-blue:before {
	background-color: #131d2d
}
.press-card.is-orange:before {
	background-color: #fbad18;
	transition-delay: .25s
}
.press-card.is-loaded:before {
	-webkit-transform: translate(101%, 0) matrix(1, 0, 0, 1, 0, 0);
	transform: translate(101%, 0) matrix(1, 0, 0, 1, 0, 0);
	pointer-events: none
}
.press-card.is-loaded:after {
	-webkit-transform: translate(101%, 0) matrix(1, 0, 0, 1, 0, 0);
	transform: translate(101%, 0) matrix(1, 0, 0, 1, 0, 0);
	pointer-events: none
}
.press-card:hover .press-card__thumbnail:before {
	opacity: 1
}
.press-card__thumbnail {
	height: 200px;
	position: relative;
	font-size: 0
}
.press-card__thumbnail:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(19, 29, 45, .6);
	opacity: 0;
	transition: opacity .55s;
	will-change: auto
}
.press-card__thumbnail:after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(19, 29, 45, .6), transparent);
	will-change: auto
}
.press-card__thumbnail-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top;
	will-change: auto
}
.press-card__date {
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 0;
	min-width: 78px;
	font-size: 11px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: linear-gradient(to right, #fb2, #ffd437);
	padding: 10px 10px 9px;
	text-align: center
}
.press-card .post-category {
	position: absolute;
	z-index: 1;
	top: 25px;
	right: 20px
}
.press-card__content {
	border: 1px solid var(--grey-light2);
	background-color: var(--white-element);
	padding: 20px;
	min-height: 140px
}
.press-card__title {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 18px;
	line-height: 1.1
}
.press-card__title a {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden
}
.press-card__title er {
	color: #7356af
}
.press-card__title a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}
.press-card--large .press-card__thumbnail {
	height: 100%
}
.press-card--large .press-card__content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end
}
.press-card--large .press-card__title {
	font-size: 28px;
	min-height: 116px
}
.press-card--large .press-card__title a {
	color: var(--white)
}
@media only screen and (max-width:992px) {
	.press-card--large {
		height: 200px
	}
	.press-card--large .press-card__title {
		font-size: 21px;
		min-height: auto
	}
}
@media only screen and (max-width:767px) {
	.press-card--large {
		height: 230px
	}
}
.section-columns {
	padding-top: 90px;
	background-color: transparent
}
.section-columns .section-columns__loop {
	margin-bottom: 0 !important
}
.section-columns__loop {
	padding-top: 62px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 45px 30px
}
.section-columns__footer {
	padding-top: 66px
}
.section-columns__footer .fill-btn {

	max-width: 330px
}
@media only screen and (max-width:992px) {
	.section-columns__loop {
		grid-column-gap: 15px
	}
}
@media only screen and (max-width:767px) {
	.section-columns__loop {
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 45px
	}
}
@media only screen and (max-width:576px) {
	.section-columns {
		padding-top: 45px
	}
	.section-columns__loop {
		grid-template-columns: 1fr;
		padding-top: 30px
	}
}
.column-card:nth-of-type(1) {
	transition-delay: .3s
}
.column-card:nth-of-type(2) {
	transition-delay: .6s
}
.column-card:nth-of-type(2)__avatar:before {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}
.column-card:nth-of-type(3) {
	transition-delay: .7s
}
.column-card:nth-of-type(3)__avatar:before {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s
}
.column-card:nth-of-type(4) {
	transition-delay: .9s
}
.column-card:nth-of-type(4)__avatar:before {
	-webkit-animation-delay: 2.75s;
	animation-delay: 2.75s
}
.column-card__avatar {
	position: relative;
	display: block;
	padding-bottom: 20px

}
.column-card__avatar:before {
	content: '';
	position: absolute;
	z-index: 0;
	width: 180px;
	height: 180px;
	bottom: 0;
	left: 0;
	/*background: url(/wp-content/themes/eurobak/img/photo-back.png); no-repeat center/contain;*/

}
.column-card__avatar a {
	display: block;
	width: 170px;
	height: 170px;
	margin: 0 auto;
	position: relative;
	z-index: 1
}
.column-card__avatar er {
	opacity: .75
}
.column-card__avatar-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center
}
.column-card__author {
	display: block;
	font-family: 'Roboto', san-serif;
	color: #161616;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 25px;
}
.column-card__author:hover {
	color: var(--blue-main)
}
/*.column-card__author:after {
content: '';
display: block;
width: 28px;
height: 4px;
background-color: var(--orange);
margin-top: 15px
}*/
.column-card__position {
	display: block;
	font-size: 14px;
	line-height: 1.42;
	color: var(--body-color-60);
	margin-top: 15px
}
.column-card .post-time {
	margin-top: 23px
}
.column-card__title {
	font-family: 'Roboto', san-serif;
	font-weight: 400;
	color: #373737;
	font-size: 14px;
	line-height: 1.1;
	margin-top: 15px;
}
.column-card__title er {
	/*color: var(--blue-main)*/
}
@media only screen and (max-width:992px) {
	.column-card__avatar a {
		width: 165px;
		height: 165px
	}
}
@media only screen and (max-width:576px) {
	.column-card {
		transition-delay: 0s !important;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.column-card__avatar a {
		width: 100px;
		height: 100px
	}
	.column-card__content-top {
		width: calc(100% - 100px);
		padding-left: 20px
	}
	.column-card__author {
		margin-top: 5px
	}
	.column-card .post-time {
		margin-top: 0
	}
}
@-webkit-keyframes columnCardFading {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes columnCardFading {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
body:not(.home) .section-columns {
	padding-top: 0
}
body:not(.home) .section-columns__loop {
	margin-bottom: 45px
}
body:not(.home) .business-school-container .section-columns__loop {
	padding-top: 0
}
.section-calendar {
	padding-top: 70px;
	background: url(/wp-content/uploads/2022/06/bg-calendar.svg) no-repeat bottom -100px left 0
}
.calendar-grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 46px
}
@media only screen and (max-width:992px) {
	.calendar-grid {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
@media only screen and (max-width:576px) {
	.calendar-grid {
		margin-top: 30px
	}
}
.calendar {
	-ms-flex: 0 0 338px;
	flex: 0 0 338px
}
.calendar .datepicker {
	width: 100%;
	font-family: var(--secondaryFont);
	color: var(--body-color);
	font-size: 17px;
	box-sizing: border-box;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background-color: transparent
}
.calendar .datepicker--nav {
	border-bottom: 0;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -.2px;
	color: #7356af
}
.calendar .datepicker--nav-title {
	pointer-events: none
}
.calendar .datepicker--nav-title:hover {
	background: 0 0
}
.calendar .datepicker--nav-title i {
	color: #7356af
}
.calendar .datepicker--nav-action:hover {
	background: 0 0
}
.calendar .datepicker--nav-action:hover svg path {
	fill: #3d83ef
}
.calendar .datepicker--nav-action svg {
	width: 12px;
	height: auto
}
.calendar .datepicker--nav-action svg path {
	fill: #7356af;
	stroke: transparent;
	stroke-width: 0
}
.calendar .datepicker--content {
	padding: 0
}
.calendar .datepicker--days-names {
	margin: 50px 0 27px
}
.calendar .datepicker--day-name {
	font-family: var(--primaryFont);
	color: #607897;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700
}
.calendar .datepicker--cell {
	border-radius: 0;
	height: 50px;
	margin-bottom: 10px
}
.calendar .datepicker--cell-day.-other-month-, .calendar .datepicker--cell-day.-other-decade- {
	opacity: .3;
	color: var(--body-color)
}
.calendar .datepicker--cell-day.-weekend- {
	opacity: .6;
	color: var(--body-color)
}
.calendar .datepicker--cell-day.-current- {
	color: #7356af
}
.calendar .datepicker--cell-day.-focus- {
	background: 0 0
}
.calendar .datepicker--cell-day.-selected- {
	color: #7356af;
	background: 0 0
}
.calendar .datepicker--cell-day.-day-with-event- {
	position: relative
}
.calendar .datepicker--cell-day.-day-with-event-:after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 8px;
	left: calc(50% - 2px);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #7356af
}
.calendar .ui-widget-content {
	border: 0;
	background: 0 0;
	color: var(--body-color);
	font-family: var(--secondaryFont)
}
.calendar .ui-widget-content .ui-priority-secondary {
	opacity: .3
}
.calendar .ui-widget-content .ui-datepicker-week-end {
	opacity: .6
}
.calendar .ui-widget-header {
	border: 0;
	background: 0 0;
	color: #7356af;
	font-size: 22px;
	letter-spacing: -.2px
}
.calendar .ui-widget-header a {
	color: #7356af
}
.calendar .ui-widget-title {
	margin: 0;
	line-height: 1
}
.calendar .ui-corner-all {
	border-radius: 0
}
.calendar .ui-datepicker {
	width: 100%;
	padding: 0
}
.calendar .ui-datepicker .ui-datepicker-header {
	padding: 0
}
.calendar .ui-datepicker .ui-datepicker-calendar .ui-state-default, .calendar .ui-datepicker .ui-datepicker-calendar .ui-state-hover {
	border: 0;
	background: 0 0;
	color: var(--body-color);
	padding: 0 !important;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10px
}
.calendar .ui-datepicker-prev, .calendar .ui-datepicker-next {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px;
	margin: -3px 4px 0
}
.calendar .ui-datepicker-prev:before, .calendar .ui-datepicker-next:before {
	display: none
}
.calendar .ui-datepicker-prev {
	background-image: url(/wp-content/uploads/2022/06/calendar-prev.svg)
}
.calendar .ui-datepicker-next {
	background-image: url(/wp-content/uploads/2022/06/calendar-next.svg)
}
.calendar .ui-datepicker table {
	margin: 0;
	font-size: 17px
}
.calendar .ui-datepicker th {
	padding: 46px 0 40px;
	font-family: var(--primaryFont);
	color: #607897;
	font-size: 12px;
	text-transform: uppercase
}
.calendar .ui-datepicker td {
	padding: 0
}
.calendar .ui-datepicker td .ui-state-highlight, .calendar .ui-datepicker td .ui-state-active {
	background: 0 0 !important;
	border-color: transparent !important
}
.calendar .ui-datepicker .day-with-event a {
	position: relative
}
.calendar .ui-datepicker .day-with-event a:after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 8px;
	left: calc(50% - 2px);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #7356af
}
@media only screen and (max-width:1199px) {
	.calendar {
		-ms-flex: 0 0 275px;
		flex: 0 0 275px
	}
}
@media only screen and (max-width:992px) {
	.calendar {
		-ms-flex: 0 0 300px;
		flex: 0 0 300px
	}
}
@media only screen and (max-width:576px) {
	.calendar {
		-ms-flex: unset;
		flex: unset;
		width: 100%;
		max-width: 320px;
		margin: 0 auto 30px
	}
}
.calendar-highlighter {
	position: absolute;
	top: -1px;
	left: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #7356af;
	pointer-events: none;
	opacity: 0
}
@media only screen and (max-width:1199px) {
	.calendar-highlighter {
		left: -4px
	}
}
@media only screen and (max-width:576px) {
	.calendar-highlighter {
		left: -2px
	}
}
.calendar-list {
	-ms-flex: 1;
	flex: 1;
	padding: 0 50px 0 62px;
	margin-top: 2px;
	transition-delay: .5s
}
.calendar-list__loop.is-loading {
	opacity: .5;
	-webkit-filter: blur(2px);
	filter: blur(2px)
}
.calendar-list__loop.is-scrollable {
	overflow-y: auto
}
.calendar-list__loop::-webkit-scrollbar {
	width: 5px
}
.calendar-list__loop::-webkit-scrollbar-track {
	background-color: var(--grey-light2)
}
.calendar-list__loop::-webkit-scrollbar-thumb {
	background-color: #7356af
}
.calendar-list__loop>:last-child {
	margin-bottom: 0
}
.calendar-list__footer {
	text-align: center;
	padding-top: 30px
}
.calendar-list__footer .fill-btn {
	width: 100%
}
@media only screen and (max-width:1199px) {
	.calendar-list {
		padding: 0 25px
	}
}
@media only screen and (max-width:992px) {
	.calendar-list {
		padding-right: 0
	}
}
@media only screen and (max-width:576px) {
	.calendar-list {
		-ms-flex: unset;
		flex: unset;
		min-width: 100%;
		transition-delay: .35s;
		padding-left: 0
	}
}
.calendar-list-divider {
	position: relative;
	margin-bottom: 26px
}
.calendar-list-divider:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0;
	width: calc(100% - 20px);
	height: 1px;
	background-color: var(--grey-light2)
}
.calendar-list-divider__date {
	display: inline-block;
	margin-bottom: -1px;
	font-size: 14px;
	color: var(--dark-color-60);
	background-color: var(--white-element);
	padding-right: 22px;
	position: relative;
	z-index: 1
}
.calendar-list-divider__day {
	font-size: 26px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -.6px;
	color: var(--dark-color);
	margin-right: 6px
}
.calendar-list-empty {
	font-family: var(--secondaryFont);
	font-size: 20px;
	line-height: 1;
	color: var(--body-color-60);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 16px
}
.calendar-list-empty:before {
	content: '';
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 32px;
	line-height: 1;
	width: 50px;
	height: 50px;
	min-width: 50px;
	border-radius: 50%;
	background: url(/wp-content/uploads/2022/06/calendar-no-news.png) no-repeat center/32px #f3f3f3;
	margin-right: 20px
}
.calendar-card {
	position: relative;
	margin-bottom: 19px
}
.calendar-card .post-category {
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px
}
.calendar-card__tag {
	height: 20px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2px 10px 0;
	white-space: nowrap;
	font-size: 11px;
	line-height: 1
}
.calendar-card__tag--red {
	color: #fff;
	text-transform: uppercase;
	background: #eb3c3c;
	font-weight: 700;
	margin-right: 20px;
	line-height: 20px
}
.calendar-card__tags {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 11px
}
.calendar-card__tags+.calendar-card__tags {
	padding-top: 3px
}
.calendar-card__tags[data-title]:before {
	content: attr(data-title);
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	margin: 0 10px 0 0;
	font-weight: 700
}
.calendar-card__tags .calendar-card__tag {
	border: 1px solid #7356af;
	color: #7356af;
	margin: 0 5px 5px 0
}
.calendar-card__title {
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.15;
	margin-top: 9px
}
.calendar-card__title er {
	color: #7356af
}
.calendar-card__title a:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.calendar-slider {
	-ms-flex: 0 0 370px;
	flex: 0 0 370px;
	min-width: 0;
	margin-top: 5px;
	padding-bottom: 80px;
	transition-delay: 1s
}
.calendar-slider .slick-arrow {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0;
	width: 50px;
	height: 50px;
	border: 2px solid #7356af;
	border-radius: 50%;
	background-color: transparent;
	transition: background-color .3s
}
.calendar-slider .slick-arrow:hover {
	background-color: #7356af
}
.calendar-slider .slick-arrow:hover:before {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}
.calendar-slider .slick-arrow:before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 12px;
	background: url(/wp-content/uploads/2022/06/angle-right-blue.svg) no-repeat center/contain;
	transition: all .3s
}
.calendar-slider .slick-arrow.slick-prev {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	margin-right: 10px
}
.calendar-slider .slick-arrow.slick-prev:before {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}
.calendar-slider .slick-dots {
	display: -ms-flexbox !important;
	display: flex !important;
	margin-top: 45px
}
.calendar-slider .slick-dots li {
	-ms-flex: 1;
	flex: 1;
	cursor: pointer;
	border: 2px solid transparent;
	padding: 4px;
	font-size: 0;
	transition: border-color .3s
}
.calendar-slider .slick-dots li:hover {
	border-color: #e7e7e7
}
.calendar-slider .slick-dots li.slick-active {
	border-color: #7356af
}
.calendar-slider .slick-dots li:not(:last-child) {
	margin-right: 9px
}
.calendar-slider .slick-dots img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover
}
@media only screen and (max-width:992px) {
	.calendar-slider {
		-ms-flex: 1;
		flex: 1;
		min-width: 100%;
		margin-top: 30px
	}
}
@media only screen and (max-width:576px) {
	.calendar-slider {
		transition-delay: .35s
	}
	.calendar-slider .slick-dots {
		margin-top: 15px
	}
	.calendar-slider .slick-arrow {
		right: calc(50% - 50px)
	}
}
.calendar-slider-card {
	position: relative
}
.calendar-slider-card__thumbnail {
	position: relative
}
.calendar-slider-card__thumbnail-img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top
}
.calendar-slider-card__thumbnail .post-category {
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px
}
.calendar-slider-card__content {
	display: grid;
	grid-template-areas: 'date title';
	padding-top: 16px
}
.calendar-slider-card__content>div {
	padding-left: 44px
}
.calendar-slider-card__content .post-date {
	margin-top: 22px
}
.calendar-slider-card__content .post-time {
	margin-bottom: 14px
}
.calendar-slider-card__title {
	font-size: 18px;
	line-height: 1.1;
	font-family: var(--secondaryFont)
}
.calendar-slider-card__title er {
	color: #7356af
}
.calendar-slider-card__title a:after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.section-calendar .calendar-list__footer {
	text-align: left
}
.section-calendar .calendar-list__footer .fill-btn {
	max-width: 238px;
	margin-left: 68px
}
.section-calendar__btns {
	padding: 10px 0
}
.section-calendar__btns .c-btn {
	padding: 5px 16px;
	text-transform: none;
	font-size: 15px;
	margin-right: 20px;
	border: 2px solid rgba(0, 86, 219, .3)
}
.section-calendar__btns .c-btn:hover {
	border-color: #7356af
}
.section-calendar__btns .c-btn.active {
	border-color: #7356af
}
.section-calendar .js_events-search {
	position: relative;
	z-index: 2
}
.section-calendar .c-full-search {
	margin-top: 37px;
	padding: 0;
	box-shadow: none
}
.section-calendar .c-full-search__btn button {
	max-width: 270px
}
.section-calendar .c-full-search__btn button svg {
	margin-right: 11px
}
.section-calendar .input-wrap--big label svg {
	margin-left: 19px
}
.section-calendar .input-wrap input:checked+label svg path {
	fill: #fff
}
.section-calendar .section-headline--btns {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media only screen and (max-width:650px) {
	.section-calendar .section-headline--btns {
		-ms-flex-pack: center;
		justify-content: center
	}
}
.c-search-result {
	padding-top: 65px;
	padding-bottom: 70px
}
.c-search-result .slick-dots {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
.c-search-result .slick-dots li {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	min-width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid transparent;
	cursor: pointer;
	transition: border-color .3s
}
.c-search-result .slick-dots li:not(:last-child) {
	margin-right: 5px
}
.c-search-result .slick-dots li.slick-active {
	border-color: #7356af
}
.c-search-result .slick-dots li.slick-active button {
	background-color: #7356af
}
.c-search-result .slick-dots button {
	font-size: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: rgba(0, 86, 219, .3);
	transition: background-color .3s
}
.c-search-result .slick-dots--light li.slick-active {
	border-color: #fff
}
.c-search-result .slick-dots--light li.slick-active button {
	background-color: #fff
}
.c-search-result .slick-dots--light button {
	background-color: rgba(255, 255, 255, .3)
}
@media only screen and (max-width:576px) {
	.c-search-result .slick-dots li {
		width: 16px;
		min-width: 16px;
		height: 16px
	}
	.c-search-result .slick-dots li:not(:last-child) {
		margin-right: 1px
	}
}
.c-search-result .slick-arrow {
	position: absolute;
	z-index: 1;
	top: -53px;
	right: 0;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0;
	width: 50px;
	height: 50px;
	border: 2px solid #7356af;
	border-radius: 50%;
	background-color: transparent;
	transition: background-color .3s
}
.c-search-result .slick-arrow:hover {
	background-color: #7356af
}
.c-search-result .slick-arrow:hover:before {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}
.c-search-result .slick-arrow:before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 12px;
	background: url(/wp-content/uploads/2022/06/angle-right-blue.svg) no-repeat center/contain;
	transition: all .3s
}
.c-search-result .slick-arrow.slick-prev {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	margin-right: 10px
}
.c-search-result .slick-arrow.slick-prev:before {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}
.c-search-result__title {
	font-weight: 400;
	font-size: 40px;
	line-height: 1;
	letter-spacing: -1px;
	margin: 0 0 30px
}
.c-search-result__item {
	margin-bottom: 30px
}
.c-search-result__subtitle {
	font-size: 22px;
	line-height: 1.09091;
	font-weight: 700;
	margin: 0 0 30px
}
.c-search-result__slide-inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px
}
@media only screen and (max-width:650px) {
	.c-search-result__slide-inner {
		grid-template-columns: 1fr
	}
}
.c-search-result .calendar-card .calendar-list-divider__date {
	color: var(--dark-color);
	width: 100%;
	margin-bottom: 12px
}
.c-search-result .calendar-card__price {
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.81818;
	color: var(--dark-color);
	margin-top: 10px;
	-ms-flex-align: center;
	align-items: center;
	font-family: var(--primaryFont)
}
.c-search-result .calendar-card__price svg {
	margin: 0 5px
}
.c-search-result .calendar-card__title {
	font-size: 20px;
	line-height: 1.15
}
#js__extended-search-past-events .visible-only-in-future-events {
	display: none
}
@media only screen and (max-width:575px) {
	.js_events-search-btn {
		margin-bottom: 10px
	}
}
#js__companies-news-extended-filter .c-full-search__title {
	width: 100%;
	padding-top: 20px
}
#js__extended-search-results .slick-dots {
	margin-top: 10px
}
#js__extended-search-results .c-search-result__slide-inner {
	padding: 2px
}
#js__extended-search-results .c-search-result__title {
	max-width: calc(100% - 110px)
}
@media only screen and (max-width:650px) {
	#js__extended-search-results .c-search-result__title {
		font-size: 27px
	}
}
.section-events {
	background: url(/wp-content/uploads/2022/06/bg-home-events-slider.png) no-repeat center bottom/cover #3447ad;
	margin-top: 101px;
	padding: 60px 0 25px;
	overflow: hidden
}
.section-events.no-margin {
	margin-top: 0
}
.section-events .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}
.section-events__content {
	-ms-flex: 0 0 499px;
	flex: 0 0 499px;
	padding: 0 60px 60px 0;
	color: #fff
}
.section-events__title {
	color: #fff;
	font-family: var(--secondaryFont);
	font-size: 56px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 1
}
.section-events__text {
	font-size: 19px;
	line-height: 1.58;
	margin-top: 21px
}
.section-events__slider {
	-ms-flex: 1;
	flex: 1;
	min-width: 0
}
@media only screen and (max-width:1199px) {
	.section-events__content {
		padding-right: 60px;
		-ms-flex: 0 0 415px;
		flex: 0 0 415px
	}
}
@media only screen and (max-width:992px) {
	.section-events .container {
		display: block
	}
	.section-events__title {
		font-size: 32px
	}
	.section-events__content {
		-ms-flex: unset;
		flex: unset;
		padding: 0;
		margin-bottom: 30px
	}
}
@media only screen and (max-width:576px) {
	.section-events__slider {
		margin-right: 0 !important
	}
}
.events-rotator {
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
	transition: all .65s
}
.events-rotator.is-animated {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}
.events-rotator__footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 370px;
	margin-top: 15px
}
.events-rotator__arrows {
	margin: 0;
	padding: 0;
	font-size: 0;
	list-style-type: none
}
.events-rotator__arrows li {
	display: inline-block;
	vertical-align: middle
}
.events-rotator__arrows li:not(:last-child) {
	margin-right: 15px
}
.events-rotator__arrows .slick-arrow {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0;
	width: 70px;
	min-width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .2);
	transition: all .3s
}
.events-rotator__arrows .slick-arrow:after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 12px;
	background: url(/wp-content/uploads/2022/06/angle-right-blue.svg) no-repeat center/contain;
	transition: all .3s
}
.events-rotator__arrows .slick-arrow:hover {
	box-shadow: none;
	background-color: #fbad18
}
.events-rotator__arrows .slick-arrow:hover:after {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}
.events-rotator__arrows .slick-arrow.slick-prev:after {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}
.events-rotator__pagination {
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 1
}
.events-rotator__pagination span {
	font-size: 26px;
	font-weight: 700
}
.events-rotator .slick-track {
	display: -ms-flexbox;
	display: flex
}
.events-rotator .slick-slide {
	height: inherit
}
.events-rotator .slick-slide.slick-current .event-card:after {
	opacity: 0;
	pointer-events: none
}
.events-rotator .event-card {
	max-width: 370px;
	height: 100%;
	margin-right: 30px;
	position: relative
}
@media only screen and (max-width:575px) {
	.events-rotator__footer {
		max-width: 100%
	}
	.events-rotator .event-card {
		max-width: 100%;
		margin-right: 0
	}
}
.event-card {
	position: relative;
	background-color: #fff
}
.event-card__thumbnail {
	position: relative;
	height: 270px
}
.event-card__thumbnail-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top
}
.event-card .post-category {
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px
}
.event-card__content {
	display: grid;
	grid-template-areas: 'date title';
	padding: 16px 21px 26px
}
.event-card__content>div {
	padding-left: 38px
}
.event-card__content .post-date {
	margin-top: 22px
}
.event-card__content .post-time {
	margin-bottom: 15px
}
.event-card__title {
	font-size: 18px;
	line-height: 1.1;
	font-weight: 700;
	font-family: var(--secondaryFont)
}
.event-card__title a {
	color: #111
}
.event-card__title er {
	color: #7356af
}
@media only screen and (max-width:576px) {
	.event-card__content>div {
		padding-left: 20px
	}
}
.section-courses {
	background-color: transparent;
	padding-top: 95px
}
.section-courses .section-headline .angle-link {
	margin-left: auto;
	margin-right: 37px
}
.courses-slider {
	margin: 42px -3px 0
}
.courses-slider .slick-list {
	padding: 3px 3px 5px;
	margin: 0 -15px;
	width: calc(100% + 30px)
}
.courses-slider .slick-track {
	display: -ms-flexbox;
	display: flex
}
.courses-slider .slick-slide {
	padding: 0 15px;
	height: inherit
}
.courses-slider .course-card {
	height: 100%
}
.courses-slider .smart-dots {
	margin-top: 46px;
	display: -ms-flexbox;
	display: flex
}
@media only screen and (max-width:576px) {
	.courses-slider {
		margin: 30px 0 0
	}
	.courses-slider .smart-dots {
		margin-top: 20px
	}
}
.course-card {
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	background-color: var(--white-element);
	position: relative;
	border: 1px solid transparent;
	transition: all .3s
}
.course-card:hover {
	border-color: #7356af;
	box-shadow: none
}
.course-card__top {
	height: 106px;
	margin: 0 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-bottom: 1px solid var(--grey-light2)
}
.course-card__img {
	margin-right: 19px
}
.course-card__category {
	display: inline-block;
	font-size: 14px;
	line-height: 1.45;
	color: var(--body-color-60)
}
.course-card__content {
	display: grid;
	grid-template-areas: 'date title';
	padding: 19px 21px 25px
}
.course-card__content>div {
	padding-left: 42px
}
.course-card__content .post-date {
	margin-top: 22px
}
.course-card__content .post-time {
	margin-bottom: 15px
}
.course-card__title {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	font-family: var(--secondaryFont)
}
.course-card__title er {
	color: var(--blue-main)
}
.course-card__title a:after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
@media only screen and (max-width:767px) {
	.course-card__content>div {
		padding-left: 20px
	}
}
.section-companies {
	background-color: transparent;
	padding: 117px 0 46px
}
.section-companies .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.section-companies__content {
	max-width: 340px;
	padding-bottom: 7px
}
.section-companies .section-headline__title {
	font-size: 48px
}
.section-companies .fill-btn {
	margin-top: 21px;
	width: 100%;
	text-align: center
}
@media only screen and (max-width:992px) {
	.section-companies__content {
		width: 290px
	}
	.section-companies__title {
		font-size: 32px
	}
}
@media only screen and (max-width:767px) {
	.section-companies__content {
		width: 100%;
		max-width: 290px;
		margin: 0 auto
	}
	.section-companies .section-headline__title {
		font-size: 32px
	}
	.section-companies .fill-btn {
		margin-top: 0
	}
}
.companies-card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
	height: 240px;
	width: 100%;
	max-width: 500px;
	margin-right: 135px;
	padding: 14px 0 0 179px;
	background: url(/wp-content/uploads/2022/06/bg-companies-card.svg) no-repeat center left/contain;
	box-shadow: 30px 30px 60px rgba(0, 86, 219, .12);
	border-radius: 40px
}
.companies-card__text {
	font-family: var(--secondaryFont);
	font-size: 24px;
	line-height: 1;
	letter-spacing: -.43px;
	margin-bottom: 21px
}
.companies-card__number {
	font-size: 70px;
	line-height: 1;
	font-weight: 700;
	color: var(--blue-main);
	letter-spacing: -3px;
	margin-bottom: 20px
}
.companies-card__link {
	display: inline-block;
	font-family: var(--secondaryFont);
	text-transform: uppercase;
	color: var(--blue-main);
	font-size: 16px;
	font-weight: 700;
	position: relative
}
.companies-card__link:hover {
	color: #0eb53d
}
.companies-card__link:hover:after {
	opacity: 1
}
.companies-card__link:before, .companies-card__link:after {
	content: '';
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: all .3s
}
.companies-card__link:before {
	border: 2px solid rgba(0, 86, 219, .3);
	background: url(/wp-content/uploads/2022/06/plus-blue.svg) no-repeat center/16px;
	margin-right: 12px
}
.companies-card__link:after {
	border: 2px solid #0eb53d;
	background-color: var(--body-bg);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}
@media only screen and (max-width:1199px) {
	.companies-card {
		margin-right: 70px
	}
}
@media only screen and (max-width:992px) {
	.companies-card {
		width: 375px;
		padding-left: 115px;
		margin-right: 30px
	}
}
@media only screen and (max-width:767px) {
	.companies-card {
		width: 100%;
		margin-right: 0;
		max-width: 100%;
		margin-bottom: 30px
	}
}
@media only screen and (max-width:414px) {
	.companies-card {
		height: 180px;
		padding-left: 95px
	}
	.companies-card__text {
		font-size: 20px;
		margin-bottom: 10px;
		display: inline-block
	}
	.companies-card__number {
		font-size: 48px;
		margin-bottom: 10px;
		display: inline-block
	}
}
.section-advantages {
	background-color: transparent;
	padding-top: 50px
}
.section-advantages__grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}
.section-advantages__header {
	max-width: 600px;
	min-width: 600px;
	padding-right: 25px
}
.section-advantages__title {
	font-size: 48px;
	line-height: 1.05;
	letter-spacing: -1px;
	margin: 0;
	font-family: var(--secondaryFont)
}
.section-advantages__excerpt {
	font-size: 19px;
	line-height: 1.58;
	margin-top: 14px
}
.section-advantages__text {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 70px;
	-moz-column-gap: 70px;
	column-gap: 70px;
	padding-bottom: 20px
}
.section-advantages__text p {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid
}
.section-advantages__btns {
	margin-top: 41px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.section-advantages__btns li:not(:last-child) {
	margin-right: 37px
}
.section-advantages__btns .fill-btn {
	padding: 23px 101px 21px;
	font-size: 16px;
	background-color: #34c06f
}
.section-advantages__btns .fill-btn:hover {
	background-color: #1bda6c
}
.section-advantages__toggler {
	display: inline-block;
	font-family: var(--secondaryFont);
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fbad18;
	position: relative
}
.section-advantages__toggler:hover {
	color: #fbad18
}
.section-advantages__toggler:before {
	content: '';
	position: absolute;
	bottom: -9px;
	width: 100%;
	height: 3px;
	background: #fbad18
}
.section-advantages__toggler:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: calc(100% + 19px);
	top: 3px;
	width: 15px;
	height: 9px;
	background: url(/wp-content/uploads/2022/06/angle-bottom-orange.svg) no-repeat center/15px;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}
.section-advantages__toggler.is-pressed:after {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}
.section-advantages--about .section-advantages__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.375;
	text-transform: uppercase;
	margin-bottom: 38px
}
.section-advantages--about .section-advantages__toggler {
	color: #fbad18;
	text-decoration: none;
	border-bottom: 0 !important;
	line-height: 1
}
@media only screen and (max-width:992px) {
	.section-advantages__img {
		display: none
	}
	.section-advantages__header {
		min-width: 100%;
		max-width: 100%;
		padding-right: 0
	}
	.section-advantages__title {
		font-size: 32px
	}
}
@media only screen and (max-width:767px) {
	.section-advantages__text {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1
	}
	.section-advantages--about .section-advantages__title {
		font-size: 26px;
		margin-bottom: 25px
	}
}
@media only screen and (max-width:575px) {
	.section-advantages__btns .fill-btn {
		padding-left: 45px;
		padding-right: 45px
	}
}
@media only screen and (max-width:414px) {
	.section-advantages__btns {
		-ms-flex-direction: column;
		flex-direction: column
	}
	.section-advantages__btns li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 20px
	}
}
.advantages-list {
	padding-top: 55px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 62px 30px;
	counter-reset: advantages-counter
}
.advantages-list--2 {
	grid-template-columns: repeat(2, 1fr)
}
.advantages-list--2 .advantages-list__card-excerpt {
	font-size: 16px;
	line-height: 1.625
}
.advantages-list--2 .advantages-list__card-title {
	font-size: 24px
}
.advantages-list__card {
	position: relative;
	padding: 0 0 0 40px
}
.advantages-list__card:before {
	counter-increment: advantages-counter;
	content: counter(advantages-counter);
	display: inline-block;
	font-size: 160px;
	line-height: 1;
	font-weight: 800;
	color: #eff4ff;
	position: absolute;
	z-index: 0;
	top: -15px;
	left: 0
}
.advantages-list__card:nth-of-type(1) {
	transition-delay: .15s
}
.advantages-list__card:nth-of-type(2) {
	transition-delay: .3s
}
.advantages-list__card:nth-of-type(3) {
	transition-delay: .45s
}
.advantages-list__card:nth-of-type(4) {
	transition-delay: .6s
}
.advantages-list__card:nth-of-type(5) {
	transition-delay: .75s
}
.advantages-list__card:nth-of-type(6) {
	transition-delay: .9s
}
.advantages-list__card:nth-of-type(7) {
	transition-delay: 1.05s
}
.advantages-list__card:nth-of-type(8) {
	transition-delay: 1.2s
}
.advantages-list__card-icon {
	margin: -7px 0 0 19px;
	position: relative;
	z-index: 1
}
.advantages-list__card-title {
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 18px;
	line-height: 1.1;
	color: #111;
	margin-top: 34px;
	position: relative;
	z-index: 1
}
.advantages-list__card-title:after {
	content: '';
	display: block;
	width: 28px;
	height: 4px;
	background-color: #fbad18;
	margin-top: 14px
}
.advantages-list__card-excerpt {
	font-size: 14px;
	line-height: 1.45;
	color: #111;
	margin-top: 13px;
	position: relative;
	z-index: 1
}
@media only screen and (max-width:992px) {
	.advantages-list {
		grid-gap: 15px
	}
	.advantages-list__card {
		padding: 0
	}
	.advantages-list br {
		display: none
	}
}
@media only screen and (max-width:767px) {
	.advantages-list {
		grid-template-columns: repeat(2, 1fr);
		text-align: center
	}
	.advantages-list__card-title {
		margin-top: 15px
	}
	.advantages-list__card-title:after {
		margin-left: auto;
		margin-right: auto
	}
}
@media only screen and (max-width:600px) {
	.advantages-list--2 {
		grid-template-columns: 100%
	}
	.advantages-list--2 .advantages-list__card-excerpt {
		font-size: 14px
	}
	.advantages-list--2 .advantages-list__card-title {
		font-size: 20px
	}
}
@media only screen and (max-width:576px) {
	.advantages-list {
		margin-top: 30px
	}
	.advantages-list__card-icon {
		margin-left: 0
	}
}
.section-vacancies {
	background-color: transparent;
	padding-top: 104px
}
.section-vacancies__footer {
	text-align: center;
	padding-top: 50px
}
@media only screen and (max-width:576px) {
	.section-vacancies {
		padding-top: 75px
	}
}
.vacancies-list {
	margin-top: 51px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px
}
@media only screen and (max-width:992px) {
	.vacancies-list {
		grid-template-columns: repeat(2, 1fr)
	}
}
@media only screen and (max-width:576px) {
	.vacancies-list {
		grid-template-columns: 1fr;
		margin-top: 30px
	}
}
.vacancy-card {
	padding: 19px 19px 38px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	border: 1px solid transparent;
	transition: all .3s;
	position: relative;
	background-color: var(--white-element)
}
.vacancy-card:hover {
	box-shadow: none;
	border-color: var(--blue-main)
}
.vacancy-card__logotype {
	width: 120px;
	height: 70px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.vacancy-card__logotype img {
	max-width: 85%;
	max-height: 85%;
	-o-object-fit: contain;
	object-fit: contain;
	font-size: 0
}
.vacancy-card__company {
	font-family: var(--secondaryFont);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--body-color);
	display: block;
	margin-top: 16px
}
.vacancy-card__company:after {
	content: '';
	display: block;
	width: 28px;
	height: 4px;
	background-color: var(--orange);
	margin-top: 14px
}
.vacancy-card__tags {
	margin-top: 17px;
	font-size: 0
}
.vacancy-card__tags li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 5px 0
}
.vacancy-card__title {
	font-family: var(--secondaryFont);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.35;
	margin-top: 18px
}
.vacancy-card__title er {
	color: var(--blue-main)
}
.vacancy-card__title a:after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
@media only screen and (max-width:576px) {
	.vacancy-card {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 10px 18px 20px
	}
	.vacancy-card__logotype {
		width: 100px
	}
	.vacancy-card__meta {
		width: calc(100% - 100px)
	}
	.vacancy-card__title {
		margin-top: 8px
	}
}
.section-news {
	background-color: transparent;
	padding-top: 110px
}
.section-news .section-headline__title b {
	font-size: 36px;
	font-weight: 700;
	font-family: var(--primaryFont);
	margin-left: 17px
}
.section-news .section-headline__title span {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 4px;
	letter-spacing: 0;
	font-family: var(--secondaryFont);
	font-size: 17px;
	line-height: 1;
	font-weight: 700;
	background-color: var(--orange);
	padding: 2px 12px 1px;
	color: #fff
}
.section-news__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	margin: 40px 0 50px
}
@media only screen and (max-width:992px) {
	.section-news__grid {
		grid-template-columns: 1fr 1fr
	}
}
@media only screen and (max-width:576px) {
	.section-news__grid {
		grid-template-columns: 1fr
	}
}
.section-news__footer {
	text-align: center
}
@media only screen and (max-width:992px) {
	.section-news__footer {
		padding-top: 30px
	}
}
@media only screen and (max-width:576px) {
	.section-news {
		padding-top: 20px
	}
	.section-news .section-headline__title b {
		font-weight: 400;
		margin-left: 0
	}
	.section-news .section-headline__title span {
		padding: 0;
		color: inherit;
		background-color: transparent;
		font-size: inherit;
		font-weight: inherit
	}
}
.news-tabs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 51px
}
.news-tabs__controls {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	min-width: calc(50% - 15px)
}
.news-tabs__controls li {
	-ms-flex: 1;
	flex: 1;
	min-width: 33.33333%;
	max-width: 33.33333%;
	margin-bottom: 30px
}
.news-tabs__controls a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 90px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .6;
	transition: all .3s
}
.news-tabs__controls er, .news-tabs__controls a.is-active {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1
}
.news-tabs__controls img {
	max-width: 70%;
	max-height: 70%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	font-size: 0
}
.news-tabs__list {
	min-width: calc(50% + 15px);
	padding-left: 65px
}
.news-tabs__list::-webkit-scrollbar {
	width: 5px
}
.news-tabs__list::-webkit-scrollbar-track {
	background-color: #e7e7e7
}
.news-tabs__list::-webkit-scrollbar-thumb {
	background-color: var(--blue-main)
}
.news-tabs__list>:last-child {
	margin-bottom: 0
}
.news-tabs__list.is-scrollable {
	overflow-y: auto
}
@media only screen and (max-width:992px) {
	.news-tabs {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: stretch;
		align-items: stretch
	}
	.news-tabs__controls {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		min-width: 100%;
		overflow-x: auto;
		padding-bottom: 15px
	}
	.news-tabs__controls::-webkit-scrollbar {
		height: 5px
	}
	.news-tabs__controls::-webkit-scrollbar-track {
		background-color: #e7e7e7
	}
	.news-tabs__controls::-webkit-scrollbar-thumb {
		background-color: var(--blue-main)
	}
	.news-tabs__controls li {
		min-width: 25%;
		max-width: 25%;
		margin-bottom: 0
	}
	.news-tabs__list {
		min-width: 100%;
		padding-left: 0;
		padding-top: 30px
	}
}
@media only screen and (max-width:576px) {
	.news-tabs {
		margin-top: 30px
	}
	.news-tabs__controls li {
		min-width: auto;
		max-width: 100%;
		margin-right: 30px
	}
	.news-tabs__controls a {
		height: 50px
	}
	.news-tabs__controls img {
		max-width: 50px;
		max-height: 50px
	}
}
.news-card {
	display: -ms-flexbox;
	display: flex;
	position: relative
}
.news-card:not(:last-child) {
	margin-bottom: 18px
}
.news-card__thumbnail {
	-ms-flex: 0 0 135px;
	flex: 0 0 135px
}
.news-card__thumbnail-img {
	min-width: 100%;
	height: 90px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top;
	font-size: 0
}
.news-card__content {
	padding: 5px 0 0 20px
}
.news-card__content .post-time {
	margin-bottom: 15px
}
.news-card__title {
	font-family: var(--secondaryFont);
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700
}
.news-card__title er {
	color: #7356af
}
.news-card__title a:after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.section-agencies {
	background-color: transparent;
	position: relative;
	margin-top: 99px;
	padding-top: 60px
}
.section-agencies:before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(239, 244, 255, .6);
	height: 370px
}
.section-agencies__inner {
	position: relative;
	z-index: 1;
	box-shadow: 0 12px 30px rgba(0, 86, 219, .05);
	padding: 42px 30px 49px;
	margin: 0 -30px;
	background-color: var(--white-element)
}
.section-agencies__subtitle {
	font-family: var(--primaryFont);
	text-align: center;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	margin-top: 17px
}
.section-agencies.margin-top-0 {
	margin-top: 0
}
@media only screen and (max-width:1279px) {
	.section-agencies__inner {
		margin: 0 -15px
	}
}
@media only screen and (max-width:1199px) {
	.section-agencies__inner {
		padding-left: 15px;
		padding-right: 15px
	}
}
.agencies-list {
	margin-top: 47px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 30px
}
@media only screen and (max-width:1199px) {
	.agencies-list {
		grid-gap: 15px
	}
}
@media only screen and (max-width:992px) {
	.agencies-list {
		grid-gap: 10px
	}
}
@media only screen and (max-width:767px) {
	.agencies-list {
		grid-template-columns: repeat(2, 1fr)
	}
}
.agency-card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	height: 270px;
	border: 25px solid #eff4ff;
	font-family: var(--secondaryFont);
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	color: var(--white)
}
.agency-card:hover {
	color: var(--white)
}
.agency-card:hover .agency-card__arrow {
	width: 7px;
	height: 12px;
	margin-top: 60px;
	margin-left: 70px
}
.agency-card:hover .agency-card__arrow:before {
	width: 70px
}
.agency-card__arrow {
	display: inline-block;
	width: 0;
	height: 0;
	background: url(/wp-content/uploads/2022/06/angle-right-white.svg) no-repeat center/contain;
	margin-left: 35px;
	position: relative;
	transition: all .3s
}
.agency-card__arrow:before {
	content: '';
	width: 0;
	height: 2px;
	background: var(--white);
	position: absolute;
	right: 2px;
	top: calc(50% - 1px);
	transition: all .3s
}
@media only screen and (max-width:992px) {
	.agency-card {
		border-width: 15px;
		height: 200px
	}
}
.section-daybook {
	background-color: transparent;
	padding-top: 93px
}
.section-daybook .section-headline .angle-link {
	margin-left: auto;
	margin-right: 37px
}
.daybook-controls {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	transition: opacity .6s .45s;
	margin-top: 42px
}
.daybook-controls.is-animated {
	opacity: 1
}
.daybook-controls li:not(:last-child) {
	margin-right: 50px
}
.daybook-controls a {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .22px;
	line-height: 1;
	color: var(--dark-color-60);
	position: relative;
	padding: 0 4px
}
.daybook-controls er {
	color: #7356af
}
.daybook-controls er:after {
	width: 100%;
	left: 0
}
.daybook-controls a.is-current {
	color: #7356af
}
.daybook-controls a.is-current:after {
	width: 100%;
	left: 0
}
.daybook-controls a:after {
	content: '';
	position: absolute;
	width: 0;
	right: 0;
	height: 4px;
	background-color: #7356af;
	bottom: -12px;
	transition: width .3s
}
@media only screen and (max-width:414px) {
	.daybook-controls {
		white-space: nowrap;
		overflow-x: auto;
		max-width: 100%
	}
	.daybook-controls li:not(:last-child) {
		margin-right: 25px
	}
}
.daybook-slider {
	margin: 35px -3px 0
}
.daybook-slider .slick-list {
	padding: 3px 3px 5px;
	margin: 0 -15px;
	width: calc(100% + 30px)
}
.daybook-slider .slick-track {
	display: -ms-flexbox;
	display: flex
}
.daybook-slider .slick-slide {
	padding: 0 15px;
	height: inherit
}
.daybook-slider .daybook-card {
	height: 100%
}
.daybook-slider .smart-dots {
	margin-top: 46px;
	display: -ms-flexbox;
	display: flex
}
@media only screen and (max-width:576px) {
	.daybook-slider {
		margin: 30px 0 0
	}
	.daybook-slider .smart-dots {
		margin-top: 20px
	}
}
.daybook-card {
	padding: 28px 20px 25px;
	min-height: 340px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: var(--body-bg);
	border: 1px solid transparent;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	transition: all .3s
}
.daybook-card:hover {
	box-shadow: none;
	border-color: var(--blue-main)
}
.daybook-card:hover .daybook-card__title a {
	color: var(--blue-main)
}
.daybook-card[data-category=success] .daybook-card__title:after {
	background-color: #ce2727
}
.daybook-card[data-category=mail] .daybook-card__title:after, .daybook-card[data-category=meeting] .daybook-card__title:after {
	background-color: #41b3e7
}
.daybook-card[data-category=progress] .daybook-card__title:after {
	background-color: #ffcf13
}
.daybook-card__title {
	font-family: var(--secondaryFont);
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	margin-top: 14px
}
.daybook-card__title:after {
	content: '';
	display: block;
	width: 30px;
	height: 4px;
	background-color: var(--orange);
	margin-top: 14px
}
.daybook-card__tags {
	margin-top: 17px;
	font-size: 0
}
.daybook-card__tags li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 5px 0
}
.daybook-card__excerpt {
	font-size: 14px;
	line-height: 1.45;
	color: var(--body-color);
	margin: 16px 0
}
.daybook-card__excerpt p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden
}
.daybook-card__link {
	margin: auto 11px 0 auto;
	display: inline-block;
	font-family: var(--secondaryFont);
	font-size: 16px;
	color: var(--blue-main)
}
.daybook-card__link:hover {
	color: var(--blue-main)
}
.daybook-card__link:hover:after {
	left: 6px
}
.daybook-card__link:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.daybook-card__link:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 14px;
	width: 7px;
	height: 12px;
	position: relative;
	left: 0;
	background: url(/wp-content/uploads/2022/06/angle-right-blue.svg) no-repeat center/contain;
	transition: left .3s
}
.section-video {
	background-color: #131d2d;
	margin-top: 130px;
	padding: 44px 0 48px
}
.section-video .section-headline__title {
	color: #fff
}
.section-video .section-headline .angle-link {
	margin-left: auto;
	margin-right: 37px;
	color: #fff
}
.section-video .section-headline .angle-link:before {
	background-color: #fff
}
.video-rotator {
	margin-top: 56px
}
.video-rotator .slick-list {
	margin: 0 -15px;
	width: calc(100% + 30px)
}
.video-rotator .slick-slide {
	padding: 0 15px
}
.video-rotator .smart-dots {
	display: -ms-flexbox;
	display: flex;
	padding-top: 38px
}
@media only screen and (max-width:576px) {
	.video-rotator {
		margin-top: 30px
	}
	.video-rotator .smart-dots {
		padding-top: 20px
	}
	.video-rotator .slick-list {
		margin: 0;
		width: 100%
	}
	.video-rotator .slick-slide {
		padding: 0
	}
}
.video-card {
	position: relative
}
.video-card:hover .video-card__play {
	background-color: #e32c2c;
	border-color: #e32c2c
}
.video-card__thumbnail {
	position: relative;
	font-size: 0;
	min-height: 140px;
	background-color: rgba(255, 255, 255, .1)
}
.video-card__thumbnail:before {
	content: '';
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(19, 29, 45, .6), transparent)
}
.video-card__thumbnail-img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center
}
.video-card__play {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .17);
	border: 2px solid rgba(255, 255, 255, .6);
	position: absolute;
	z-index: 1;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	transition: all .3s
}
.video-card__play:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 9px;
	border-color: transparent transparent transparent #fff
}
.video-card .post-time {
	margin-top: 18px;
	color: rgba(255, 255, 255, .6)
}
.video-card__title {
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.1;
	margin-top: 12px;
	padding-bottom: 3px
}
.video-card__title a {
	color: rgba(255, 255, 255, .7);
	transition: color .3s
}
.video-card__title er {
	color: #fff
}
.video-card__title a:after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.section-partners {
	background-color: transparent;
	padding-top: 112px
}
@media only screen and (max-width:576px) {
	.section-partners {
		padding-top: 75px
	}
}
.partners-tabs {
	margin-top: 28px
}
.partners-tabs__controls {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 56px;
	text-align: center
}
.partners-tabs__controls li:not(:last-child) {
	margin-right: 50px
}
.partners-tabs__controls a {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .22px;
	line-height: 1;
	color: var(--dark-color-60);
	position: relative;
	padding: 0 4px
}
.partners-tabs__controls er {
	color: #7356af
}
.partners-tabs__controls er:after {
	width: 100%;
	left: 0
}
.partners-tabs__controls a.is-current {
	color: #7356af
}
.partners-tabs__controls a.is-current:after {
	width: 100%;
	left: 0
}
.partners-tabs__controls a:after {
	content: '';
	position: absolute;
	width: 0;
	right: 0;
	height: 4px;
	background-color: #7356af;
	bottom: -12px;
	transition: width .3s
}
.partners-tabs__tab {
	display: none
}
.partners-tabs__grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 30px
}
@media only screen and (max-width:992px) {
	.partners-tabs__grid {
		grid-gap: 10px;
		grid-template-columns: repeat(4, 1fr)
	}
}
@media only screen and (max-width:767px) {
	.partners-tabs__controls li:not(:last-child) {
		margin-right: 20px
	}
}
@media only screen and (max-width:576px) {
	.partners-tabs__controls {
		margin-bottom: 30px
	}
}
.partners-card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 90px
}
.partners-card:hover {
	opacity: .7
}
.partners-card img {
	max-width: 85%;
	max-height: 85%;
	-o-object-fit: contain;
	object-fit: contain
}
main.section-margin .section-partners {
	padding-top: 0
}
main.unlimit-ukraine-page .section-partners {
	padding-top: 60px
}
.section-programmes {
	margin-top: 115px
}
.section-programmes__subtitle {
	margin-top: 20px
}
.section-programmes .dev-programs-blocks {
	margin-top: 55px
}
.section-gallery {
	background-color: #131d2d;
	margin-top: 130px;
	padding: 44px 0 37px
}
.section-gallery .section-headline__title {
	color: #fff
}
.section-gallery .section-headline .angle-link {
	margin-left: auto;
	margin-right: 37px;
	color: #fff
}
.section-gallery .section-headline .angle-link:before {
	background-color: #fff
}
.gallery-rotator {
	margin: 40px -130px 0;
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr) 300px;
	grid-gap: 0 40px;
	-ms-flex-align: center;
	align-items: center
}
.gallery-rotator .gallery-card {
	transition: all .3s ease-in-out
}
.gallery-rotator .smart-dots {
	width: 100%;
	margin-top: 28px
}
@media only screen and (max-width:1599px) {
	.gallery-rotator {
		margin-left: -75px;
		margin-right: -75px
	}
}
@media only screen and (max-width:1365px) {
	.gallery-rotator {
		margin-left: -25px;
		margin-right: -25px
	}
}
@media only screen and (max-width:1279px) {
	.gallery-rotator {
		margin-left: 0;
		margin-right: 0
	}
}
@media only screen and (max-width:1199px) {
	.gallery-rotator {
		grid-template-columns: 225px 1fr 225px;
		grid-gap: 0 25px
	}
}
@media only screen and (max-width:992px) {
	.gallery-rotator {
		display: block
	}
}
@media only screen and (max-width:576px) {
	.gallery-rotator {
		margin-top: 30px
	}
	.gallery-rotator .smart-dots {
		margin-top: 20px
	}
}
.gallery-rotator-side, .gallery-rotator-main {
	min-width: 0
}
.gallery-rotator-side {
	opacity: .4;
	margin-bottom: 58px;
	position: relative;
	cursor: pointer
}
.gallery-rotator-side:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer
}
@media only screen and (max-width:992px) {
	.gallery-rotator-side {
		display: none
	}
}
.gallery-rotator-main .gallery-card {
	height: 470px
}
@media only screen and (max-width:1279px) {
	.gallery-rotator-main .gallery-card {
		height: 400px
	}
}
@media only screen and (max-width:576px) {
	.gallery-rotator-main .gallery-card {
		height: 300px
	}
}
.gallery-card {
	height: 300px;
	position: relative;
	z-index: 1
}
.gallery-card:after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url(/wp-content/themes/eurobak/img/svg/camera.svg) no-repeat center/20px #7356af
}
.gallery-card__img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.gallery-card__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 100%;
	position: relative;
	z-index: 2;
	padding: 24px 30px
}
.gallery-card__date {
	position: absolute;
	z-index: 3;
	top: 15px;
	left: 0;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 30px;
	min-width: 78px;
	padding: 3px 12px 0;
	color: #fff;
	background-image: linear-gradient(to right, #fb2, #f9bc0f, #ffd437)
}
.gallery-card__title {
	font-family: var(--secondaryFont);
	font-size: 18px;
	line-height: 1.25;
	font-weight: 400;
	margin: 0
}
.gallery-card__title a {
	color: #fff
}
.gallery-card__title a:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.gallery-card__counter {
	font-size: 14px;
	color: rgba(255, 255, 255, .6);
	display: block;
	margin-top: 9px
}
.section-contacts {
	padding-top: 120px
}
@media only screen and (max-width:576px) {
	.section-contacts .section-headline__title {
		text-align: left
	}
}
.map-holder {
	height: 600px;
	margin: 0 -70px
}
@media only screen and (max-width:1365px) {
	.map-holder {
		margin: 0
	}
}
@media only screen and (max-width:992px) {
	.map-holder {
		height: 280px
	}
}
.contacts-slider {
	background-color: var(--white-element);
	border: 1px solid var(--grey-light2);
	padding: 50px;
	max-width: 570px;
	margin-left: auto;
	margin-top: -20px;
	margin-bottom: -190px;
	position: relative;
	z-index: 1;
	min-height: 258px
}
.contacts-slider .smart-arrows {
	background-color: var(--white-element);
	position: absolute;
	top: -25px;
	left: 30px;
	padding-left: 20px;
	padding-right: 20px
}
.contacts-slider__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	white-space: nowrap;
	overflow-x: auto;
	color: var(--dark-color2-50);
	font-family: var(--secondaryFont);
	margin-bottom: 30px
}
.contacts-slider__list span {
	cursor: pointer;
	transition: var(--transition)
}
.contacts-slider__list span:not(:last-child) {
	margin-right: 25px
}
.contacts-slider__list span:hover {
	color: var(--dark-color2)
}
.contacts-slider__list span.is-active {
	color: var(--blue-main)
}
@media only screen and (max-width:1365px) {
	.contacts-slider {
		margin-right: 20px
	}
}
@media only screen and (max-width:992px) {
	.contacts-slider {
		max-width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-right: 0;
		min-height: unset
	}
	.contacts-slider .smart-arrows {
		left: auto;
		right: 30px
	}
}
@media only screen and (max-width:576px) {
	.contacts-slider {
		padding: 50px 25px 25px
	}
}
.office-card {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text
}
.office-card__head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.office-card__head .copy-btn {
	white-space: nowrap
}
.office-card__title {
	font-family: var(--secondaryFont);
	font-size: 15px;
	line-height: 1.35;
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 15px
}
.office-card__meta {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 20px 0 -20px
}
.office-card__meta>div {
	margin-bottom: 20px;
	position: relative;
	padding-left: 31px;
	font-family: var(--primaryFont);
	font-size: 16px;
	line-height: 1.25
}
.office-card__meta>div:not(:last-child) {
	margin-right: 55px
}
.office-card__meta>div.icon-map-pin {
	font-size: 13px
}
.office-card__meta>div.icon-map-pin:before {
	font-size: 16px
}
.office-card__meta>div.icon-phone:before {
	font-size: 16px
}
.office-card__meta>div.icon-email:before {
	font-size: 12px
}
.office-card__meta>div:before {
	color: var(--blue-main);
	position: absolute;
	top: 0;
	left: 0
}
@media only screen and (max-width:576px) {
	.office-card__head {
		display: block
	}
	.office-card__head .copy-btn {
		margin-top: 8px
	}
}
.copy-btn {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background-color: transparent;
	cursor: pointer;
	border: 0;
	padding: 0;
	font-family: var(--primaryFont);
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--dark-color2-50);
	transition: var(--transition)
}
.copy-btn:hover {
	color: var(--dark-color2)
}
.copy-btn.is-copied {
	color: var(--blue-main)
}
.copy-btn[disabled] {
	cursor: not-allowed
}
.copy-btn:before {
	margin: -2px 5px 0 0;
	font-size: 16px
}
.copy-btn.icon-tick:before {
	font-size: 12px
}
.cta-telegram {
	background-color: transparent;
	margin-top: 152px
}
.cta-telegram .container {
	max-width: 1400px
}
.cta-telegram__inner {
	background-color: #222a81;
	background-repeat: no-repeat;
	background-position: center left 125px;
	background-size: 219px auto;
	background-image: url(/wp-content/uploads/2022/06/cta-telegram-homepage.svg);
	color: #fff;
	padding: 25px 125px 27px 465px;
	min-height: 280px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	overflow: hidden
}
.cta-telegram__inner:after {
	content: '';
	position: absolute;
	top: 0;
	left: -45%;
	width: 250px;
	height: 300%;
	-webkit-transform: translateY(-25%) rotate(45deg);
	transform: translateY(-25%) rotate(45deg);
	background: rgba(255, 255, 255, .075);
	pointer-events: none;
	-webkit-animation: ctaBlink 5s infinite;
	animation: ctaBlink 5s infinite
}
.cta-telegram__title {
	font-family: var(--secondaryFont);
	font-size: 32px;
	line-height: 1.125;
	font-weight: 700;
	color: #fff
}
.cta-telegram__excerpt {
	font-size: 16px;
	line-height: 1.875;
	color: rgba(255, 255, 255, .6);
	margin-top: 4px
}
.cta-telegram__btn {
	display: inline-block;
	text-align: center;
	padding: 17px 0 18px 7px;
	width: 270px;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: -.28px;
	color: #222a81;
	background-color: #fff;
	position: relative;
	margin: 37px 0 0 24px
}
.cta-telegram__btn svg {
	position: absolute;
	z-index: 1;
	top: -14px;
	left: -34px
}
.cta-telegram__btn-shape, .cta-telegram__btn-icon {
	transition: -webkit-transform .65s;
	transition: transform .65s;
	transition: transform .65s, -webkit-transform .65s
}
.cta-telegram__btn:hover .cta-telegram__btn-shape {
	-webkit-transform: scale(.9) translateY(7px);
	transform: scale(.9) translateY(7px)
}
.cta-telegram__btn:hover .cta-telegram__btn-icon {
	-webkit-transform: translate(7px, -7px);
	transform: translate(7px, -7px)
}
@media only screen and (max-width:1199px) {
	.cta-telegram__inner {
		background-position: center left 45px;
		padding-left: 330px;
		padding-right: 75px
	}
}
@media only screen and (max-width:992px) {
	.cta-telegram__title {
		font-size: 24px
	}
	.cta-telegram__btn {
		margin-top: 20px
	}
}
@media only screen and (max-width:767px) {
	.cta-telegram__inner {
		padding: 50px;
		background-image: none
	}
}
@media only screen and (max-width:576px) {
	.cta-telegram__inner {
		padding: 30px
	}
	.cta-telegram__title {
		font-size: 20px
	}
	.cta-telegram__excerpt {
		font-size: 14px;
		line-height: 1.4;
		margin-top: 15px
	}
	.cta-telegram__btn {
		max-width: 100%;
		margin-left: 15px;
		margin-top: 30px
	}
}
@-webkit-keyframes ctaBlink {
	0% {
		left: -45%;
		opacity: 0
	}
	20% {
		left: 120%;
		opacity: 1
	}
	21%, to {
		opacity: 0
	}
}
@keyframes ctaBlink {
	0% {
		left: -45%;
		opacity: 0
	}
	20% {
		left: 120%;
		opacity: 1
	}
	21%, to {
		opacity: 0
	}
}
/*Обнуление*/
* {
	padding: 0;
	margin: 0;
	border: 0;
}

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

:focus, :active {
	outline: none;
}

a:focus, a:active {
	outline: none;
}

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

/*html, body {
height: 100%;
width: 100%;
font-size: 100%;
line-height: 1;
-ms-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}*/

input, button, textarea {
	font-family: inherit;
}

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

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a, a:visited {
	text-decoration: none;
}
a{
	color: #000;
}
er {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
}

.wrapper{
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
[class*="__container"]{
	max-width: 1199px;
	margin: 0 auto;
	padding: 0px 15px;
}
/* ALL =============================================================================== */
.title__span{
	border-bottom: 3px solid #F4BA3D;
	padding-bottom: 22px;
}
.title__row {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 28px;
	margin-bottom: 70px;
}
.title {
	font-weight: 500;
	font-size: 40px;
	line-height: 100%;
}
@media (max-width: 991.98px) {
	.title {
		font-weight: 500;
		font-size: 30px;
		line-height: 100%;
	}
	.title__span{
		border-bottom: 3px solid #F4BA3D;
		padding-bottom: 15px;
	}
	.title__row {
		border-bottom: 1px solid #e8e8e8;
		padding-bottom: 21px;
		margin-bottom: 35px;
	}
	.titles__row {
		margin-top: 30px;
	}
}
.titles__row {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 18px;
	margin-bottom: 40px;
}
.titles {
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
}
.titles_span {
	border-bottom: 3px solid #F4BA3D;
	padding-bottom: 14px;
}
.button:hover {
	background: #E1F2FF;
}
.button {
	padding: 12px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	border: 1px solid #2D2243;
	border-radius: 2px;
	font-size: 13px;
	line-height: 100%;
	color: #2D2243;
	transition: all 0.3s ease;
	background-color: transparent;
}
.button-image {
	padding-right: 12px;
}
@media (max-width: 991.98px) {

}
/* Header ============================================================================ */
/* About us ========================================================================== */
section .news {
	max-width: 1199px;
	margin: 0 auto;
}
.about__container {
	display: flex;
	margin-top: 80px;
}
.about__us {
	flex: 0 1 60%;
}
.about__title {
	flex: 0 1 60%;
}
.about__us_text {
	font-weight: 400;
	font-size: 14px;
	line-height: 143%;
	color: #373737;
}
.about__image img{
	width: 100%;
}
@media (max-width: 991.98px) {
	.about__container {
		flex-direction: column-reverse;
	}
	.about__container {
		margin-top: 60px;
	}
}
@media (max-width: 991.98px) {
	.about__container {
		margin-top: 40px;
	}
}
/* Events calendar ==================================================================== */
.events {
	margin: 80px 0px;
}
.events__columns {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.events__columns_date {
	padding-top: 100px;
	padding-right: 30px;
}
.date__column:not(:last-child) {
	margin-bottom: 32px;
}
.date__column_day {
	display: flex;
	align-items: flex-end;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	color: #000000;
}
.date__span {
	flex: 1 1 auto;
	padding-left: 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 100%;
	color: #90959C;
	position: relative;
	padding-right: 30px;
}
.date__span::after {
	position: absolute;
	content: "";
	bottom: 7px;
	right: 12px;
	width: 65%;
	height: 1px;
	background-color: #e8e8e8;
}
.date__time {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #373737;
}
.date__column_text {
	margin: 24px 0px 16px 0px;
	font-size: 14px;
	line-height: 143%;
	color: #373737;
}
.date__column_button {
	padding: 6px 12px;
	font-size: 12px;
	line-height: 100%;
	text-align: center;
	color: #2D2243;
	background: #E1F2FF;
	border-radius: 2px;
}
.events__titles_partners {
	margin-top: 40px;
}
.events__titles_auditing {
	margin-top: 40px;
}
.events__columns_image {
	text-align: center;
}
@media (max-width: 991.98px) {
	.events {
		margin: 40px 0px;
	}
	.events__columns {
		grid-template-columns: 1fr;
	}
	.events__columns_date {
		padding-right: 0;
	}
	.date__column:not(:last-child) {
		margin-bottom: 20px;
	}
}
@media (max-width: 767.98px) {
	.events__columns_image img {
		height: auto!important;
		max-width: 100%!important;
	}
	.events {
		margin: 20px 0px;
	}
}
/* Benefits =========================================================================== */
.benefits {
	margin-bottom: 80px;
}
.benefits__titles {
	color: #000000;
}
.benefits__columns {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
}
.benefits__column {
	position: relative;
	z-index: 1;
	padding-left: 28px;
}
.benefits__column_image {
	padding-left: 12px;
}
.benefits__column_image img {
}
.benefits_png {
	width: 80px;
	height: 80px;
}
.benefits__column_title {
	margin: 35px 0px;
	font-weight: 700;
	font-size: 16px;
	line-height: 125%;
	color: #000000;
	position: relative;
}
.benefits__column_title::after {
	content: "";
	position: absolute;
	background-color: #F4BA3D;
	height: 3px;
	width: 36px;
	bottom: -16px;
	left: 0;
}
.benefits__column_text {
	line-height: 143%;
	color: #373737;
}
.benefits__column_background {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: -1;
}
@media (max-width: 991.98px) {
	.benefits__columns {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}
	.benefits__column_title {
		margin: 25px 0px;
	}
	.benefits {
		margin-bottom: 40px;
	}
}
@media (max-width: 480px) {
	.benefits__columns {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.benefits__column_title {
		margin: 20px 0px;
	}
	.benefits {
		margin-bottom: 20px;
	}
}
/* Join =========================================================================== */
.join__columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}
.join__column_title {
	font-weight: 500;
	font-size: 40px;
	line-height: 100%;
	color: #161616;
}
.join__column_greenbutton {
	margin: 48px 0px;
	padding: 18px 0px;
	font-size: 13px;
	line-height: 100%;
	color: #FFFFFF;
	background: #41BE8A;
	border-radius: 2px;
	width: 370px;
}
.join__column_view {
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	color: #161616;
	margin-bottom: 30px;
}
.join__column_button {
	width: 370px;
}
.news__column_card {
	margin-bottom: 32px;
}
.card__data {
	line-height: 100%;
	color: #90959C;
	padding-bottom: 15px;
}
.card__text {
	line-height: 143%;
	color: #373737;
}
.news__column_button {
	transition: all 0.3s ease;
	padding: 12px 0px;
	align-items: center;
	font-size: 13px;
	line-height: 100%;
	color: #2D2243;
	border: 1px solid #2D2243;
	border-radius: 2px;
	width: 100%;
	display: flex;
	align-items: center;
	background-color: transparent;
}
.news__column_button div{
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.news__column_button:hover{
	background: #E1F2FF;
}
.join__button_feedback {
	padding-right: 8px;
}
.join__button_arrow {
	padding-right: 15px;
}
@media (max-width: 767.98px) {
	.join__columns {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	.join__column_title {
		font-size: 30px;
	}
	.join__column_greenbutton {
		width: 80%;
	}
	.join__column_button {
		width: 80%;
	}
}
/* Engage ===============================================================================*/
.engage {
	margin-top: 80px;
	margin-bottom: 80px;
}
.engage__titles {
	display: flex;
}
.engage__title_row {
	flex: 1 1 auto;
}
.engage__title {
	position: relative;
}
.engage__title::after {
	content: "";
	position: absolute;
	bottom: -22px;
	left: 0;
	width: 37px;
	height: 3px;
	background-color: #F4BA3D;
}
.engage__arrows {
	display: flex;
	align-items: flex-end;
	margin-bottom: 70px;
}
.engage__arrows_view {
	display: block;
	font-weight: 700;
	font-size: 13px;
	line-height: 100%;
	color: #2D2243;
	padding-right: 34px;
}
.engage__arrows_view:hover,.companies__view:hover {
	text-decoration: underline;
}
.engage__arows_left {
	padding-right: 16px;
}
.engage__subtitles {
	transition: all 0.3s ease;
	font-weight: 700;
	font-size: 13px;
	line-height: 100%;
	color: #90959C;
	padding-right: 48px;
}
.engage__subtitles:hover {
	color: #2D2243;
}
.engage__columns {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
	margin-top: 30px;
}
.engage__card {
	padding: 24px 20px 17px 20px;
	border: 1px solid #E8E8E8;
	border-radius: 2px;
	transition: all 0.3s ease;
}
.engage__card:hover,.companies__columns_card:hover {
	border: 1px solid #2D2243;
	box-shadow: 0 2px 6px rgb(0 0 0 / 0%);
}
.engage__card:not(:last-child) {
	margin-right: 20px;
}
.engage__card_date {
	line-height: 100%;
	color: #90959C;
}
.engage__card_title {
	position: relative;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	color: #000000;
	border-bottom: 1px solid #e8e8e8;
	padding: 16px 0px 18px 0px;
}
.engage__card_title::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 37px;
	height: 3px;
	background-color: #F4BA3D;
}
.engage__card_button {
	margin-top: 16px;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 100%;
	color: #2D2243;
	background: #E1F2FF;
	border-radius: 2px;
}
.engage__card_text {
	line-height: 143%;
	color: #373737;
	padding: 24px 0px 70px 0px;
}
.engage__card_details {
	display: flex;
	align-items: center;
	float: right;
	font-size: 13px;
	line-height: 100%;
	color: #2D2243;
}
.details_image {
	padding-left: 6px;
}
@media (max-width: 991.98px) {
	.engage__arrows {
		margin-bottom: 35px;
	}
	.engage__arows_left {
		padding-right: 8px;
	}
	.engage {
		margin-top: 40px;
	}
	.engage__card:not(:last-child) {
		margin-right: 15px;
	}
}
@media (max-width: 480px) {
	.engage__card:not(:last-child) {
		margin-right: 10px;
	}
	.engage__title{
		font-size: 25px;
	}
	.engage {
		margin-top: 30px;
	}
	.engage__subtitles {
		padding-right: 8%;
	}
}
/* Companies ======================================================================= */
.companies {
	margin-bottom: 80px;
}
.companies__titles {
	display: flex;
	align-items: flex-end;
}
.companies__title_row {
	flex: 1 1 auto;
}
.companies__title {
	position: relative;
}
.companies__title::after {
	position: absolute;
	content: "";
	bottom: -22px;
	left: 0;
	width: 37px;
	height: 3px;
	background-color: #F4BA3D;
}
.companies__view {
	flex: 0 0 90px;
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 13px;
	line-height: 100%;
	color: #2D2243;
	margin-bottom: 70px;
}
.companies__view_arrow {
	padding-left: 8px;
}
.companies__columns {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
	margin-bottom: 40px;
}
.companies__columns_card {
	transition: all 0.3s ease;
	padding: 24px 20px 55px 20px;
	border: 1px solid #e8e8e8;
	box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}
.companies__card_title {
	margin: 16px 0px 35px 0px;
	position: relative;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	color: #000000;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 16px;
}
.companies__card_title::after {
	position: absolute;
	content: "";
	bottom: 0px;
	left: 0;
	width: 30px;
	height: 3px;
	background-color: #F4BA3D;
}
.companies__card_button {
	padding: 6px 12px;
	background: #E1F2FF;
	border-radius: 2px;
	font-size: 12px;
	line-height: 100%;
	text-align: center;
	color: #2D2243;
}
.companies__card_image{

	display: flex;
	height: 150px;
}
.companies__card_image img{
	object-fit: scale-down;

}
.companies__button {
	background-color: transparent;
	text-align: center;
	width: 30%;
	margin: 0 auto;
}
@media (max-width: 991.98px) {
	.companies__view {
		margin-bottom: 35px;
	}
	.companies__view_arrow {
		padding-left: 4px;
	}
	.companies__columns {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
		margin-bottom: 40px;
	}
	.companies__button {
		width: 50%;
	}
}
@media (max-width: 480px) {
	.companies__columns {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-bottom: 40px;
	}
	.companies__button {
		width: 70%;
	}
}
/*__________________________________________________________________________________________*/
/* Europe ================================================================================== */
.europe {
	background-color: #382B51;
}
.europe__container {
	background-image: url(/wp-content/themes/eurobak/img/europe_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.europe__title {
	padding: 80px 0px 32px 0px;
	font-weight: 500;
	font-size: 40px;
	line-height: 100%;
	color: #FFFFFF;
}
.europe__subtitle {
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #FFFFFF;
	border-left: 4px solid #2D2243;
	padding-left: 8px;
}
.europe__text {
	margin: 24px 0px 32px 0px;
	line-height: 143%;
	color: #FFFFFF;
}

.closed{
	display: none;
}
.europe__button {
	padding: 17px 110px;
	font-size: 13px;
	line-height: 100%;
	text-align: center;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 2px;
	margin-bottom: 120px;
	background-color: transparent;
	transition: all 0.3s ease;
}
@media (max-width: 480px) {
	.europe__title {
		padding: 40px 0px 32px 0px;
	}
	.europe__button {
		margin-bottom: 60px;
	}
}
/* Mission ======================================================================================== */
.mission {
	margin: 80px 0px;
}
.mission__columns {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}
.mission__card {
	padding-left: 40px;
	position: relative;
}
.mission__card_title {
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	color: #161616;
}
.mission__card__subtitle {
	line-height: 143%;
	color: #161616;
	padding: 16px 0px 12px 0px;
}
.mission__card_list {
	padding-left: 16px;
}
.mission__card_item {
	position: relative;
	color: #161616;
	line-height: 143%;
}
.mission__card_item:not(:last-child) {
	padding-bottom: 12px;
}
.mission__card_item::after {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #c4c4c4;
	border-radius: 50%;
	top: 2px;
	left: -16px;
}
.mission__card_bg {
	position: absolute;
	top: 45px;
	left: 0;
	z-index: -1;
}
@media (max-width: 991.98px) {
	.mission__columns {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}
	.mission {
		margin: 60px 0px;
	}
}
@media (max-width: 480px) {
	.mission__columns {
		display: grid;
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.mission {
		margin: 40px 0px;
	}
}
/* Eurobak ============================================================================================ */
.eurobak {
	margin-bottom: 48px;
}
.eurobak__text {
	line-height: 143%;
	color: #373737;
}
.eurobak__button {
	font-size: 13px;
	line-height: 100%;
	color: #2D2243;
	margin: 32px 0px 48px 0px;
	padding: 18px 0px;
	width: 370px;
	background-color: transparent;
	border: 1px solid #2D2243;
	border-radius: 2px;
}
.eurobak__button:hover {
	background: #E1F2FF;
}
.eurobak__columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}
.eurobak__column_download {
	display: flex;
	align-items: center;
	background: #F7F7F7;
	border-radius: 1px;
	padding: 28px 24px;
	margin-bottom: 32px;
}
.eurobak__column_text {
	padding-left: 16px;
	flex: 1 1 auto;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #373737;
}
.eurobak__column_link {
	display: flex;
	align-items: center;
	font-weight: 700;
	line-height: 100%;
	color: #90959C;
	padding-right: 8px;
	flex: 0 0 83px;
}
.eurobak__column_link:hover {
	text-decoration: underline;
	cursor: pointer;
}
.eurobak__column_annual {
	display: flex;
	align-items: center;
	background: #F7F7F7;
	border-radius: 1px;
	padding: 24px;
	width: 100%;  
	margin-bottom: 32px;
}
.annual__column_year {
	flex: 1 1 auto;
	font-weight: 700;
	font-size: 40px;
	line-height: 100%;
	color: #2D2243;
}
.annual__column_report {
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #373737;
}
@media (max-width: 991.98px) {
	.eurobak__columns {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0px;
	}
}
@media (max-width: 480px) {
	.eurobak__button {
		width: 80%;
	}
	.eurobak {
		margin-bottom: 8px;
	}
}
/* Board ===================================================================================== */
.board {
	background-color: #382B51;
}
.board__container {
	background-image: url(/wp-content/themes/eurobak/img/board_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 15px;
}
.board__title {
	font-weight: 500;
	font-size: 40px;
	line-height: 100%;
	color: #FFFFFF;
}
.board__subtitle {
	margin: 32px 0px 24px 0px;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #FFFFFF;
	border-left: 3px solid #2D2243;
	padding-left: 8px;
}
.board__text {
	line-height: 143%;
	color: #FFFFFF;
}
.board__columns {
	margin-top: 48px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px;
}
.board__columns_card {
	display: flex;
	align-items: center;
}
.board__card_image {
	padding-right: 12px;
}
.board__card_image img{
	max-width: 130px;
}
.board__card__name {
	position: relative;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #FFFFFF;
	border-bottom: 1px solid #685B82;
	padding-bottom: 18px;
}

.board__card_descr{
	margin-top: 5px;
	color: #A59DB5;
}

.board__card__name::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	height: 3px;
	width: 35px;
	background-color: #F4BA3D;
}
.board__card_lorem {
	line-height: 143%;
	color: #A59DB5;
	padding-top: 16px;
}
.board__card_box {
	width: 100%;
}
@media (max-width: 991.98px) {
	.board__columns {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 480px) {
	.board__columns {
		grid-template-columns: 1fr;
	}
	.board__container {
		padding: 40px 15px;
	}
}
/* Secretariat =================================================================================== */
.secret {
	margin: 80px 0px;
}
.secret__title {
	font-weight: 500;
	font-size: 40px;
	line-height: 100%;  
	padding-bottom: 48px;
}
.secret__columns {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}
.secret__columns_card {
	display: flex;
	align-items: center;
}
.secret__card_image {
	padding-right: 12px;
}
.secret__card_image img{
	max-width: 130px;
}
.secret__columns_name {
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #161616;
	padding-bottom: 18px;
	border-bottom: 1px solid #e8e8e8;
	position: relative;
}
.secret__columns_name::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	height: 3px;
	width: 35px;
	background-color: #F4BA3D;

}
.secret__columns_lorem {
	padding-top: 16px;
	line-height: 143%;
	color: #373737;
}
@media (max-width: 991.98px) {
	.secret__columns {
		grid-template-columns: 1fr 1fr;
	}
	.secret {
		margin: 60px 0px;
	}
}
@media (max-width: 480px) {
	.secret__columns {
		grid-template-columns: 1fr;
	}
	.secret {
		margin: 40px 0px;
	}
}
/* ******************************************************************************************************* */
/* Advocasy ============================================================================================== */
.advocasy {
	background: #382B51;
}
.advocasy__container {
	padding: 80px 15px 180px 15px;
	background-image: url(/wp-content/themes/eurobak/img/advocasy_bg.png);
	background-repeat: no-repeat;
	background-position-x: right;
}
.advocasy__title {
	font-weight: 500;
	font-size: 40px;
	line-height: 100%;
	color: #FFFFFF;
	padding-bottom: 32px;
	margin-top: 70px;
}
/* Us ======================================================================================================= */
.us {
	margin: 80px 0px 40px 0px;
}
.us__text {
	line-height: 143%;
	color: #373737;
	margin-bottom: 48px;
}
.us__subtitle {
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	color: #161616;
	margin-bottom: 10px;
}
.us__columns {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.us__card {
	text-align: center;
}
.us__card_image {
	margin-bottom: 15px;
}
.us__card_text {
	line-height: 143%;
	color: #373737;
}
@media (max-width: 480px) {
	.us__columns {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}
	.us {
		margin: 40px 0px 20px 0px;
	}
}
/* Commites ================================================================================= */
.commites {
	margin-bottom: 80px;
}
.commites__text {
	max-width: 50%;	
	line-height: 143%;
	color: #373737;
	margin-bottom: 30px;
}
.commites__subtitle {
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	color: #161616;
	margin: 40px 0px 24px 0px;
}
.commites__columns_1 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
}
.commites__columns_card {
	background: #FBFBFB;
	border: 1px solid #E8E8E8;
	border-radius: 2px;
	padding: 24px 20px;
	text-align: center;
}
.commites__card_image {
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: 26px;
}
.commites__card_text {
	padding-top: 24px;
}
@media (max-width: 991.98px) {
	.commites__columns_1 {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 30px;
	}
	.commites {
		margin-bottom: 60px;
	}
}
@media (max-width: 767.98px) {
	.commites__columns_1 {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 480px) {
	.commites__columns_1 {
		grid-template-columns: 1fr;
	}
	.commites {
		margin-bottom: 40px;
	}
}

.comm-tabs{
	display: flex;
}



.comm-tabs-triggers{
	border: 1px solid #9f9f9f;
	padding: 30px;
	display: flex;
	flex-direction: column;
	max-width: 300px;
	margin-right: 25px;

}
.comm-tab{
	display: none;
}
.comm-tab-active{
	position: absolute;
	display: inline-block;
}

.comm-trigger{
	margin-bottom: 20px;
	transition-property: color,padding-left,font-weight;
	transition:  0.5s;
}

.comm-trigger-active{
	padding-left: 10px;
	font-weight: 700;
	color: #382B51;
	border-left: 3px solid #382B51;
	transition: all 0.5s;
	transition-property: color,padding-left,font-weight;
}

/* Company ========================================================================================== */
.company {
	margin-bottom: 80px;
	background: #382B51;
}
.company__container {
	padding: 88px 15px;
	background-image: url(/wp-content/themes/eurobak/img/company_bg.png);
	background-size: cover;
}
.company__columns {
	display: flex;
	align-items: center;
}
.company__columns_title {
	flex: 0 1 30%;
	width: 400px;
	font-weight: 500;
	font-size: 40px;
	line-height: 120%;
	color: #FFFFFF;
}
.company__columns_forms {
	flex: 0 1 70%;
}
.forms__titles {
	display: flex;
}
.forms__titles_send {
	flex: 0 1 50%;
	font-size: 13px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #90959C;
	padding: 18px 0px;
}
.forms__titles_send:focus,.forms__titles_arrange:focus {
	background-color: #FFFFFF;
	color: #2D2243;
}
.forms__titles_arrange {
	flex: 0 1 50%;
	font-size: 13px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #90959C;
	padding: 18px 0px;
}
.forms__box {
	padding: 48px;
	background-color: #FFFFFF;
}
.user-details {
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 16px;
	column-gap: 30px;
}
.input-box {
	background: #382B51;
	border-radius: 2px;
	line-height: 114%;
	color: #887B9E;
	padding: 16px;
}
.forms__checkbox {
	display: flex;
	align-items: center;
	padding: 24px 0px 40px 0px;
}
.forms__checkbox_dot {
	position: relative;
	height: 16px;
	width: 16px;
	border: solid;
	border-color: gray;
	margin-right: 8px;
}
.forms__checkbox_dot:checked::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 2px;
	background-color: #382B51;
}
@media (max-width: 991.98px) {
	.company__columns {
		display: flex;
		flex-direction: column;  }
	.company__container {
		padding: 60px 15px ;
	}
	.company__columns_title {
		padding-bottom: 40px;
	}
	.forms__box {
		padding: 30px;
	}
	.company__columns_title {
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 767.98px) {
	.user-details {
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 16px;
		column-gap: 30px;
	}
}
/* Government ====================================================================================== */
.government {
	margin-bottom: 80px;
}
.government__title {
	font-weight: 500;
	font-size: 40px;
	line-height: 100%;
	color: #161616;
	margin-bottom: 70px;
	position: relative;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 26px;
}
.government__title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 37px;
	height: 3px;
	background-color: #F4BA3D;
}
.government__columns {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
	margin-bottom: 30px;
	padding-top: 5px;
}
.government__card_image {
	position: relative;
}
.gornment__card_face {
	position: absolute;
	z-index: 1;
	bottom: 30px;
	left: 30px;
}
.government__card_name {
	position: relative;
	margin: 24px 0px 16px 0px;
	padding-bottom: 18px;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #161616;
	border-bottom: 1px solid #e8e8e8;
}
.government__card_name::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 35px;
	background-color: #F4BA3D;
}
.government__card_text {  
	line-height: 143%;
	color: #373737;
	padding-bottom: 15px;
}
.government__button {
	background-color: transparent;
	width: 370px;
	margin: 0 auto;
}
@media (max-width: 991.98px) {
	.government__columns {
		grid-template-columns: 1fr 1fr;
	}
	.government__title {
		font-size: 30px;
	}
	.government {
		margin-bottom: 60px;
	}
}
@media (max-width: 480px) {
	.government__columns {
		grid-template-columns: 1fr;
	}
	.government__button {
		width: 80%;
	}
	.government {
		margin-bottom: 40px;
	}
}
/* News ================================================================================ */
.news {
	margin-bottom: 80px;
	max-width: 1199px;
	margin: 0 auto;
	padding: 0px 15px;
}
.news__container {
	max-width: 1199px;
	margin: 0 auto;
	padding: 0px 0px;
}
.news__columns {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
	margin-bottom: 45px;
}
.news__card {
	border: 1px solid #e8e8e8;
}
.news__card_image img{
	width: 100%;
}
.news__card_date {
	line-height: 100%;
	color: #90959C;
	padding: 24px 20px 16px 20px;
}
.news__card_text {
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #000000;
	padding: 24px 20px 24px 20px;
}
.news__button {
	background-color: transparent;
	width: 370px;
	margin: 0 auto;
}
@media (max-width: 991.98px) {
	.news__columns {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 480px) {
	.news__columns {
		grid-template-columns: 1fr;
	}
	.news__button {
		width: 80%;
	}
}


/* Calendar ========================================================================= */
#calendar2 {
	width: 100%;
	font: Roboto;
	line-height: 2em;
	font-size: 15px;
	text-align: center;
}
#calendar2 thead tr:last-child {
	font-size: 16px;
	color: rgb(85, 85, 85);
}
#calendar2 thead tr:nth-child(1) td:nth-child(2) {
	color: #2D2243;
}
#calendar2 thead tr:nth-child(1) td:nth-child(1):hover, #calendar2 thead tr:nth-child(1) td:nth-child(3):hover {
	cursor: pointer;
}
#calendar2 tbody td {
	color: rgb(44, 86, 122);
}
#calendar2 tbody td:nth-child(n+6), #calendar2 .holiday {
	color: rgb(231, 140, 92);
}
#calendar2 tbody td.today {
	border-radius: 5px;
	border: 2px solid #2D2243;
	color: #2D2243;
}
.calendar__month_box {
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	color: #2D2243;
}
.calendar__arrow-left {
}
.calendar__month {
	height: 80px;
}
.calendar__arrow-right {
}
.calendar__weeks {
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
}
.calendar__days {

}
/* SLICK ============================================================================ */
.slick-track {
	display: flex;
}
.slick-list {
	overflow: hidden;
}
.engage__columns .slick-arrow {
	position: absolute;
	top: 50%;
}
.engage__columns .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 45px;
}
.engage__columns .slick-dots li {
	margin: 0px 10px;
}
.engage__columns .slick-dots button {
	font-size: 0;
	width: 6px;
	height: 6px;
	background: #A5D6FC;
	border-radius: 1px;
}
.engage__columns .slick-dots li.slick-active button {
	width: 6px;
	height: 6px;
	background: transparent;
	border-radius: 50%;
	border: 1px solid #2D2243;
	padding: 9px;
}



.popup-fade, .popup-fade2, .popup-fade3, .popup-fade4, .popup-fade5 {
	display: none;
}
.popup-fade:before, .popup-fade2:before, .popup-fade3:before, .popup-fade4:before, .popup-fade5:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
}
.popup-fade:before{
	z-index: 100;
}
.popup-fade2:before{
	z-index: 80;
}
.popup, .popup2, .popup3, .popup4, .popup5 {
	display: flex;
	justify-content: center;
	position: fixed;
	top: 50%;
	font-family: var(--primaryFont);
	left: 50%;
	transform: translate(-50%, -50%);
	list-style: none;
	text-align: center;
	transition: all 5s ease-in-out;
	background-color: white;
	flex-direction: column;
}
.popup{
	z-index: 110;
}

.popup3, .popup4, .popup5{
	background-color: white;
	flex-direction: column;
	border-radius: 40px;
	width: 90vw;
	max-width: 1300px;
	padding: 40px;
	text-align: left;
	z-index: 240;
}

.popup-close, .popup-close2, .popup-close3, .popup-close4, .popup-close5 {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.popup .content {
	max-height: 30%;
	overflow: auto;
}

.comm-tabs table td {
	display: block;
	margin-right: 15px;
}

.comm-tabs table td:last-of-type {
	margin-right: 0;
}

.comm-tabs table tbody tr {
	display: flex;
}

.comm-tabs table td img {
	width: 100%;
	height: auto;
}

@media (max-width: 1200px) {
	.search-grid {
		grid-gap: 20px;
	}

	.search-grid article {
		margin: 0;
	}
}

@media (max-width: 768px) {
	body .ays-pb-modal_1 {
		width: 95% !important;
		margin: auto;
		padding: 15px;
		max-height: 90%;
	}

	body .ays-pb-modal_1 hr {
		margin: 1em;
	}

	body .ays-pb-modal_1 .wpcf7 input[type="text"],
	body .ays-pb-modal_1 input[type="tel"],
	body .ays-pb-modal_1 input[type="email"] {
		padding: 5px 10px;
		margin: 0;
		margin-bottom: 10px;
	}

	body .ays-pb-modal_1 {
		height: 60px;
	}

	body .ays-pb-modal h2 {
		font-size: 18px;
	}

	body .ays-pb-modals .ays_content_box {
		padding: 0;
	}

	body .ays-pb-modal_1 {
		height: fit-content !important;
	}

	.ays-pb-modal p.info {
		margin-left: 0;
	}

	body .ays-pb-modal_1 .upload input {
		font-size: 12px;
	}

	body .ays-pb-modal_1 .upload ~ div {
		font-size: 12px;
	}

	body .ays-pb-modal_1 .info {
		font-size: 12px;
	}

	body .ays-pb-modal_1 .wpcf7 input[type="submit"] {
		height: 50px;
		font-size: 14px;
	}

	body .ays-pb-modal_1 .wpcf7-spinner {
		display: none;
	}
}

@media (max-width: 767px) {
	.comm-tabs table tbody tr {
		display: block;
	}

	.comm-tabs table td {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.comm-tabs table td:last-of-type {
		margin-bottom: 0;
	}

	.magazines .magazine_colums_grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 580px) {
	body .search-grid {
		grid-template-columns: 1fr;
		padding: 0 15px;
	}
}

@media (max-width: 560px) {
	.magazines .magazine_colums_grid {
		grid-template-columns: 1fr 1fr;
	}

	.magazines .mag_item {
		margin: auto;
		margin-bottom: 20px;
	}
}

@media (max-width: 420px) {
	.magazines .magazine_colums_grid {
		grid-template-columns: 1fr;
	}

	.ays-pb-modal_1 .ays_pb_material_close_icon {
		width: 26px;
		height: 26px;
	}
}