@charset "UTF-8";
/*==========================================FONTS=======================================*/
@font-face {
	font-family: Mont;
	src: url(../fonts/mont/mont-thin.eot) format("embedded-opentype"), url(../fonts/mont/mont-thin.woff) format("woff"),
		url(../fonts/mont/mont-thin.ttf) format("truetype"), url(../fonts/mont/mont-thin.svg) format("svg");
	font-weight: 100;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: Mont;
	src: url(../fonts/mont/mont-light.eot) format("embedded-opentype"),
		url(../fonts/mont/mont-light.woff) format("woff"), url(../fonts/mont/mont-light.ttf) format("truetype"),
		url(../fonts/mont/mont-light.svg) format("svg");
	font-weight: 300;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: Mont;
	src: url(../fonts/mont/mont-regular.eot) format("embedded-opentype"),
		url(../fonts/mont/mont-regular.woff) format("woff"), url(../fonts/mont/mont-regular.ttf) format("truetype"),
		url(../fonts/mont/mont-regular.svg) format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: Mont;
	src: url(../fonts/mont/mont-semibold1.eot) format("embedded-opentype"),
		url(../fonts/mont/mont-semibold1.woff) format("woff"), url(../fonts/mont/mont-semibold1.ttf) format("truetype"),
		url(../fonts/mont/mont-semibold1.svg) format("svg");
	font-weight: 600;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: Mont;
	src: url(../fonts/mont/mont-bold.eot) format("embedded-opentype"), url(../fonts/mont/mont-bold.woff) format("woff"),
		url(../fonts/mont/mont-bold.ttf) format("truetype"), url(../fonts/mont/mont-bold.svg) format("svg");
	font-weight: 700;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: Mont;
	src: url(../fonts/mont/mont-heavy.eot) format("embedded-opentype"),
		url(../fonts/mont/mont-heavy.woff) format("woff"), url(../fonts/mont/mont-heavy.ttf) format("truetype"),
		url(../fonts/mont/mont-heavy.svg) format("svg");
	font-weight: 900;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: Chalet;
	src: url(../fonts/chalet/chalet-newyorknineteeneighty.eot) format("embedded-opentype"),
		url(../fonts/chalet/chalet-newyorknineteeneighty.otf) format("opentype"),
		url(../fonts/chalet/chalet-newyorknineteeneighty.woff) format("woff"),
		url(../fonts/chalet/chalet-newyorknineteeneighty.ttf) format("truetype"),
		url(../fonts/chalet/chalet-newyorknineteeneighty.svg) format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: Chalet;
	src: url(../fonts/chalet/chalet-londonnineteensixty.eot) format("embedded-opentype"),
		url(../fonts/chalet/chalet-londonnineteensixty.otf) format("opentype"),
		url(../fonts/chalet/chalet-londonnineteensixty.woff) format("woff"),
		url(../fonts/chalet/chalet-londonnineteensixty.ttf) format("truetype"),
		url(../fonts/chalet/chalet-londonnineteensixty.svg) format("svg");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: Chalet;
	src: url(../fonts/chalet/chalet-parisnineteeneighty.eot) format("embedded-opentype"),
		url(../fonts/chalet/chalet-parisnineteeneighty.otf) format("opentype"),
		url(../fonts/chalet/chalet-parisnineteeneighty.woff) format("woff"),
		url(../fonts/chalet/chalet-parisnineteeneighty.ttf) format("truetype"),
		url(../fonts/chalet/chalet-parisnineteeneighty.svg) format("svg");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: ForestSmooth;
	src: url(../fonts/forestsmooth/forestsmooth-regular.eot) format("embedded-opentype"),
		url(../fonts/forestsmooth/forestsmooth-regular.woff) format("woff"),
		url(../fonts/forestsmooth/forestsmooth-regular.ttf) format("truetype"),
		url(../fonts/forestsmooth/forestsmooth-regular.svg) format("svg");
	font-weight: 400;
	font-style: normal;
}

/*==========================================RESET=======================================*/
* {
	outline: 0;
	margin: 0;
	padding: 0;
}

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

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

details,
main {
	display: block;
}

h1 {
	font-size: 2em;
}

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

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

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

b,
strong {
	font-weight: 600;
}

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

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

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

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

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-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-decoration {
	-webkit-appearance: none;
}

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

summary {
	display: list-item;
}

[hidden],
template {
	display: none;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

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

ul li {
	vertical-align: top;
}

a:focus,
a:hover {
	text-decoration: none;
	outline: 0;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
}

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

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	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);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

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

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

.slick-track:after {
	clear: both;
}

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

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

[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;
}

.slick-dots {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 0;
	z-index: 20;
	padding: 0;
}

.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 4px;
}

.slick-dots li button {
	width: 8px;
	height: 8px;
	background: rgba(28, 0, 161, 0.23);
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	border-radius: 100%;
	border: none;
	font-size: 0;
	padding: 0px;
	cursor: pointer;
}

.slick-dots li.slick-active button {
	background: #1c00a1;
}

.bg-blue .slick-dots li button {
	background: #351cab;
}

.bg-blue .slick-dots li.slick-active button {
	background: #fff;
}

@-webkit-keyframes Orbita1 {
	from {
		-webkit-transform: rotate(180deg) rotate(180deg);
		transform: rotate(180deg) rotate(180deg);
	}
	to {
		-webkit-transform: rotate(540deg) rotate(540deg);
		transform: rotate(540deg) rotate(540deg);
	}
}

@keyframes Orbita1 {
	from {
		-webkit-transform: rotate(180deg) rotate(180deg);
		transform: rotate(180deg) rotate(180deg);
	}
	to {
		-webkit-transform: rotate(540deg) rotate(540deg);
		transform: rotate(540deg) rotate(540deg);
	}
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -0.0667em;
}

.fa-xs {
	font-size: 0.75em;
}

.fa-sm {
	font-size: 0.875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: 0.08em solid #eee;
	border-radius: 0.1em;
	padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
	margin-right: 0.3em;
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
	margin-left: 0.3em;
}

.fa-spin {
	-webkit-animation: 2s linear infinite fa-spin;
	animation: 2s linear infinite fa-spin;
}

.fa-pulse {
	-webkit-animation: 1s steps(8) infinite fa-spin;
	animation: 1s steps(8) infinite fa-spin;
}

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

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

.fa-rotate-90 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1);
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-500px:before {
	content: "\f26e";
}

.fa-accessible-icon:before {
	content: "\f368";
}

.fa-accusoft:before {
	content: "\f369";
}

.fa-acquisitions-incorporated:before {
	content: "\f6af";
}

.fa-ad:before {
	content: "\f641";
}

.fa-address-book:before {
	content: "\f2b9";
}

.fa-address-card:before {
	content: "\f2bb";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-adn:before {
	content: "\f170";
}

.fa-adobe:before {
	content: "\f778";
}

.fa-adversal:before {
	content: "\f36a";
}

.fa-affiliatetheme:before {
	content: "\f36b";
}

.fa-air-freshener:before {
	content: "\f5d0";
}

.fa-airbnb:before {
	content: "\f834";
}

.fa-algolia:before {
	content: "\f36c";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-alipay:before {
	content: "\f642";
}

.fa-allergies:before {
	content: "\f461";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-amazon-pay:before {
	content: "\f42c";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.fa-amilia:before {
	content: "\f36d";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-android:before {
	content: "\f17b";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angry:before {
	content: "\f556";
}

.fa-angrycreative:before {
	content: "\f36e";
}

.fa-angular:before {
	content: "\f420";
}

.fa-ankh:before {
	content: "\f644";
}

.fa-app-store:before {
	content: "\f36f";
}

.fa-app-store-ios:before {
	content: "\f370";
}

.fa-apper:before {
	content: "\f371";
}

.fa-apple:before {
	content: "\f179";
}

.fa-apple-alt:before {
	content: "\f5d1";
}

.fa-apple-pay:before {
	content: "\f415";
}

.fa-archive:before {
	content: "\f187";
}

.fa-archway:before {
	content: "\f557";
}

.fa-arrow-alt-circle-down:before {
	content: "\f358";
}

.fa-arrow-alt-circle-left:before {
	content: "\f359";
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-arrows-alt-h:before {
	content: "\f337";
}

.fa-arrows-alt-v:before {
	content: "\f338";
}

.fa-artstation:before {
	content: "\f77a";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-asymmetrik:before {
	content: "\f372";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-atlas:before {
	content: "\f558";
}

.fa-atlassian:before {
	content: "\f77b";
}

.fa-atom:before {
	content: "\f5d2";
}

.fa-audible:before {
	content: "\f373";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-autoprefixer:before {
	content: "\f41c";
}

.fa-avianex:before {
	content: "\f374";
}

.fa-aviato:before {
	content: "\f421";
}

.fa-award:before {
	content: "\f559";
}

.fa-aws:before {
	content: "\f375";
}

.fa-baby:before {
	content: "\f77c";
}

.fa-baby-carriage:before {
	content: "\f77d";
}

.fa-backspace:before {
	content: "\f55a";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-bacon:before {
	content: "\f7e5";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-balance-scale-left:before {
	content: "\f515";
}

.fa-balance-scale-right:before {
	content: "\f516";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-band-aid:before {
	content: "\f462";
}

.fa-bandcamp:before {
	content: "\f2d5";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-bars:before {
	content: "\f0c9";
}

.fa-baseball-ball:before {
	content: "\f433";
}

.fa-basketball-ball:before {
	content: "\f434";
}

.fa-bath:before {
	content: "\f2cd";
}

.fa-battery-empty:before {
	content: "\f244";
}

.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battle-net:before {
	content: "\f835";
}

.fa-bed:before {
	content: "\f236";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bezier-curve:before {
	content: "\f55b";
}

.fa-bible:before {
	content: "\f647";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-biking:before {
	content: "\f84a";
}

.fa-bimobject:before {
	content: "\f378";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-biohazard:before {
	content: "\f780";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitcoin:before {
	content: "\f379";
}

.fa-bity:before {
	content: "\f37a";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-blackberry:before {
	content: "\f37b";
}

.fa-blender:before {
	content: "\f517";
}

.fa-blender-phone:before {
	content: "\f6b6";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-blog:before {
	content: "\f781";
}

.fa-blogger:before {
	content: "\f37c";
}

.fa-blogger-b:before {
	content: "\f37d";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-bold:before {
	content: "\f032";
}

.fa-bolt:before {
	content: "\f0e7";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-bone:before {
	content: "\f5d7";
}

.fa-bong:before {
	content: "\f55c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-book-dead:before {
	content: "\f6b7";
}

.fa-book-medical:before {
	content: "\f7e6";
}

.fa-book-open:before {
	content: "\f518";
}

.fa-book-reader:before {
	content: "\f5da";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-bootstrap:before {
	content: "\f836";
}

.fa-border-all:before {
	content: "\f84c";
}

.fa-border-none:before {
	content: "\f850";
}

.fa-border-style:before {
	content: "\f853";
}

.fa-bowling-ball:before {
	content: "\f436";
}

.fa-box:before {
	content: "\f466";
}

.fa-box-open:before {
	content: "\f49e";
}

.fa-boxes:before {
	content: "\f468";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-brain:before {
	content: "\f5dc";
}

.fa-bread-slice:before {
	content: "\f7ec";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-briefcase-medical:before {
	content: "\f469";
}

.fa-broadcast-tower:before {
	content: "\f519";
}

.fa-broom:before {
	content: "\f51a";
}

.fa-brush:before {
	content: "\f55d";
}

.fa-btc:before {
	content: "\f15a";
}

.fa-buffer:before {
	content: "\f837";
}

.fa-bug:before {
	content: "\f188";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-burn:before {
	content: "\f46a";
}

.fa-buromobelexperte:before {
	content: "\f37f";
}

.fa-bus:before {
	content: "\f207";
}

.fa-bus-alt:before {
	content: "\f55e";
}

.fa-business-time:before {
	content: "\f64a";
}

.fa-buy-n-large:before {
	content: "\f8a6";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-calendar:before {
	content: "\f133";
}

.fa-calendar-alt:before {
	content: "\f073";
}

.fa-calendar-check:before {
	content: "\f274";
}

.fa-calendar-day:before {
	content: "\f783";
}

.fa-calendar-minus:before {
	content: "\f272";
}

.fa-calendar-plus:before {
	content: "\f271";
}

.fa-calendar-times:before {
	content: "\f273";
}

.fa-calendar-week:before {
	content: "\f784";
}

.fa-camera:before {
	content: "\f030";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-campground:before {
	content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
	content: "\f785";
}

.fa-candy-cane:before {
	content: "\f786";
}

.fa-cannabis:before {
	content: "\f55f";
}

.fa-capsules:before {
	content: "\f46b";
}

.fa-car:before {
	content: "\f1b9";
}

.fa-car-alt:before {
	content: "\f5de";
}

.fa-car-battery:before {
	content: "\f5df";
}

.fa-car-crash:before {
	content: "\f5e1";
}

.fa-car-side:before {
	content: "\f5e4";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-caret-square-down:before {
	content: "\f150";
}

.fa-caret-square-left:before {
	content: "\f191";
}

.fa-caret-square-right:before {
	content: "\f152";
}

.fa-caret-square-up:before {
	content: "\f151";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-carrot:before {
	content: "\f787";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cash-register:before {
	content: "\f788";
}

.fa-cat:before {
	content: "\f6be";
}

.fa-cc-amazon-pay:before {
	content: "\f42d";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-apple-pay:before {
	content: "\f416";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-centercode:before {
	content: "\f380";
}

.fa-centos:before {
	content: "\f789";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-chair:before {
	content: "\f6c0";
}

.fa-chalkboard:before {
	content: "\f51b";
}

.fa-chalkboard-teacher:before {
	content: "\f51c";
}

.fa-charging-station:before {
	content: "\f5e7";
}

.fa-chart-area:before {
	content: "\f1fe";
}

.fa-chart-bar:before {
	content: "\f080";
}

.fa-chart-line:before {
	content: "\f201";
}

.fa-chart-pie:before {
	content: "\f200";
}

.fa-check:before {
	content: "\f00c";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-check-double:before {
	content: "\f560";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-cheese:before {
	content: "\f7ef";
}

.fa-chess:before {
	content: "\f439";
}

.fa-chess-bishop:before {
	content: "\f43a";
}

.fa-chess-board:before {
	content: "\f43c";
}

.fa-chess-king:before {
	content: "\f43f";
}

.fa-chess-knight:before {
	content: "\f441";
}

.fa-chess-pawn:before {
	content: "\f443";
}

.fa-chess-queen:before {
	content: "\f445";
}

.fa-chess-rook:before {
	content: "\f447";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-chromecast:before {
	content: "\f838";
}

.fa-church:before {
	content: "\f51d";
}

.fa-circle:before {
	content: "\f111";
}

.fa-circle-notch:before {
	content: "\f1ce";
}

.fa-city:before {
	content: "\f64f";
}

.fa-clinic-medical:before {
	content: "\f7f2";
}

.fa-clipboard:before {
	content: "\f328";
}

.fa-clipboard-check:before {
	content: "\f46c";
}

.fa-clipboard-list:before {
	content: "\f46d";
}

.fa-clock:before {
	content: "\f017";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-closed-captioning:before {
	content: "\f20a";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-cloud-download-alt:before {
	content: "\f381";
}

.fa-cloud-meatball:before {
	content: "\f73b";
}

.fa-cloud-moon:before {
	content: "\f6c3";
}

.fa-cloud-moon-rain:before {
	content: "\f73c";
}

.fa-cloud-rain:before {
	content: "\f73d";
}

.fa-cloud-showers-heavy:before {
	content: "\f740";
}

.fa-cloud-sun:before {
	content: "\f6c4";
}

.fa-cloud-sun-rain:before {
	content: "\f743";
}

.fa-cloud-upload-alt:before {
	content: "\f382";
}

.fa-cloudscale:before {
	content: "\f383";
}

.fa-cloudsmith:before {
	content: "\f384";
}

.fa-cloudversify:before {
	content: "\f385";
}

.fa-cocktail:before {
	content: "\f561";
}

.fa-code:before {
	content: "\f121";
}

.fa-code-branch:before {
	content: "\f126";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cog:before {
	content: "\f013";
}

.fa-cogs:before {
	content: "\f085";
}

.fa-coins:before {
	content: "\f51e";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-comment:before {
	content: "\f075";
}

.fa-comment-alt:before {
	content: "\f27a";
}

.fa-comment-dollar:before {
	content: "\f651";
}

.fa-comment-dots:before {
	content: "\f4ad";
}

.fa-comment-medical:before {
	content: "\f7f5";
}

.fa-comment-slash:before {
	content: "\f4b3";
}

.fa-comments:before {
	content: "\f086";
}

.fa-comments-dollar:before {
	content: "\f653";
}

.fa-compact-disc:before {
	content: "\f51f";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-compress:before {
	content: "\f066";
}

.fa-compress-arrows-alt:before {
	content: "\f78c";
}

.fa-concierge-bell:before {
	content: "\f562";
}

.fa-confluence:before {
	content: "\f78d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-cookie:before {
	content: "\f563";
}

.fa-cookie-bite:before {
	content: "\f564";
}

.fa-copy:before {
	content: "\f0c5";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-cotton-bureau:before {
	content: "\f89e";
}

.fa-couch:before {
	content: "\f4b8";
}

.fa-cpanel:before {
	content: "\f388";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-creative-commons-by:before {
	content: "\f4e7";
}

.fa-creative-commons-nc:before {
	content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
	content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
	content: "\f4ea";
}

.fa-creative-commons-nd:before {
	content: "\f4eb";
}

.fa-creative-commons-pd:before {
	content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
	content: "\f4ed";
}

.fa-creative-commons-remix:before {
	content: "\f4ee";
}

.fa-creative-commons-sa:before {
	content: "\f4ef";
}

.fa-creative-commons-sampling:before {
	content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
	content: "\f4f1";
}

.fa-creative-commons-share:before {
	content: "\f4f2";
}

.fa-creative-commons-zero:before {
	content: "\f4f3";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-critical-role:before {
	content: "\f6c9";
}

.fa-crop:before {
	content: "\f125";
}

.fa-crop-alt:before {
	content: "\f565";
}

.fa-cross:before {
	content: "\f654";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-crow:before {
	content: "\f520";
}

.fa-crown:before {
	content: "\f521";
}

.fa-crutch:before {
	content: "\f7f7";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-css3-alt:before {
	content: "\f38b";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-cut:before {
	content: "\f0c4";
}

.fa-cuttlefish:before {
	content: "\f38c";
}

.fa-d-and-d:before {
	content: "\f38d";
}

.fa-d-and-d-beyond:before {
	content: "\f6ca";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-deaf:before {
	content: "\f2a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-democrat:before {
	content: "\f747";
}

.fa-deploydog:before {
	content: "\f38e";
}

.fa-deskpro:before {
	content: "\f38f";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-dev:before {
	content: "\f6cc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-dharmachakra:before {
	content: "\f655";
}

.fa-dhl:before {
	content: "\f790";
}

.fa-diagnoses:before {
	content: "\f470";
}

.fa-diaspora:before {
	content: "\f791";
}

.fa-dice:before {
	content: "\f522";
}

.fa-dice-d20:before {
	content: "\f6cf";
}

.fa-dice-d6:before {
	content: "\f6d1";
}

.fa-dice-five:before {
	content: "\f523";
}

.fa-dice-four:before {
	content: "\f524";
}

.fa-dice-one:before {
	content: "\f525";
}

.fa-dice-six:before {
	content: "\f526";
}

.fa-dice-three:before {
	content: "\f527";
}

.fa-dice-two:before {
	content: "\f528";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-digital-ocean:before {
	content: "\f391";
}

.fa-digital-tachograph:before {
	content: "\f566";
}

.fa-directions:before {
	content: "\f5eb";
}

.fa-discord:before {
	content: "\f392";
}

.fa-discourse:before {
	content: "\f393";
}

.fa-divide:before {
	content: "\f529";
}

.fa-dizzy:before {
	content: "\f567";
}

.fa-dna:before {
	content: "\f471";
}

.fa-dochub:before {
	content: "\f394";
}

.fa-docker:before {
	content: "\f395";
}

.fa-dog:before {
	content: "\f6d3";
}

.fa-dollar-sign:before {
	content: "\f155";
}

.fa-dolly:before {
	content: "\f472";
}

.fa-dolly-flatbed:before {
	content: "\f474";
}

.fa-donate:before {
	content: "\f4b9";
}

.fa-door-closed:before {
	content: "\f52a";
}

.fa-door-open:before {
	content: "\f52b";
}

.fa-dot-circle:before {
	content: "\f192";
}

.fa-dove:before {
	content: "\f4ba";
}

.fa-download:before {
	content: "\f019";
}

.fa-draft2digital:before {
	content: "\f396";
}

.fa-drafting-compass:before {
	content: "\f568";
}

.fa-dragon:before {
	content: "\f6d5";
}

.fa-draw-polygon:before {
	content: "\f5ee";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-dribbble-square:before {
	content: "\f397";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-drum:before {
	content: "\f569";
}

.fa-drum-steelpan:before {
	content: "\f56a";
}

.fa-drumstick-bite:before {
	content: "\f6d7";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-dumbbell:before {
	content: "\f44b";
}

.fa-dumpster:before {
	content: "\f793";
}

.fa-dumpster-fire:before {
	content: "\f794";
}

.fa-dungeon:before {
	content: "\f6d9";
}

.fa-dyalog:before {
	content: "\f399";
}

.fa-earlybirds:before {
	content: "\f39a";
}

.fa-ebay:before {
	content: "\f4f4";
}

.fa-edge:before {
	content: "\f282";
}

.fa-edit:before {
	content: "\f044";
}

.fa-egg:before {
	content: "\f7fb";
}

.fa-eject:before {
	content: "\f052";
}

.fa-elementor:before {
	content: "\f430";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-ello:before {
	content: "\f5f1";
}

.fa-ember:before {
	content: "\f423";
}

.fa-empire:before {
	content: "\f1d1";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-envelope-open:before {
	content: "\f2b6";
}

.fa-envelope-open-text:before {
	content: "\f658";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-envira:before {
	content: "\f299";
}

.fa-equals:before {
	content: "\f52c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-erlang:before {
	content: "\f39d";
}

.fa-ethereum:before {
	content: "\f42e";
}

.fa-ethernet:before {
	content: "\f796";
}

.fa-etsy:before {
	content: "\f2d7";
}

.fa-euro-sign:before {
	content: "\f153";
}

.fa-evernote:before {
	content: "\f839";
}

.fa-exchange-alt:before {
	content: "\f362";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-expand:before {
	content: "\f065";
}

.fa-expand-arrows-alt:before {
	content: "\f31e";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-external-link-alt:before {
	content: "\f35d";
}

.fa-external-link-square-alt:before {
	content: "\f360";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-dropper:before {
	content: "\f1fb";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-facebook:before {
	content: "\f09a";
}

.fa-facebook-f:before {
	content: "\f39e";
}

.fa-facebook-messenger:before {
	content: "\f39f";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-fan:before {
	content: "\f863";
}

.fa-fantasy-flight-games:before {
	content: "\f6dc";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-feather:before {
	content: "\f52d";
}

.fa-feather-alt:before {
	content: "\f56b";
}

.fa-fedex:before {
	content: "\f797";
}

.fa-fedora:before {
	content: "\f798";
}

.fa-female:before {
	content: "\f182";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-figma:before {
	content: "\f799";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-alt:before {
	content: "\f15c";
}

.fa-file-archive:before {
	content: "\f1c6";
}

.fa-file-audio:before {
	content: "\f1c7";
}

.fa-file-code:before {
	content: "\f1c9";
}

.fa-file-contract:before {
	content: "\f56c";
}

.fa-file-csv:before {
	content: "\f6dd";
}

.fa-file-download:before {
	content: "\f56d";
}

.fa-file-excel:before {
	content: "\f1c3";
}

.fa-file-export:before {
	content: "\f56e";
}

.fa-file-image:before {
	content: "\f1c5";
}

.fa-file-import:before {
	content: "\f56f";
}

.fa-file-invoice:before {
	content: "\f570";
}

.fa-file-invoice-dollar:before {
	content: "\f571";
}

.fa-file-medical:before {
	content: "\f477";
}

.fa-file-medical-alt:before {
	content: "\f478";
}

.fa-file-pdf:before {
	content: "\f1c1";
}

.fa-file-powerpoint:before {
	content: "\f1c4";
}

.fa-file-prescription:before {
	content: "\f572";
}

.fa-file-signature:before {
	content: "\f573";
}

.fa-file-upload:before {
	content: "\f574";
}

.fa-file-video:before {
	content: "\f1c8";
}

.fa-file-word:before {
	content: "\f1c2";
}

.fa-fill:before {
	content: "\f575";
}

.fa-fill-drip:before {
	content: "\f576";
}

.fa-film:before {
	content: "\f008";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-fingerprint:before {
	content: "\f577";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-fire-alt:before {
	content: "\f7e4";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-first-aid:before {
	content: "\f479";
}

.fa-first-order:before {
	content: "\f2b0";
}

.fa-first-order-alt:before {
	content: "\f50a";
}

.fa-firstdraft:before {
	content: "\f3a1";
}

.fa-fish:before {
	content: "\f578";
}

.fa-fist-raised:before {
	content: "\f6de";
}

.fa-flag:before {
	content: "\f024";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-flag-usa:before {
	content: "\f74d";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-flipboard:before {
	content: "\f44d";
}

.fa-flushed:before {
	content: "\f579";
}

.fa-fly:before {
	content: "\f417";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-minus:before {
	content: "\f65d";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-folder-plus:before {
	content: "\f65e";
}

.fa-font:before {
	content: "\f031";
}

.fa-font-awesome:before {
	content: "\f2b4";
}

.fa-font-awesome-alt:before {
	content: "\f35c";
}

.fa-font-awesome-flag:before {
	content: "\f425";
}

.fa-font-awesome-logo-full:before {
	content: "\f4e6";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-fonticons-fi:before {
	content: "\f3a2";
}

.fa-football-ball:before {
	content: "\f44e";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-fort-awesome-alt:before {
	content: "\f3a3";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-free-code-camp:before {
	content: "\f2c5";
}

.fa-freebsd:before {
	content: "\f3a4";
}

.fa-frog:before {
	content: "\f52e";
}

.fa-frown:before {
	content: "\f119";
}

.fa-frown-open:before {
	content: "\f57a";
}

.fa-fulcrum:before {
	content: "\f50b";
}

.fa-funnel-dollar:before {
	content: "\f662";
}

.fa-futbol:before {
	content: "\f1e3";
}

.fa-galactic-republic:before {
	content: "\f50c";
}

.fa-galactic-senate:before {
	content: "\f50d";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-gas-pump:before {
	content: "\f52f";
}

.fa-gavel:before {
	content: "\f0e3";
}

.fa-gem:before {
	content: "\f3a5";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-ghost:before {
	content: "\f6e2";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-gifts:before {
	content: "\f79c";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-git-alt:before {
	content: "\f841";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-github:before {
	content: "\f09b";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-gitkraken:before {
	content: "\f3a6";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-gitter:before {
	content: "\f426";
}

.fa-glass-cheers:before {
	content: "\f79f";
}

.fa-glass-martini:before {
	content: "\f000";
}

.fa-glass-martini-alt:before {
	content: "\f57b";
}

.fa-glass-whiskey:before {
	content: "\f7a0";
}

.fa-glasses:before {
	content: "\f530";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-globe-africa:before {
	content: "\f57c";
}

.fa-globe-americas:before {
	content: "\f57d";
}

.fa-globe-asia:before {
	content: "\f57e";
}

.fa-globe-europe:before {
	content: "\f7a2";
}

.fa-gofore:before {
	content: "\f3a7";
}

.fa-golf-ball:before {
	content: "\f450";
}

.fa-goodreads:before {
	content: "\f3a8";
}

.fa-goodreads-g:before {
	content: "\f3a9";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-google-drive:before {
	content: "\f3aa";
}

.fa-google-play:before {
	content: "\f3ab";
}

.fa-google-plus:before {
	content: "\f2b3";
}

.fa-google-plus-g:before {
	content: "\f0d5";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-gopuram:before {
	content: "\f664";
}

.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-gratipay:before {
	content: "\f184";
}

.fa-grav:before {
	content: "\f2d6";
}

.fa-greater-than:before {
	content: "\f531";
}

.fa-greater-than-equal:before {
	content: "\f532";
}

.fa-grimace:before {
	content: "\f57f";
}

.fa-grin:before {
	content: "\f580";
}

.fa-grin-alt:before {
	content: "\f581";
}

.fa-grin-beam:before {
	content: "\f582";
}

.fa-grin-beam-sweat:before {
	content: "\f583";
}

.fa-grin-hearts:before {
	content: "\f584";
}

.fa-grin-squint:before {
	content: "\f585";
}

.fa-grin-squint-tears:before {
	content: "\f586";
}

.fa-grin-stars:before {
	content: "\f587";
}

.fa-grin-tears:before {
	content: "\f588";
}

.fa-grin-tongue:before {
	content: "\f589";
}

.fa-grin-tongue-squint:before {
	content: "\f58a";
}

.fa-grin-tongue-wink:before {
	content: "\f58b";
}

.fa-grin-wink:before {
	content: "\f58c";
}

.fa-grip-horizontal:before {
	content: "\f58d";
}

.fa-grip-lines:before {
	content: "\f7a4";
}

.fa-grip-lines-vertical:before {
	content: "\f7a5";
}

.fa-grip-vertical:before {
	content: "\f58e";
}

.fa-gripfire:before {
	content: "\f3ac";
}

.fa-grunt:before {
	content: "\f3ad";
}

.fa-guitar:before {
	content: "\f7a6";
}

.fa-gulp:before {
	content: "\f3ae";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-hacker-news-square:before {
	content: "\f3af";
}

.fa-hackerrank:before {
	content: "\f5f7";
}

.fa-hamburger:before {
	content: "\f805";
}

.fa-hammer:before {
	content: "\f6e3";
}

.fa-hamsa:before {
	content: "\f665";
}

.fa-hand-holding:before {
	content: "\f4bd";
}

.fa-hand-holding-heart:before {
	content: "\f4be";
}

.fa-hand-holding-usd:before {
	content: "\f4c0";
}

.fa-hand-lizard:before {
	content: "\f258";
}

.fa-hand-middle-finger:before {
	content: "\f806";
}

.fa-hand-paper:before {
	content: "\f256";
}

.fa-hand-peace:before {
	content: "\f25b";
}

.fa-hand-point-down:before {
	content: "\f0a7";
}

.fa-hand-point-left:before {
	content: "\f0a5";
}

.fa-hand-point-right:before {
	content: "\f0a4";
}

.fa-hand-point-up:before {
	content: "\f0a6";
}

.fa-hand-pointer:before {
	content: "\f25a";
}

.fa-hand-rock:before {
	content: "\f255";
}

.fa-hand-scissors:before {
	content: "\f257";
}

.fa-hand-spock:before {
	content: "\f259";
}

.fa-hands:before {
	content: "\f4c2";
}

.fa-hands-helping:before {
	content: "\f4c4";
}

.fa-handshake:before {
	content: "\f2b5";
}

.fa-hanukiah:before {
	content: "\f6e6";
}

.fa-hard-hat:before {
	content: "\f807";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-hat-cowboy:before {
	content: "\f8c0";
}

.fa-hat-cowboy-side:before {
	content: "\f8c1";
}

.fa-hat-wizard:before {
	content: "\f6e8";
}

.fa-haykal:before {
	content: "\f666";
}

.fa-hdd:before {
	content: "\f0a0";
}

.fa-heading:before {
	content: "\f1dc";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-headphones-alt:before {
	content: "\f58f";
}

.fa-headset:before {
	content: "\f590";
}

.fa-heart:before {
	content: "\f004";
}

.fa-heart-broken:before {
	content: "\f7a9";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-helicopter:before {
	content: "\f533";
}

.fa-highlighter:before {
	content: "\f591";
}

.fa-hiking:before {
	content: "\f6ec";
}

.fa-hippo:before {
	content: "\f6ed";
}

.fa-hips:before {
	content: "\f452";
}

.fa-hire-a-helper:before {
	content: "\f3b0";
}

.fa-history:before {
	content: "\f1da";
}

.fa-hockey-puck:before {
	content: "\f453";
}

.fa-holly-berry:before {
	content: "\f7aa";
}

.fa-home:before {
	content: "\f015";
}

.fa-hooli:before {
	content: "\f427";
}

.fa-hornbill:before {
	content: "\f592";
}

.fa-horse:before {
	content: "\f6f0";
}

.fa-horse-head:before {
	content: "\f7ab";
}

.fa-hospital:before {
	content: "\f0f8";
}

.fa-hospital-alt:before {
	content: "\f47d";
}

.fa-hospital-symbol:before {
	content: "\f47e";
}

.fa-hot-tub:before {
	content: "\f593";
}

.fa-hotdog:before {
	content: "\f80f";
}

.fa-hotel:before {
	content: "\f594";
}

.fa-hotjar:before {
	content: "\f3b1";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-start:before {
	content: "\f251";
}

.fa-house-damage:before {
	content: "\f6f1";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-hryvnia:before {
	content: "\f6f2";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-hubspot:before {
	content: "\f3b2";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-ice-cream:before {
	content: "\f810";
}

.fa-icicles:before {
	content: "\f7ad";
}

.fa-icons:before {
	content: "\f86d";
}

.fa-id-badge:before {
	content: "\f2c1";
}

.fa-id-card:before {
	content: "\f2c2";
}

.fa-id-card-alt:before {
	content: "\f47f";
}

.fa-igloo:before {
	content: "\f7ae";
}

.fa-image:before {
	content: "\f03e";
}

.fa-images:before {
	content: "\f302";
}

.fa-imdb:before {
	content: "\f2d8";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-industry:before {
	content: "\f275";
}

.fa-infinity:before {
	content: "\f534";
}

.fa-info:before {
	content: "\f129";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-intercom:before {
	content: "\f7af";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-invision:before {
	content: "\f7b0";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-italic:before {
	content: "\f033";
}

.fa-itch-io:before {
	content: "\f83a";
}

.fa-itunes:before {
	content: "\f3b4";
}

.fa-itunes-note:before {
	content: "\f3b5";
}

.fa-java:before {
	content: "\f4e4";
}

.fa-jedi:before {
	content: "\f669";
}

.fa-jedi-order:before {
	content: "\f50e";
}

.fa-jenkins:before {
	content: "\f3b6";
}

.fa-jira:before {
	content: "\f7b1";
}

.fa-joget:before {
	content: "\f3b7";
}

.fa-joint:before {
	content: "\f595";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-journal-whills:before {
	content: "\f66a";
}

.fa-js:before {
	content: "\f3b8";
}

.fa-js-square:before {
	content: "\f3b9";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-kaaba:before {
	content: "\f66b";
}

.fa-kaggle:before {
	content: "\f5fa";
}

.fa-key:before {
	content: "\f084";
}

.fa-keybase:before {
	content: "\f4f5";
}

.fa-keyboard:before {
	content: "\f11c";
}

.fa-keycdn:before {
	content: "\f3ba";
}

.fa-khanda:before {
	content: "\f66d";
}

.fa-kickstarter:before {
	content: "\f3bb";
}

.fa-kickstarter-k:before {
	content: "\f3bc";
}

.fa-kiss:before {
	content: "\f596";
}

.fa-kiss-beam:before {
	content: "\f597";
}

.fa-kiss-wink-heart:before {
	content: "\f598";
}

.fa-kiwi-bird:before {
	content: "\f535";
}

.fa-korvue:before {
	content: "\f42f";
}

.fa-landmark:before {
	content: "\f66f";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-laptop-code:before {
	content: "\f5fc";
}

.fa-laptop-medical:before {
	content: "\f812";
}

.fa-laravel:before {
	content: "\f3bd";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-laugh:before {
	content: "\f599";
}

.fa-laugh-beam:before {
	content: "\f59a";
}

.fa-laugh-squint:before {
	content: "\f59b";
}

.fa-laugh-wink:before {
	content: "\f59c";
}

.fa-layer-group:before {
	content: "\f5fd";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-lemon:before {
	content: "\f094";
}

.fa-less:before {
	content: "\f41d";
}

.fa-less-than:before {
	content: "\f536";
}

.fa-less-than-equal:before {
	content: "\f537";
}

.fa-level-down-alt:before {
	content: "\f3be";
}

.fa-level-up-alt:before {
	content: "\f3bf";
}

.fa-life-ring:before {
	content: "\f1cd";
}

.fa-lightbulb:before {
	content: "\f0eb";
}

.fa-line:before {
	content: "\f3c0";
}

.fa-link:before {
	content: "\f0c1";
}

.fa-linkedin:before {
	content: "\f08c";
}

.fa-linkedin-in:before {
	content: "\f0e1";
}

.fa-linode:before {
	content: "\f2b8";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-lira-sign:before {
	content: "\f195";
}

.fa-list:before {
	content: "\f03a";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-lock:before {
	content: "\f023";
}

.fa-lock-open:before {
	content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
	content: "\f309";
}

.fa-long-arrow-alt-left:before {
	content: "\f30a";
}

.fa-long-arrow-alt-right:before {
	content: "\f30b";
}

.fa-long-arrow-alt-up:before {
	content: "\f30c";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-luggage-cart:before {
	content: "\f59d";
}

.fa-lyft:before {
	content: "\f3c3";
}

.fa-magento:before {
	content: "\f3c4";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-mail-bulk:before {
	content: "\f674";
}

.fa-mailchimp:before {
	content: "\f59e";
}

.fa-male:before {
	content: "\f183";
}

.fa-mandalorian:before {
	content: "\f50f";
}

.fa-map:before {
	content: "\f279";
}

.fa-map-marked:before {
	content: "\f59f";
}

.fa-map-marked-alt:before {
	content: "\f5a0";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-map-marker-alt:before {
	content: "\f3c5";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-markdown:before {
	content: "\f60f";
}

.fa-marker:before {
	content: "\f5a1";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mask:before {
	content: "\f6fa";
}

.fa-mastodon:before {
	content: "\f4f6";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-mdb:before {
	content: "\f8ca";
}

.fa-medal:before {
	content: "\f5a2";
}

.fa-medapps:before {
	content: "\f3c6";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-medium-m:before {
	content: "\f3c7";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-medrt:before {
	content: "\f3c8";
}

.fa-meetup:before {
	content: "\f2e0";
}

.fa-megaport:before {
	content: "\f5a3";
}

.fa-meh:before {
	content: "\f11a";
}

.fa-meh-blank:before {
	content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
	content: "\f5a5";
}

.fa-memory:before {
	content: "\f538";
}

.fa-mendeley:before {
	content: "\f7b3";
}

.fa-menorah:before {
	content: "\f676";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-meteor:before {
	content: "\f753";
}

.fa-microchip:before {
	content: "\f2db";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-alt:before {
	content: "\f3c9";
}

.fa-microphone-alt-slash:before {
	content: "\f539";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-microscope:before {
	content: "\f610";
}

.fa-microsoft:before {
	content: "\f3ca";
}

.fa-minus:before {
	content: "\f068";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-mitten:before {
	content: "\f7b5";
}

.fa-mix:before {
	content: "\f3cb";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-mizuni:before {
	content: "\f3cc";
}

.fa-mobile:before {
	content: "\f10b";
}

.fa-mobile-alt:before {
	content: "\f3cd";
}

.fa-modx:before {
	content: "\f285";
}

.fa-monero:before {
	content: "\f3d0";
}

.fa-money-bill:before {
	content: "\f0d6";
}

.fa-money-bill-alt:before {
	content: "\f3d1";
}

.fa-money-bill-wave:before {
	content: "\f53a";
}

.fa-money-bill-wave-alt:before {
	content: "\f53b";
}

.fa-money-check:before {
	content: "\f53c";
}

.fa-money-check-alt:before {
	content: "\f53d";
}

.fa-monument:before {
	content: "\f5a6";
}

.fa-moon:before {
	content: "\f186";
}

.fa-mortar-pestle:before {
	content: "\f5a7";
}

.fa-mosque:before {
	content: "\f678";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-mountain:before {
	content: "\f6fc";
}

.fa-mouse:before {
	content: "\f8cc";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-mug-hot:before {
	content: "\f7b6";
}

.fa-music:before {
	content: "\f001";
}

.fa-napster:before {
	content: "\f3d2";
}

.fa-neos:before {
	content: "\f612";
}

.fa-network-wired:before {
	content: "\f6ff";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-newspaper:before {
	content: "\f1ea";
}

.fa-nimblr:before {
	content: "\f5a8";
}

.fa-node:before {
	content: "\f419";
}

.fa-node-js:before {
	content: "\f3d3";
}

.fa-not-equal:before {
	content: "\f53e";
}

.fa-notes-medical:before {
	content: "\f481";
}

.fa-npm:before {
	content: "\f3d4";
}

.fa-ns8:before {
	content: "\f3d5";
}

.fa-nutritionix:before {
	content: "\f3d6";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-oil-can:before {
	content: "\f613";
}

.fa-old-republic:before {
	content: "\f510";
}

.fa-om:before {
	content: "\f679";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-orcid:before {
	content: "\f8d2";
}

.fa-osi:before {
	content: "\f41a";
}

.fa-otter:before {
	content: "\f700";
}

.fa-outdent:before {
	content: "\f03b";
}

.fa-page4:before {
	content: "\f3d7";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-pager:before {
	content: "\f815";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-paint-roller:before {
	content: "\f5aa";
}

.fa-palette:before {
	content: "\f53f";
}

.fa-palfed:before {
	content: "\f3d8";
}

.fa-pallet:before {
	content: "\f482";
}

.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-parachute-box:before {
	content: "\f4cd";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-parking:before {
	content: "\f540";
}

.fa-passport:before {
	content: "\f5ab";
}

.fa-pastafarianism:before {
	content: "\f67b";
}

.fa-paste:before {
	content: "\f0ea";
}

.fa-patreon:before {
	content: "\f3d9";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-peace:before {
	content: "\f67c";
}

.fa-pen:before {
	content: "\f304";
}

.fa-pen-alt:before {
	content: "\f305";
}

.fa-pen-fancy:before {
	content: "\f5ac";
}

.fa-pen-nib:before {
	content: "\f5ad";
}

.fa-pen-square:before {
	content: "\f14b";
}

.fa-pencil-alt:before {
	content: "\f303";
}

.fa-pencil-ruler:before {
	content: "\f5ae";
}

.fa-penny-arcade:before {
	content: "\f704";
}

.fa-people-carry:before {
	content: "\f4ce";
}

.fa-pepper-hot:before {
	content: "\f816";
}

.fa-percent:before {
	content: "\f295";
}

.fa-percentage:before {
	content: "\f541";
}

.fa-periscope:before {
	content: "\f3da";
}

.fa-person-booth:before {
	content: "\f756";
}

.fa-phabricator:before {
	content: "\f3db";
}

.fa-phoenix-framework:before {
	content: "\f3dc";
}

.fa-phoenix-squadron:before {
	content: "\f511";
}

.fa-phone:before {
	content: "\f095";
}

.fa-phone-alt:before {
	content: "\f879";
}

.fa-phone-slash:before {
	content: "\f3dd";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-phone-square-alt:before {
	content: "\f87b";
}

.fa-phone-volume:before {
	content: "\f2a0";
}

.fa-photo-video:before {
	content: "\f87c";
}

.fa-php:before {
	content: "\f457";
}

.fa-pied-piper:before {
	content: "\f2ae";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-pied-piper-hat:before {
	content: "\f4e5";
}

.fa-pied-piper-pp:before {
	content: "\f1a7";
}

.fa-piggy-bank:before {
	content: "\f4d3";
}

.fa-pills:before {
	content: "\f484";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-pizza-slice:before {
	content: "\f818";
}

.fa-place-of-worship:before {
	content: "\f67f";
}

.fa-plane:before {
	content: "\f072";
}

.fa-plane-arrival:before {
	content: "\f5af";
}

.fa-plane-departure:before {
	content: "\f5b0";
}

.fa-play:before {
	content: "\f04b";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-playstation:before {
	content: "\f3df";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-plus:before {
	content: "\f067";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-podcast:before {
	content: "\f2ce";
}

.fa-poll:before {
	content: "\f681";
}

.fa-poll-h:before {
	content: "\f682";
}

.fa-poo:before {
	content: "\f2fe";
}

.fa-poo-storm:before {
	content: "\f75a";
}

.fa-poop:before {
	content: "\f619";
}

.fa-portrait:before {
	content: "\f3e0";
}

.fa-pound-sign:before {
	content: "\f154";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-pray:before {
	content: "\f683";
}

.fa-praying-hands:before {
	content: "\f684";
}

.fa-prescription:before {
	content: "\f5b1";
}

.fa-prescription-bottle:before {
	content: "\f485";
}

.fa-prescription-bottle-alt:before {
	content: "\f486";
}

.fa-print:before {
	content: "\f02f";
}

.fa-procedures:before {
	content: "\f487";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-project-diagram:before {
	content: "\f542";
}

.fa-pushed:before {
	content: "\f3e1";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-python:before {
	content: "\f3e2";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-question:before {
	content: "\f128";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-quidditch:before {
	content: "\f458";
}

.fa-quinscape:before {
	content: "\f459";
}

.fa-quora:before {
	content: "\f2c4";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-quran:before {
	content: "\f687";
}

.fa-r-project:before {
	content: "\f4f7";
}

.fa-radiation:before {
	content: "\f7b9";
}

.fa-radiation-alt:before {
	content: "\f7ba";
}

.fa-rainbow:before {
	content: "\f75b";
}

.fa-random:before {
	content: "\f074";
}

.fa-raspberry-pi:before {
	content: "\f7bb";
}

.fa-ravelry:before {
	content: "\f2d9";
}

.fa-react:before {
	content: "\f41b";
}

.fa-reacteurope:before {
	content: "\f75d";
}

.fa-readme:before {
	content: "\f4d5";
}

.fa-rebel:before {
	content: "\f1d0";
}

.fa-receipt:before {
	content: "\f543";
}

.fa-record-vinyl:before {
	content: "\f8d9";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-red-river:before {
	content: "\f3e3";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-redhat:before {
	content: "\f7bc";
}

.fa-redo:before {
	content: "\f01e";
}

.fa-redo-alt:before {
	content: "\f2f9";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-remove-format:before {
	content: "\f87d";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-reply:before {
	content: "\f3e5";
}

.fa-reply-all:before {
	content: "\f122";
}

.fa-replyd:before {
	content: "\f3e6";
}

.fa-republican:before {
	content: "\f75e";
}

.fa-researchgate:before {
	content: "\f4f8";
}

.fa-resolving:before {
	content: "\f3e7";
}

.fa-restroom:before {
	content: "\f7bd";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-rev:before {
	content: "\f5b2";
}

.fa-ribbon:before {
	content: "\f4d6";
}

.fa-ring:before {
	content: "\f70b";
}

.fa-road:before {
	content: "\f018";
}

.fa-robot:before {
	content: "\f544";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-rocketchat:before {
	content: "\f3e8";
}

.fa-rockrms:before {
	content: "\f3e9";
}

.fa-route:before {
	content: "\f4d7";
}

.fa-rss:before {
	content: "\f09e";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-ruble-sign:before {
	content: "\f158";
}

.fa-ruler:before {
	content: "\f545";
}

.fa-ruler-combined:before {
	content: "\f546";
}

.fa-ruler-horizontal:before {
	content: "\f547";
}

.fa-ruler-vertical:before {
	content: "\f548";
}

.fa-running:before {
	content: "\f70c";
}

.fa-rupee-sign:before {
	content: "\f156";
}

.fa-sad-cry:before {
	content: "\f5b3";
}

.fa-sad-tear:before {
	content: "\f5b4";
}

.fa-safari:before {
	content: "\f267";
}

.fa-salesforce:before {
	content: "\f83b";
}

.fa-sass:before {
	content: "\f41e";
}

.fa-satellite:before {
	content: "\f7bf";
}

.fa-satellite-dish:before {
	content: "\f7c0";
}

.fa-save:before {
	content: "\f0c7";
}

.fa-schlix:before {
	content: "\f3ea";
}

.fa-school:before {
	content: "\f549";
}

.fa-screwdriver:before {
	content: "\f54a";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-scroll:before {
	content: "\f70e";
}

.fa-sd-card:before {
	content: "\f7c2";
}

.fa-search:before {
	content: "\f002";
}

.fa-search-dollar:before {
	content: "\f688";
}

.fa-search-location:before {
	content: "\f689";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-searchengin:before {
	content: "\f3eb";
}

.fa-seedling:before {
	content: "\f4d8";
}

.fa-sellcast:before {
	content: "\f2da";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-server:before {
	content: "\f233";
}

.fa-servicestack:before {
	content: "\f3ec";
}

.fa-shapes:before {
	content: "\f61f";
}

.fa-share:before {
	content: "\f064";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-shekel-sign:before {
	content: "\f20b";
}

.fa-shield-alt:before {
	content: "\f3ed";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-shipping-fast:before {
	content: "\f48b";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-shoe-prints:before {
	content: "\f54b";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-shopware:before {
	content: "\f5b5";
}

.fa-shower:before {
	content: "\f2cc";
}

.fa-shuttle-van:before {
	content: "\f5b6";
}

.fa-sign:before {
	content: "\f4d9";
}

.fa-sign-in-alt:before {
	content: "\f2f6";
}

.fa-sign-language:before {
	content: "\f2a7";
}

.fa-sign-out-alt:before {
	content: "\f2f5";
}

.fa-signal:before {
	content: "\f012";
}

.fa-signature:before {
	content: "\f5b7";
}

.fa-sim-card:before {
	content: "\f7c4";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-sistrix:before {
	content: "\f3ee";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-sith:before {
	content: "\f512";
}

.fa-skating:before {
	content: "\f7c5";
}

.fa-sketch:before {
	content: "\f7c6";
}

.fa-skiing:before {
	content: "\f7c9";
}

.fa-skiing-nordic:before {
	content: "\f7ca";
}

.fa-skull:before {
	content: "\f54c";
}

.fa-skull-crossbones:before {
	content: "\f714";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-slack:before {
	content: "\f198";
}

.fa-slack-hash:before {
	content: "\f3ef";
}

.fa-slash:before {
	content: "\f715";
}

.fa-sleigh:before {
	content: "\f7cc";
}

.fa-sliders-h:before {
	content: "\f1de";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-smile:before {
	content: "\f118";
}

.fa-smile-beam:before {
	content: "\f5b8";
}

.fa-smile-wink:before {
	content: "\f4da";
}

.fa-smog:before {
	content: "\f75f";
}

.fa-smoking:before {
	content: "\f48d";
}

.fa-smoking-ban:before {
	content: "\f54d";
}

.fa-sms:before {
	content: "\f7cd";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.fa-snowboarding:before {
	content: "\f7ce";
}

.fa-snowflake:before {
	content: "\f2dc";
}

.fa-snowman:before {
	content: "\f7d0";
}

.fa-snowplow:before {
	content: "\f7d2";
}

.fa-socks:before {
	content: "\f696";
}

.fa-solar-panel:before {
	content: "\f5ba";
}

.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-alpha-down:before {
	content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
	content: "\f881";
}

.fa-sort-alpha-up:before {
	content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
	content: "\f882";
}

.fa-sort-amount-down:before {
	content: "\f160";
}

.fa-sort-amount-down-alt:before {
	content: "\f884";
}

.fa-sort-amount-up:before {
	content: "\f161";
}

.fa-sort-amount-up-alt:before {
	content: "\f885";
}

.fa-sort-down:before {
	content: "\f0dd";
}

.fa-sort-numeric-down:before {
	content: "\f162";
}

.fa-sort-numeric-down-alt:before {
	content: "\f886";
}

.fa-sort-numeric-up:before {
	content: "\f163";
}

.fa-sort-numeric-up-alt:before {
	content: "\f887";
}

.fa-sort-up:before {
	content: "\f0de";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-sourcetree:before {
	content: "\f7d3";
}

.fa-spa:before {
	content: "\f5bb";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-speakap:before {
	content: "\f3f3";
}

.fa-speaker-deck:before {
	content: "\f83c";
}

.fa-spell-check:before {
	content: "\f891";
}

.fa-spider:before {
	content: "\f717";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-splotch:before {
	content: "\f5bc";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-spray-can:before {
	content: "\f5bd";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-square-full:before {
	content: "\f45c";
}

.fa-square-root-alt:before {
	content: "\f698";
}

.fa-squarespace:before {
	content: "\f5be";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-stackpath:before {
	content: "\f842";
}

.fa-stamp:before {
	content: "\f5bf";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-and-crescent:before {
	content: "\f699";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-star-half-alt:before {
	content: "\f5c0";
}

.fa-star-of-david:before {
	content: "\f69a";
}

.fa-star-of-life:before {
	content: "\f621";
}

.fa-staylinked:before {
	content: "\f3f5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-steam-symbol:before {
	content: "\f3f6";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-sticker-mule:before {
	content: "\f3f7";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stopwatch:before {
	content: "\f2f2";
}

.fa-store:before {
	content: "\f54e";
}

.fa-store-alt:before {
	content: "\f54f";
}

.fa-strava:before {
	content: "\f428";
}

.fa-stream:before {
	content: "\f550";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-stripe:before {
	content: "\f429";
}

.fa-stripe-s:before {
	content: "\f42a";
}

.fa-stroopwafel:before {
	content: "\f551";
}

.fa-studiovinari:before {
	content: "\f3f8";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-subway:before {
	content: "\f239";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-suitcase-rolling:before {
	content: "\f5c1";
}

.fa-sun:before {
	content: "\f185";
}

.fa-superpowers:before {
	content: "\f2dd";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-supple:before {
	content: "\f3f9";
}

.fa-surprise:before {
	content: "\f5c2";
}

.fa-suse:before {
	content: "\f7d6";
}

.fa-swatchbook:before {
	content: "\f5c3";
}

.fa-swift:before {
	content: "\f8e1";
}

.fa-swimmer:before {
	content: "\f5c4";
}

.fa-swimming-pool:before {
	content: "\f5c5";
}

.fa-symfony:before {
	content: "\f83d";
}

.fa-synagogue:before {
	content: "\f69b";
}

.fa-sync:before {
	content: "\f021";
}

.fa-sync-alt:before {
	content: "\f2f1";
}

.fa-syringe:before {
	content: "\f48e";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-table-tennis:before {
	content: "\f45d";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-tablet-alt:before {
	content: "\f3fa";
}

.fa-tablets:before {
	content: "\f490";
}

.fa-tachometer-alt:before {
	content: "\f3fd";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-tape:before {
	content: "\f4db";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-taxi:before {
	content: "\f1ba";
}

.fa-teamspeak:before {
	content: "\f4f9";
}

.fa-teeth:before {
	content: "\f62e";
}

.fa-teeth-open:before {
	content: "\f62f";
}

.fa-telegram:before {
	content: "\f2c6";
}

.fa-telegram-plane:before {
	content: "\f3fe";
}

.fa-temperature-high:before {
	content: "\f769";
}

.fa-temperature-low:before {
	content: "\f76b";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-tenge:before {
	content: "\f7d7";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-the-red-yeti:before {
	content: "\f69d";
}

.fa-theater-masks:before {
	content: "\f630";
}

.fa-themeco:before {
	content: "\f5c6";
}

.fa-themeisle:before {
	content: "\f2b2";
}

.fa-thermometer:before {
	content: "\f491";
}

.fa-thermometer-empty:before {
	content: "\f2cb";
}

.fa-thermometer-full:before {
	content: "\f2c7";
}

.fa-thermometer-half:before {
	content: "\f2c9";
}

.fa-thermometer-quarter:before {
	content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}

.fa-think-peaks:before {
	content: "\f731";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbtack:before {
	content: "\f08d";
}

.fa-ticket-alt:before {
	content: "\f3ff";
}

.fa-times:before {
	content: "\f00d";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-tint:before {
	content: "\f043";
}

.fa-tint-slash:before {
	content: "\f5c7";
}

.fa-tired:before {
	content: "\f5c8";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-toilet:before {
	content: "\f7d8";
}

.fa-toilet-paper:before {
	content: "\f71e";
}

.fa-toolbox:before {
	content: "\f552";
}

.fa-tools:before {
	content: "\f7d9";
}

.fa-tooth:before {
	content: "\f5c9";
}

.fa-torah:before {
	content: "\f6a0";
}

.fa-torii-gate:before {
	content: "\f6a1";
}

.fa-tractor:before {
	content: "\f722";
}

.fa-trade-federation:before {
	content: "\f513";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-traffic-light:before {
	content: "\f637";
}

.fa-train:before {
	content: "\f238";
}

.fa-tram:before {
	content: "\f7da";
}

.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-trash-alt:before {
	content: "\f2ed";
}

.fa-trash-restore:before {
	content: "\f829";
}

.fa-trash-restore-alt:before {
	content: "\f82a";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-trello:before {
	content: "\f181";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-truck-loading:before {
	content: "\f4de";
}

.fa-truck-monster:before {
	content: "\f63b";
}

.fa-truck-moving:before {
	content: "\f4df";
}

.fa-truck-pickup:before {
	content: "\f63c";
}

.fa-tshirt:before {
	content: "\f553";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-tv:before {
	content: "\f26c";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-typo3:before {
	content: "\f42b";
}

.fa-uber:before {
	content: "\f402";
}

.fa-ubuntu:before {
	content: "\f7df";
}

.fa-uikit:before {
	content: "\f403";
}

.fa-umbraco:before {
	content: "\f8e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-umbrella-beach:before {
	content: "\f5ca";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-undo:before {
	content: "\f0e2";
}

.fa-undo-alt:before {
	content: "\f2ea";
}

.fa-uniregistry:before {
	content: "\f404";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-university:before {
	content: "\f19c";
}

.fa-unlink:before {
	content: "\f127";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-untappd:before {
	content: "\f405";
}

.fa-upload:before {
	content: "\f093";
}

.fa-ups:before {
	content: "\f7e0";
}

.fa-usb:before {
	content: "\f287";
}

.fa-user:before {
	content: "\f007";
}

.fa-user-alt:before {
	content: "\f406";
}

.fa-user-alt-slash:before {
	content: "\f4fa";
}

.fa-user-astronaut:before {
	content: "\f4fb";
}

.fa-user-check:before {
	content: "\f4fc";
}

.fa-user-circle:before {
	content: "\f2bd";
}

.fa-user-clock:before {
	content: "\f4fd";
}

.fa-user-cog:before {
	content: "\f4fe";
}

.fa-user-edit:before {
	content: "\f4ff";
}

.fa-user-friends:before {
	content: "\f500";
}

.fa-user-graduate:before {
	content: "\f501";
}

.fa-user-injured:before {
	content: "\f728";
}

.fa-user-lock:before {
	content: "\f502";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-user-minus:before {
	content: "\f503";
}

.fa-user-ninja:before {
	content: "\f504";
}

.fa-user-nurse:before {
	content: "\f82f";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-user-shield:before {
	content: "\f505";
}

.fa-user-slash:before {
	content: "\f506";
}

.fa-user-tag:before {
	content: "\f507";
}

.fa-user-tie:before {
	content: "\f508";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-users:before {
	content: "\f0c0";
}

.fa-users-cog:before {
	content: "\f509";
}

.fa-usps:before {
	content: "\f7e1";
}

.fa-ussunnah:before {
	content: "\f407";
}

.fa-utensil-spoon:before {
	content: "\f2e5";
}

.fa-utensils:before {
	content: "\f2e7";
}

.fa-vaadin:before {
	content: "\f408";
}

.fa-vector-square:before {
	content: "\f5cb";
}

.fa-venus:before {
	content: "\f221";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-vial:before {
	content: "\f492";
}

.fa-vials:before {
	content: "\f493";
}

.fa-viber:before {
	content: "\f409";
}

.fa-video:before {
	content: "\f03d";
}

.fa-video-slash:before {
	content: "\f4e2";
}

.fa-vihara:before {
	content: "\f6a7";
}

.fa-vimeo:before {
	content: "\f40a";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-vimeo-v:before {
	content: "\f27d";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-vk:before {
	content: "\f189";
}

.fa-vnv:before {
	content: "\f40b";
}

.fa-voicemail:before {
	content: "\f897";
}

.fa-volleyball-ball:before {
	content: "\f45f";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-mute:before {
	content: "\f6a9";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-vote-yea:before {
	content: "\f772";
}

.fa-vr-cardboard:before {
	content: "\f729";
}

.fa-vuejs:before {
	content: "\f41f";
}

.fa-walking:before {
	content: "\f554";
}

.fa-wallet:before {
	content: "\f555";
}

.fa-warehouse:before {
	content: "\f494";
}

.fa-water:before {
	content: "\f773";
}

.fa-wave-square:before {
	content: "\f83e";
}

.fa-waze:before {
	content: "\f83f";
}

.fa-weebly:before {
	content: "\f5cc";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-weight:before {
	content: "\f496";
}

.fa-weight-hanging:before {
	content: "\f5cd";
}

.fa-weixin:before {
	content: "\f1d7";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-whatsapp-square:before {
	content: "\f40c";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-whmcs:before {
	content: "\f40d";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-wind:before {
	content: "\f72e";
}

.fa-window-close:before {
	content: "\f410";
}

.fa-window-maximize:before {
	content: "\f2d0";
}

.fa-window-minimize:before {
	content: "\f2d1";
}

.fa-window-restore:before {
	content: "\f2d2";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-wine-bottle:before {
	content: "\f72f";
}

.fa-wine-glass:before {
	content: "\f4e3";
}

.fa-wine-glass-alt:before {
	content: "\f5ce";
}

.fa-wix:before {
	content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
	content: "\f730";
}

.fa-wolf-pack-battalion:before {
	content: "\f514";
}

.fa-won-sign:before {
	content: "\f159";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-wordpress-simple:before {
	content: "\f411";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpexplorer:before {
	content: "\f2de";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-wpressr:before {
	content: "\f3e4";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-x-ray:before {
	content: "\f497";
}

.fa-xbox:before {
	content: "\f412";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-y-combinator:before {
	content: "\f23b";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-yammer:before {
	content: "\f840";
}

.fa-yandex:before {
	content: "\f413";
}

.fa-yandex-international:before {
	content: "\f414";
}

.fa-yarn:before {
	content: "\f7e3";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-yen-sign:before {
	content: "\f157";
}

.fa-yin-yang:before {
	content: "\f6ad";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-youtube-square:before {
	content: "\f431";
}

.fa-zhihu:before {
	content: "\f63f";
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url(../fonts/webfonts/fa-brands-400.eot);
	src: url(../fonts/webfonts/fa-brands-400-1.eot) format("embedded-opentype"),
		url(../fonts/webfonts/fa-brands-400.woff2) format("woff2"),
		url(../fonts/webfonts/fa-brands-400.woff) format("woff"),
		url(../fonts/webfonts/fa-brands-400.ttf) format("truetype"),
		url(../fonts/webfonts/fa-brands-400.svg) format("svg");
}

.fab {
	font-family: "Font Awesome 5 Brands";
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url(../fonts/webfonts/fa-regular-400.eot);
	src: url(../fonts/webfonts/fa-regular-400-1.eot) format("embedded-opentype"),
		url(../fonts/webfonts/fa-regular-400.woff2) format("woff2"),
		url(../fonts/webfonts/fa-regular-400.woff) format("woff"),
		url(../fonts/webfonts/fa-regular-400.ttf) format("truetype"),
		url(../fonts/webfonts/fa-regular-400.svg) format("svg");
}

.far {
	font-weight: 400;
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url(../fonts/webfonts/fa-solid-900.eot);
	src: url(../fonts/webfonts/fa-solid-900-1.eot) format("embedded-opentype"),
		url(../fonts/webfonts/fa-solid-900.woff2) format("woff2"),
		url(../fonts/webfonts/fa-solid-900.woff) format("woff"),
		url(../fonts/webfonts/fa-solid-900.ttf) format("truetype"),
		url(../fonts/webfonts/fa-solid-900.svg) format("svg");
}

.fa,
.far,
.fas {
	font-family: "Font Awesome 5 Free";
}

.fa,
.fas {
	font-weight: 900;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

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

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	-o-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
	-o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.9;
	-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	-o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.25s, visibility 0.25s;
	-o-transition: opacity 0.25s, visibility 0.25s;
	transition: opacity 0.25s, visibility 0.25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	-webkit-transition: opacity 0.25s, visibility;
	-o-transition: opacity 0.25s, visibility;
	transition: opacity 0.25s, visibility;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image:before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	background: 0 0/100% 100% no-repeat;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: 0 0;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-iframe,
.fancybox-video {
	background: 0 0;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.fancybox-button {
	background: rgba(30, 30, 30, 0.6);
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: 0;
}

.fancybox-button.fancybox-focus {
	outline: dotted 1px;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: 0;
}

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

.fancybox-close-small {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: 0.8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

.fancybox-caption {
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgba(0, 0, 0, 0.85)),
		color-stop(50%, rgba(0, 0, 0, 0.3)),
		color-stop(65%, rgba(0, 0, 0, 0.15)),
		color-stop(75.5%, rgba(0, 0, 0, 0.075)),
		color-stop(82.85%, rgba(0, 0, 0, 0.037)),
		color-stop(88%, rgba(0, 0, 0, 0.019)),
		to(transparent)
	);
	background: -webkit-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0.85) 0,
		rgba(0, 0, 0, 0.3) 50%,
		rgba(0, 0, 0, 0.15) 65%,
		rgba(0, 0, 0, 0.075) 75.5%,
		rgba(0, 0, 0, 0.037) 82.85%,
		rgba(0, 0, 0, 0.019) 88%,
		transparent
	);
	background: -o-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0.85) 0,
		rgba(0, 0, 0, 0.3) 50%,
		rgba(0, 0, 0, 0.15) 65%,
		rgba(0, 0, 0, 0.075) 75.5%,
		rgba(0, 0, 0, 0.037) 82.85%,
		rgba(0, 0, 0, 0.019) 88%,
		transparent
	);
	background: linear-gradient(
		0deg,
		rgba(0, 0, 0, 0.85) 0,
		rgba(0, 0, 0, 0.3) 50%,
		rgba(0, 0, 0, 0.15) 65%,
		rgba(0, 0, 0, 0.075) 75.5%,
		rgba(0, 0, 0, 0.037) 82.85%,
		rgba(0, 0, 0, 0.019) 88%,
		transparent
	);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

.fancybox-loading {
	-webkit-animation: 1s linear infinite a;
	animation: 1s linear infinite a;
	background: 0 0;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@-webkit-keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
	-o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-1turn);
	-ms-transform: rotate(-1turn);
	transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(1turn);
	-ms-transform: rotate(1turn);
	transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1);
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: 0;
	padding: 10px 15px;
	width: 100%;
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, 0.1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
	opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1;
}

.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
	-ms-touch-action: auto;
	touch-action: auto;
}

.mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: 0;
	direction: ltr;
}

.mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto;
}

.mCSB_inside > .mCSB_container {
	margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
	margin-right: 0;
	margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-left: 0;
}

.mCSB_scrollTools {
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCSB_outside + .mCSB_scrollTools {
	right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
	right: auto;
	left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
	left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
	margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
	.mCSB_dragger.mCSB_dragger_onDrag_expanded
	+ .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 8px;
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
	margin-right: 0;
	margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
	min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	width: auto;
	height: 16px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
	margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 2px;
	margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 30px;
	height: 100%;
	left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
	.mCSB_dragger.mCSB_dragger_onDrag_expanded
	.mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
	.mCSB_draggerContainer:hover
	.mCSB_dragger
	.mCSB_dragger_bar {
	height: 12px;
	margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
	.mCSB_dragger.mCSB_dragger_onDrag_expanded
	+ .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 8px;
	margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	display: block;
	position: absolute;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	right: 0;
}

.mCSB_container_wrapper {
	position: absolute;
	height: auto;
	width: auto;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
	padding-right: 30px;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
	+ .mCSB_scrollTools
	~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 20px;
}

.mCS-dir-rtl
	> .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
	> .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
	+ .mCSB_scrollTools
	~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
	margin-right: 0;
	margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
	padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
	padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
	margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
	-webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s,
		margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
		opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s,
		margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
		opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s,
		margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
		opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s,
		margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
		opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
	opacity: 0;
	filter: "alpha(opacity=0)";
	-ms-filter: "alpha(opacity=0)";
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(0, 0, 0, 0.4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(255, 255, 255, 0.75);
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(255, 255, 255, 0.85);
	filter: "alpha(opacity=85)";
	-ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(255, 255, 255, 0.9);
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
	background-image: url(mCSB_buttons.png);
	background-repeat: no-repeat;
	opacity: 0.4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0;
	background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
	opacity: 0.9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: rgba(255, 255, 255, 0.1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background-color: rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: rgba(255, 255, 255, 0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background-color: rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -56px;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(255, 255, 255, 0.1);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 2px;
	margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
	height: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px;
	margin: 0 1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 14px;
	margin: 1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
	.mCSB_dragger.mCSB_dragger_onDrag_expanded
	.mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
	.mCSB_draggerContainer:hover
	.mCSB_dragger
	.mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
	.mCSB_dragger.mCSB_dragger_onDrag_expanded
	.mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
	.mCSB_draggerContainer:hover
	.mCSB_dragger
	.mCSB_dragger_bar {
	width: 16px;
	height: 16px;
	margin: -1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
	.mCSB_dragger.mCSB_dragger_onDrag_expanded
	+ .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
	.mCSB_draggerContainer:hover
	.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
	.mCSB_dragger.mCSB_dragger_onDrag_expanded
	+ .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 4px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
	.mCSB_dragger.mCSB_dragger_onDrag_expanded
	.mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
	.mCSB_draggerContainer:hover
	.mCSB_dragger
	.mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
	.mCSB_dragger.mCSB_dragger_onDrag_expanded
	.mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
	.mCSB_draggerContainer:hover
	.mCSB_dragger
	.mCSB_dragger_bar {
	height: 16px;
	width: 16px;
	margin: 0 -1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
	.mCSB_dragger.mCSB_dragger_onDrag_expanded
	+ .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
	.mCSB_draggerContainer:hover
	.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
	.mCSB_dragger.mCSB_dragger_onDrag_expanded
	+ .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
	width: 4px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	background-color: transparent;
	background-position: center;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
	background-repeat: repeat-y;
	opacity: 0.3;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
	background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-y;
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, rgba(255, 255, 255, 0.5)),
		color-stop(100%, rgba(255, 255, 255, 0))
	);
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, rgba(255, 255, 255, 0.5)),
		to(rgba(255, 255, 255, 0))
	);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgba(255, 255, 255, 0.5)),
		color-stop(100%, rgba(255, 255, 255, 0))
	);
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgba(255, 255, 255, 0.5)),
		to(rgba(255, 255, 255, 0))
	);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 70px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 70px;
}

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
	width: 8px;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #555;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 8px;
	margin: 4px 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 8px;
	margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
	width: 12px;
	margin: 2px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
	right: 1px;
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
	-webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
	bottom: 1px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
	height: 12px;
	width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
	-webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
	right: 0;
	margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: 0;
	margin: 0 12px;
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
	left: 0;
	right: auto;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 50px;
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(255, 255, 255, 0.2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(255, 255, 255, 0.5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)";
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
	background-color: rgba(0, 0, 0, 0.2);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 6px;
	margin: 5px 0;
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
	.mCSB_dragger.mCSB_dragger_onDrag_expanded
	+ .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
	.mCSB_dragger.mCSB_dragger_onDrag_expanded
	+ .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 12px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
	.mCSB_dragger.mCSB_dragger_onDrag_expanded
	+ .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
	.mCSB_dragger.mCSB_dragger_onDrag_expanded
	+ .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 12px;
	margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
	background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	margin: 3px 5px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 6px;
	margin: 5px 3px;
	position: absolute;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 12px;
	margin: 2px 0;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	border-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(255, 255, 255, 0.9);
}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
	visibility: visible !important;
	background: rgba(0, 0, 0, 0.06) !important;
	border: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
	content: "!";
	visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.selectize-dropdown-header {
	position: relative;
	padding: 5px 8px;
	border-bottom: 1px solid #d0d0d0;
	background: #f8f8f8;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
	position: absolute;
	right: 8px;
	top: 50%;
	color: #303030;
	opacity: 0.4;
	margin-top: -12px;
	line-height: 20px;
	font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
	color: #000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
	border-right: 1px solid #f2f2f2;
	border-top: 0;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
	border-right: 0;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
	display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
	border-top: 0;
}

.selectize-control.plugin-remove_button [data-value] {
	position: relative;
	padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 17px;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	color: inherit;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	padding: 2px 0 0;
	border-left: 1px solid #0073bb;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
	background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
	border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
	background: 0 0;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
	border-left-color: #aaa;
}

.selectize-control.plugin-remove_button .remove-single {
	position: absolute;
	right: 28px;
	top: 6px;
	font-size: 23px;
}

.selectize-control {
	position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
	color: #303030;
	font-family: inherit;
	font-size: 13px;
	line-height: 18px;
	-webkit-font-smoothing: inherit;
}

.selectize-control.single .selectize-input.input-active,
.selectize-input {
	background: #fff;
	cursor: text;
	display: inline-block;
}

.selectize-input {
	border: 1px solid #d0d0d0;
	padding: 8px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
	padding: 5px 5px 2px;
}

.selectize-input.full {
	background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
	cursor: default !important;
}

.selectize-input.focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.selectize-input.dropdown-active {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.selectize-input > * {
	vertical-align: baseline;
	display: inline-block;
	zoom: 1;
}

.selectize-control.multi .selectize-input > div {
	cursor: pointer;
	margin: 0 3px 3px 0;
	padding: 2px 6px;
	background: #1da7ee;
	color: #fff;
	border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input > div.active {
	background: #92c836;
	color: #fff;
	border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
	color: #fff;
	background: #d2d2d2;
	border: 1px solid #aaa;
}

.selectize-input > input {
	display: inline-block !important;
	padding: 0 !important;
	min-height: 0 !important;
	max-height: none !important;
	max-width: 100% !important;
	margin: 0 1px !important;
	text-indent: 0 !important;
	border: 0 !important;
	background: 0 0 !important;
	line-height: inherit !important;
	-webkit-user-select: auto !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
	display: none;
}

.selectize-input > input:focus {
	outline: 0 !important;
}

.selectize-input::after {
	content: " ";
	display: block;
	clear: left;
}

.selectize-input.dropdown-active::before {
	content: " ";
	display: block;
	position: absolute;
	background: #f0f0f0;
	height: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.selectize-dropdown {
	position: absolute;
	z-index: 10;
	border: 1px solid #d0d0d0;
	background: #fff;
	margin: -1px 0 0;
	border-top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
	cursor: pointer;
	overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
	background: rgba(125, 168, 208, 0.2);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown [data-selectable] {
	padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
	border-top: 0;
}

.selectize-dropdown .optgroup-header {
	color: #303030;
	background: #fff;
	cursor: default;
	padding-top: 7px;
	font-weight: 700;
	font-size: 0.85em;
}

.selectize-dropdown .active {
	background-color: #f5fafd;
	background: rgba(103, 224, 171, 0.5);
	color: #495c68;
}

.selectize-dropdown .active.create {
	color: #495c68;
}

.selectize-dropdown .create {
	color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 200px;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
	cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
	cursor: text;
}

.selectize-control.single .selectize-input:after {
	content: " ";
	display: block;
	position: absolute;
}

.selectize-control.single .selectize-input.dropdown-active:after {
	border-width: 0 5px 5px;
	border-color: transparent transparent grey;
}

.selectize-control.rtl.single .selectize-input:after {
	left: 15px;
	right: auto;
}

.selectize-control.rtl .selectize-input > input {
	margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
	opacity: 0.5;
	background-color: #fafafa;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
	color: #999;
	text-shadow: none;
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
	border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
	background: 0 0;
}

.selectize-control.multi .selectize-input [data-value] {
	text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #1b9dec;
	background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
	background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
	background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1da7ee), to(#178ee9));
	background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
	background-repeat: repeat-x;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.selectize-control.multi .selectize-input [data-value].active {
	background-color: #0085d4;
	background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
	background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
	background-image: -o-linear-gradient(top, #008fd8, #0075cf);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#008fd8), to(#0075cf));
	background-image: linear-gradient(to bottom, #008fd8, #0075cf);
	background-repeat: repeat-x;
}

.selectize-control.single .selectize-input {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
	border-color: #b8b8b8;
}

.selectize-dropdown .optgroup {
	border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
	border-top: 0;
}

@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
		format("woff");
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff;
	--swiper-navigation-size: 44px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: left 0.2s, -webkit-transform 0.2s;
	transition: left 0.2s, -webkit-transform 0.2s;
	-o-transition: transform 0.2s, left 0.2s;
	transition: transform 0.2s, left 0.2s;
	transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: right 0.2s, -webkit-transform 0.2s;
	transition: right 0.2s, -webkit-transform 0.2s;
	-o-transition: transform 0.2s, right 0.2s;
	transition: transform 0.2s, right 0.2s;
	transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000;
}

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

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

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

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: 1s linear infinite swiper-preloader-spin;
	animation: 1s linear infinite swiper-preloader-spin;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.selectric-wrapper {
	position: relative;
	cursor: pointer;
}

.selectric {
	border: 1px solid #ededed;
	border-radius: 0;
	background-color: #fdfdfd;
	position: relative;
	overflow: hidden;
}

.selectric-focus .selectric {
	border-color: #bababa;
}

.selectric-hover .selectric {
	border-color: #d4d4d4;
}

.selectric-label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin: 0 38px 0 1em;
	font-size: 12px;
	line-height: 38px;
	color: #2f2f2f;
	height: 38px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric-button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background-color: transparent;
	color: #b0b0b0;
	text-align: center;
	border: none;
	padding: 0;
}

.selectric-button:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 4px solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.selectric-hover .selectric-button {
	color: #979797;
}

.selectric-open {
	z-index: 9999;
}

.selectric-open .selectric {
	border-color: #d4d4d4;
}

.selectric-open .selectric-items {
	display: block;
}

.selectric-disabled {
	opacity: 0.5;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}

.selectric-hide-select select {
	position: absolute;
	left: -100%;
}

.selectric-hide-select.selectric-is-native {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
}

.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: 0 !important;
	border: none !important;
	background: 0 0 !important;
}

.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}

.selectric-items {
	display: none;
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 0;
	background: #fdfdfd;
	border: 1px solid #d4d4d4;
	-webkit-box-shadow: 0 0 10px -6px;
	box-shadow: 0 0 10px -6px;
	font-size: 12px;
}

.selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto;
}

.selectric-above .selectric-items {
	top: auto;
	bottom: 100%;
}

.selectric-items li,
.selectric-items ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.selectric-items li {
	display: block;
	padding: 10px;
	color: #2f2f2f;
	cursor: pointer;
}

.selectric-items li.selected {
	background: #f0f0f0;
	color: #222;
}

.selectric-items li.highlighted {
	background: #e4e4e4;
	color: #222;
}

.selectric-items li:hover {
	background: #d7d7d7;
	color: #222;
}

.selectric-items .disabled {
	opacity: 0.5;
	cursor: default !important;
	background: 0 0 !important;
	color: #2f2f2f !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
	font-weight: 700;
	padding-left: 10px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: 0 0;
	color: #161616;
}

.selectric-items .selectric-group.disabled li {
	opacity: 1;
}

.selectric-items .selectric-group li {
	padding-left: 25px;
}

/*==========================================COMMON STYLES=======================================*/
html,
body {
	font-size: 100%;
	font-family: Mont;
	line-height: 1;
}

body.lock {
	overflow: hidden;
	position: relative;
	z-index: 10;
}

body.lock:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.19);
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1215px;
	padding-left: 15px;
	padding-right: 15px;
}

.wrapper_all {
	background: #edf0f9;
	position: relative;
	overflow: hidden;
}

.wrapper_all.wrapper_all_fw {
	margin-left: 0;
}
@media (max-width:760px)  {
	.container-flex{
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		flex-direction: column;
	    justify-content: center;
	    align-items: center
	}
	.container-flex .list.list_big{
		max-width: 288px;
	}
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -100vh;
	padding: 0 0 100vh;
	padding-top: 128px;
}

.section {
	padding: 115px 0 120px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.bss-promo__title {
	font-family: Chalet;
	font-weight: normal;
}

h1,
.h1,
.bss-promo__title {
	margin-bottom: 40px;
	font-size: 64px;
	line-height: 1;
	color: #1c00a1;
}

h2,
.h2 {
	margin-bottom: 80px;
	font-size: 56px;
	line-height: 70px;
	color: #1c00a1;
}

h3,
.h3 {
	margin-bottom: 40px;
	font-family: Mont;
	font-size: 21px;
	line-height: 27px;
	font-weight: 600;
	color: #1c00a1;
}

p {
	margin-bottom: 40px;
	font-size: 21px;
	line-height: 40px;
}

.list li {
	position: relative;
	padding-left: 32px;
	font-size: 16px;
	line-height: 30px;
}

.list li ul {
	padding-top: 5px;
}

.list li ul li {
	margin: 0;
	padding-left: 15px;
	font-size: 16px;
	line-height: 30px;
}

.list li ul li:before {
	display: none;
}

.list li ul li:after {
	content: "−";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
}

.list li + li {
	margin-top: 15px;
}

.list li:before {
	content: "";
	position: absolute;
	top: 8.5px;
	left: 0;
	width: 12px;
	height: 12px;
	background-color: #1c00a1;
	border-radius: 50%;
}

.list_big li {
	padding-left: 35px;
	font-size: 21px;
}

.list_big li ul {
	padding-top: 15px;
}

.list_big li ul li {
	margin: 0;
	padding-left: 22px;
	font-size: 21px;
	line-height: 40px;
}

.list_big li + li {
	margin-top: 40px;
}

.list_big li:before {
	top: 6px;
	width: 16px;
	height: 16px;
}

.list_big li strong {
	font-weight: 700;
}

.list_big li small {
	display: block;
	padding-top: 2px;
	font-size: 16px;
	line-height: 24px;
}

.list_big_2 li {
	line-height: 40px;
}

.list_big_2 li:before {
	top: 10.5px;
}

.list_bold li {
	font-weight: 600;
}

.list_half ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list_half li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 20px;
}

.list_half li:nth-child(2) {
	margin-top: 0;
}

a {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.strong {
	display: block;
	font-weight: 700;
}

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

.img-contain img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.img-table,
.img-mobile {
	display: none;
}

.bg-blue {
	background-color: #1c00a1;
}

.bg-blue h2,
.bg-blue .h2 {
	color: #fff;
}

.bg-blue ul li {
	color: #fff;
}

.bg-blue ul li:before {
	background: #fff;
}

.bg-blue .note {
	color: #fff;
}

.bg-blue .note:before {
	background: #fff;
}

.bg-white {
	background-color: #fff;
}

.blue {
	color: #1c00a1 !important;
}

.white {
	color: #fff !important;
}

.center {
	text-align: center;
}

table {
	width: 100%;
	background: #fff;
	border-radius: 20px;
	border-spacing: 0;
	overflow: hidden;
}

table tr:last-child td {
	border-bottom: 0;
}

table th {
	padding: 10px 15px;
	height: 45px;
	font-size: 18px;
	font-weight: 600;
	color: #1c00a1;
	border-bottom: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
}

table th:last-child {
	border-right: 0;
}

table td {
	vertical-align: middle;
	height: 45px;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #4d4d4d;
	border-bottom: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
}

table td:last-child {
	border-right: 0;
}

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

.flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.caption {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.11em;
	color: #000000;
}

.link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 800;
	font-size: 18px;
	line-height: 24px;
	color: #1c00a1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.link:hover {
	color: #5e3dff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.link:hover svg * {
	stroke: #5e3dff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.link svg {
	width: 9px;
	height: 15px;
	stroke: #1c00a1;
	margin-left: 16px;
}

.link svg * {
	stroke: #1c00a1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.arrow {
	width: 19px;
	height: 35px;
}

.arrow:hover svg * {
	stroke: #5e3dff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.arrow.arrow_white svg * {
	stroke: #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.arrow svg {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	cursor: pointer;
}

.arrow svg * {
	stroke: #1c00a1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.arrow.arrow_next svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.swiper-pagination-bullet {
	background: rgba(28, 0, 161, 0.23);
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #1c00a1;
}

@media (max-width: 1215px) {
	.container {
		max-width: 1050px;
	}
}

@media (max-width: 1050px) {
	#wrapper {
		padding-top: 103px !important;
	}
	.container {
		max-width: 750px;
	}
	h1,
	.h1,
	.bss-promo__title {
		font-size: 48px;
	}
	h2,
	.h2 {
		font-size: 36px;
		line-height: 44px;
	}
	h3,
	.h3 {
		font-size: 18px;
		line-height: 23px;
	}
	p {
		margin-bottom: 25px;
		font-size: 18px;
		line-height: 30px;
	}
	.list_bold li {
		font-weight: normal;
	}
	.list_big li {
		padding-left: 22px;
		font-size: 18px;
	}
	.list_big li:before {
		top: 8px;
		width: 12px;
		height: 12px;
	}
	.list_big li ul {
		padding-top: 5px;
	}
	.list_big li ul li {
		padding-left: 22px;
		font-size: 18px;
	}
	.list_big_2 li {
		line-height: 30px;
	}
	.list_half li + li {
		margin-top: 60px;
	}
	.img-desktop,
	.img-mobile {
		display: none;
	}
	.img-table {
		display: block;
	}
}

@media (max-width: 760px) {
	#wrapper {
		padding-top: 60px !important;
	}
	.container {
		padding: 0 15px;
	}
	h1,
	.h1,
	.bss-promo__title {
		font-size: 36px;
	}
	h2,
	.h2 {
		margin-bottom: 40px;
		font-size: 24px;
		line-height: 30px;
		text-align: center;
	}
	h3,
	.h3 {
		margin-bottom: 25px;
		font-size: 16px;
		text-align: center;
	}
	p {
		margin-bottom: 25px;
		font-size: 13px;
		line-height: 24px;
	}
	.list li {
		padding-left: 22px;
		font-size: 13px;
		line-height: 24px;
	}
	.list li:before {
		top: 6px;
	}
	.list li ul {
		padding-top: 5px;
	}
	.list li ul li {
		font-size: 13px;
		line-height: 24px;
	}
	.list_big li + li {
		margin-top: 30px;
	}
	.list_big li ul {
		padding-top: 5px;
	}
	.list_big li ul li {
		font-size: 13px;
		line-height: 24px;
	}
	.list_big_2 li + li {
		line-height: 24px;
		margin-top: 25px;
	}
	.list_half ul {
		display: block;
	}
	.list_half li {
		padding-right: 0;
		max-width: 100%;
	}
	.list_half li:nth-child(2) {
		margin-top: 30px;
	}
	.caption {
		font-size: 14px;
		line-height: 18px;
		font-weight: 300;
	}
	.link {
		font-size: 13px;
	}
	.link svg {
		width: 16px;
		height: 22px;
		stroke-width: 1px;
		margin-left: 10px;
	}
	.img-table {
		display: none;
	}
	.img-mobile {
		display: block;
	}
	table {
		-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
	}
	table th {
		font-size: 13px;
		color: #000;
	}
}

/*--------------------icon-top=--------------------*/
.icon {
	position: relative;
	z-index: 10;
}

.icon_top:after,
.icon_top-right:after {
	content: "";
	position: absolute;
	height: 260px;
	width: 344px;
	top: 0px;
	left: 0px;
	background: url(../img/new/icon/icon-top.svg) 50% no-repeat;
}

.icon_bottom:before,
.icon_bottom-left:before {
	content: "";
	position: absolute;
	height: 260px;
	width: 344px;
	bottom: 0px;
	right: 0px;
	background: url(../img/new/icon/icon-bottom-right.svg) 50% no-repeat;
}

.icon_blue.icon_top-right:after {
	background: url(../img/new/icon/icon-top-right-blue.svg);
	left: auto;
	right: 0px;
}

.icon_blue.icon_bottom-left:before {
	height: 311px;
	width: 420px;
	background: url(../img/new/icon/icon-botto-left-blue.svg);
	right: auto;
	left: 0px;
}

/*==========================================FORMS=======================================*/
.btn {
	display: inline-block;
	padding: 25px 40px;
	font: 500 18px/24px Mont;
	color: #fff;
	border: none;
	cursor: pointer;
	background: #1c00a1;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(28, 0, 161, 0.2);
	box-shadow: 0px 0px 15px 5px rgba(28, 0, 161, 0.2);
	border-radius: 20px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:hover {
	background-color: #2607b9;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(28, 0, 161, 0.2);
	box-shadow: 0px 0px 15px 5px rgba(28, 0, 161, 0.2);
	border-radius: 20px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn_white {
	background-color: #fff;
	color: #1c00a1;
}
.btn_item {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
}
.btn_white:hover,
.btn_item:hover {
	background-color: #2607b9;
	border-color: #2607b9;
	color: #fff;
}

.checkbox {
	display: block;
	margin: 24px 0px;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
	display: none;
}

.checkbox div {
	position: relative;
	display: block;
	padding-left: 50px;
	cursor: pointer;
	font: 500 16px/24px Mont;
	color: #000000;
}

.checkbox div:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 24px;
	height: 24px;
	z-index: 1;
	background-color: transparent;
	border: 1px solid #000000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
}

.checkbox div:after {
	content: "";
	display: block;
	position: absolute;
	top: -4px;
	left: 6px;
	width: 21.5px;
	height: 22.5px;
	z-index: 10;
	background-image: url(../img/new/icon/check.svg);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.checkbox input[type="checkbox"]:checked + div:after,
.checkbox input[type="radio"]:checked + div:after {
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.checkbox span a {
	position: relative;
	color: #1c00a1;
}

.checkbox span a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0px;
	bottom: 2px;
	background-color: #1c00a1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.checkbox span a:hover:after {
	width: 0%;
	left: 50%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

@media (max-width: 1050px) {
	.btn {
		padding: 23px 35px;
		font-size: 16px;
	}
	.checkbox div {
		padding-left: 45px;
	}
}

@media (max-width: 760px) {
	.btn {
		padding: 20px 24px;
		font-size: 14px;
	}
	.checkbox div {
		padding-left: 49px;
		font: 500 13px/20px Mont;
	}
	.checkbox div:before {
		top: 5px;
	}
	.checkbox div:after {
		top: 2px;
		left: 4px;
	}
	.checkbox span a {
		text-decoration: underline;
	}
	.checkbox span a:after {
		display: none;
	}
}

.select2 {
	position: relative;
	cursor: pointer;
}

.select2.active .select2-title {
	border-radius: 5px 5px 0 0;
}

.select2-title {
	position: relative;
	width: 100%;
	height: 54px;
	background-color: #fff;
	border-radius: 5px;
	z-index: 1;
}

.select2-title__arrow {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -4px;
	width: 18px;
	height: 9px;
	background-image: url(../img/icon-select-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.select2-title__value {
	display: block;
	padding: 0 50px 0 15px;
	font-size: 16px;
	color: #000;
	line-height: 54px;
	letter-spacing: 0.02em;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.select2-options {
	display: none;
	position: absolute;
	top: 100%;
	min-width: 100%;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	z-index: 10;
}

.select2-options__value {
	padding: 12px 15px;
	font-size: 15px;
	color: #000;
}

.select2-options__value:hover {
	background-color: #1c00a1;
	color: #fff;
}

.select2.active .select2-title__arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.form-item {
	margin-bottom: 25px;
}

.form-item__label {
	margin-bottom: 10px;
	font-size: 21px;
	font-weight: 600;
}

.input {
	width: 100%;
	padding: 0 15px;
	height: 48px;
	border: 2px solid #ffffff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
}
.input.error {
	border: 1px solid #b60e0e;
}
.form-button {
	text-align: center;
	padding-top: 35px;
}

.form-upload {
	position: relative;
	margin-bottom: 40px;
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px;
	height: 150px;
	text-align: center;
	border: 2px dashed rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
}

.form-upload__icon {
	margin-bottom: 20px;
	text-align: center;
}

.form-upload__title {
	margin-bottom: 10px;
	letter-spacing: 0.02em;
}

.form-upload__format {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
}

.ic {
	display: inline-block;
	background-repeat: no-repeat;
}

.ic-upload {
	width: 33px;
	height: 30px;
	background-image: url(../img/icon-upload.svg);
}

.form-upload__input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	cursor: pointer;
}
.slick-dots li button {
	width: 12px;
	height: 12px;
}

/*==========================================INDEX=======================================*/
/*--------------------promo--------------------*/
.bss-promo {
	height: 664px;
	position: relative;
	z-index: 10;
}

.bss-promo .container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bss-promo__box {
	max-width: 550px;
	position: relative;
	top: -12px;
}

.bss-promo__box_small {
	max-width: 460px;
}

.bss-promo__caption {
	margin-bottom: 35px;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.11em;
	color: #000;
}

.bss-promo__title.bss-promo__title_nmb {
	margin-bottom: 0;
}

.bss-promo__right {
	position: absolute;
	width: calc(50% - 15px);
	height: 100%;
	top: 0px;
	right: 0px;
	z-index: 10;
}

.bss-promo__right:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(28, 0, 161, 0.23);
	z-index: 10;
}

.bss-promo__desc {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 24px;
}

.bss-promo__desc p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}

.bss-promo__desc p:last-child {
	margin-bottom: 0;
}

.bss-promo__desc strong {
	font-weight: 600;
}

.bss-promo__desc a {
	position: relative;
	color: #1c00a1;
}

.bss-promo__desc a:hover:after {
	width: 0%;
	left: 50%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.bss-promo__desc a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0px;
	bottom: 0px;
	background-color: #1c00a1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

@media (max-width: 1200px) {
	.bss-promo__box {
		max-width: 500px;
	}
}

@media (max-width: 1050px) {
	.bss-promo {
		height: 481px;
	}
	.bss-promo__right {
		width: calc(50% - 84px);
	}
	.bss-promo__box {
		max-width: 435px;
		top: -5px;
	}
}

@media (max-width: 760px) {
	.bss-promo {
		height: 509px;
	}
	.bss-promo__box {
		width: 100%;
		max-width: 100%;
		top: -10px;
		text-align: center;
	}
	.bss-promo__caption {
		font-size: 14px;
		line-height: 18px;
	}
	.bss-promo__right {
		display: none;
	}
	.bss-promo__desc {
		font-size: 13px;
		line-height: 20px;
	}
	.bss-promo__desc p {
		font-size: 13px;
		line-height: 20px;
	}
	.no_mobile {
		display: none;
	}
	.slick-dots li button {
		width: 8px;
		height: 8px;
	}
}

/*--------------------links-------------------*/
.links {
	padding: 80px 0;
	background: #fff;
}

.links-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -5px;
}

.links-col {
	padding: 0 5px;
}

.links__item {
	position: relative;
	display: inline-block;
	padding-left: 35px;
	font-size: 21px;
	line-height: 30px;
	font-weight: 600;
	color: #000;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.links__item:before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 16px;
	height: 16px;
	background: #1c00a1;
	border-radius: 50%;
}

a.links__item:hover {
	color: #1c00a1;
}

@media (max-width: 1050px) {
	.links__item {
		padding-left: 20px;
		font-size: 16px;
		line-height: 24px;
	}
	.links__item:before {
		width: 12px;
		height: 12px;
	}
}

@media (max-width: 760px) {
	.links {
		padding: 70px 0;
	}
	.links-row {
		display: block;
	}
	.links-col {
		padding: 8px 0;
		text-align: center;
	}
}

/*--------------------capabilities--------------------*/
.capabilities {
	padding: 110px 0 120px 0;
}

.capabilities__desc {
	max-width: 576px;
	font-size: 16px;
	line-height: 24px;
}

.capabilities__desc a {
	position: relative;
	color: #1c00a1;
}

.capabilities__desc a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0px;
	bottom: 0px;
	background-color: #1c00a1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.capabilities__desc a:hover:after {
	width: 0%;
	left: 50%;
}

.capabilities__coll + .capabilities__coll {
	margin-top: 80px;
}

.capabilities__coll:nth-child(2n) .capabilities__icon {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-right: 0;
	margin-left: 136px;
}

.capabilities__coll:nth-child(2n) .capabilities__box {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.capabilities__icon {
	width: 168px;
	height: 168px;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
	border-radius: 20px;
	margin-right: 136px;
}

.capabilities__icon img {
	width: 120px;
	height: 120px;
	-o-object-fit: contain;
	object-fit: contain;
}

.capabilities__box {
	width: calc(100% - 304px);
}

.capabilities__caption {
	font-size: 21px;
	line-height: 24px;
	font-weight: 700;
	color: #1c00a1;
	margin-bottom: 32px;
	width: 100%;
}

@media (max-width: 1050px) {
	.capabilities .h2 {
		padding-top: 115px;
		padding-bottom: 82px;
	}
	.capabilities__icon {
		margin-right: 33px;
	}
	.capabilities__box {
		width: calc(100% - 201px);
	}
	.capabilities__caption {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 12px;
	}
	.capabilities__desc {
		line-height: 30px;
	}
	.capabilities__desc br {
		display: none;
	}
	.capabilities__coll:nth-child(2n) {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.capabilities__coll:nth-child(2n) .capabilities__icon {
		margin-left: 32px;
	}
}

@media (max-width: 760px) {
	.capabilities {
		padding: 80px 0;
	}
	.capabilities__coll + .capabilities__coll {
		margin-top: 72px;
	}
	.capabilities__coll,
	.capabilities__coll:nth-child(2n) {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.capabilities__icon,
	.capabilities__coll:nth-child(2n) .capabilities__icon {
		margin: 0 0 38px;
		width: 136px;
		height: 136px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.capabilities__icon img {
		width: 100px;
		height: 100px;
	}
	.capabilities__box,
	.capabilities__coll:nth-child(2n) .capabilities__box {
		width: 100%;
		text-align: center;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.capabilities__caption {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.capabilities__desc {
		font-size: 13px;
		line-height: 24px;
		max-width: 100%;
		width: 100%;
	}
}

/*--------------------benefits--------------------*/
.benefits {
	padding: 110px 0 120px 0;
}

.bg-blue .benefits-item__text {
	color: #fff;
}

.benefits-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.benefits-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 30px;
}

.benefits-item + .benefits-item {
	margin-top: 80px;
}

.benefits-item:nth-child(2) {
	margin-top: 0;
}

.benefits-item__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	margin-right: 32px;
	max-width: 100px;
	height: 100px;
}

.benefits-item__text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 21px;
	line-height: 30px;
}

.benefits-item__text a{
	color: #1c00a1;
}
.benefits_item .benefits-row {
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: -80px;
}
.benefits_item .benefits-item {
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	max-width: 33%;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
.benefits_item .benefits-item + .benefits-item {
	margin-top: 0px;
}
.benefits_item .benefits-item__text {
	width: 100%;
	margin-top: 30px;
}
@media (max-width: 1200px) {
	.benefits_item .benefits-item__text {
		margin-top: 24px;
		font-size: 18px;
		line-height: 24px;
	}
}
@media (max-width: 1050px) {
	.benefits-item {
		display: block;
	}
	.benefits-item + .benefits-item {
		margin-top: 70px;
	}
	.benefits-item:nth-child(2) {
		margin-top: 0;
	}
	.benefits-item__icon {
		margin: 0 0 15px 0;
	}
	.benefits-item__text {
		font-size: 18px;
	}
	.benefits_item .benefits-row {
		margin-bottom: -72px;
	}
	.benefits_item .benefits-item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 72px;
	}
}
@media (max-width: 760px) {
	.benefits {
		padding: 80px 0;
	}
	.benefits-item {
		margin: 0 0 50px 0;
		padding-right: 0;
		text-align: center;
	}
	.benefits-item + .benefits-item {
		margin-top: 0;
	}
	.benefits-item__icon {
		margin-bottom: 40px;
		display: inline-block;
	}
	.benefits-item__text,
	.benefits_item .benefits-item__text {
		font-size: 13px;
		line-height: 24px;
	}
	.benefits_item .benefits-item__icon {
		margin-bottom: 16px;
	}
	.benefits_item .benefits-item__text {
		margin-top: 0px;
	}
	.benefits_item .benefits-row {
		padding-bottom: 40px;
	}
	.benefits_item .benefits-item {
		margin-bottom: 0px;
	}
}

/*--------------------solutions--------------------*/
.solutions {
	padding: 110px 0 120px 0;
	background: #1c00a1;
}

.solutions h2,
.solutions .h2 {
	color: #fff;
}

.solutions__row {
	margin-top: 84px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.solutions__coll {
	width: 48.8%;
}

.solutions__caption {
	font: 500 21px/24px Mont;
	color: #fff;
	margin-bottom: 40px;
}

.solutions__box {
	max-width: 350px;
}

.solutions__link {
	width: 304px;
	text-align: center;
	display: inline-block;
	font: 700 45px/58px Mont;
	color: #1c00a1;
	padding: 26px 75px;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.17);
	border-radius: 20px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.solutions__link:hover {
	background: #edf0f9;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(28, 0, 161, 0.2);
	box-shadow: 0px 0px 15px 5px rgba(28, 0, 161, 0.2);
}

.solutions__link + .solutions__link {
	margin-top: 64px;
}

@media (max-width: 1200px) {
	.solutions {
		padding: 80px 0 120px 0;
	}
	.solutions__coll {
		width: 47.8%;
	}
	.solutions__caption {
		margin-bottom: 80px;
		font-size: 18px;
	}
	.solutions__link {
		width: 269px;
		font: 600 36px/40px Mont;
		padding: 31px 75px;
	}
	.solutions__link + .solutions__link {
		margin-top: 80px;
	}
}

@media (max-width: 760px) {
	.solutions {
		padding: 80px 0;
	}
	.solutions__row {
		margin-top: 40px;
		text-align: center;
	}
	.solutions__coll {
		width: 100%;
	}
	.solutions__coll + .solutions__coll {
		margin-top: 80px;
	}
	.solutions__caption {
		margin-bottom: 17px;
		font-size: 16px;
	}
	.solutions__box {
		margin: 0 auto;
	}
	.solutions__link {
		width: 222px;
		font: 600 24px/31px Mont;
		padding: 16px 70px;
	}
	.solutions__link + .solutions__link {
		margin-top: 33px;
	}
}

/*--------------------faq--------------------*/
.faq {
	padding: 110px 0 120px 0;
}

.faq__block .btn {
	margin-top: 40px;
}

.faq-space {
	height: 30px;
}

.faq__box + .faq__box {
	margin-top: 8px;
}

.faq__box.active .faq__icon svg {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.faq__top {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 28px 37px 22px 69px;
	position: relative;
	z-index: 10;
	cursor: pointer;
}

.faq__title {
	width: calc(100% - 20px);
	font-size: 21px;
	line-height: 30px;
	font-weight: 600;
}

.faq__icon {
	width: 15px;
	height: 22px;
	position: relative;
	top: -3px;
}

.faq__icon svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	display: block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.faq__icon svg * {
	stroke: #1c00a1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.faq__top:hover .faq__icon svg * {
	stroke: #5e3dff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.faq__block {
	display: none;
	padding: 54px 69px 30px;
	background-color: #fff;
	margin-top: -15px;
}

.faq__block ul li {
	position: relative;
	padding-left: 32px;
	font-size: 16px;
	line-height: 30px;
}

.faq__block ul li ul {
	padding-top: 5px;
}

.faq__block ul li ul li {
	margin: 0;
	padding-left: 15px;
	font-size: 16px;
	line-height: 30px;
}

.faq__block ul li ul li:before {
	display: none;
}

.faq__block ul li ul li:after {
	content: "−";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
}

.faq__block ul li + li {
	margin-top: 15px;
}

.faq__block ul li:before {
	content: "";
	position: absolute;
	top: 8.5px;
	left: 0;
	width: 12px;
	height: 12px;
	background-color: #1c00a1;
	border-radius: 50%;
}
.faq__block ul li {
	color: #000;
}

.faq__block ul li:before {
	background: #1c00a1;
}

.faq__block ul li + li {
	margin-top: 10px;
}

.faq__block-title {
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}

.faq__caption {
	margin-bottom: 17px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}

@media (max-width: 1050px) {
	.faq__top {
		padding: 28px 39px 22px 40px;
	}
	.faq__title {
		font-size: 18px;
	}
	.faq__block-title {
		display: block;
	}
	.faq__block {
		padding: 47px 40px 40px;
	}
}

@media (max-width: 760px) {
	.faq {
		padding: 80px 0;
	}
	.faq__content {
		margin: 0 0px;
	}
	.faq__top {
		padding: 26px 20px 20px 7px;
	}
	.faq__title {
		width: calc(100% - 15px);
		font-size: 13px;
		line-height: 16px;
	}
	.faq__block-title {
		margin-bottom: 20px;
		font-size: 13px;
		line-height: 20px;
	}
	.faq__block {
		padding: 38px 20px 40px 7px;
	}
	.faq__box + .faq__box {
		margin-top: 4px;
	}
	.faq__icon {
		width: 11px;
		height: 18px;
		top: -1px;
	}
	.faq__caption {
		margin-bottom: 24px;
		font-size: 13px;
		line-height: 17px;
		font-weight: 700;
	}
}

/*--------------------form--------------------*/
.form {
	padding: 110px 0 200px 0;
	background: #fff;
	position: relative;
	z-index: 20;
	margin-bottom: -20px;
}
.form.form_gray {
	background: transparent;
}
.form h2,
.form .h2 {
	margin-bottom: 60px;
	text-align: center;
}

.form_npt {
	padding-top: 0;
}

.form__body {
	max-width: 880px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.13);
	border-radius: 20px;
	margin: 0px auto;
	padding: 71px 150px 91px;
}

.form__label {
	display: block;
}

.form__label + .form__label {
	margin-top: 24px;
}

.form__caption {
	font: 600 21px/24px Mont;
	color: #000000;
	margin-bottom: 10px;
}

.form__content {
	margin-top: 60px;
}

.form__field {
	width: 100%;
	background-color: transparent;
	border: 1px solid #000000;
	border-radius: 5px;
	font: 500 16px/24px Mont;
	color: #383d3b;
	padding: 12px 14px 10px;
	position: relative;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.form__field::-webkit-input-placeholder {
	color: #c4c4c4;
}

.form__field::-moz-placeholder {
	color: #c4c4c4;
}

.form__field:-moz-placeholder {
	color: #c4c4c4;
}

.form__field:-ms-input-placeholder {
	color: #c4c4c4;
}
.form__field.error {
	border: 1px solid #b60e0e;
}
.form__error {
	margin-top: 10px;
	color: #b60e0e;
}
.checkbox + .form__error {
	margin-top: -10px;
}
.form__bottom {
	margin-top: 77px;
	text-align: center;
}

.form__img {
	position: absolute;
	left: 8px;
	right: 8px;
	bottom: -40px;
	text-align: center;
}

@media (max-width: 1050px) {
	.form__img img {
		max-width: 100% !important;
	}
	.form {
		padding-bottom: 250px;
	}
	.form_child {
		padding-top: 62px;
	}
	.form__body {
		padding: 73px 100px 75px;
	}
	.form__body .h2 {
		margin-left: -28px;
	}
	.form__content {
		margin-top: 40px;
	}
	.form__caption {
		font-size: 18px;
	}
	.form__bottom {
		margin-top: 62px;
	}
	.form__img {
		bottom: -20px;
	}
}

@media (max-width: 760px) {
	.form {
		padding: 80px 0 130px 0;
	}
	.form__body {
		padding: 44px 15px 60px;
		margin: 0 0px;
	}
	.form__body .h2 {
		margin-left: -14px;
	}
	.form__caption {
		font-size: 16px;
		margin-bottom: 3px;
	}
	.form__content {
		margin-top: 28px;
	}
	.form__field {
		font: 500 13px/24px Mont;
		padding: 12px 6px 10px;
	}
	.form__label + .form__label {
		margin-top: 23px;
	}
	.form__bottom {
		margin-top: 48px;
	}
	.form__img {
		bottom: -21px;
	}
}

/*--------------------footer--------------------*/
#footer {
	padding: 80px 0 100px 0;
}

.footer__title {
	margin-bottom: 50px;
	color: #351cab;
	font: 64px/64px Chalet;
	background-color: #1c00a1;
	position: relative;
	z-index: 25;
}

.footer-menu {
	margin-bottom: 90px;
}

.footer-menu-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-menu-list li {
	margin-right: 75px;
}

.footer-menu-list li a {
	font-size: 21px;
	font-weight: 600;
	color: #fff;
	text-decoration: none !important;
	border-bottom: 2px solid transparent;
}

.footer-menu-list li a:hover {
	border-bottom: 2px solid #fff;
}

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

.footer-contacts__title {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 700;
	color: #fff;
}

.footer-contacts__address {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.footer-social__title {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 700;
	color: #fff;
}

.footer-social-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-social__btn {
	font-size: 32px;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer-social__btn:hover {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

@media (max-width: 1050px) {
	#footer {
		padding: 50px 0 80px 0;
	}
	.footer__title {
		font-size: 48px;
	}
	.footer-menu {
		margin-bottom: 70px;
	}
	.footer-menu-list li a {
		font-size: 18px;
	}
	.footer-contacts__title {
		font-size: 18px;
	}
	.footer-social {
		padding-right: 50px;
	}
	.footer-social__title {
		font-size: 18px;
	}
	.footer-social__btn {
		font-size: 27px;
	}
}

@media (max-width: 760px) {
	#footer {
		padding: 50px 0 60px 0;
	}
	.footer__title {
		margin-bottom: 30px;
		font-size: 26px;
		line-height: 1;
	}
	.footer-menu {
		margin-bottom: 50px;
	}
	.footer-menu-list {
		display: block;
	}
	.footer-menu-list li {
		margin: 0 0 25px 0;
	}
	.footer-menu-list li a {
		font-size: 16px;
	}
	.footer-bottom {
		display: block;
	}
	.footer-contacts {
		margin-bottom: 30px;
	}
	.footer-contacts__title {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.footer-contacts__address {
		font-size: 13px;
	}
	.footer-social__title {
		font-size: 16px;
	}
	.footer-social-row {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	.footer-social__btn {
		margin-right: 25px;
		font-size: 25px;
	}
}

/*==========================================MENU=======================================*/
/*--------------------hb_list--------------------*/
.hb_list a[data-menu-id],
.mobile-menu a[data-menu-id] {
	position: relative;
	z-index: 10;
}

.hb_list a[data-menu-id]:after,
.mobile-menu a[data-menu-id]:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 20px solid #edf0f9;
	border-bottom: 10px solid transparent;
	top: 37px;
	left: calc(50% - 10px);
	z-index: 10;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.mobile-menu a[data-menu-id]:after {
	top: calc(50% - 10px);
	left: auto;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	right: 0px;
}

.hb_list a[data-menu-id]:hover:after,
.hb_list a[data-menu-id].active:after,
.mobile-menu a[data-menu-id].active:after {
	opacity: 1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

@media (max-width: 1150px) {
	.hb_list a[data-menu-id]:after {
		top: 39px;
	}
}

.child-menu__box {
	height: auto;
	background: #edf0f9;
	position: fixed;
	top: 128px;
	left: 0;
	width: 100%;
	z-index: 990;
	/*transform: translateY(-700px);*/
	-webkit-transform: translateY(-700px);
	-ms-transform: translateY(-700px);
	transform: translateY(-700px);
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	-webkit-box-shadow: 3px 2px 19px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 3px 2px 19px 2px rgba(0, 0, 0, 0.05);
}

.child-menu__box.active,
.child-menu__box-active {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.child-menu__wrap {
	padding-top: 44px;
	padding-bottom: 72px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.child-menu__coll {
	width: 23%;
	padding-right: 25px;
}

.child-menu__coll_1 {
	width: 25.5%;
}

.child-menu__coll_2 {
	width: 40.7%;
}

.child-menu__coll_3 {
	width: 27.8%;
}

.child-menu__main {
	margin-bottom: 17px;
}

.child-menu__block_height {
	height: 282px;
}
.menu li.active > a {
	color: #1c00a1;
}
.menu a {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.menu a > strong {
	font-weight: 600;
}

.menu a > p {
	margin-top: 5px;
	font-weight: 300;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}

.menu li + li {
	margin-top: 18px;
}

.menu a:hover {
	color: #1c00a1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.menu a:hover > p {
	color: #1c00a1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

@media (max-width: 1150px) {
	.menu a {
		font-size: 14px;
		line-height: 16px;
	}
	.child-menu__block_height {
		height: 240px;
	}
}

@media (max-width: 1050px) {
	.child-menu {
		display: none;
	}
	.menu a {
		font-weight: 600;
		font-size: 16px;
		line-height: 20px;
	}
	.menu li + li {
		margin-top: 32px;
	}
}

@media (max-width: 760px) {
	.mobile-menu a[data-menu-id]:after {
		display: none;
	}
}

/*--------------------contacts--------------------*/
.mobile-menu {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10001;
	-webkit-transform: translateX(-150%);
	-ms-transform: translateX(-150%);
	transform: translateX(-150%);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.mobile-menu:after {
	content: "";
	position: absolute;
	width: 300px;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 70;
}

.mobile-menu.active {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.mobile-menu .container {
	height: 100%;
}

.mobile-menu__body {
	width: 270px;
	height: 100%;
	padding-top: 40px;
	background: #fff;
	position: relative;
	z-index: 100;
}

.mobile-menu__top {
	margin-bottom: 32px;
	margin-top: 85px;
}

.mobile-menu__bottom a {
	font-size: 14px;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.66);
}

.mobile-menu__list a {
	display: block;
}

.mobile-menu__closed {
	margin: 0px;
	width: 40px;
	height: 22px;
	cursor: pointer;
}

.mobile-menu__closed span {
	display: block;
	background: #1c00a1;
	border-radius: 12px;
	height: 4px;
	width: 100%;
	position: relative;
	margin: auto;
	-webkit-transition: 0.35s;
	-o-transition: 0.35s;
	transition: 0.35s;
}

.mobile-menu__closed span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.35s;
	-o-transition: 0.35s;
	transition: 0.35s;
}

.mobile-menu__closed span:nth-child(2) {
	top: 7px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.35s;
	-o-transition: 0.35s;
	transition: 0.35s;
}

.mobile-menu__child {
	position: absolute;
	width: 400px;
	height: 100%;
	top: 0px;
	left: calc(50% - 115px);
	background: #edf0f9;
	padding: 148px 60px 140px 34px;
	overflow: auto;
	-webkit-transform: translateX(-200%);
	-ms-transform: translateX(-200%);
	transform: translateX(-200%);
	z-index: 50;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.mobile-menu__child.active {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.mobile-menu__child > ul > li > div,
.mobile-menu__list > ul > li > ul > li > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.mobile-menu__child > ul > li > div > i > svg,
.mobile-menu__list > ul > li > ul > li > div > i > svg {
	stroke: #000;
	opacity: 0.36;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.mobile-menu__child > ul > li > div.active > i > svg,
.mobile-menu__list > ul > li > ul > li > div.active > i > svg {
	stroke: #1c00a1;
	opacity: 1;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.mobile-menu__child > ul > li > ul,
.mobile-menu__list > ul > li > ul,
.mobile-menu__list > ul > li > ul > li > ul {
	display: none;
}

.mobile-menu__list > ul > li > ul {
	margin-top: 24px;
}

.mobile-menu__child > ul > li > ul > li > a {
	font-weight: 300;
}

@media (max-width: 1050px) {
	.mobile-menu__child > ul > li > ul > li {
		margin-top: 24px;
	}
}

@media (max-width: 830px) {
	.mobile-menu__body {
		width: 285px;
	}
	.mobile-menu__child {
		width: 380px;
		left: calc(50% - 83px);
		padding: 148px 40px 140px;
	}
}

@media (max-width: 760px) {
	.mobile-menu {
		background-color: #fff;
		overflow: auto;
		padding-bottom: 50px;
	}
	.mobile-menu__body {
		width: 100%;
		padding-top: 20px;
	}
	.mobile-menu__top {
		margin-bottom: 32px;
		margin-top: 53px;
	}
	.mobile-menu__list {
		padding-right: 4px;
	}
	.mobile-menu__bottom {
		margin-bottom: 50px;
	}
	.mobile-menu__list > ul > li > ul > li + li {
		margin-top: 24px;
	}
	.mobile-menu__list > ul > li > ul > li a {
		font-size: 13px;
		line-height: 17px;
	}
	.mobile-menu__list > ul > li > ul > li > ul > li {
		margin-top: 24px;
	}
	.mobile-menu__list > ul > li > ul > li > ul > li > a {
		font-weight: 300;
	}
}

/*--------------------certificates-modal--------------------*/
.dark__bg.fancybox-is-open .fancybox-bg {
	opacity: 0.3;
}

.dark__bg .fancybox-bg {
	background: #000;
}

.dark__bg .fancybox-slide--html {
	padding: 0px;
}

.certificates-modal {
	margin: 0px;
	width: 1012px;
	height: 765px;
	background: #ffffff;
	border-radius: 20px;
	padding: 70px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.modal__closed {
	position: absolute;
	width: 39px;
	height: 39px;
	top: 25px;
	right: 25px;
	cursor: pointer;
}

.certificates-modal .fancybox-close-small {
	display: none;
}

@media (max-width: 1200px) {
	.certificates-modal {
		width: 768px;
		height: 580px;
		padding: 54px;
	}
	.modal__closed {
		top: 18px;
		right: 18px;
	}
}

@media (max-width: 760px) {
	.certificates-modal {
		width: 100%;
		height: auto;
		padding: 44px 22px;
		border-radius: 6px;
	}
	.modal__closed {
		top: 4px;
		right: 2px;
	}
}

/*==========================================CORPCENTER=======================================*/
/*--------------------info--------------------*/
.info {
	padding: 110px 0 120px 0;
}

.info_2 {
	padding: 70px 0 120px 0;
}

@media (max-width: 760px) {
	.info {
		padding: 80px 0;
	}
}

/*--------------------benefit--------------------*/
.benefit {
	padding: 110px 0px 100px 0;
	background: #fff;
}

.benefit__content {
	margin-top: 80px;
}

.benefit__body + .benefit__body {
	margin-top: 55px;
}

.benefit__title {
	font-weight: 600;
	font-size: 21px;
	line-height: 24px;
	color: #1c00a1;
	margin-bottom: 20px;
}

.benefit__container {
	width: 1010px;
	margin: 0px -20px;
}

.benefit__box {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.benefit__item {
	padding: 34px 37px;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	margin: 20px;
}

.benefit__icon {
	width: 100px;
	height: 100px;
	margin-right: 32px;
}

.benefit__icon img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.benefit__caption {
	width: calc(100% - 132px);
}

.benefit .slick-dots {
	bottom: 0px;
}

.benefit .slick-dots li button {
	background-color: #b6b0d5;
}

.benefit .slick-dots li.slick-active button {
	background-color: #1c00a1;
}

@media (max-width: 1200px) {
	.benefit__container {
		width: 960px;
	}
	.benefit__item {
		padding: 30px 30px;
	}
}

@media (max-width: 1050px) {
	.benefit__title {
		font-size: 18px;
		line-height: 23px;
	}
	.benefit__container {
		width: 540px;
	}
	.benefit__item {
		padding: 33px 30px;
	}
	.benefit__body + .benefit__body {
		margin-top: 60px;
	}
}

@media (max-width: 760px) {
	.benefit {
		padding: 80px 0px;
	}
	.benefit__title {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.benefit__content {
		margin-top: 40px;
	}
	.benefit__container {
		width: calc(100% + 40px);
	}
	.benefit .arrow {
		display: none;
	}
	.benefit__item {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 25px 25px;
		font-size: 13px;
		line-height: 24px;
		text-align: center;
	}
	.benefit__icon {
		margin-right: 0px;
		margin-bottom: 40px;
	}
	.benefit__caption {
		width: 100%;
	}
	.benefit__slick,
	.benefit__corporation {
		padding-bottom: 20px;
	}
}

/*--------------------products--------------------*/
.products {
	padding: 110px 0 120px 0;
}

.products-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 60px 100px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}

.products-item + .products-item {
	margin-top: 80px;
}

.products-item-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-right: 100px;
}

.products-item__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
	max-width: 200px;
	height: 200px;
}

/*--------------------company--------------------*/
.company {
	padding: 110px 0 120px 0;
}

.company-section {
	margin-bottom: 100px;
}

.company-section:last-child {
	margin-bottom: 0;
}

.company__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0px -16px -48px;
}

.company__coll {
	width: calc(25% - 32px);
	height: 120px;
	margin: 0px 16px 48px;
}

.company__desc {
	font-weight: 600;
	font-size: 21px;
	line-height: 27px;
	color: #1c00a1;
	margin-top: 40px;
}

@media (max-width: 1200px) {
	.company__coll {
		height: 100px;
	}
}

@media (max-width: 1050px) {
	.company__row {
		margin-bottom: -16px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.company__coll {
		width: calc(50% - 64px);
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		height: 120px;
		margin-bottom: 16px;
	}
	.company__coll img {
		max-width: 272px;
	}
	.company__desc {
		font-size: 18px;
		line-height: 23px;
	}
}

@media (max-width: 760px) {
	.company {
		padding: 80px 0;
	}
	.company__coll {
		width: calc(50% - 16px);
		height: 60px;
		margin: 0px 8px 16px;
	}
	.company__desc {
		font-size: 16px;
		line-height: 24px;
		text-align: center;
		margin-top: 23px;
		padding: 0px 40px;
	}
}

/*--------------------choice--------------------*/
.choice__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.choice__coll {
	width: calc(33.333% - 32px);
	text-align: center;
}

.choice__icon {
	width: 168px;
	height: 168px;
	margin-bottom: 40px;
}

.corpcenter-list li small {
	font-weight: 300;
}

.corpcenter-list li + li {
	margin-top: 70px;
}

@media (max-width: 1060px) {
	.products-item {
		padding: 60px 70px;
	}
	.products-item-content {
		padding-right: 0;
	}
	.products-item__icon {
		display: none;
	}
	.products-item + .products-item {
		margin-top: 65px;
	}
	.corpcenter-list li + li {
		margin-top: 60px;
	}
	.form_spb {
		padding-bottom: 120px;
	}
}

@media (max-width: 760px) {
	.products-list {
		margin: 0 0px;
	}
	.products {
		padding: 80px 0;
	}
	.corpcenter-list li + li {
		margin-top: 30px;
	}
	.products-item {
		padding: 40px 10px;
	}
	.products-item + .products-item {
		margin-top: 15px;
	}
}

/*==========================================DIGITAL2SME======================================*/
/*--------------------reason--------------------*/
.reason {
	padding: 110px 0;
}

.reason-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.reason-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
	max-width: 33.333%;
	text-align: center;
	padding: 0 15px;
}

.reason-item__icon {
	margin: 0 auto 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 168px;
	height: 168px;
	padding: 25px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
	border-radius: 20px;
}

.reason-item__title {
	font-size: 21px;
	line-height: 30px;
	color: #fff;
}

@media (max-width: 1050px) {
	.reason-item {
		padding: 0 10px;
	}
	.reason-item__title {
		font-size: 18px;
	}
}

@media (max-width: 760px) {
	.reason {
		padding: 80px 0;
	}
	.reason-row {
		display: block;
	}
	.reason-item {
		margin-bottom: 80px;
		max-width: 100%;
	}
	.reason-item:last-child {
		margin-bottom: 0;
	}
	.reason-item__icon {
		width: 135px;
		height: 135px;
		border-radius: 15px;
	}
	.reason-item__title {
		font-size: 13px;
		line-height: 24px;
	}
}

/*--------------------ratings--------------------*/
.ratings {
	padding: 110px 0 120px 0;
}

.ratings__title {
	margin-bottom: 20px;
}

.ratings-section {
	margin-bottom: 120px;
}

.ratings-section:last-child {
	margin-bottom: 0;
}

.ratings-section__title {
	margin-bottom: 80px;
	font-size: 21px;
	line-height: 40px;
	font-weight: 500;
}

.ratings-section-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ratings-section__logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 400px;
	flex: 0 0 400px;
	max-width: 400px;
}

.ratings-section__logo img {
	max-width: 100%;
}

.ratings-section-table {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.ratings-section-table table td {
	width: 33.33%;
}

@media (max-width: 1050px) {
	.ratings-section {
		margin-bottom: 100px;
	}
	.ratings-section__title {
		font-size: 18px;
		line-height: 30px;
	}
	.ratings-section__logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 200px;
		flex: 0 0 200px;
		max-width: 200px;
		padding-right: 50px;
	}
	.ratings-section-table table td {
		width: 25%;
	}
	.ratings-section-table table td:nth-child(2) {
		width: 50%;
	}
}

@media (max-width: 760px) {
	.ratings {
		padding: 80px 0;
	}
	.ratings-section {
		margin-bottom: 80px;
	}
	.ratings-section__title {
		margin-bottom: 40px;
		font-size: 13px;
		line-height: 24px;
		text-align: center;
	}
	.ratings-section-body {
		display: block;
	}
	.ratings-section__logo {
		margin-bottom: 40px;
		max-width: 100%;
		padding-right: 0;
		text-align: center;
	}
	.ratings-section__logo img {
		max-width: 150px;
	}
	.ratings-section-table {
		margin-left: -8px;
		margin-right: -8px;
	}
}

/*--------------------benefits2--------------------*/
.benefits2 {
	padding: 110px 0 40px 0;
	background: #fff;
}

.benefits2-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.benefits2-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
	max-width: 33.333%;
	margin-bottom: 80px;
	padding-right: 20px;
}

.benefits2-item__icon {
	margin-bottom: 40px;
	display: inline-block;
	width: 100px;
	height: 100px;
}

.benefits2-item__title {
	font-size: 21px;
	line-height: 30px;
}

@media (max-width: 1050px) {
	.benefits2-item__title {
		font-size: 18px;
	}
	.benefits2-item__title div {
		display: inline;
	}
}

@media (max-width: 760px) {
	.benefits2 {
		padding: 80px 0;
	}
	.mobile-carousel {
		display: block;
	}
	.benefits2-item {
		margin-bottom: 50px;
		padding-right: 0;
		max-width: 100%;
		text-align: center;
	}
	.benefits2-item__title {
		font-size: 13px;
		line-height: 24px;
	}
	.benefits2-item__title div {
		display: block;
	}
	.benefits2-item__title span {
		display: block;
	}
}

/*--------------------clients--------------------*/
.clients {
	padding: 110px 0 70px 0;
}

.clients-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 30px;
}

.clients-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
	max-width: 33.333%;
	text-align: center;
	margin-bottom: 100px;
	padding: 0 15px;
}

.clients-item img {
	max-width: 100%;
	max-height: 100px;
}

@media (max-width: 1050px) {
	.tablet-carousel {
		display: block;
	}
	.clients-row {
		padding-top: 0;
	}
	.clients-item {
		margin-bottom: 70px;
		max-width: 100%;
	}
	.clients-item__image {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100px;
	}
}

@media (max-width: 760px) {
	.clients {
		padding: 80px 0;
	}
}

/*--------------------stats--------------------*/
.stats {
	padding: 110px 0 120px 0;
}

.stats-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 120px;
	padding: 80px 0;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}

.stats-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	text-align: center;
}

.stats-item__icon {
	margin-bottom: 40px;
	display: inline-block;
	width: 100px;
	height: 100px;
}

.stats-item__title {
	font-weight: 700;
	font-size: 21px;
	line-height: 30px;
	color: #1c00a1;
}

.stats-item__text {
	font-size: 16px;
	line-height: 30px;
}

.note {
	position: relative;
	padding-left: 100px;
	font-size: 21px;
	line-height: 40px;
	font-weight: 500;
}

.note:before {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	bottom: 8px;
	left: 0;
	width: 8px;
	height: auto;
	background: #1c00a1;
	border-radius: 20px;
}

.note a {
	display: inline-block;
	line-height: 1;
	color: #1c00a1;
	border-bottom: 1px solid #1c00a1;
}

.note a:hover {
	border-color: transparent;
}

@media (max-width: 1050px) {
	.stats-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 10px;
	}
	.stats-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 80px;
		padding: 0 30px;
	}
	.note {
		padding-left: 70px;
		font-size: 18px;
		line-height: 30px;
	}
	.note br {
		display: none;
	}
}

@media (max-width: 760px) {
	.stats {
		padding: 80px 0;
	}
	.stats__title {
		margin-bottom: 50px;
	}
	.stats__title div {
		display: inline;
	}
	.stats-row {
		display: block;
		margin-bottom: 80px;
		margin-left: -8px;
		margin-right: -8px;
	}
	.stats-item {
		margin-bottom: 40px;
		max-width: 100%;
	}
	.stats-item__icon {
		margin-bottom: 25px;
	}
	.stats-item__title {
		font-size: 16px;
		line-height: 24px;
	}
	.stats-item__text {
		font-size: 13px;
		line-height: 24px;
	}
	.note {
		padding-left: 20px;
		font-size: 16px;
		line-height: 30px;
	}
}

/*==========================================DIGITALBM======================================*/
/*--------------------structure--------------------*/
.structure {
	padding: 100px 0 120px 0;
	background: #fff;
}

.structure__title {
	margin-bottom: 120px;
}

.structure-tabs-list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 100px;
}

.structure-tabs-list:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #edf0f9;
	border-radius: 3px;
}

.structure-tabs__btn {
	position: relative;
	padding-bottom: 35px;
	font-size: 20px;
	font-weight: 600;
	color: #595959;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.structure-tabs__btn:hover {
	color: #000;
}

.structure-tabs__btn:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #1c00a1;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	z-index: 10;
}

.structure-tabs__btn.active {
	color: #000;
}

.structure-tabs__btn.active:after {
	opacity: 1;
}

.structure-tabs-section {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}

.structure-tabs-section.active {
	position: relative;
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.structure-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.structure-block__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 510px;
	flex: 0 0 510px;
	max-width: 510px;
	padding-right: 60px;
}

.structure-block__image img {
	max-width: 100%;
}

.structure-block-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.structure-block-content .list_big li + li {
	margin-top: 22px;
}

@media (max-width: 1050px) {
	.structure-block__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-right: 30px;
	}
	.structure-tabs-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.structure-tabs-list:after {
		opacity: 0;
	}
	.structure-tabs__btn {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 15px);
		flex: 0 0 calc(50% - 15px);
		max-width: calc(50% - 15px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 40px;
		padding: 10px;
		height: 68px;
		font-size: 17px;
		line-height: 20px;
		text-align: center;
		border: 2px solid #edf0f9;
		border-radius: 20px;
	}
	.structure-tabs__btn.active {
		border: 2px solid #1c00a1;
	}
	.structure-tabs__btn.active:after {
		opacity: 0;
	}
	.structure-block-content .list_big li {
		font-size: 16px;
		line-height: 24px;
	}
	.structure-block-content .list_big li + li {
		margin-top: 15px;
	}
}

@media (max-width: 760px) {
	.structure-block-content .list_big li {
		font-size: 13px;
	}
	.structure-tabs-list {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: auto;
	}
	.structure-tabs-list:after {
		opacity: 1;
	}
	.structure-tabs__btn {
		display: block;
		max-width: none;
		margin: 0 20px 0 0;
		padding: 0 0 20px 0;
		height: auto;
		border: 0;
		white-space: nowrap;
	}
	.structure-tabs__btn.active {
		border: 0;
	}
	.structure-tabs__btn.active:after {
		opacity: 1;
	}
	.structure {
		padding: 80px 0 60px 0;
	}
	.structure-block {
		display: block;
	}
	.structure-block__image {
		margin-bottom: 40px;
		padding-right: 0;
		max-width: 100%;
		text-align: center;
	}
	.structure-tabs-list {
		margin-right: -8px;
	}
}

/*--------------------video--------------------*/
.video {
	padding: 110px 0 120px 0;
}

.video-item-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 640px;
	background: #edf0f9;
}

.video-item__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 122px;
	height: 122px;
	padding-left: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(145, 145, 145, 0.21);
	box-shadow: 0px 0px 15px 5px rgba(145, 145, 145, 0.21);
	border-radius: 50%;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.video-item__btn:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.ic {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.ic-play {
	width: 32px;
	height: 32px;
	background-image: url(../img/icon-play.svg);
}

@media (max-width: 760px) {
	.video {
		padding: 80px 0;
	}
	.video__title span {
		display: block;
	}
	.video-item {
		margin: 0 0px;
	}
	.video-item-body {
		height: 310px;
	}
	.video-item__btn {
		width: 74px;
		height: 74px;
	}
	.ic-play {
		width: 24px;
		height: 24px;
	}
}

@media (max-width: 359px) {
	h1,
	.h1,
	.bss-promo__title {
		font-size: 33px !important;
	}
}

/*==========================================DIGITAL2CIB======================================*/
/*==========================================BankContracts=======================================*/
.indents {
	padding: 120px 0;
}

@media (max-width: 760px) {
	.indents {
		padding: 80px 0;
	}
}

/*==========================================Host2host=======================================*/
/*--------------------scheme--------------------*/
.scheme {
	padding: 110px 0 120px 0;
}

@media (max-width: 760px) {
	.scheme {
		display: none;
	}
}

/*==========================================Digital2Retail=======================================*/
/*--------------------module--------------------*/
.module {
	padding: 110px 0 120px 0;
	background: #fff;
}

.module__title {
	margin-bottom: 20px;
}

.module__subtitle {
	margin-bottom: 80px;
	font-size: 21px;
	line-height: 30px;
	font-weight: 500;
}

.module__mobiletitle {
	display: none;
	margin-bottom: 20px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #1c00a1;
}

.module-structure {
	position: relative;
}

.module-structure:before {
	content: "";
	display: block;
	position: absolute;
	left: -440px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 680px;
	height: 680px;
	background-image: url(../img/digital2retail/module-shape.svg);
	background-position: 0 50%;
	background-repeat: no-repeat;
}

.module-structure-item {
	padding-left: 100px;
	margin-bottom: 45px;
}

.module-structure-item:last-child {
	margin-bottom: 0;
}

.module-structure-item_2 {
	padding-left: 215px;
}

.module-structure-item_3 {
	padding-left: 275px;
}

.module-structure-item__title {
	font-family: Mont;
	font-size: 16px;
	line-height: 30px;
	font-weight: 700;
}

.module-structure-item__text {
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}

.module_mobiletitle {
	display: none;
}

@media (max-width: 1050px) {
	.module__subtitle {
		font-size: 18px;
		margin-bottom: 60px;
	}
	.module-structure-item {
		margin-bottom: 22px;
	}
	.module-structure-item__title,
	.module-structure-item__text {
		line-height: 24px;
	}
}

@media (max-width: 760px) {
	.module {
		padding: 80px 0;
	}
	.module__subtitle {
		margin-bottom: 30px;
		font-size: 13px;
		line-height: 20px;
		text-align: center;
	}
	.module__mobiletitle {
		display: block;
	}
	.module-structure:before {
		display: none;
	}
	.module-structure {
		margin: 0 0px;
	}
	.module-structure-item {
		margin-bottom: 15px;
		padding: 20px 8px;
		background: #fff;
		-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
		border-radius: 20px;
	}
	.module-structure-item__title {
		position: relative;
		padding-left: 20px;
		font-size: 13px;
		line-height: 18px;
		font-weight: 600;
	}
	.module-structure-item__title:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 2px;
		width: 12px;
		height: 12px;
		background: #1c00a1;
		border-radius: 50%;
	}
	.module-structure-item__text {
		padding-left: 20px;
		font-size: 13px;
		line-height: 24px;
		font-weight: 500;
	}
}

/*==========================================Mobileclient=======================================*/
/*==========================================EPOS=======================================*/
/*=========================================Widget=======================================*/
.note_mb {
	margin-bottom: 100px;
}

@media (max-width: 760px) {
	.note_mb {
		margin-bottom: 80px;
	}
}

/*==========================================CABINET=======================================*/
/*==========================================FraudAnalysis=======================================*/
.partners {
	padding: 120px 0;
}

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

.partners__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding-right: 30px;
}

.partners__item img {
	max-width: 100%;
}

@media (max-width: 1050px) {
	.partners {
		padding-bottom: 80px;
	}
	.partners__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 40px;
	}
}

@media (max-width: 760px) {
	.partners {
		padding: 80px 0 40px 0;
	}
}

/*==========================================Info=======================================*/
.faq__block__btn {
	margin-top: 40px;
}

.faq__text {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}

@media (max-width: 760px) {
	.faq__text {
		margin-bottom: 20px;
		font-size: 13px;
		line-height: 20px;
	}
}

/*==========================================PAGE 15=======================================*/
/*==========================================Websecuriy=======================================*/
.websecurity {
	padding: 110px 0 120px 0;
	background: #fff;
}

.websecurity-section {
	margin-bottom: 60px;
}

.websecurity-section:last-child {
	margin-bottom: 0;
}

.websecurity-section__title {
	position: relative;
	margin-bottom: 30px;
	padding-left: 35px;
	font-size: 21px;
	line-height: 30px;
	font-weight: 600;
}

.websecurity-section__title:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 6px;
	width: 16px;
	height: 16px;
	background: #1c00a1;
	border-radius: 50%;
}

.websecurity-section__text {
	margin-bottom: 40px;
	padding-left: 35px;
	font-size: 21px;
	line-height: 40px;
}

.websecurity-features {
	padding: 65px 100px;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}

.websecurity-features .list {
	margin-bottom: 65px;
}

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

.websecurity-features ul li + li {
	margin-top: 25px;
}

.websecurity-features ul ul {
	padding-top: 10px;
}

.websecurity-features ul ul li {
	padding-left: 0;
	margin: 0;
}

.websecurity-features ul ul li:before {
	display: none;
}

.websecurity-features__title {
	margin-bottom: 30px;
}

@media (max-width: 1050px) {
	.websecurity-section__title {
		margin-bottom: 20px;
		font-size: 18px;
	}
	.websecurity-section__text {
		font-size: 18px;
		line-height: 30px;
	}
	.websecurity-features {
		padding: 65px 70px;
	}
}

@media (max-width: 760px) {
	.websecurity {
		padding: 80px 0;
	}
	.websecurity-section__title {
		margin-bottom: 15px;
		padding-left: 25px;
		font-size: 13px;
		line-height: 24px;
		font-weight: 700;
	}
	.websecurity-section__title:before {
		width: 12px;
		height: 12px;
	}
	.websecurity-section__text {
		margin-bottom: 30px;
		padding-left: 25px;
		font-size: 13px;
		line-height: 24px;
	}
	.websecurity-features {
		margin: 0 0px;
		padding: 40px 10px;
	}
}

/*==========================================SERVER======================================*/
.capabilities__scheme {
	text-align: center;
	padding-top: 30px;
}

.capabilities__scheme img {
	max-width: 100%;
}

@media (max-width: 760px) {
	.capabilities__scheme {
		display: none;
	}
}

/*=======================================EGOVERMENT=========================================*/
.bss-promo__right_nooverlay:after {
	display: none;
}

.bss-promo__logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #1c00a1;
}

.scheme__image {
	text-align: center;
}

.egoverment-config {
	padding: 110px 0 80px 0;
	background: #fff;
}

.egoverment-config__note {
	margin-bottom: 120px;
}

.egoverment-config-item + .egoverment-config-item {
	margin-top: 80px;
}

.egoverment-config-item__title {
	position: relative;
	margin-bottom: 40px;
	padding-left: 35px;
	font-size: 21px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

.egoverment-config-item__title:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 5.5px;
	width: 16px;
	height: 16px;
	background: #1c00a1;
	border-radius: 50%;
}

.egoverment-config-item__text {
	padding-left: 35px;
}

.egoverment-complex {
	padding: 110px 0 120px 0;
}

.egoverment-complex__note {
	margin-bottom: 80px;
}

.egoverment-complex-content {
	padding-right: 100px;
}

.egoverment-config__title {
	margin-bottom: 20px;
}

.egoverment-config__subtitle {
	margin-bottom: 70px;
	font-size: 21px;
	line-height: 27px;
	font-weight: 600;
}

.benefits-item__text_2 {
	line-height: 40px;
}

.benefits-item_3 {
	padding-right: 15px;
}

@media (max-width: 1050px) {
	.egoverment-config-item__title {
		margin-bottom: 25px;
		font-size: 18px;
	}
	.egoverment-config__note {
		margin-bottom: 80px;
	}
	.egoverment-complex-content {
		padding-right: 0;
	}
}

@media (max-width: 760px) {
	.egoverment-config {
		padding: 80px 0;
	}
	.egoverment-config-item + .egoverment-config-item {
		margin-top: 40px;
	}
	.egoverment-config-item__title {
		margin-bottom: 15px;
		padding-left: 25px;
		font-size: 13px;
		line-height: 24px;
		font-weight: 700;
	}
	.egoverment-config-item__title:before {
		width: 12px;
		height: 12px;
	}
	.egoverment-config-item__text {
		padding-left: 25px;
	}
}

/*==========================================CAREER=======================================*/
.career-about {
	padding: 120px 0 60px 0;
}

.career-about__title {
	margin-bottom: 40px;
}

.career-about__desc {
	margin-bottom: 110px;
	font-size: 21px;
	line-height: 40px;
	color: #fff;
}

.career-about-partners {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.career-about-partners__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	margin-bottom: 100px;
	padding: 0 15px;
	text-align: center;
}

.career-about-partners__item img {
	max-width: 100%;
}

.career-ratings__title {
	margin-bottom: 40px;
}

.career-ratings__text {
	padding-bottom: 40px;
}

.career-ratings-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
}

.career-ratings-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
	max-width: 33.333%;
	padding: 0 15px;
}

.career-ratings-item {
	height: 100%;
	padding: 40px 25px;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
	border-radius: 20px;
}

.career-ratings-item__number {
	margin-bottom: 15px;
	font-size: 40px;
	letter-spacing: 0.01em;
}

.career-ratings-item__number span {
	font-size: 80px;
	font-weight: 700;
	color: #1c00a1;
}

.career-ratings-item__title {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.02em;
}

.career-benefits {
	padding: 110px 0 40px 0;
}

.career-benefits-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.career-benefits-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
	max-width: 33.333%;
	text-align: center;
	margin-bottom: 80px;
	padding: 0 20px;
}

.career-benefits-item__icon {
	margin-bottom: 25px;
}

.career-benefits-item__title {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

.career-location__title {
	margin-bottom: 40px;
}

.career-location__text {
	padding-right: 100px;
	padding-bottom: 40px;
}

.career-location__map {
	padding-left: 30px;
}

.career-vacancies__title {
	margin-bottom: 40px;
}

.career-vacancies-city {
	margin-bottom: 60px;
}

.career-vacancies-city__title {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 500;
}

.career-vacancies-city-select {
	max-width: 280px;
}

.career-vacancies-body {
	margin-bottom: 120px;
}

.career-vacancies-section {
	position: relative;
}

.career-vacancies-slider__info {
	position: absolute;
	right: 67px;
	top: 50px;
	font-size: 18px;
	z-index: 10;
}

.career-vacancies-slider__info span {
	font-size: 22px;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	display: block;
	width: 16px;
	height: 30px;
	font-size: 0;
	outline: none;
	background-size: contain;
	background-color: transparent;
	background-repeat: no-repeat;
	cursor: pointer;
	border: 0;
	z-index: 30;
}

.client-reviews-slider .slick-arrow {
	top: 150px;
}

.slick-prev {
	left: 30px;
	background-image: url(../img/icon-arrow-prev.svg);
}

.slick-next {
	right: 30px;
	background-image: url(../img/icon-arrow-next.svg);
}

.career-vacancies-slider {
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
	border-radius: 20px;
}

.career-vacancies-item {
	padding: 40px 67px 10px;
}

.career-vacancies-item__title {
	padding-bottom: 25px;
	padding-right: 50px;
	font-size: 21px;
	line-height: 27px;
	font-weight: 600;
	letter-spacing: 0.02em;
	border-bottom: 2px solid #2d00b0;
}

.career-vacancies-item-content {
	padding: 40px 30px 0;
}

.career-vacancies-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.career-vacancies-block {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 42%;
	flex: 0 0 42%;
	max-width: 42%;
	margin-bottom: 50px;
}

.career-vacancies-block__title {
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.career-vacancies-block-body .list li {
	padding-left: 20px;
}

.career-vacancies-block-body .list li:before {
	width: 10px;
	height: 10px;
}

.career-vacancies-form__title {
	margin-bottom: 65px;
	text-align: center;
}

.career-vacancies-form-body {
	margin: 0 auto;
	max-width: 575px;
}

.career-events-row {
	margin: 0 -15px;
	position: relative;
}

.career-events-col {
	padding: 0 15px;
}

.career-events-col_big {
	width: 64%;
}

.career-events-col_big .career-events__item {
	height: 570px;
}

.career-events-col_big .career-events__item:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.career-events-col_smalltop {
	position: absolute;
	right: 0;
	top: 0;
	width: 36%;
}

.career-events-col_smallbottom {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 36%;
}

.career-events__item {
	display: block;
	height: 270px;
	overflow: hidden;
}

.career-events__item:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.career-events__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.career-events__link {
	margin-top: 40px;
	font-size: 21px;
	font-weight: 600;
}

.footer-space {
	height: 300px;
}

.career-vacancies-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.career-vacancies-share__btn {
	margin-right: 15px;
}

.career-vacancies-share__btn:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 1050px) {
	.career-about__desc {
		margin-bottom: 90px;
		font-size: 18px;
		line-height: 30px;
	}
	.career-about-partners__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
	.career-ratings-row {
		margin: 0 -10px;
	}
	.career-ratings-col {
		padding: 0 10px;
	}
	.career-ratings-item {
		padding: 15px 10px;
	}
	.career-ratings-item__number {
		margin-bottom: 5px;
		font-size: 35px;
	}
	.career-ratings-item__number span {
		font-size: 65px;
	}
	.career-benefits-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.career-location__text {
		padding-right: 0;
	}
	.career-vacancies-city__title {
		margin-bottom: 15px;
		font-size: 18px;
	}
	.career-vacancies-city {
		margin-bottom: 55px;
	}
	.career-vacancies-item__title {
		padding-bottom: 15px;
		font-size: 18px;
		line-height: 24px;
	}
	.career-vacancies-slider__info {
		top: 42px;
		font-size: 16px;
	}
	.career-vacancies-slider__info span {
		font-size: 18px;
	}
	.career-vacancies-item-content {
		padding: 40px 0 0;
	}
	.career-vacancies-row {
		display: block;
	}
	.career-vacancies-block {
		margin-bottom: 40px;
		max-width: 100%;
	}
	.career-vacancies-block__title {
		font-size: 16px;
	}
	.career-vacancies-block-body .list li {
		line-height: 24px;
	}
	.career-vacancies-block-body .list li + .career-vacancies-block-body .list li {
		margin-top: 15px;
	}
	.career-vacancies-block-body .list li:before {
		top: 6px;
	}
	.career-vacancies-item {
		padding: 40px 100px 0;
	}
	.career-vacancies-slider .slick-prev {
		left: 22px;
	}
	.career-vacancies-slider .slick-next {
		right: 22px;
	}
	.form-item__label {
		font-size: 18px;
	}
	.career-events-row {
		margin: 0 -10px;
	}
	.career-events-col {
		padding: 0 10px;
	}
	.career-events-col_big .career-events__item {
		height: 350px;
	}
	.career-events__item {
		height: 165px;
	}
	.career-events__link {
		margin-top: 30px;
		font-size: 16px;
	}
}

@media (max-width: 760px) {
	.bss-promo__right_2 {
		display: block;
		width: 100%;
		z-index: -1;
	}
	.career-about__desc {
		text-align: center;
	}
	.career-about-partners__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 70px;
	}
	.career-ratings-row {
		display: block;
	}
	.career-ratings-col {
		margin-bottom: 40px;
		max-width: 100%;
	}
	.career-ratings-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 200px;
		margin: 0 auto;
		min-height: 200px;
	}
	.career-ratings-item__title {
		font-size: 13px;
		line-height: 24px;
	}
	.career-ratings-item__number {
		font-size: 35px;
	}
	.career-ratings-item__number span {
		font-size: 67px;
	}
	.career-benefits-row {
		display: block;
	}
	.career-benefits {
		padding: 80px 0;
	}
	.career-benefits-item {
		max-width: 100%;
	}
	.career-benefits-item__icon {
		text-align: center;
	}
	.career-benefits-item__icon img {
		display: inline-block;
	}
	.career-benefits-item__title {
		font-size: 13px;
		line-height: 24px;
	}
	.career-location__map {
		display: none;
	}
	.career-about__desc {
		margin-bottom: 50px;
		text-align: left;
		font-size: 13px;
		line-height: 24px;
	}
	.career-about {
		padding: 80px 0 40px 0;
	}
	.career-location__text {
		padding: 0;
	}
	.career-vacancies-city-select {
		max-width: 100%;
	}
	.career-vacancies-city {
		margin-bottom: 40px;
	}
	.career-vacancies-city__title {
		font-size: 16px;
		font-weight: 600;
	}
	.career-vacancies-item {
		padding: 25px 10px 50px;
	}
	.career-vacancies-slider__info {
		right: 8px;
	}
	.career-vacancies-body {
		margin: 0 -8px 80px;
	}
	.career-vacancies-item__title {
		font-size: 13px;
		line-height: 24px;
	}
	.career-vacancies-slider__info {
		top: 28px;
	}
	.career-vacancies-item-content {
		padding-top: 25px;
	}
	.career-vacancies-block__title {
		font-size: 13px;
	}
	.career-vacancies-block-body .list li br {
		display: none;
	}
	.career-vacancies-slider .slick-dots {
		bottom: 50px;
	}
	.form-item__label {
		font-size: 16px;
	}
	.input {
		font-size: 13px;
		padding: 0 10px;
	}
	.form-upload {
		margin: 25px 0;
	}
	.form-button {
		padding-top: 10px;
	}
	.form-upload__title {
		margin-bottom: 5px;
		font-size: 13px;
	}
	.form-upload__format {
		font-size: 13px;
		line-height: 17px;
	}
	.form-upload__format span {
		display: block;
	}
	.career-events-row .slick-dots {
		bottom: -40px;
	}
	.career-events__link {
		margin-top: 80px;
	}
	.career-events__link svg {
		width: 9px;
		height: 15px;
	}
	.career-events-col {
		position: static;
		width: 100%;
	}
	.career-events__item {
		position: relative;
		height: 250px !important;
	}
	.career-events__item:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(28, 0, 161, 0.23);
	}
}

.career-events__item {
	position: relative;
}

.career-events__item:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(28, 0, 161, 0.23);
}

/*==========================================OUTSTAFFING======================================*/
.outstaffing-benefits {
	padding: 110px 0 120px 0;
	background: #fff;
}

.outstaffing-benefits-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.outstaffing-benefits-item + .outstaffing-benefits-item {
	margin-top: 25px;
}

.outstaffing-benefits-item:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.outstaffing-benefits-item:nth-child(even) .outstaffing-benefits-item-content {
	padding: 0 35px 0 0;
	text-align: right;
}

.outstaffing-benefits-item__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 168px;
	flex: 0 0 168px;
	max-width: 168px;
	height: 168px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
	border-radius: 20px;
}

.outstaffing-benefits-item__icon img {
	max-width: 100%;
}

.outstaffing-benefits-item-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 35px;
}

.outstaffing-benefits-item__title {
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
}

.outstaffing-benefits-item__text {
	line-height: 30px;
}

.algorithm {
	padding: 110px 0 50px 0;
	background: #fff;
}

.algorithm-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -36px;
}

.algorithm-col {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
	max-width: 33.333%;
	padding: 0 36px;
	margin-bottom: 72px;
}

.algorithm-col:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	width: 90px;
	height: 14px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.algorithm__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px;
	min-height: 168px;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	font-weight: 600;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}

.algorithm__item span {
	display: block;
	font-weight: normal;
}

.consalting {
	padding: 110px 0 120px 0;
}

.consalting-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.consalting-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
	max-width: 33.333%;
	padding-right: 0px;
	text-align: center;
}

.consalting-item__icon {
	margin-bottom: 25px;
	width: 100px;
	height: 100px;
	margin: 0 auto 25px;
}

.consalting-item__title {
	margin-bottom: 10px;
	font-size: 21px;
	font-weight: 600;
	color: #fff;
}

.consalting-item__text {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

.errors {
	padding: 110px 0 120px 0;
}

.errors-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 35px;
}

.errors-top__title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 480px;
	flex: 0 0 480px;
	max-width: 480px;
	font-size: 21px;
	line-height: 27px;
	font-weight: 600;
	color: #1c00a1;
}

.errors-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.errors-item:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 138px;
	height: 15px;
	background-image: url(../img/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.errors-item + .errors-item {
	margin-top: 55px;
}

.errors-item-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 27px 32px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 480px;
	flex: 0 0 480px;
	max-width: 480px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}

.errors-item__title {
	padding-right: 25px;
	font-size: 16px;
	line-height: 24px;
}

.errors-item__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 90px;
	flex: 0 0 90px;
	max-width: 90px;
	height: 90px;
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #1c00a1;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}

.errors-item__effect {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 22px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 480px;
	flex: 0 0 480px;
	max-width: 480px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	background: #1c00a1;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}

.errors-item__mobiletitle {
	display: none;
	margin-bottom: 5px;
	font-weight: 600;
	color: #1c00a1;
}

@media (min-width: 1051px) {
	.algorithm-col_1:after,
	.algorithm-col_2:after,
	.algorithm-col_7:after {
		right: -30px;
		background-image: url(../img/icon-block-arrow.svg);
	}
	.algorithm-col_5:after,
	.algorithm-col_6:after {
		left: -30px;
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
		background-image: url(../img/icon-block-arrow.svg);
	}
	.algorithm-col_3:after,
	.algorithm-col_4:after {
		top: auto;
		left: 50%;
		bottom: -30px;
		margin-left: -45px;
		background-image: url(../img/icon-block-arrow.svg);
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

@media (min-width: 761px) and (max-width: 1050px) {
	.algorithm-col_1:after,
	.algorithm-col_5:after {
		right: -30px;
		background-image: url(../img/icon-block-arrow.svg);
	}
	.algorithm-col_4:after,
	.algorithm-col_8:after {
		left: -30px;
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
		background-image: url(../img/icon-block-arrow.svg);
	}
	.algorithm-col_2:after,
	.algorithm-col_3:after,
	.algorithm-col_6:after {
		top: auto;
		left: 50%;
		bottom: -30px;
		margin-left: -45px;
		background-image: url(../img/icon-block-arrow.svg);
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

@media (max-width: 1050px) {
	.algorithm-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.consalting-item {
		padding-right: 15px;
	}
	.consalting-item__title {
		font-size: 18px;
	}
	.consalting-item__text br {
		display: none;
	}
	.consalting-item__text div {
		display: inline;
	}
	.errors-top__title {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 330px;
		flex: 0 0 330px;
		max-width: 330px;
	}
	.errors-item:before {
		width: 48px;
		background-position: right 0;
		background-size: auto;
	}
	.errors-item-info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 330px;
		flex: 0 0 330px;
		max-width: 330px;
		padding: 20px 15px;
	}
	.errors-item__title {
		font-size: 15px;
		padding-right: 15px;
	}
	.errors-item__effect {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 330px;
		flex: 0 0 330px;
		max-width: 330px;
		font-size: 15px;
	}
}

@media (max-width: 760px) {
	.outstaffing-info .list_big > ul > li + li {
		margin-top: 25px;
	}
	.outstaffing-benefits {
		padding: 80px 0;
	}
	.outstaffing-benefits-item {
		display: block;
	}
	.outstaffing-benefits-item + .outstaffing-benefits-item {
		margin-top: 80px;
	}
	.outstaffing-benefits-item__icon {
		width: 136px;
		height: 136px;
		margin: 0 auto 40px;
	}
	.outstaffing-benefits-item-content {
		text-align: center !important;
		padding: 0 !important;
	}
	.outstaffing-benefits-item__title {
		font-size: 13px;
		line-height: 24px;
		font-weight: 600;
	}
	.outstaffing-benefits-item__text {
		font-size: 13px;
		line-height: 24px;
	}
	.algorithm {
		padding: 80px 0 110px 0;
	}
	.algorithm-row {
		display: block;
		margin: 0 0px;
	}
	.algorithm-row .slick-dots {
		bottom: -20px;
	}
	.algorithm-col {
		max-width: 100%;
		margin: 0;
		padding: 20px 10px;
	}
	.algorithm__item {
		min-height: 120px;
		font-size: 13px;
		line-height: 24px;
		-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
	}
	.algorithm__item span {
		display: inline;
	}
	.consalting {
		padding: 80px 0;
	}
	.consalting-row {
		display: block;
	}
	.consalting-item {
		padding-right: 0;
		max-width: 100%;
		text-align: center;
	}
	.consalting-item + .consalting-item {
		margin-top: 80px;
	}
	.consalting-item__icon {
		position: relative;
		left: 15px;
		display: inline-block;
	}
	.consalting-item__text,
	.consalting-item__title {
		margin: 0;
		font-size: 13px;
		line-height: 24px;
	}
	.errors {
		padding: 80px 0;
	}
	.errors-item:before {
		display: none;
	}
	.errors-top {
		display: none;
	}
	.errors-list {
		margin: 0 -18px;
	}
	.errors-list .slick-dots {
		bottom: -10px;
	}
	.errors-item {
		display: block;
		padding: 20px 10px;
	}
	.errors-item__icon {
		display: none;
	}
	.errors-item-info {
		padding: 20px 30px 30px;
		border-radius: 20px 20px 0 0;
	}
	.errors-item__title {
		padding-right: 0;
		font-size: 13px;
		line-height: 24px;
	}
	.errors-item__effect {
		position: relative;
		display: block;
		top: -15px;
		padding: 20px;
		font-size: 13px;
		line-height: 24px;
	}
	.errors-item__effect .errors-item__mobiletitle {
		color: #fff;
	}
	.errors-item + .errors-item {
		margin-top: 0;
	}
	.errors-item__mobiletitle {
		display: block;
	}
	.errors-item-info {
		-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
	}
}

/*==========================================PAGE 21=======================================*/
/*--------------------digital2speech-promo--------------------*/
.digital2speech-promo {
	padding-top: 85px;
	padding-bottom: 66px;
	position: relative;
	z-index: 10;
}

.digital2speech-promo__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}

.digital2speech-promo__bg-slick,
.digital2speech-promo__bg-slick .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.digital2speech-promo__bg-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

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

.digital2speech-promo__left {
	max-width: 480px;
	padding-top: 75px;
}

.digital2speech-promo__right {
	width: 610px;
	margin-right: -75px;
}

.digital2speech-promo__btn {
	padding: 25px 62px;
}

@media (max-width: 1050px) {
	.digital2speech-promo {
		padding-top: 115px;
	}
	.digital2speech-promo__left {
		max-width: 440px;
		padding-top: 5px;
	}
	.digital2speech-promo__right {
		width: 315px;
		margin-right: 0;
		padding-top: 9px;
	}
	.digital2speech-promo__btn {
		margin-top: 41px;
		padding: 22px 53px;
	}
}

@media (max-width: 760px) {
	.digital2speech-promo {
		padding-top: 94px;
		padding-bottom: 130px;
	}
	.digital2speech-promo__container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.digital2speech-promo__left {
		text-align: center;
	}
	.digital2speech-promo .h1 {
		font: 32px/30px Chalet;
		margin: 35px 0px 42px;
	}
	.digital2speech-promo__btn {
		padding: 19px 40px;
	}
	.digital2speech-promo__right {
		width: 100%;
		margin-right: 0;
		padding-top: 140px;
	}
}

/*--------------------main-info--------------------*/
.main-info__slick {
	padding-bottom: 122px;
}

.main-info__slick .swiper-pagination-bullet {
	background: #fff;
}

.main-info__slick .swiper-pagination-bullet-active {
	background: #1c00a1;
}

.main-info__slick .main-info__slide {
	opacity: 0 !important;
}

.main-info__slick .main-info__slide.swiper-slide-active {
	opacity: 1 !important;
}

.main-info__items {
	text-align: center;
	position: relative;
	z-index: 10;
}

.main-info__icon {
	position: relative;
	width: 223px;
	height: 223px;
	margin: 0px auto 40px;
	left: 7px;
	top: -4px;
}

.main-info__icon-base {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	position: relative;
	z-index: 10;
}

.main-info__icon-bg,
.main-info__icon-bg2,
.main-info__icon-bg3 {
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-animation: Orbita1 10s linear infinite;
	animation: Orbita1 10s linear infinite;
}

.main-info__icon-bg {
	width: 177.54px;
	height: 182.2px;
	top: 28px;
	left: 20px;
}

.main-info__icon-bg2 {
	width: 180.96px;
	height: 177.32px;
	top: 26px;
	left: 29px;
}

.main-info__icon-bg3 {
	width: 192.34px;
	height: 194.04px;
	top: 9px;
	left: 10px;
}

.main-info__block {
	display: inline-block;
	max-width: 380px;
	font-weight: 700;
	font-size: 21px;
	line-height: 24px;
	text-align: center;
	color: #1c00a1;
	padding: 21px 11px 16px;
	background: #ffffff;
	-webkit-box-shadow: 0px 6.26023px 15.6506px rgba(28, 0, 161, 0.22);
	box-shadow: 0px 6.26023px 15.6506px rgba(28, 0, 161, 0.22);
	border-radius: 23px;
	position: relative;
	z-index: 10;
}

.main-info__block:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-left: 25px solid #fff;
	border-bottom: 18px solid transparent;
	top: -17px;
	left: 60px;
	z-index: -1;
	-webkit-transform: rotate(170deg);
	-ms-transform: rotate(170deg);
	transform: rotate(170deg);
	opacity: 1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.main-info__desc,
.main-info__description {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #1c00a1;
	margin-top: 15px;
}

.main-info__description {
	margin-top: 20px;
}

.main-info__sound {
	position: absolute;
	z-index: -1;
	width: 100%;
	top: 220px;
	left: -10px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-info__sound-wave {
	width: 183px;
	height: 140px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-info__sound-wave .bar {
	display: block;
	width: 4.7px;
	margin-right: 1px;
	height: 140px;
	background: #fff;
	border-radius: 20px;
	-webkit-animation: sound 0ms -800ms linear infinite alternate;
	animation: sound 0ms -800ms linear infinite alternate;
	-webkit-transition: height 0.8s;
	-o-transition: height 0.8s;
	transition: height 0.8s;
}

.main-info__bottom {
	max-width: 385px;
}

@-webkit-keyframes sound {
	0% {
		opacity: 0.35;
		height: 10%;
	}
	100% {
		opacity: 1;
		height: 100%;
	}
}

@keyframes sound {
	0% {
		opacity: 0.35;
		height: 10%;
	}
	100% {
		opacity: 1;
		height: 100%;
	}
}

.bar:nth-child(1) {
	height: 17px;
	-webkit-animation-duration: 474ms;
	animation-duration: 474ms;
}

.bar:nth-child(2) {
	height: 34px;
	-webkit-animation-duration: 433ms;
	animation-duration: 433ms;
}

.bar:nth-child(3) {
	height: 70px;
	-webkit-animation-duration: 407ms;
	animation-duration: 407ms;
}

.bar:nth-child(4) {
	height: 140px;
	-webkit-animation-duration: 458ms;
	animation-duration: 458ms;
}

.bar:nth-child(5) {
	height: 70px;
	-webkit-animation-duration: 400ms;
	animation-duration: 400ms;
}

.bar:nth-child(6) {
	height: 34px;
	-webkit-animation-duration: 427ms;
	animation-duration: 427ms;
}

.bar:nth-child(7) {
	height: 17px;
	-webkit-animation-duration: 441ms;
	animation-duration: 441ms;
}

@media (max-width: 1050px) {
	.main-info__slick {
		padding-bottom: 42px;
	}
	.main-info__icon {
		width: 170px;
		height: 170px;
		margin-bottom: 3px;
		left: 13px;
		top: 0px;
	}
	.main-info__icon-bg {
		width: 134.54px;
		height: 138.2px;
		top: 22px;
		left: 17px;
	}
	.main-info__icon-bg2 {
		width: 137.96px;
		height: 134.32px;
		top: 12px;
		left: 22px;
	}
	.main-info__icon-bg3 {
		width: 145.34px;
		height: 147.04px;
		top: 4px;
		left: 7px;
	}
	.main-info__sound {
		top: 52px;
		left: 0;
	}
	.main-info__sound-wave {
		width: 95px;
		height: 71px;
	}
	.main-info__sound-wave .bar {
		width: 2.5px;
		height: 71px;
	}
	.main-info__block {
		max-width: 273px;
		font-size: 16px;
		line-height: 18px;
		padding: 17px 5px 16px;
		letter-spacing: -0.5px;
	}
	.main-info__block:after {
		top: -14px;
		left: 73px;
	}
	.main-info__desc,
	.main-info__description {
		font-size: 13px;
		line-height: 17px;
	}
}

@media (max-width: 760px) {
	.main-info__slick {
		padding-bottom: 65px;
		margin: 0px -10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.main-info__icon {
		width: 138px;
		height: 138px;
		margin-bottom: 27px;
		left: -4px;
		top: 0px;
	}
	.main-info__icon-bg {
		width: 111.54px;
		height: 115.2px;
		top: 17px;
		left: 13px;
	}
	.main-info__icon-bg2 {
		width: 113.96px;
		height: 112.32px;
		top: 12px;
		left: 18px;
	}
	.main-info__icon-bg3 {
		width: 121.34px;
		height: 122.04px;
		top: 1px;
		left: 4px;
	}
	.main-info__sound {
		top: 28px;
	}
	.main-info__block {
		max-width: 100%;
		line-height: 20px;
		padding: 17px 10px 16px;
		letter-spacing: 0px;
	}
	.main-info__block:after {
		top: -15px;
		left: 45px;
	}
}

/*--------------------digital2speech-info--------------------*/
.digital2speech-info {
	padding: 50px 0px;
}

.digital2speech-info__row {
	padding: 0px 40px;
}

.digital2speech-info__coll {
	width: 50%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.digital2speech-info__img {
	width: 266px;
	height: 287px;
}

.digital2speech-info__box {
	width: calc(100% - 266px);
}

.digital2speech-info__caption {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 8px;
}

@media (max-width: 1200px) {
	.digital2speech-info__row {
		padding: 0px;
	}
}

@media (max-width: 1050px) {
	.digital2speech-info {
		padding: 50px 0px 82px;
	}
	.digital2speech-info__row {
		padding: 0px 70px 0px 99px;
	}
	.digital2speech-info__coll {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.digital2speech-info__box {
		width: 100%;
	}
	.digital2speech-info__img {
		width: 228px;
		height: 234px;
		margin-left: -23px;
		margin-top: -6px;
	}
	.digital2speech-info__coll:nth-child(2) .digital2speech-info__img {
		width: 219px;
		height: 225px;
		margin-top: 5px;
	}
}

@media (max-width: 760px) {
	.digital2speech-info {
		padding: 50px 0px 70px;
	}
	.digital2speech-info__row {
		padding: 0px;
	}
	.digital2speech-info__coll {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.digital2speech-info__coll:nth-child(2) {
		margin-top: 32px;
	}
	.digital2speech-info__img,
	.digital2speech-info__coll:nth-child(2) .digital2speech-info__img {
		width: 176px;
		height: 186px;
		margin-left: 0px;
		margin-top: 11px;
	}
	.digital2speech-info__box {
		text-align: center;
	}
	.digital2speech-info__caption {
		font-size: 13px;
	}
}

/*--------------------digital2speech-capabilities--------------------*/
.digital2speech-capabilities {
	padding-top: 74px;
	padding-bottom: 90px;
	position: relative;
	z-index: 10;
}

.digital2speech-capabilities .arrow {
	position: relative;
	top: 37px;
}

.digital2speech-capabilities .h2,
.digital2speech-capabilities .main-info__desc,
.digital2speech-capabilities .main-info__description {
	color: #fff;
}

.digital2speech-capabilities__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}

.digital2speech-capabilities__bg-slick,
.digital2speech-capabilities__bg-slick .slick-list,
.digital2speech-capabilities__bg-slick .slick-track {
	width: 100%;
	height: 100%;
}

.digital2speech-capabilities__bg-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.digital2speech-capabilities__body {
	width: calc(100% - 38px);
}

.digital2speech-capabilities__box {
	width: 440px;
	margin-left: 50px;
}

.digital2speech-capabilities__box .main-info__icon {
	width: 120px;
	height: 120px;
	left: 0px;
	top: -4px;
	margin-bottom: 64px;
}

.digital2speech-capabilities__box .main-info__icon-bg {
	width: 91.54px;
	height: 94.2px;
	top: 18px;
	left: 12px;
}

.digital2speech-capabilities__box .main-info__icon-bg2 {
	width: 92.96px;
	height: 91.32px;
	top: 13px;
	left: 16px;
}

.digital2speech-capabilities__box .main-info__icon-bg3 {
	width: 98.34px;
	height: 100.04px;
	top: 6px;
	left: 6px;
}

.digital2speech-capabilities__box .main-info__sound {
	top: 53px;
	left: 0px;
}

.digital2speech-capabilities__box .main-info__sound-wave {
	width: 132px;
	height: 100px;
}

.digital2speech-capabilities__box .main-info__sound-wave .bar {
	width: 3px;
}

.digital2speech-capabilities__box .main-info__bottom {
	margin-left: 58px;
}

.digital2speech-capabilities__box .main-info__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 100%;
	text-align: left;
	padding: 18px 17px 13px;
	min-height: 127px;
}

.digital2speech-capabilities__box .main-info__block:after {
	left: 114px;
}

.digital2speech-capabilities__bottom {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: -28px;
}

.digital2speech-capabilities__bottom-wrap {
	width: 300px;
	overflow: hidden;
}

.digital2speech-capabilities__tabs {
	width: 510px;
	margin: 0px -20px;
}

.digital2speech-capabilities__tab {
	position: relative;
	z-index: 10;
	width: 130px;
	height: 180px;
	border-radius: 20px;
	overflow: hidden;
	margin: 0px 20px;
	cursor: pointer;
	display: block;
}

.digital2speech-capabilities__tab img {
	border-radius: 20px;
	overflow: hidden;
}

.digital2speech-capabilities__tab.active {
	display: none;
}

.digital2speech-capabilities__tab-icon {
	position: absolute;
	width: 97px;
	height: 97px;
	right: -11px;
	bottom: -11px;
}

.digital2speech-capabilities__bg-slide img.img-table,
.digital2speech-capabilities__bg-slide img.img-mobile {
	display: none;
}

@media (max-width: 1200px) {
	.digital2speech-capabilities__bottom {
		display: none;
	}
}

@media (max-width: 1050px) {
	.digital2speech-capabilities {
		padding-bottom: 176px;
	}
	.digital2speech-capabilities__bg-slide img.img-desktop {
		display: none;
	}
	.digital2speech-capabilities__bg-slide img.img-table {
		display: block;
	}
	.digital2speech-capabilities__container {
		padding-top: 38px;
	}
	.digital2speech-capabilities__box .main-info__icon {
		width: 170px;
		height: 170px;
		margin-bottom: 3px;
		left: -12px;
		top: -2px;
	}
	.digital2speech-capabilities__box .main-info__icon-bg {
		width: 134.54px;
		height: 138.2px;
		top: 22px;
		left: 17px;
	}
	.digital2speech-capabilities__box .main-info__icon-bg2 {
		width: 137.96px;
		height: 134.32px;
		top: 12px;
		left: 22px;
	}
	.digital2speech-capabilities__box .main-info__icon-bg3 {
		width: 145.34px;
		height: 147.04px;
		top: 4px;
		left: 7px;
	}
	.digital2speech-capabilities__box {
		margin-left: 0px;
	}
	.digital2speech-capabilities__box .main-info__bottom {
		margin-left: 50px;
		max-width: 288px;
	}
	.digital2speech-capabilities__box .main-info__block {
		max-width: 100%;
		text-align: center;
		padding: 15px 10px 15px;
		min-height: auto;
		margin: 0px 8px;
	}
	.digital2speech-capabilities .arrow {
		top: 24px;
	}
	.digital2speech-capabilities__box .main-info__sound {
		top: 45px;
		left: 30px;
		width: 316px;
	}
	.digital2speech-capabilities__box .main-info__sound-wave {
		width: 96px;
		height: 71px;
	}
}

@media (max-width: 760px) {
	.digital2speech-capabilities {
		padding-bottom: 86px;
	}
	.digital2speech-capabilities .arrow {
		display: none;
	}
	.digital2speech-capabilities__body {
		width: 100%;
	}
	.digital2speech-capabilities__box {
		width: 100%;
		margin-left: 0px;
	}
	.digital2speech-capabilities__box .main-info__icon {
		width: 138px;
		height: 138px;
		margin-bottom: 27px;
		left: 2px;
		top: 0px;
	}
	.digital2speech-capabilities__box .main-info__icon-bg {
		width: 111.54px;
		height: 115.2px;
		top: 17px;
		left: 13px;
	}
	.digital2speech-capabilities__box .main-info__icon-bg2 {
		width: 113.96px;
		height: 112.32px;
		top: 12px;
		left: 18px;
	}
	.digital2speech-capabilities__box .main-info__icon-bg3 {
		width: 121.34px;
		height: 122.04px;
		top: 1px;
		left: 4px;
	}
	.digital2speech-capabilities__box .main-info__bottom {
		max-width: calc(100% + 20px);
		margin: 0px -10px;
	}
	.digital2speech-capabilities__box .main-info__sound {
		top: 23px;
		left: 0px;
		width: 100%;
	}
}

/*--------------------industries--------------------*/
.industries {
	background-color: #fff;
	padding-top: 115px;
	padding-bottom: 93px;
}

.industries__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 85px -16px -45px;
}

.industries__coll {
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(25% - 32px);
	margin: 0px 16px 72px;
	padding: 10px;
	height: 190px;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.17);
	border-radius: 20px;
	font-weight: 700;
	font-size: 21px;
	line-height: 27px;
	text-align: center;
	color: #1c00a1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.industries__caption {
	width: 100%;
}

.industries__icon {
	width: 100px;
	height: 100px;
	margin-bottom: 4px;
	overflow: hidden;
	position: relative;
}

.industries__icon-base {
	display: block;
	-webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0, 1) 0.1s;
	transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0, 1) 0.1s;
	-o-transition: transform 0.45s cubic-bezier(0.4, 0, 0, 1) 0.1s;
	transition: transform 0.45s cubic-bezier(0.4, 0, 0, 1) 0.1s;
	transition: transform 0.45s cubic-bezier(0.4, 0, 0, 1) 0.1s, -webkit-transform 0.45s cubic-bezier(0.4, 0, 0, 1) 0.1s;
}

.industries__icon-hover {
	display: block;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%) translateY(250%);
	-ms-transform: translate(-50%, -50%) translateY(250%);
	transform: translate(-50%, -50%) translateY(250%);
	-webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0, 1);
	transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0, 1);
	-o-transition: transform 0.45s cubic-bezier(0.4, 0, 0, 1);
	transition: transform 0.45s cubic-bezier(0.4, 0, 0, 1);
	transition: transform 0.45s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0, 1);
}

.industries__coll:hover .industries__icon-base {
	-webkit-transform: translateY(-250%);
	-ms-transform: translateY(-250%);
	transform: translateY(-250%);
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.industries__coll:hover .industries__icon-hover {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.industries__coll:hover {
	background: #2607b9;
	color: #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

@media (max-width: 1050px) {
	.industries {
		padding-top: 118px;
		padding-bottom: 115px;
	}
	.industries__coll {
		margin: 0px 16px 55px;
		height: 165px;
		font-size: 16px;
		line-height: 20px;
	}
}

@media (max-width: 760px) {
	.industries {
		padding-top: 92px;
		padding-bottom: 92px;
	}
	.industries__row {
		margin-top: 38px;
	}
	.industries__coll {
		margin: 0px 58px 32px;
		height: auto;
		font-size: 13px;
		line-height: 24px;
		padding: 20px 10px;
		width: 100%;
	}
	.industries__icon {
		display: none;
	}
}

/*--------------------contacts--------------------*/
.reviews {
	padding-top: 116px;
	padding-bottom: 96px;
	background-color: #fff;
}

.reviews .swiper-pagination {
	display: none;
}

.reviews__slick {
	width: 1030px;
	padding: 24px;
}

.reviews__item {
	padding: 48px 102px;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}

.reviews__box {
	max-width: 645px;
	font-size: 16px;
	line-height: 20px;
}

.reviews__info {
	font-weight: 600;
	color: #1c00a1;
	margin-top: 8px;
	margin-bottom: 38px;
}

.reviews__info strong {
	font-weight: 700;
}

.reviews__text p {
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
}

.reviews__text p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1200px) {
	.reviews__slick {
		width: 920px;
	}
}

@media (max-width: 1050px) {
	.reviews {
		padding-top: 76px;
		padding-bottom: 98px;
	}
	.reviews__slick {
		width: 680px;
	}
	.reviews__item {
		padding: 39px 32px;
	}
}

@media (max-width: 760px) {
	.reviews {
		padding-bottom: 68px;
	}
	.reviews .swiper-pagination {
		display: block;
	}
	.reviews .arrow {
		display: none;
	}
	.reviews__body {
		padding-top: 12px;
		margin: 0px -32px;
	}
	.reviews__slick {
		width: 100%;
		padding-bottom: 60px;
	}
	.reviews__logo {
		max-width: 220px;
	}
	.reviews__item {
		padding: 41px 7px 72px;
	}
	.reviews__box {
		font-size: 13px;
		line-height: 24px;
	}
	.reviews__info {
		margin-top: 16px;
		margin-bottom: 16px;
		padding-right: 30px;
	}
	.reviews__text p {
		font-size: 13px;
		line-height: 24px;
	}
}

/*========================================AREAS========================================*/
.areas {
	padding: 110px 0 120px 0;
	background: #fff;
}

.areas__note {
	margin-bottom: 120px;
}

.areas-section {
	padding-top: 170px;
	margin-bottom: -40px;
}

.areas-section:last-child {
	margin-bottom: 0;
}

.areas-section__title {
	margin-bottom: 80px;
	font-family: Chalet;
	font-size: 36px;
	color: #1c00a1;
}

.areas-section-content {
	padding: 0 70px;
}

.areas-slider {
	margin: -25px;
}

.areas-slider .slick-dots {
	bottom: 80px;
}

.areas-slider .slick-prev {
	left: -50px;
}

.areas-slider .slick-next {
	right: -50px;
}

.areas-slider-slide {
	padding: 25px;
}

.areas-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 85px 20px 170px 100px;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}

.areas-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-right: 40px;
}

.areas-content__desc {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 30px;
}

.areas-content__desc p {
	font-size: 16px;
	line-height: 30px;
}

.areas-content__desc p:last-child {
	margin-bottom: 0;
}

.areas-team {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 380px;
	flex: 0 0 380px;
	max-width: 380px;
}

.areas-team__title {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #1c00a1;
}

.bss-promo__right_2:after {
	display: none;
}

.areas-team__link {
	font-size: 18px;
	font-weight: 600;
}

.areas-team-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
}

.areas-team-item:last-child {
	margin-bottom: 10px;
}

.areas-team-item__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	max-width: 100px;
}

.areas-team-item__name {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 16px;
	line-height: 24px;
}

.areas-team__link {
	display: inline-block;
	margin-left: 100px;
}

.areas-team-item__icon {
	position: relative;
}

.areas-team-item__icon .main-info__icon {
	position: absolute;
	top: -27px;
	left: -30px;
	width: 120px;
	height: 120px;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
}

.areas-team-item__icon .main-info__icon-bg {
	width: 91.54px;
	height: 94.2px;
	top: 18px;
	left: 12px;
}

.areas-team-item__icon .main-info__icon-bg2 {
	width: 92.96px;
	height: 91.32px;
	top: 13px;
	left: 16px;
}

.areas-team-item__icon .main-info__icon-bg3 {
	width: 98.34px;
	height: 100.04px;
	top: 6px;
	left: 6px;
}

.areas-team__link svg {
	position: relative;
	top: 2px;
}

@media (max-width: 1050px) {
	.areas-section-content {
		padding: 0;
	}
	.areas-item {
		display: block;
	}
	.areas-content {
		margin-bottom: 40px;
	}
	.areas-team {
		max-width: 100%;
	}
	.areas-team-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.areas-team-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%;
		padding-right: 15px;
		margin-bottom: 30px;
	}
	.areas-team__link {
		margin-left: 0;
	}
	.areas-team-item__icon {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75px;
		flex: 0 0 75px;
		max-width: 75px;
	}
	.areas-team-item__name {
		font-size: 14px;
		line-height: 18px;
	}
	.areas-section {
		padding-top: 80px;
	}
	.areas-section__title {
		margin-bottom: 40px;
	}
	.areas-item {
		padding: 70px 40px 90px;
	}
	.areas-content {
		padding-right: 0;
	}
}

@media (max-width: 760px) {
	.areas-section-content {
		margin: 0 0px;
	}
	.areas-item {
		padding: 35px 10px 90px;
	}
	.areas-content__desc {
		margin-bottom: 20px;
		font-size: 13px;
		line-height: 24px;
	}
	.areas-team-item {
		display: block;
		margin-bottom: 20px;
	}
	.areas-team-item__icon {
		height: 80px;
	}
	.areas-team-item__name {
		font-size: 12px;
	}
	.areas-team__link {
		font-size: 14px;
		font-weight: 600;
	}
	.areas-team__link svg {
		position: relative;
		top: 6px;
	}
	.areas-team__title {
		text-align: center;
	}
	.areas-section__title {
		font-size: 24px;
		text-align: center;
	}
	.areas {
		padding: 80px 0;
	}
	.areas__note {
		margin-bottom: 80px;
	}
}

/*==========================================VIRTUAL=====================================*/
.virtual-promo .digital2speech-promo__left {
	padding-top: 35px;
	max-width: 500px;
}

.virtual-promo .bss-promo__caption {
	margin-bottom: 20px;
}

.virtual-promo .bss-promo__title {
	margin-bottom: 30px;
}

.virtual-promo .virtual-promo__btn {
	padding: 25px 85px;
}

.virtual-info {
	padding: 105px 0 120px 0;
}

.virtual-info__list {
	padding-right: 120px;
}

.virtual-info__list li {
	line-height: 34px;
}

.virtual-info__list li + li {
	margin-top: 35px;
}

.team-top {
	padding: 110px 0 70px 0;
	background: #fff;
}

.team-top h2,
.team-top .h2 {
	margin: 0;
}

.team-promo {
	position: relative;
	z-index: 5;
}

.team-promo__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 0;
	background-size: cover;
	z-index: -1;
}

.team-promo-body {
	min-height: 885px;
	padding: 125px 0 110px 90px;
}

.team-promo-content {
	max-width: 430px;
}

.team-promo-content {
	position: relative;
}

.team-promo-content .main-info__icon {
	top: 0;
	left: -5px;
	margin: 0 auto 70px;
	width: 120px;
	height: 120px;
}

.team-promo-content .main-info__icon-bg {
	width: 91.54px;
	height: 94.2px;
	top: 18px;
	left: 12px;
}

.team-promo-content .main-info__icon-bg2 {
	width: 92.96px;
	height: 91.32px;
	top: 13px;
	left: 16px;
}

.team-promo-content .main-info__icon-bg3 {
	width: 98.34px;
	height: 100.04px;
	top: 6px;
	left: 6px;
}

.team-promo-content .main-info__sound {
	top: 53px;
	left: 0;
}

.team-promo-content .main-info__sound-wave {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
	max-width: 33.333%;
	height: 100px;
}

.team-promo-content .main-info__sound-wave .bar {
	width: 3px;
}

.team-promo-content-body {
	padding: 0 15px;
}

.team-promo-quote {
	margin-bottom: 35px;
}

.team-promo-quote__text {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
	padding: 25px;
	min-height: 127px;
	background: #fff;
	font-size: 21px;
	line-height: 24px;
	font-weight: 700;
	color: #1c00a1;
	-webkit-box-shadow: 0px 0px 16.1428px 8.07138px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 0px 16.1428px 8.07138px rgba(0, 0, 0, 0.03);
	border-radius: 18.9483px;
	border-radius: 19px;
}

.team-promo-quote__text:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-left: 25px solid #fff;
	border-bottom: 18px solid transparent;
	top: -16px;
	left: 110px;
	z-index: -1;
	-webkit-transform: rotate(190deg);
	-ms-transform: rotate(190deg);
	transform: rotate(190deg);
	opacity: 1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.team-promo-quote__author {
	font-size: 16px;
	text-align: right;
	color: #fff;
}

.team-promo__text p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.team-content {
	padding: 105px 0 115px 0;
}

.team-content__list {
	padding-right: 120px;
}

.team-content__list li {
	line-height: 34px;
}

.team-content__list li + li {
	margin-top: 35px;
}

.team-content__title {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: #1c00a1;
	margin-bottom: 50px;
}
.team-content__slider {
	padding-bottom: 100px;
}
.team-content__slider .slick-prev {
	left: -100px;
}
.team-content__slider .slick-next {
	right: -100px;
}
@media (max-width: 760px) {
	.team-content__slider {
		padding-bottom: 60px;
	}
	.team-content__title {
		font-size: 16px;
		line-height: normal;
		margin-bottom: 25px;
	}
}
@media (max-width: 1050px) {
	.hide_tablet {
		display: none;
	}
	.virtual-promo .digital2speech-promo__left {
		padding-top: 0;
	}
	.virtual-info__list {
		padding-right: 0;
	}
	.virtual-info__list li {
		line-height: 30px;
	}
	.virtual-info__list li + li {
		margin-top: 40px;
	}
	.team-content__list {
		padding-right: 0;
	}
	.team-content__list li {
		line-height: 30px;
	}
	.team-content__list li + li {
		margin-top: 40px;
	}
	.team-promo-body {
		padding: 80px 0 60px 0;
		min-height: 680px;
	}
	.team-promo-content {
		max-width: 350px;
	}
	.team-promo-quote {
		width: 275px;
		margin: 0 auto 20px;
	}
	.team-promo-quote__text {
		min-height: 70px;
		padding: 15px;
		font-size: 16px;
		line-height: 18px;
		text-align: center;
	}
	.team-promo-quote__text br {
		display: none;
	}
	.team-promo-quote__author {
		font-size: 13px;
		line-height: 17px;
	}
	.team-promo__text p {
		font-size: 14px;
		line-height: 24px;
	}
	.team-promo-content .main-info__icon {
		left: 0;
		margin: 0 auto 30px;
		width: 170px;
		height: 170px;
	}
	.team-promo-content .main-info__icon-bg {
		width: 134.54px;
		height: 138.2px;
		top: 22px;
		left: 17px;
	}
	.team-promo-content .main-info__icon-bg2 {
		width: 137.96px;
		height: 134.32px;
		top: 12px;
		left: 22px;
	}
	.team-promo-content .main-info__icon-bg3 {
		width: 145.34px;
		height: 147.04px;
		top: 4px;
		left: 7px;
	}
	.team-promo-quote__text:before {
		left: 60px;
	}
}

@media (max-width: 760px) {
	.virtual-info {
		padding: 80px 0;
	}
	.team-content__list li,
	.virtual-info__list li {
		font-size: 13px;
		line-height: 24px;
	}
	.team-content__list li + li,
	.virtual-info__list li + li {
		margin-top: 30px;
	}
	.team-promo-body {
		padding: 80px 0;
		min-height: auto;
	}
	.team-promo-content-body {
		padding: 0;
	}
	.team-promo__text {
		text-align: center;
	}
	.team-promo__text p {
		font-size: 13px;
		line-height: 20px;
	}
	.team-promo-quote {
		width: 100%;
	}
	.team-promo-quote__text {
		line-height: 20px;
	}
	.team-promo-quote__author {
		font-size: 13px;
		line-height: 20px;
		text-align: center;
	}
	.team-promo-content {
		max-width: 100%;
	}
	.team-promo__bg {
		background-position: 0 0;
	}
	.team-top {
		padding: 80px 0 40px 0;
	}
	.form__img {
		bottom: -8px;
	}
	.team-promo-content .main-info__sound {
		top: 35px;
	}
	.team-content {
		padding: 80px 0;
	}
	.team-promo-content .main-info__icon {
		top: 0;
		left: 0;
		margin: 0 auto 30px;
		width: 120px;
		height: 120px;
	}
	.team-promo-content .main-info__icon-bg {
		width: 91.54px;
		height: 94.2px;
		top: 18px;
		left: 12px;
	}
	.team-promo-content .main-info__icon-bg2 {
		width: 92.96px;
		height: 91.32px;
		top: 13px;
		left: 16px;
	}
	.team-promo-content .main-info__icon-bg3 {
		width: 98.34px;
		height: 100.04px;
		top: 6px;
		left: 6px;
	}
	.team-promo-content .main-info__sound {
		top: 15px;
	}
}

/*==========================================PRODUCTS=======================================*/
.benefits-item_2 + .benefits-item_2 {
	margin-top: 65px;
}

.benefits-item_2:nth-child(2) {
	margin-top: 0;
}

.benefits-item_2 .benefits-item__icon {
	margin-right: 15px;
}

.benefits-item_2 .benefits-item__text {
	font-weight: 600;
}

.benefits-item_2 .benefits-item__text small {
	display: block;
	padding-top: 5px;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}

@media (max-width: 760px) {
	.benefits-item_2 + .benefits-item_2 {
		margin-top: 0;
	}
	.benefits-item_2 .benefits-item__text small {
		padding-top: 0;
		font-size: 13px;
	}
	.note {
		font-size: 13px;
		line-height: 24px;
	}
}

/*==========================================PAGE 25=======================================*/
.projects {
	padding: 120px 0;
}

.projects__note {
	margin-bottom: 120px;
}

.projects-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -20px;
}

.projects-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
	max-width: 33.333%;
	margin-bottom: 100px;
	padding: 0 20px;
	text-align: center;
}

.projects__logo img {
	max-width: 100%;
	max-height: 100px;
}

.projects-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 88px;
	padding: 35px 110px 35px 100px;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}

.projects-item:last-child {
	margin-bottom: 0;
}

.projects-item-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-right: 20px;
}

.projects-item__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 166px;
	flex: 0 0 166px;
	max-width: 166px;
	height: 235px;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	overflow: hidden;
}

.projects-item__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.projects-item__text {
	margin-bottom: 20px;
	max-width: 650px;
	font-size: 16px;
	line-height: 30px;
}

.projects-item__link {
	font-size: 21px;
	font-weight: 600;
}

.projects-item__link svg {
	position: relative;
	top: -1px;
	margin-left: 10px;
	width: 11px;
	height: 18px;
}

@media (max-width: 1050px) {
	.projects-row {
		padding-bottom: 20px;
	}
	.projects-col {
		margin-bottom: 80px;
	}
	.projects-item__link {
		font-size: 16px;
		line-height: 24px;
	}
	.projects-item__link svg {
		position: relative;
		top: -1px;
		width: 9px;
		height: 15px;
	}
	.projects-item {
		margin-bottom: 80px;
		padding: 65px 100px 65px 70px;
	}
	.projects-item__text {
		margin-bottom: 40px;
		max-width: 325px;
	}
}

@media (max-width: 760px) {
	.form_npt {
		padding-top: 0;
	}
	.projects {
		padding: 80px 0;
	}
	.projects__note {
		margin-bottom: 80px;
	}
	.projects-row {
		display: block;
	}
	.projects-col {
		max-width: 100%;
		padding: 0 50px;
		margin-bottom: 50px;
	}
	.projects__logo img {
		max-height: 55px;
		max-width: 180px;
	}
	.projects-item {
		position: relative;
		margin: 0 -8px 40px;
		padding: 40px 20px 80px;
		display: block;
	}
	.projects-item__image {
		margin: 0 auto;
		width: 150px;
	}
	.projects-item-content {
		padding-right: 0;
	}
	.projects-item__text {
		margin-bottom: 25px;
		font-size: 13px;
		line-height: 24px;
	}
	.projects-item__link {
		position: absolute;
		bottom: 40px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

/*==========================================INSTRUMENTS=======================================*/
.instruments {
	padding: 110px 0 120px 0;
}

.instruments-list {
	margin-bottom: 65px;
}

.instruments-block + .instruments-block {
	margin-top: 80px;
}

.instruments__link {
	font-size: 21px;
	line-height: 15px;
	font-weight: 600;
}

.instruments__link svg {
	margin-left: 10px;
	width: 11px;
	height: 18px;
}

@media (max-width: 1050px) {
	.instruments__link {
		font-size: 16px;
		line-height: 24px;
	}
	.instruments__link svg {
		position: relative;
		top: -1px;
		width: 9px;
		height: 15px;
	}
}

@media (max-width: 760px) {
	.instruments {
		padding: 80px 0;
	}
	.instruments-list {
		margin-bottom: 40px;
	}
	.instruments-block + .instruments-block {
		margin-top: 40px;
	}
	.instruments__link {
		display: inline-block;
	}
	.instruments__link svg {
		margin-left: 7px;
		top: 2px;
	}
}

/*==========================================PAGE 27=======================================*/
.video-section {
	margin-bottom: 80px;
}

.video-section:last-child {
	margin-bottom: 0;
}

.video-section__title {
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 30px;
	font-weight: 600;
}

@media (max-width: 1050px) {
	.video-section__title {
		font-size: 16px;
		line-height: 24px;
	}
}

@media (max-width: 760px) {
	h2 div,
	.h2 div {
		display: inline;
	}
	.section {
		padding: 80px 0;
	}
	.video-section__title {
		font-size: 13px;
		line-height: 24px;
	}
	.career-about__title {
		text-align: left;
	}
	.career-about-partners {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.errors-item__effect,
	.errors-item-info {
		max-width: 100%;
	}
}

.botton-space {
	position: relative;
	height: 295px;
	background: #fff;
}

.img_only_mobile {
	display: none;
}

@media (max-width: 760px) {
	.botton-space {
		height: 100px;
	}
	.areas-team-item__icon .main-info__icon {
		left: -22px;
	}
	.img_only_desktop {
		display: none;
	}
	.img_only_mobile {
		position: relative;
		bottom: -20px;
		display: inline-block;
	}
	.career-events-col {
		padding: 0;
	}
}

@media (max-width: 374px) {
	.areas-team-item__icon .main-info__icon {
		left: -28px;
		-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
		transform: scale(0.6);
	}
}

/************    asside-modal     *************/

.asside-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	z-index: -30;
	opacity: 0;
	-webkit-transition: all 0.225s linear;
	-o-transition: all 0.225s linear;
	transition: all 0.225s linear;
}

.asside-modal[data-modal-template] {
	display: none !important;
	visibility: hidden;
}

.asside-modal.asside-modal_state-open {
	opacity: 1;
	-webkit-transition: opacity 0.225s linear;
	-o-transition: opacity 0.225s linear;
	transition: opacity 0.225s linear;
	z-index: 999;
}

.asside-modal__layout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(11, 16, 71, 0.2);
}

.asside-modal__wrapper {
	width: 100%;
	float: right;
	height: 100%;
	background-color: #fff;
	overflow-y: scroll;
	-webkit-transition: all 0.225s linear;
	-o-transition: all 0.225s linear;
	transition: all 0.225s linear;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	max-width: 715px;
	padding: 50px 80px;
}

.asside-modal_state-open .asside-modal__wrapper {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 0.225s linear;
	-o-transition: all 0.225s linear;
	transition: all 0.225s linear;
}

.asside-modal__header:after {
	content: "";
	display: block;
	clear: both;
}

.asside-modal__close-button {
	width: 30px;
	height: 30px;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all 0.225s ease-in-out;
	-o-transition: all 0.225s ease-in-out;
	transition: all 0.225s ease-in-out;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	cursor: pointer;
	float: right;
	background-color: transparent;
}

.asside-modal__close-button:hover {
	-webkit-transform: rotate(45deg) scale(1.1);
	-ms-transform: rotate(45deg) scale(1.1);
	transform: rotate(45deg) scale(1.1);
}

.asside-modal__close-button:after,
.asside-modal__close-button:before {
	position: absolute;
	content: "";
	display: block;
	background-color: currentColor;
}

.asside-modal__close-button:after {
	top: 50%;
	left: 6px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	height: 2px;
}

.asside-modal__close-button:before {
	top: 6px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 18px;
	width: 2px;
}

.asside-modal__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.asside-modal__content p {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: normal;
}
@media (max-width: 760px) {
	.asside-modal__wrapper {
		padding: 25px 15px;
	}
}
/*==========================================PAGE 28 - SPEECH=======================================*/
.form__subtitle {
	position: relative;
	top: -20px;
	margin-bottom: 50px;
	font-size: 21px;
	line-height: 30px;
	text-align: center;
	font-weight: 600;
}

/*--------------------speech-promo--------------------*/
.speech-promo {
	padding: 120px 0 210px 0;
	background: url(../img/speech/bg-promo.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.speech-promo-top {
	margin-bottom: 120px;
	text-align: center;
}

.speech-promo__toptitle {
	margin-bottom: 40px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: #fff;
}

.speech-promo__title {
	margin-bottom: 30px;
	color: #fff;
}

.speech-promo__subtitle {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
}

.speech-promo-scheme-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.speech-promo-scheme-col {
	position: relative;
	padding: 0 32px;
}

.speech-promo-scheme-col:last-child:after {
	display: none;
}

.speech-promo-scheme-col:after {
	content: "";
	display: block;
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -11px;
	width: 12px;
	height: 22px;
	background-image: url(../img/icon-arrow-right.svg);
}

.speech-promo-scheme__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 300px;
	height: 72px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(145, 145, 145, 0.21);
	box-shadow: 0px 0px 15px 5px rgba(145, 145, 145, 0.21);
	border: 2px solid #fff;
	border-radius: 20px;
}

.speech-promo-scheme__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 300px;
	height: 72px;
	font-size: 18px;
	font-weight: 600;
	background: #fff;
	border: 2px solid #fff;
	color: #1c00a1;
	border-radius: 20px;
}

.speech-promo-scheme__btn:hover {
	background: transparent;
	color: #fff;
}

/*--------------------speech-section--------------------*/
.speech-section {
	padding: 120px 0;
}

.speech-solutions {
	margin-bottom: 120px;
}

.speech-solutions__title {
	margin-bottom: 75px;
}

.speech-solutions-info {
	margin-bottom: 25px;
	padding: 40px 100px 35px;
	background: #1c00a1;
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.08);
	border-radius: 20px;
}

.speech-solutions-info__title {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 34px;
	font-weight: 800;
	color: #fff;
}

.speech-solutions-info__text {
	font-size: 21px;
	line-height: 30px;
	font-weight: 500;
	color: #fff;
}

.speech-solutions-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.speech-solutions-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 15px;
}

.speech-solutions-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 20px;
	height: 100%;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.08);
	border-radius: 20px;
}

.speech-solutions-item__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 110px;
}

.speech-solutions-item__title {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}

.speech-tech {
	margin-bottom: 120px;
}

.speech-tech-top {
	margin-bottom: 90px;
	text-align: center;
}

.speech-tech__title {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	color: #1c00a1;
}

.speech-tech__text {
	font-size: 21px;
	line-height: 30px;
	font-weight: 600;
}

.speech-tech-slider {
	padding-bottom: 80px;
}

.speech-tech-slider .slick-dots li button {
	width: 12px;
	height: 12px;
}

.speech-tech-slider-slide {
	position: relative;
	padding: 130px 0 100px;
	-webkit-transform: translate(150px, 20px);
	-ms-transform: translate(150px, 20px);
	transform: translate(150px, 20px);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.speech-tech-slider-slide.slick-center {
	-webkit-transform: scale(1.8);
	-ms-transform: scale(1.8);
	transform: scale(1.8);
	z-index: 1000;
}

.speech-tech-slider-slide.slick-center .speech-tech-slider__image img {
	-webkit-filter: blur(0);
	filter: blur(0);
}

.speech-tech-slider-slide.slick-center + .slick-slide {
	-webkit-transform: translate(-150px, 20px);
	-ms-transform: translate(-150px, 20px);
	transform: translate(-150px, 20px);
}

.speech-tech-slider__image {
	text-align: center;
}

.speech-tech-slider__image img {
	width: 500px;
	height: 300px;
	-webkit-filter: blur(5px);
	filter: blur(5px);
}

.speech-tech-slider__image_mobile {
	display: none;
}

.speech-tech-slider__image_mobile img {
	max-width: 100%;
}

.speech-features {
	padding: 0 100px;
}

.speech-features__title {
	margin-bottom: 70px;
	font-size: 24px;
	font-weight: 700;
	color: #1c00a1;
}

.speech-features-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.speech-features-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	margin-bottom: 50px;
	padding: 0 15px;
}

.speech-features-col:nth-last-child(1),
.speech-features-col:nth-last-child(2) {
	margin-bottom: 0;
}

.speech-features-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 168px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
}

.speech-features-item__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 170px;
	flex: 0 0 170px;
	max-width: 170px;
	text-align: center;
}

.speech-features-item__title {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-right: 30px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
}

.video-item-body {
	position: relative;
	z-index: 1;
}

.video-item__poster {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 20px;
	overflow: hidden;
}

.video-item__poster img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.speech-video-item .video-item-body {
	height: 560px;
}

.speech-garantee {
	padding: 80px 0;
	background: #fff;
}

.speech-garantee-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 50px;
	background: #1c00a1;
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.08);
	border-radius: 20px;
}

.speech-garantee__number {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 470px;
	flex: 0 0 470px;
	max-width: 470px;
	font-family: Chalet;
	font-size: 56px;
	text-align: center;
	color: #fff;
}

.speech-garantee__number span {
	display: block;
	font-size: 130px;
}

.speech-garantee__text p {
	margin-bottom: 25px;
	font-size: 21px;
	line-height: 30px;
	color: #fff;
}

.speech-garantee__text p:last-child {
	margin-bottom: 0;
}

.speech-about__title {
	margin-bottom: 80px;
	font-size: 32px;
	line-height: 50px;
	font-weight: 700;
}

.speech-about-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.speech-about-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 50px;
}

.speech-about-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.speech-about-item__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 168px;
	flex: 0 0 168px;
	max-width: 168px;
	height: 168px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
	border-radius: 20px;
}

.speech-about-item__title {
	padding-left: 30px;
	font-size: 21px;
	line-height: 30px;
	font-weight: 600;
}

.speech-about-item__title div {
	font-weight: 700;
}

.speech-tech-slider__image {
	text-align: center;
}

.speech-tech-slider__image img {
	display: inline-block;
	max-width: 100%;
}

.full_header .rows_h .cols .customer_entry .ce_link {
	padding-right: 30px;
}

@media (max-width: 1260px) {
	.speech-tech-slider-slide {
		padding: 70px 0 50px;
	}
	.speech-tech-slider-slide.slick-center {
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
	}
	.speech-tech-slider__image img {
		width: 350px;
		height: 210px;
	}
	.speech-tech-top {
		margin-bottom: 30px;
	}
}

@media (max-width: 1050px) {
	.speech-promo {
		padding: 80px 0 110px 0;
	}
	.speech-promo-top {
		margin-bottom: 65px;
	}
	.speech-promo-scheme-row {
		margin: 0 -70px;
	}
	.speech-promo-scheme-col {
		padding: 0 15px;
	}
	.speech-promo-scheme__item {
		width: 255px;
		height: 68px;
		font-size: 16px;
	}
	.speech-promo-scheme__btn {
		width: 255px;
		height: 68px;
		font-size: 16px;
	}
	.speech-solutions-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 30px;
	}
	.speech-solutions {
		margin-bottom: 80px;
	}
	.speech-tech__title {
		font-size: 21px;
	}
	.speech-tech__text {
		font-size: 18px;
	}
	.speech-tech__text br {
		display: none;
	}
	.speech-features {
		padding: 0;
	}
	.speech-features-row {
		margin: 0 -25px;
	}
	.speech-features-row .slick-list {
		padding: 0 10px;
	}
	.speech-features-col:not(.slick-active) .speech-features-item {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.speech-features-col {
		max-width: 100%;
		padding: 25px 15px;
	}
	.speech-features-item__icon {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 150px;
		flex: 0 0 150px;
		max-width: 150px;
	}
	.speech-features-item__icon img {
		display: inline-block;
	}
	.speech-features-item__title {
		padding-right: 20px;
		line-height: 28px;
	}
	.speech-video-item .video-item-body {
		height: 420px;
	}
	.speech-garantee-body {
		padding: 30px;
	}
	.speech-garantee__number {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 280px;
		flex: 0 0 280px;
		max-width: 280px;
		font-size: 36px;
	}
	.speech-garantee__number span {
		font-size: 100px;
	}
	.speech-garantee__text p {
		font-size: 18px;
		line-height: 30px;
	}
	.speech-about {
		padding: 80px 0;
	}
	.speech-about__title {
		font-size: 26px;
		line-height: 35px;
	}
	.speech-about-item {
		display: block;
	}
	.speech-about-item__icon {
		margin-bottom: 40px;
	}
	.speech-about-item__title {
		padding-left: 0;
	}
	.speech-tech-slider .slick-dots li button {
		width: 8px;
		height: 8px;
	}
}

@media (max-width: 900px) {
	.speech-promo-scheme-row {
		display: block;
		margin: 0 -15px;
	}
	.speech-promo-scheme-col {
		margin-bottom: 40px;
	}
	.speech-promo-scheme__item,
	.speech-promo-scheme__btn {
		margin: 0 auto;
	}
	.speech-promo-scheme-col:after {
		top: auto;
		bottom: -30px;
		left: 50%;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

@media (max-width: 760px) {
	.full_header .rows_h .cols .customer_entry .ce_link {
		padding-top: 0px;
		padding-right: 0;
	}
	.speech-promo {
		padding-bottom: 50px;
	}
	.speech-promo-top {
		margin-bottom: 40px;
	}
	.speech-promo__toptitle {
		margin-bottom: 30px;
		font-size: 14px;
	}
	.speech-promo__subtitle {
		font-size: 13px;
	}
	.speech-solutions-info {
		margin: 0 0px;
		padding: 30px 15px;
	}
	.speech-solutions-info__title {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 30px;
		text-align: center;
	}
	.speech-solutions-info__text {
		font-size: 13px;
		line-height: 24px;
		text-align: center;
	}
	.speech-solutions-col {
		padding-top: 20px;
	}
	.speech-tech__title {
		font-size: 16px;
		line-height: 22px;
		font-weight: 700;
	}
	.speech-tech__text {
		font-size: 13px;
		line-height: 24px;
	}
	.speech-tech-top {
		margin-bottom: 50px;
	}
	.speech-tech-slider {
		padding-bottom: 40px;
	}
	.speech-tech {
		margin-bottom: 80px;
	}
	.speech-features__title {
		margin-bottom: 30px;
		text-align: center;
	}
	.speech-features-col {
		margin-bottom: 30px;
	}
	.speech-features-item {
		display: block;
		text-align: center;
		height: 235px;
	}
	.speech-features-item__icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 auto 10px;
		height: 130px;
	}
	.speech-features-item__title {
		font-size: 13px;
		line-height: 24px;
	}
	.speech-video-item .video-item-body {
		height: 310px;
	}
	.video-item__poster {
		border-radius: 0;
	}
	.speech-garantee {
		padding: 50px 0;
	}
	.speech-garantee-body {
		margin: 0 0px;
		display: block;
		padding: 80px 10px;
	}
	.speech-garantee__number {
		margin-bottom: 30px;
		max-width: 100%;
		font-size: 24px;
		text-align: center;
	}
	.speech-garantee__number span {
		font-size: 80px;
	}
	.speech-garantee__text p {
		font-size: 13px;
		line-height: 24px;
	}
	.speech-about__title {
		margin-bottom: 50px;
		font-size: 16px;
		line-height: 28px;
	}
	.speech-about-row {
		display: block;
	}
	.speech-about-col {
		max-width: 100%;
		padding-right: 0;
		text-align: center;
		margin-bottom: 40px;
	}
	.speech-about-col:last-child {
		margin-bottom: 0;
	}
	.speech-about-item__icon {
		margin: 0 auto 30px;
		max-width: 136px;
		height: 136px;
	}
	.speech-about-item__title {
		font-size: 16px;
		line-height: 30px;
	}
	.form__subtitle {
		top: -30px;
		margin-bottom: 20px;
		font-size: 13px;
		line-height: 24px;
	}
	.form__subtitle br {
		display: none;
	}
	.speech-tech-slider {
		margin: 0 0px;
	}
	.speech-tech-slider-slide {
		padding: 0;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
	.speech-tech-slider__image {
		display: none;
	}
	.speech-tech-slider__image_mobile {
		display: block;
	}
	.speech-tech-slider__image_mobile img {
		width: 100%;
	}
}

/*==========================================PAGE 29 - CHATBOT=======================================*/
.note_mb {
	margin-bottom: 70px;
}

.note_mb2 {
	margin-bottom: 120px;
}

.chatbot-info-slider {
	padding-bottom: 100px;
}

.chatbot-info-slider .slick-arrow {
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.chatbot-info-slider {
	margin: 0 auto;
	width: 648px;
}
.chatbot-info-slider .slick-prev {
	left: -270px;
}
.chatbot-info-slider .slick-next {
	right: -270px;
}
.chatbot-info-slider-slide {
	position: relative;
	padding: 130px 0 100px;
	-webkit-transform: translate(5px, 20px);
	-ms-transform: translate(5px, 20px);
	transform: translate(5px, 20px);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.chatbot-info-slider-slide.slick-center {
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
	z-index: 1000;
}

.chatbot-info-slider-slide.slick-center .chatbot-info-slider__image img {
	-webkit-filter: blur(0);
	filter: blur(0);
}

.chatbot-info-slider-slide.slick-center + .slick-slide {
	-webkit-transform: translate(-5px, 20px);
	-ms-transform: translate(-5px, 20px);
	transform: translate(-5px, 20px);
}

.chatbot-info-slider__image img {
	width: 216px;
	height: 430px;
	-webkit-filter: blur(5px);
	filter: blur(5px);
}

@media (max-width: 1260px) {
	.chatbot-info-slider .slick-prev {
		left: -35px;
	}
	.chatbot-info-slider .slick-next {
		right: -35px;
	}
}
@media (max-width: 760px) {
	.note_mb2 {
		margin-bottom: 80px;
	}
	.chatbot-info-slider {
		padding-bottom: 60px;
	}
	.chatbot-info-slider .slick-arrow {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	.chatbot-info-slider .slick-prev {
		left: 10px;
	}
	.chatbot-info-slider .slick-next {
		right: 10px;
	}
	.chatbot-info-slider__image {
		text-align: center;
	}
	.chatbot-info-slider__image img {
		-webkit-filter: blur(0);
		filter: blur(0);
		display: inline-block;
		width: auto;
		height: auto;
	}
	.chatbot-info-slider {
		width: 100%;
	}
	.chatbot-info-slider-slide {
		padding: 20px 0;
	}
	.note_mb2 {
		margin-bottom: 60px;
	}
}

/*==========================================PAGE 31 - EXPERTS=======================================*/
.workers-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 80px;
	padding: 80px 70px;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}

.workers-item:last-child {
	margin-bottom: 0;
}

.workers-item-leftisde {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 400px;
	flex: 0 0 400px;
	max-width: 400px;
}

.workers-item__photo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 305px;
	flex: 0 0 305px;
	max-width: 305px;
	height: 305px;
	border-radius: 20px;
	overflow: hidden;
}

.workers-item__photo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.workers-item-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.workers-item__name {
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 27px;
	font-weight: 700;
	color: #1c00a1;
}

.workers-item__post {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #1c00a1;
}

.workers-item__text p {
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}

.workers-item__link {
	font-weight: 600;
}

.worker-back {
	padding: 50px 0 0;
}

.worker-back__link {
	font-weight: 600;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.worker-back__link svg {
	position: relative;
	left: -12px;
	top: -1px;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.worker-body {
	margin-left: 100px;
	max-width: 880px;
}

.worker__photo {
	margin-bottom: 50px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 305px;
	flex: 0 0 305px;
	max-width: 305px;
	height: 305px;
	overflow: hidden;
	border-radius: 20px;
}

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

.worker__name {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 36px;
	line-height: 46px;
	color: #1c00a1;
}

.worker__post {
	margin-bottom: 40px;
	font-size: 21px;
	line-height: 32px;
	font-weight: 600;
	color: #1c00a1;
}

.worker-content-block {
	margin-bottom: 40px;
}

.worker-content-block:last-child {
	margin-bottom: 0;
}

.worker-content-block__title {
	margin-bottom: 15px;
	font-size: 21px;
	line-height: 36px;
	font-weight: 600;
}

.worker__text p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
}

.worker .list li {
	margin: 0;
}

.worker .list li:before {
	top: 10px;
	width: 8px;
	height: 8px;
}

.worker-articles-block {
	margin-bottom: 40px;
}

.worker-articles-block__title {
	margin-bottom: 20px;
	font-weight: 600;
}

.worker-articles-item {
	margin-bottom: 30px;
}

.worker-articles-item:last-child {
	margin-bottom: 0;
}

.worker-articles-item__author {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #1c00a1;
}

.worker-articles-item__link {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #1c00a1;
	border-bottom: 1px solid #1c00a1;
}

.worker-articles-item__link:hover {
	border-color: transparent;
}

.workers-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.workers-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 15px;
	margin-bottom: 80px;
}

.workers-col:nth-last-child(1) {
	margin-bottom: 0;
}

.workers-item-info {
	margin-bottom: 30px;
}

.workers-item-info .list li {
	margin: 0;
}

.workers-item-info .list li:before {
	top: 10px;
	width: 8px;
	height: 8px;
}

.workers-item-info__title {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 600;
}

@media (min-width: 1051px) {
	.workers-col .workers-item {
		display: block;
		height: 100%;
	}
	.workers-col .workers-item-leftisde {
		max-width: 100%;
	}
	.workers-col .workers-item__photo {
		margin: 0 auto 60px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 234px;
		flex: 0 0 234px;
		max-width: 234px;
		height: 234px;
	}
}

@media (max-width: 1050px) {
	.workers-item {
		padding: 70px;
	}
	.workers-item-leftisde {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 230px;
		flex: 0 0 230px;
		max-width: 230px;
	}
	.workers-item__photo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 200px;
		flex: 0 0 200px;
		max-width: 200px;
		height: 200px;
	}
	.workers-item__name {
		margin-bottom: 15px;
		font-size: 18px;
		line-height: 23px;
	}
	.workers-item__post {
		margin-bottom: 15px;
	}
	.workers-item__text p {
		display: none;
	}
	.workers-item__text p:first-child {
		display: block;
	}
	.worker-body {
		margin-left: 0;
	}
	.worker__photo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 264px;
		flex: 0 0 264px;
		max-width: 264px;
		height: 264px;
	}
	.worker__name {
		margin-bottom: 15px;
		font-size: 30px;
	}
	.worker__post {
		margin-bottom: 30px;
		font-size: 18px;
	}
	.worker-content-block__title {
		font-size: 18px;
	}
	.workers-row {
		display: block;
	}
	.workers-col {
		max-width: 100%;
	}
}

@media (max-width: 760px) {
	.workers-list {
		margin: 0 0px;
	}
	.workers-item {
		display: block;
		padding: 40px 10px;
	}
	.workers-item-leftisde {
		margin-bottom: 20px;
		max-width: 100%;
		text-align: center;
	}
	.workers-item__photo {
		display: inline-block;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 135px;
		flex: 0 0 135px;
		max-width: 135px;
		height: 135px;
	}
	.workers-item__name {
		text-align: center;
	}
	.workers-item__post {
		text-align: center;
	}
	.workers-item__link {
		font-size: 16px;
	}
	.workers-item__link svg {
		width: 8px;
		height: 14px;
	}
	.workers-item__name {
		font-size: 16px;
		line-height: 21px;
	}
	.workers-item__post {
		font-size: 13px;
		line-height: 24px;
	}
	.workers-item__text p {
		font-size: 13px;
		line-height: 24px;
	}
	.worker__photo {
		margin-bottom: 30px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 168px;
		flex: 0 0 168px;
		max-width: 168px;
		height: 168px;
	}
	.worker__name {
		font-size: 16px;
		line-height: 20px;
	}
	.worker__post {
		font-size: 13px;
		line-height: 18px;
	}
	.worker-content-block__title {
		margin-bottom: 10px;
		font-size: 13px;
		line-height: 24px;
		font-weight: 700;
	}
	.worker__text p {
		font-size: 13px;
		line-height: 24px;
	}
	.worker-articles-item__author {
		font-size: 13px;
	}
	.worker-articles-item__link {
		font-size: 13px;
	}
	.worker-content-block {
		margin-bottom: 30px;
	}
}

/************    d-events     *************/
.fwm {
	flex-wrap: wrap;
}
.d-events {
	width: 50%;
}
.d-events .d-events__name {
	font-size: 16px;
	color: #b0b0b0;
}
.d-events .d-events__value {
	font-size: 18px;
}
.d-events .d-events__value span {
	font-size: 20px;
	color: #000;
}
@media (max-width: 760px) {
	.d-events {
		width: 100%;
	}
	.d-events + .d-events {
		margin-top: 15px;
	}
}
/*==========================================BROKER=======================================*/
.form__title {
	text-align: left !important;
}

.form-benefits-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 120px;
}

.form-benefits-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 20px;
}

.form-benefits-item__icon {
	margin-right: 32px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	max-width: 100px;
	height: 100px;
}

.form-benefits-item__text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 21px;
	line-height: 30px;
	font-weight: 600;
}

@media (max-width: 1050px) {
	.form-benefits-row {
		margin-bottom: 80px;
	}
	.form-benefits-item {
		display: block;
	}
	.form-benefits-item__icon {
		margin: 0 0 15px 0;
	}
	.form-benefits-item__text {
		font-size: 18px;
	}
}

@media (max-width: 760px) {
	.form-benefits-item {
		margin-bottom: 50px;
		padding-right: 0;
		text-align: center;
	}
	.form-benefits-item__icon {
		max-width: 100%;
	}
	.form-benefits-item__icon img {
		display: inline-block;
	}
}

/*==========================================CERTIFICATES=======================================*/
.certificates-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.certificates-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
	max-width: 33.333%;
	margin-bottom: 60px;
	padding-right: 1px;
}

.certificates-item:nth-child(n + 4) {
	display: none;
}

.certificates-item__icon {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 168px;
	height: 168px;
	padding: 35px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.09);
	border-radius: 20px;
}

.certificates-item__title {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	padding-right: 30px;
}

.certificates-item__title .blue {
	font-weight: 700;
}
.certificates-item__title a.blue:hover {
	text-decoration: underline;
}
.certificates-all__link {
	font-weight: 600;
}

.certificates-item__lang {
	display: inline-block;
	margin-top: 15px;
	color: #1c00a1;
	font-weight: 700;
	border-bottom: 1px solid #1c00a1;
}

.certificates-item__lang:hover {
	color: #5e3dff;
	border-color: transparent;
}

@media (max-width: 1050px) {
	.certificates-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.certificates-item:nth-child(n + 3) {
		display: none;
	}
}

@media (max-width: 760px) {
	.certificates-item {
		text-align: center;
		max-width: 100%;
		padding-top: 25px;
	}
	.certificates-item:nth-child(n + 3),
	.certificates-item:nth-child(n + 4) {
		display: block;
	}
	.certificates-item__icon {
		margin: 0 auto 40px;
	}
	.certificates-item__title {
		padding-right: 0;
	}
	.certificates-all {
		display: none;
	}
}

/*==========================================CLIENTS=======================================*/
.clients2__note {
	margin-bottom: 120px;
}

.clients2-carousel {
	margin-bottom: 200px;
}

.clients2-carousel .slick-prev {
	left: 0;
}

.clients2-carousel .slick-next {
	right: 0;
}

.clients2-carousel .slick-dots {
	bottom: -80px;
}

.clients2-carousel__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 20px;
	height: 100px;
}

.clients2-carousel__item img {
	max-width: 100%;
	max-height: 100px;
}

.clients2-slogan {
	text-align: center;
	padding: 45px;
	font-size: 32px;
	line-height: 50px;
	font-weight: 700;
	background: #1c00a1;
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.08);
	border-radius: 20px;
	color: #fff;
}

.client-reviews-slider {
	margin-bottom: 50px;
}

.client-reviews-slider .slick-prev {
	left: 0;
	background-image: url(../img/icon-arrow-prev-active.svg);
}

.client-reviews-slider .slick-next {
	right: 0;
	background-image: url(../img/icon-arrow-next-active.svg);
}

.client-reviews-slider .slick-dots {
	bottom: -50px;
}

.client-reviews-slider-slide {
	padding: 20px 90px;
}

.client-reviews-item {
	min-height: 390px;
	padding: 50px 100px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}

.client-reviews-item__logo {
	margin-bottom: 15px;
}

.client-reviews-item__logo img {
	max-width: 100%;
	float: none;
	height: auto !important;
}

.client-reviews-item__post {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	color: #1c00a1;
}

.client-reviews-item__text {
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
}

@media (max-width: 1050px) {
	.clients2-slogan {
		font-size: 26px;
		line-height: 35px;
	}
	.clients2-slogan br {
		display: none;
	}
	.client-reviews-slider-slide {
		padding: 20px 50px;
	}
	.client-reviews-item {
		padding: 40px 30px;
	}
	.client-reviews-item__post {
		margin-bottom: 10px;
	}
}

@media (max-width: 760px) {
	.clients2__note {
		margin-bottom: 80px;
	}
	.clients2-carousel {
		margin-bottom: 120px;
	}
	.clients2-carousel .slick-dots {
		bottom: -50px;
	}
	.clients2-slogan {
		margin: 0 0px;
		padding: 30px 5px;
		font-size: 16px;
		line-height: 28px;
	}
	.client-reviews-slider {
		margin: 0 0px;
	}
	.client-reviews-slider-slide {
		padding: 20px 0;
	}
	.client-reviews-item {
		padding: 30px 10px;
	}
	.client-reviews-item__post {
		font-size: 13px;
		line-height: 24px;
	}
	.client-reviews-item__text {
		font-size: 13px;
		line-height: 24px;
	}
	.clients2__note {
		margin-bottom: 50px;
	}
}

/*==========================================VOICE=======================================*/
.benefits-scheme {
	margin-top: 120px;
	text-align: center;
}

.benefits-scheme img {
	max-width: 100%;
}

.features-section {
	margin-bottom: 120px;
}

.features-section:last-child {
	margin-bottom: 0;
}

.features-section__title {
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: #fff;
}

.features-section-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.features-section-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 15px;
}

.features-section-item {
	height: 100%;
	padding: 25px 5px;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.08);
	border-radius: 20px;
}

.features-section-item__icon {
	height: 64px;
	margin-bottom: 20px;
}

.features-section-item__icon img {
	display: inline-block;
}

.features-section-item__title {
	font-size: 16px;
	line-height: 24px;
}

.form-note {
	margin-bottom: 80px;
	padding: 50px;
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	background: #1c00a1;
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.08);
	border-radius: 20px;
}

.form-note a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.form-note a:hover {
	border-color: transparent;
}

@media (max-width: 1050px) {
	.features-section-row {
		padding: 0 70px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.features-section-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 30px;
	}
	.form-note {
		font-size: 21px;
	}
	.form-note br {
		display: none;
	}
}

@media (max-width: 760px) {
	.benefits-scheme {
		display: none;
	}
	.features-section-row {
		padding: 0;
	}
	.features-section__title {
		margin-bottom: 20px;
		font-size: 16px;
		text-align: center;
	}
	.features-section-item__title {
		font-size: 13px;
		line-height: 24px;
	}
	.features-section {
		margin-bottom: 60px;
	}
	.form-note {
		margin: 0 -8px 80px;
		padding: 30px 15px;
		font-size: 16px;
		line-height: 24px;
	}
}

/* Стили для баннера в раздел "Голос", добавил Глухов 15-01-2021 */

.banner-speech-analytics-section {
	margin: 0;
	background-color: #e0e7ed;
	padding-top: 35px;
	padding-bottom: 35px;
}

.banner-speech-analytics {
	margin: 0 auto;

	border: 1px solid #999999;

	padding: 0;
	font-family: Mont;

	background-image: url(../img/voice/banner-bg.jpg);
	background-size: cover;
	background-position: center;

	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: relative;

	text-align: left;

	max-width: 1200px;
	min-height: 356px;
}

@media screen and (max-width: 1279px) {
	.banner-speech-analytics {
		max-width: 980px;
		min-height: 277px;
	}
}

@media screen and (max-width: 1023px) {
	.banner-speech-analytics {
		max-width: 700px;
		min-height: 198px;
	}
}

@media screen and (max-width: 767px) {
	.banner-speech-analytics {
		max-width: 100%;
	}
}

.banner-speech-analytics__link {
	text-decoration: none;
}

.banner-speech-analytics__title {
	padding: 0;
	margin: 0;
	max-width: 500px;
	margin-left: 95px;
	font-family: Mont;
	font-weight: 600;
	color: #3030b1;
	font-size: 32px;
	line-height: 40px;
	text-align: left;
}

@media screen and (max-width: 1023px) {
	.banner-speech-analytics__title {
		max-width: 400px;
		margin-left: 50px;
		font-size: 28px;
		line-height: 36px;
	}
}

@media screen and (max-width: 767px) {
	.banner-speech-analytics__title {
		margin-left: 10px;
	}
}

.banner-speech-analytics__subtitle {
	padding: 0;
	margin: 0;
	max-width: 500px;
	margin-top: 20px;
	margin-left: 95px;
	font-family: Mont;
	font-weight: 300;
	color: #000000;
	font-size: 18px;
	text-align: left;
}

@media screen and (max-width: 1023px) {
	.banner-speech-analytics__subtitle {
		max-width: 400px;
		margin-left: 50px;
		font-size: 14px;
		line-height: 20px;
	}
}

@media screen and (max-width: 767px) {
	.banner-speech-analytics__subtitle {
		margin-left: 10px;
	}
}

/* Конец стилей для баннера в раздел "Голос" */

/*=========================================================================================*/
/*=========================================================================================*/
/*==========================================INDEX-V2=======================================*/
/*=========================================================================================*/
/*=========================================================================================*/

/*==========================================main-promo=======================================*/
.main-promo__slide {
	position: relative;
	z-index: 10;
	padding-top: 54px;
	padding-bottom: 75px;
}
.main-promo__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.main-promo__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
	min-height: 544px;
}
.main-promo__item {
	max-width: 570px;
    min-height: 376px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}
.main-promo__title {
	width: 100%;
	line-height: 65px;
	margin-bottom: 0;
}
.main-promo__desc {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin-top: 18px;
	margin-bottom: 41px;
	max-width: 450px;
}
.main-promo__slick .slick-dots {
	bottom: 38px;
}
.main-promo__slick .slick-dots li {
	margin: 0px 2px;
}
.main-promo__slick .slick-dots li button {
	background: rgba(255, 255, 255, 1);
}
.main-promo__slick .slick-dots li.slick-active button {
	background: #1c00a1;
}
@media (max-width: 1050px) {
	.main-promo__item {
		max-width: 410px;
		min-height: 345px;
	}
	.main-promo__slide {
		padding-top: 63px;
		padding-bottom: 75px;
	}
	.main-promo__title {
		line-height: 50px;
		margin-bottom: 0;
		font-size: 48px;
	}
	.main-promo__desc {
		margin-top: 0px;
		margin-bottom: 14px;
	}
}
@media (max-width: 760px) {
	.main-promo__bg {
		display: none;
	}
	.main-promo__slide {
		padding-top: 122px;
		padding-bottom: 92px;
	}
	.main-promo__title {
		line-height: 38px;
		margin-bottom: 0;
		font-size: 36px;
	}
	.main-promo__desc {
		font-size: 13px;
		line-height: 20px;
		margin-top: 18px;
		margin-bottom: 60px;
		text-align: center;
	}
	.main-promo__item {
		max-width: 100%;
		min-height: 296px;
		justify-content: center;
		align-items: center;
	}
}

/*==========================================main-new-info=======================================*/
.main-new-info {
	padding-top: 107px;
	padding-bottom: 120px;
	background-color: #fff;
}
.main-new-info__title {
	margin-bottom: 76px;
}
.main-new-info__slick .slick-list {
	padding: 20px 55px;
	margin: -20px 0px;
}
.main-new-info__slick .slick-list:before,
.main-new-info__slick .slick-list:after {
	content: "";
	position: absolute;
	width: 55px;
	height: 100%;
	left: 0px;
	bottom: 0px;
	background-color: #fff;
	z-index: 1;
}
.main-new-info__slick .slick-list:after {
	left: auto;
	right: 0px;
}
.main-new-info__slick .slick-prev {
	left: 0px;
}
.main-new-info__slick .slick-next {
	right: 0px;
}
.main-new-info__item {
	margin: 0px 11px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 8%);
	border-radius: 20px;
	padding: 56px 10px 48px;
	text-align: center;
}
.main-new-info__icon {
	width: 120px;
	height: 120px;
	margin: 0px auto 32px;
}
.main-new-info__caption {
	min-height: 60px;
	font-weight: 600;
	font-size: 21px;
	line-height: 30px;
}
@media (max-width: 1215px) {
	.main-new-info__caption {
		font-size: 18px;
	}
}
@media (max-width: 1050px) {
	.main-new-info {
		padding-top: 70px;
		padding-bottom: 128px;
	}
	.main-new-info__item {
		margin: 0px 8px;
		padding: 42px 0px 24px;
		box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 8%);
	}
	.main-new-info__icon {
		width: 100px;
		height: 100px;
		margin: 0px auto 20px;
	}
	.main-new-info__slick .slick-list {
		padding: 20px 40px;
	}
	.main-new-info__slick .slick-list:before,
	.main-new-info__slick .slick-list:after {
		width: 38px;
	}
	.main-new-info__caption {
		min-height: 90px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media (max-width: 760px) {
	.main-new-info {
		padding-top: 79px;
		padding-bottom: 71px;
	}
	.main-new-info__title {
		margin-bottom: 42px;
	}
	.main-new-info__slick {
		padding-bottom: 35px;
	}
	.main-new-info__slick .slick-list {
		padding: 20px 0px;
		margin: -20px -7px;
	}
	.main-new-info__slick .slick-list:before,
	.main-new-info__slick .slick-list:after {
		width: 0px;
	}
	.main-new-info__item {
		padding: 20px 0px 20px;
	}
	.main-new-info__icon {
		width: 85px;
		height: 85px;
		margin: 0px auto 13px;
	}
	.main-new-info__caption {
		font-size: 13px;
		line-height: 24px;
		min-height: auto;
	}
	.main-new-info__caption br {
		display: none;
	}
}

/*==========================================our-solutions=======================================*/
.our-solutions {
	padding-top: 107px;
	padding-bottom: 120px;
}
.our-solutions__box + .our-solutions__box {
	margin-top: 32px;
}
.our-solutions__box.active .our-solutions__arrow {
	transform: rotate(90deg);
	transition: all 0.3s;
}
.our-solutions__top {
	display: flex;
	align-items: center;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 28px 27px;
	position: relative;
	cursor: pointer;
	z-index: 10;
}
.our-solutions__top-box {
	max-width: 810px;
}
.our-solutions__logo {
	width: 125px;
	height: 95px;
	margin-right: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.our-solutions__logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.our-solutions__caption {
	display: block;
	width: 100%;
	font-weight: 700;
	font-size: 21px;
	color: #1c00a1;
	margin-bottom: 12px;
	transition: all 0.3s;
}
.our-solutions__caption:hover {
	color: #c0c0c0;
	transition: all 0.3s;
}
.our-solutions__desc {
	width: 100%;
	font-weight: 600;
	font-size: 16px;
	color: #000000;
}
.our-solutions__arrow {
	position: absolute;
	width: 11px;
	height: 20px;
	top: calc(50% - 10px);
	right: 40px;
	transition: all 0.3s;
}
.our-solutions__arrow img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.our-solutions__block {
	display: none;
}
.our-solutions__row {
	display: flex;
	flex-wrap: wrap;
	margin: 16px -16px 0px;
}
.our-solutions__coll {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	min-height: 180px;
	padding: 20px 20px;
	width: calc(25% - 32px);
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.08);
	border-radius: 20px;
	margin: 0px 16px;
}
@media (max-width: 1050px) {
	.our-solutions {
		padding-top: 111px;
	}
	.our-solutions__box + .our-solutions__box {
		margin-top: 24px;
	}
	.our-solutions__top {
		padding: 24px 0px;
	}
	.our-solutions__logo {
		width: 100px;
		height: 75px;
		margin-right: 16px;
	}
	.our-solutions__arrow {
		right: 45px;
	}
	.our-solutions__caption {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.our-solutions__row {
		margin: 16px -16px -16px;
	}
	.our-solutions__coll {
		min-height: 148px;
		width: calc(50% - 32px);
		margin: 0px 16px 16px;
	}
	.our-solutions__coll .our-solutions__desc {
		max-width: 250px;
	}
}
@media (max-width: 760px) {
	.our-solutions {
		padding-top: 80px;
		padding-bottom: 82px;
	}
	.our-solutions__title {
		margin-bottom: 45px;
	}
	.our-solutions__top {
		padding-right: 50px;
		margin: 0px 0px;
	}
	.our-solutions__logo {
		width: 85px;
		height: 65px;
		margin-right: 10px;
	}
	.our-solutions__top-box {
		width: calc(100% - 95px);
	}
	.our-solutions__caption {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.our-solutions__desc {
		font-size: 13px;
		line-height: 17px;
	}
	.our-solutions__arrow {
		width: 8px;
		height: 15px;
		top: calc(50% - 13px);
		right: 20px;
	}
	.our-solutions__box + .our-solutions__box {
		margin-top: 23px;
	}
	.our-solutions__coll {
		width: 100%;
		margin: 0px 32px 16px;
	}
}

/*==========================================our-clients=======================================*/
.our-clients {
	padding-top: 107px;
	padding-bottom: 120px;
}
.our-clients__slick .slick-list {
	padding: 20px 55px;
	margin: -20px 0px;
}
.our-clients__slick .slick-list:before,
.our-clients__slick .slick-list:after {
	content: "";
	position: absolute;
	width: 55px;
	height: 100%;
	left: 0px;
	bottom: 0px;
	background-color: #fff;
	z-index: 1;
}
.our-clients__slick .slick-list:after {
	left: auto;
	right: 0px;
}
.our-clients__slick .slick-prev {
	left: 0px;
}
.our-clients__slick .slick-next {
	right: 0px;
}
.our-clients__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 106px;
}
.our-clients__logo img {
	max-width: 100%;
	max-height: 100px;
	object-fit: contain;
}
@media (max-width: 1050px) {
	.our-clients {
		padding-top: 72px;
		padding-bottom: 110px;
	}
	.our-clients__title {
		margin-bottom: 30px;
	}
	.our-clients__logo {
		min-height: 87px;
		padding: 10px;
	}
	.our-clients__slick {
		padding-bottom: 45px;
	}
	.our-clients__slick .slick-prev,
	.our-clients__slick .slick-next {
		margin-top: -15px;
	}
}
@media (max-width: 760px) {
	.our-clients {
		padding-top: 80px;
		padding-bottom: 70px;
	}
	.our-clients__slick .slick-list {
		padding: 3px 25px;
	}
	.our-clients__logo {
		min-height: 104px;
		padding: 10px;
	}
	.our-clients__slick .slick-list:before,
	.our-clients__slick .slick-list:after {
		width: 20px;
	}
}

/*==========================================main-news=======================================*/
.main-news {
	padding-top: 97px;
	padding-bottom: 82px;
}
.main-news__tabs {
	align-items: flex-end;
	margin: 0px -20px 90px;
}
.main-news__tab {
	font: 32px/52px Chalet;
	font-weight: 500;
	color: #c0c0c0;
	margin: 0px 20px;
	cursor: pointer;
	transition: all 0.3s;
}
.main-news__tab:hover {
	color: #1c00a1;
	transition: all 0.3s;
}
.main-news__tab.active {
	font: 56px/70px Chalet;
	color: #1c00a1;
	transition: all 0.3s;
}
.main-news__slick {
	padding-bottom: 38px;
}
.main-news__slick .slick-list {
	padding: 20px;
	margin: -20px -40px;
}
.main-news__slick .slick-list:before,
.main-news__slick .slick-list:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 100%;
	left: 0px;
	bottom: 0px;
	background-color: #edf0f9;
	z-index: 1;
}
.main-news__slick .slick-list:after {
	left: auto;
	right: 0px;
}
.main-news__block {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	visibility: hidden;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.3s;
}
.main-news__block.active {
	position: relative;
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
	transition: all 0.3s;
}
.main-news__item {
	display: flex;
	justify-content: space-between;
	margin: 20px;
}
.main-news__left {
	width: 373px;
}
.main-news__link {
	display: block;
	height: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.08);
	border-radius: 20px;
	padding: 24px 16px 52px;
	position: relative;
}
.main-news__hashtag {
	font-weight: 600;
	font-size: 21px;
	line-height: 30px;
	color: #1c00a1;
	margin-bottom: 16px;
	display: block;
}
.main-news__img {
	position: relative;
	width: 100%;
	height: 217px;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 16px;
	z-index: 10;
}
.main-news__img img {
	object-position: top;
}
.main-news__img:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(28, 0, 161, 0.23);
	border-radius: 20px;
	z-index: 1;
}
.main-news__caption {
	display: block;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
	margin-bottom: 8px;
	transition: all 0.3s;
}
.main-news__desc {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #9f9c9c;
	transition: all 0.3s;
}
.main-news__date {
	position: absolute;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #6e6e6e;
	left: 16px;
	bottom: 16px;
}
.main-news__right {
	width: 780px;
}
.main-news__row,
.main-news__box {
	display: flex;
	justify-content: space-between;
}
.main-news__row + .main-news__row {
	margin-top: 32px;
}
.main-news__coll {
	width: 304px;
}
.main-news__column {
	width: 445px;
}
.main-news__column .main-news__img {
	width: 125px;
	height: 166px;
	margin-bottom: 0px;
	margin-right: 15px;
}
.main-news__box-container {
	width: calc(100% - 140px);
}
.main-news__caption:hover {
	color: #1c00a1;
	transition: all 0.3s;
}
.main-news__hashtag:hover {
	text-decoration: underline;
}
.main-news__select {
	display: none;
}
@media (max-width: 1215px) {
	.main-news__tab {
		font: 26px/42px Chalet;
	}
	.main-news__tab.active {
		font: 52px/62px Chalet;
	}
	.main-news__left {
		width: 320px;
	}
	.main-news__right {
		width: 675px;
	}
	.main-news__coll {
		width: 250px;
	}
	.main-news__column {
		width: 400px;
	}
}
@media (max-width: 1050px) {
	.main-news {
		padding-top: 112px;
		padding-bottom: 112px;
	}
	.main-news__tab {
		font: 18px/42px Chalet;
		margin: 0px 17px;
	}
	.main-news__tab.active {
		font: 36px/56px Chalet;
	}
	.main-news__tabs {
		margin: 0px -20px 50px;
	}
	.main-news__link {
		min-height: 206px;
	}
	.main-news__left {
		width: 270px;
	}
	.main-news__right {
		width: 430px;
	}
	.main-news__table-hidden {
		display: none;
	}
	.main-news__row + .main-news__row {
		margin-top: 16px;
	}
	.main-news__row .main-news__coll {
		width: 100%;
	}
	.main-news__row:last-child .main-news__coll,
	.main-news__row:last-child .main-news__column {
		width: calc(50% - 9px);
	}
	.main-news__row:last-child .main-news__desc {
		max-height: 75px;
		overflow: hidden;
	}
	.main-news__box {
		flex-wrap: wrap;
	}
	.main-news__column .main-news__img {
		width: 100%;
		height: 185px;
		margin-bottom: 18px;
		margin-right: 0;
	}
	.main-news__box-container {
		width: 100%;
	}
	.main-news__slick {
		padding-bottom: 76px;
	}
}
@media (max-width: 760px) {
	.main-news {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.main-news__tabs {
		display: none;
	}
	.main-news__select {
		display: inline-block;
	}
	.main-news__slick {
		padding-bottom: 45px;
	}
	.main-news__slick .slick-list {
		padding: 12px;
		margin: 0px -40px -20px;
	}
	.main-news__item {
		flex-wrap: wrap;
		margin: 20px 30px;
	}
	.main-news__left {
		width: 100%;
		margin-bottom: 24px;
	}
	.main-news__link {
		height: auto;
		padding: 24px 15px 65px;
	}
	.main-news__img {
		margin-bottom: 14px;
	}
	.main-news__caption {
		padding-right: 40px;
	}
	.main-news__date {
		left: 15px;
	}
	.main-news__right {
		width: 100%;
	}
	.main-news__mobile-hidden {
		display: none;
	}
	.main-news__row:last-child .main-news__coll,
	.main-news__row:last-child .main-news__column,
	.main-news__column {
		width: 100%;
	}
	.main-news__row + .main-news__row {
		margin-top: 24px;
	}
	.main-news__column .main-news__img {
		height: 304px;
		margin-bottom: 15px;
	}
	.main-news__row:last-child .main-news__desc {
		max-height: 100%;
		overflow: visible;
	}
}

/*==========================================main-select=======================================*/
.main-select {
	position: relative;
	z-index: 100;
	cursor: pointer;
	width: calc(100% + 44px);
}
.main-select-title {
	font: 24px/30px Chalet;
	color: #1c00a1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	width: 100%;
	min-width: 100%;
	height: 50px;
}
.main-select-title__arrow {
	position: absolute;
	width: 19px;
	height: 9px;
	right: 10px;
	top: calc(50% - 4.5px);
	background-image: url(../img/index-v2/main-news/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 20;
	transition: all 0.3s ease;
}
.main-select-title__value {
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 20;
	overflow: hidden;
}
.main-select-options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0px;
	min-width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.08);
	border-radius: 20px;
	overflow: hidden;
	z-index: 10;
	padding: 10px;
}
.main-select-options__value {
	display: flex;
	align-items: center;
	font: 24px/30px Chalet;
	color: #c0c0c0;
	padding: 12px 0px;
	transition: all 0.3s;
}
.main-select.active .main-select-title__arrow {
	transform: rotate(-180deg);
}
@media (max-width: 760px) {
}

/*==========================================main-select=======================================*/
#wrapper {
	padding-top: 140px;
}
@media (max-width:1024px)  {
	.wrapper_partners{
		padding-top: 100px !important;
	}
}
@media (max-width:760px)  {
	.wrapper_partners{
		padding-top: 60px !important;
	}
}
.child-menu__box {
	top: 148px;
}
.header__box {
	display: flex;
	align-items: center;
}
.full_header .rows_h .cols.cols02 {
	width: calc(100% - 119px);
	padding-left: 50px;
}
.full_header .rows_h .cols.cols03 {
	display: none;
}
.hm_top,
.hm_btm {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hm_top {
	padding-bottom: 18px;
	border-bottom: 1px solid #e3e0e0;
}
.hm_top .mt_list {
	margin-left: 0px;
	margin-right: 40px;
}
.hm_top .hb_list {
	display: -webkit-box;
	display: flex;
}
.hm_top .hb_list li {
	margin: 0 34px 0 0;
}
.hm_top .hb_list li:last-child {
	margin-right: 0;
}
.hm_top .hb_list li.active a {
	color: #1f29a9;
}
.hm_top .hb_list li a {
	color: #000;
	font: 600 16px/16px Mont;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}
.hm_top .hb_list li a:hover {
	color: #1c00a1;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}
.full_header .rows_h .cols .customer_entry {
	margin: 0;
}
.hm_btm {
	margin: 17px 0 0;
}
.hm_btm .hb_list {
	margin-left: 0;
}
.hb_list a[data-menu-id].active:after,
.mobile-menu a[data-menu-id].active:after {
	opacity: 0;
}
.hb_list a[data-menu-id]:hover:after,
.hb_list a[data-menu-id].active:after,
.mobile-menu a[data-menu-id].active:after {
	opacity: 0;
}
.child-menu__coll_1 {
	width: 23.5%;
}
.child-menu__coll_4 {
	width: 25%;
	padding-right: 15px;
}
.child-menu__block + .child-menu__block {
	margin-top: 40px;
}
.header__burger span {
	height: 3px;
	border-radius: 100px;
}
.header__burger span:nth-child(2) {
	top: 6px;
}
.header__burger span:nth-child(3) {
	top: 12px;
	width: 50%;
	margin: 0px;
}
.mobile-menu__closed span {
	height: 3px;
}
@media (max-width: 1050px) {

	.full_header .rows_h .cols.cols03 {
		display: block;
	}
	.mobile-menu__top > .mobile-menu__list > ul > li:nth-child(3):after {
		content: "";
		display: block;
		width: calc(100% - 66px);
		max-width: 210px;
		height: 1px;
		position: relative;
		background-color: #d2d2d2;
		margin-top: 32px;
	}
	.menu .mobile-menu__bottom li + li {
		margin-top: 16px;
	}
	.mobile-menu__child {
		left: calc(50% - 90px);
	}
}
@media (max-width: 760px) {
}

/*=========================================================================================*/
/*=========================================================================================*/
/*==========================================TODAY==========================================*/
/*=========================================================================================*/
/*=========================================================================================*/

/*=======================================today-about=======================================*/
.today-about__wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-weight: 600;
	font-size: 21px;
	line-height: 40px;
	color: #000000;
}
.today-about__left {
	width: 48%;
}
.today-about__left p:last-child {
	margin-bottom: 0;
}
.today-about__right {
	width: 48%;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.today-about__right_small {
	height: 380px;
}
.today-about__right_big {
	height: 550px;
}
.today-about__right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.today-about__right:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(28, 0, 161, 0.23);
	z-index: 10;
}
.today-about__hidden {
	display: none;
}
.today-about__box {
	margin-top: 110px;
	background-color: #1c00a1;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 40px 50px;
	font-weight: 600;
	font-size: 24px;
	line-height: 45px;
	text-align: center;
	color: #ffffff;
}
.today-about .note {
	margin-top: 110px;
	margin-bottom: 110px;
}
.today-about .note p:last-child {
	margin-bottom: 0;
}
.today-about__link {
	margin-top: 40px;
}
.today-about__link span + span {
	display: none;
}
.today-about__link.active span {
	display: none;
}
.today-about__link.active span + span {
	display: inline-block;
}
@media (max-width: 1050px) {
	h2.today-about__title {
		margin-bottom: 40px;
	}
	.today-about__right_small {
		height: 410px;
	}
	.today-about__box {
		margin-top: 80px;
		padding: 40px 65px;
		font-size: 21px;
		line-height: 34px;
	}
	.today-about .note {
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.today-about__link {
		margin-top: 40px;
	}
}
@media (max-width: 760px) {
	h2.today-about__title {
		font-size: 36px;
		line-height: 34px;
		text-align: left;
	}
	.today-about__left {
		width: 100%;
		order: 2;
		margin-top: 40px;
	}
	.today-about__left p {
		font-size: 13px;
		line-height: 24px;
	}
	.today-about__right {
		width: calc(100% + 16px);
		height: 210px;
		order: 1;
		margin-left: -8px;
		margin-right: -8px;
	}
	.today-about__box {
		width: calc(100% + 16px);
		margin-top: 40px;
		padding: 40px 8px;
		font-size: 16px;
		line-height: 25px;
		margin-left: -8px;
		margin-right: -8px;
	}
	.today-about .note {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.today-about__link {
		margin-top: 30px;
	}
}

/*=======================================today-career=======================================*/
.today-career__img {
	width: 100%;
	height: 545px;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 60px;
	position: relative;
}
.today-career__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.today-career__img:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(28, 0, 161, 0.23);
	z-index: 10;
}
.today-career__row {
	display: flex;
	flex-wrap: wrap;
	margin: -16px;
}
.today-career__coll {
	width: calc(33.333% - 32px);
	margin: 16px;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
	border-radius: 20px;
	padding: 46px 34px;
}
.today-career__caption {
	font-weight: 800;
	font-size: 48px;
	line-height: 61px;
	letter-spacing: 0.01em;
	color: #1c00a1;
	margin-bottom: 8px;
}
.today-career__desc {
	max-width: 300px;
	font-weight: 600;
	font-size: 21px;
	line-height: 146.3%;
	letter-spacing: 0.02em;
	color: #000000;
}
.today-career__link {
	margin-top: 50px;
}
@media (max-width: 1050px) {
	.today-career__coll {
		width: calc(50% - 32px);
		padding: 34px 24px;
	}
}
@media (max-width: 760px) {
	.today-career__img {
		display: none;
	}
	.today-career__row {
		margin: -20px -16px;
		padding-bottom: 40px;
	}
	.today-career__coll {
		margin: 20px 8px;
	}
	.today-career__item {
		text-align: center;
		width: 200px;
		margin: 0px auto;
	}
	.today-career__item_big {
		width: 250px;
	}
	.today-career__caption {
		font-size: 32px;
		line-height: 41px;
		margin-bottom: 0px;
	}
	.today-career__desc {
		font-size: 13px;
		line-height: 146.3%;
		letter-spacing: 0.02em;
	}
	.today-career__link {
		margin-top: 40px;
	}
}

/*=======================================today-offices=======================================*/
.today-offices {
	background-image: url(../img/today/offices/bg-desc.svg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right top;
}
.today-offices__title {
	margin-bottom: 40px;
}
.today-offices__subtitle {
	max-width: 950px;
	font-weight: 600;
	font-size: 21px;
	line-height: 146.3%;
	letter-spacing: 0.02em;
	color: #000000;
	margin-bottom: 65px;
}
.today-offices__row {
	display: flex;
	flex-wrap: wrap;
	margin: -8px -16px 80px;
}
.today-offices__coll {
	width: calc(50% - 32px);
	height: 100px;
	margin: 8px 16px;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	border-radius: 20px;
	padding: 10px 30px;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}
.today-offices__coll_item {
	background-color: #1c00a1;
	font-size: 21px;
	color: #fff;
}
.today-offices__coll_item .today-offices__caption {
	font-size: 21px;
}
.today-offices__icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 42px;
}
.today-offices__icon img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.today-offices__box {
	width: calc(100% - 90px);
}
.today-offices__caption {
	font-weight: 800;
	font-size: 16px;
	line-height: 24px;
}
@media (max-width: 1050px) {
	.today-offices {
		background-image: url(../img/today/offices/bg-table.svg);
		background-position: right center;
	}
	.today-offices__title {
		margin-bottom: 32px;
	}
	.today-offices__subtitle {
		max-width: 670px;
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 40px;
	}
	.today-offices__row {
		margin: -8px 0px 0px;
	}
	.today-offices__coll {
		width: 100%;
		margin: 8px 0px;
	}
}
@media (max-width: 760px) {
	.today-offices {
		background-image: url(../img/today/offices/bg-mobile.svg);
		background-position: center;
		background-size: cover;
	}
	.today-offices__title {
		margin-bottom: 24px;
	}
	.today-offices__subtitle {
		font-size: 13px;
		line-height: 24px;
	}
	.today-offices__row {
		margin: -8px 0px 0px;
	}
	.today-offices__coll {
		height: auto;
		min-height: 68px;
		padding: 8px 20px;
		font-size: 13px;
		line-height: 18px;
	}
	.today-offices__coll_item {
		font-size: 16px;
		line-height: 20px;
	}
	.today-offices__coll_item .today-offices__caption {
		font-size: 16px;
	}
	.today-offices__icon {
		width: 34px;
		height: 34px;
		margin-right: 14px;
	}
	.today-offices__box {
		width: calc(100% - 48px);
	}
	.today-offices__caption {
		font-size: 13px;
		line-height: 18px;
	}
}

/*=======================================today-achievements=======================================*/
.today-achievements__body {
	width: 100%;
	margin-top: 120px;
}
.today-achievements__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.today-achievements__slick {
	width: 1100px;
	margin: 0px -12px;
}
.today-achievements__slick .slick-dots {
	bottom: -50px;
}
.today-achievements .note:before {
	height: 67px;
}
.today-achievements .note p:last-child {
	margin-bottom: 0;
}
.today-achievements__item {
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
	border-radius: 20px;
	padding: 8px 20px;
	margin: 0px 12px;
	text-align: center;
}
.today-achievements__number {
	font-weight: 600;
	font-size: 36px;
	line-height: 46px;
	letter-spacing: 0.01em;
	color: #1c00a1;
	margin-top: 20px;
	margin-bottom: 5px;
}
.today-achievements__number span {
	font-weight: 800;
	font-size: 80px;
}
.today-achievements__desc {
	font-weight: 600;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 0.02em;
	color: #000000;
	margin-bottom: 20px;
}
.today-achievements__value {
	font-weight: 600;
	font-size: 14px;
	line-height: 27px;
	letter-spacing: 0.02em;
	color: #848484;
}
.today-achievements__bottom-desc {
	max-width: 980px;
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
	color: #ffffff;
	margin-top: 130px;
}
@media (max-width: 1050px) {
	.today-achievements__title {
		margin-bottom: 40px;
	}
	.today-achievements__body {
		margin-top: 50px;
	}
	.today-achievements .note:before {
		height: 60px;
		top: 2px;
	}
	.today-achievements__slick {
		width: 768px;
		margin: 0px -10px;
	}
	.today-achievements__number {
		font-size: 35px;
	}
	.today-achievements__number span {
		font-weight: 700;
		font-size: 65px;
	}
	.today-achievements__item {
		padding: 8px 0px;
		margin: 0px 10px;
	}
	.today-achievements__desc {
		margin-bottom: 30px;
		min-height: 69px;
	}
	.today-achievements .arrow {
		display: none;
	}
	.today-achievements__bottom-desc {
		font-size: 16px;
		line-height: 20px;
		margin-top: 90px;
	}
}
@media (max-width: 1010px) {
	.today-achievements__slick {
		width: 740px;
	}
}
@media (max-width: 760px) {
	.today-achievements__slick {
		width: 100%;
		margin: 0;
	}
	.today-achievements .note:before {
		height: 87px;
		top: 4px;
	}
	.today-achievements__body {
		padding: 0px 22px;
	}
	.today-achievements__desc {
		margin-bottom: 25px;
		min-height: auto;
		font-size: 13px;
		line-height: 19px;
	}
	.today-achievements__value {
		font-size: 13px;
	}
	.today-achievements__bottom-desc {
		font-size: 13px;
		line-height: 19px;
	}
	.today-achievements__slick .slick-dots {
		bottom: -30px;
	}
}

/*=======================================today-clients=======================================*/
.today-clients__title {
	margin-bottom: 40px;
}
.today-clients__subtitle {
	max-width: 930px;
	font-weight: 600;
	font-size: 21px;
	line-height: 146.3%;
	letter-spacing: 0.02em;
	color: #000000;
	margin-bottom: 64px;
}
.today-clients__row {
	display: flex;
	flex-wrap: wrap;
	margin: -32px -23px;
}
.today-clients__coll {
	width: calc(20% - 46px);
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 32px 23px;
}
.today-clients__coll img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.today-clients__bottom {
	margin-top: 64px;
	font-weight: 800;
	font-size: 21px;
	line-height: 146.3%;
	letter-spacing: 0.02em;
	color: #1c00a1;
}
@media (max-width: 1050px) {
	.today-clients__title {
		margin-bottom: 32px;
	}
	.today-clients__subtitle {
		max-width: 650px;
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 55px;
	}
	.today-clients__row {
		margin: -16px;
	}
	.today-clients__coll {
		width: calc(25% - 32px);
		height: 66px;
		margin: 16px;
	}
	.today-clients__bottom {
		margin-top: 55px;
		font-size: 18px;
		line-height: 24px;
	}
}
@media (max-width: 760px) {
	.today-clients__title {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 24px;
		text-align: left;
	}
	.today-clients__subtitle {
		font-size: 13px;
		line-height: 24px;
		margin-bottom: 38px;
	}
	.today-clients__row {
		margin: 0px;
	}
	.today-clients__coll {
		height: 80px;
		margin: 0;
	}
	.today-clients__coll img {
		margin: 0px auto;
	}
	.today-clients__bottom {
		margin-top: 40px;
		font-size: 13px;
		line-height: 24px;
	}
}
/*==========================================DESCRIPTION=======================================*/
.description {
	position: relative;
	padding: 30px 0;
	background: #fff;
	margin-top: 40px;
	border-top: 1px solid #c2d0da;
}
.form  + .description{
	margin-top: 0px;
}
.description.active:after {
	display: none;
}
.description.active .description-title:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.description.active .description-content {
	max-height: none;
	overflow: visible;
}
.description:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 110px;
	background: linear-gradient(360deg, #ffffff 39.09%, rgba(255, 255, 255, 0) 100%);
}
.description-title {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	margin-bottom: 25px;
	padding-right: 30px;
}
.description-title:after {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	right: 0;
	width: 14px;
	height: 8px;
	background-image: url(../img/icon-desc-arrow.svg);
	background-repeat: no-repeat;
}
.description-title__label {
	margin-right: 15px;
	font-size: 17px;
	line-height: 24px;
	color: #4d5f78;
}
.description-title__text {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #4d5f78;
	margin-bottom: 0;
	line-height: normal;
	font-family: "Mont";
}
.description-content {
	max-height: 90px;
	overflow: hidden;
}
.description-content p {
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 24px;
	color: #4d5f78;
}
/* ul */
.description-content ul {
	margin-bottom: 20px;
}
.description-content ul li {
	position: relative;
	padding-left: 32px;
	font-size: 16px;
	line-height: 30px;
}

.description-content ul li ul {
	padding-top: 5px;
}

.description-content ul li ul li {
	margin: 0;
	padding-left: 15px;
	font-size: 16px;
	line-height: 30px;
}

.description-content ul li ul li:before {
	display: none;
}

.description-content ul li ul li:after {
	content: "−";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
}

.description-content ul li + li {
	margin-top: 15px;
}

.description-content ul li:before {
	content: "";
	position: absolute;
	top: 8.5px;
	left: 0;
	width: 12px;
	height: 12px;
	background-color: #1c00a1;
	border-radius: 50%;
}
/* ol */
.description-content ol {
	margin-bottom: 20px;
	margin-left: 20px;
}
.description-content ol li {
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	line-height: 30px;
}

.description-content ol li ol {
	padding-top: 5px;
}

.description-content ol li ol li {
	margin: 0;
	padding-left: 15px;
	font-size: 16px;
	line-height: 30px;
}

.description-content ol li ol li:before {
	display: none;
}

.description-content ol li ol li:after {
	content: "−";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
}

.description-content ol li + li {
	margin-top: 15px;
}

@media (max-width: 760px) {
	.description-title {
		margin-bottom: 15px;
		padding-right: 25px;
		flex-direction: column;
		align-items: flex-start;
	}
	.description-title:after {
		top: 30px;
	}
	.description-title__label {
		font-size: 15px;
		padding-bottom: 3px;
	}
	.description-title__text {
		font-size: 16px;
	}
	.description-content p {
		font-size: 13px;
		line-height: 24px;
	}
	.description-content ul li {
		padding-left: 25px;
		font-size: 14px;
		line-height: 22px;
	}
	.description-content ul li:before {
		top: 4.5px;
	}
	.description-content ol li {
		padding-left: 10px;
		font-size: 14px;
		line-height: 22px;
	}
}

/*==========================================promo-item=======================================*/
.promo-item {
	padding-top: 205px;
	padding-bottom: 140px;
	text-align: center;
	background-image: url(../img/partners/promo-item/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 10;
}
.promo-item:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(28, 0, 161, 0.23);
	z-index: 1;
}
.promo-item__box {
	max-width: 950px;
	margin: 0px auto;
	position: relative;
	z-index: 10;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
}
.promo-item__title {
	color: #fff;
	margin-bottom: 32px;
}
.promo-item__buttons {
	justify-content: center;
	margin: 56px -30px 0px;
}
.promo-item__btn {
	width: 304px;
	margin: 0px 30px;
}
@media (max-width: 1200px) {
	.promo-item {
		padding-top: 160px;
		padding-bottom: 120px;
	}
}
@media (max-width: 1050px) {
	.promo-item {
		padding-top: 90px;
		padding-bottom: 80px;
	}
	.promo-item__title {
		margin-bottom: 24px;
	}
	.promo-item__buttons {
		margin: 30px -15px 0px;
	}
	.promo-item__btn {
		width: 260px;
		margin: 0px 15px;
	}
}
@media (max-width: 760px) {
	.promo-item {
		padding-top: 130px;
	}
	.promo-item__title {
		margin-bottom: 16px;
		font-size: 28px !important;
		line-height: 36px;
	}
	.promo-item__box {
		font-size: 13px;
		line-height: 24px;
	}
	.promo-item__buttons {
		margin: 24px 0px 0px;
		padding: 0px 25px;
	}
	.promo-item__btn {
		width: 100%;
		margin: 0;
	}
	.promo-item__btn + .promo-item__btn {
		margin-top: 24px;
	}
}

/*==========================================benefits=======================================*/
.benefits_item .benefits-row {
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: -80px;
}
.benefits_item .benefits-item {
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	max-width: 33%;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
.benefits_item .benefits-item + .benefits-item {
	margin-top: 0px;
}
.benefits_item .benefits-item__text {
	width: 100%;
	margin-top: 30px;
}
@media (max-width: 1200px) {
	.benefits_item .benefits-item__text {
		margin-top: 24px;
		font-size: 18px;
		line-height: 24px;
	}
}
@media (max-width: 1050px) {
	.benefits_item .benefits-row {
		margin-bottom: -72px;
	}
	.benefits_item .benefits-item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 72px;
	}
}
@media (max-width: 760px) {
	.benefits-item__text,
	.benefits_item .benefits-item__text {
		font-size: 13px;
		line-height: 24px;
	}
	.benefits_item .benefits-item__icon {
		margin-bottom: 16px;
	}
	.benefits_item .benefits-item__text {
		margin-top: 0px;
	}
	.benefits_item .benefits-row {
		padding-bottom: 40px;
	}
	.benefits_item .benefits-item {
		margin-bottom: 0px;
	}
}

/*==========================================info=======================================*/
.info_item h2 {
	max-width: 950px;
	margin-bottom: 50px;
}
.info__btn {
	margin-top: 60px;
}
@media (max-width: 1050px) {
	.info_item h2 {
		margin-bottom: 40px;
	}
	.info__btn {
		margin-top: 50px;
	}
}
@media (max-width: 760px) {
	.info_item h2 {
		margin-bottom: 30px;
	}
	.info__btn {
		margin-top: 40px;
	}
	.info_item .list_big li + li {
		margin-top: 16px;
	}
}

/*==========================================main-info-text=======================================*/
.main-info-text {
	padding-bottom: 0;
}
.main-info-text__box {
	background-color: #1c00a1;
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.08);
	border-radius: 20px;
	padding: 40px 100px;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
}
@media (max-width: 1050px) {
	.main-info-text__box {
		padding: 40px 70px;
		font-size: 18px;
		line-height: 30px;
	}
}
@media (max-width: 760px) {
	.main-info-text {
		padding-top: 40px;
	}
	.main-info-text__box {
		padding: 32px 15px;
		font-size: 13px;
		line-height: 24px;
		text-align: left;
		margin: 0px 0px;
	}
}

/*==========================================speech-solutions=======================================*/
.speech-solutions_item .speech-solutions-item {
	padding: 32px 5px;
}
.speech-solutions_item .speech-solutions-item__title {
	font-size: 18px;
	line-height: 25px;
}
@media (max-width: 1050px) {
	.speech-solutions_item h2 {
		margin-bottom: 50px;
	}
	.speech-solutions_item .speech-solutions-item {
		padding: 24px 20px;
	}
}
@media (max-width: 760px) {
	.speech-solutions_item {
		padding: 60px 0px;
	}
	.speech-solutions_item h2 {
		margin-bottom: 40px;
	}
	.speech-solutions_item .speech-solutions-col {
		padding-top: 0px;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 26px;
	}
	.speech-solutions_item .speech-solutions-item__title {
		font-size: 14px;
		line-height: 22px;
	}
}

/*==========================================main-info-partners=======================================*/
.main-info-partners {
	width: 100%;
	height: 520px;
	background-image: url(../img/partners/main-info-partners/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media (max-width: 1050px) {
	.main-info-partners {
		height: 470px;
	}
}
@media (max-width: 760px) {
	.main-info-partners {
		height: 390px;
	}
}

/*==========================================main-item-cases=======================================*/
.main-item-cases__title {
	margin-bottom: 50px;
}
.main-item-cases__slick {
    padding-bottom: 40px;
}
.main-item-cases__slick .slick-dots {
    bottom: 0px;
}
.main-item-cases__slick .slick-list {
    overflow: visible;
}
.main-item-cases__slide {
	margin-right: 30px;
}
.main-item-cases__box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 780px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
	padding: 40px 5px 40px 70px;
}
.main-item-cases__left {
	max-width: 400px;
}
.main-item-cases__box-title {
	font-weight: 800;
	font-size: 24px;
	line-height: 34px;
	color: #1C00A1;
	margin-bottom: 24px;
}
.main-item-cases__block + .main-item-cases__block {
	margin-top: 32px;
}
.main-item-cases__caption {
	font-weight: 800;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	margin-bottom: 12px;
}
.main-item-cases__caption_blue {
	color: #1C00A1;
}
.main-item-cases__items li {
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
	color: #000000;
}
.main-item-cases__items li + li {
	margin-top: 12px;
}
.bg-blue .main-item-cases__items li {
	color: #000000;
}
.main-item-cases__right {
	width: 240px;
	height: 96px;
}
@media (max-width: 1050px) {
	.main-item-cases {
		padding: 80px 0px;
	}
	.main-item-cases__title {
		margin-bottom: 30px;
	}
	.main-item-cases__box {
		width: 670px;
		padding: 32px 20px 32px 40px;
	}
	.main-item-cases__left {
		max-width: 390px;
	}
	.main-item-cases__box-title {
		font-size: 21px;
		margin-bottom: 12px;
	}
	.main-item-cases__caption {
		font-weight: 600;
		font-size: 16px;
	}
	.main-item-cases__items li {
		font-size: 16px;
		line-height: 20px;
	}
	.main-item-cases__block + .main-item-cases__block {
		margin-top: 24px;
	}
	.main-item-cases__right {
		width: 200px;
		height: 80px;
	}
}
@media (max-width: 760px) {
	.main-item-cases {
		padding: 65px 0px;
	}
	.main-item-cases__title {
		margin-bottom: 24px;
	}
	.main-item-cases__slick {
		margin: 0px -5px;
	}
	.main-item-cases__slide {
		margin-right: 0px;
		padding: 0px 5px;
	}
	.main-item-cases__box {
		flex-wrap: wrap;
		width: 100%;
		padding: 32px 15px;
	}
	.main-item-cases__left {
		max-width: 100%;
		width: 100%;
		order: 2;
	}
	.main-item-cases__box-title {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 16px;
	}
	.main-item-cases__caption {
		font-size: 14px;
		line-height: 27px;
		margin-bottom: 4px;
	}
	.main-item-cases__items li {
		font-size: 14px;
		line-height: 18px;
	}
	.main-item-cases__items li + li {
		margin-top: 10px;
	}
	.main-item-cases__block + .main-item-cases__block {
		margin-top: 18px;
	}
	.main-item-cases__right {
		width: 140px;
		height: auto;
		order: 1;
		margin-bottom: 24px;
	}
}


/************    menu-seo     *************/

.menu-seo{
	padding: 70px 0 20px;
}
.menu-seo__title{
	font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #4d5f78;
    margin-bottom: 0;
    line-height: normal;
    font-family: "Mont";
	margin-bottom: 20px;
}
/* ul */

.menu-seo ul li {
	position: relative;
	padding-left: 32px;
	font-size: 16px;
	line-height: 30px;
}
.menu-seo ul li.active  a{
	color: #1c00a1;
}
.menu-seo ul li a{
	color: #4d5f78;
	transition: color 0.3s;
}
.menu-seo ul li a:hover{
	color: #1c00a1;
	transition: color 0.3s;
}
.menu-seo ul li ul {
	padding-top: 5px;
}
.menu-seo ul li + li {
	margin-top: 15px;
}

.menu-seo ul li:before {
	content: "";
	position: absolute;
	top: 8.5px;
	left: 0;
	width: 12px;
	height: 12px;
	background-color: #1c00a1;
	border-radius: 50%;
}
/*==========================================CAREER=======================================*/
.bss-promo_career {
  position: relative;
  background-image: url(../img/career/bg-promo2.jpg);
  background-position: 50% 50%;
  background-size: cover;
}

.bss-promo_career:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 0, 161, 0.35);
}

.bss-promo_career .container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
}

.bss-promo_career .bss-promo__title {
  color: #fff;
}

.bss-promo-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bss-promo-buttons-col {
  padding: 0 20px;
}

.bss-promo-buttons-col .btn {
  white-space: nowrap;
  padding: 20px 40px;
  min-width: 265px;
  text-align: center;
}

.btn_border {
  background: transparent;
  border: 2px solid #fff;
}

.btn_border:hover {
  background: #fff;
  color: #1C00A1;
}

.career-location {
  background-image: url(../img/career/map2.svg);
  background-repeat: no-repeat;
  background-position: right -50px bottom -100px;
}

.career-location-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 50px 0;
}

.career-location-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px 15px;
}

.career-location-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  min-height: 100px;
  background: #fff;
  padding: 18px 0;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.career-location-item_main .career-location-item__city {
  font-size: 21px;
}

.career-location-item_main .career-location-item__address {
  font-size: 21px;
  line-height: 30px;
  font-weight: normal;
}

.career-location-item.active {
  background: #1C00A1;
  color: #fff;
}

.career-location-item.active .ic-moscow {
  background-image: url(../img/icon-moscow2.svg);
}

.career-location-item.active .ic-location {
  background-image: url(../img/icon-location2.svg);
}

.career-location-item__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
  text-align: center;
}

.career-location-item-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 30px;
}

.career-location-item__icon {
  text-align: center;
}

.career-location-item__city {
  margin-bottom: 5px;
  font-weight: 700;
}

.career-location-item__address {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

/*--------------------career-vacansies--------------------*/
.career-vacansies {
  position: relative;
  padding-top: 350px;
}

.career-vacansies-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #1C00A1;
}

.career-vacansies-top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.career-vacansies__title {
  margin: 0;
  font-size: 56px;
  color: #fff;
}

.career-vacansies__image {
  position: relative;
}

.career-vacansies__image:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 0, 161, 0.35);
}

.career-vacansies-filter {
  margin-bottom: 10px;
}

.career-vacansies-filter-section {
  padding-bottom: 20px;
}

.career-vacansies-filter__title {
  display: none;
}

.career-vacansies-filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.career-vacansies-filter__item {
  margin: 0 12px 12px 0;
  padding: 13px 25px;
  font-weight: 600;
  border: 1px solid #1C00A1;
  border-radius: 20px;
  color: #000;
}

.career-vacansies-filter__item.active {
  background: #1C00A1;
  color: #fff;
}

.career-vacansies-list {
  padding-bottom: 30px;
}

.career-vacansies-item {
  position: relative;
  display: block;
  padding: 30px 50px 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.career-vacansies-item:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 5.5px);
  width: 11px;
  height: 21px;
  background-image: url(../img/career/icon-arrow-right.svg);
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.career-vacansies-item:hover:after {
  background-image: url(../img/career/icon-arrow-right-active.svg);
}

.career-vacansies-item:hover .career-vacansies-item__title {
  color: #1C00A1;
}

.career-vacansies-item__title {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #000;
}

.career-vacansies-item-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.career-vacansies-item-filters__item {
  margin-right: 12px;
  padding: 5px 12px;
  font-weight: 600;
  color: #000;
  border: 1px solid #1C00A1;
  border-radius: 20px;
}

.career-vacansies__note {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.career-vacansies__note a:hover {
  opacity: 0.7;
}

/*--------------------career-gallery--------------------*/
.career-gallery__title {
  margin-bottom: 40px;
}

.career-gallery-section {
  margin-bottom: 150px;
}

.career-gallery-section__title {
  margin-bottom: 30px;
  font-family: Chalet;
  font-size: 40px;
}

.career-gallery-slider .slick-dots {
  bottom: -60px;
}

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

.career-gallery-leftside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 739px;
  flex: 0 0 739px;
  max-width: 739px;
}

.career-gallery-leftside .career-gallery-item__image {
  height: 595px;
}

.career-gallery-rightside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 413px;
  flex: 0 0 413px;
  max-width: 413px;
}

.career-gallery-rightside .career-gallery-item {
  margin-bottom: 32px;
}

.career-gallery-rightside .career-gallery-item:last-child {
  margin-bottom: 0;
}

.career-gallery-item__image {
  display: block;
  position: relative;
  margin-bottom: 15px;
  height: 266px;
}

.career-gallery-item__image:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #4E2717;
  opacity: 0.3;
}

.career-gallery-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.career-gallery-item__title {
  font-weight: 700;
}

.career-gallery__contact {
  font-size: 18px;
  font-weight: 700;
}

.career-gallery__contact a:hover {
  opacity: 0.7;
}

.career-gallery-mobile-slider {
  display: none;
}

/*--------------------vacancy--------------------*/
.vacancy {
  padding: 50px 0 100px 0;
  background: #fff;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.breadcrumbs li {
  position: relative;
  margin: 0 20px 20px 0;
  font-weight: 600;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs li:after {
  content: '/';
  display: block;
  position: absolute;
  right: -15px;
  top: 0;
}

.breadcrumbs li a {
  color: #000;
}

.breadcrumbs li a:hover {
  color: #1C00A1;
}

.vacancy-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

.vacancy-filters__item {
  margin: 0 30px 30px 0;
  padding: 11px 25px;
  font-weight: 600;
  color: #000;
  border: 1px solid #1C00A1;
  border-radius: 20px;
}

.vacancy-filters__item:hover {
  background: #1C00A1;
  color: #fff;
}

.vacancy-desc {
  margin-bottom: 50px;
  max-width: 880px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.vacancy-section {
  padding-bottom: 50px;
  max-width: 670px;
}

.vacancy-section .list li:before {
  top: 10px;
  width: 8px;
  height: 8px;
  background: #000;
}

.vacancy-section__title {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
  color: #1C00A1;
}

.vacancy-form {
  margin: 0 auto;
  margin-top: 70px;
  background: #EDF0F9;
  border-radius: 20px;
  max-width: 740px;
  padding: 80px;
}

.career-vacansies-form__title {
  color: #000;
}

.career-vacansies-form__btn {
  min-width: 305px;
}

.form-upload__title {
  font-weight: 700;
  color: #1C00A1;
}

.form-upload__format {
  color: #000;
}

@media (max-width: 1199px) {
  .career-gallery-leftside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 450px;
    flex: 0 0 450px;
    max-width: 450px;
  }
  .career-gallery-rightside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;
  }
  .career-gallery-leftside .career-gallery-item__image {
    height: 365px;
  }
  .career-gallery-item__image {
    margin-bottom: 10px;
    height: 153px;
  }
  .career-gallery-row {
    margin: 0 auto;
    max-width: 720px;
  }
}

@media (min-width: 1051px) {
  .career-vacansies-filter-row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 1050px) {
  .bss-promo-buttons-col {
    padding: 0 15px;
  }
  .bss-promo-buttons-col .btn {
    min-width: 220px;
  }
  .career-location-row {
    padding: 0;
    display: block;
  }
  .career-location-col {
    max-width: 100%;
  }
  .career-vacansies__image {
    width: 280px;
  }
  .career-vacansies__title {
    font-size: 32px;
  }
  .career-vacansies-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .career-vacansies-filter-section {
    position: relative;
    margin-right: 20px;
    min-width: 280px;
    padding: 0;
  }
  .career-vacansies-filter__title {
    position: relative;
    display: block;
    padding: 15px 50px 15px 25px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #1C00A1;
    border-radius: 20px;
  }
  .career-vacansies-filter__title.active {
    border-bottom: 0;
    border-radius: 20px 20px 0 0;
  }
  .career-vacansies-filter__title.active:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .career-vacansies-filter__title:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: calc(50% - 4px);
    width: 16px;
    height: 8px;
    background-image: url(../img/career/icon-arrow-down.svg);
  }
  .career-vacansies-filter-row {
    position: absolute;
    display: none;
    left: 0;
    top: calc(100% - 1px);
    width: 100%;
    padding: 0 15px;
    background: #fff;
    border: 1px solid #1C00A1;
    border-top: 0;
    border-radius: 0 0 20px 20px;
    z-index: 20;
  }
  .career-vacansies-filter__item {
    position: relative;
    display: block;
    margin: 0;
    border: 0;
    padding: 15px 50px 15px 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 0;
    letter-spacing: 0.02em;
    color: #6A6A6A;
  }
  .career-vacansies-filter__item:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 12px);
    right: 10px;
    width: 24px;
    height: 24px;
    /*border: 1px solid #6A6A6A;
    background-image: url(../img/career/icon-check.svg);*/
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 5px;
  }
  .career-vacansies-filter__item.active {
    background: #fff;
    color: #000;
  }
  .career-vacansies-filter__item.active:after {
    border: 1px solid #1C00A1;
    border-radius: 50%;
    background-image: url(../img/career/icon-check-active.svg);
  }
  .career-vacansies-item {
    padding: 20px 40px 20px 0;
  }
  .career-vacansies-item__title {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .career-gallery-section__title {
    font-size: 24px;
  }
  .vacancy-filters {
    padding-bottom: 20px;
  }
  .career-vacansies-filter {
    margin-bottom: 30px;
  }
  .career-vacansies {
    padding-top: 240px;
  }
  .vacancy h1 {
    font-size: 36px;
  }
  .vacancy-filters__item {
    margin: 0 20px 20px 0;
  }
  .vacancy-form {
    margin-top: 20px;
  }
}

@media (max-width: 760px) {
  .bss-promo-buttons {
    display: block;
    padding-top: 10px;
  }
  .bss-promo-buttons-col {
    padding: 8px 0;
  }
  .career-location-row {
    margin: 0 -8px;
  }
  .career-location-col {
    margin-bottom: 15px;
    padding: 0;
  }
  .career-location-item {
    min-height: 70px;
  }
  .career-location-item__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
  }
  .career-location-item__city {
    font-size: 13px;
    font-weight: 700;
  }
  .career-location-item__address {
    font-size: 13px;
    line-height: 18px;
  }
  .career-location-item_main .career-location-item__city {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .career-location-item_main .career-location-item__address {
    font-size: 16px;
    line-height: 1.2;
  }
  .career-vacansies {
    padding-top: 0;
  }
  .career-vacansies-top {
    position: static;
    background: #fff;
  }
  .career-vacansies-top-row {
    display: block;
  }
  .career-vacansies__image {
    width: auto;
    margin: 0 -8px 30px;
    height: 200px;
  }
  .career-vacansies__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .career-vacansies__title {
    margin-bottom: 30px;
    font-size: 24px;
    color: #1C00A1;
  }
  .career-vacansies-filter {
    display: block;
    margin-bottom: 10px;
  }
  .career-vacansies-filter-section {
    margin: 0 0 20px 0;
  }
  .career-vacansies-item__title {
    font-size: 13px;
    line-height: 20px;
  }
  .career-vacansies-item-filters__item {
    font-size: 13px;
  }
  .career-vacansies-item:after {
    width: 8px;
    height: 16px;
    background-image: url(../img/career/icon-arrow-right-active.svg);
    background-size: contain;
  }
  .career-vacansies-item {
    padding: 15px 30px 15px 0;
  }
  .career-vacansies-filter__title {
    font-size: 13px;
  }
  .career-vacansies-filter__item {
    font-size: 13px;
  }
  .career-vacansies__note {
    font-size: 13px;
    line-height: 20px;
  }
  .career-gallery-section {
    margin-bottom: 50px;
  }
  .career-gallery-slider {
    display: none;
  }
  .career-gallery-mobile-slider {
    display: block;
    margin: 0 -8px;
    padding-bottom: 40px;
  }
  .career-gallery-section__title {
    font-size: 18px;
    text-align: center;
  }
  .career-gallery-item__image {
    height: 250px;
  }
  .career-gallery-item__title {
    text-align: center;
  }
  .vacancy h1 {
    margin-bottom: 20px;
    font-size: 24px !important;
    line-height: 1.3;
    text-align: center;
  }
  .vacancy-filters__item {
    margin: 0 10px 10px 0;
  }
  .vacancy-desc {
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 20px;
  }
  .vacancy-form {
    padding: 30px 8px;
    margin: 0 -8px;
  }
  .career-vacancies-form__title {
    margin-bottom: 30px;
    color: #000;
  }
  .career-vacancies-form__btn {
    min-width: 220px;
  }
  .vacancy-filters__item {
    font-size: 13px;
  }
  .breadcrumbs {
    padding-bottom: 15px;
  }
  .breadcrumbs li {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .vacancy-filters {
    display: none;
  }
  .vacancy-section__title {
    margin-bottom: 15px;
    font-size: 13px;
  }
  .vacancy-section .list li:before {
    top: 7px;
  }
}
