

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');
@font-face {
	font-family: Roobert;
	src: url(../../FONTS/Roobert/Roobert-Regular.woff) format("woff2"), url(../../FONTS/Roobert/Roobert-Regular.woff2) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Roobert;
	src: url(../../FONTS/Roobert/Roobert-Regular.woff2) format("woff2"), url(../../FONTS/Roobert/Roobert-Regular.woff) format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Roobert;
	src: url(../../FONTS/Roobert/Roobert-Regular.woff2) format("woff2"), url(../../FONTS/Roobert/Roobert-Regular.woff) format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

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

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0!important
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #4aa6fa;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #0781f1;
	text-decoration: underline
}

a:not([href]):not([class]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

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

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

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

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

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

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

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

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none!important
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar
}

*,
::after,
::before {
	box-sizing: inherit
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:800px) {
	.container,
	.container-sm {
		max-width: 800px
	}
}

@media (min-width:1199px) {
	.container,
	.container-md,
	.container-sm {
		max-width: 1040px
	}
}

@media (min-width:1599px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 1440px
	}
}

@media (min-width:1900px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1441px
	}
}

.row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.tabs-content-list__item tabs-content-list__item--active .col-3 {
	margin-top: 5px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px
}

.col {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.row-cols-1>* {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.row-cols-2>* {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.row-cols-3>* {
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.row-cols-4>* {
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.row-cols-5>* {
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}

.row-cols-6>* {
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-auto {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.col-1 {
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-3 {
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-5 {
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-webkit-flex: 0 0 58.33333%;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-9 {
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-webkit-flex: 0 0 83.33333%;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1
}

.order-last {
	-webkit-order: 13;
	-ms-flex-order: 13;
	order: 13
}

.order-0 {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}

.order-1 {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.order-2 {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}

.order-3 {
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}

.order-4 {
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}

.order-5 {
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}

.order-6 {
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}

.order-7 {
	-webkit-order: 7;
	-ms-flex-order: 7;
	order: 7
}

.order-8 {
	-webkit-order: 8;
	-ms-flex-order: 8;
	order: 8
}

.order-9 {
	-webkit-order: 9;
	-ms-flex-order: 9;
	order: 9
}

.order-10 {
	-webkit-order: 10;
	-ms-flex-order: 10;
	order: 10
}

.order-11 {
	-webkit-order: 11;
	-ms-flex-order: 11;
	order: 11
}

.order-12 {
	-webkit-order: 12;
	-ms-flex-order: 12;
	order: 12
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

@media (min-width:800px) {
	.col-sm {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-sm-1>* {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-sm-2>* {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-sm-3>* {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.row-cols-sm-4>* {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-sm-5>* {
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-sm-6>* {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-auto {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-sm-1 {
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-sm-2 {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-3 {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-sm-5 {
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-sm-6 {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-sm-8 {
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-sm-9 {
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-sm-11 {
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-sm-12 {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}
	.order-sm-last {
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13
	}
	.order-sm-0 {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0
	}
	.order-sm-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.order-sm-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.order-sm-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.order-sm-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.order-sm-5 {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.order-sm-6 {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.order-sm-7 {
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.order-sm-8 {
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.order-sm-9 {
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.order-sm-10 {
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.order-sm-11 {
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}
	.order-sm-12 {
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.33333%
	}
	.offset-sm-2 {
		margin-left: 16.66667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.33333%
	}
	.offset-sm-5 {
		margin-left: 41.66667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.33333%
	}
	.offset-sm-8 {
		margin-left: 66.66667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.33333%
	}
	.offset-sm-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:1199px) {
	.col-md {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-md-1>* {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-md-2>* {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-md-3>* {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.row-cols-md-4>* {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-md-5>* {
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-md-6>* {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-auto {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-md-1 {
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-md-2 {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-3 {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-md-8 {
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-md-9 {
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-md-11 {
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-md-12 {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}
	.order-md-last {
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13
	}
	.order-md-0 {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0
	}
	.order-md-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.order-md-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.order-md-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.order-md-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.order-md-5 {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.order-md-6 {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.order-md-7 {
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.order-md-8 {
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.order-md-9 {
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.order-md-10 {
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.order-md-11 {
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}
	.order-md-12 {
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.33333%
	}
	.offset-md-2 {
		margin-left: 16.66667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.33333%
	}
	.offset-md-5 {
		margin-left: 41.66667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.33333%
	}
	.offset-md-8 {
		margin-left: 66.66667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.33333%
	}
	.offset-md-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:1601px) {
	.col-lg {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-lg-1>* {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-lg-2>* {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-lg-3>* {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.row-cols-lg-4>* {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-lg-5>* {
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-lg-6>* {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-auto {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-lg-1 {
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-lg-2 {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-3 {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-6 {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-lg-8 {
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-lg-9 {
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-lg-11 {
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-lg-12 {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}
	.order-lg-last {
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13
	}
	.order-lg-0 {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0
	}
	.order-lg-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.order-lg-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.order-lg-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.order-lg-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.order-lg-5 {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.order-lg-6 {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.order-lg-7 {
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.order-lg-8 {
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.order-lg-9 {
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.order-lg-10 {
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.order-lg-11 {
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}
	.order-lg-12 {
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.33333%
	}
	.offset-lg-2 {
		margin-left: 16.66667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.33333%
	}
	.offset-lg-5 {
		margin-left: 41.66667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.33333%
	}
	.offset-lg-8 {
		margin-left: 66.66667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.33333%
	}
	.offset-lg-11 {
		margin-left: 91.66667%
	}
}

.text-left {
	text-align: left!important
}

.text-right {
	text-align: right!important
}

.text-center {
	text-align: center!important
}

@media (min-width:800px) {
	.text-sm-left {
		text-align: left!important
	}
	.text-sm-right {
		text-align: right!important
	}
	.text-sm-center {
		text-align: center!important
	}
}

@media (min-width:1199px) {
	.text-md-left {
		text-align: left!important
	}
	.text-md-right {
		text-align: right!important
	}
	.text-md-center {
		text-align: center!important
	}
}

@media (min-width:1599px) {
	.text-lg-left {
		text-align: left!important
	}
	.text-lg-right {
		text-align: right!important
	}
	.text-lg-center {
		text-align: center!important
	}
}

@media (min-width:1900px) {
	.text-xl-left {
		text-align: left!important
	}
	.text-xl-right {
		text-align: right!important
	}
	.text-xl-center {
		text-align: center!important
	}
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

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

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes splide-loading {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes splide-loading {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.splide__container {
	position: relative;
	box-sizing: border-box
}

.splide__list {
	margin: 0!important;
	padding: 0!important;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	will-change: transform
}

.splide.is-active .splide__list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.splide__pagination {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 95%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0
}

.splide__pagination li {
	list-style-type: none;
	display: inline-block;
	line-height: 1;
	margin: 0
}

.splide {
	visibility: hidden
}

.splide,
.splide__slide {
	position: relative;
	outline: 0
}

.splide__slide {
	box-sizing: border-box;
	list-style-type: none!important;
	margin: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.splide__slide img {
	vertical-align: bottom
}

.splide__slider {
	position: relative
}

.splide__spinner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #999;
	border-left-color: transparent;
	-webkit-animation: splide-loading 1s linear infinite;
	animation: splide-loading 1s linear infinite
}

.splide__track {
	position: relative;
	z-index: 0;
	overflow: hidden
}

.splide--draggable>.splide__track>.splide__list>.splide__slide {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.splide--fade>.splide__track>.splide__list {
	display: block
}

.splide--fade>.splide__track>.splide__list>.splide__slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0
}

.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
	position: relative;
	z-index: 1;
	opacity: 1
}

.splide--rtl {
	direction: rtl
}

.splide--ttb>.splide__track>.splide__list {
	display: block
}

.splide--ttb>.splide__pagination {
	width: auto
}

.flatpickr-calendar {
	background: 0;
	opacity: 0;
	display: none;
	text-align: center;
	visibility: hidden;
	padding: 0;
	-webkit-animation: none;
	animation: none;
	direction: ltr;
	border: 0;
	font-size: 14px;
	line-height: 24px;
	border-radius: 5px;
	position: absolute;
	width: 307.875px;
	box-sizing: border-box;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	background: #fff;
	box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08)
}

.flatpickr-calendar.inline,
.flatpickr-calendar.open {
	opacity: 1;
	max-height: 640px;
	visibility: visible
}

.flatpickr-calendar.open {
	display: inline-block;
	z-index: 99999
}

.flatpickr-calendar.animate.open {
	-webkit-animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1);
	animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
	display: block;
	position: relative;
	top: 2px
}

.flatpickr-calendar.static {
	position: absolute;
	top: calc(100%+2px)
}

.flatpickr-calendar.static.open {
	z-index: 999;
	display: block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
	box-shadow: none!important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
	box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
	border-left: 0
}

.flatpickr-calendar.hasTime .flatpickr-time {
	height: 40px;
	border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
	height: auto
}

.flatpickr-calendar:after,
.flatpickr-calendar:before {
	position: absolute;
	display: block;
	pointer-events: none;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	left: 22px
}

.flatpickr-calendar.arrowRight:after,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
	left: auto;
	right: 22px
}

.flatpickr-calendar.arrowCenter:after,
.flatpickr-calendar.arrowCenter:before {
	left: 50%;
	right: 50%
}

.flatpickr-calendar:before {
	border-width: 5px;
	margin: 0 -5px
}

.flatpickr-calendar:after {
	border-width: 4px;
	margin: 0 -4px
}

.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
	bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
	border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
	border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
	top: 100%
}

.flatpickr-calendar.arrowBottom:before {
	border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
	border-top-color: #fff
}

.flatpickr-calendar:focus {
	outline: 0
}

.flatpickr-wrapper {
	position: relative;
	display: inline-block
}

.flatpickr-months {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.flatpickr-months .flatpickr-month {
	background: 0;
	color: rgba(0, 0, 0, .9);
	fill: rgba(0, 0, 0, .9);
	height: 34px;
	line-height: 1;
	text-align: center;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	height: 34px;
	padding: 10px;
	z-index: 3;
	color: rgba(0, 0, 0, .9);
	fill: rgba(0, 0, 0, .9)
}

.flatpickr-months .flatpickr-next-month.flatpickr-disabled,
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
	display: none
}

.flatpickr-months .flatpickr-next-month i,
.flatpickr-months .flatpickr-prev-month i {
	position: relative
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
	left: 0
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
	right: 0
}

.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
	color: #959ea9
}

.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
	fill: #f64747
}

.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
	width: 14px;
	height: 14px
}

.flatpickr-months .flatpickr-next-month svg path,
.flatpickr-months .flatpickr-prev-month svg path {
	transition: fill .1s;
	fill: inherit
}

.numInputWrapper {
	position: relative;
	height: auto
}

.numInputWrapper input,
.numInputWrapper span {
	display: inline-block
}

.numInputWrapper input {
	width: 100%
}

.numInputWrapper input::-ms-clear {
	display: none
}

.numInputWrapper input::-webkit-inner-spin-button,
.numInputWrapper input::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none
}

.numInputWrapper span {
	position: absolute;
	right: 0;
	width: 14px;
	padding: 0 4px 0 2px;
	height: 50%;
	line-height: 50%;
	opacity: 0;
	cursor: pointer;
	border: 1px solid rgba(57, 57, 57, .15);
	box-sizing: border-box
}

.numInputWrapper span:hover {
	background: rgba(0, 0, 0, .1)
}

.numInputWrapper span:active {
	background: rgba(0, 0, 0, .2)
}

.numInputWrapper span:after {
	display: block;
	content: "";
	position: absolute
}

.numInputWrapper span.arrowUp {
	top: 0;
	border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(57, 57, 57, .6);
	top: 26%
}

.numInputWrapper span.arrowDown {
	top: 50%
}

.numInputWrapper span.arrowDown:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(57, 57, 57, .6);
	top: 40%
}

.numInputWrapper span svg {
	width: inherit;
	height: auto
}

.numInputWrapper span svg path {
	fill: rgba(0, 0, 0, .5)
}

.numInputWrapper:hover {
	background: rgba(0, 0, 0, .05)
}

.numInputWrapper:hover span {
	opacity: 1
}

.flatpickr-current-month {
	font-size: 135%;
	line-height: inherit;
	font-weight: 300;
	color: inherit;
	position: absolute;
	width: 75%;
	left: 12.5%;
	padding: 7.48px 0 0 0;
	line-height: 1;
	height: 34px;
	display: inline-block;
	text-align: center;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.flatpickr-current-month span.cur-month {
	font-family: inherit;
	font-weight: 700;
	color: inherit;
	display: inline-block;
	margin-left: .5ch;
	padding: 0
}

.flatpickr-current-month span.cur-month:hover {
	background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .numInputWrapper {
	width: 6ch;
	display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
	border-bottom-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
	border-top-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month input.cur-year {
	background: 0;
	box-sizing: border-box;
	color: inherit;
	cursor: text;
	padding: 0 0 0 .5ch;
	margin: 0;
	display: inline-block;
	font-size: inherit;
	font-family: inherit;
	font-weight: 300;
	line-height: inherit;
	height: auto;
	border: 0;
	border-radius: 0;
	vertical-align: initial;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield
}

.flatpickr-current-month input.cur-year:focus {
	outline: 0
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
	font-size: 100%;
	color: rgba(0, 0, 0, .5);
	background: 0;
	pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
	appearance: menulist;
	background: 0;
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	color: inherit;
	cursor: pointer;
	font-size: inherit;
	font-family: inherit;
	font-weight: 300;
	height: auto;
	line-height: inherit;
	margin: -1px 0 0 0;
	outline: 0;
	padding: 0 0 0 .5ch;
	position: relative;
	vertical-align: initial;
	-webkit-box-sizing: border-box;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:active,
.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
	outline: 0
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
	background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
	background-color: transparent;
	outline: 0;
	padding: 0
}

.flatpickr-weekdays {
	background: 0;
	text-align: center;
	overflow: hidden;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 28px
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

span.flatpickr-weekday {
	cursor: default;
	font-size: 90%;
	background: 0;
	color: rgba(0, 0, 0, .54);
	line-height: 1;
	margin: 0;
	text-align: center;
	display: block;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: bolder
}

.dayContainer,
.flatpickr-weeks {
	padding: 1px 0 0 0
}

.flatpickr-days {
	position: relative;
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 307.875px
}

.flatpickr-days:focus {
	outline: 0
}

.dayContainer {
	padding: 0;
	outline: 0;
	text-align: left;
	width: 307.875px;
	min-width: 307.875px;
	max-width: 307.875px;
	box-sizing: border-box;
	display: inline-block;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.dayContainer+.dayContainer {
	box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
	background: 0;
	border: 1px solid transparent;
	border-radius: 150px;
	box-sizing: border-box;
	color: #393939;
	cursor: pointer;
	font-weight: 400;
	width: 14.2857143%;
	-ms-flex-preferred-size: 14.2857143%;
	-webkit-flex-basis: 14.2857143%;
	flex-basis: 14.2857143%;
	max-width: 39px;
	height: 39px;
	line-height: 39px;
	margin: 0;
	display: inline-block;
	position: relative;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
	cursor: pointer;
	outline: 0;
	background: #e6e6e6;
	border-color: #e6e6e6
}

.flatpickr-day.today {
	border-color: #959ea9
}

.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
	border-color: #959ea9;
	background: #959ea9;
	color: #fff
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
	background: #569ff7;
	box-shadow: none;
	color: #fff;
	border-color: #569ff7
}

.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
	border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
	border-radius: 0 50px 50px 0
}

.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
	box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
	border-radius: 50px
}

.flatpickr-day.inRange {
	border-radius: 0;
	box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
	color: rgba(57, 57, 57, .3);
	background: 0;
	border-color: transparent;
	cursor: default
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
	cursor: not-allowed;
	color: rgba(57, 57, 57, .1)
}

.flatpickr-day.week.selected {
	border-radius: 0;
	box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.flatpickr-day.hidden {
	visibility: hidden
}

.rangeMode .flatpickr-day {
	margin-top: 1px
}

.flatpickr-weekwrapper {
	float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
	padding: 0 12px;
	box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
	float: none;
	width: 100%;
	line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
	display: block;
	width: 100%;
	max-width: none;
	color: rgba(57, 57, 57, .3);
	background: 0;
	cursor: default;
	border: 0
}

.flatpickr-innerContainer {
	display: block;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
	overflow: hidden
}

.flatpickr-rContainer {
	display: inline-block;
	padding: 0;
	box-sizing: border-box
}

.flatpickr-time {
	text-align: center;
	outline: 0;
	display: block;
	height: 0;
	line-height: 40px;
	max-height: 40px;
	box-sizing: border-box;
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.flatpickr-time:after {
	content: "";
	display: table;
	clear: both
}

.flatpickr-time .numInputWrapper {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 40%;
	height: 40px;
	float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
	border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
	border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
	width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
	width: 49%
}

.flatpickr-time input {
	background: 0;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	height: inherit;
	line-height: inherit;
	color: #393939;
	font-size: 14px;
	position: relative;
	box-sizing: border-box;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield
}

.flatpickr-time input.flatpickr-hour {
	font-weight: 700
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
	font-weight: 400
}

.flatpickr-time input:focus {
	outline: 0;
	border: 0
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
	height: inherit;
	float: left;
	line-height: inherit;
	color: #393939;
	font-weight: 700;
	width: 2%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

.flatpickr-time .flatpickr-am-pm {
	outline: 0;
	width: 18%;
	cursor: pointer;
	text-align: center;
	font-weight: 400
}

.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
	background: #eee
}

.flatpickr-input[readonly] {
	cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fpFadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

[data-hint] {
	position: relative;
	display: inline-block
}

[data-hint]:after,
[data-hint]:before {
	position: absolute;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: hidden;
	opacity: 0;
	z-index: 1000000;
	pointer-events: none;
	transition: .3s ease;
	transition-delay: 0s
}

[data-hint]:hover:after,
[data-hint]:hover:before {
	visibility: visible;
	opacity: 1
}

[data-hint]:hover:after,
[data-hint]:hover:before {
	transition-delay: .1s
}

[data-hint]:before {
	content: "";
	position: absolute;
	background: 0;
	border: 6px solid transparent;
	z-index: 1000001
}

[data-hint]:after {
	content: attr(data-hint);
	background: #383838;
	color: #fff;
	padding: 8px 10px;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 12px;
	white-space: nowrap
}

[data-hint=""]:after,
[data-hint=""]:before {
	display: none!important
}

.hint--top-left:before {
	border-top-color: #383838
}

.hint--top-right:before {
	border-top-color: #383838
}

.hint--top:before {
	border-top-color: #383838
}

.hint--bottom-left:before {
	border-bottom-color: #383838
}

.hint--bottom-right:before {
	border-bottom-color: #383838
}

.hint--bottom:before {
	border-bottom-color: #383838
}

.hint--left:before {
	border-left-color: #383838
}

.hint--right:before {
	border-right-color: #383838
}

.hint--top:before {
	margin-bottom: -12px
}

.hint--top:after,
.hint--top:before {
	bottom: 100%;
	left: 50%
}

.hint--top:after,
.hint--top:before {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.hint--top:focus:after,
.hint--top:focus:before,
.hint--top:hover:after,
.hint--top:hover:before {
	-webkit-transform: translateX(-50%) translateY(-8px);
	transform: translateX(-50%) translateY(-8px)
}

.hint--bottom:before {
	margin-top: -12px
}

.hint--bottom:after,
.hint--bottom:before {
	top: 100%;
	left: 50%
}

.hint--bottom:after,
.hint--bottom:before {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.hint--bottom:focus:after,
.hint--bottom:focus:before,
.hint--bottom:hover:after,
.hint--bottom:hover:before {
	-webkit-transform: translateX(-50%) translateY(8px);
	transform: translateX(-50%) translateY(8px)
}

.hint--right:before {
	margin-left: -12px;
	margin-bottom: -6px
}

.hint--right:after {
	margin-bottom: -14px
}

.hint--right:after,
.hint--right:before {
	left: 100%;
	bottom: 50%
}

.hint--right:focus:after,
.hint--right:focus:before,
.hint--right:hover:after,
.hint--right:hover:before {
	-webkit-transform: translateX(8px);
	transform: translateX(8px)
}

.hint--left:before {
	margin-right: -12px;
	margin-bottom: -6px
}

.hint--left:after {
	margin-bottom: -14px
}

.hint--left:after,
.hint--left:before {
	right: 100%;
	bottom: 50%
}

.hint--left:focus:after,
.hint--left:focus:before,
.hint--left:hover:after,
.hint--left:hover:before {
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px)
}

.hint--top-left:before {
	margin-bottom: -12px
}

.hint--top-left:after,
.hint--top-left:before {
	bottom: 100%;
	left: 50%
}

.hint--top-left:after,
.hint--top-left:before {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.hint--top-left:after {
	margin-left: 6px
}

.hint--top-left:focus:after,
.hint--top-left:focus:before,
.hint--top-left:hover:after,
.hint--top-left:hover:before {
	-webkit-transform: translateX(-100%) translateY(-8px);
	transform: translateX(-100%) translateY(-8px)
}

.hint--top-right:before {
	margin-bottom: -12px
}

.hint--top-right:after,
.hint--top-right:before {
	bottom: 100%;
	left: 50%
}

.hint--top-right:after,
.hint--top-right:before {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.hint--top-right:after {
	margin-left: -6px
}

.hint--top-right:focus:after,
.hint--top-right:focus:before,
.hint--top-right:hover:after,
.hint--top-right:hover:before {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.hint--bottom-left:before {
	margin-top: -12px
}

.hint--bottom-left:after,
.hint--bottom-left:before {
	top: 100%;
	left: 50%
}

.hint--bottom-left:after,
.hint--bottom-left:before {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.hint--bottom-left:after {
	margin-left: 6px
}

.hint--bottom-left:focus:after,
.hint--bottom-left:focus:before,
.hint--bottom-left:hover:after,
.hint--bottom-left:hover:before {
	-webkit-transform: translateX(-100%) translateY(8px);
	transform: translateX(-100%) translateY(8px)
}

.hint--bottom-right:before {
	margin-top: -12px
}

.hint--bottom-right:after,
.hint--bottom-right:before {
	top: 100%;
	left: 50%
}

.hint--bottom-right:after,
.hint--bottom-right:before {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.hint--bottom-right:after {
	margin-left: -6px
}

.hint--bottom-right:focus:after,
.hint--bottom-right:focus:before,
.hint--bottom-right:hover:after,
.hint--bottom-right:hover:before {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

.hint--large:after,
.hint--medium:after,
.hint--small:after {
	white-space: normal;
	line-height: 1.4em
}

.hint--small:after {
	width: 80px
}

.hint--medium:after {
	width: 150px
}

.hint--large:after {
	width: 300px
}

[data-hint]:after {
	text-shadow: 0 -1px 0 #000;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .3)
}

.hint--error:after {
	background-color: #b34e4d;
	text-shadow: 0 -1px 0 #592726
}

.hint--error.hint--top-left:before {
	border-top-color: #b34e4d
}

.hint--error.hint--top-right:before {
	border-top-color: #b34e4d
}

.hint--error.hint--top:before {
	border-top-color: #b34e4d
}

.hint--error.hint--bottom-left:before {
	border-bottom-color: #b34e4d
}

.hint--error.hint--bottom-right:before {
	border-bottom-color: #b34e4d
}

.hint--error.hint--bottom:before {
	border-bottom-color: #b34e4d
}

.hint--error.hint--left:before {
	border-left-color: #b34e4d
}

.hint--error.hint--right:before {
	border-right-color: #b34e4d
}

.hint--warning:after {
	background-color: #c09854;
	text-shadow: 0 -1px 0 #6c5328
}

.hint--warning.hint--top-left:before {
	border-top-color: #c09854
}

.hint--warning.hint--top-right:before {
	border-top-color: #c09854
}

.hint--warning.hint--top:before {
	border-top-color: #c09854
}

.hint--warning.hint--bottom-left:before {
	border-bottom-color: #c09854
}

.hint--warning.hint--bottom-right:before {
	border-bottom-color: #c09854
}

.hint--warning.hint--bottom:before {
	border-bottom-color: #c09854
}

.hint--warning.hint--left:before {
	border-left-color: #c09854
}

.hint--warning.hint--right:before {
	border-right-color: #c09854
}

.hint--info:after {
	background-color: #3986ac;
	text-shadow: 0 -1px 0 #1a3c4d
}

.hint--info.hint--top-left:before {
	border-top-color: #3986ac
}

.hint--info.hint--top-right:before {
	border-top-color: #3986ac
}

.hint--info.hint--top:before {
	border-top-color: #3986ac
}

.hint--info.hint--bottom-left:before {
	border-bottom-color: #3986ac
}

.hint--info.hint--bottom-right:before {
	border-bottom-color: #3986ac
}

.hint--info.hint--bottom:before {
	border-bottom-color: #3986ac
}

.hint--info.hint--left:before {
	border-left-color: #3986ac
}

.hint--info.hint--right:before {
	border-right-color: #3986ac
}

.hint--success:after {
	background-color: #458746;
	text-shadow: 0 -1px 0 #1a321a
}

.hint--success.hint--top-left:before {
	border-top-color: #458746
}

.hint--success.hint--top-right:before {
	border-top-color: #458746
}

.hint--success.hint--top:before {
	border-top-color: #458746
}

.hint--success.hint--bottom-left:before {
	border-bottom-color: #458746
}

.hint--success.hint--bottom-right:before {
	border-bottom-color: #458746
}

.hint--success.hint--bottom:before {
	border-bottom-color: #458746
}

.hint--success.hint--left:before {
	border-left-color: #458746
}

.hint--success.hint--right:before {
	border-right-color: #458746
}

.hint--always:after,
.hint--always:before {
	opacity: 1;
	visibility: visible
}

.hint--always.hint--top:after,
.hint--always.hint--top:before {
	-webkit-transform: translateX(-50%) translateY(-8px);
	transform: translateX(-50%) translateY(-8px)
}

.hint--always.hint--top-left:after,
.hint--always.hint--top-left:before {
	-webkit-transform: translateX(-100%) translateY(-8px);
	transform: translateX(-100%) translateY(-8px)
}

.hint--always.hint--top-right:after,
.hint--always.hint--top-right:before {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.hint--always.hint--bottom:after,
.hint--always.hint--bottom:before {
	-webkit-transform: translateX(-50%) translateY(8px);
	transform: translateX(-50%) translateY(8px)
}

.hint--always.hint--bottom-left:after,
.hint--always.hint--bottom-left:before {
	-webkit-transform: translateX(-100%) translateY(8px);
	transform: translateX(-100%) translateY(8px)
}

.hint--always.hint--bottom-right:after,
.hint--always.hint--bottom-right:before {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

.hint--always.hint--left:after,
.hint--always.hint--left:before {
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px)
}

.hint--always.hint--right:after,
.hint--always.hint--right:before {
	-webkit-transform: translateX(8px);
	transform: translateX(8px)
}

.hint--rounded:after {
	border-radius: 4px
}

.hint--no-animate:after,
.hint--no-animate:before {
	transition-duration: 0s
}

.hint--bounce:after,
.hint--bounce:before {
	transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
	transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
	transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24)
}

.hint--html.hint:after {
	display: none;
	opacity: 0
}

.hint__content {
	background: #383838;
	color: #fff;
	padding: 8px 10px;
	font-size: 12px;
	line-height: 12px;
	pointer-events: none
}

.hint--hoverable .hint__content {
	pointer-events: auto
}

.hint--html {
	position: relative;
	display: inline-block
}

.hint--html:after,
.hint--html:before {
	position: absolute;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: hidden;
	opacity: 0;
	z-index: 1000000;
	pointer-events: none;
	transition: .3s ease;
	transition-delay: 0s
}

.hint--html:hover:after,
.hint--html:hover:before {
	visibility: visible;
	opacity: 1
}

.hint--html:hover:after,
.hint--html:hover:before {
	transition-delay: .1s
}

.hint--html:before {
	content: "";
	position: absolute;
	background: 0;
	border: 6px solid transparent;
	z-index: 1000001
}

.hint--html .hint__content {
	position: absolute;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: hidden;
	opacity: 0;
	z-index: 1000000;
	transition: .3s ease;
	transition-delay: 0s
}

.hint--html:focus .hint__content,
.hint--html:hover .hint__content {
	visibility: visible;
	opacity: 1
}

.hint--html:hover .hint__content {
	transition-delay: .1s
}

.hint--html.hint--notrans:after,
.hint--html.hint--notrans:before {
	transition: none
}

.hint--html.hint--notrans .hint__content {
	transition: none
}

.hint--top .hint__content {
	bottom: 100%;
	left: 50%
}

.hint--top .hint__content,
.hint--top:before {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.hint--top .hint__content:after {
	content: " ";
	position: absolute;
	top: 100%;
	left: 0;
	height: 12px;
	width: 100%;
	opacity: 0;
	background-color: red
}

.hint--top:focus .hint__content,
.hint--top:hover .hint__content {
	-webkit-transform: translateX(-50%) translateY(-8px);
	transform: translateX(-50%) translateY(-8px)
}

.hint--top-left .hint__content {
	bottom: 100%;
	left: 50%
}

.hint--top-left .hint__content,
.hint--top-left:before {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.hint--top-left:before {
	margin-left: 6px
}

.hint--top-left .hint__content {
	margin-left: 12px
}

.hint--top-left .hint__content:after {
	content: " ";
	position: absolute;
	top: 100%;
	left: 0;
	height: 12px;
	width: 100%;
	opacity: 0;
	background-color: red
}

.hint--top-left:focus .hint__content,
.hint--top-left:hover .hint__content {
	-webkit-transform: translateX(-100%) translateY(-8px);
	transform: translateX(-100%) translateY(-8px)
}

.hint--top-right .hint__content {
	bottom: 100%;
	left: 50%
}

.hint--top-right .hint__content,
.hint--top-right:before {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.hint--top-right:before {
	margin-left: -6px
}

.hint--top-right .hint__content {
	margin-left: -12px
}

.hint--top-right .hint__content:after {
	content: " ";
	position: absolute;
	top: 100%;
	left: 0;
	height: 12px;
	width: 100%;
	opacity: 0;
	background-color: red
}

.hint--top-right:focus .hint__content,
.hint--top-right:hover .hint__content {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.hint--bottom .hint__content {
	top: 100%;
	left: 50%
}

.hint--bottom .hint__content,
.hint--bottom:before {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.hint--bottom .hint__content:after {
	content: " ";
	position: absolute;
	top: -12px;
	left: 0;
	height: 12px;
	width: 100%;
	opacity: 0;
	background-color: red
}

.hint--bottom:focus .hint__content,
.hint--bottom:hover .hint__content {
	-webkit-transform: translateX(-50%) translateY(8px);
	transform: translateX(-50%) translateY(8px)
}

.hint--bottom-left .hint__content {
	top: 100%;
	left: 50%
}

.hint--bottom-left .hint__content,
.hint--bottom-left:before {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.hint--bottom-left:before {
	margin-left: 6px
}

.hint--bottom-left .hint__content {
	margin-left: 12px
}

.hint--bottom-left .hint__content:after {
	content: " ";
	position: absolute;
	top: -12px;
	left: 0;
	height: 12px;
	width: 100%;
	opacity: 0;
	background-color: red
}

.hint--bottom-left:focus .hint__content,
.hint--bottom-left:hover .hint__content {
	-webkit-transform: translateX(-100%) translateY(8px);
	transform: translateX(-100%) translateY(8px)
}

.hint--bottom-right .hint__content {
	top: 100%;
	left: 50%
}

.hint--bottom-right .hint__content,
.hint--bottom-right:before {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.hint--bottom-right:before {
	margin-left: -6px
}

.hint--bottom-right .hint__content {
	margin-left: -12px
}

.hint--bottom-right .hint__content:after {
	content: " ";
	position: absolute;
	top: -12px;
	left: 0;
	height: 12px;
	width: 100%;
	opacity: 0;
	background-color: red
}

.hint--bottom-right:focus .hint__content,
.hint--bottom-right:hover .hint__content {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

.hint--right:before {
	margin-left: -12px;
	margin-bottom: -6px
}

.hint--right .hint__content {
	margin-bottom: -14px
}

.hint--right .hint__content {
	left: 100%;
	bottom: 50%
}

.hint--right .hint__content:after {
	content: " ";
	position: absolute;
	left: -12px;
	top: 0;
	height: 100%;
	width: 12px;
	opacity: 0;
	background-color: red
}

.hint--right:focus .hint__content,
.hint--right:hover .hint__content {
	-webkit-transform: translateX(8px);
	transform: translateX(8px)
}

.hint--left:before {
	margin-right: -12px;
	margin-bottom: -6px
}

.hint--left .hint__content {
	margin-bottom: -14px
}

.hint--left .hint__content {
	right: 100%;
	bottom: 50%
}

.hint--left .hint__content:after {
	content: " ";
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
	width: 12px;
	opacity: 0;
	background-color: red
}

.hint--left:focus .hint__content,
.hint--left:hover .hint__content {
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px)
}

.hint--error .hint__content {
	background-color: #b34e4d
}

.hint--error.hint--top-left:before {
	border-top-color: #b34e4d
}

.hint--error.hint--top-right:before {
	border-top-color: #b34e4d
}

.hint--error.hint--top:before {
	border-top-color: #b34e4d
}

.hint--error.hint--bottom-left:before {
	border-bottom-color: #b34e4d
}

.hint--error.hint--bottom-right:before {
	border-bottom-color: #b34e4d
}

.hint--error.hint--bottom:before {
	border-bottom-color: #b34e4d
}

.hint--error.hint--left:before {
	border-left-color: #b34e4d
}

.hint--error.hint--right:before {
	border-right-color: #b34e4d
}

.hint--warning .hint__content {
	background-color: #c09854
}

.hint--warning.hint--top-left:before {
	border-top-color: #c09854
}

.hint--warning.hint--top-right:before {
	border-top-color: #c09854
}

.hint--warning.hint--top:before {
	border-top-color: #c09854
}

.hint--warning.hint--bottom-left:before {
	border-bottom-color: #c09854
}

.hint--warning.hint--bottom-right:before {
	border-bottom-color: #c09854
}

.hint--warning.hint--bottom:before {
	border-bottom-color: #c09854
}

.hint--warning.hint--left:before {
	border-left-color: #c09854
}

.hint--warning.hint--right:before {
	border-right-color: #c09854
}

.hint--info .hint__content {
	background-color: #3986ac
}

.hint--info.hint--top-left:before {
	border-top-color: #3986ac
}

.hint--info.hint--top-right:before {
	border-top-color: #3986ac
}

.hint--info.hint--top:before {
	border-top-color: #3986ac
}

.hint--info.hint--bottom-left:before {
	border-bottom-color: #3986ac
}

.hint--info.hint--bottom-right:before {
	border-bottom-color: #3986ac
}

.hint--info.hint--bottom:before {
	border-bottom-color: #3986ac
}

.hint--info.hint--left:before {
	border-left-color: #3986ac
}

.hint--info.hint--right:before {
	border-right-color: #3986ac
}

.hint--success .hint__content {
	background-color: #458746
}

.hint--success.hint--top-left:before {
	border-top-color: #458746
}

.hint--success.hint--top-right:before {
	border-top-color: #458746
}

.hint--success.hint--top:before {
	border-top-color: #458746
}

.hint--success.hint--bottom-left:before {
	border-bottom-color: #458746
}

.hint--success.hint--bottom-right:before {
	border-bottom-color: #458746
}

.hint--success.hint--bottom:before {
	border-bottom-color: #458746
}

.hint--success.hint--left:before {
	border-left-color: #458746
}

.hint--success.hint--right:before {
	border-right-color: #458746
}

.hint--html.hint--hidden:hover:after,
.hint--html.hint--hidden:hover:before {
	opacity: 0;
	visibility: hidden
}

.hint--html.hint--hidden:hover .hint__content {
	opacity: 0;
	visibility: hidden
}

.hint--always:after,
.hint--always:before {
	opacity: 1;
	visibility: visible
}

.hint--always .hint__content {
	opacity: 1;
	visibility: visible
}

.hint--always.hint--top .hint__content {
	-webkit-transform: translateX(-50%) translateY(-8px);
	transform: translateX(-50%) translateY(-8px)
}

.hint--always.hint--top-left .hint__content {
	-webkit-transform: translateX(-100%) translateY(-8px);
	transform: translateX(-100%) translateY(-8px)
}

.hint--always.hint--top-right .hint__content {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.hint--always.hint--bottom .hint__content {
	-webkit-transform: translateX(-50%) translateY(8px);
	transform: translateX(-50%) translateY(8px)
}

.hint--always.hint--bottom-left .hint__content {
	-webkit-transform: translateX(-100%) translateY(8px);
	transform: translateX(-100%) translateY(8px)
}

.hint--always.hint--bottom-right .hint__content {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

.hint--always.hint--left .hint__content {
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px)
}

.hint--always.hint--right .hint__content {
	-webkit-transform: translateX(8px);
	transform: translateX(8px)
}

.hint__content {
	width: 220px;
	background: #4aa6fa;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
	box-shadow: -10px 10px 40px rgba(33, 78, 119, .12);
	border-radius: 10px;
	z-index: 6!important
}

.hint__title {
	font-size: 14px;
	font-family: Montserrat, sans-serif;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px
}

.hint__text p {
	margin-bottom: 10px
}

.hint__text p:last-child {
	margin-bottom: 0
}

.hint--right .hint__content {
	-webkit-transform: none;
	transform: none;
	top: 0;
	bottom: unset;
	text-transform: none
}

.hint--right .hint__content::before {
	content: " ";
	display: block;
	position: absolute;
	left: -10px;
	top: 13px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 10.4px 6px 0;
	border-color: transparent #4aa6fa transparent transparent
}

.hint--bottom .hint__content::before {
	content: " ";
	display: block;
	position: absolute;
	top: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 10.4px 6px;
	border-color: transparent transparent #4aa6fa transparent
}

.hint--right:focus .hint__content,
.hint--right:hover .hint__content {
	-webkit-transform: translateX(5px);
	transform: translateX(5px)
}

.hint--right .hint__content {
	margin-bottom: 0
}

* {
	box-sizing: border-box
}

body {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #f7f7f9;
	font-family: Roobert, Helvetica, Arial, sans-serif;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 24px
}

body.body-other {
	background: #f7f7f9
}

a {
	text-decoration: none;
	color: #222;
	transition: color .1s ease-in-out
}

a:hover {
	text-decoration: underline;
	color: #4aa6fa
}

@media (max-width:1198.98px) {
	.row:not(.no-gutters) {
		margin-right: -10px;
		margin-left: -10px
	}
	.row:not(.no-gutters)>.col,
	.row:not(.no-gutters)>[class*=col-] {
		padding-right: 10px;
		padding-left: 10px
	}
}

.wrapper {
	width: 100%;
	max-width: 850px;
	min-width: 320px;
	margin: 0 auto;
	padding: 0 40px
}

.f-header {
	font-size: 64px;
	line-height: 78px;
	font-family: Montserrat, sans-serif;
	font-weight: 700
}

@media (max-width:1598.98px) {
	.f-header {
		font-size: 48px;
		line-height: 58.51px
	}
}

.f-subheader {
	font-size: 40px;
	line-height: 56px;
	font-family: Montserrat, sans-serif;
	font-weight: 700
}

@media (max-width:1598.98px) {
	.f-subheader {
		font-size: 30px;
		line-height: 36.57px
	}
}

.f-title {
	font-size: 28px;
	line-height: 36px;
	font-family: Montserrat, sans-serif;
	font-weight: 600
}

@media (max-width:1598.98px) {
	.f-title {
		font-size: 21px;
		line-height: 36px
	}
}

.f-subtitle {
	font-size: 22px;
	line-height: 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 600
}

.f-tabs {
	font-size: 20px;
	line-height: 28px
}

.f-body-lg {
	font-size: 20px;
	line-height: 28px
}

.f-body {
	font-size: 16px;
	line-height: 24px
}

.font-weight-medium {
	font-weight: 500
}

.font-weight-semibold {
	font-weight: 600
}

.font-weight-bold {
	font-weight: 700
}

.demo {
	background: #e5e5e5;
	padding: 20px 50px 50px
}

.demo p:not([class*=demo]) {
	margin-top: 0;
	margin-bottom: 10px
}

.demo__title {
	color: #81929b;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 30px;
	font-style: italic
}

.demo button {
	margin-right: 20px;
	margin-bottom: 20px
}

.text-primary {
	color: #4aa6fa
}

.m-0 {
	margin: 0!important
}

.p-0 {
	padding: 0!important
}

.modal-instructor {
	width: 160px;
	height: 160px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 40px;
	margin-top: 0;
	border-radius: 20px
}

.instructor-main {
	margin-top: -298px;
	width: 100%;
	height: auto;
	-webkit-filter: drop-shadow(-10px 10px 40px rgba(33, 78, 119, .12));
	filter: drop-shadow(-10px 10px 40px rgba(33, 78, 119, .12))
}

@media (max-width:1598.98px) {
	.instructor-main {
		margin-top: -161px
	}
}

@media (max-width:1198.98px) {
	.instructor-main {
		margin-bottom: 68px;
		margin-top: -200px
	}
}

@media (max-width:799.98px) {
	.instructor-main {
		margin-bottom: 46px;
		margin-top: -144px;
		height: 190px;
		-o-object-fit: cover;
		object-fit: cover
	}
}

.thumbnail-preview-list {
	margin-bottom: 96px
}

@media (max-width:1598.98px) {
	.thumbnail-preview-list {
		margin-bottom: 60px
	}
}

@media (max-width:1198.98px) {
	.thumbnail-preview-list>[class*=col]:nth-child(4)~* {
		display: none
	}
}

@media (max-width:799.98px) {
	.thumbnail-preview-list {
		margin-bottom: 0
	}
}

.our-facilities-list {
	margin-bottom: 39px
}

@media (max-width:1899.98px) {
	.our-facilities-list {
		margin-bottom: 17px
	}
}

@media (max-width:1598.98px) {
	.our-facilities-list {
		margin-bottom: 20px
	}
}

.comment-list {
	margin-bottom: 136px
}

.comment-list__btn {
	margin-top: 18px
}

@media (max-width:1598.98px) {
	.comment-list {
		margin-bottom: 100px
	}
}

@media (max-width:799.98px) {
	.comment-list {
		margin-bottom: 40px
	}
}

.star {
	background: url(../../images/newDesign/sprites/main.stack.svg#image-star-warning);
	background-repeat: no-repeat
}

.d-block {
	display: block
}

.d-none {
	display: none
}

@media (min-width:1199px) {
	.d-md-none {
		display: none
	}
}

@media (min-width:1199px) {
	.d-md-block {
		display: block
	}
}

@media (min-width:1199px) {
	.d-md-inline-block {
		display: inline-block
	}
}

@media (min-width:1599px) {
	.d-lg-block {
		display: block
	}
}

@media (min-width:1599px) {
	.d-lg-none {
		display: none
	}
}

.justify-content-center {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.justify-content-end {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.justify-content-start {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.d-flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.overflow-hidden {
	overflow: hidden
}

.big-statistic-slider__control {
	display: none;
	height: 6px;
	background: #eaeaea;
	position: absolute;
	left: 0;
	left: 10px;
	right: 10px;
	top: 12px
}

@media (max-width:1198.98px) {
	.big-statistic-slider__control {
		display: block
	}
}

@media (max-width:799.98px) {
	.big-statistic-slider__control {
		top: -12px
	}
}

.big-statistic-slider__control-in {
	display: block;
	height: 12px;
	background: #c2def0;
	width: 10%;
	transition: width .3s ease-in-out;
	position: absolute;
	top: -3px;
	left: 0
}

.text-placeholder-color {
	color: #81929b
}

.text-color {
	color: #305c7b
}

.text-special-color {
	color: #c2def0
}

@media (max-width:1198.98px) {
	.text-center-mobile {
		text-align: center
	}
}

.p-static {
	position: static
}

.p-relative {
	position: relative
}

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

.custom-side-image {
	position: absolute;
	left: 50%;
	width: 33.9vw;
	-webkit-transform: translateX(16.1vw);
	transform: translateX(16.1vw);
	height: auto;
	max-height: 650px;
	-o-object-fit: cover;
	object-fit: cover
}

@media (max-width:1598.98px) {
	.custom-side-image {
		position: static;
		-webkit-transform: none;
		transform: none
	}
}

@media (max-width:1198.98px) {
	.custom-side-image {
		width: 75vw;
		height: auto;
		margin-left: auto;
		display: block;
		margin-bottom: 60px;
		position: relative;
		-webkit-transform: none;
		transform: none;
		left: 20px
	}
}

@media (max-width:1198.98px) {
	.row-sm-reverse {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.contact-us-map {
	height: 600px;
	width: 100%
}

@media (max-width:1198.98px) {
	.contact-us-map {
		height: 360px
	}
}

.link {
	color: #4aa6fa
}

.link--td {
	text-decoration: underline
}

.link--td:hover {
	text-decoration: none
}

.text-danger {
	color: #e12626!important
}

.card-caption-link {
	padding: 10px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	min-height: 120px;
	box-shadow: -30px 30px 40px rgba(33, 78, 119, .05);
	border: 0;
	transition: color .2s ease-in-out
}

.card-caption-link:focus,
.card-caption-link:hover {
	color: #4aa6fa;
	outline: 0
}

.bg-transparent {
	background: 0 0!important
}

.font-weight-normal {
	font-weight: 400
}

.align-items-center {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:1198.98px) {
	.article-source {
		margin-top: -40px
	}
}

.article-source h1,
.article-source h2,
.article-source h3,
.article-source h4,
.article-source h5,
.article-source h6 {
	font-size: 28px;
	line-height: 36px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	text-align: center;
	max-width: 410px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 42px;
	margin-top: 80px
}

@media (max-width:1198.98px) {
	.article-source h1,
	.article-source h2,
	.article-source h3,
	.article-source h4,
	.article-source h5,
	.article-source h6 {
		font-size: 22px;
		line-height: 30px;
		font-family: Montserrat, sans-serif;
		font-weight: 600
	}
}

.article-source ol,
.article-source p,
.article-source ul {
	margin-bottom: 24px
}

.article-source-image {
	display: none;
	width: 100%;
	height: auto;
	max-height: 360px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-top: 25px
}

@media (max-width:1198.98px) {
	.article-source-image {
		display: block
	}
}

@media (max-width:799.98px) {
	.article-source-image {
		width: 100vw
	}
}

@media (max-width:1198.98px) {
	.mobile-no-br br {
		display: none
	}
}

.side-map-search {
	position: fixed;
	width: 48.6vw;
	right: 0;
	top: 135px;
	bottom: 0;
	height: 100%
}

#side-map-search {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.search-map {
	width: 100%;
	height: 720px;
	position: absolute;
	top: 0;
	left: 0
}

@media (max-width:1198.98px) {
	.search-map {
		top: 0;
		width: 100vw;
		bottom: 0;
		max-height: 90vh;
		height: 90vh;
		left: 0;
		right: unset;
		position: absolute
	}
}

.row-map-view .gm-style-iw {
	width: 340px;
	min-height: 150px;
	font-size: 16px
}

.row-map-view .gm-style .gm-style-iw-c {
	padding: 0;
	border-radius: 0;
	background: 0;
	font-size: 16px;
	box-shadow: none;
	font-family: Roobert, Helvetica, Arial, sans-serif
}

.row-map-view .gm-style .gm-style-iw-c .card {
	margin-top: 15px
}

.row-map-view .gm-style .gm-style-iw-c .card .card__meta-item--icon {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.row-map-view .gm-style .gm-style-iw-c .card .hint--bottom .hint__content {
	-webkit-transform: translateX(-70%);
	transform: translateX(-70%)
}

.row-map-view .gm-style .gm-style-iw-c .card .hint--bottom .hint__content::before {
	left: 70%
}

.row-map-view .gm-style .gm-style-iw-c .card .hint--bottom:hover .hint__content {
	-webkit-transform: translateX(-70%) translateY(8px);
	transform: translateX(-70%) translateY(8px)
}

.row-map-view .gm-style .gm-style-iw-d {
	overflow: unset!important
}

.row-map-view .gm-style-iw-d+button {
	display: none!important
}

.bg-white {
	background: #fff!important
}

.text-overflow-for-link {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.map-slider {
	transition: opacity .3s ease-in-out;
	pointer-events: none;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 40px;
	display: none;
	opacity: 0
}

@media (max-width:1198.98px) {
	.map-slider {
		display: block
	}
}

.readonly {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none
}

.header {
	padding-left: 100px;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 10;
	background: #fff;
	transition: background .3s ease-in-out, box-shadow .2s ease-in-out
}

@media (max-width:1198.98px) {
	.header {
		padding-left: 0
	}
}

.header--top {
	background: 0
}

.header--top .header__link:not(.header__link--toggle-active):not(:hover) {
	color: #fff
}

@media (max-width:1198.98px) {
	.header--top .header__link:not(.header__link--toggle-active):not(:hover) {
		color: #222
	}
}

.header--top .header__link:not(.header__link--toggle-active):not(:hover)::before {
	background: url(../../images/newDesign/sprites/main.stack.svg#image-expand-down-white)
}

@media (max-width:1198.98px) {
	.header--top .header__link:not(.header__link--toggle-active):not(:hover)::before {
		background: url(../../images/newDesign/sprites/main.stack.svg#image-expand-down)
	}
}

.header--shadow {
	box-shadow: -30px 30px 40px rgba(33, 78, 119, .05)
}

@media (min-width:1199px) {
	.header--thin .header__in {
		height: 90px
	}
	.header--thin .popup-menu {
		top: 90px
	}
}

.header__in {
	height: 140px;
	transition: height .3s ease-in-out;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width:1198.98px) {
	.header__in {
		height: 76px;
		background: #fff;
		padding-left: 20px;
		padding-right: 20px
	}
}

.header__logo-link {
	margin-right: 83px;
	position: relative;
	z-index: 3
}

@media (max-width:1899.98px) {
	.header__logo-link {
		margin-right: 60px
	}
}

@media (max-width:1598.98px) {
	.header__logo-link {
		margin-right: 26px
	}
}

@media (max-width:1198.98px) {
	.header__menu-in {
		position: absolute;
		padding: 96px 20px 90px 20px;
		background: #fff;
		background: rgba(255, 255, 255, .9);
		text-align: center;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		left: 0;
		width: 100%;
		bottom: 76px;
		-webkit-transform: none;
		transform: none;
		visibility: hidden;
		transition: all .3s ease-in-out;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		z-index: 3;
		height: 100vh;
		overflow-y: auto;
		box-shadow: -30px 30px 40px rgba(33, 78, 119, .05)
	}
}

@media (max-width:1198.98px) and (max-width:799.98px) {
	.header__menu-in {
		bottom: 120px
	}
}

@media (max-width:1198.98px) {
	@supports ((-webkit-backdrop-filter: blur(8px)) or (backdrop-filter:blur(8px))) {
		.header__menu-in {
			background:#fff;
			background: rgba(255, 255, 255, .75);
			-webkit-backdrop-filter: blur(8px);
			backdrop-filter: blur(8px)
		}
	}
}

.header__burger {
	display: none;
	width: 36px;
	height: 36px;
	margin-left: 12px;
	top: 25px;
	right: 20px;
	position: fixed;
	padding: 0;
	border: 0;
	background: 0;
	z-index: 4
}

.header__burger:focus {
	outline: 0
}

.header__burger::after,
.header__burger::before {
	content: " ";
	position: absolute;
	display: block;
	left: 50%;
	height: 2px;
	width: 20px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all .3s ease-in-out;
	background: #305c7b
}

.header__burger::before {
	top: 13px
}

.header__burger::after {
	bottom: 13px
}

.header__burger--active::before {
	top: 17px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg)
}

.header__burger--active::after {
	bottom: 17px;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg)
}

@media (max-width:1198.98px) {
	.header__burger--active~.header__menu-in {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		visibility: visible
	}
}

@media (max-width:1198.98px) {
	.header__burger {
		display: block
	}
}

.header__logo {
	width: 120px;
	height: auto
}

.header__submenu {
	-webkit-transform: translateX(-20%);
	transform: translateX(-20%);
	transition: all .3s ease-in-out;
	visibility: hidden;
	opacity: 0;
	z-index: -1
}

@media (max-width:1198.98px) {
	.header__submenu {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		z-index: 1;
		visibility: visible;
		display: none
	}
}

.header__link {
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase
}

.header__link:not(:last-child) {
	margin-right: 13px
}

@media (max-width:1198.98px) {
	.header__link {
		font-size: 20px;
		line-height: 24.38px;
		margin-right: 0;
		margin-bottom: 32px;
		display: inline-block
	}
}

.header__link:focus,
.header__link:hover {
	text-decoration: none
}

.header__link--toggle {
	padding-right: 24px;
	position: relative
}

.header__link--toggle::after,
.header__link--toggle::before {
	content: " ";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	right: 3px;
	top: 55%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: opacity .1s ease-in-out, -webkit-transform .2s ease-in-out;
	transition: opacity .1s ease-in-out, transform .2s ease-in-out;
	transition: opacity .1s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.header__link--toggle::before {
	background: url(../../images/newDesign/sprites/main.stack.svg#image-expand-down)
}

.header__link--toggle::after {
	background: url(../../images/newDesign/sprites/main.stack.svg#image-expand-down-primary)
}

.header__link--toggle-active {
	color: #4aa6fa!important
}

.header__link--toggle-active::after,
.header__link--toggle-active::before {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg)
}

.header__link--toggle-active+.header__submenu {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	visibility: visible;
	z-index: 3
}

@media (max-width:1198.98px) {
	.header__link--toggle-active+.header__submenu {
		-webkit-animation: fadeIn .5s;
		animation: fadeIn .5s;
		display: block;
		margin-right: 30px
	}
	.header__link--toggle {
		margin-left: 20px
	}
}

.header__menu {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.header__side {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 2px solid #4aa6fa;
	border-right: 0;
	box-sizing: border-box;
	border-radius: 60px 0 0 60px;
	width: auto;
	position: relative
}

@media (max-width:1198.98px) {
	.header__side {
		display: none
	}
}

.header__side::after {
	content: " ";
	height: 32px;
	width: 1px;
	background: #4aa6fa;
	position: absolute;
	right: 114px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.header__side-search-link {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 60px;
	padding-left: 62px;
	padding-right: 29px;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 60px 0 0 60px;
	margin-left: -1px;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	color: #4aa6fa;
	transition: color .3s ease-in-out, background .3s ease-in-out
}

@media (max-width:1598.98px) {
	.header__side-search-link {
		max-width: 310px;
		display: block;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap
	}
}

.header__side-search-link-caption {
	font-size: 13px
}

@media (max-width:1598.98px) {
	.header__side-search-link-caption {
		vertical-align: middle;
		line-height: 60px
	}
}

.header__side-search-link::after,
.header__side-search-link::before {
	content: " ";
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity .3s ease-in-out;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 32px;
	top: 53%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.header__side-search-link::before {
	opacity: 1;
	background: url(../../images/newDesign/sprites/main.stack.svg#image-side-search-primary);
	background-size: contain;
	background-repeat: no-repeat
}

.header__side-search-link::after {
	opacity: 0;
	background: url(../../images/newDesign/sprites/main.stack.svg#image-side-search-white);
	background-size: contain;
	background-repeat: no-repeat
}

.header__side-search-link:hover {
	color: #fff;
	background: #4aa6fa;
	text-decoration: none
}

.header__side-search-link:hover::before {
	opacity: 0
}

.header__side-search-link:hover::after {
	opacity: 1
}

.header__side-menu {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease-in-out;
	background: #fff;
	padding: 40px 30px;
	border: 2px solid #c2e7ff;
	box-shadow: -30px 30px 40px rgba(33, 78, 119, .05);
	position: absolute;
	bottom: -40px;
	right: 30px;
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.header__side-menu-link:not(:last-of-type) {
	margin-bottom: 32px
}

.header__side-menu-toggle {
	display: block;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border: 0;
	height: 60px;
	border: 0;
	background: 0;
	transition: background .3s ease-in-out;
	position: relative;
	margin-left: -1px;
	width: 115px
}

.header__side-menu-toggle:focus {
	outline: 0
}

.header__side-menu-toggle--active,
.header__side-menu-toggle:hover {
	background: #4aa6fa
}

.header__side-menu-toggle--active .header__side-menu-toggle-arr::before,
.header__side-menu-toggle--active .header__side-menu-toggle-icon::before,
.header__side-menu-toggle:hover .header__side-menu-toggle-arr::before,
.header__side-menu-toggle:hover .header__side-menu-toggle-icon::before {
	opacity: 0
}

.header__side-menu-toggle--active .header__side-menu-toggle-arr::after,
.header__side-menu-toggle--active .header__side-menu-toggle-icon::after,
.header__side-menu-toggle:hover .header__side-menu-toggle-arr::after,
.header__side-menu-toggle:hover .header__side-menu-toggle-icon::after {
	opacity: 1
}

.header__side-menu-toggle--active+.header__side-menu {
	bottom: -20px;
	visibility: visible;
	opacity: 1
}

.header__side-menu-toggle--active .header__side-menu-toggle-arr {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg)
}

.header__side-menu-toggle-icon {
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	top: 50%;
	left: 32px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.header__side-menu-toggle-icon::after,
.header__side-menu-toggle-icon::before {
	content: " ";
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity .3s ease-in-out;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.header__side-menu-toggle-icon::before {
	opacity: 1;
	background: url(../../images/newDesign/sprites/main.stack.svg#image-side-user-primary);
	background-size: contain;
	background-repeat: no-repeat
}

.header__side-menu-toggle-icon::after {
	opacity: 0;
	background: url(../../images/newDesign/sprites/main.stack.svg#image-side-user-white);
	background-size: contain;
	background-repeat: no-repeat
}

.header__side-menu-toggle-arr {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	right: 32px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.header__side-menu-toggle-arr::after,
.header__side-menu-toggle-arr::before {
	content: " ";
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity .3s ease-in-out;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.header__side-menu-toggle-arr::before {
	opacity: 1;
	background: url(../../images/newDesign/sprites/main.stack.svg#image-expand-down-primary);
	background-size: contain;
	background-repeat: no-repeat
}

.header__side-menu-toggle-arr::after {
	opacity: 0;
	background: url(../../images/newDesign/sprites/main.stack.svg#image-expand-down-white);
	background-size: contain;
	background-repeat: no-repeat
}

@-moz-document url-prefix() {
	.header__side-search-link {
		font-size: 15px
	}
}

.main {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.btn {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	padding: 13px 33px 9px;
	text-transform: uppercase;
	border-radius: 32px;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	border: 0;
	transition: all .2s ease-in-out;
	border: 2px solid
}

.btn:focus,
.btn:hover {
	text-decoration: none;
	cursor: pointer
}

.btn:focus {
	outline: 0
}

.btn--default-font {
	font-family: Roobert, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-variant: normal;
	text-transform: none
}

.btn--back {
	padding-left: 60px;
	position: relative;
	text-transform: none
}

.btn--back::after,
.btn--back::before {
	content: " ";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	transition: opacity .3s ease-in-out
}

.btn--back::before {
	background: url(../../images/newDesign/sprites/main.stack.svg#image-arr-back);
	background-repeat: no-repeat;
	opacity: 1
}

.btn--back::after {
	background: url(../../images/newDesign/sprites/main.stack.svg#image-arr-back-primary);
	background-repeat: no-repeat;
	opacity: 0
}

.btn--back:hover::before {
	opacity: 0
}

.btn--back:hover::after {
	opacity: 1
}

.btn--fill-white {
	background: #fff;
	color: #393939;
	border-color: #fff;
	box-shadow: -30px 30px 40px rgba(33, 78, 119, .05)
}

.btn--primary {
	border-color: #4aa6fa;
	background: #4aa6fa;
	color: #fff!important
}

.btn--primary:focus,
.btn--primary:hover {
	color: #fff;
	box-shadow: -30px 30px 40px rgba(33, 78, 119, .05);
	background: #72b5f3;
	border-color: #72b5f3
}

.btn--outline-primary {
	border-color: #4aa6fa;
	color: #4aa6fa;
	background: 0
}

.btn--outline-primary:focus,
.btn--outline-primary:hover {
	color: #fff;
	background: #4aa6fa
}

.btn--white {
	border-color: #fff;
	color: #fff;
	background: 0
}

.btn--white:focus,
.btn--white:hover {
	color: #4aa6fa;
	background: #fff
}

.btn--link {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	border: 0;
	background: 0
}

.btn--link::after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	bottom: 8px;
	width: 100%;
	height: 1px;
	transition: background .2s ease-in-out
}

.btn--link-dark {
	color: #222
}

.btn--link-dark::after {
	background: #222
}

.btn--link-dark:focus,
.btn--link-dark:hover {
	color: #4aa6fa
}

.btn--link-dark:focus::after,
.btn--link-dark:hover::after {
	background: #4aa6fa
}

.btn--link-primary {
	color: #4aa6fa
}

.btn--link-primary::after {
	background: #4aa6fa
}

.btn--link-primary:focus,
.btn--link-primary:hover {
	color: #72b5f3
}

.btn--link-primary:focus::after,
.btn--link-primary:hover::after {
	background: #72b5f3
}

.accordion-wrap {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 140px;
	z-index: 3;
	height: 0
}

@media (max-width:1198.98px) {
	.accordion-wrap {
		display: none
	}
}

.accordion {
	width: 320px;
	margin-top: 60px
}

.accordion__apply-btn {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding: 0;
	border: 0;
	top: -50px;
	right: 20px;
	opacity: 0;
	transition: opacity .3s ease-in-out .4s;
	opacity: 0;
	pointer-events: none;
	z-index: -1;
	background-image: url(../../images/newDesign/sprites/main.stack.svg#image-search)!important;
	background-repeat: no-repeat!important;
	background-position: center center!important;
	background-size: 16px!important;
	transition: background-color .3s ease-in-out
}

.accordion__apply-btn:focus,
.accordion__apply-btn:hover {
	background-color: #72b5f3
}

.accordion__item {
	margin-bottom: 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #222
}

.accordion__item--open .accordion__title::after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.accordion__item--open .accordion__apply-btn {
	z-index: 2;
	opacity: 1;
	pointer-events: auto
}

.accordion__item--link .accordion__title::after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.accordion__item--link:hover {
	color: #222;
	text-decoration: none
}

.accordion__content {
	background: #fff;
	display: none;
	position: relative;
	padding-left: 40px;
	padding-right: 15px;
	padding-bottom: 35px
}

.accordion__control {
	margin-top: 19px;
	position: relative
}

.accordion__control::before {
	content: " ";
	background: #eaeaea;
	border-radius: 6px;
	width: 60px;
	height: 1px;
	position: absolute;
	top: -12px;
	left: 10px
}

.accordion__header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 40px;
	background: #fff;
	box-shadow: -30px 30px 40px rgba(33, 78, 119, .05);
	cursor: pointer
}

.accordion__title {
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	margin: 0
}

.accordion__title::after {
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 2px;
	background: url(../../images/newDesign/sprites/main.stack.svg#image-arr-expand-down);
	background-repeat: no-repeat;
	position: relative;
	top: 5px;
	transition: all .3s ease-in-out
}

.not-found {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	width: 100%;
	padding: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.not-found__title {
	margin-bottom: 100px
}

@media (max-width:1598.98px) {
	.not-found__title {
		margin-bottom: 40px
	}
}

.not-found__image {
	width: 400px;
	height: auto;
	max-width: 80vw;
	margin-bottom: 80px;
	pointer-events: none
}

@media (max-width:1598.98px) {
	.not-found__image {
		margin-bottom: 40px
	}
}

.not-found__text {
	text-align: center;
	margin-bottom: 24px
}

.not-found__text a {
	color: #4aa6fa
}

.loader {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all .35s ease-in-out;
	visibility: visible;
	z-index: 100;
	background: linear-gradient(180deg, #fff 0, #d3ebfb 100%);
	opacity: 1
}

.loader__image {
	width: 400px;
	height: auto;
	max-width: 80vw;
	position: relative;
	transition: top .2s ease-in-out;
	opacity: 1;
	top: 0;
	-webkit-animation: loaderImageUpDown 1s infinite alternate;
	animation: loaderImageUpDown 1s infinite alternate
}

.is-loaded .loader {
	opacity: 0;
	visibility: hidden
}

@-webkit-keyframes loaderImageUpDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
}

@keyframes loaderImageUpDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
}

.hero {
	padding-top: 432px;
	padding-bottom: 253px;
	background: #000;
	color: #fff;
	position: relative
}

@media (max-width:1899.98px) {
	.hero {
		padding-top: 313px;
		padding-bottom: 217px
	}
}

@media (max-width:1598.98px) {
	.hero {
		padding-top: 216px;
		padding-bottom: 151px
	}
}

@media (max-width:1198.98px) {
	.hero {
		background: 0;
		margin-top: 76px;
		padding-top: 254px;
		padding-bottom: 15px
	}
}

@media (max-width:799.98px) {
	.hero {
		padding-top: 56px
	}
}

.hero__video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 1
}

@media (max-width:1198.98px) {
	.hero__video {
		height: 700px
	}
}

@media (max-width:799.98px) {
	.hero__video {
		height: 210px
	}
}

.hero::before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(8, 16, 18, .4) 0, rgba(24, 42, 48, .4) 16.58%, rgba(159, 159, 159, .076) 100%);
	z-index: 2
}

@media (max-width:1198.98px) {
	.hero::before {
		height: 700px
	}
}

@media (max-width:799.98px) {
	.hero::before {
		height: 210px
	}
}

.hero--static-height {
	padding-top: 170px;
	padding-bottom: 50px;
	min-height: 100vh;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: 0;
	margin-bottom: 150px
}

.hero--static-height.proffesional-hero {
	margin-bottom: 0
}

@media (max-width:1598.98px) {
	.hero--static-height {
		min-height: 100vh;
		max-height: 110vh;
		margin-bottom: 100px
	}
}

@media (max-width:1198.98px) {
	.hero--static-height {
		margin-top: 76px;
		min-height: 310px;
		height: 310px;
		margin-bottom: 20px
	}
}

@media (max-width:799.98px) {
	.hero--static-height {
		margin-top: 125px;
		height: 210px;
		min-height: 210px;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 0
	}
}

.hero--static-height::before {
	background: linear-gradient(180deg, #24374e 0, rgba(36, 55, 78, .4) 70%);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	height: 100%
}

.hero--always-sm {
	padding-top: 0;
	padding-bottom: 0;
	height: 320px;
	min-height: 320px;
	margin-top: 140px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (max-width:1198.98px) {
	.hero--always-sm {
		margin-top: 75px
	}
}

.hero--always-sm::before {
	content: none
}

.hero--bg-gradient {
	background: linear-gradient(236.19deg, #305c7b 0, #366384 0, #bfd9eb 100%)
}

@media (max-width:1198.98px) {
	.hero--has-mobile-descr {
		padding-top: 47px;
		padding-bottom: 47px;
		background: linear-gradient(123.81deg, #305c7b 0, #366384 0, #bfd9eb 100%);
		height: auto
	}
	.hero--has-mobile-descr .hero__title {
		font-size: 30px;
		line-height: 36px
	}
	.hero--has-mobile-descr .hero__bg-img {
		display: none
	}
}

.hero__container-flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 2
}

.hero__bg-img {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.hero--home {
	padding-top: 140px;
	padding-bottom: 150px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media (max-width:1598.98px) {
	.hero--home {
		padding-bottom: 114px
	}
}

@media (max-width:1198.98px) {
	.hero--home {
		padding-top: 256px;
		padding-bottom: 0
	}
}

@media (max-width:799.98px) {
	.hero--home {
		padding-top: 56px
	}
}

@media (min-width:1199px) {
	.hero--home {
		min-height: 100vh
	}
}

.hero--home::after {
	height: 700px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: url(../../images/newDesign/bg/hero.webp);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1
}

@media (max-width:799.98px) {
	.hero--home::after {
		height: 210px
	}
}

.hero__row {
	position: relative;
	z-index: 3;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width:1198.98px) {
	.hero__row {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.hero__row--mb {
	margin-bottom: 120px
}

@media (max-width:1899.98px) {
	.hero__row--mb {
		margin-bottom: 97px
	}
}

@media (max-width:1598.98px) {
	.hero__row--mb {
		margin-bottom: 70px
	}
}

@media (max-width:799.98px) {
	.hero__row--mb {
		margin-bottom: 100px
	}
}

.hero__title {
	font-size: 64px;
	line-height: 78px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	margin-bottom: 40px
}

@media (max-width:1598.98px) {
	.hero__title {
		font-size: 48px;
		line-height: 58.51px
	}
}

@media (max-width:1198.98px) {
	.hero__title {
		text-align: center
	}
}

@media (max-width:799.98px) {
	.hero__title {
		font-size: 21px;
		line-height: 30px;
		margin-bottom: 20px
	}
}

.hero__title--mobile-alone {
	margin-bottom: 40px
}

.hero__title--mobile-alone-mb {
	margin-bottom: 65px
}

@media (max-width:1198.98px) {
	.hero__title--mobile-alone {
		font-size: 48px;
		line-height: 40px
	}
}

@media (max-width:1198.98px) {
	.hero__title--mobile-alone {
		margin-bottom: 40px
	}
}

@media (max-width:799.98px) {
	.hero__title--mobile-alone {
		font-size: 21px;
		margin-bottom: 21px
	}
}

.hero__subtitle {
	font-size: 28px;
	line-height: 36px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	margin-bottom: 0
}

@media (max-width:1598.98px) {
	.hero__subtitle {
		font-size: 21px;
		line-height: 36px
	}
}

@media (max-width:1198.98px) {
	.hero__subtitle {
		text-align: center
	}
}

@media (max-width:799.98px) {
	.hero__subtitle {
		font-size: 16px;
		line-height: 19.5px
	}
}

.hero__col-text {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: 10px
}

@media (max-width:1198.98px) {
	.hero__col-text {
		text-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 314px;
		color: #222
	}
}

@media (max-width:799.98px) {
	.hero__col-text {
		margin-top: 125px
	}
}

.hero__text {
	margin-bottom: 45px;
	font-size: 20px;
	line-height: 28px
}

@media (min-width:1199px) and (max-width:1598.98px) {
	.hero__text {
		margin-top: 8px
	}
}

@media (max-width:1598.98px) {
	.hero__text {
		margin-bottom: 20px
	}
}

@media (max-width:1198.98px) {
	.hero__text {
		margin-bottom: 27px
	}
}

.hero__text--desktop-only:last-child {
	margin-bottom: 0
}

@media (max-width:1198.98px) {
	.hero__text--desktop-only {
		display: none
	}
}

.hero__link {
	text-decoration: none!important;
	position: relative;
	display: inline-block;
	border-bottom: 1px solid #fff;
	transition: all .15s ease-in-out;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase
}

.hero__link:not(:hover) {
	color: #fff
}

@media (max-width:1198.98px) {
	.hero__link:not(:hover) {
		color: #222
	}
}

@media (max-width:1198.98px) {
	.hero__link {
		border-bottom-color: #222
	}
}

.hero__link:hover {
	border-bottom-color: #4aa6fa
}

.hero-append {
	margin-top: -140px;
	position: relative;
	z-index: 5
}

@media (max-width:1598.98px) {
	.hero-append {
		margin-top: -95px
	}
}

.hero-append-text {
	display: none
}

@media (max-width:1198.98px) {
	.hero-append-text {
		display: block;
		margin-top: 40px
	}
}

.no-webp .hero--home::after {
	background: url(../../images/newDesign/bg/hero.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.gradient-hero {
	margin-top: 140px;
	background: linear-gradient(123.81deg, #305c7b 0, #366384 0, #bfd9eb 100%);
	padding-top: 80px;
	color: #fff;
	padding-bottom: 20px;
	margin-bottom: 100px
}

@media (max-width:1198.98px) {
	.gradient-hero {
		text-align: center;
		margin-top: 75px;
		padding-top: 30px;
		padding-bottom: 15px;
		margin-bottom: 0
	}
}

@media (max-width:1598.98px) {
	.gradient-hero--lg {
		padding-top: 70px;
		padding-bottom: 50px
	}
}

.gradient-hero--center-mobile {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 200px
}

.gradient-hero__content {
	width: 100%
}

.gradient-hero--text {
	background: linear-gradient(236.19deg, #305c7b 0, #366384 0, #bfd9eb 100%);
	min-height: 420px;
	margin-bottom: 60px;
	padding-top: 100px
}

@media (max-width:1899.98px) {
	.gradient-hero--text {
		padding-top: 85px
	}
}

@media (max-width:1198.98px) {
	.gradient-hero--text {
		min-height: 1px;
		padding-top: 60px;
		padding-bottom: 40px
	}
}

@media (max-width:799.98px) {
	.gradient-hero--text {
		margin-bottom: 0
	}
}

.gradient-hero--slider {
	padding-bottom: 205px
}

@media (max-width:1198.98px) {
	.gradient-hero--slider {
		padding-top: 42px;
		padding-bottom: 185px
	}
}

.gradient-hero__title {
	font-size: 64px;
	line-height: 78px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	margin-bottom: 40px
}

@media (max-width:1598.98px) {
	.gradient-hero__title {
		font-size: 48px;
		line-height: 58.51px
	}
}

.gradient-hero__title--mb-lg {
	margin-bottom: 63px
}

@media (max-width:1198.98px) {
	.gradient-hero__title {
		font-size: 28px;
		line-height: 36px;
		font-family: Montserrat, sans-serif;
		font-weight: 600;
		font-weight: 700;
		margin-bottom: 20px
	}
}

@media (max-width:1198.98px) {
	.gradient-hero__title--mobile-mb-lg {
		margin-bottom: 45px
	}
}

@media (max-width:1198.98px) {
	.gradient-hero__title--mobile-mb-md {
		margin-bottom: 30px
	}
}

@media (min-width:1199px) {
	.gradient-hero__title--mt {
		margin-top: 100px
	}
}

@media (min-width:1599px) {
	.gradient-hero__title--mt {
		margin-top: 55px
	}
}

.gradient-hero__text {
	color: #eaeaea;
	margin-bottom: 24px
}

.gradient-hero__text--lg {
	font-size: 20px;
	line-height: 28px
}

.gradient-hero__subtitle {
	font-size: 28px;
	line-height: 36px;
	font-family: Montserrat, sans-serif;
	font-weight: 600
}

@media (max-width:1598.98px) {
	.gradient-hero__subtitle {
		font-size: 21px;
		line-height: 36px
	}
}

@media (max-width:1198.98px) {
	.gradient-hero__subtitle {
		line-height: 30px
	}
}

.gradient-hero__subtitle--mb {
	margin-bottom: 24px
}

.gradient-hero__subtitle--sm {
	font-size: 22px;
	line-height: 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 600
}

.gradient-hero__image {
	margin-bottom: -120px;
	width: 130%;
	-o-object-fit: cover;
	object-fit: cover
}

@media (max-width:1198.98px) {
	.gradient-hero__image {
		display: none
	}
}

.gradient-hero__image--sm {
	margin-bottom: -78px
}

.gradient-hero__image--lg {
	min-height: 458px
}

.gradient-hero-slider {
	margin-top: -233px;
	margin-bottom: 60px;
	position: relative
}

@media (max-width:1598.98px) {
	.gradient-hero-slider {
		margin-bottom: 80px
	}
}

@media (max-width:1198.98px) {
	.gradient-hero-slider {
		margin-bottom: 20px;
		margin-top: -95px
	}
	.gradient-hero-slider .container {
		padding-right: 0;
		padding-left: 0
	}
}

.gradient-hero-slider__item {
	width: 100%;
	height: auto
}

.gradient-hero-slider__controls {
	position: absolute;
	right: 0;
	top: -94px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:1198.98px) {
	.gradient-hero-slider__controls {
		top: -80px;
		right: 20px
	}
}

.gradient-hero-slider__controls .btn:not(:last-child) {
	margin-right: 20px
}

.gradient-hero-slider__btn {
	padding-right: 31px;
	padding-left: 31px
}

.gradient-hero-slider__btn[disabled] {
	opacity: 0;
	pointer-events: none
}

.scroll-down-caption {
	position: relative;
	padding-bottom: 18px;
	color: #fff!important;
	text-decoration: none!important;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	transition: opacity .15s ease-in-out;
	z-index: 2
}

.scroll-down-caption:hover {
	opacity: .5
}

.scroll-down-caption::after {
	content: " ";
	width: 22px;
	height: 22px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-animation: scrollDownCaptionUpDown 1s infinite alternate;
	animation: scrollDownCaptionUpDown 1s infinite alternate;
	background: url(../../images/newDesign/sprites/main.stack.svg#image-scroll-down-arr) no-repeat 0 0;
	background-size: contain;
	background-repeat: no-repeat
}

@-webkit-keyframes scrollDownCaptionUpDown {
	0% {
		-webkit-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0)
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(5px);
		transform: translateX(-50%) translateY(5px)
	}
}

@keyframes scrollDownCaptionUpDown {
	0% {
		-webkit-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0)
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(5px);
		transform: translateX(-50%) translateY(5px)
	}
}

.card-image-info {
	padding: 60px;
	position: relative;
	min-height: 400px;
	color: #fff;
	margin-bottom: 40px;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, #000)
}

.card-image-info--lg {
	min-height: 500px
}

@media (max-width:1598.98px) {
	.card-image-info {
		min-height: 300px
	}
}

@media (max-width:1198.98px) {
	.card-image-info {
		min-height: 260px;
		padding: 25px;
		margin-bottom: 20px
	}
}

@media (max-width:1598.98px) {
	.card-image-info--adaptive-lg {
		min-height: 375px
	}
}

@media (max-width:1198.98px) {
	.card-image-info--adaptive-lg {
		min-height: 265px
	}
}

.card-image-info::before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: linear-gradient(180deg, #24374e 0, transparent 70%);
	opacity: 1;
	transition: all .3s ease-in-out
}

@media (max-width:1198.98px) {
	.card-image-info::before {
		content: none
	}
}

.card-image-info::after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all .3s ease-in-out;
	opacity: 0;
	background: linear-gradient(180deg, transparent 0, rgba(36, 55, 78, .4) 70%)
}

@media (max-width:1198.98px) {
	.card-image-info::after {
		opacity: 1
	}
}

.card-image-info--has-shadow {
	box-shadow: -10px 10px 40px rgba(33, 78, 119, .12)
}

@media (min-width:1199px) {
	.card-image-info:not(.card-image-info--always-vissible):hover::before {
		opacity: 1
	}
	.card-image-info:not(.card-image-info--always-vissible):hover::after {
		opacity: 1
	}
	.card-image-info:not(.card-image-info--always-vissible):hover .card-image-info__title {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}
	.card-image-info:not(.card-image-info--always-vissible):hover .card-image-info__content {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	.card-image-info:not(.card-image-info--always-vissible):hover .card-image-info__bg {
		-webkit-transform: scale(1.03);
		transform: scale(1.03)
	}
}

.card-image-info__title {
	font-size: 40px;
	line-height: 56px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

@media (max-width:1598.98px) {
	.card-image-info__title {
		font-size: 30px;
		line-height: 36.57px
	}
}

@media (max-width:1198.98px) {
	.card-image-info__title {
		font-size: 21px;
		line-height: 30px;
		margin-bottom: 10px
	}
}

.card-image-info__text {
	max-width: 220px;
	width: 100%
}

@media (max-width:1198.98px) {
	.card-image-info__text {
		max-width: 280px;
		margin-bottom: 32px;
		height: 94px
	}
}

.card-image-info__in {
	z-index: 3;
	position: relative
}

.card-image-info__bg {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .3s ease-in-out
}

.card-image-info--top-left {
	border-top-left-radius: 60px
}

@media (max-width:1899.98px) {
	.card-image-info--top-left {
		border-top-left-radius: 40px
	}
}

.card-image-info--top-left::before {
	border-top-left-radius: 60px
}

@media (max-width:1899.98px) {
	.card-image-info--top-left::before {
		border-top-left-radius: 40px
	}
}

.card-image-info--top-left .card-image-info__bg {
	border-top-left-radius: 60px
}

@media (max-width:1899.98px) {
	.card-image-info--top-left .card-image-info__bg {
		border-top-left-radius: 40px
	}
}

.card-image-info--top-right {
	border-top-right-radius: 60px
}

@media (max-width:1899.98px) {
	.card-image-info--top-right {
		border-top-right-radius: 40px
	}
}

.card-image-info--top-right::before {
	border-top-right-radius: 60px
}

@media (max-width:1899.98px) {
	.card-image-info--top-right::before {
		border-top-right-radius: 40px
	}
}

.card-image-info--top-right .card-image-info__bg {
	border-top-right-radius: 60px
}

@media (max-width:1899.98px) {
	.card-image-info--top-right .card-image-info__bg {
		border-top-right-radius: 40px
	}
}

.card-image-info--bottom-left {
	border-bottom-left-radius: 60px
}

@media (max-width:1899.98px) {
	.card-image-info--bottom-left {
		border-bottom-left-radius: 40px
	}
}

.card-image-info--bottom-left::before {
	border-bottom-left-radius: 60px
}

@media (max-width:1899.98px) {
	.card-image-info--bottom-left::before {
		border-bottom-left-radius: 40px
	}
}

.card-image-info--bottom-left .card-image-info__bg {
	border-bottom-left-radius: 60px
}

@media (max-width:1899.98px) {
	.card-image-info--bottom-left .card-image-info__bg {
		border-bottom-left-radius: 40px
	}
}

.card-image-info--bottom-right {
	border-bottom-right-radius: 60px
}

@media (max-width:1899.98px) {
	.card-image-info--bottom-right {
		border-bottom-right-radius: 40px
	}
}

.card-image-info--bottom-right::before {
	border-bottom-right-radius: 60px
}

@media (max-width:1899.98px) {
	.card-image-info--bottom-right::before {
		border-bottom-right-radius: 40px
	}
}

.card-image-info--bottom-right .card-image-info__bg {
	border-bottom-right-radius: 60px
}

@media (max-width:1899.98px) {
	.card-image-info--bottom-right .card-image-info__bg {
		border-bottom-right-radius: 40px
	}
}

@media (max-width:1198.98px) {
	.card-image-info {
		border-radius: 0
	}
	.card-image-info::before {
		border-radius: 0
	}
	.card-image-info .card-image-info__bg {
		border-radius: 0
	}
}

.card-image-info__content {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media (max-width:1198.98px) {
	.card-image-info__content {
		visibility: visible;
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		position: static;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.card-image-info__more--static {
	position: absolute;
	left: 60px;
	bottom: 60px;
	z-index: 3
}

@media (max-width:1198.98px) {
	.card-image-info__more--static {
		left: 25px;
		bottom: 25px
	}
}

.section {
	padding-top: 120px;
	padding-bottom: 120px
}

.section--first {
	margin-top: 140px
}

@media (max-width:1198.98px) {
	.section--first {
		margin-top: 76px
	}
}

.section-search {
	padding-top: 0;
	padding-bottom: 90px
}

.section-benefists-package {
	padding-top: 40px;
	padding-bottom: 18px
}

@media (max-width:1198.98px) {
	.section-benefists-package {
		padding-top: 60px
	}
}

.section-slider-shedule {
	padding-top: 80px;
	padding-bottom: 185px;
	background: #f7f7f9
}

@media (max-width:1198.98px) {
	.section-slider-shedule {
		padding-top: 50px;
		padding-bottom: 77px
	}
}

@media (max-width:1598.98px) {
	.section-article-list {
		padding-top: 102px
	}
}

@media (max-width:1198.98px) {
	.section-article-list {
		padding-top: 45px
	}
}

.section-article-info {
	padding-top: 20px
}

@media (max-width:1598.98px) {
	.section-article-info {
		padding-top: 0;
		padding-bottom: 40px
	}
}

.section-events {
	padding-top: 72px
}

@media (max-width:1598.98px) {
	.section-events {
		padding-bottom: 40px
	}
}

@media (max-width:799.98px) {
	.section-events {
		padding-top: 60px
	}
}

.section-slider-facts {
	padding-top: 105px;
	padding-bottom: 240px
}

@media (min-width:1599px) {
	.section-slider-facts .section__title {
		margin-bottom: 60px
	}
}

@media (max-width:1198.98px) {
	.section-slider-facts {
		padding-top: 70px;
		padding-bottom: 60px
	}
}

.section-welcome-row-side {
	padding-top: 80px;
	padding-bottom: 80px;
	min-height: 918px
}

@media (max-width:1198.98px) {
	.section-welcome-row-side {
		min-height: 1px;
		padding-top: 40px;
		padding-bottom: 62px
	}
}

.section-welcome-row {
	padding-top: 0;
	padding-bottom: 0
}

.section-image-info {
	padding-top: 80px;
	padding-bottom: 40px
}

@media (max-width:1198.98px) {
	.section-image-info {
		padding-top: 40px;
		margin-bottom: 0
	}
}

.section-info {
	padding-top: 84px;
	font-size: 20px;
	line-height: 28px;
	padding-bottom: 40px
}

.section-info .section__title {
	margin-bottom: 40px
}

@media (max-width:1899.98px) {
	.section-info .section__title {
		margin-bottom: 50px
	}
}

@media (max-width:1899.98px) {
	.section-info {
		padding-bottom: 20px
	}
}

@media (max-width:1598.98px) {
	.section-info {
		padding-top: 75px
	}
}

.section-info-card {
	padding-top: 40px;
	padding-bottom: 40px
}

@media (max-width:1598.98px) {
	.section-info-card {
		padding-bottom: 20px
	}
}

.section-line-links {
	padding-top: 80px;
	padding-bottom: 1px
}

@media (max-width:1598.98px) {
	.section-line-links {
		padding-top: 10px;
		padding-bottom: 10px
	}
}

.section-instructor-detail {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #f7f7f9;
	font-size: 20px;
	line-height: 28px
}

.section-instructor-detail p {
	margin-bottom: 20px
}

.section-instructor-detail p:last-of-type {
	margin-bottom: 40px
}

@media (max-width:1198.98px) {
	.section-instructor-detail {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 5px
	}
	.section-instructor-detail>.container>.row {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
	.section-instructor-detail .section__btns {
		margin-bottom: 40px
	}
}

.section-core-values {
	padding-top: 80px;
	padding-bottom: 60px;
	background: #f7f7f9
}

@media (max-width:1198.98px) {
	.section-core-values {
		padding-top: 40px;
		padding-bottom: 0
	}
}

.section-core-values .section__title {
	margin-bottom: 13px
}

.section-course-detail {
	padding-top: 80px;
	min-height: 316px;
	padding-bottom: 80px;
	font-size: 20px;
	line-height: 28px
}

@media (max-width:1198.98px) {
	.section-course-detail {
		text-align: center;
		padding-top: 40px;
		padding-bottom: 40px
	}
	.course-description {
		text-align: left;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.section-course-detail p {
	margin-bottom: 28px
}

.section-course-detail p:last-child {
	margin-bottom: 0
}

.section-course-detail .section__title {
	margin-bottom: 40px
}

.section-course-detail .special-date {
	position: absolute;
	right: 20px;
	top: 0
}

@media (max-width:1198.98px) {
	.section-course-detail .special-date {
		position: static;
		margin-bottom: 40px
	}
}

.section-with-side-image {
	padding-bottom: 80px;
	padding-bottom: 256px;
	font-size: 20px;
	line-height: 28px
}

@media (max-width:1899.98px) {
	.section-with-side-image {
		padding-bottom: 150px
	}
}

@media (max-width:1198.98px) {
	.section-with-side-image {
		padding-top: 60px
	}
}

@media (max-width:1198.98px) {
	.section-with-side-image {
		padding-bottom: 100px;
		font-size: 16px;
		line-height: 24px
	}
}

.section-with-side-image p {
	margin-bottom: 80px
}

@media (max-width:1198.98px) {
	.section-with-side-image p {
		margin-bottom: 40px
	}
}

.section-with-side-image p:last-child {
	margin-bottom: 0
}

.section-offer {
	margin-top: 120px;
	margin-bottom: 108px;
	padding-top: 60px;
	padding-bottom: 68px;
	background: linear-gradient(236.19deg, #305c7b 0, #366384 0, #bfd9eb 100%);
	color: #fff
}

@media (max-width:1198.98px) {
	.section-offer--mobile-wide {
		margin-right: -20px;
		margin-left: -20px
	}
}

.section-offer--mt-sm {
	margin-top: 100px
}

.section-offer--mt-xs {
	margin-top: 60px
}

.section-offer--mt-sm-down {
	margin-top: 80px
}

.section-offer--second-bg {
	background: linear-gradient(180deg, #cde2ef 0, #b5d7ee 100%);
	color: #222
}

.section-offer__btn {
	margin-bottom: 35px
}

@media (max-width:1198.98px) {
	.section-offer {
		margin-top: 0;
		margin-bottom: 40px
	}
}

.section-offer--sm {
	margin-top: 80px;
	padding-top: 40px;
	padding-bottom: 48px
}

@media (max-width:1198.98px) {
	.section-offer--sm {
		margin-top: 100px;
		margin-bottom: 80px
	}
}

@media (max-width:799.98px) {
	.section-offer--sm {
		margin-left: -20px;
		margin-right: -20px
	}
}

@media (max-width:1198.98px) {
	.section-offer--mobile-sm {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width:1198.98px) {
	.section-offer--mobile-mt {
		margin-top: 60px
	}
}

.section-offer--mb-sm {
	margin-bottom: 48px
}

.section-details {
	padding-top: 60px;
	padding-bottom: 62px;
	background: #f7f7f9
}

@media (max-width:1198.98px) {
	.section-details {
		padding-top: 40px;
		padding-bottom: 55px
	}
}

.section-chess {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 80px
}

@media (max-width:1598.98px) {
	.section-chess {
		margin-bottom: 87px
	}
}

@media (max-width:1198.98px) {
	.section-chess {
		margin-bottom: 42px
	}
}

.section-chess--special {
	overflow-x: hidden
}

.section-chess--special>.chess>.container>.row {
	position: relative
}

.section-chess--special>.chess>.container>.row::before {
	content: " ";
	display: block;
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 0;
	width: 100vw;
	-webkit-transform: translateX(-50vw);
	transform: translateX(-50vw);
	height: 100%;
	background: #f7f7f9
}

@media (max-width:1198.98px) {
	.section-chess--special>.chess>.container>.row {
		position: static
	}
	.section-chess--special>.chess>.container>.row::before {
		content: none
	}
}

.section-chess--first {
	margin-top: 100px
}

.section-facilities.section-chess--first {
	margin-top: 0
}

@media (max-width:1598.98px) {
	.section-chess--first {
		margin-top: 108px
	}
}

@media (max-width:1198.98px) {
	.section-chess--first {
		margin-top: 60px
	}
}

.section-facilities {
	padding-top: 100px;
	background-color: #f7f7f9
}

@media (max-width:1198.98px) {
	.section-facilities {
		margin-top: 40px;
		padding-bottom: 0
	}
}

.section-other {
	padding-top: 180px
}

@media (max-width:1198.98px) {
	.section-map-view {
		padding-top: 0;
		padding-bottom: 0;
		position: relative;
		margin-top: 75px
	}
}

@media (max-width:799.98px) {
	.section-map-view {
		margin-top: 120px
	}
}

.section-detail-view {
	padding-top: 140px;
	padding-bottom: 0
}

@media (max-width:1198.98px) {
	.section-detail-view {
		padding-top: 96px
	}
}

.section-statistic {
	padding-bottom: 145px
}

.section-statistic .container {
	position: relative
}

@media (max-width:1899.98px) {
	.section-statistic {
		padding-bottom: 124px
	}
}

@media (max-width:1598.98px) {
	.section-statistic {
		padding-top: 132px
	}
}

@media (max-width:1198.98px) {
	.section-statistic {
		padding-top: 50px
	}
	.section-statistic .section__title {
		margin-bottom: 27px
	}
}

.section-col-steps {
	padding-bottom: 70px
}

@media (max-width:1198.98px) {
	.section-col-steps {
		padding-top: 60px;
		padding-bottom: 40px
	}
}

.section-col-steps .section__title {
	margin-bottom: 80px
}

@media (max-width:1198.98px) {
	.section-col-steps .section__title {
		margin-bottom: 40px
	}
}

.section-col-steps-lg {
	padding-top: 100px;
	padding-bottom: 92px;
	background: #f7f7f9
}

@media (max-width:1198.98px) {
	.section-col-steps-lg {
		padding-top: 60px;
		padding-bottom: 40px
	}
}

.section-col-steps-lg .section__title {
	margin-bottom: 100px
}

@media (max-width:1198.98px) {
	.section-col-steps-lg .section__title {
		margin-bottom: 40px
	}
}

.section-steps {
	background: #f7f7f9;
	padding-top: 80px;
	padding-bottom: 20px
}

.section-steps .section__title {
	margin-bottom: 100px
}

@media (max-width:1198.98px) {
	.section-steps .section__title {
		margin-bottom: 60px
	}
}

.section-instructor-list {
	margin-top: 170px;
	padding-top: 128px;
	padding-bottom: 69px;
	background: linear-gradient(236.19deg, #305c7b 0, #366384 0, #bfd9eb 100%);
	color: #fff
}

@media (max-width:1899.98px) {
	.section-instructor-list {
		margin-top: 176px;
		padding-top: 120px;
		padding-bottom: 77px
	}
}

@media (max-width:1598.98px) {
	.section-instructor-list {
		margin-top: 73px;
		padding-top: 103px;
		padding-bottom: 45px
	}
}

@media (max-width:1198.98px) {
	.section-instructor-list {
		padding-bottom: 76px
	}
	.section-instructor-list .section__descr {
		margin-bottom: 20px
	}
}

@media (max-width:799.98px) {
	.section-instructor-list {
		margin-top: 15px;
		padding-bottom: 32px;
		padding-left: 10px
	}
}

.section-our-facilities {
	padding-top: 100px;
	padding-bottom: 88px
}

@media (max-width:1899.98px) {
	.section-our-facilities {
		padding-top: 83px;
		padding-bottom: 80px
	}
}

@media (min-width:1199px) and (max-width:1598.98px) {
	.section-our-facilities .section__title {
		margin-bottom: 76px
	}
}

@media (max-width:1198.98px) {
	.section-our-facilities {
		padding-bottom: 97px
	}
}

@media (max-width:799.98px) {
	.section-our-facilities {
		padding-top: 53px;
		padding-bottom: 72px
	}
}

.section-current-facilities {
	padding-top: 50px;
	padding-bottom: 88px
}

@media (max-width:1598.98px) {
	.section-current-facilities {
		padding-bottom: 70px
	}
}

@media (max-width:1198.98px) {
	.section-current-facilities {
		padding-top: 10px
	}
	.section-current-facilities .section__title {
		margin-bottom: 40px
	}
}

.section-comment-list {
	padding-top: 100px
}

@media (max-width:1198.98px) {
	.section-comment-list {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

.section-find-instructor {
	padding-top: 50px
}

.section-our-family {
	padding-top: 80px;
	background: #f7f7f9;
	padding-bottom: 116px;
	overflow-x: hidden
}

@media (max-width:1598.98px) {
	.section-our-family {
		padding-top: 90px;
		padding-bottom: 124px
	}
}

@media (max-width:1198.98px) {
	.section-our-family {
		padding-top: 79px;
		padding-bottom: 144px
	}
	.section-our-family>.container>.section__title {
		margin-bottom: 50px
	}
}

@media (max-width:1198.98px) and (max-width:799.98px) {
	.section-our-family>.container>.section__title {
		font-size: 21px;
		line-height: 1.5;
		margin-bottom: 26px
	}
}

@media (max-width:799.98px) {
	.section-our-family {
		padding-top: 35px;
		padding-bottom: 75px
	}
}

.section-verify {
	padding-top: 60px;
	padding-bottom: 65px;
	box-shadow: -30px 30px 40px rgba(33, 78, 119, .05);
	background: linear-gradient(180deg, #cde2ef 0, #b5d7ee 100%)
}

@media (max-width:1198.98px) {
	.section-verify .section__title {
		margin-bottom: 58px
	}
}

@media (max-width:799.98px) {
	.section-verify .section__title {
		margin-bottom: 30px
	}
}

.section-verify--lg {
	padding-top: 77px;
	padding-bottom: 100px
}

@media (max-width:1198.98px) {
	.section-verify--lg {
		padding-top: 60px
	}
}

.section-questions {
	padding-top: 129px;
	padding-bottom: 87px
}

@media (max-width:1899.98px) {
	.section-questions {
		padding-top: 100px;
		padding-bottom: 190px
	}
}

@media (max-width:1598.98px) {
	.section-questions {
		padding-top: 126px;
		padding-bottom: 133px
	}
}

@media (max-width:1198.98px) {
	.section-questions {
		padding-top: 101px;
		padding-bottom: 185px
	}
	.section-questions .section__descr {
		margin-bottom: 38px;
		font-size: 14px;
		line-height: 18px
	}
}

@media (max-width:799.98px) {
	.section-questions {
		padding-top: 61px;
		padding-bottom: 67px;
		padding-left: 10px
	}
}

.section-questions .container {
	position: relative
}

.section-questions .section__image {
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	right: 145px;
	width: 440px;
	height: auto;
	bottom: -87px
}

@media (max-width:1899.98px) {
	.section-questions .section__image {
		bottom: -100px
	}
}

@media (max-width:1598.98px) {
	.section-questions .section__image {
		width: 330px;
		bottom: -31px;
		right: 110px
	}
}

@media (max-width:1198.98px) {
	.section-questions .section__image {
		display: none
	}
}

.section__back-btn {
	margin-bottom: 60px
}

@media (max-width:1198.98px) {
	.section__back-btn {
		margin-bottom: 20px
	}
}

.section__title {
	margin-bottom: 20px;
	font-size: 40px;
	line-height: 56px;
	font-family: Montserrat, sans-serif;
	font-weight: 700
}

@media (max-width:1598.98px) {
	.section__title {
		font-size: 30px;
		line-height: 36.57px
	}
}

@media (min-width:1199px) and (max-width:1598.98px) {
	.section__title {
		margin-bottom: 27px
	}
}

.section__title--subheader-desktop {
	font-size: 40px;
	line-height: 56px;
	font-family: Montserrat, sans-serif;
	font-weight: 700
}

@media (max-width:1198.98px) {
	.section__title--subheader-desktop {
		font-size: 21px;
		line-height: 25px
	}
}

.section__title--mb-md {
	margin-bottom: 40px
}

.section__title--mb-lg {
	margin-bottom: 60px
}

@media (max-width:1198.98px) {
	.section__title--mb-lg {
		margin-bottom: 27px
	}
}

.section__title--mobile-mb-md {
	margin-bottom: 50px
}

.section__title--mb-xl {
	margin-bottom: 100px
}

@media (max-width:1198.98px) {
	.section__title--mb-xl {
		margin-bottom: 40px
	}
}

.section__title--sm-forced {
	font-size: 28px;
	line-height: 36px;
	font-family: Montserrat, sans-serif;
	font-weight: 600
}

.section__title--sm {
	font-size: 28px;
	line-height: 36px;
	font-family: Montserrat, sans-serif;
	font-weight: 600
}

@media (max-width:1598.98px) {
	.section__title--sm {
		font-size: 21px;
		line-height: 36px
	}
}

@media (max-width:1198.98px) {
	.section__title--sm {
		font-size: 21px;
		line-height: 30px
	}
}

.section__title--xs {
	font-size: 22px;
	line-height: 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 600
}

@media (max-width:1198.98px) {
	.section__title--mobile-xxs {
		font-size: 16px
	}
}

@media (max-width:1198.98px) {
	.section__title--mobile-subtitle {
		font-size: 22px;
		line-height: 30px;
		font-family: Montserrat, sans-serif;
		font-weight: 600
	}
}

.section__descr {
	margin-bottom: 60px
}

.section__descr--mb-sm {
	margin-bottom: 40px
}

.section__btns {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:1198.98px) {
	.section__btns {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.section__btns .btn:not(:last-child) {
	margin-right: 20px
}

@media (max-width:1198.98px) {
	.section__btns .btn:not(:last-child) {
		margin-bottom: 20px
	}
}

@media (max-width:1198.98px) {
	.big-statistic {
		padding-top: 56px
	}
}

@media (max-width:799.98px) {
	.big-statistic {
		padding-top: 39px
	}
}

@media (min-width:1199px) and (max-width:1598.98px) {
	.big-statistic {
		position: relative;
		bottom: 20px
	}
}

@media (max-width:1198.98px) {
	.big-statistic {
		text-align: center
	}
}

.big-statistic__title {
	font-size: 240px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	line-height: 230px;
	color: #c2def0
}

@media (max-width:1598.98px) {
	.big-statistic__title {
		font-size: 180px;
		line-height: 200px
	}
}

@media (max-width:1198.98px) {
	.big-statistic__title {
		font-size: 80px;
		line-height: 97.52px
	}
}

.big-statistic__subtitle {
	font-size: 40px;
	line-height: 56px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	margin: 0 0 0 240px;
	min-height: 113px
}

@media (max-width:1598.98px) {
	.big-statistic__subtitle {
		font-size: 30px;
		line-height: 36.57px
	}
}

@media (max-width:1598.98px) {
	.big-statistic__subtitle {
		margin-left: 180px
	}
}

@media (max-width:1198.98px) {
	.big-statistic__subtitle {
		margin-left: 0;
		font-size: 22px;
		min-height: 65px;
		line-height: 30px
	}
}

@media (max-width:799.98px) {
	.big-statistic__subtitle {
		margin-bottom: 21px
	}
}

.facilities-item {
	width: 100%;
	transition: color .2s ease-in-out;
	margin-bottom: 60px;
	display: block
}

@media (max-width:1198.98px) {
	.facilities-item {
		text-decoration: underline;
		margin-bottom: 20px
	}
}

.facilities-item__image-wrap {
	height: 100px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	box-shadow: -30px 30px 40px rgba(33, 78, 119, .05);
	margin-bottom: 20px
}

@media (max-width:1198.98px) {
	.facilities-item__image-wrap {
		display: none
	}
}

.facilities-item__image {
	height: 56px;
	width: auto
}

@media (max-width:1598.98px) {
	.facilities-item__image {
		height: 50px
	}
}

.facilities-item__descr {
	font-size: 20px;
	line-height: 28px
}

@media (max-width:1198.98px) {
	.facilities-item__descr {
		font-size: 16px;
		line-height: 24px;
		text-align: center
	}
	.facilities-item__descr br {
		display: none
	}
}

.resource-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 144px
}

@media (max-width:1198.98px) {
	.resource-list {
		max-width: none
	}
}

@media (max-width:799.98px) {
	.resource-list {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.resource-list--lg {
	max-width: 244px
}

.resource-list--xl {
	max-width: 100%
}

.resource-list__item {
	width: 32px;
	height: 32px;
	transition: opacity .3s ease-in-out;
	opacity: 1
}

.resource-list__item--hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.resource-list__link {
	display: inline-block;
	margin-left: 40px;
	margin-bottom: 40px;
	transition: opacity .3s ease-in-out;
	position: relative
}

@media (max-width:1899.98px) {
	.resource-list__link {
		margin-left: 38px
	}
}

@media (max-width:1198.98px) {
	.resource-list__link {
		margin-right: 20px;
		margin-left: 20px
	}
}

.resource-list__link--lg {
	margin-left: 0;
	margin-right: 60px
}

@media (max-width:799.98px) {
	.resource-list__link--lg {
		margin-left: 24px;
		margin-right: 0;
		margin-bottom: 50px
	}
}

.resource-list__link--lg .resource-list__item {
	width: 60px;
	height: 60px
}

@media (max-width:799.98px) {
	.resource-list__link--lg .resource-list__item {
		height: 32px;
		width: 32px
	}
}

@media (max-width:1598.98px) {
	.resource-list__link--mobile-lg .resource-list__item {
		width: 40px;
		height: 40px;
		margin-right: 24px;
		margin-bottom: 0
	}
}

.resource-list__link:not(.resource-list--custom-hover):hover {
	opacity: .5
}

.resource-list__link--custom-hover:hover .resource-list__item {
	opacity: 0
}

.resource-list__link--custom-hover:hover .resource-list__item--hover {
	opacity: 1
}

a.thumbnail-preview:hover {
	text-decoration: none
}

a.thumbnail-preview:hover .thumbnail-preview__img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03)
}

a.thumbnail-preview:hover .thumbnail-preview__title {
	text-decoration: underline
}

.thumbnail-preview {
	display: block;
	height: 225px;
	width: 100%;
	position: relative;
	padding: 30px;
	margin-bottom: 40px;
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-mask-image: -webkit-radial-gradient(white, #000)
}

@media (max-width:1598.98px) {
	.thumbnail-preview {
		height: 220px
	}
}

@media (max-width:1198.98px) {
	.thumbnail-preview {
		height: 370px;
		margin-bottom: 20px
	}
}

@media (max-width:799.98px) {
	.thumbnail-preview {
		height: 150px;
		padding: 20px
	}
}

.thumbnail-preview--sm {
	height: 220px;
	padding: 20px
}

@media (max-width:799.98px) {
	.thumbnail-preview--sm {
		height: 176px
	}
}

.thumbnail-preview--rounded {
	border-radius: 20px
}

.thumbnail-preview--rounded::before {
	border-radius: 20px
}

.thumbnail-preview--slider {
	margin: 0
}

.thumbnail-preview::before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #24374e 0, rgba(36, 55, 78, 0) 70%);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	z-index: 3
}

.thumbnail-preview__in {
	position: relative;
	z-index: 4;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	width: 100%
}

.thumbnail-preview__title {
	color: #fff;
	text-decoration: none;
	margin: 0
}

.thumbnail-preview__icon {
	width: 20px;
	height: 20px;
	display: block;
	background: url(../../images/newDesign/sprites/main.stack.svg#image-inst-footer);
	background-size: contain
}

.thumbnail-preview__img {
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.circle-media {
	position: relative;
	height: 480px;
	width: 100%
}

.circle-media__img {
	position: absolute;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.circle-media__icon {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	z-index: 3
}

.circle-media__icon--sm {
	width: 32px;
	height: 32px
}

.circle-media__item {
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	position: absolute;
	overflow: hidden
}

.circle-media__item:hover .circle-media__img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03)
}

.circle-media__item::before {
	content: " ";
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: linear-gradient(180deg, #24374e 0, rgba(36, 55, 78, 0) 70%)
}

.circle-media__item--lg {
	width: 220px;
	height: 220px
}

.circle-media__item--sm {
	width: 160px;
	height: 160px
}

.circle-media__item--xs {
	width: 120px;
	height: 120px
}

.circle-media__item--top-left {
	left: 0;
	top: 0;
	-webkit-animation: float 18s ease-in-out infinite;
	animation: float 18s ease-in-out infinite
}

.circle-media__item--top-right {
	right: 0;
	top: 0;
	-webkit-animation: float 15s ease-in-out infinite;
	animation: float 15s ease-in-out infinite
}

.circle-media__item--bottom-left {
	top: 260px;
	left: 0;
	-webkit-animation: float 12s ease-in-out infinite;
	animation: float 12s ease-in-out infinite
}

.circle-media__item--bottom-right {
	top: 180px;
	right: 0;
	-webkit-animation: float 9s ease-in-out infinite;
	animation: float 9s ease-in-out infinite
}

@-webkit-keyframes float {
	0% {
		-webkit-transform: translatey(0);
		transform: translatey(0)
	}
	50% {
		-webkit-transform: translatey(-15px);
		transform: translatey(-15px)
	}
	100% {
		-webkit-transform: translatey(0);
		transform: translatey(0)
	}
}

@keyframes float {
	0% {
		-webkit-transform: translatey(0);
		transform: translatey(0)
	}
	50% {
		-webkit-transform: translatey(-15px);
		transform: translatey(-15px)
	}
	100% {
		-webkit-transform: translatey(0);
		transform: translatey(0)
	}
}

.side-card {
	margin-top: 46px;
	position: relative;
	padding-left: 160px;
	height: 324px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative
}

@media (max-width:1598.98px) {
	.side-card {
		padding-left: 10px;
		margin-top: 5px
	}
}

@media (max-width:1198.98px) {
	.side-card {
		padding-left: 30px;
		margin-top: 38px
	}
}

@media (min-width:800px) and (max-width:1198.98px) {
	.side-card .section__title {
		font-size: 40px;
		line-height: 56px;
		font-family: Montserrat, sans-serif;
		font-weight: 700
	}
}

@media (max-width:799.98px) {
	.side-card:not(.side-card--full-width) {
		margin-top: -8px;
		position: relative;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		height: 260px
	}
	.side-card:not(.side-card--full-width) .section__title {
		font-size: 21px;
		line-height: 1.5;
		margin-bottom: 12px
	}
	.side-card:not(.side-card--full-width) .section__descr {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 0
	}
}

.side-card::before {
	content: " ";
	display: block;
	height: 100%;
	width: 100vw;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background: linear-gradient(97.22deg, #eaf3f9 10.66%, #fff 98.43%);
	box-shadow: -30px 30px 40px rgba(33, 78, 119, .05);
	border-top-left-radius: 160px;
	border-bottom-left-radius: 160px
}

@media (max-width:1598.98px) {
	.side-card::before {
		left: -12vw
	}
}

@media (max-width:799.98px) {
	.side-card::before {
		left: 0
	}
}

.side-card--full-width {
	padding-left: 0;
	height: auto;
	padding-top: 80px;
	padding-bottom: 100px
}

.side-card--full-width::before {
	border-radius: 0
}

@media (max-width:1598.98px) {
	.side-card--full-width {
		padding-top: 60px;
		padding-bottom: 25px;
		margin-top: 0
	}
}

.side-card__content {
	position: relative;
	z-index: 2;
	max-width: 290px;
	margin-top: 60px
}

@media (max-width:799.98px) {
	.side-card__content {
		max-width: 220px;
		left: 35px
	}
}

.side-card__media {
	position: relative;
	z-index: 2;
	margin-top: 40px
}

@media (max-width:799.98px) {
	.side-card__media {
		margin-top: 38px;
		left: 12px
	}
}

.side-card__center-media,
.side-card__center-title {
	position: relative;
	z-index: 2
}

.side-card__center-title {
	margin-bottom: 84px
}

@media (max-width:1198.98px) {
	.side-card__center-title {
		margin-bottom: 55px
	}
}

.popup-menu {
	position: absolute;
	top: 140px;
	left: 100px;
	padding: 40px 40px 40px 40px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #c2e7ff;
	box-shadow: -10px 10px 40px rgba(33, 78, 119, .12);
	background: #fff;
	width: 1030px
}

.popup-menu--with-descr {
	width: 1130px;
	padding-bottom: 0
}

@media (max-width:1198.98px) {
	.popup-menu {
		width: auto;
		position: static;
		padding: 0;
		box-shadow: none;
		border: 0;
		padding-left: 20px;
		display: none
	}
}

.popup-menu__descr {
	max-width: 300px;
	margin-right: 50px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media (max-width:1198.98px) {
	.popup-menu__descr {
		display: none
	}
}

.popup-menu__list {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -25px;
	margin-left: -25px
}

@media (max-width:1198.98px) {
	.popup-menu__list {
		margin-right: 0;
		margin-left: 0;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.popup-menu__list .expanded-link {
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 50px
}

.popup-menu__list--single-line .expanded-link {
	margin-bottom: 0
}

@media (max-width:1198.98px) {
	.popup-menu__list .expanded-link {
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 32px
	}
	.popup-menu__list .expanded-link .expanded-link__thumbnail {
		display: none
	}
	.popup-menu__list .expanded-link .expanded-link__caption {
		padding-bottom: 0;
		font-family: Roobert, Helvetica, Arial, sans-serif;
		font-size: 16px;
		line-height: 24px;
		font-weight: 400
	}
	.popup-menu__list .expanded-link .expanded-link__caption::after,
	.popup-menu__list .expanded-link .expanded-link__caption::before {
		display: none
	}
}

.expanded-link {
	display: block;
	width: 199px
}

.expanded-link:hover {
	text-decoration: none
}

.expanded-link:hover .expanded-link__caption::before {
	opacity: 0
}

.expanded-link:hover .expanded-link__caption::after {
	opacity: 1
}

.expanded-link__thumbnail {
	border-radius: 10px;
	display: block;
	margin-bottom: 20px;
	height: 140px
}

.expanded-link__caption {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	padding-bottom: 21px;
	position: relative;
	margin: 0
}

.expanded-link__caption::after,
.expanded-link__caption::before {
	content: " ";
	display: block;
	width: 21px;
	height: 21px;
	transition: opacity .3s ease-in-out;
	position: absolute;
	bottom: -7px;
	left: 0
}

.expanded-link__caption::before {
	opacity: 1;
	background: url(../../images/newDesign/sprites/main.stack.svg#image-arr-right);
	background-repeat: no-repeat
}

.expanded-link__caption::after {
	opacity: 0;
	background: url(../../images/newDesign/sprites/main.stack.svg#image-arr-right-primary);
	background-repeat: no-repeat
}

.tabs-list__item {
	border: 0;
	background: 0;
	height: 40px;
	position: relative;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	padding: 0;
	color: #81929b;
	transition: color .3s ease-in-out
}

@media (max-width:1598.98px) {
	.tabs-list__item {
		height: 50px
	}
}

.tabs-list__item:not(.tabs-list__item--active):focus,
.tabs-list__item:not(.tabs-list__item--active):hover {
	color: #222
}

.tabs-list__item:not(:last-child) {
	margin-right: 40px
}

@media (max-width:1598.98px) {
	.tabs-list__item--mobile-friendly:not(:last-child) {
		margin-right: 20px
	}
}

.tabs-list__item--mobile-sm {
	height: 36px;
	font-size: 16px
}

@media (max-width:1598.98px) {
	.tabs-list__item--search-box {
		height: 40px
	}
	.tabs-list__item--search-box:not(:last-child) {
		margin-right: 40px
	}
}

.tabs-list__item:focus {
	outline: 0
}

.tabs-list__item::after {
	content: " ";
	display: block;
	position: absolute;
	height: 2px;
	left: 0;
	width: 0;
	bottom: 0;
	background: #305c7b;
	transition: width .3s ease-in-out, color .3s ease-in-out
}

.tabs-list__item--active {
	color: #305c7b
}

.tabs-list__item--active::after {
	width: 100%
}

.tabs-content-list__item {
	margin-top: 73px;
	display: none
}

@media (max-width:1899.98px) {
	.tabs-content-list__item {
		margin-top: 71px
	}
}

@media (max-width:1198.98px) {
	.tabs-content-list__item {
		margin-top: 79px
	}
}

@media (max-width:799.98px) {
	.tabs-content-list__item {
		margin-top: 40px
	}
}

.tabs-content-list__item--active {
	display: block
}

.tabs-content-list__item--static {
	margin-top: 40px
}

.tabs-content-list__item--modal>p {
	margin-bottom: 22px
}

.tabs-content-list__item--modal>p:last-child {
	margin-bottom: 0
}

.tabs-content-list__item--box {
	margin-top: 55px
}

@media (max-width:1598.98px) {
	.tabs-content-list__item--box {
		margin-top: 37px
	}
}

@media screen and (max-height:570px) {
	.tabs-content-list__item--box {
		margin-top: 10px
	}
}

.tabs-content-list__item--chess {
	margin-top: 32px;
	margin-bottom: 32px
}

@media (max-width:1198.98px) {
	.tabs-content-list__item--chess {
		font-size: 14px;
		line-height: 18px
	}
}

.tabs-content-list__item--chess p {
	margin-bottom: 13px
}

@media (max-width:1198.98px) {
	.tabs-content-list__item--chess p {
		margin-bottom: 10px
	}
}

.comment {
	display: block;
	margin-bottom: 36px
}

@media (max-width:799.98px) {
	.comment {
		margin-bottom: 77px
	}
}

.comment--mb-lg {
	margin-bottom: 80px
}

.comment__title {
	font-size: 22px;
	line-height: 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	margin-bottom: 24px
}

@media (max-width:1198.98px) {
	.comment__title--with-status {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.comment__status {
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	padding: 4px 10px;
	line-height: 17px;
	margin-left: 15px;
	background: #eaeaea
}

@media (max-width:1198.98px) {
	.comment__status {
		display: block;
		margin-left: 0;
		width: auto;
		margin-top: 20px
	}
}

.comment__meta-list {
	color: #81929b;
	margin-bottom: 24px
}

.comment__meta-list a {
	text-decoration: underline;
	color: #81929b
}

.comment__meta-list a:hover {
	color: #4aa6fa
}

.comment__detail {
	margin: 0
}

.comment__star {
	display: block;
	margin-right: 20px;
	width: 20px;
	height: 20px
}

.comment__rating {
	margin-bottom: 24px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.comment__content {
	text-align: left
}

.comment__content p:last-child {
	margin-bottom: 0
}

.comment__link {
	color: #4aa6fa
}

.instructor-slider--mt {
	margin-top: 101px
}

@media (max-width:1198.98px) {
	.instructor-slider--mt {
		margin-top: 55px
	}
}

@media (max-width:799.98px) {
	.instructor-slider--mt {
		margin-top: 34px
	}
}

.instructor-slider__title {
	font-size: 28px;
	line-height: 36px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	margin-bottom: 62px;
	font-weight: 700
}

@media (max-width:1598.98px) {
	.instructor-slider__title {
		font-size: 21px;
		line-height: 36px
	}
}

@media (min-width:800px) and (max-width:1198.98px) {
	.instructor-slider__title {
		font-size: 28px;
		line-height: 36px;
		font-family: Montserrat, sans-serif;
		font-weight: 600;
		margin-bottom: 53px
	}
}

@media (max-width:799.98px) {
	.instructor-slider__title {
		margin-bottom: 35px
	}
}

@media (max-width:1198.98px) {
	.row-detail-view {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.row-detail-view__main-col {
	padding-top: 40px;
	padding-bottom: 40px
}

@media (max-width:1198.98px) {
	.row-detail-view__main-col {
		padding-top: 0
	}
}

.row-right-blue {
	position: relative
}

.row-right-blue::after {
	content: " ";
	display: block;
	position: fixed;
	top: 0;
	height: 100%;
	left: 51.2%;
	width: 50vw;
	background: #edf1f8;
	z-index: -1
}

@media (max-width:1198.98px) {
	.row-right-blue::after {
		content: none
	}
}

.detail-view {
	position: -webkit-sticky;
	position: sticky;
	top: 120px
}

.detail-view__in {
	max-height: calc(100vh - 120px);
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	overflow-y: hidden;
	margin-top: -10px;
	overflow-y: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.detail-view__in::-webkit-scrollbar {
	width: 0;
	height: 0
}

@media (max-width:1598.98px) {
	.detail-view__in {
		margin-top: 0
	}
}

@media (max-width:1198.98px) {
	.detail-view__in {
		max-height: none;
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 0
	}
    .facility-detail-view {
        margin-right: 7px;
    }
}

.detail-view__title {
	color: #305c7b;
	font-size: 40px;
	line-height: 56px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	margin-bottom: 35px
}

@media (max-width:1598.98px) {
	.detail-view__title {
		font-size: 30px;
		line-height: 36.57px
	}
}

@media (max-width:1598.98px) {
	.detail-view__title {
		font-size: 21px;
		line-height: 56px;
		margin-bottom: 16px
	}
}

.detail-view__img {
	max-width: 280px;
	max-height: 262px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: auto;
	margin-bottom: 60px
}

@media (max-width:1598.98px) {
	.detail-view__img {
		max-width: 180px;
		max-height: 168px
	}
}

@media (max-width:799.98px) {
	.detail-view__img {
		max-width: 235px;
		max-height: 219px
	}
}

.detail-view__tabs {
	font-size: 20px;
	line-height: 28px
}

.detail-view__tabs p {
	margin-bottom: 24px
}

.detail-view__tabs a {
	color: #4aa6fa
}

@media (max-width:1198.98px) {
	.row-map-view {
		height: 650px
	}
	.row-map-view .row-map-view__main-col {
		transition: all .3s ease-in-out
	}
	.row-map-view--mobile-map-view .row-map-view__main-col {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		z-index: -1;
		pointer-events: none;
		max-height: 100vh
	}
	.row-map-view--mobile-map-view .map-slider {
		opacity: 1;
		pointer-events: auto
	}
	.row-map-view.initial-search {
		height: 620px
	}
}

.row-map-view__toggle {
	display: none;
	position: fixed;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 11px 20px 9px;
	background: rgba(34, 34, 34, .7);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	border-radius: 32px;
	font-size: 14px;
	line-height: 17px;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	z-index: 4;
	border: 0;
	color: #fff;
	transition: all .3s ease-in-out
}

.row-map-view__toggle:focus,
.row-map-view__toggle:hover {
	outline: 0;
	background: rgba(34, 34, 34, .8)
}

.row-map-view__toggle::after {
	content: " ";
	width: 13px;
	height: 13px;
	display: inline-block;
	margin-left: 8px
}

.row-map-view__toggle--to-map-view {
	bottom: 95px
}

@media (max-width:799px) {
	.row-map-view__toggle--to-map-view {
		bottom: 80px
	}
}

.row-map-view__toggle--to-map-view::after {
	background: url(../../images/newDesign/sprites/main.stack.svg#image-map-marker-white);
	background-repeat: no-repeat;
	background-size: cover
}

.row-map-view__toggle--to-list-view {
	top: 185px
}

@media (max-width:799px) {
	.row-map-view__toggle--to-list-view {
		top: 156px
	}
}

.row-map-view__toggle--to-list-view::after {
	background: url(../../images/newDesign/sprites/main.stack.svg#image-list-white);
	background-repeat: no-repeat;
	background-size: cover
}

@media (max-width:1198.98px) {
	.row-map-view--mobile-list-view .row-map-view__toggle--to-list-view {
		display: none
	}
	.row-map-view--mobile-list-view .row-map-view__toggle--to-map-view {
		display: block
	}
}

@media (max-width:1198.98px) {
	.row-map-view--mobile-map-view .row-map-view__toggle--to-list-view {
		display: block
	}
	.row-map-view--mobile-map-view .row-map-view__toggle--to-map-view {
		display: none
	}
}

.row-map-view__main-col {
	padding-top: 65px;
	padding-bottom: 40px
}

@media (min-width:1199px) {
	.row-map-view__main-col {
		display: block!important
	}
}

.row-map-view__main-col--lg {
	margin-top: 700px
}

@media (max-width:1198.98px) {
	.row-map-view__main-col {
		z-index: 4;
		padding-top: 0;
		margin-top: 300px;
		position: relative
	}
	.row-map-view__main-col::after {
		content: " ";
		display: block;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		height: 4px;
		width: 40px;
		background: #81929b;
		top: 10px
	}
	.row-map-view__main-col::before {
		content: " ";
		display: block;
		left: 50%;
		-webkit-transform: translateX(-50vw);
		transform: translateX(-50vw);
		z-index: 0;
		top: 0;
		width: 100vw;
		height: 100%;
		position: absolute;
		background: #f7f7f9;
		box-shadow: -10px 10px 40px rgba(33, 78, 119, .12);
		border-top-right-radius: 20px;
		border-top-left-radius: 20px;
		z-index: -1
	}
	.row-map-view__main-col .card-list {
		margin-top: 40px
	}
	.row-map-view__main-col .card-list__title {
		text-align: center;
		z-index: 1;
		position: relative
	}
}

@media (max-width:1198.98px) {
	.row-map-view__main-col {
		padding-top: 0
	}
}

@media (max-width:1198.98px) {
	.row-map-view__map-col {
		position: static
	}
}

.row-map-view__map-col--lg {
	position: static;
	position: absolute;
	left: 0;
	top: 140px;
	width: 100%;
	height: 650px
}

@media (max-width:1198.98px) {
	.row-map-view__map-col--lg {
		top: 0
	}
}

@media (max-width:1198.98px) {
	.row-map-view__map {
		top: 0;
		width: 100vw;
		bottom: 0;
		height: 720px;
		left: 0;
		right: unset;
		position: absolute
	}
}

.card-list--pt {
	padding-top: 60px
}

@media (max-width:1598.98px) {
	.card-list--pt {
		padding-top: 0
	}
}

.card-list .card {
	margin-bottom: 55px
}

@media (max-width:1198.98px) {
	.card-list--mobile-mt {
		margin-top: 125px
	}
}

@media (max-width:799.98px) {
	.card-list--mobile-mt {
		margin-top: 94px
	}
}

.card-list__title {
	color: #81929b;
	margin-bottom: 70px;
	font-size: 22px;
	line-height: 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 600
}

@media (max-width:1198.98px) {
	.card-list__title {
		margin-bottom: 55px
	}
}

.card {
	position: relative;
	background: #fff
}

.card--with-thumbnail {
	padding-right: 160px
}

@media (max-width:799.98px) {
	.card--with-thumbnail {
		padding-right: 0
	}
}

.card--info-window .card__body {
	padding: 36px 40px 16px 30px
}

.card--info-window .card__content {
	margin: 0
}

.card--info-window .card__btns {
	margin-bottom: 10px
}

.card__thumbnail {
	position: absolute;
	width: 200px;
	height: 200px;
	right: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover
}

@media (max-width:1899.98px) {
	.card__thumbnail {
		height: 180px;
		width: 180px
	}
}

@media (max-width:799.98px) {
	.card__thumbnail {
		position: static;
		width: 100%;
		height: 280px
	}
}

.card--wide-in-modal {
	margin-left: -60px;
	margin-right: -60px
}

.card--mb-row {
	margin-bottom: 40px
}

@media (max-width:1198.98px) {
	.card--mt-mobile {
		margin-top: 43px
	}
}

.card--mb-modal {
	margin-bottom: 60px
}

@media (max-width:1198.98px) {
	.card--mb-modal {
		margin-bottom: 40px
	}
}

.card__title {
	font-size: 22px;
	line-height: 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	margin-bottom: 23px
}

.card__title--mb {
	margin-bottom: 40px
}

.card a:not(.btn) {
	color: #4aa6fa
}

@media (max-width:799.98px) {
	.card {
		margin-right: -20px;
		margin-left: -20px
	}
}

@media (max-width:799.98px) {
	.card--without-body {
		margin-right: 0;
		margin-left: 0
	}
}

.card--map-slide {
	margin-top: 15px
}

@media (max-width:1198.98px) {
	.card--map-slide {
		margin-left: 0;
		margin-right: 0
	}
}

.card--map-slide .card__text {
	margin-bottom: 16px
}

.card--map-slide .card__text:not(:last-child) {
	margin-bottom: 6px
}

.card--map-slide .card__body {
	padding: 32px 32px 16px 32px
}

@media (max-width:1198.98px) {
	.card--map-slide .card__body {
		margin: 0
	}
}

.card__company-icon {
	position: absolute;
	max-height: 50px;
	max-width: 190px;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: right center;
	object-position: right center;
	right: 40px;
	top: 40px
}

@media (max-width:1899.98px) {
	.card__company-icon {
		position: static;
		margin-bottom: 40px;
		-o-object-position: left center;
		object-position: left center
	}
}

.card__body {
	padding: 38px 40px 33px 40px
}

.card__body--wide-in-modal {
	padding-left: 60px;
	padding-right: 60px
}

.card__meta {
	position: absolute;
	font-size: 14px;
	left: 40px;
	top: -15px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.card__meta-item {
	padding: 2.5px 12px;
	background: #c2def0;
	font-weight: 500;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
	margin-right: 10px;
	min-height: 29px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.card__meta-item--icon {
	height: 29px;
	width: 48px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	text-transform: none
}

@media (min-width:1199px) {
	.card__meta-item--icon {
		display: none
	}
}

.card__meta-item--icon-always {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.card__meta-icon {
	width: 24px;
	height: 24px;
	-o-object-fit: cover;
	object-fit: cover
}

.card__text:not(:last-child) {
	margin-bottom: 16px
}

.card__text--mb-md:not(:last-child) {
	margin-bottom: 20px
}

.card__text--mb-md:last-child {
	margin-bottom: 20px
}

.card__text--mb-lg:not(:last-child) {
	margin-bottom: 23px
}

.card__text--mb-lg:last-child {
	margin-bottom: 23px
}

.card__text--sm {
	font-size: 12px
}

.card__actions {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width:1598.98px) {
	.card__actions .hint--html {
		display: none
	}
}

.card__btns {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px
}

.card__btns .btn:not(:last-child) {
	margin-right: 20px
}

@media (max-width:1598.98px) {
	.card__btns {
		margin-bottom: 22px
	}
}

.card__btns--alone {
	margin-bottom: 0
}

@media (max-width:1198.98px) {
	.card__btns--alone {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: -20px
	}
	.card__btns--alone .btn {
		margin-bottom: 20px
	}
}

@media (max-width:1598.98px) {
	.card__mini-info {
		display: none
	}
}

@media (max-width:1598.98px) {
	.card__content {
		margin-bottom: 35px
	}
}

.card__content--sm .card__text:not(:last-child) {
	margin-bottom: 8px
}

.card__content--mb {
	margin-bottom: 13px
}

.mini-info {
	background: #f7f7f9;
	border: 1px solid #c2e7ff;
	border-radius: 4px;
	padding: 8px 15px 15px 10px;
	width: 110px
}

.mini-info__title {
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 16px;
	white-space: nowrap
}

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

.mini-info__icon {
	width: 32px;
	height: 32px;
	display: block;
	-o-object-fit: contain;
	object-fit: contain
}

.pagination {
	display: inline-block
}

@media (max-width:1198.98px) {
	.pagination {
		text-align: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.pagination--mb {
	margin-bottom: 40px
}

.pagination__nav {
	margin-bottom: 44px;
	font-weight: 500;
	font-family: Montserrat, sans-serif
}

.pagination__list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.pagination__arr {
	border-bottom: 1px solid
}

.pagination__arr:hover {
	text-decoration: none
}

.pagination__arr--left {
	margin-right: 36px
}

.pagination__arr--left::before {
	content: "< "
}

.pagination__arr--right::after {
	content: " >"
}

.pagination__item {
	margin-right: 20px;
	color: #81929b;
	transition: color .3s ease-in-out
}

.pagination__item--active {
	color: #4aa6fa
}

.pagination__item--active:hover {
	cursor: default;
	text-decoration: none
}

.chess {
	max-width: 100%;
	overflow-x: hidden
}

.chess__title {
	margin-bottom: 60px
}

@media (max-width:1598.98px) {
	.chess__title {
		margin-bottom: 71px
	}
}

@media (max-width:1198.98px) {
	.chess__title {
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 30px
	}
}

.chess__img {
	position: relative;
	height: 560px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

@media (min-width:1920) {
	.chess_img {
		width: auto
	}
}

.chess__img--left {
	right: 21%
}

.chess__img--right {
	left: 18%
}

@media (max-width:1198.98px) {
	.chess__img {
		height: 260px;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		right: 0;
		width: 800px;
		max-width: 100vw
	}
}

@media (max-width:1198.98px) {
	.chess__img--left-always,
	.chess__img--right-always {
		-webkit-transform: none;
		transform: none;
		width: 70vw;
		height: auto;
		position: relative;
		margin-bottom: 40px;
		display: block;
		max-width: 500px
	}
}

@media (max-width:1198.98px) {
	.chess__img--left-always {
		right: 20px;
		left: auto
	}
}

@media (max-width:1198.98px) {
	.chess__img--right-always {
		left: 20px;
		right: 0;
		margin-left: auto
	}
}

.chess__content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.chess__content a:not(.btn) {
	color: #4aa6fa
}

.chess__content>p {
	margin-bottom: 32px
}

.chess__content>p:last-child {
	margin-bottom: 0
}

.chess__content--lg {
	font-size: 20px;
	line-height: 28px
}

.chess__tabs .tabs-content-list {
	max-width: 400px
}

.chess__link-btn {
	margin-top: 17px
}

@media (max-width:1198.98px) {
	.chess__img-col {
		position: static;
		height: 260px
	}
}

@media (max-width:1198.98px) {
	.chess__row-mobile-reverse {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.chess__btns {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (max-width:1198.98px) {
	.chess__btns {
		padding-bottom: 25px
	}
}

.step-col {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 200px;
	padding-left: 31px;
	padding-right: 31px
}

.step-col--static {
	padding-top: 63px;
	padding-bottom: 58px;
	height: auto;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%
}

@media (max-width:1598.98px) {
	.step-col--static {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 30px
	}
	.step-col--static .step-col__meta {
		left: 20px
	}
}

@media (max-width:799.98px) {
	.step-col--static {
		margin-left: -20px;
		margin-right: -20px;
		padding-bottom: 40px
	}
}

.step-col--gray {
	background: #f5f5f5
}

.step-col--lightblue {
	background: #edf1f8
}

.step-col__text:last-child {
	margin-bottom: 0
}

.step-col__meta {
	position: absolute;
	left: 32px;
	top: 17px;
	font-size: 22px;
	line-height: 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	color: #c2def0
}

.number-info {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 140px;
	margin-bottom: 60px
}

@media (max-width:1198.98px) {
	.number-info {
		margin-bottom: 40px;
		padding-right: 10px;
		min-height: 1px
	}
}

.number-info__digin {
	margin-right: 40px;
	font-size: 100px;
	line-height: 122px;
	color: #c2def0;
	font-weight: 700
}

@media (max-width:1198.98px) {
	.number-info__digin {
		font-size: 75px;
		line-height: 91px
	}
}

.number-info__text {
	max-width: 270px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 20px;
	line-height: 28px
}

@media (max-width:1198.98px) {
	.number-info__text {
		max-width: 66vw
	}
}

.page-select {
	margin: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width:1198.98px) {
	.page-select {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.page-select__item {
	margin-bottom: 40px
}

.page-select__item--prev {
	margin-right: 10px;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.info-row:not(:last-child) {
	margin-bottom: 100px
}

@media (max-width:1598.98px) {
	.info-row:not(:last-child) {
		margin-bottom: 80px
	}
}

@media (max-width:1198.98px) {
	.info-row:not(:last-child) {
		margin-bottom: 60px
	}
}

.info-row__title {
	font-size: 64px;
	line-height: 78px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
	color: #c2def0
}

@media (max-width:1598.98px) {
	.info-row__title {
		font-size: 48px;
		line-height: 58.51px
	}
}

@media (max-width:1198.98px) {
	.info-row__title {
		font-size: 30px;
		line-height: 40px
	}
}

.info-row__content p:not(:last-child) {
	margin-bottom: 16px
}

.info-row__content ul {
	padding: 0;
	list-style-type: none;
	margin-bottom: 0
}

.info-row__content ul:not(:last-child) {
	margin-bottom: 16px
}

.info-row__content ul li:not(:last-child) {
	margin-bottom: 16px
}

.info-row__content ul li::before {
	content: "- "
}

.info-row__icon {
	width: 100%;
	height: auto
}

@media (max-width:1198.98px) {
	.info-row__icon {
		width: 65px;
		height: 65px;
		margin-bottom: 20px
	}
}

@media (max-width:1198.98px) {
	.info-row {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.info-list {
	padding: 0;
	list-style-type: none;
	margin-bottom: 0
}

.info-list:not(:last-child) {
	margin-bottom: 16px
}

.info-list__item:not(:last-child) {
	margin-bottom: 16px
}

.info-list__item::before {
	content: "- "
}

.welcome-row {
	padding-bottom: 60px;
	min-height: 660px
}

@media (max-width:1198.98px) {
	.welcome-row {
		min-height: 1px;
		padding-bottom: 46px
	}
	.welcome-row::after {
		content: " ";
		z-index: 1;
		display: block;
		position: absolute;
		left: 0;
		top: 76px;
		width: 100%;
		height: 320px;
		background: #000;
		background: linear-gradient(180deg, #24374e 0, rgba(36, 55, 78, .4) 70%);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

.welcome-row__content {
	padding-top: 80px;
	font-size: 20px;
	line-height: 28px
}

@media (max-width:1598.98px) {
	.welcome-row__content {
		padding-top: 90px
	}
}

@media (max-width:1198.98px) {
	.welcome-row__content {
		padding-top: 0
	}
}

@media (max-width:1198.98px) {
	.welcome-row__content-in {
		text-align: center;
		margin-top: 360px
	}
}

.welcome-row__title {
	z-index: 2;
	font-size: 40px;
	line-height: 56px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	margin-bottom: 40px
}

@media (max-width:1598.98px) {
	.welcome-row__title {
		font-size: 30px;
		line-height: 36.57px
	}
}

@media (max-width:1598.98px) {
	.welcome-row__title {
		margin-bottom: 50px
	}
}

@media (max-width:1198.98px) {
	.welcome-row__title {
		display: block;
		color: #fff;
		position: absolute;
		text-align: center;
		left: 10px;
		right: 10px;
		top: 160px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

.welcome-row__image {
	height: 600px;
	position: absolute;
	right: 0;
	-o-object-fit: cover;
	object-fit: cover;
	top: 140px;
	right: 0;
	width: 48.8vw
}

@media (max-width:1598.98px) {
	.welcome-row__image {
		height: 450px
	}
}

@media (max-width:1198.98px) {
	.welcome-row__image {
		height: 320px;
		left: 0;
		top: 76px;
		width: 100%
	}
}

.row-side {
	position: relative
}

.row-side__btn {
	margin-bottom: 80px
}

@media (max-width:1198.98px) {
	.row-side__btn {
		margin-bottom: 40px
	}
}

.row-side__content {
	font-size: 20px;
	line-height: 28px;
	font-family: Montserrat, sans-serif;
	font-weight: 400
}

@media (max-width:1198.98px) {
	.row-side__content {
		font-family: Roobert, Helvetica, Arial, sans-serif
	}
}

.row-side__content p {
	margin-bottom: 60px
}

@media (max-width:1198.98px) {
	.row-side__content p {
		margin-bottom: 40px
	}
}

.row-side__content p:last-child {
	margin-bottom: 0
}

.row-side__content--mobile-sm {
	font-size: 16px;
	line-height: 24px
}

.row-side__col {
	position: static
}

.row-side__image {
	height: 636px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(16.2vw);
	transform: translateX(16.2vw);
	width: 33.8vw;
	top: 122px;
	-o-object-fit: cover;
	object-fit: cover
}

@media (max-width:1198.98px) {
	.row-side__image {
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: none;
		transform: none;
		margin-top: 60px;
		margin-bottom: 60px;
		width: 100%;
		height: auto
	}
}

@media (max-width:799.98px) {
	.row-side__image {
		width: 100vw;
		height: 280px;
		margin-left: -20px
	}
}

.special-date {
	font-size: 64px;
	line-height: 80px;
	font-family: Montserrat, sans-serif;
	color: #c2def0;
	font-weight: 700
}

@media (max-width:1598.98px) {
	.special-date {
		font-size: 48px;
		line-height: 59px
	}
}

@media (max-width:1198.98px) {
	.special-date {
		font-size: 40px;
		line-height: 49px
	}
}

.alert {
	padding: 32px 15px;
	background: #c2def0;
	color: #305c7b;
	text-align: center;
	margin-top: 140px
}

@media (max-width:1198.98px) {
	.alert {
		margin-top: 75px;
		padding-top: 17px;
		padding-bottom: 17px;
		padding-right: 30px;
		padding-left: 30px
	}
}

.alert__text {
	font-size: 22px;
	line-height: 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 600
}

.alert__text:last-child {
	margin-bottom: 0
}

@media (max-width:1198.98px) {
	.alert__text {
		font-size: 16px;
		line-height: 30px
	}
}

.wide-textblock-slider {
	overflow-x: hidden
}

.wide-textblock-slider .splide__track {
	overflow: unset
}

.wide-textblock-slider__in {
	padding-top: 122px;
	position: relative
}

@media (max-width:1198.98px) {
	.wide-textblock-slider__in {
		padding-top: 65px
	}
}

.wide-textblock-slider__control {
	height: 6px;
	background: #eaeaea;
	position: absolute;
	left: 0;
	left: 10px;
	right: 10px;
	top: 12px
}

.wide-textblock-slider__control-in {
	display: block;
	height: 12px;
	background: #c2def0;
	width: 10%;
	transition: width .3s ease-in-out;
	position: absolute;
	top: -3px;
	left: 0
}

.wide-textblock-slider__title {
	margin-bottom: 66px
}

@media (max-width:1198.98px) {
	.wide-textblock-slider__title {
		margin-bottom: 30px
	}
}

.text-info__title {
	font-family: Montserrat, sans-serif;
	font-size: 40px;
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 600
}

@media (max-width:1198.98px) {
	.text-info__title {
		font-size: 16px;
		line-height: 30px
	}
}

.text-info__title--lg {
	font-size: 40px;
	line-height: 56px;
	font-weight: 700;
	margin-bottom: 40px
}

.text-info__content--lg {
	font-size: 20px;
	line-height: 28px
}

.text-info__content p {
	margin-bottom: 15px
}

.text-info__content p:last-child {
	margin-bottom: 0
}

.help-block {
	padding-top: 40px;
	padding-bottom: 44px;
	padding-left: 20px;
	padding-right: 20px;
	background: linear-gradient(262.78deg, #eaf3f9 10.66%, #fff 98.43%);
	box-shadow: -30px 30px 40px rgba(33, 78, 119, .05)
}

@media (max-width:799.98px) {
	.help-block {
		margin-right: -20px;
		margin-left: -20px
	}
}

.help-block__title {
	margin-bottom: 24px;
	font-size: 22px;
	line-height: 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 600
}

.help-block__text {
	margin-bottom: 24px
}

.help-block__icon {
	display: block;
	width: 37.5px;
	height: 37.5px;
	margin-left: auto;
	margin-right: auto
}

.col-text {
	margin-top: 73px;
	margin-bottom: 72px;
	position: relative
}

@media (max-width:1198.98px) {
	.col-text {
		margin-top: 55px
	}
}

.col-text:not(:last-child)::after {
	content: " ";
	display: block;
	position: absolute;
	width: 2px;
	height: 100%;
	background: #c6d5dd;
	border-radius: 2px;
	right: 0;
	top: 0
}

@media (max-width:1198.98px) {
	.col-text:not(:last-child)::after {
		height: 2px;
		left: 3vw;
		width: 88vw;
		bottom: -60px;
		right: unset;
		top: unset
	}
}

.col-text__content p {
	margin-bottom: 20px
}

.col-text__content p:last-child {
	margin-bottom: 0
}

.col-text__title {
	font-size: 28px;
	line-height: 36px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	margin-bottom: 40px
}

@media (max-width:1198.98px) {
	.col-text__title {
		font-size: 22px;
		line-height: 30px;
		font-family: Montserrat, sans-serif;
		font-weight: 600
	}
}

.human-info {
	padding-top: 100px;
	padding-bottom: 100px
}

@media (max-width:1198.98px) {
	.human-info {
		padding-top: 50px;
		padding-bottom: 37px
	}
}

.human-info__title {
	font-size: 64px;
	line-height: 78px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	margin-bottom: 0
}

@media (max-width:1598.98px) {
	.human-info__title {
		font-size: 48px;
		line-height: 58.51px
	}
}

@media (max-width:1198.98px) {
	.human-info__title {
		font-size: 30px;
		line-height: 37px
	}
}

.human-info__subtitle {
	font-size: 40px;
	line-height: 56px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	margin-bottom: 0
}

@media (max-width:1598.98px) {
	.human-info__subtitle {
		font-size: 30px;
		line-height: 36.57px
	}
}

.human-info__subtitle--mb {
	margin-bottom: 24px
}

@media (max-width:1198.98px) {
	.human-info__subtitle--mb {
		font-size: 21px;
		line-height: 30px
	}
}

.value-info {
	padding-top: 55px;
	padding-right: 60px;
	margin-bottom: 60px
}

@media (max-width:1198.98px) {
	.value-info {
		padding-top: 35px;
		margin-bottom: 35px;
		padding-right: 0
	}
}

.value-info__number {
	color: #c2def0;
	font-size: 200px;
	line-height: 1;
	margin-bottom: 40px;
	font-weight: 700;
	font-family: Montserrat, sans-serif
}

@media (max-width:1198.98px) {
	.value-info__number {
		font-size: 64px;
		margin-bottom: 25px
	}
}

.value-info__title {
	margin-bottom: 40px;
	font-size: 28px;
	line-height: 36px;
	font-family: Montserrat, sans-serif;
	font-weight: 600
}

@media (max-width:1598.98px) {
	.value-info__title {
		font-size: 21px;
		line-height: 36px
	}
}

@media (max-width:1598.98px) {
	.value-info__title {
		font-size: 22px;
		line-height: 30px;
		font-family: Montserrat, sans-serif;
		font-weight: 600
	}
}

.value-info__content {
	font-size: 20px;
	line-height: 28px
}

@media (max-width:1198.98px) {
	.value-info__content {
		font-size: 16px;
		line-height: 24px
	}
}

.value-info__content p {
	margin-bottom: 20px
}

.value-info__content p:last-child {
	margin-bottom: 0
}

.form-check {
	position: relative;
	cursor: pointer;
	margin-bottom: 0
}

.form-check__input {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	z-index: -1;
	visibility: hidden
}

.form-check__input:not(:checked)+.form-check__caption--error::before {
	border-color: #e12626
}

.form-check__input:checked+.form-check__caption::before {
	background: url(../../images/newDesign/sprites/main.stack.svg#image-check-primary);
	background-position: center center;
	background-size: 13px;
	background-repeat: no-repeat
}

.form-check__caption {
	margin-left: 40px;
	margin-bottom: 0;
	position: relative;
	margin-bottom: 16px
}

.form-check__caption::before {
	content: " ";
	position: absolute;
	display: block;
	left: -40px;
	top: 1px;
	width: 20px;
	height: 20px;
	border: 2px solid #4aa6fa;
	box-sizing: border-box;
	border-radius: 4px
}

.form-check__caption--sm {
	margin-left: 30px
}

.form-check__caption--sm::before {
	left: -30px
}

.form-check__caption a {
	color: #4aa6fa
}

.form-check--radio .form-check__caption::before {
	border-radius: 50%
}

.form-check--radio .form-check__input:checked+.form-check__caption::before {
	background: url(../../images/newDesign/sprites/main.stack.svg#image-circle-primary);
	background-position: center center;
	background-size: 12px;
	background-repeat: no-repeat
}

.form-control {
	width: 100%;
	border-radius: 10px;
	padding: 5px 10px 6px;
	position: relative;
	transition: background .2s ease-in-out;
	margin-left: -10px
}

.form-control__caption {
	display: block;
	margin-bottom: 16px
}

.form-control__caption-detail {
	font-size: 80%;
	color: #81929b
}

.form-control__select-content {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(105%);
	transform: translateY(105%);
	transition: all .2s ease-in-out;
	z-index: -1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	padding: 18px 20px;
	position: absolute;
	bottom: 0;
	left: 10px;
	border: 1px solid #c2e7ff;
	max-width: 100%;
	max-width: 360px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (max-width:1198.98px) {
	.form-control__select-content {
		width: 222px;
		bottom: 40px
	}
}

.form-control__select-input {
	display: block;
	padding: 0;
	border: 0;
	background: 0;
	width: 100%;
	border-bottom: 1px solid #eaeaea;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 10px;
	padding-bottom: 5px
}

.form-control__select-input:focus {
	outline: 0
}

.form-control__select-item {
	min-width: 54px;
	text-align: center;
	padding: 0 12px;
	border-radius: 20px;
	background: #f7f7f9;
	border: 0;
	margin-right: 20px;
	margin-bottom: 15px;
	transition: background .2s ease-in-out;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media (max-width:1198.98px) {
	.form-control__select-item {
		margin-bottom: 15px
	}
}

.form-control__select-item:focus {
	outline: 0
}

.form-control__select-item:focus,
.form-control__select-item:hover {
	background: #c2e7ff
}

.form-control__select-item--active {
	background: #c2e7ff
}

.form-control__select-item--active:focus,
.form-control__select-item--active:hover {
	background: #c2e7ff
}

.form-control__select-wrap {
	width: 100%;
	display: block;
	margin-top: 15px
}

.form-control__select-caption {
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #81929b;
	font-weight: 500;
	font-family: Montserrat, sans-serif;
	margin: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	min-width: 110px
}

@media (max-width:1198.98px) {
	.form-control__select-caption {
		width: 100%
	}
}

.form-control--select-active .form-control__select-content {
	opacity: 1;
	visibility: visible;
	z-index: 3;
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.form-control:not(.form-control--static):hover {
	background: #eaeaea
}

.form-control:not(.form-control--static):focus-within {
	background: #dfdfdf
}

.form-control__check-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.form-control__check-list>span {
	margin-left: 12px;
	margin-right: 12px
}

.form-control__feedback {
	position: absolute;
	bottom: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	margin: 0;
	padding-right: 10px
}

.form-control__feedback--select {
	position: static;
	-webkit-transform: none;
	transform: none;
	margin-bottom: 10px
}

.form-control__feedback a {
	color: #4aa6fa
}

@media (max-width:1198.98px) {
	.form-control__feedback {
		bottom: -2px;
		font-size: 14px;
		line-height: 1.2
	}
}

.form-control__icon {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: 47px
}

.form-control__icon--pass {
	background: url(../../images/newDesign/icons/eye.png);
	background-size: cover
}

.form-control__icon--pass-active {
	background: url(../../images/newDesign/icons/eye-open.png);
	background-size: cover;
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center center
}

.form-control__label {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
	display: block
}

.form-control__input {
	display: block;
	padding: 0;
	border: 0;
	background: 0;
	width: 100%
}

.form-control__input--with-icon {
	margin-left: 30px
}

.form-control__input:focus {
	outline: 0
}

.form-control__input:placeholder {
	color: #81929b;
	opacity: 1
}

.modal {
	position: relative;
	z-index: 999
}

.modal__feedback {
	margin-bottom: 35px
}

.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media (min-width:1199px) {
	.modal__overlay {
		overflow-y: auto
	}
}

.modal__step {
	display: none
}

.modal__step--active {
	display: block
}

.modal__split-row--mt {
	margin-top: 55px
}

.modal__split-row:not(.no-gutters) {
	margin-left: -10px;
	margin-left: -10px
}

.modal__split-row:not(.no-gutters)>.col,
.modal__split-row:not(.no-gutters)>[class*=col-] {
	padding-right: 10px;
	padding-left: 10px
}

.modal__split-row>[class*=col-] {
	position: relative
}

.modal__split-row>[class*=col-]::after {
	content: " ";
	position: absolute;
	right: 8px;
	width: 2px;
	height: 60px;
	top: 10px;
	border-radius: 2px;
	background: #c6d5dd;
	display: block
}

.modal__split-row>[class*=col-]:nth-child(3n)::after {
	content: none
}

@media (max-width:1198.98px) {
	.modal__split-row>[class*=col-]::after {
		content: none
	}
	.modal__split-row>[class*=col-]:nth-child(3n)::after {
		content: " ";
		position: static;
		margin-top: 5px;
		margin-bottom: 32px;
		height: 2px;
		width: 100%
	}
}

.modal__split-row--two-row>[class*=col-]:nth-child(2n)::after {
	content: none
}

@media (max-width:1198.98px) {
	.modal__split-row--no-mobile>[class*=col-]::after {
		content: none!important
	}
}

.modal__container {
	background-color: #f7f7f9;
	padding: 60px;
	max-width: 680px;
	width: 100%;
	border-radius: 4px;
	margin-top: 140px;
	margin-bottom: 50px;
	position: relative
}

.modal__container--sm {
	padding: 40px
}

@media (max-width:1198.98px) {
	.modal__container {
		margin-top: 0;
		margin-bottom: 0;
		border-radius: 0;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 116px;
		background-color: #f7f7f9;
		min-height: 100vh;
		padding-top: 109px
	}
}

@media (max-width:1198.98px) {
	.modal__container {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100vh;
		padding-left: 0;
		padding-right: 0;
		padding-top: 84px;
		padding-bottom: 0
	}
}

.modal__info-card {
	margin-bottom: 60px;
	margin-top: 0
}

@media (max-width:1198.98px) {
	.modal__info-card {
		margin-bottom: 40px;
		margin-top: 8px
	}
}

.modal__btns {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -40px
}

.modal__btns .btn {
	margin-right: 10px;
	margin-bottom: 40px
}

.modal__btns--lg .btn {
	margin-right: 32px;
	margin-bottom: 32px
}

.modal__actions {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:1198.98px) {
	.modal__actions {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.modal__actions .card-caption-link {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.modal__actions .card-caption-link:not(:last-child) {
	margin-right: 40px
}

@media screen and (min-width: 1198.98px){
	.modal__actions .card-caption-link:not(:last-child) {
	margin-left: 40px
	}
}

@media (max-width:1198.98px) {
	.modal__actions .card-caption-link:not(:last-child) {
		margin-right: 0;
		margin-bottom: 40px
	}
}

.modal__cta-text {
	margin-bottom: 40px;
	font-size: 22px;
	line-height: 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 600
}

.modal__cta-text--extend {
	margin-bottom: 0
}

@media (min-width:1199px) {
	.modal__cta-text--extend {
		margin-top: -20px
	}
}

.modal__cta-icon {
	margin-top: 35px;
	margin-bottom: 35px;
	width: 40px;
	height: 40px;
	font-size: 22px;
	line-height: 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 600
}

.modal__header {
	margin-bottom: 35px
}

.modal__header+.modal__content .modal__content-in {
	padding-top: 30px
}

@media (max-width:1198.98px) {
	.modal__header {
		background: #fff;
		position: absolute;
		width: auto;
		top: 0;
		left: 0;
		right: 0;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 24px;
		padding-bottom: 24px;
		box-shadow: -30px 30px 40px rgba(33, 78, 119, .05)
	}
}

.modal__header--desk-hidden {
	display: none
}

@media (max-width:1198.98px) {
	.modal__header--desk-hidden {
		display: block
	}
}

.modal__header--desk-hidden+.modal__content .modal__content-in {
	padding-top: 0
}

.modal__title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 28px;
	line-height: 36px;
	font-family: Montserrat, sans-serif;
	font-weight: 600
}

@media (max-width:1198.98px) {
	.modal__title {
		font-size: 20px
	}
}

.modal__prev-step {
	background: 0;
	border: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	top: -100px;
	left: 0;
	background-color: #fff;
	z-index: 5
}

.modal__prev-step:focus {
	outline: 0
}

.modal__prev-step::after,
.modal__prev-step::before {
	content: " ";
	width: 18px;
	height: 18px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	transition: opacity .2s ease-in-out
}

.modal__prev-step::before {
	background: url(../../images/newDesign/sprites/main.stack.svg#image-modal-back);
	background-size: contain;
	opacity: 1
}

.modal__prev-step::after {
	background: url(../../images/newDesign/sprites/main.stack.svg#image-modal-back-primary);
	background-size: contain;
	opacity: 0
}

.modal__prev-step:focus,
.modal__prev-step:hover {
	color: #4aa6fa
}

.modal__prev-step:focus::before,
.modal__prev-step:hover::before {
	opacity: 0
}

.modal__prev-step:focus::after,
.modal__prev-step:hover::after {
	opacity: 1
}

@media (max-width:1198.98px) {
	.modal__prev-step {
		position: relative;
		background: 0;
		margin-top: -20px;
		top: 0;
		left: -20px;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: auto
	}
	.modal__prev-step::after,
	.modal__prev-step::before {
		left: 15px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

.modal__prev-step-caption {
	display: none;
	transition: color .2s ease-in-out;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase
}

@media (max-width:1198.98px) {
	.modal__prev-step-caption {
		display: inline-block;
		padding-left: 35px
	}
}

.modal__close {
	background: 0;
	border: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5
}

.modal__close:focus {
	outline: 0
}

.modal__close::after,
.modal__close::before {
	content: " ";
	width: 18px;
	height: 18px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	transition: opacity .2s ease-in-out
}

.modal__close::before {
	background: url(../../images/newDesign/sprites/main.stack.svg#image-modal-close);
	background-size: contain;
	opacity: 1
}

.modal__close::after {
	background: url(../../images/newDesign/sprites/main.stack.svg#image-modal-close-primary);
	background-size: contain;
	opacity: 0
}

.modal__close:focus::before,
.modal__close:hover::before {
	opacity: 0
}

.modal__close:focus::after,
.modal__close:hover::after {
	opacity: 1
}

@media (max-width:1198.98px) {
	.modal__close {
		top: 8px;
		right: 0
	}
}

.modal__content {
	line-height: 1.5;
	color: rgba(0, 0, 0, .8)
}

@media (max-width:1198.98px) {
	.modal__content {
		position: relative;
		width: 100%;
		height: 100%;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
}

@media (max-width:1198.98px) {
	.modal__content-in {
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 25px!important;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow-y: auto;
		padding-bottom: 140px
	}
}

.modal__text {
	margin-bottom: 35px
}

.modal__form-control {
	margin-bottom: 54px
}

.modal__form-control--mb-md {
	margin-bottom: 44px
}

@media (max-width:1198.98px) {
	.modal__form-control {
		margin-bottom: 25px
	}
}

@media (max-width:1198.98px) {
	.modal__form-control--mobile-mb-md {
		margin-bottom: 49px
	}
}

.modal__check-list {
	margin-top: 35px
}

@media (max-width:1198.98px) {
	.modal__check-list {
		margin-top: 5px;
		margin-bottom: 20px
	}
}

.modal__form-check {
	margin-bottom: 58px
}

.modal__form-check--mb-sm {
	margin-bottom: 24px
}

.modal__form-check--mb-md {
	margin-bottom: 40px
}

.modal__form-send--mb {
	margin-bottom: 40px
}

.modal__copyright {
	font-size: 12px;
	line-height: 18px
}

.modal__copyright a {
	color: #4aa6fa
}

.modal__form {
	min-height: 178px
}

@-webkit-keyframes mmfadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes mmfadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-webkit-keyframes mmfadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes mmfadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@-webkit-keyframes mmslideIn {
	from {
		-webkit-transform: translateY(15%);
		transform: translateY(15%)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes mmslideIn {
	from {
		-webkit-transform: translateY(15%);
		transform: translateY(15%)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes mmslideOut {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%)
	}
}

@keyframes mmslideOut {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%)
	}
}

.micromodal-slide {
	display: none
}

.micromodal-slide.is-open {
	display: block
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
	-webkit-animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1);
	animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=false] .modal__container {
	-webkit-animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
	animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
	-webkit-animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1);
	animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=true] .modal__container {
	-webkit-animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
	animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
	will-change: transform
}

.feedback {
	padding: 10px 20px;
	display: inline-block
}

.feedback--danger {
	background: rgba(225, 38, 38, .1);
	color: #e12626
}

.feedback p {
	margin-bottom: 10px
}

.feedback p:last-child {
	margin-bottom: 0
}

.search-fail--mb-lg {
	margin-bottom: 98px
}

@media (max-width:1198.98px) {
	.search-fail--mb-lg {
		margin-bottom: 37px
	}
}

.search-fail__image {
	width: 160px;
	height: 160px;
	display: block;
	margin-bottom: 45px
}

@media (max-width:1198.98px) {
	.search-fail__image {
		margin-bottom: 40px
	}
}

.search-fail__text {
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 600
}

.search-fail__text:last-child {
	margin-bottom: 0
}

.badge {
	background: #c2def0;
	color: #222;
	font-size: 13.5px;
	line-height: 17px;
	padding: 6px 12px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: Montserrat, sans-serif
}

.line-link-list .line-link {
	margin-bottom: 140px
}

@media (max-width:1198.98px) {
	.line-link-list .line-link {
		margin-bottom: 61px
	}
}

.line-link {
	color: #222
}

.line-link:hover {
	text-decoration: none;
	color: #222
}

.line-link:focus {
	outline: 0
}

.line-link:focus .line-link__caption::before,
.line-link:hover .line-link__caption::before {
	border-color: #4aa6fa
}

.line-link:focus .line-link__caption::after,
.line-link:hover .line-link__caption::after {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}

.line-link__caption {
	margin: 10px 0 0 0;
	display: block;
	width: 100%;
	font-size: 40px;
	line-height: 56px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-weight: 600
}

.line-link__caption::before {
	content: " ";
	display: block;
	position: absolute;
	top: 85px;
	bottom: 75px;
	left: 0;
	right: 0;
	border: 2px solid #c6d5dd;
	transition: border-color .3s ease-in-out;
	z-index: 2
}

@media (max-width:1899.98px) {
	.line-link__caption::before {
		top: 45px;
		bottom: 25px
	}
}

@media (max-width:1198.98px) {
	.line-link__caption::before {
		top: 20px;
		bottom: 10px
	}
}

@media (max-width:1899.98px) {
	.line-link__caption {
		font-size: 28px;
		line-height: 36px;
		font-family: Montserrat, sans-serif;
		font-weight: 600
	}
}

@media (max-width:1198.98px) {
	.line-link__caption {
		font-size: 16px;
		line-height: 26px
	}
}

.line-link__caption::after {
	content: ">";
	display: block;
	position: absolute;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10.5px;
	padding-top: 10.5px;
	left: 14%;
	bottom: 56px;
	background: #fff;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	border: 2px solid #4aa6fa;
	box-sizing: border-box;
	border-radius: 32px;
	z-index: 3;
	color: #4aa6fa;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0
}

@media (max-width:1899.98px) {
	.line-link__caption::after {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
		bottom: 6px
	}
}

@media (max-width:1598.98px) {
	.line-link__caption::after {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}
}

@media (max-width:1198.98px) {
	.line-link__caption::after {
		bottom: -10px
	}
}

.line-link__caption--left {
	margin-left: 12.6%
}

.line-link__caption--left::before {
	right: -65px;
	left: 20px
}

@media (max-width:1198.98px) {
	.line-link__caption--left::before {
		left: 10px
	}
}

@media (max-width:1198.98px) {
	.line-link__caption--left {
		text-align: right
	}
}

.line-link__caption--right {
	margin-right: 12.6%;
	text-align: right
}

.line-link__caption--right::before {
	left: -65px;
	right: 20px
}

@media (max-width:1198.98px) {
	.line-link__caption--right::before {
		right: 10px
	}
}

@media (max-width:1198.98px) {
	.line-link__caption--right {
		text-align: left
	}
}

.line-link__caption--right::after {
	content: ">";
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	left: unset;
	right: 14%
}

@media (max-width:1899.98px) {
	.line-link__caption--right::after {
		-webkit-transform: translateX(50px);
		transform: translateX(50px)
	}
}

@media (max-width:1598.98px) {
	.line-link__caption--right::after {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}
}

.line-link__caption-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.line-link__thumbnail {
	width: 100%;
	height: 360px;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	z-index: 3;
	box-shadow: -10px 10px 40px rgba(33, 78, 119, .12)
}

@media (max-width:1899.98px) {
	.line-link__thumbnail {
		height: 270px
	}
}

@media (max-width:1198.98px) {
	.line-link__thumbnail {
		height: 132px
	}
}

.card-icon-info {
	padding: 60px 60px 100px 60px;
	background: #f7f7f9;
	margin-bottom: 40px;
	position: relative
}

@media (max-width:1598.98px) {
	.card-icon-info {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 30px;
		padding-bottom: 40px
	}
}

@media (min-width:1199px) {
	.card-icon-info__row {
		margin-left: -60px;
		margin-right: -60px
	}
}

.card-icon-info--lg {
	padding-top: 40px
}

.card-icon-info__title {
	font-size: 28px;
	line-height: 36px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	margin-bottom: 40px
}

@media (min-width:1199px) {
	.card-icon-info__title--mb {
		margin-bottom: 55px
	}
}

.card-icon-info__content {
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 28px
}

@media (max-width:1899.98px) {
	.card-icon-info__content {
		margin-bottom: 50px
	}
}

.card-icon-info__content p {
	margin-bottom: 0
}

.card-icon-info__content p:not(:last-child) {
	margin-bottom: 20px
}

.card-icon-info__content--lg {
	margin-bottom: 62px
}

@media (max-width:1598.98px) {
	.card-icon-info__content--lg {
		margin-bottom: 40px
	}
}

.card-icon-info__icon {
	position: absolute;
	width: 60px;
	height: 60px;
	display: block;
	right: 30px;
	top: 30px
}

@media (max-width:1598.98px) {
	.card-icon-info__icon {
		position: static;
		margin-bottom: 40px
	}
}

@media (max-width:1598.98px) {
	.card-icon-info__icon--mb-sm {
		margin-bottom: 30px
	}
}

.card-icon-info__btn {
	position: absolute;
	left: 60px;
	bottom: 48px
}

@media (max-width:1598.98px) {
	.card-icon-info__btn {
		position: static;
		-webkit-transform: none;
		transform: none
	}
}

.card-icon-info__btn--center {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media (max-width:1598.98px) {
	.card-icon-info__btn--center {
		bottom: 30px
	}
}

@media (max-width:1198.98px) {
	.card-icon-info__btn--center {
		position: static;
		-webkit-transform: none;
		transform: none
	}
}

.search-box {
	position: relative
}

.search-box--link {
	display: block
}

.search-box--link .search-box__input {
	pointer-events: none
}

.search-box--mb {
	margin-bottom: 100px
}

@media (max-width:1198.98px) {
	.search-box--mb {
		margin-bottom: 40px
	}
}

.search-box__content {
	cursor: default;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: -1;
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	transition: all .3s ease-in-out;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 40px;
	box-shadow: -30px 30px 40px rgba(33, 78, 119, .05);
	pointer-events: none
}

@media (max-width:1198.98px) {
	.search-box__content {
		max-height: 80vh;
		padding: 20px
	}
}

.search-box--expand {
	cursor: pointer;
	position: relative
}

.search-box--expand-open .search-box__content {
	opacity: 1;
	visibility: visible;
	z-index: 3;
	-webkit-transform: none;
	transform: none;
	pointer-events: auto
}

@media (max-width:1198.98px) {
	.search-box {
		position: fixed;
		top: 135px;
		z-index: 5;
		width: 100%;
		max-width: 760px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		box-shadow: -30px 30px 40px rgba(33, 78, 119, .05)
	}
}

@media (max-width:799.98px) {
	.search-box {
		left: 20px;
		right: 20px;
		width: auto;
		top: 200px;
		transition: .3s ease-out
	}
	.search-box.searchbox--start-scroll {
		top: 100px
	}
}

.search-box--static {
	position: relative;
	top: 0
}

.search-box__close {
	width: 24px;
	height: 24px;
	right: 40px;
	top: 40px;
	position: absolute;
	display: block;
	background: url(../../images/newDesign/sprites/main.stack.svg#image-close-expand);
	background-repeat: no-repeat;
	border: 0;
	transition: opacity .2s ease-in-out
}

.search-box__close:focus,
.search-box__close:hover {
	outline: 0;
	opacity: .5
}

@media (max-width:1198.98px) {
	.search-box__close {
		top: 26px;
		right: 22px
	}
}

.search-box__control {
	margin-bottom: 27px;
	position: relative
}

@media screen and (max-height:570px) {
	.search-box__control {
		margin-bottom: 20px
	}
}

.search-box__control::after {
	content: " ";
	position: absolute;
	display: block;
	width: 60px;
	height: 1px;
	left: 10px;
	bottom: -15px;
	background: #eaeaea
}

.search-box__apply {
	margin-top: 48px
}

@media (max-width:1598.98px) {
	.search-box__apply {
		margin-top: 30px
	}
}

.search-box__input {
	font-size: 22px;
	line-height: 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	text-overflow: ellipsis;
	padding: 35px 80px 35px 40px;
	background: #fff;
	width: 100%;
	line-height: 1;
	box-shadow: -30px 30px 40px rgba(33, 78, 119, .05);
	border: 0
}

.search-box__input:focus {
	outline: 0
}

@media (max-width:1198.98px) {
	.search-box__input {
		font-size: 16px;
		line-height: 24px
	}
}

.search-box__input--sm {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400
}

@media (max-width:1198.98px) {
	.search-box__input--sm {
		padding-top: 8px;
		padding-bottom: 8px
	}
}

.search-box__input--prepand-icon {
	padding-left: 100px;
	padding-right: 40px
}

@media (max-width:1198.98px) {
	.search-box__input--prepand-icon {
		padding-left: 60px;
		padding-right: 20px
	}
}

.search-box__btn {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	border: 0;
	padding: 0;
	background: #4aa6fa;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: background .3s ease-in-out, opacity .3s ease-in-out
}

.search-box__btn:focus,
.search-box__btn:hover {
	outline: 0;
	background: #72b5f3
}

.search-box__btn--sm {
	width: 20px;
	height: 20px;
	background: 0;
	right: unset;
	left: 40px;
	top: 37px;
	-webkit-transform: none;
	transform: none
}

.search-box__btn--sm:focus,
.search-box__btn--sm:hover {
	background: 0
}

@media (max-width:1198.98px) {
	.search-box__btn--sm {
		top: 10px;
		left: 20px
	}
}

.search-box__btn--opacity-hover:focus,
.search-box__btn--opacity-hover:hover {
	opacity: .5
}

.search-box__icon {
	width: 24px;
	display: block;
	height: 24px
}

.search-box__icon--sm {
	width: 20px;
	height: 20px
}

.article-list .article {
	margin-bottom: 60px
}

@media (max-width:1198.98px) {
	.article-list .article {
		margin-bottom: 40px
	}
}

.article-list .pagination {
	margin-top: 30px
}

@media (max-width:1198.98px) {
	.article-list .pagination {
		margin-top: 75px
	}
}

.article {
	position: relative;
	background: #fff;
	box-shadow: -10px 10px 40px rgba(33, 78, 119, .04)
}

@media (max-width:799.98px) {
	.article {
		margin-left: -20px;
		margin-right: -20px
	}
}

.article__body {
	padding: 60px 120px 130px;
	position: relative
}

@media (max-width:1198.98px) {
	.article__body {
		padding-top: 39px;
		padding-left: 25px;
		padding-right: 20px
	}
}

.article__title {
	font-size: 22px;
	line-height: 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	margin-bottom: 20px
}

@media (max-width:1198.98px) {
	.article__title {
		margin-bottom: 32px
	}
}

.article__meta {
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	line-height: 17px;
	margin-bottom: 20px
}

@media (max-width:1198.98px) {
	.article__meta {
		margin-bottom: 32px
	}
}

.article__thumbnail {
	width: 100%;
	height: 500px;
	display: block;
	-o-object-fit: cover;
	object-fit: cover
}

@media (max-width:1198.98px) {
	.article__thumbnail {
		height: 360px
	}
}

@media (max-width:799.98px) {
	.article__thumbnail {
		height: 240px
	}
}

.article__more {
	display: none
}

.article__media {
	position: absolute;
	left: 120px;
	bottom: 46px;
	height: 24px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:1198.98px) {
	.article__media {
		left: 20px
	}
}

.article__media-link {
	display: block;
	margin-right: 20px;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.article__media-link:focus,
.article__media-link:hover {
	outline: 0;
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px)
}

.article__media-img {
	width: 24px;
	height: 24px
}

.article__content {
	font-size: 20px;
	line-height: 28px
}

.article__content-more {
	display: none
}

.article__content p {
	margin-bottom: 20px
}

.info-circle {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 20px
}

.info-circle--mb {
	margin-bottom: 100px
}

@media (max-width:1198.98px) {
	.info-circle--mb {
		margin-bottom: 20px
	}
}

.info-circle__icon-wrap {
	margin-right: 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	background: #f7f7f9;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media (max-width:799.98px) {
	.info-circle__icon-wrap {
		width: 40px;
		height: 40px
	}
}

.info-circle__icon {
	width: 48px;
	height: 48px
}

@media (max-width:799.98px) {
	.info-circle__icon {
		height: 16px;
		width: 16px
	}
}

.info-circle__text {
	margin: 0;
	font-size: 20px;
	line-height: 28px
}

@media (max-width:799.98px) {
	.info-circle__text {
		margin-top: 20px
	}
}

.event-card {
	min-height: 300px;
	position: relative;
	margin-bottom: 60px;
	background: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:799.98px) {
	.event-card {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 50px
	}
}

@media (min-width:1200px) {
	.event-card {
		max-height: 300px
	}
}

.event-card__body {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 40px;
	max-width: 70%
}

@media (max-width:1598.98px) {
	.event-card__body {
		max-width: 75%
	}
}

@media (max-width:799.98px) {
	.event-card__body {
		padding: 40px 25px 36px
	}
}

.event-card__thumbnail {
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	height: 238px;
	-o-object-fit: cover;
	object-fit: cover
}

@media (max-width:1598.98px) {
	.event-card__thumbnail {
		width: 133px;
		height: 158px
	}
}

@media (max-width:799.98px) {
	.event-card__thumbnail {
		width: 100%;
		height: 240px;
		position: static
	}
}

.event-card__meta {
	position: absolute;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	left: 40px;
	top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #c2def0;
	padding: 6px 12px 5px
}

@media (max-width:799.98px) {
	.event-card__meta {
		display: none
	}
}

.event-card__title {
	margin-bottom: 0;
	font-size: 22px;
	line-height: 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 600
}

.event-card__content {
	margin-top: 20px;
	margin-bottom: 20px
}

.event-card__content p {
	margin-bottom: 10px
}

.event-card__content p:last-child {
	margin-bottom: 0
}

.course-list__item:not(:last-child) {
	margin-bottom: 43px
}

.course-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.course-item--single {
	display: block;
	padding: 0 0 0 60px;
	width: 100%;
	background: 0;
	border: 0;
	position: relative;
	transition: color .2s ease-in-out;
	text-align: left
}

.course-item--single::after,
.course-item--single::before {
	content: " ";
	display: block;
	width: 40px;
	height: 20px;
	background: #f7f7f9;
	position: absolute;
	left: 0;
	top: 4px;
	border-radius: 4px;
	transition: opacity .2s ease-in-out;
	opacity: 1
}

.course-item--single::before {
	background: url(../../images/newDesign/sprites/main.stack.svg#image-arr-course-default);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.course-item--single::after {
	background: url(../../images/newDesign/sprites/main.stack.svg#image-arr-course-primary);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0
}

.course-item--single:focus {
	outline: 0
}

.course-item--single:focus,
.course-item--single:hover {
	color: #4aa6fa
}

.course-item--single:focus::before,
.course-item--single:hover::before {
	opacity: 0
}

.course-item--single:focus::after,
.course-item--single:hover::after {
	opacity: 1
}

.course-item__thumbnail {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	margin-top: 5px;
	border-radius: 4px;
	margin-right: 20px
}

.course-item__content {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.course-item__type {
	color: #81929b;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	margin-bottom: 12px
}

.course-item__name {
	padding: 0;
	border: 0;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	background: 0;
	transition: color .2s ease-in-out
}

.course-item__name:not(:last-child) {
	margin-bottom: 12px
}

.course-item__name:focus {
	outline: 0
}

.course-item__name:hover {
	color: #4aa6fa
}

.footer {
	padding-top: 60px;
	padding-bottom: 70px;
	background: linear-gradient(180deg, #1c3b48 0, #0e232c 100%);
	color: #fff;
	position: relative;
	z-index: 3
}

@media (max-width:1198.98px) {
	.footer {
		padding-bottom: 49px
	}
}

@media (max-width:799.98px) {
	.footer {
		padding-top: 40px;
		padding-bottom: 53px
	}
}

.footer__container {
	max-width: 1715px
}

@media (max-width:1899.98px) {
	.footer__container {
		max-width: 1440px
	}
}

@media (max-width:1598.98px) {
	.footer__container {
		max-width: 1040px
	}
}

@media (min-width:1199px) and (max-width:1598.98px) {
	.footer__container {
		max-width: none;
		width: auto;
		margin-left: 100px;
		margin-right: 100px
	}
}

@media (min-width:1599px) and (max-width:1899.98px) {
	.footer__container {
		max-width: none;
		width: auto;
		margin-left: 100px;
		margin-right: 100px
	}
}

.footer__logo {
	max-width: 200px;
	height: auto
}

@media (max-width:1198.98px) {
	.footer__logo {
		max-width: 120px;
		margin-bottom: 80px
	}
}

@media (max-width:799.98px) {
	.footer__logo {
		margin-bottom: 10px
	}
}

.footer__menu {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin-top: 2px;
	margin-right: 50px
}

@media (max-width:1198.98px) {
	.footer__menu {
		margin-right: 0;
		margin-bottom: 79px
	}
}

@media (max-width:799.98px) {
	.footer__menu {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media (max-width:500px) {
	.footer__menu {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.footer__col {
	margin-left: 30px;
	margin-right: 30px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (max-width:1198.98px) {
	.footer__col {
		margin-left: 40px;
		margin-right: 40px
	}
}

@media (max-width:799.98px) {
	.footer__col {
		margin-left: 0;
		margin-right: 14px;
		margin-top: 62px
	}
}

.footer__link {
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase
}

.footer__link:not(:last-child) {
	margin-bottom: 20px
}

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

.footer__in:not(:last-child) {
	margin-bottom: 14px
}

@media (max-width:1198.98px) {
	.footer__in:not(:last-child) {
		margin-bottom: 10px
	}
}

.footer__in--end {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

@media (max-width:1198.98px) {
	.footer__in {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.footer__contact {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.footer__contact-link {
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	color: #fff
}

.footer__contact-link[href] {
	border-bottom: 1px solid
}

.footer__contact-link[href]:hover {
	text-decoration: none
}

.footer__contact-link:not(:last-child) {
	margin-bottom: 16px
}

@media (max-width:1198.98px) {
	.footer__contact-link {
		display: none
	}
}

.footer__copyright {
	text-align: right;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	margin: 0;
	font-size: 11px;
	line-height: 13px;
	position: relative;
	top: 10px
}

.footer__copyright-link {
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
	color: #fff
}

@media (max-width:1198.98px) {
	.footer__copyright {
		text-align: center
	}
}

@media (max-width:799.98px) {
	.footer__resource {
		width: 100%
	}
}

@media (min-width:1199px) {
	body.body-home {
		background: url(../../images/newDesign/bg/bubbles-pattern.webp);
		background-size: contain;
		background-repeat: no-repeat
	}
	.no-webp body.body-home {
		background: url(../../images/newDesign/bg/bubbles-pattern.jpg);
		background-size: contain;
		background-repeat: no-repeat
	}
}

#map-canvas {
	position: fixed!important;
	height: 100%!important;
	width: 100%!important
}

.article-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px
}

.topics {
	font-size: 16px
}

.topics a {
	padding: 5px;
	color: #72b5f3
}

.article-media {
	display: flex;
	flex-direction: row;
	font-size: 20px;
	padding: 10px
}

.answer-to-feedback .answer-content {
	margin-top: 5px;
	padding: 15px;
	background-color: #fff
}

.answer-to-feedback .name {
	color: #0078d7;
	font-weight: 700
}

.answer-to-feedback .date {
	color: #0078d7
}

.answer-to-feedback .expand {
	margin-top: 5px;
	color: #0078d7
}

.art-twitter,
.style-twitter {
	background: #5dc1e0;
	width: 100%;
	height: 100%;
	padding: 15px;
	overflow: hidden
}

.art-twitter .icon,
.style-twitter .icon {
	background: url(../../images/design/icons.png) no-repeat 0 -49px;
	width: 34px;
	height: 34px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 10px
}

.art-twitter .txt,
.style-twitter .txt {
	color: #fff;
	font-weight: 700;
	font-style: italic;
	height: 122px;
	margin-bottom: 6px;
	overflow: hidden
}

.style-twitter .txt a {
	font-size: 16px!important
}

.art-twitter .txt p.author,
.style-twitter .txt p.author {
	font-style: italic;
	color: #013c77;
	font-size: .857em;
	margin-bottom: 4px;
	font-weight: 400
}

.art-twitter .date,
.style-twitter .date {
	text-transform: uppercase;
	color: #013c77;
	font-size: .857em;
	font-weight: 700;
	float: left
}

.art-twitter .more,
.style-twitter .more {
	color: #013c77
}

.art-facebook,
.style-facebook {
	background: #095ca4;
	width: 100%;
	height: 100%;
	padding: 15px
}

.art-facebook .icon,
.style-facebook .icon {
	background: url(../../images/design/icons.png) no-repeat 0 -180px;
	width: 34px;
	height: 34px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 10px
}

.art-facebook .txt,
.style-facebook .txt {
	color: #fff;
	font-weight: 700;
	font-style: italic;
	height: 122px;
	margin-bottom: 6px;
	overflow: hidden
}

.art-facebook .txt .author,
.style-facebook .txt .author {
	font-style: italic;
	color: #fff;
	font-size: .857em;
	margin-bottom: 4px;
	font-weight: 400
}

.art-facebook .txt a,
.style-facebook .txt a {
	color: #fff;
	text-decoration: underline
}

.art-facebook .date,
.style-facebook .date {
	text-transform: uppercase;
	color: #fff;
	font-size: .857em;
	font-weight: 700;
	float: left
}

.art-facebook .more,
.style-facebook .more {
	color: #fff
}

.art-facebook .more:hover,
.style-facebook .more:hover {
	color: #5dc1e0
}

.art-blog,
.style-blog {
	background: #013c77;
	width: 100%;
	height: 100%;
	padding: 15px
}

.art-blog .icon,
.style-blog .icon {
	background: url(../../images/design/icons.png) no-repeat 0 -91px;
	width: 34px;
	height: 34px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 10px
}

.art-blog .txt,
.style-blog .txt {
	overflow: hidden
}

.social-content .content .art-blog .txt h1 a,
.social-content .content .style-blog .txt h1 a {
	font-family: Oswald, sans-serif;
	font-size: 1.214em;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.2em;
	display: inline-block;
	margin-bottom: 6px
}

.social-content .content .art-blog .txt p,
.social-content .content .style-blog .txt p {
	font-size: .857em;
	color: #fff
}

.art-blog .txt p a,
.style-blog .txt p a {
	color: #fff;
	text-decoration: underline
}

.art-blog .txt p.author,
.style-blog .txt p.author {
	font-style: italic;
	color: #5dc1e0;
	font-size: .857em
}

.art-blog .more,
.style-blog .more {
	color: #5dc1e0
}

.art-blog .more:hover,
.style-blog .more:hover {
	color: #fff
}

.art-instagram .icon,
.style-instagram .icon {
	background: url(../../images/design/icons.png) no-repeat 0 -137px;
	width: 34px;
	height: 34px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	margin: 18px 0 0 18px
}

.style-video a {
	width: 100%;
	height: 106%;
	display: block
}

.art-video .icon,
.style-video .icon {
	background: url(../../images/design/icons.png) no-repeat 0 -229px;
	width: 34px;
	height: 34px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	margin: 18px 0 0 18px;
	z-index: 2
}

.twitter-href {
	text-decoration: none;
	color: #fff
}

.twitter-href:hover {
	color: #fff
}

a.desktop-tel {
	color: #4aa6fa;
	display: none
}

a.mobile-tel {
	color: #4aa6fa;
	display: block
}

@media (min-width:1024px) {
	a.desktop-tel {
		display: block;
		width: 200px
	}
	a.mobile-tel {
		display: none;
		width: 200px
	}
}

.modal-instructor-container-custom {
	margin-bottom: 65px!important;
	padding-top: 15px!important
}

@media (min-width:1199px) {
	.modal-instructor-container-custom {
		margin-bottom: 35px!important
	}
}

.card-verify-custom {
	width: 100%;
	margin-left: 0!important
}

.card__body-custom {
	padding: 20px!important
}

.card-no-body-custom {
	padding: 20px!important
}

.modal__container {
	overflow: scroll!important
}

@media (min-width:1199px) {
	.modal__container {
		overflow: hidden!important
	}
}

#modal-content-freediver {
	padding-left: 20px
}

.mobile_link {
	display: block
}

.header__icon--search {
	display: block;
	height: 35px;
	width: 35px;
	opacity: 1;
	background-size: contain;
	background-repeat: no-repeat;
	position: fixed;
	right: 60px
}

@media (min-width:1199px) {
	.mobile_link {
		display: none
	}
}

@media (min-width:1199px) {
	.header__icon--search {
		display: none
	}
}

.instructor-loader {
	left: -100px!important
}

.sk-fading-circle {
	margin: 10px auto;
	width: 30px;
	height: 30px;
	position: relative;
	left: 80px;
	bottom: 42px
}

.sk-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.sk-fading-circle .sk-circle:before {
	content: "";
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #72b5f3;
	border-radius: 100%;
	-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
	animation: sk-circleFadeDelay 1.2s infinite ease-in-out both
}

.sk-fading-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg)
}

.sk-fading-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg)
}

.sk-fading-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.sk-fading-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg)
}

.sk-fading-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg)
}

.sk-fading-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.sk-fading-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg)
}

.sk-fading-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg)
}

.sk-fading-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.sk-fading-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg)
}

.sk-fading-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg)
}

.sk-fading-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.sk-fading-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

.sk-fading-circle .sk-circle4:before {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}

.sk-fading-circle .sk-circle5:before {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}

.sk-fading-circle .sk-circle6:before {
	-webkit-animation-delay: -.7s;
	animation-delay: -.7s
}

.sk-fading-circle .sk-circle7:before {
	-webkit-animation-delay: -.6s;
	animation-delay: -.6s
}

.sk-fading-circle .sk-circle8:before {
	-webkit-animation-delay: -.5s;
	animation-delay: -.5s
}

.sk-fading-circle .sk-circle9:before {
	-webkit-animation-delay: -.4s;
	animation-delay: -.4s
}

.sk-fading-circle .sk-circle10:before {
	-webkit-animation-delay: -.3s;
	animation-delay: -.3s
}

.sk-fading-circle .sk-circle11:before {
	-webkit-animation-delay: -.2s;
	animation-delay: -.2s
}

.sk-fading-circle .sk-circle12:before {
	-webkit-animation-delay: -.1s;
	animation-delay: -.1s
}

@-webkit-keyframes sk-circleFadeDelay {
	0%,
	100%,
	39% {
		opacity: 0
	}
	40% {
		opacity: 1
	}
}

@keyframes sk-circleFadeDelay {
	0%,
	100%,
	39% {
		opacity: 0
	}
	40% {
		opacity: 1
	}
}

.search-loader {
	display: none
}

@media (max-width:1024px) {
	.contact-us-map {
		display: none
	}
}

@media (max-width:800px) {
	.contact-us-container {
		padding-left: 10px!important
	}
}

@media (max-width:800px) {
	.chess__content {
		padding-left: 20px!important;
		padding-right: 20px!important
	}
	.section-offer {
		width: 100vw;
		margin: 40px auto
	}
	.wideo_height {
		width: 90%
	}
	.body-home {
		overflow-x: hidden!important
	}
	.who-we-are {
		padding-left: 15px!important;
		padding-right: 15px!important
	}
}

.header__mobile-dropdown {
	display: none
}

@media (max-width:1198.98px) {
	.header__mobile-dropdown {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
}

.header__mobile-dropdown-toggle {
	width: 36px;
	height: 36px;
	border: 0;
	background: 0;
	padding: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.header__mobile-dropdown-toggle:focus,
.header__mobile-dropdown-toggle:hover {
	outline: 0;
	opacity: .75
}

.header__mobile-dropdown-icon {
	width: 24px;
	height: 24px;
	-o-object-fit: cover;
	object-fit: cover
}

.header__mobile-dropdown-content {
	position: absolute;
	right: 0;
	width: 200px;
	bottom: 0;
	-webkit-transform: translateY(110%);
	transform: translateY(110%);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease-in-out;
	background: #fff;
	padding: 20px;
	border: 2px solid #c2e7ff;
	box-shadow: -30px 30px 40px rgba(33, 78, 119, .05);
	position: absolute;
	z-index: 2
}

.header__mobile-dropdown--active .header__mobile-dropdown-content {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.header__mobile-dropdown-link {
	display: block
}

.header__mobile-dropdown-link:not(:last-of-type) {
	margin-bottom: 10px
}

.header__mobile-dropdown--login {
	position: absolute;
	right: 55px;
	top: 24px
}

.header__mobile-search {
	white-space: pre;
	position: absolute;
	left: 170px;
	top: 25px;
	color: #4aa6fa;
	text-transform: uppercase;
	padding: 3px 10px 5px 35px;
	border-radius: 25px;
	border: 1px solid #4aa6fa;
	display: none;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	transition: all .3s ease-in-out;
	text-decoration: none
}

.header__mobile-search:focus,
.header__mobile-search:hover {
	text-decoration: none;
	opacity: .75;
	background: #4aa6fa;
	color: #fff
}

.header__mobile-search:focus::before,
.header__mobile-search:hover::before {
	opacity: 0
}

.header__mobile-search:focus::after,
.header__mobile-search:hover::after {
	opacity: 1
}

@media (max-width:1198.98px) {
	.header__mobile-search {
		display: block
	}
}

@media (max-width:799.98px) {
	.header__mobile-search {
		top: 76px;
		left: 20px
	}
}

@media (max-width:450px) {
	.header__mobile-search {
		font-size: 12px;
		padding-left: 25px;
		padding-right: 8px;
		padding-top: 2px;
		padding-bottom: 3px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

.header__mobile-search::after,
.header__mobile-search::before {
	content: " ";
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	position: absolute;
	left: 11px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-right: 3px;
	transition: opacity .3s ease-in-out
}

@media (max-width:450px) {
	.header__mobile-search::after,
	.header__mobile-search::before {
		width: 17px;
		height: 17px;
		left: 7px;
		top: 50%
	}
}

.header__mobile-search::before {
	background: url(../../images/newDesign/sprites/main.stack.svg#image-side-search-primary);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 1
}

.header__mobile-search::after {
	background: url(../../images/newDesign/sprites/main.stack.svg#image-side-search-white);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0
}

@-moz-document url-prefix() {
	.header__side-search-link {
		font-size: 15px
	}
}

.header__logo {
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	width: 120px;
	height: auto
}

.header__submenu {
	-webkit-transform: translateX(-20%);
	transform: translateX(-20%);
	transition: all .3s ease-in-out;
	visibility: hidden;
	opacity: 0;
	z-index: -1
}

@media (max-width:1198.98px) {
	.header__submenu {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		z-index: 1;
		visibility: visible;
		display: none;
		background: 0
	}
}

@media (max-width:799.98px) {
	.header .header__mobile-search {
		top: 80px
	}
	.header .header__in {
		height: 125px
	}
	.header .header__logo-link {
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
	}
	.header .header__logo-link {
		-webkit-transform: translateY(-35%);
		transform: translateY(-35%)
	}
	.header--start-scroll .header__logo-link {
		-webkit-transform: translateY(-130%);
		transform: translateY(-130%)
	}
	.header--start-scroll .header__in {
		height: 75px
	}
	.header--start-scroll .header__menu-in {
		bottom: 75px
	}
	.header--start-scroll .header__mobile-search {
		top: 22px;
		left: 20px;
		-webkit-transform: none;
		transform: none
	}
}

.header__mobile-dropdown-content {
	position: absolute;
	right: 0;
	width: 200px;
	bottom: 0;
	-webkit-transform: translateY(110%);
	transform: translateY(110%);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease-in-out;
	background: #fff;
	padding: 20px;
	border: 2px solid #c2e7ff;
	box-shadow: -30px 30px 40px rgba(33, 78, 119, .05);
	position: absolute;
	z-index: 2
}

.header__mobile-dropdown--active .header__mobile-dropdown-content {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

@media (min-width:1199px) {
	.header__link--mobile-only {
		display: none
	}
}

.header__link--primary {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	color: #4aa6fa;
	padding: 10px 15px;
	font-weight: 500;
	text-transform: uppercase;
	border: 2px solid;
	border-radius: 20px;
	font-size: 16px;
	border-color: #4aa6fa
}

.header__link-icon {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-top: -4px;
	margin-right: 5px
}

@media (max-width:1198.98px) {
	.header__menu {
		width: 100%;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		background: #fff;
		z-index: 3
	}
	.header__link--toggle {
		color: #222!important
	}
	.header__link--toggle-active {
		color: #4aa6fa!important
	}
}

@media (min-width:1199px) {
	#camp_description {
		width: 500px
	}
	.section__btns.chess__btns {
		margin-bottom: 20px
	}
}

@media (min-width:1600px) {
	#camp_description {
		width: 700px
	}
}

@media (max-width:799.98px) {
	.community-container {
		padding-left: 15px!important;
		padding-right: 15px!important
	}
	.news-gradient-hero {
		margin-top: 125px!important
	}
	.gradient-hero-blackout {
		margin-top: 125px!important
	}
	.gradient-hero-up {
		margin-top: 90px!important
	}
	.gradient-hero-facility {
		margin-top: 100px!important
	}
	.gradient-hero-testimonials {
		margin-top: 100px!important
	}
	.gradient-hero-fdetail {
		margin-top: 50px
	}
	.gradient-instructor-detail {
		margin-top: 50px
	}
	.news-search-box .search-box__btn {
		right: 25px
	}
	.gradient-course {
		margin-top: 125px
	}
	.hero.hero--home {
		margin-top: 125px
	}
	.alert-gradient {
		margin-top: 125px!important
	}
	.section.section-our-family {
		padding-left: 10px;
		padding-right: 10px
	}
	.search-fail {
		margin: 0 auto
	}
	.become-instructor-gradient {
		margin-top: 50px
	}
	.become-instructor-text {
		padding-left: 10px;
		padding-right: 10px
	}
}

@media (max-width:1199px) {
	.main-search-section {
		overflow-x: hidden
	}
}

@media (min-width:1598px) {
	.become-instructor-title {
		padding-left: 40px
	}
}

.facility-detail-img {
    width: auto;
    max-width: 80%;
}

@media (max-width: 1199px) {
    .facility-detail-img {
        width: auto;
        max-width: 400px;
    }
}

/* ===========================
   Scoped Roobert for Course Descriptions and Course Terms
   =========================== */

/* Regular */
@font-face {
  font-family: 'RoobertScoped';
  src: url('../../FONTS/Roobert/Roobert-Regular.woff2') format('woff2'),
       url('../../FONTS/Roobert/Roobert-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'RoobertScoped';
  src: url('../../FONTS/Roobert/Roobert-Bold.woff2') format('woff2'),
       url('../../FONTS/Roobert/Roobert-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Apply scoped font only in course descriptions */
.course-description {
  font-family: 'RoobertScoped', 'Helvetica', 'Arial', sans-serif;
}


/* Emphasis styles */
.course-description strong,
.course-description b {
  font-weight: 700;
}

.course-description em,
.course-description i {
  font-style: italic;
}

/* Headings inside course descriptions */
.course-description h3 {
  font-weight: 500; /* lighter so headings don’t overpower bold text */
}

.gradienttermstop {
	background: linear-gradient(236.19deg, #305c7b 0, #366384 0, #bfd9eb 100%);
	height: 60px;
	margin-top: 140px;
	margin-bottom: 60px;
}

.gradienttermsbottom {
	background: linear-gradient(236.19deg, #305c7b 0, #366384 0, #bfd9eb 100%);
	margin-top: 60px;
	height: 60px;
}