/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

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

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

figcaption,
figure,
main {
	display: block
}

figure {
	margin: 1em 40px
}

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

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

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

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

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

dfn {
	font-style: italic
}

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

small {
	font-size: 80%
}

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

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

audio,
video {
	display: inline-block
}

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

img {
	border-style: none
}

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

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

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

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

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

fieldset {
	padding: 0.35em 0.75em 0.625em
}

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

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

textarea {
	overflow: auto
}

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

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

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

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

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

details,
menu {
	display: block
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

template {
	display: none
}

[hidden] {
	display: none
}

@-ms-viewport {
	width: device-width
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px
}

@media (min-width: 320px) {
	.container {
		width: 100%
	}
}

@media (min-width: 375px) {
	.container {
		max-width: 500px;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px
	}
}

@media (min-width: 768px) {
	.container {
		width: 768px;
		max-width: 100%
	}
}

@media (min-width: 992px) {
	.container {
		width: 974px
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1120px
	}
}

@media (min-width: 1440px) {
	.container {
		width: 1320px;
		padding-left: 41px;
		padding-right: 41px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	width: 100%
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir="rtl"] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

html,
body,
input,
select,
button,
textarea {
	font-family: "Rubik", sans-serif;
	color: #000
}

html,
body {
	background-color: #fff;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

img {
	vertical-align: middle;
	height: auto;
	width: auto
}

a {
	text-decoration: none;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

p {
	margin-top: 0;
	font-family: "Rubik", sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: normal
}

p strong,
p b {
	font-weight: 700
}

p a {
	color: #f7a800;
	font-weight: normal;
	word-break: break-word
}

.sr-only,
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

@font-face {
	font-family: 'Rubik';
	src: url("../fonts/Rubik-BoldItalic.eot");
	src: local("Rubik Bold Italic"), local("Rubik-BoldItalic"), url("../fonts/Rubik-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-BoldItalic.woff2") format("woff2"), url("../fonts/Rubik-BoldItalic.woff") format("woff"), url("../fonts/Rubik-BoldItalic.ttf") format("truetype"), url("../fonts/Rubik-BoldItalic.svg#Rubik-BoldItalic") format("svg");
	font-weight: bold;
	font-style: italic
}

@font-face {
	font-family: 'Rubik';
	src: url("../fonts/Rubik-Black.eot");
	src: local("Rubik Black"), local("Rubik-Black"), url("../fonts/Rubik-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-Black.woff2") format("woff2"), url("../fonts/Rubik-Black.woff") format("woff"), url("../fonts/Rubik-Black.ttf") format("truetype"), url("../fonts/Rubik-Black.svg#Rubik-Black") format("svg");
	font-weight: 900;
	font-style: normal
}

@font-face {
	font-family: 'Times New Roman';
	src: url("../fonts/TimesNewRomanPS-ItalicMT.eot");
	src: local("Times New Roman Italic"), local("TimesNewRomanPS-ItalicMT"), url("../fonts/TimesNewRomanPS-ItalicMT.eot?#iefix") format("embedded-opentype"), url("../fonts/TimesNewRomanPS-ItalicMT.woff2") format("woff2"), url("../fonts/TimesNewRomanPS-ItalicMT.woff") format("woff"), url("../fonts/TimesNewRomanPS-ItalicMT.ttf") format("truetype"), url("../fonts/TimesNewRomanPS-ItalicMT.svg#TimesNewRomanPS-ItalicMT") format("svg");
	font-weight: normal;
	font-style: italic
}

@font-face {
	font-family: 'Times New Roman';
	src: url("../fonts/TimesNewRomanPS-BoldMT.eot");
	src: local("Times New Roman Bold"), local("TimesNewRomanPS-BoldMT"), url("../fonts/TimesNewRomanPS-BoldMT.eot?#iefix") format("embedded-opentype"), url("../fonts/TimesNewRomanPS-BoldMT.woff2") format("woff2"), url("../fonts/TimesNewRomanPS-BoldMT.woff") format("woff"), url("../fonts/TimesNewRomanPS-BoldMT.ttf") format("truetype"), url("../fonts/TimesNewRomanPS-BoldMT.svg#TimesNewRomanPS-BoldMT") format("svg");
	font-weight: bold;
	font-style: normal
}

@font-face {
	font-family: 'Rubik';
	src: url("../fonts/Rubik-BlackItalic.eot");
	src: local("Rubik Black Italic"), local("Rubik-BlackItalic"), url("../fonts/Rubik-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-BlackItalic.woff2") format("woff2"), url("../fonts/Rubik-BlackItalic.woff") format("woff"), url("../fonts/Rubik-BlackItalic.ttf") format("truetype"), url("../fonts/Rubik-BlackItalic.svg#Rubik-BlackItalic") format("svg");
	font-weight: 900;
	font-style: italic
}

@font-face {
	font-family: 'Times New Roman';
	src: url("../fonts/TimesNewRomanPS-BoldItalicMT.eot");
	src: local("Times New Roman Bold Italic"), local("TimesNewRomanPS-BoldItalicMT"), url("../fonts/TimesNewRomanPS-BoldItalicMT.eot?#iefix") format("embedded-opentype"), url("../fonts/TimesNewRomanPS-BoldItalicMT.woff2") format("woff2"), url("../fonts/TimesNewRomanPS-BoldItalicMT.woff") format("woff"), url("../fonts/TimesNewRomanPS-BoldItalicMT.ttf") format("truetype"), url("../fonts/TimesNewRomanPS-BoldItalicMT.svg#TimesNewRomanPS-BoldItalicMT") format("svg");
	font-weight: bold;
	font-style: italic
}

@font-face {
	font-family: 'Times New Roman';
	src: url("../fonts/TimesNewRomanPSMT.eot");
	src: local("Times New Roman"), local("TimesNewRomanPSMT"), url("../fonts/TimesNewRomanPSMT.eot?#iefix") format("embedded-opentype"), url("../fonts/TimesNewRomanPSMT.woff2") format("woff2"), url("../fonts/TimesNewRomanPSMT.woff") format("woff"), url("../fonts/TimesNewRomanPSMT.ttf") format("truetype"), url("../fonts/TimesNewRomanPSMT.svg#TimesNewRomanPSMT") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Rubik';
	src: url("../fonts/Rubik-Bold.eot");
	src: local("Rubik Bold"), local("Rubik-Bold"), url("../fonts/Rubik-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-Bold.woff2") format("woff2"), url("../fonts/Rubik-Bold.woff") format("woff"), url("../fonts/Rubik-Bold.ttf") format("truetype"), url("../fonts/Rubik-Bold.svg#Rubik-Bold") format("svg");
	font-weight: bold;
	font-style: normal
}

@font-face {
	font-family: 'Rubik';
	src: url("../fonts/Rubik-Italic.eot");
	src: local("Rubik Italic"), local("Rubik-Italic"), url("../fonts/Rubik-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-Italic.woff2") format("woff2"), url("../fonts/Rubik-Italic.woff") format("woff"), url("../fonts/Rubik-Italic.ttf") format("truetype"), url("../fonts/Rubik-Italic.svg#Rubik-Italic") format("svg");
	font-weight: normal;
	font-style: italic
}

@font-face {
	font-family: 'Rubik';
	src: url("../fonts/Rubik-Light.eot");
	src: local("Rubik Light"), local("Rubik-Light"), url("../fonts/Rubik-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-Light.woff2") format("woff2"), url("../fonts/Rubik-Light.woff") format("woff"), url("../fonts/Rubik-Light.ttf") format("truetype"), url("../fonts/Rubik-Light.svg#Rubik-Light") format("svg");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: 'Roboto';
	src: url("../fonts/Roboto-Bold.eot");
	src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
	font-weight: bold;
	font-style: normal
}

@font-face {
	font-family: 'Roboto';
	src: url("../fonts/Roboto-Black.eot");
	src: local("Roboto Black"), local("Roboto-Black"), url("../fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype"), url("../fonts/Roboto-Black.svg#Roboto-Black") format("svg");
	font-weight: 900;
	font-style: normal
}

@font-face {
	font-family: 'Rubik';
	src: url("../fonts/Rubik-MediumItalic.eot");
	src: local("Rubik Medium Italic"), local("Rubik-MediumItalic"), url("../fonts/Rubik-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-MediumItalic.woff2") format("woff2"), url("../fonts/Rubik-MediumItalic.woff") format("woff"), url("../fonts/Rubik-MediumItalic.ttf") format("truetype"), url("../fonts/Rubik-MediumItalic.svg#Rubik-MediumItalic") format("svg");
	font-weight: 500;
	font-style: italic
}

@font-face {
	font-family: 'Roboto';
	src: url("../fonts/Roboto-BlackItalic.eot");
	src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url("../fonts/Roboto-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-BlackItalic.woff2") format("woff2"), url("../fonts/Roboto-BlackItalic.woff") format("woff"), url("../fonts/Roboto-BlackItalic.ttf") format("truetype"), url("../fonts/Roboto-BlackItalic.svg#Roboto-BlackItalic") format("svg");
	font-weight: 900;
	font-style: italic
}

@font-face {
	font-family: 'Rubik';
	src: url("../fonts/Rubik-Medium.eot");
	src: local("Rubik Medium"), local("Rubik-Medium"), url("../fonts/Rubik-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-Medium.woff2") format("woff2"), url("../fonts/Rubik-Medium.woff") format("woff"), url("../fonts/Rubik-Medium.ttf") format("truetype"), url("../fonts/Rubik-Medium.svg#Rubik-Medium") format("svg");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: 'Rubik';
	src: url("../fonts/Rubik-Regular.eot");
	src: local("Rubik Regular"), local("Rubik-Regular"), url("../fonts/Rubik-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.woff") format("woff"), url("../fonts/Rubik-Regular.ttf") format("truetype"), url("../fonts/Rubik-Regular.svg#Rubik-Regular") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Rubik';
	src: url("../fonts/Rubik-LightItalic.eot");
	src: local("Rubik Light Italic"), local("Rubik-LightItalic"), url("../fonts/Rubik-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-LightItalic.woff2") format("woff2"), url("../fonts/Rubik-LightItalic.woff") format("woff"), url("../fonts/Rubik-LightItalic.ttf") format("truetype"), url("../fonts/Rubik-LightItalic.svg#Rubik-LightItalic") format("svg");
	font-weight: 300;
	font-style: italic
}

@font-face {
	font-family: 'Roboto';
	src: url("../fonts/Roboto-Italic.eot");
	src: local("Roboto Italic"), local("Roboto-Italic"), url("../fonts/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto-Italic.ttf") format("truetype"), url("../fonts/Roboto-Italic.svg#Roboto-Italic") format("svg");
	font-weight: normal;
	font-style: italic
}

@font-face {
	font-family: 'Roboto';
	src: url("../fonts/Roboto-MediumItalic.eot");
	src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("../fonts/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/Roboto-MediumItalic.woff") format("woff"), url("../fonts/Roboto-MediumItalic.ttf") format("truetype"), url("../fonts/Roboto-MediumItalic.svg#Roboto-MediumItalic") format("svg");
	font-weight: 500;
	font-style: italic
}

@font-face {
	font-family: 'Roboto';
	src: url("../fonts/Roboto-Thin.eot");
	src: local("Roboto Thin"), local("Roboto-Thin"), url("../fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto-Thin.ttf") format("truetype"), url("../fonts/Roboto-Thin.svg#Roboto-Thin") format("svg");
	font-weight: 100;
	font-style: normal
}

@font-face {
	font-family: 'Roboto';
	src: url("../fonts/Roboto-Regular.eot");
	src: local("Roboto"), local("Roboto-Regular"), url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Roboto';
	src: url("../fonts/Roboto-BoldItalic.eot");
	src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("../fonts/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/Roboto-BoldItalic.woff") format("woff"), url("../fonts/Roboto-BoldItalic.ttf") format("truetype"), url("../fonts/Roboto-BoldItalic.svg#Roboto-BoldItalic") format("svg");
	font-weight: bold;
	font-style: italic
}

@font-face {
	font-family: 'Roboto';
	src: url("../fonts/Roboto-ThinItalic.eot");
	src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url("../fonts/Roboto-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-ThinItalic.woff2") format("woff2"), url("../fonts/Roboto-ThinItalic.woff") format("woff"), url("../fonts/Roboto-ThinItalic.ttf") format("truetype"), url("../fonts/Roboto-ThinItalic.svg#Roboto-ThinItalic") format("svg");
	font-weight: 100;
	font-style: italic
}

@font-face {
	font-family: 'Roboto';
	src: url("../fonts/Roboto-Light.eot");
	src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.svg#Roboto-Light") format("svg");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: 'Roboto';
	src: url("../fonts/Roboto-Medium.eot");
	src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: 'Roboto';
	src: url("../fonts/Roboto-LightItalic.eot");
	src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("../fonts/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/Roboto-LightItalic.woff") format("woff"), url("../fonts/Roboto-LightItalic.ttf") format("truetype"), url("../fonts/Roboto-LightItalic.svg#Roboto-LightItalic") format("svg");
	font-weight: 300;
	font-style: italic
}

.button {
	font-family: "Rubik", sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	display: inline-block;
	outline: none;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	border-radius: 999em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.section__title {
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-family: "Times New Roman", sans-serif;
	font-size: 80px;
	font-weight: 400;
	letter-spacing: -0.015em;
	line-height: 0.9
}

@media (max-width: 1439px) {
	.section__title {
		font-size: 76px
	}
}

@media (max-width: 1199px) {
	.section__title {
		font-size: 68px
	}
}

@media (max-width: 991px) {
	.section__title {
		font-size: 58px
	}
}

@media (max-width: 767px) {
	.section__title {
		font-size: 42px
	}
}

@media (max-width: 374px) {
	.section__title {
		font-size: 40px
	}
}

.section__subtitle {
	margin-top: 0;
	margin-bottom: 0;
	color: #adb3b9;
	font-family: "Times New Roman", sans-serif;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.25
}

@media (max-width: 991px) {
	.section__subtitle {
		font-size: 32px
	}
}

@media (max-width: 767px) {
	.section__subtitle {
		font-size: 28px
	}
}

@media (max-width: 374px) {
	.section__subtitle {
		font-size: 26px
	}
}

.html-fixed {
	overflow: hidden
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	z-index: 99;
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.header:before {
	content: '';
	width: 100%;
	height: calc(100% + 55px);
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	opacity: 0.5;
	pointer-events: none;
	z-index: -1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(255, 255, 255, 0.01)));
	background-image: -webkit-linear-gradient(top, #000 0%, rgba(255, 255, 255, 0.01));
	background-image: -o-linear-gradient(top, #000 0%, rgba(255, 255, 255, 0.01));
	background-image: linear-gradient(to bottom, #000 0%, rgba(255, 255, 255, 0.01))
}

@media (max-width: 991px) {
	.header:before {
		height: calc(100% + 16px)
	}
}

@media (max-width: 767px) {
	.header:before {
		height: 50%;
		content: none
	}
}

@media (max-width: 767px) {
	.header .container {
		max-width: unset
	}
}

.header__logo {
	font-size: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 32em;
	height: 4.9em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@media (max-width: 1439px) {
	.header__logo {
		font-size: 9px
	}
}

@media (max-width: 1199px) {
	.header__logo {
		font-size: 8px
	}
}

@media (max-width: 991px) {
	.header__logo {
		font-size: 7.5px
	}
}

@media (max-width: 767px) {
	.header__logo {
		font-size: 6.5px
	}
}

.header__logo img {
	width: 3.9em;
	height: 4.9em;
	margin-right: 1.2em;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center
}

.header__logo-textLarge {
	font-family: "Times New Roman", sans-serif;
	font-size: 3.8em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -0.0255em;
	line-height: 0.72;
	color: #fff;
	display: block;
	margin-bottom: 0.2em
}

.header__logo-textSmall {
	font-family: "Rubik", sans-serif;
	font-size: 1.2em;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	line-height: 0.8;
	color: #fff;
	display: block;
	margin-left: 0.2em
}

.header__logo-textSmall-nys {
	margin-right: 0.3em
}

.header-menu {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.header-menu__inner {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 320px 1fr auto;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 991px) {
	.header-menu__inner {
		grid-template-columns: auto auto
	}
}

@media (max-width: 767px) {
	.header-menu__inner {
		padding: 24px 0
	}
}

.header-menu .popup-menu {
	position: fixed;
	top: 80px;
	left: 0;
	width: 100%;
	max-height: calc(100vh - 80px);
	background-color: #fff;
	overflow-y: auto;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	opacity: 0;
	pointer-events: none
}

.header-menu .popup-menu.opened {
	right: 0;
	opacity: 1;
	pointer-events: auto
}

@media (max-width: 991px) {
	.header-menu .popup-menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		background: #fff
	}
}

@media (min-width: 992px) {
	.header-menu__wrapper {
		padding-right: 43px;
		height: 100%
	}
	.header-menu__wrapper-container {
		height: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

@media (min-width: 992px) and (max-width: 1439px) {
	.header-menu__wrapper {
		padding-right: 10px
	}
}

@media (max-width: 991px) {
	.header-menu__wrapper {
		display: none;
		padding: 50px 20px
	}
}

.header-menu__list {
	list-style: none;
	margin: 0;
	padding: 4px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

@media (min-width: 992px) {
	.header-menu__list {
		height: 100%
	}
}

@media (max-width: 991px) {
	.header-menu__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%;
		padding: 0
	}
}

@media (min-width: 992px) {
	.header-menu__list .menu-item {
		height: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

@media (max-width: 991px) {
	.header-menu__list .menu-item {
		text-align: left
	}
}

.header-menu__list .menu-item.current-menu-item {
	position: relative
}

.header-menu__list .menu-item.current-menu-item:after {
	content: '';
	width: calc(100% + 6px);
	height: 4px;
	display: block;
	position: absolute;
	bottom: -1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #f7a800
}

@media (max-width: 991px) {
	.header-menu__list .menu-item.current-menu-item:after {
		bottom: -10px;
		width: 100%
	}
}

.header-menu__list .menu-item:not(:first-child) {
	margin-left: 70px
}

@media (max-width: 1439px) {
	.header-menu__list .menu-item:not(:first-child) {
		margin-left: 48px
	}
}

@media (max-width: 991px) {
	.header-menu__list .menu-item:not(:first-child) {
		margin-left: 0;
		margin-top: 50px
	}
}

.header-menu__list .menu-item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-family: "Rubik", sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.29;
	text-transform: uppercase;
	line-height: normal;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.header-menu__list .menu-item a:hover {
	color: #f7a800
}

@media (max-width: 1199px) {
	.header-menu__list .menu-item a {
		font-size: 12px
	}
}

@media (max-width: 991px) {
	.header-menu__list .menu-item a {
		font-size: 18px;
		color: #212427
	}
}

@media (max-width: 767px) {
	.header-menu__list .menu-item a {
		font-size: 16px
	}
}

.header-menu__contacts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 38px 0 35px 29px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

@media (max-width: 1439px) {
	.header-menu__contacts {
		padding: 30px 0 28px 20px
	}
}

@media (max-width: 1199px) {
	.header-menu__contacts {
		padding: 15px 0 18px 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

@media (max-width: 991px) {
	.header-menu__contacts {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 0 0 15px
	}
}

@media (max-width: 767px) {
	.header-menu__contacts {
		padding: 0;
		border: 0
	}
	.header-menu__contacts .header-menu__contacts-text,
	.header-menu__contacts .header-menu__contacts-tel {
		display: none
	}
}

.header-menu__contacts-text {
	margin-right: 10px
}

.header-menu__contacts-text p {
	margin: 0;
	font-family: "Rubik", sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.3;
	text-transform: uppercase;
	color: #fff;
	text-align: right
}

@media (max-width: 1439px) {
	.header-menu__contacts-text p {
		font-size: 13px
	}
}

@media (max-width: 1199px) {
	.header-menu__contacts-text {
		margin-right: 0;
		margin-bottom: 5px
	}
	.header-menu__contacts-text p {
		text-align: left;
		font-size: 12px
	}
}

@media (max-width: 991px) {
	.header-menu__contacts-text {
		margin-bottom: 0;
		margin-right: 10px
	}
	.header-menu__contacts-text p {
		text-align: right
	}
}

.header-menu__contacts-tel {
	display: inline-block;
	font-family: "Times New Roman", sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 0.7;
	text-transform: uppercase;
	color: #fff
}

.header-menu__contacts-tel a {
	color: inherit;
	line-height: 0.7;
	letter-spacing: -0.03em
}

.header-menu__contacts-tel a:hover {
	color: #f7a800
}

@media (max-width: 1439px) {
	.header-menu__contacts-tel {
		font-size: 36px
	}
}

@media (max-width: 1199px) {
	.header-menu__contacts-tel {
		font-size: 28px
	}
}

@media (max-width: 991px) {
	.header-menu__contacts-tel {
		padding: 21.5px 15px 21.5px 0;
		margin-right: 20px;
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		font-size: 32px
	}
	.header-menu__contacts-tel a {
		line-height: normal
	}
}

.header-toggler {
	display: block;
	width: 28px;
	height: 18px;
	position: relative;
	z-index: 100;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	cursor: pointer
}

@media (min-width: 992px) {
	.header-toggler {
		display: none
	}
}

.header-toggler .line {
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	border-radius: 999em;
	background-color: #fff;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.header-toggler .line[data-line="1"] {
	top: 0
}

.header-toggler .line[data-line="2"] {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.header-toggler .line[data-line="3"] {
	bottom: 0
}

.header-toggler.active .line[data-line="1"] {
	top: 8px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.header-toggler.active .line[data-line="2"] {
	opacity: 0
}

.header-toggler.active .line[data-line="3"] {
	bottom: 8px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.header.scrolled {
	border-bottom-color: transparent;
	background-color: #044963
}

@media (min-width: 992px) {
	.header.scrolled .header__logo {
		font-size: 8px
	}
	.header.scrolled .header-menu__contacts {
		padding: 25px 0 22px 20px
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header.scrolled .header-menu__contacts {
		padding: 15px 0 18px 20px
	}
}

@media (min-width: 992px) {
	.header.no-menu:not(.scrolled) {
		border-bottom-color: transparent
	}
	.header.no-menu:not(.scrolled) .header-menu__wrapper {
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
		opacity: 0;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none
	}
	.header.no-menu:not(.scrolled) .header-menu__contacts {
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
		border-left: 1px solid transparent
	}
}

.header.header-opened {
	background-color: #044963;
	border-bottom-color: transparent
}

.footer {
	padding: 50px 0 44px;
	background-color: #212427
}

@media (max-width: 767px) {
	.footer {
		padding: 30px 0
	}
}

.footer-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 767px) {
	.footer-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.footer__logo {
	font-size: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 32em;
	height: 4.9em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: 0.5
}

@media (max-width: 1439px) {
	.footer__logo {
		font-size: 9px
	}
}

@media (max-width: 1199px) {
	.footer__logo {
		font-size: 8px
	}
}

@media (max-width: 991px) {
	.footer__logo {
		font-size: 7.5px
	}
}

@media (max-width: 767px) {
	.footer__logo {
		margin-bottom: 24px;
		font-size: 6px
	}
}

.footer__logo img {
	width: 3.9em;
	height: 4.9em;
	margin-right: 1.2em;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center
}

.footer__logo-textLarge {
	font-family: "Times New Roman", sans-serif;
	font-size: 3.8em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -0.0255em;
	line-height: 0.72;
	color: #fff;
	display: block;
	margin-bottom: 0.2em
}

.footer__logo-textSmall {
	font-family: "Rubik", sans-serif;
	font-size: 1.2em;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	line-height: 0.8;
	color: #fff;
	display: block;
	margin-left: 0.2em
}

.footer__logo-textSmall-nys {
	margin-right: 0.3em
}

.footer__text p {
	margin-top: 0;
	margin-bottom: 0;
	color: #8d8f91;
	font-family: "Rubik", sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.29
}

@media (max-width: 767px) {
	.footer__text p {
		text-align: center;
		font-weight: 400;
		font-size: 12px
	}
}

.section-logosSlider-wrapper {
	position: relative
}

.section-logosSlider-slider {
	max-width: 1237px;
	margin: 0 auto
}

@media (max-width: 1439px) {
	.section-logosSlider-slider {
		max-width: calc(100% - 152px)
	}
}

@media (max-width: 991px) {
	.section-logosSlider-slider {
		max-width: calc(100% - 128px)
	}
}

.section-logosSlider-slide {
	width: auto;
	height: 100%;
	min-height: 224px;
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: -moz-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.section-logosSlider-slide img {
	max-width: 100%
}

@media (max-width: 1439px) {
	.section-logosSlider-slide {
		min-height: unset
	}
	.section-logosSlider-slide img {
		max-width: 200px
	}
}

@media (max-width: 1199px) {
	.section-logosSlider-slide img {
		max-width: 160px
	}
}

@media (max-width: 991px) {
	.section-logosSlider-slide img {
		max-width: 100%
	}
}

.section-logosSlider .logosSlider-arrow {
	font-size: 10px;
	cursor: pointer;
	width: 6em;
	height: 6em;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: transparent;
	border: 0;
	border-radius: 50%;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	outline: none
}

.section-logosSlider .logosSlider-arrow:hover {
	-webkit-box-shadow: 0 0 10px -2px rgba(33, 36, 39, 0.1);
	box-shadow: 0 0 10px -2px rgba(33, 36, 39, 0.1)
}

.section-logosSlider .logosSlider-arrow[data-direction="prev"] {
	left: 0;
	background-image: url("../images/parts/logosSlider/icon-arrowLeft.svg")
}

.section-logosSlider .logosSlider-arrow[data-direction="next"] {
	right: 0;
	background-image: url("../images/parts/logosSlider/icon-arrowRight.svg")
}

@media (max-width: 991px) {
	.section-logosSlider .logosSlider-arrow {
		font-size: 8px
	}
}

@media (max-width: 767px) {
	.section-logosSlider .logosSlider-arrow {
		font-size: 7px
	}
}

.section-logosSlider .slick-slide {
	margin: 0 38px;
	height: auto;
	outline: none
}

.section-logosSlider .slick-slide>div {
	height: 100%
}

@media (max-width: 1439px) {
	.section-logosSlider .slick-slide {
		margin: 0 20px
	}
}

.section-logosSlider .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.section-locations {
	padding: 70px 0 77px;
	background-color: #f7f9fb;
	text-align: center
}

@media (max-width: 991px) {
	.section-locations {
		padding: 56px 0 65px
	}
}

.section-locations-title {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 30px;
	color: #212427
}

.section-locations-title img {
	margin-right: 14px;
	font-size: 10px;
	max-width: 4em;
	max-height: 4em
}

@media (max-width: 991px) {
	.section-locations-title img {
		font-size: 8px
	}
}

.section-locations-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	grid-gap: 40px
}

@media (max-width: 767px) {
	.section-locations-list {
		grid-template-columns: 1fr;
		max-width: 335px;
		width: 100%;
		margin: 0 auto
	}
}

.section-locations-listItem {
	text-align: center
}

.section-locations-listItem-image {
	height: 254px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 6px
}

.section-locations-listItem-image img {
	max-width: 100%;
	max-height: 100%
}

@media (max-width: 1439px) {
	.section-locations-listItem-image img {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9)
	}
}

@media (max-width: 1199px) {
	.section-locations-listItem-image {
		height: 170px;
		margin-bottom: 20px
	}
}

.section-locations-listItem-title {
	margin-top: 0;
	margin-bottom: 0;
	color: #212427;
	font-family: "Rubik", sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: normal
}

@media (max-width: 1199px) {
	.section-locations-listItem-title {
		font-size: 20px
	}
}

@media (max-width: 991px) {
	.section-locations-listItem-title {
		font-size: 18px
	}
}

@media (max-width: 767px) {
	.section-locations-listItem-title {
		font-size: 16px
	}
}

.section-careers {
	padding: 134px 0 146px;
	background-color: #212427;
	background-image: url("../images/parts/careers/careers-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center
}

@media (max-width: 1439px) {
	.section-careers {
		padding: 106px 0 110px
	}
}

@media (max-width: 991px) {
	.section-careers {
		padding: 75px 0
	}
}

@media (max-width: 767px) {
	.section-careers {
		padding: 56px 0
	}
}

.section-careers-title {
	color: #f7f9fb;
	line-height: 1.5;
	letter-spacing: normal
}

@media (min-width: 1200px) {
	.section-careers-title {
		font-size: 48px
	}
}

.section-careers-titleSmall {
	font-size: 30px;
	color: #f7f9fb;
	line-height: 1.5;
	letter-spacing: normal
}

@media (max-width: 1199px) {
	.section-careers-titleSmall {
		font-size: 26px
	}
}

@media (max-width: 991px) {
	.section-careers-titleSmall {
		font-size: 24px
	}
}

@media (max-width: 767px) {
	.section-careers-titleSmall {
		font-size: 22px
	}
}

.section-careers-list {
	margin: 26px auto 49px;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr;
	max-width: 604px;
	grid-gap: 14px 28px
}

@media (max-width: 767px) {
	.section-careers-list {
		grid-template-columns: 1fr
	}
}

.section-careers-listItem {
	text-align: left;
	color: #fff;
	font-family: "Rubik", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: normal;
	padding-left: 20px;
	position: relative
}

.section-careers-listItem:before {
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	left: 0;
	top: 0.45em;
	background-color: #f7a800;
	border-radius: 50%
}

@media (max-width: 1199px) {
	.section-careers-listItem {
		font-size: 16px
	}
}

.section-careers-button {
	display: inline-block;
	padding: 26.5px 35px;
	min-width: 254px;
	border-radius: 5px;
	background-color: #f7a800;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 222, 0, 0.54)), to(rgba(245, 189, 69, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(255, 222, 0, 0.54) 0%, rgba(245, 189, 69, 0) 100%);
	background-image: -o-linear-gradient(bottom, rgba(255, 222, 0, 0.54) 0%, rgba(245, 189, 69, 0) 100%);
	background-image: linear-gradient(to top, rgba(255, 222, 0, 0.54) 0%, rgba(245, 189, 69, 0) 100%);
	color: #212427;
	font-family: "Rubik", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: normal
}

.section-careers-button:hover {
	-webkit-box-shadow: 0 0 10px -2px #f7a800;
	box-shadow: 0 0 10px -2px #f7a800
}

.section-careers-button:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

@media (max-width: 767px) {
	.section-careers-button {
		padding: 18px 25px;
		min-width: 220px
	}
}

.section-formBlock {
	padding: 69px 0 60px;
	text-align: center
}

@media (max-width: 767px) {
	.section-formBlock {
		padding: 50px 0
	}
}

.section-formBlock-title {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
	color: #212427
}

.section-formBlock-title:before {
	content: '';
	font-size: 10px;
	width: 5.3em;
	height: 3em;
	display: inline-block;
	margin-right: 9px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("../images/parts/formBlock/icon-email.svg")
}

@media (max-width: 991px) {
	.section-formBlock-title:before {
		font-size: 8px
	}
}

.section-formBlock-form {
	max-width: 813px;
	margin: 0 auto 70px
}

@media (max-width: 767px) {
	.section-formBlock-form {
		margin: 0 auto 54px
	}
}

.section-formBlock-formInner {
	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.section-formBlock-form input:not([type="submit"]):not([hidden]),
.section-formBlock-form textarea {
	display: block;
	width: 100%;
	padding: 9px 10px;
	margin-bottom: 12px;
	-webkit-box-shadow: 0 0 2px rgba(6, 30, 58, 0.38);
	box-shadow: 0 0 2px rgba(6, 30, 58, 0.38);
	background-color: #f9fafb;
	border: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
	color: #212427;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.5;
	text-align: left;
	letter-spacing: -0.29px
}

.section-formBlock-form input:not([type="submit"]):not([hidden])::-webkit-input-placeholder,
.section-formBlock-form textarea::-webkit-input-placeholder {
	color: rgba(33, 36, 39, 0.6)
}

.section-formBlock-form input:not([type="submit"]):not([hidden])::-moz-placeholder,
.section-formBlock-form textarea::-moz-placeholder {
	color: rgba(33, 36, 39, 0.6)
}

.section-formBlock-form input:not([type="submit"]):not([hidden]):-ms-input-placeholder,
.section-formBlock-form textarea:-ms-input-placeholder {
	color: rgba(33, 36, 39, 0.6)
}

.section-formBlock-form input:not([type="submit"]):not([hidden]):-moz-placeholder,
.section-formBlock-form textarea:-moz-placeholder {
	color: rgba(33, 36, 39, 0.6)
}

.section-formBlock-form input:not([type="submit"]):not([hidden]).input-half,
.section-formBlock-form textarea.input-half {
	width: calc(50% - 5.5px)
}

@media (max-width: 767px) {
	.section-formBlock-form input:not([type="submit"]):not([hidden]).input-half,
	.section-formBlock-form textarea.input-half {
		width: 100%
	}
}

.section-formBlock-form input:not([type="submit"]):not([hidden]).inputError,
.section-formBlock-form textarea.inputError {
	-webkit-box-shadow: 0 0 0 1px #f44336;
	box-shadow: 0 0 0 1px #f44336
}

.section-formBlock-form input[type="submit"] {
	display: inline-block;
	margin-top: 27px;
	padding: 26.5px 35px;
	min-width: 254px;
	border-radius: 5px;
	background-color: #f7a800;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 222, 0, 0.54)), to(rgba(245, 189, 69, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(255, 222, 0, 0.54) 0%, rgba(245, 189, 69, 0) 100%);
	background-image: -o-linear-gradient(bottom, rgba(255, 222, 0, 0.54) 0%, rgba(245, 189, 69, 0) 100%);
	background-image: linear-gradient(to top, rgba(255, 222, 0, 0.54) 0%, rgba(245, 189, 69, 0) 100%);
	border: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	outline: none;
	color: #212427;
	font-family: "Rubik", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: normal;
	cursor: pointer
}

.section-formBlock-form input[type="submit"]:hover {
	-webkit-box-shadow: 0 0 10px -2px #f7a800;
	box-shadow: 0 0 10px -2px #f7a800
}

.section-formBlock-form input[type="submit"]:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

@media (max-width: 767px) {
	.section-formBlock-form input[type="submit"] {
		padding: 18px 25px;
		min-width: 220px
	}
}

.section-formBlock-form textarea {
	padding-bottom: 20px;
	margin-bottom: 9px;
	resize: none
}

.section-formBlock-message {
	margin: 0;
	padding-left: 11px;
	color: #212427;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.85;
	text-align: left;
	letter-spacing: -0.24px;
	line-height: normal
}

.section-formBlock-successMessage {
	display: none;
	padding: 15px 10px;
	margin: 1em 0;
	background-color: #8bc34a;
	border-radius: 5px;
	color: #fff;
	font-size: 16px
}

.section-formBlock-errors {
	margin: 15px 0 0 11px;
	padding: 0;
	list-style: none
}

.section-formBlock-errors li {
	position: relative;
	padding-left: 9px;
	color: #f44336;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.85;
	text-align: left;
	letter-spacing: -0.24px;
	line-height: normal
}

.section-formBlock-errors li:before {
	content: '•';
	position: absolute;
	left: 0;
	top: 0
}

.section-formBlock-contact:before {
	content: '';
	width: 75px;
	height: 1px;
	background-color: #212427;
	margin: 0 auto 37px;
	display: block
}

.section-formBlock-contact-text {
	margin-bottom: 3px
}

.section-formBlock-contact-text p {
	margin-top: 0;
	margin-bottom: 0;
	color: #212427;
	font-family: "Rubik", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.29;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: normal
}

.section-formBlock-contact-phone {
	color: #f7a800;
	font-family: "Times New Roman", sans-serif;
	font-size: 60px;
	font-weight: 400;
	line-height: 0.8;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -0.04em;
	line-height: normal
}

@media (max-width: 767px) {
	.section-formBlock-contact-phone {
		font-size: 44px;
		letter-spacing: -0.03em
	}
}

.section-cover {
	position: relative;
	padding-top: 109px;
	z-index: 1;
	background-color: #06293d
}

@media (max-width: 1439px) {
	.section-cover {
		padding-top: 91px
	}
}

@media (max-width: 1199px) {
	.section-cover {
		padding-top: 88px
	}
}

@media (max-width: 991px) {
	.section-cover {
		padding-top: 80px
	}
}

.section-cover-bg {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.section-cover-bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.section-cover-bg:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	opacity: 0.4;
	background-image: -webkit-gradient(linear, left top, right top, from(#212427), to(rgba(255, 255, 255, 0.01)));
	background-image: -webkit-linear-gradient(left, #212427, rgba(255, 255, 255, 0.01));
	background-image: -o-linear-gradient(left, #212427, rgba(255, 255, 255, 0.01));
	background-image: linear-gradient(to right, #212427, rgba(255, 255, 255, 0.01))
}

.section-cover-inner {
	padding: 90px 0 81px
}

@media (max-width: 1199px) {
	.section-cover-inner {
		padding-left: 40px
	}
}

@media (max-width: 767px) {
	.section-cover-inner {
		padding: 65px 0
	}
}

.section-cover-breadcrumbs {
	list-style: none;
	margin: 0 0 5px;
	padding: 0;
	position: relative
}

.section-cover-breadcrumbs li {
	display: inline-block;
	color: #fff;
	font-family: "Rubik", sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 0.9
}

.section-cover-breadcrumbs li:not(:last-child):after {
	content: '|';
	display: inline-block;
	margin: 0 7px
}

@media (max-width: 767px) {
	.section-cover-breadcrumbs li:not(:last-child):after {
		margin: 0 5px
	}
}

.section-cover-breadcrumbs li>a,
.section-cover-breadcrumbs li>span {
	color: inherit
}

.section-cover-breadcrumbs li>a:hover,
.section-cover-breadcrumbs li>span:hover {
	color: #f7a800
}

@media (max-width: 1199px) {
	.section-cover-breadcrumbs li {
		font-size: 16px
	}
}

@media (max-width: 767px) {
	.section-cover-breadcrumbs li {
		font-size: 14px
	}
}

.section-cover-breadcrumbs:before {
	content: '';
	width: 75px;
	height: 1px;
	position: absolute;
	right: calc(100% + 29px);
	top: 50%;
	margin-top: -1px;
	display: block;
	background-color: #fff
}

@media (max-width: 1439px) {
	.section-cover-breadcrumbs:before {
		width: 25px;
		right: calc(100% + 15px)
	}
}

@media (max-width: 767px) {
	.section-cover-breadcrumbs:before {
		content: none
	}
}

.section-testimonials {
	position: relative;
	padding: 97px 0 131px;
	z-index: 1;
	background-color: #04121d;
	background-image: url("../images/parts/testimonials/testimonials-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center
}

@media (max-width: 991px) {
	.section-testimonials {
		padding: 75px 0
	}
}

@media (max-width: 767px) {
	.section-testimonials {
		padding: 60px 0
	}
}

.section-testimonials-title {
	margin-bottom: 10px;
	color: #fff;
	line-height: 1.5;
	letter-spacing: normal
}

@media (min-width: 1200px) {
	.section-testimonials-title {
		font-size: 48px
	}
}

.section-testimonials:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	background-image: -webkit-radial-gradient(50.49% 103.24%, circle 380px, rgba(5, 20, 27, 0) 0%, rgba(5, 25, 36, 0.17) 100%);
	background-image: -o-radial-gradient(50.49% 103.24%, circle 380px, rgba(5, 20, 27, 0) 0%, rgba(5, 25, 36, 0.17) 100%);
	background-image: radial-gradient(circle 380px at 50.49% 103.24%, rgba(5, 20, 27, 0) 0%, rgba(5, 25, 36, 0.17) 100%);
	z-index: -1
}

.section-testimonials-wrapper {
	position: relative
}

.section-testimonials-slider {
	max-width: 828px;
	margin: 0 auto
}

@media (max-width: 1439px) {
	.section-testimonials-slider {
		max-width: calc(100% - 200px)
	}
}

@media (max-width: 991px) {
	.section-testimonials-slider {
		max-width: calc(100% - 128px)
	}
}

@media (max-width: 767px) {
	.section-testimonials-slider {
		max-width: calc(100% - 102px)
	}
}

.section-testimonials-slide {
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: -moz-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}

.section-testimonials-slideQuote {
	margin-bottom: 12px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.section-testimonials-slideQuote:before {
	content: '';
	font-size: 10px;
	width: 5.9em;
	height: 5.1em;
	display: block;
	margin: 0 auto 25px;
	background-image: url("../images/parts/testimonials/icon-quote.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}

.section-testimonials-slideQuote q {
	display: block;
	color: #fff;
	font-family: "Rubik", sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.005em;
	line-height: 1.5;
	text-align: center
}

@media (max-width: 1199px) {
	.section-testimonials-slideQuote q {
		font-size: 16px
	}
}

@media (max-width: 767px) {
	.section-testimonials-slideQuote q {
		font-size: 14px
	}
}

.section-testimonials-slideAuthor p {
	margin-top: 0;
	margin-bottom: 0;
	color: #f7f9fb;
	font-family: "Times New Roman", sans-serif;
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: center
}

@media (max-width: 1199px) {
	.section-testimonials-slideAuthor p {
		font-size: 20px
	}
}

@media (max-width: 767px) {
	.section-testimonials-slideAuthor p {
		font-size: 18px
	}
}

@media (max-width: 374px) {
	.section-testimonials-slideAuthor p {
		font-size: 16px
	}
}

.section-testimonials .testimonials-arrow {
	font-size: 10px;
	cursor: pointer;
	width: 6em;
	height: 6em;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: transparent;
	border: 0;
	border-radius: 50%;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	outline: none
}

.section-testimonials .testimonials-arrow:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.section-testimonials .testimonials-arrow:hover {
	-webkit-box-shadow: 0 0 10px -2px rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 10px -2px rgba(255, 255, 255, 0.1)
}

.section-testimonials .testimonials-arrow:hover:before {
	-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5)
}

.section-testimonials .testimonials-arrow[data-direction="prev"] {
	left: 0;
	background-image: url("../images/parts/testimonials/icon-arrowLeft.svg")
}

.section-testimonials .testimonials-arrow[data-direction="next"] {
	right: 0;
	background-image: url("../images/parts/testimonials/icon-arrowRight.svg")
}

@media (max-width: 1439px) {
	.section-testimonials .testimonials-arrow {
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset
	}
}

@media (max-width: 991px) {
	.section-testimonials .testimonials-arrow {
		font-size: 8px
	}
}

@media (max-width: 767px) {
	.section-testimonials .testimonials-arrow {
		font-size: 7px
	}
}

.section-testimonials .slick-slide {
	height: auto;
	outline: none
}

.section-testimonials .slick-slide>div {
	height: 100%
}

.section-testimonials .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.section-cards {
	padding: 103px 0 90px;
	background-color: #212427;
	background-image: url("../images/parts/cards/cards-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

@media (max-width: 991px) {
	.section-cards {
		padding: 75px 0
	}
}

@media (max-width: 767px) {
	.section-cards {
		padding: 65px 0
	}
}

.section-cards-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
	counter-reset: counter
}

@media (max-width: 1199px) {
	.section-cards-list {
		grid-gap: 20px
	}
}

@media (max-width: 991px) {
	.section-cards-list {
		grid-gap: 15px
	}
}

@media (max-width: 767px) {
	.section-cards-list {
		grid-gap: 20px;
		grid-template-columns: 1fr;
		grid-auto-rows: 1fr
	}
}

.section-cards-listItem {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 61px 54px;
	overflow: hidden;
	z-index: 1;
	-webkit-box-shadow: 0 -4px 0 rgba(255, 255, 255, 0.11);
	box-shadow: 0 -4px 0 rgba(255, 255, 255, 0.11);
	border-radius: 5px;
	background-color: rgba(19, 22, 24, 0.11);
	counter-increment: counter;
	font-size: 10px
}

.section-cards-listItem:before {
	content: counter(counter, decimal-leading-zero) " ";
	position: absolute;
	left: -0.3em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
	opacity: 0.11;
	color: rgba(255, 255, 255, 0.2);
	font-family: "Rubik", sans-serif;
	font-size: 18.4em;
	font-weight: 500;
	line-height: 1;
	font-style: normal;
	letter-spacing: -0.01em
}

@media (max-width: 1439px) {
	.section-cards-listItem {
		font-size: 9px;
		padding: 55px 30px
	}
}

@media (max-width: 1199px) {
	.section-cards-listItem {
		padding: 45px 20px
	}
}

@media (max-width: 991px) {
	.section-cards-listItem {
		font-size: 7px;
		padding: 30px 20px
	}
}

@media (max-width: 767px) {
	.section-cards-listItem {
		font-size: 8px;
		padding: 50px 30px
	}
}

.section-cards-listItem-text p {
	margin-top: 0;
	color: #fff;
	font-family: "Rubik", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8;
	text-align: center;
	letter-spacing: -0.015em
}

.section-cards-listItem-text p:last-child {
	margin-bottom: 0
}

@media (max-width: 1439px) {
	.section-cards-listItem-text p {
		font-size: 18px
	}
}

@media (max-width: 991px) {
	.section-cards-listItem-text p {
		font-size: 16px
	}
}

.recaptchaError {
  border: 1px solid red;
}