* {
	margin: 0;
	padding: 0
}

html,
body,
div,
button,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box
}

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

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	outline: none;
	text-decoration: none
}

html * {
	max-height: 999999px
}

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

input,
textarea,
button {
	border: none;
	box-shadow: none;
	outline: none;
	border-radius: 0
}

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

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

::-webkit-file-upload-button {
	cursor: pointer
}

input {
	-webkit-appearance: none;
	border-radius: 0
}

select {
	border: none
}

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

/*!
 *  Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
 
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');

@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.eot");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.2") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%
}

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

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

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

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

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

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

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

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

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

@keyframes fa-spin {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

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

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

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

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

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

.fa-inverse {
	color: #ffffff
}

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

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

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

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

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

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

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

.fa-trash-o:before {
	content: "\f014"
}

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

.fa-file-o:before {
	content: "\f016"
}

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

.fa-road:before {
	content: "\f018"
}

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

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

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

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

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

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

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

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

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

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

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

.fa-print:before {
	content: "\f02f"
}

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

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

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

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

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

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

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

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

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

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

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

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

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

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

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

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

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

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

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

.fa-step-forward:before {
	content: "\f051"
}

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

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

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

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

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

.fa-question-circle:before {
	content: "\f059"
}

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

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

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

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

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

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

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

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

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

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

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

.fa-leaf:before {
	content: "\f06c"
}

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

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

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

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

.fa-plane:before {
	content: "\f072"
}

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

.fa-random:before {
	content: "\f074"
}

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

.fa-magnet:before {
	content: "\f076"
}

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

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

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

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

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

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

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

.fa-twitter-square:before {
	content: "\f081"
}

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

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

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

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

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

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

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

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

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

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

.fa-unlock:before {
	content: "\f09c"
}

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

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

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

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

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

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

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

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

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

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

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

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

.fa-money:before {
	content: "\f0d6"
}

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

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

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

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

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

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de"
}

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

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

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

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

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

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

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

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

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

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

.fa-medkit:before {
	content: "\f0fa"
}

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

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

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

.fa-plus-square:before {
	content: "\f0fe"
}

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

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

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

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

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

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

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

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

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

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

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

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

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

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

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

.fa-meh-o:before {
	content: "\f11a"
}

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

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

.fa-flag-o:before {
	content: "\f11d"
}

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

.fa-terminal:before {
	content: "\f120"
}

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

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

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

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

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

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

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

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

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

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

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

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

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

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

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

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

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

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

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

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

.fa-unlock-alt:before {
	content: "\f13e"
}

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

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

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

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

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

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

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

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158"
}

.fa-won:before,
.fa-krw:before {
	content: "\f159"
}

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

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

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

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

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

.fa-stack-overflow:before {
	content: "\f16c"
}

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

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

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

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

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

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

.fa-windows:before {
	content: "\f17a"
}

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

.fa-linux:before {
	content: "\f17c"
}

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

.fa-skype:before {
	content: "\f17e"
}

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

.fa-trello:before {
	content: "\f181"
}

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

.fa-male:before {
	content: "\f183"
}

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

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

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

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

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191"
}

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

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

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

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

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

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

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

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

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

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

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

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

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

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

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

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

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

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

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

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

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

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

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

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

.fa-soundcloud:before {
	content: "\f1be"
}

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

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

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

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

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

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

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

.fa-vine:before {
	content: "\f1ca"
}

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

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

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd"
}

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0"
}

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

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9"
}

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

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

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

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

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

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

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

.fa-paypal:before {
	content: "\f1ed"
}

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

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

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

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

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

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

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

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

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

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

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

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

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

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

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

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

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

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

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

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

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

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

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

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

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

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

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

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

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

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

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

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

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

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

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

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

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

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

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

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

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

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

.fa-mouse-pointer:before {
	content: "\f245"
}

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

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

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

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

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

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

.fa-hourglass-o:before {
	content: "\f250"
}

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

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

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

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

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256"
}

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

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

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

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

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

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

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

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

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

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

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

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

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

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

.fa-opera:before {
	content: "\f26a"
}

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

.fa-tv:before,
.fa-television:before {
	content: "\f26c"
}

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

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

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

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

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

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

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

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

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

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

.fa-vimeo:before {
	content: "\f27d"
}

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

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

.fa-reddit-alien:before {
	content: "\f281"
}

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

.fa-credit-card-alt:before {
	content: "\f283"
}

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

.fa-modx:before {
	content: "\f285"
}

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

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

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

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

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

.fa-percent:before {
	content: "\f295"
}

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

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

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

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

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

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

.fa-volume-control-phone:before {
	content: "\f2a0"
}

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

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

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

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4"
}

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

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

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

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

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}





@font-face {
	font-family: 'raleway';
	src: local("raleway-thin-webfont"), local("raleway thin"), url("../fonts/raleway-thin-webfont.woff2") format("woff2"), url("../fonts/raleway-thin-webfont.woff") format("woff"), url("../fonts/raleway-thin-webfont.ttf") format("truetype");
	font-weight: 100;
	font-style: normal
}

@font-face {
	font-family: 'raleway';
	src: local("raleway-regular-webfont"), local("raleway regular"), url("../fonts/raleway-regular-webfont.woff2") format("woff2"), url("../fonts/raleway-regular-webfont.woff") format("woff"), url("../fonts/raleway-regular-webfont.ttf") format("truetype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'raleway';
	src: local("raleway-semibold-webfont"), local("raleway semibold"), url("../fonts/raleway-semibold-webfont.woff2") format("woff2"), url("../fonts/raleway-semibold-webfont.woff") format("woff"), url("../fonts/raleway-semibold-webfont.ttf") format("truetype");
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: 'raleway';
	src: local("raleway-bold-webfont"), local("raleway bold"), url("../fonts/raleway-bold-webfont.woff2") format("woff2"), url("../fonts/raleway-bold-webfont.woff") format("woff"), url("../fonts/raleway-bold-webfont.ttf") format("truetype");
	font-weight: 700;
	font-style: normal
}

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

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-angle-01:before {
	content: "\e905";
	color: #fff
}

.icon-zoom-in:before {
	content: "\e904";
	color: #fff
}

.icon-logo_en:before {
	content: "\e900"
}

.icon-logo_ru:before {
	content: "\e901"
}

.icon-close:before {
	content: "\e902";
	color: #aab1b8
}

.icon-logo_tutmee:before {
	content: "\e903"
}

.icon-angle-down:before {
	content: "\e906"
}

.icon-cross:before,
.remove-file-button:before {
	content: "\e907"
}

@media all and (max-width: 1200px) {
	.hide-on-laptop {
		display: none !important
	}
}

@media all and (min-width: 1201px) {
	.show-on-laptop {
		display: none !important
	}
}

@media all and (max-width: 1000px) {
	.hide-on-tablet {
		display: none !important
	}
}

@media all and (min-width: 1001px) {
	.show-on-tablet {
		display: none !important
	}
}

@media only screen and (max-width: 700px) {
	.hide-on-mobile {
		display: none !important
	}
}

@media only screen and (min-width: 701px) {
	.show-on-mobile {
		display: none !important
	}
}

@media only screen and (max-width: 750px) {
	.hide-on-pre-mobile {
		display: none !important
	}
}

@media only screen and (min-width: 901px) {
	.show-on-pre-mobile {
		display: none !important
	}
}

@media only screen and (max-width: 450px) {
	.hide-on-mobile-small {
		display: none !important
	}
}

html,
body {
	height: 100%
}

body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: "raleway";
	line-height: normal;
	font-weight: 400;
	color: #34393f;
	font-size: 14px
}

body:not(._mob) .nav-arrows__arrow:hover {
	background: #fff
}

body:not(._mob) .nav-arrows__arrow:hover::before {
	color: #aab1b8
}

@media all and (min-width: 1201px) {
	body:not(._mob) .link-style:hover {
		padding-left: 50px
	}
	body:not(._mob) .link-style:hover::before {
		width: 40px
	}
}

body:not(._mob) .toggle-next:hover {
	color: #aab1b8
}

body:not(._mob) .toggle-next:hover::after {
	width: 100%
}

body:not(._mob) .menu__item::after {
	content: '\f107';
	font-family: "FontAwesome";
	font-size: 18px;
	color: inherit;
	position: absolute;
	top: auto;
	right: 0;
	bottom: -15px;
	left: 0;
	margin: auto;
	text-align: center;
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 1s ease;
	transform: rotateY(90deg);
	opacity: 0
}

body:not(._mob) .menu__item:hover::after {
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.1s ease;
	transform: rotateY(0deg);
	opacity: 1
}

@media only screen and (max-width: 450px) {
	body {
		font-size: 13px
	}
}

.preloader {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column
}

.preloader img {
	display: block;
	max-width: 180px
}

.pseudo-hidden {
	position: absolute;
	left: -200vw;
	opacity: 0;
	z-index: -999;
	pointer-events: none;
	overflow: hidden;
	-ms-transform: scale(0);
	transform: scale(0)
}

.title-wrap {
	margin-bottom: 50px
}

.title-wrap+.subtitle {
	margin-top: 15px
}

@media only screen and (max-width: 700px) {
	.title-wrap {
		margin-bottom: 30px
	}
}

.subtitle {
	font-size: 24px;
	font-family: inherit
}

h1 {
	font-size: 90px;
	font-weight: 700;
	line-height: 1;
	top: -23px;
	position: relative
}

@media all and (max-width: 2200px) {
	h1 {
		font-size: 90px;
		top: 0
	}
}

@media all and (max-width: 1850px) {
	h1 {
		font-size: 85px;
		top: 0
	}
}

@media all and (max-width: 1600px) {
	h1 {
		font-size: 80px;
		top: 0
	}
}

@media all and (max-width: 1200px) {
	h1 {
		font-size: 75px
	}
}

@media all and (max-width: 1000px) {
	h1 {
		font-size: 60px
	}
}

@media only screen and (max-width: 700px) {
	h1 {
		font-size: 40px
	}
}

@media only screen and (max-width: 450px) {
	h1 {
		font-size: 30px
	}
}

h2 {
	font-size: 60px;
	font-weight: 700;
	/* letter-spacing: 3px */
}

@media all and (max-width: 1850px) {
	h2 {
		font-size: 48px
	}
}

@media all and (max-width: 1200px) {
	h2 {
		font-size: 36px;
		/* letter-spacing: 2px */
	}
}

@media only screen and (max-width: 450px) {
	h2 {
		font-size: 24px;
		/* letter-spacing: 1px */
	}
}

h3 {
	font-size: 36px;
	/* letter-spacing: 2px */
}

@media all and (max-width: 1850px) {
	h3 {
		font-size: 26px
	}
}

@media all and (max-width: 1200px) {
	h3 {
		font-size: 22px;
		/* letter-spacing: 1.3px; */
		line-height: 1
	}
}

@media only screen and (max-width: 450px) {
	h3 {
		font-size: 18px;
		line-height: 1.3;
		/* letter-spacing: 1px */
	}
}

h4 {
	font-size: 20px;
	/* letter-spacing: 1px */
}

@media all and (max-width: 1200px) {
	h4 {
		font-size: 18px;
		font-weight: 600
	}
}

@media only screen and (max-width: 450px) {
	h4 {
		font-size: 14px
	}
}

.b1,
.simple-button {
	font-family: "raleway";
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.05em;
	text-transform: uppercase
}

h5 {
	font-size: 20px
}

h6 {
	font-size: 16px
}

p {
	line-height: 1.75;
	/* letter-spacing: .85px */
}

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

@media only screen and (max-width: 450px) {
	p {
		line-height: 1.9;
		/* letter-spacing: .7px */
	}
}

.content {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	min-height: 900px
}

@media all and (max-width: 1850px) {
	.content {
		min-height: 650px
	}
}

@media all and (max-width: 1200px) {
	.content {
		min-height: 550px
	}
}

@media all and (max-width: 1000px) {
	.content {
		min-height: 600px
	}
}

@media only screen and (max-width: 700px) {
	.content {
		min-height: 500px
	}
}

@media only screen and (max-width: 450px) {
	.content {
		min-height: 450px
	}
}

.block-wrapper {
	position: relative;
	width: 100%;
	padding: 50px 0;
	box-sizing: border-box
}

.container {
	margin: 0 auto;
	padding: 85px 100px;
	box-sizing: border-box;
	z-index: 5;
	position: relative
}

.container._clear-top {
	padding-top: 0
}

.container._clear-right {
	padding-right: 0
}

.container._clear-bottom {
	padding-bottom: 0
}

.container._clear-left {
	padding-left: 0
}

@media all and (max-width: 1850px) {
	.container {
		padding: 85px 60px 65px 100px
	}
}

@media all and (max-width: 1200px) {
	.container {
		padding: 85px 35px 65px 75px
	}
}

@media only screen and (max-width: 700px) {
	.container {
		padding: 48px 30px 48px 60px
	}
}

@media only screen and (max-width: 450px) {
	.container {
		padding: 33px 14px 37px 40px
	}
}

.num-ul,
.num-ul ul,
.content-container ol {
	counter-reset: list 0
}

.num-ul li,
.content-container ol li {
	padding-left: 20px;
	position: relative;
	/* letter-spacing: 1px; */
	margin-bottom: 8px
}

.num-ul li::before,
.content-container ol li::before {
	counter-increment: list;
	content: counter(list);
	position: absolute;
	top: -1px;
	right: auto;
	bottom: auto;
	left: 0;
	margin: auto;
	font: inherit
}

.marker-ul li,
.content-container ul li {
	padding-left: 31px;
	position: relative;
	/* letter-spacing: 1px; */
	margin-bottom: 8px
}

.marker-ul li::before,
.content-container ul li::before {
	content: "—";
	position: absolute;
	top: -1px;
	right: auto;
	bottom: auto;
	left: 0;
	margin: auto;
	font: inherit
}

.marker-ul._white li,
.marker-ul ul._white li,
.content-container ul._white li {
	color: #fff
}

.marker-ul._white li::before,
.marker-ul ul._white li::before,
.content-container ul._white li::before {
	color: #fff
}

@media all and (max-width: 1000px) {
	.marker-ul li,
	.content-container ul li {
		padding-left: 27px
	}
}

.toggle-next {
	display: inline-block;
	position: relative;
	padding-bottom: 22px;
	margin-bottom: 36px;
	padding-left: 50px;
	color: #38424d;
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
	cursor: pointer
}

.toggle-next::before {
	content: '\f107';
	font-family: "FontAwesome";
	font-size: inherit;
	color: #139be2;
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
	display: block;
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 1px;
	margin: auto
}

.toggle-next::after {
	content: '';
	display: block;
	position: absolute;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 26px;
	height: 1px;
	background: #aab1b8;
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1)
}

@keyframes show-line {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes hide-line {
	100% {
		opacity: 0
	}
}

.toggle-next+.collapse-wrap {
	padding-bottom: 22px
}

.toggle-next+.collapse-wrap::after {
	content: '';
	display: block;
	position: absolute;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 26px;
	height: 1px;
	background: #aab1b8;
	animation: hide-line .3s ease forwards;
	animation-delay: 0s
}

.toggle-next._active {
	color: #aab1b8
}

.toggle-next._active::before {
	-ms-transform: scaleY(-1);
	transform: scaleY(-1)
}

.toggle-next._active::after {
	opacity: 0;
	width: 100%
}

.toggle-next._active+.collapse-wrap::after {
	opacity: 1;
	animation: show-line .3s ease both;
	animation-delay: 1s
}

@media all and (max-width: 1850px) {
	.toggle-next {
		padding-left: 45px
	}
	.toggle-next::before {
		left: 3px
	}
}

@media all and (max-width: 1200px) {
	.toggle-next::before {
		left: 5px
	}
}

@media only screen and (max-width: 700px) {
	.toggle-next {
		padding-left: 35px
	}
}

@media only screen and (max-width: 450px) {
	.toggle-next {
		padding-left: 32px;
		padding-bottom: 15px;
		margin-bottom: 15px
	}
	.toggle-next::before {
		left: 7px
	}
}

.collapse-wrap {
	display: block;
	position: relative;
	margin-bottom: 36px;
	width: 100%
}

.link-blue,
.content-container a {
	color: #139be2;
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.link-blue:hover,
.content-container a:hover {
	color: #0e7cb5
}

.content-container {
	position: relative;
	/* letter-spacing: .85px; */
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-bottom: 22px;
	margin-bottom: 36px;
	max-width: 980px;
	padding-right: 20px
}

.content-container img {
	display: block;
	position: relative;
	max-width: 100%;
	/*margin-bottom: 30px*/
}

.content-container h2 {
	margin-bottom: 28px;
	/* letter-spacing: .85px; */
}

.content-container h3 {
	margin-bottom: 13px;
	font-weight: 500;
	/* letter-spacing: .85px; */
}

.content-container .toggle-next {
	margin-bottom: 29px;
	/* letter-spacing: .85px; */
}

.content-container h4 {
	margin-bottom: 20px;
	/* letter-spacing: .85px; */
}

.content-container h5 {
	margin-bottom: 15px;
	/* letter-spacing: .85px; */
}

.content-container p,
.content-container ul,
.content-container ol,
.content-container a {
	margin-bottom: 24px;
	font-size: 16px;
}

.content-container p:last-child,
.content-container ul:last-child,
.content-container ol:last-child,
.content-container a:last-child {
	margin-bottom: 0
}

@media all and (max-width: 1850px) {
	.content-container {
		padding-right: 100px
	}
}

@media all and (max-width: 1200px) {
	.content-container {
		padding-right: 80px
	}
}

@media all and (max-width: 1000px) {
	.content-container {
		padding-right: 60px
	}
}

@media only screen and (max-width: 700px) {
	.content-container {
		padding-right: 40px
	}
}

@media only screen and (max-width: 450px) {
	.content-container {
		padding-right: 20px;
		margin-bottom: 26px
	}
	.content-container .toggle-next {
		margin-bottom: 15px
	}
}

._hide {
	display: none
}

._fade {
	visibility: hidden;
	position: absolute
}

.content-img-wrap {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	background: #dfe8ee;
	margin-bottom: 30px;
	min-height: 160px
}

.content-img-wrap img {
	margin: 0
}

@media only screen and (max-width: 700px) {
	.out-of-container {
		width: calc(100% + 68px) !important;
		left: -34px !important;
		padding-left: 34px !important;
		padding-right: 34px !important;
		max-width: 100vw !important;
		box-sizing: border-box
	}
}

.row {
	margin-bottom: 30px;
	position: relative
}

.row_around {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.clear {
	display: block;
	clear: both
}

.hide {
	display: none
}

.underline {
	display: inline-block;
	text-decoration: none;
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
	color: inherit;
	position: relative
}

.underline.underline::before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 1px;
	top: auto;
	bottom: 0;
	left: 0;
	transition: .5s ease;
	background: black
}

.underline.underline:hover {
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
	color: #000
}

.underline.underline:hover::before {
	width: 100%
}

.link-style {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	color: #139be2;
	overflow: hidden;
	padding-left: 0;
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.link-style::before {
	content: '';
	display: block;
	position: relative;
	width: 0;
	height: 1px;
	margin-right: 0;
	background: #139be2;
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
	position: absolute;
	top: 10px;
	right: auto;
	bottom: auto;
	left: 0;
	margin: auto
}

.link-style._active {
	padding-left: 50px
}

.link-style._active::before {
	width: 40px
}

.link-style:visited {
	color: #0e7cb5
}

b,
.bold {
	font-weight: bold !important
}

.italic {
	font-style: italic
}

.ps-container .ps-scrollbar-x-rail,
.ps-container .ps-scrollbar-y-rail {
	z-index: 12
}

.ps-container .ps-scrollbar-x-rail {
	display: none !important
}

.ps-container .ps-scrollbar-y-rail {
	opacity: 1 !important;
	width: 3px !important;
	background: transparent !important
}

.ps-container .ps-scrollbar-y-rail .ps-scrollbar-y {
	right: 0 !important;
	background: #dfe8ee !important;
	border-radius: 0 !important;
	width: 3px !important;
	cursor: pointer !important
}

.ps-container:hover .ps-scrollbar-y-rail {
	opacity: 1 !important
}

.close-button {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	left: auto;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 10
}

.close-button::before,
.close-button::after {
	content: '';
	display: block;
	position: absolute;
	width: 50%;
	height: 1px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #000;
	transition: transform .5s ease;
	will-change: transform
}

.close-button::before {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.close-button::after {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.close-button:hover::before {
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg)
}

.close-button:hover::after {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.simple-button {
	height: 36px;
	padding: 0 20px;
	background: #139be2;
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer
}

.simple-button:hover {
	background: #32B7FC
}

.btn-style {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	font-size: 24px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	border: none;
	background: #00bfff;
	padding: 10px 25px;
	z-index: 5
}

.btn-style__text {
	position: relative;
	z-index: 2;
	transition: 0.3s ease;
	color: #fff;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 700;
	width: 100%;
	text-align: center
}

.btn-style:not(._hide) .hide-text {
	display: none !important
}

.btn-style._hide .show-text {
	display: none !important
}

.btn-style_circle {
	transition: all .4s ease-in-out
}

.btn-style_circle .btn-bg {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #2c9de6;
	transition: width 0.4s ease-in-out, height 0.4s ease-in-out, opacity .3s linear;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	opacity: 0
}

.btn-style_circle:hover .btn-bg {
	transition: width 0.4s ease-in-out, height 0.4s ease-in-out, opacity .3s linear;
	width: 225%;
	height: 500%;
	z-index: 1;
	opacity: 1
}

.btn-style_circle:active .btn-bg {
	opacity: .5
}

.btn-style_center {
	margin-left: auto;
	margin-right: auto
}

.checkbox-style,
.radio-style {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.checkbox-style__input,
.radio-style__input {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	cursor: pointer;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}

.checkbox-style__indicator,
.radio-style__indicator {
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 26px;
	height: 26px;
	background-color: #f5f5f5;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.checkbox-style_radio .checkbox-style__indicator,
.radio-style_radio .checkbox-style__indicator,
.checkbox-style_radio .radio-style__indicator,
.radio-style_radio .radio-style__indicator {
	background-color: #f5f5f5;
	border-radius: 50%;
	width: 27px;
	height: 27px
}

.checkbox-style_radio .checkbox-style__icon,
.radio-style_radio .checkbox-style__icon,
.checkbox-style_radio .radio-style__icon,
.radio-style_radio .radio-style__icon {
	display: block;
	background-color: #00bfff;
	border-radius: 50%;
	width: 13px;
	height: 13px
}

.checkbox-style_radio .checkbox-style__icon:before,
.radio-style_radio .checkbox-style__icon:before,
.checkbox-style_radio .radio-style__icon:before,
.radio-style_radio .radio-style__icon:before {
	content: none
}

.checkbox-style__icon,
.radio-style__icon {
	transition: .3s ease;
	opacity: 0;
	color: #00bfff;
	font-size: 16px;
	font-weight: 400
}

.checkbox-style__label,
.radio-style__label {
	width: calc(100% - 30px);
	margin-left: 10px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.33
}

.checkbox-style_status-all .checkbox-style__label:after,
.radio-style_status-all .checkbox-style__label:after,
.checkbox-style_status-all .radio-style__label:after,
.radio-style_status-all .radio-style__label:after {
	background-color: #c8c8c8
}

.checkbox-style_status-online .checkbox-style__label:after,
.radio-style_status-online .checkbox-style__label:after,
.checkbox-style_status-online .radio-style__label:after,
.radio-style_status-online .radio-style__label:after {
	background-color: #41b74a
}

.checkbox-style_status-forming .checkbox-style__label:after,
.radio-style_status-forming .checkbox-style__label:after,
.checkbox-style_status-forming .radio-style__label:after,
.radio-style_status-forming .radio-style__label:after {
	background-color: #eed9b1
}

.checkbox-style__input:checked~.checkbox-style__indicator .checkbox-style__icon,
.radio-style__input:checked~.checkbox-style__indicator .checkbox-style__icon,
.checkbox-style__input:checked~.radio-style__indicator .checkbox-style__icon,
.radio-style__input:checked~.radio-style__indicator .checkbox-style__icon,
.checkbox-style__input:checked~.checkbox-style__indicator .radio-style__icon,
.radio-style__input:checked~.checkbox-style__indicator .radio-style__icon,
.checkbox-style__input:checked~.radio-style__indicator .radio-style__icon,
.radio-style__input:checked~.radio-style__indicator .radio-style__icon {
	opacity: 1
}

.checkbox-style__input.error~.checkbox-style__indicator,
.radio-style__input.error~.checkbox-style__indicator,
.checkbox-style__input.error~.radio-style__indicator,
.radio-style__input.error~.radio-style__indicator {
	border-color: red
}

.checkbox-style_filter .checkbox-style__input._active~.checkbox-style__label,
.checkbox-style_filter .radio-style__input._active~.radio-style__label,
.radio-style_filter .checkbox-style__input._active~.checkbox-style__label,
.radio-style_filter .radio-style__input._active~.radio-style__label {
	color: #00bfff
}

.checkbox-style_small,
.radio-style_small {
	-ms-flex-align: center;
	align-items: center
}

.checkbox-style_small .checkbox-style__label,
.radio-style_small .checkbox-style__label,
.checkbox-style_small .radio-style__label,
.radio-style_small .radio-style__label {
	font-size: 14px;
	top: 0
}

.checkbox-style_text-checkbox,
.radio-style_text-checkbox {
	margin-right: 10px;
	-ms-flex-align: center;
	align-items: center
}

.checkbox-style_text-checkbox:last-child,
.radio-style_text-checkbox:last-child {
	margin-right: 0
}

.checkbox-style_text-checkbox .checkbox-style__input:checked~.checkbox-style__label,
.checkbox-style_text-checkbox .radio-style__input:checked~.radio-style__label,
.radio-style_text-checkbox .checkbox-style__input:checked~.checkbox-style__label,
.radio-style_text-checkbox .radio-style__input:checked~.radio-style__label {
	background-color: rgba(190, 141, 0, 0.1);
	color: #000
}

.checkbox-style_text-checkbox .checkbox-style__input:checked~.checkbox-style__label .text::before,
.checkbox-style_text-checkbox .radio-style__input:checked~.radio-style__label .text::before,
.radio-style_text-checkbox .checkbox-style__input:checked~.checkbox-style__label .text::before,
.radio-style_text-checkbox .radio-style__input:checked~.radio-style__label .text::before {
	opacity: 0
}

.checkbox-style_text-checkbox .checkbox-style__indicator,
.radio-style_text-checkbox .checkbox-style__indicator,
.checkbox-style_text-checkbox .radio-style__indicator,
.radio-style_text-checkbox .radio-style__indicator {
	display: none
}

.checkbox-style_text-checkbox .checkbox-style__label,
.radio-style_text-checkbox .checkbox-style__label,
.checkbox-style_text-checkbox .radio-style__label,
.radio-style_text-checkbox .radio-style__label {
	margin-left: 0;
	width: 100%;
	top: 0;
	padding: 2px 5px;
	border-radius: 5px;
	background-color: rgba(190, 141, 0, 0);
	transition: all .3s ease;
	position: relative;
	color: #00bfff;
	font-size: 14px
}

.checkbox-style_text-checkbox .checkbox-style__label .text,
.radio-style_text-checkbox .checkbox-style__label .text,
.checkbox-style_text-checkbox .radio-style__label .text,
.radio-style_text-checkbox .radio-style__label .text {
	display: inline-block;
	position: relative
}

.checkbox-style_text-checkbox .checkbox-style__label .text::before,
.radio-style_text-checkbox .checkbox-style__label .text::before,
.checkbox-style_text-checkbox .radio-style__label .text::before,
.radio-style_text-checkbox .radio-style__label .text::before {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	top: auto;
	right: 0;
	bottom: 1px;
	left: 0;
	margin: auto;
	border-bottom: 1px dotted #00bfff
}

.checkbox-style__color-icon,
.radio-style__color-icon {
	width: 12px;
	height: 12px;
	display: inline-block;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	border-radius: 50%;
	margin-right: 5px
}

.checkbox-style__label,
.radio-style__label {
	font-size: 16px;
	position: relative;
	top: 3px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.select-wrapper {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	z-index: 100;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	letter-spacing: 1px
}

.select-wrapper__input {
	padding: 2px 15px 0
}

.select-wrapper__select {
	padding: 0 60px 0 30px;
	position: relative;
	z-index: 9;
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
	height: 60px;
	width: 100%;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	background: transparent;
	border: 1px solid #dfe8ee
}

.select-wrapper__select:after {
	content: "\f107";
	position: absolute;
	right: 0;
	top: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	box-sizing: border-box;
	width: 50px;
	height: 100%;
	font-family: "FontAwesome";
	color: #139be2
}

.select-wrapper__select span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #38424d
}

.select-wrapper__select._active {
	border-color: #aab1b8
}

.select-wrapper__select._active:after {
	content: "\f106"
}

.select-wrapper:hover .select-wrapper__select {
	border-color: #aab1b8
}

.select-wrapper__select._active~.select-wrapper__inner {
	-ms-transform: translate(0);
	transform: translate(0);
	opacity: 1;
	box-shadow: 0 5px 13px rgba(0, 0, 0, 0.1);
	pointer-events: all
}

.select-wrapper__inner {
	background: #fff;
	z-index: 30;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	box-sizing: border-box;
	border: 1px solid #aab1b8;
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
	transition: transform 1s ease, opacity .5s ease;
	opacity: 0;
	pointer-events: none;
	border-top: 0
}

.select-wrapper__inner .scroll-wrap {
	position: relative;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	max-height: 240px
}

.select-wrapper__inner .scroll-wrap>div {
	overflow: hidden
}

.select-wrapper__inner .option {
	width: 100%;
	height: 60px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 0;
	transition: 0.3s ease;
	box-sizing: border-box;
	text-align: left;
	padding: 0 20px;
	cursor: pointer;
	white-space: nowrap;
	color: #aab1b8
}

.select-wrapper__inner .option:hover,
.select-wrapper__inner .option._active {
	background-color: #aab1b8;
	color: #fff
}

.select-wrapper__inner .option .type {
	margin-left: 10px;
	font-size: 12px;
	opacity: .6
}

.soc-icons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.soc-icons__icon {
	width: 32px;
	height: 32px;
	border: none;
	margin: 0 5px;
	cursor: pointer;
	transition: opacity .3s ease;
	opacity: .7;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.soc-icons__icon_yt {
	background-image: url("../images/svg/you.svg")
}

.soc-icons__icon_fb {
	background-image: url("../images/svg/face.svg")
}

.soc-icons__icon:hover {
	opacity: 1
}

.cross-btn {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	left: auto;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 15
}

.cross-btn::before,
.cross-btn::after {
	content: '';
	display: block;
	position: absolute;
	width: 60%;
	height: 1px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #38424d;
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.cross-btn::before {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.cross-btn::after {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.cross-btn:hover::before,
.cross-btn:hover::after {
	background: #aab1b8
}

.cross-btn_light::before,
.cross-btn_light::after {
	background: #aab1b8
}

.cross-btn_light:hover::before,
.cross-btn_light:hover::after {
	background: #fff
}

.breadcrumbs {
	box-sizing: border-box;
	height: 58px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 11px;
	color: gray;
	margin-top: 10px
}

.breadcrumbs a {
	margin-right: 24px;
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
	position: relative;
	color: gray
}

.breadcrumbs a::before {
	content: '';
	display: block;
	position: absolute;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	margin: auto;
	background: gray;
	width: 100%;
	height: 1px;
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.breadcrumbs a::after {
	content: '\f105';
	font-family: "FontAwesome";
	color: gray;
	position: absolute;
	top: 0;
	right: -17px;
	bottom: 0;
	left: auto;
	margin: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 300;
	font-size: 14px;
	pointer-events: none
}

.breadcrumbs a:hover {
	color: #00bfff
}

.breadcrumbs a:hover::before {
	background: #00bfff
}

@media only screen and (max-width: 450px) {
	.breadcrumbs {
		display: none
	}
}

.animate-fade-in {
	opacity: 0
}

.animate-fade-in._animate {
	transition: opacity 1s ease;
	opacity: 1
}

.animate-fade-in-delay {
	opacity: 0
}

.animate-fade-in-delay._animate {
	transition: opacity 1s ease;
	transition-delay: 1s;
	opacity: 1
}

.animate-up {
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0
}

.animate-up._animate {
	transition: opacity 1s ease, transform 1s ease;
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1
}

.animate-up-short {
	-ms-transform: translateY(25px);
	transform: translateY(25px);
	opacity: 0
}

.animate-up-short._animate {
	transition: opacity 1s ease, transform 1s ease;
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1
}

.animate-down {
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	opacity: 0
}

.animate-down._animate {
	transition: opacity 1s ease, transform 1s ease;
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1
}

.animate-left {
	-ms-transform: translateX(100px);
	transform: translateX(100px);
	opacity: 0
}

.animate-left._animate {
	transition: opacity 1s ease, transform 1s ease;
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	opacity: 1
}

.animate-right {
	-ms-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0
}

.animate-right._animate {
	transition: opacity 1s ease, transform 1s ease;
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	opacity: 1
}

.animate-staggered-up>* {
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0
}

.animate-staggered-up._animate>* {
	transition: opacity 1s ease, transform 1s ease;
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1
}

.animate-staggered-up._animate>*:nth-child(1n) {
	transition-delay: 0ms !important
}

.animate-staggered-up._animate>*:nth-child(2n) {
	transition-delay: 300ms !important
}

.animate-staggered-up._animate>*:nth-child(3n) {
	transition-delay: 600ms !important
}

.animate-staggered-up._animate>*:nth-child(4n) {
	transition-delay: 900ms !important
}

.animate-staggered-up._animate>*:nth-child(5n) {
	transition-delay: 1200ms !important
}

.animate-staggered-up-many>* {
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0
}

.animate-staggered-up-many._animate>* {
	transition: opacity 1s ease, transform 1s ease;
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1
}

.animate-staggered-up-many._animate>*:nth-child(1n) {
	transition-delay: 0ms !important
}

.animate-staggered-up-many._animate>*:nth-child(2n) {
	transition-delay: 300ms !important
}

.animate-staggered-up-many._animate>*:nth-child(3n) {
	transition-delay: 600ms !important
}

.animate-staggered-up-many._animate>*:nth-child(4n) {
	transition-delay: 900ms !important
}

.animate-staggered-up-many._animate>*:nth-child(5n) {
	transition-delay: 1200ms !important
}

.animate-staggered-up-many._animate>*:nth-child(6n) {
	transition-delay: 1500ms !important
}

.animate-staggered-up-many._animate>*:nth-child(7n) {
	transition-delay: 1800ms !important
}

.animate-staggered-up-many._animate>*:nth-child(8n) {
	transition-delay: 2100ms !important
}

.animate-staggered-up-many._animate>*:nth-child(9n) {
	transition-delay: 2400ms !important
}

.animate-staggered-up-many._animate>*:nth-child(10n) {
	transition-delay: 2700ms !important
}

.animate-staggered-up-f>* {
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0
}

.animate-staggered-up-f._animate>* {
	transition: opacity 1s ease, transform 1s ease;
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1
}

.animate-staggered-up-f._animate>*:nth-child(1n) {
	transition-delay: 0ms !important
}

.animate-staggered-up-f._animate>*:nth-child(2n) {
	transition-delay: 100ms !important
}

.animate-staggered-up-f._animate>*:nth-child(3n) {
	transition-delay: 200ms !important
}

.animate-staggered-up-f._animate>*:nth-child(4n) {
	transition-delay: 300ms !important
}

.animate-staggered-up-f._animate>*:nth-child(5n) {
	transition-delay: 400ms !important
}

.animate-staggered-right>* {
	-ms-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0
}

.animate-staggered-right._animate>* {
	transition: opacity 1s ease, transform 1s ease;
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	opacity: 1
}

.animate-staggered-right._animate>*:nth-child(1n) {
	transition-delay: 0ms !important
}

.animate-staggered-right._animate>*:nth-child(2n) {
	transition-delay: 300ms !important
}

.animate-staggered-right._animate>*:nth-child(3n) {
	transition-delay: 600ms !important
}

.animate-staggered-right._animate>*:nth-child(4n) {
	transition-delay: 900ms !important
}

.animate-staggered-right._animate>*:nth-child(5n) {
	transition-delay: 1200ms !important
}

.animate-staggered-right-l>* {
	-ms-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0
}

.animate-staggered-right-l._animate>* {
	transition: opacity 1s ease, transform 1s ease;
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	opacity: 1
}

.animate-staggered-right-l._animate>*:nth-child(1n) {
	transition-delay: 0ms !important
}

.animate-staggered-right-l._animate>*:nth-child(2n) {
	transition-delay: 500ms !important
}

.animate-staggered-right-l._animate>*:nth-child(3n) {
	transition-delay: 1000ms !important
}

.animate-staggered-right-l._animate>*:nth-child(4n) {
	transition-delay: 1500ms !important
}

.animate-staggered-right-l._animate>*:nth-child(5n) {
	transition-delay: 2000ms !important
}

.animate-staggered-down>* {
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	opacity: 0
}

.animate-staggered-down._animate>* {
	transition: opacity 1s ease, transform 1s ease;
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1
}

.animate-staggered-down._animate>*:nth-child(1n) {
	transition-delay: 0ms !important
}

.animate-staggered-down._animate>*:nth-child(2n) {
	transition-delay: 100ms !important
}

.animate-staggered-down._animate>*:nth-child(3n) {
	transition-delay: 200ms !important
}

.animate-staggered-down._animate>*:nth-child(4n) {
	transition-delay: 300ms !important
}

.animate-staggered-down._animate>*:nth-child(5n) {
	transition-delay: 400ms !important
}

.animate-staggered-down-l>* {
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	opacity: 0
}

.animate-staggered-down-l._animate>* {
	transition: opacity 1s ease, transform 1s ease;
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1
}

.animate-staggered-down-l._animate>*:nth-child(1n) {
	transition-delay: 0ms !important
}

.animate-staggered-down-l._animate>*:nth-child(2n) {
	transition-delay: 1000ms !important
}

.animate-staggered-down-l._animate>*:nth-child(3n) {
	transition-delay: 2000ms !important
}

.animate-staggered-down-l._animate>*:nth-child(4n) {
	transition-delay: 3000ms !important
}

.animate-staggered-down-l._animate>*:nth-child(5n) {
	transition-delay: 4000ms !important
}

.animate-staggered-left>* {
	-ms-transform: translateX(100px);
	transform: translateX(100px);
	opacity: 0
}

.animate-staggered-left._animate>* {
	transition: opacity 1s ease, transform 1s ease;
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	opacity: 1
}

.animate-staggered-left._animate>*:nth-child(1n) {
	transition-delay: 0ms !important
}

.animate-staggered-left._animate>*:nth-child(2n) {
	transition-delay: 300ms !important
}

.animate-staggered-left._animate>*:nth-child(3n) {
	transition-delay: 600ms !important
}

.animate-staggered-left._animate>*:nth-child(4n) {
	transition-delay: 900ms !important
}

.animate-staggered-left._animate>*:nth-child(5n) {
	transition-delay: 1200ms !important
}

.animate-staggered-left-l>* {
	-ms-transform: translateX(100px);
	transform: translateX(100px);
	opacity: 0
}

.animate-staggered-left-l._animate>* {
	transition: opacity 1s ease, transform 1s ease;
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	opacity: 1
}

.animate-staggered-left-l._animate>*:nth-child(1n) {
	transition-delay: 0ms !important
}

.animate-staggered-left-l._animate>*:nth-child(2n) {
	transition-delay: 500ms !important
}

.animate-staggered-left-l._animate>*:nth-child(3n) {
	transition-delay: 1000ms !important
}

.animate-staggered-left-l._animate>*:nth-child(4n) {
	transition-delay: 1500ms !important
}

.animate-staggered-left-l._animate>*:nth-child(5n) {
	transition-delay: 2000ms !important
}

.animate-staggered-fade>* {
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0
}

.animate-staggered-fade._animate>* {
	transition: opacity 1s ease, transform 1s ease;
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.animate-staggered-fade._animate>*:nth-child(1n) {
	transition-delay: 0ms !important
}

.animate-staggered-fade._animate>*:nth-child(2n) {
	transition-delay: 150ms !important
}

.animate-staggered-fade._animate>*:nth-child(3n) {
	transition-delay: 300ms !important
}

.animate-staggered-fade._animate>*:nth-child(4n) {
	transition-delay: 450ms !important
}

.animate-staggered-fade._animate>*:nth-child(5n) {
	transition-delay: 600ms !important
}

.animate-staggered-fade-simple>* {
	opacity: 0
}

.animate-staggered-fade-simple._animate>* {
	transition: opacity 1s ease;
	opacity: 1
}

.animate-staggered-fade-simple._animate>*:nth-child(1n) {
	transition-delay: 300ms !important
}

.animate-staggered-fade-simple._animate>*:nth-child(2n) {
	transition-delay: 600ms !important
}

.animate-staggered-fade-simple._animate>*:nth-child(3n) {
	transition-delay: 900ms !important
}

.animate-staggered-fade-simple._animate>*:nth-child(4n) {
	transition-delay: 1200ms !important
}

.animate-staggered-fade-simple._animate>*:nth-child(5n) {
	transition-delay: 1500ms !important
}

.animate-staggered-fade-simple-l>* {
	opacity: 0
}

.animate-staggered-fade-simple-l._animate>* {
	transition: opacity .5s ease;
	opacity: 1
}

.animate-staggered-fade-simple-l._animate>*:nth-child(1n) {
	transition-delay: 0ms !important
}

.animate-staggered-fade-simple-l._animate>*:nth-child(2n) {
	transition-delay: 300ms !important
}

.animate-staggered-fade-simple-l._animate>*:nth-child(3n) {
	transition-delay: 600ms !important
}

.animate-staggered-fade-simple-l._animate>*:nth-child(4n) {
	transition-delay: 900ms !important
}

.animate-staggered-fade-simple-l._animate>*:nth-child(5n) {
	transition-delay: 1200ms !important
}

.animate-fade-rotate {
	transform: scale(0.9) rotateX(20deg) translateY(100px);
	opacity: 0
}

.animate-fade-rotate._animate {
	transition: opacity 1s ease, transform 1s ease;
	transform: scale(1) rotateX(0deg) translateY(0);
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	opacity: 1
}

.animate-staggered-fade-rotate {
	perspective: 1000px
}

.animate-staggered-fade-rotate>* {
	transform: scale(0.9) rotateX(20deg) translateY(100px);
	opacity: 0
}

.animate-staggered-fade-rotate._animate>* {
	transition: opacity 1s ease, transform 1s ease;
	transform: scale(1) rotateX(0deg) translateY(0);
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	opacity: 1
}

.animate-staggered-fade-rotate._animate>*:nth-child(1n) {
	transition-delay: 0ms !important
}

.animate-staggered-fade-rotate._animate>*:nth-child(2n) {
	transition-delay: 150ms !important
}

.animate-staggered-fade-rotate._animate>*:nth-child(3n) {
	transition-delay: 300ms !important
}

.animate-staggered-fade-rotate._animate>*:nth-child(4n) {
	transition-delay: 450ms !important
}

.animate-staggered-fade-rotate._animate>*:nth-child(5n) {
	transition-delay: 600ms !important
}

.custom-select {
	z-index: 6;
	position: relative;
	transition: .3s ease;
	border: 1px solid rgba(255, 255, 255, 0.7);
	box-sizing: border-box
}

.custom-select__default-text {
	display: block;
	cursor: pointer;
	width: 100%;
	padding: 6px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 500
}

.custom-select__btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	box-sizing: border-box;
	height: 100%;
	padding: 10px 10px 10px 15px
}

.custom-select__list {
	display: none;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% - 28px)
}

.custom-select__list-item {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 4px 18px 5px 0;
	margin-right: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: 500
}

.custom-select__list-item span.close-button {
	right: 5px;
	top: 7px;
	-ms-transform: none;
	transform: none;
	width: 14px;
	height: 14px
}

.custom-select__list-item span.close-button:before,
.custom-select__list-item span.close-button:after {
	background-color: #00bfff;
	height: 1px;
	width: 70%
}

.custom-select__icon {
	position: relative;
	transition: .3s ease;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px
}

.custom-select__icon:before {
	content: "\f078";
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	font-family: "FontAwesome"
}

.custom-select__checkbox-list {
	position: absolute;
	left: 0;
	top: calc(100% + 11px);
	box-sizing: border-box;
	opacity: 0;
	transition: .3s ease;
	pointer-events: none;
	-ms-transform: translateX(-20px);
	transform: translateX(-20px);
	box-shadow: 2px 3px 10px rgba(2, 4, 5, 0.1);
	border: 1px solid #fff;
	background-color: #00bfff;
	max-height: 175px;
	overflow: hidden;
	width: 100%;
	padding: 18px 15px
}

.custom-select .checkbox-style {
	margin-top: 17px !important;
	margin-bottom: 0 !important
}

.custom-select .checkbox-style__label {
	color: #fff;
	font-size: 18px;
	font-weight: 300
}

.custom-select .checkbox-style__indicator {
	width: 20px;
	height: 20px
}

.custom-select .checkbox-style:first-child {
	margin-top: 0 !important
}

.custom-select._active {
	border-color: #fff
}

.custom-select._active .custom-select__icon {
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.custom-select._active .custom-select__checkbox-list {
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	pointer-events: auto
}

.custom-select._checked .custom-select__default-text {
	display: none
}

.custom-select._checked .custom-select__list {
	display: -ms-flexbox;
	display: flex
}

@keyframes cloud-animation1 {
	0%,
	50%,
	100% {
		transform: translateY(0px) translateX(0px)
	}
	30%,
	80% {
		transform: translateY(5px) translateX(5px)
	}
}

@keyframes cloud-animation2 {
	0%,
	50%,
	100% {
		transform: translateY(0px) translateX(0px)
	}
	30%,
	80% {
		transform: translateY(10px) translateX(10px)
	}
}

@keyframes cloud-animation3 {
	0%,
	50%,
	100% {
		transform: translateY(0px) translateX(0px)
	}
	30%,
	80% {
		transform: translateY(15px) translateX(15px)
	}
}

@keyframes floating {
	0% {
		transform: translateY(0px)
	}
	50% {
		transform: translateY(40px)
	}
	100% {
		transform: translateY(0)
	}
}

.cloud-animation1 {
	animation: cloud-animation1 10s ease infinite
}

.cloud-animation2 {
	animation: cloud-animation2 10s ease infinite
}

.cloud-animation3 {
	animation: cloud-animation3 10s ease infinite
}

.slick-slider .slick-slide {
	cursor: -webkit-grab
}

.slick-slider .slick-slide:active {
	cursor: -webkit-grabbing !important
}

.slick-slider .slick-arrow {
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0
}

.slick-slider .slick-arrow::before {
	content: '';
	background: url("../images/svg/slider-arrow.svg") no-repeat center center;
	background-size: contain;
	width: 27px;
	height: 49px;
	transition: opacity .3s ease;
	padding: 0
}

.slick-slider .slick-arrow:hover::before {
	opacity: .5
}

.slick-slider .slick-prev {
	left: auto;
	right: 100%
}

.slick-slider .slick-next {
	left: 100%;
	right: auto
}

.slick-slider .slick-next::before {
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

.slick-slider .slick-dots {
	position: relative;
	margin-top: 20px;
	padding-bottom: 20px
}

.slick-slider .slick-dots li button {
	padding: 3px
}

.slick-slider .slick-dots li button:before {
	width: 6px;
	height: 6px;
	margin: auto;
	background: #fff;
	border: 1px solid #00bfff
}

.slick-slider .slick-dots li.slick-active button:before {
	background: #00bfff
}

.slick-slider._row-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.slick-slider._row-nav .slick-prev {
	left: 0;
	right: 0
}

.slick-slider._row-nav .slick-next {
	left: 0;
	right: 0
}

.slick-slider._row-nav .slick-arrow::before {
	width: 10px;
	height: 20px
}

.slick-slider._row-nav .slick-list {
	width: 100%;
	margin-bottom: 20px;
	-ms-flex-order: 1;
	order: 1
}

.slick-slider._row-nav .slick-prev {
	-ms-flex-order: 2;
	order: 2
}

.slick-slider._row-nav .slick-dots {
	top: 0;
	width: auto;
	position: relative;
	-ms-flex-order: 3;
	order: 3
}

.slick-slider._row-nav .slick-dots li {
	vertical-align: middle
}

.slick-slider._row-nav .slick-next {
	-ms-flex-order: 4;
	order: 4
}

.slick-slider._row-nav .slick-arrow {
	position: relative;
	padding: 0 10px;
	margin: 0 20px;
	-ms-transform: none;
	transform: none
}

#pbCloseBtn:hover:before {
	background: rgba(255, 255, 255, 0.5) !important
}

.line-1 {
	animation: lines 3s linear infinite
}

@keyframes lines {
	0% {
		transform: translateX(0)
	}
	50% {
		transform: translateX(100%)
	}
	100% {
		transform: translateX(0)
	}
}

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

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

.slick-list:focus {
	outline: none
}

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

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

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

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

.slick-track:after {
	clear: both
}

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

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

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

.slick-slide img {
	display: block
}

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

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

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

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

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

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

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

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 0%;
	border: none;
	outline: none;
	z-index: 3;
	opacity: 1;
	font-size: 0;
	line-height: 0
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	color: #6cc
}

.slick-prev:before,
.slick-next:before {
	font-family: "FontAwesome";
	font-size: 37px;
	font-weight: 400;
	line-height: 1;
	color: white;
	transition: 0.3s ease-in-out;
	display: block;
	padding: 20px 18px;
	opacity: 1;
	color: #ccc
}

.slick-prev {
	right: 58px
}

.slick-prev:before {
	content: "\f104"
}

.slick-next {
	right: 6px
}

.slick-next:before {
	content: "\f105"
}

.slick-dots {
	position: absolute;
	bottom: 0;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
	z-index: 2;
	padding-bottom: 20px
}

.slick-dots li {
	position: relative;
	display: inline-block;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	background: transparent;
	color: transparent;
	display: block;
	cursor: pointer;
	outline: none;
	padding: 10px;
	line-height: 0
}

.slick-dots li button:before {
	width: 14px;
	height: 14px;
	background-color: #ccc;
	border-radius: 50%;
	content: "";
	display: block;
	transition: 0.3s ease-in-out
}

.ps-container {
	-ms-touch-action: auto;
	touch-action: auto;
	overflow: hidden !important;
	-ms-overflow-style: none
}

@supports (-ms-overflow-style: none) {
	.ps-container {
		overflow: auto !important
	}
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.ps-container {
		overflow: auto !important
	}
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
	display: block;
	background-color: transparent
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
	background-color: #eee;
	opacity: .9
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	background-color: #999;
	height: 11px
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
	background-color: #eee;
	opacity: .9
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	background-color: #999;
	width: 11px
}

.ps-container>.ps-scrollbar-x-rail {
	display: none;
	position: absolute;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	bottom: 0px;
	height: 15px
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	position: absolute;
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	bottom: 2px;
	height: 6px
}

.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,
.ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x {
	height: 11px
}

.ps-container>.ps-scrollbar-y-rail {
	display: none;
	position: absolute;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	right: 0;
	width: 15px
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	position: absolute;
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	right: 2px;
	width: 6px
}

.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,
.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y {
	width: 11px
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
	background-color: #eee;
	opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	background-color: #999;
	height: 11px
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
	background-color: #eee;
	opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	background-color: #999;
	width: 11px
}

.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
	opacity: .6
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
	background-color: #eee;
	opacity: .9
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
	background-color: #999
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
	background-color: #eee;
	opacity: .9
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
	background-color: #999
}

#pbOverlay {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAYAAAD0In+KAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkFEQ0Y1MjQ1QTg4MTFFMkFCRjFCRDZEQjFDMTJDNDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkFEQ0Y1MjU1QTg4MTFFMkFCRjFCRDZEQjFDMTJDNDciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCQURDRjUyMjVBODgxMUUyQUJGMUJENkRCMUMxMkM0NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCQURDRjUyMzVBODgxMUUyQUJGMUJENkRCMUMxMkM0NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj9rBBcAAAASSURBVHjaYmRgYNgMxAwAAQYAA5EAtcchicsAAAAASUVORK5CYII=")
}

#pbOverlay .prevNext {
	filter: alpha(opacity=0)
}

#pbOverlay.on .prevNext:hover {
	filter: alpha(opacity=60)
}

#pbOverlay.on .prevNext:active {
	filter: alpha(opacity=100)
}

#pbPrevBtn b:before {
	content: 'С‚Рђв•Ј'
}

#pbNextBtn b:after {
	content: 'С‚Рђв•‘'
}

#pbOverlay *,
#pbOverlay *:before,
#pbOverlay *:after {
	box-sizing: content-box
}

#pbOverlay.show {
	opacity: 1;
	pointer-events: auto
}

#pbOverlay {
	opacity: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	text-align: center;
	pointer-events: none;
	-moz-user-select: none;
	background: rgba(0, 0, 0, 0.9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2000000', endColorstr='#e2000000');
	-webkit-transform: translate3d(0);
	transition: opacity 300ms ease
}

#pbOverlay.msie {
	background-color: rgba(0, 0, 0, 0.6)
}

.msie.pbLoading .pbWrapper {
	background: url("../images/loading.gif") no-repeat center center
}

@keyframes pbLoaderFrames {
	50% {
		height: 5px
	}
}

.pbLoader {
	display: none;
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	border-radius: 100%;
	box-shadow: 15px 32px 60px -20px #FFF inset, 1px 1px 3px 1px #FFF inset, 0 0 20px;
	transition: .3s
}

.thumbs .pbLoader {
	-ms-transform: translateY(-50px);
	transform: translateY(-50px)
}

.pbLoading:not(.msie):not(.error) .pbLoader {
	display: block
}

.pbLoader b {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
	width: 8px;
	height: 60px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	animation: .9s pbLoaderFrames infinite linear
}

.pbLoader b:nth-child(2) {
	animation-delay: .3s
}

.pbLoader b:nth-child(3) {
	animation-delay: .6s
}

.mobile.pbLoading .pbLoader {
	-ms-transform: none;
	transform: none;
	transition: 0s
}

.pbWrapper:after,
#pbCaption .pbThumbs ul:after,
#pbOverlay .prevNext:after,
#pbOverlay .pbLoader:before {
	content: "";
	display: inline-block;
	height: 100%;
	margin-right: -.25em;
	vertical-align: middle
}

@keyframes deadImage {
	50% {
		text-shadow: 0 0 25px rgba(255, 255, 255, 0.5);
		transform: scale(0.85)
	}
}

#pbOverlay button {
	outline: 0 !important;
	box-shadow: 0
}

.pbWrapper {
	box-sizing: border-box;
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	vertical-align: middle;
	height: 100%;
	perspective: 1200px;
	position: relative
}

.video>.pbWrapper {
	z-index: 11;
	display: inline-block
}

.pbLoading .pbWrapper {
	display: inline-block\9;
	width: 100%
}

.pbWrapper:before {
	content: '\2716';
	color: transparent;
	text-shadow: 0 2px 35px rgba(255, 255, 255, 0);
	font-size: 0;
	vertical-align: middle;
	cursor: default;
	transition: text-shadow .7s ease-out
}

.error .pbWrapper:before {
	font-size: 22em;
	text-shadow: 0 0 0 #FFF;
	animation: 2s 1s deadImage infinite linear
}

.thumbs .pbWrapper {
	padding: 0;
	margin: 0
}

.error .pbWrapperr img {
	width: 0
}

.pbWrapper>div {
	display: none;
	width: 624px;
	height: 351px;
	vertical-align: middle;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.5)
}

.video>.pbWrapper>div {
	display: inline-block
}

#pbOverlay iframe,
#pbOverlay embed,
#pbOverlay object {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: .5s
}

.pbWrapper .pbHide iframe {
	opacity: 0
}

.pbWrapper>div,
.pbWrapper>img {
	transition: 0.5s 0.5s cubic-bezier(0.1, 0.87, 0.48, 1);
	-ms-transform: none;
	transform: none;
	-webkit-backface-visibility: hidden;
	box-shadow: 0 0 20px #000;
	opacity: 1
}

.mobile.show .pbWrapper>div,
.mobile.show .pbWrapper>img {
	transition: 30ms
}

.pbWrapper>*,
.pbHide .pbWrapper>.prepare {
	opacity: 0;
	vertical-align: middle;
	-ms-transform: scale(0.2) rotateX(80deg);
	transform: scale(0.2) rotateX(80deg);
	border-radius: 6px;
	border: none;
	max-height: 95%;
	max-width: 100%
}

.on .pbWrapper>* {
	transition-delay: 0s
}

.pbWrapper .zoomable {
	transition: 0s;
	position: relative;
	z-index: 9
}

.pbWrapper .rotating {
	transition: 0.25s cubic-bezier(0.4, 0.04, 0, 1)
}

.pbHide .pbWrapper>* {
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-ms-transform: none\9;
	transform: none\9;
	opacity: 0;
	transition: .4s ease-out
}

#pbCloseBtn,
#pbAutoplayBtn {
	position: absolute;
	top: -50px;
	right: -50px;
	z-index: 999;
	display: block;
	padding: 0 0 20px 20px;
	text-align: center;
	cursor: pointer;
	color: #FFF;
	transition: .3s .3s ease-out
}

.pbHide #pbCloseBtn {
	top: -50px;
	right: -50px
}

.on #pbCloseBtn {
	top: -2px;
	right: -2px
}

#pbCloseBtn:before {
	content: '\00D7';
	font: bold 1em/1 arial
}

#pbCloseBtn:before,
#pbAutoplayBtn:before {
	display: inline-block;
	height: 35px;
	width: 35px;
	padding: 8px 8px 12px 12px;
	font-size: 2em;
	opacity: .8;
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 0 0 0 70px;
	transition: .1s ease-out
}

#pbCloseBtn:hover:before {
	padding: 15px 10px 24px 24px;
	background: rgba(255, 100, 100, 0.4)
}

#pbAutoplayBtn {
	display: none;
	right: auto;
	left: -50px;
	padding: 0;
	width: 50px;
	height: 50px;
	font-size: 13px
}

.hasAutoplay #pbAutoplayBtn {
	display: block
}

#pbAutoplayBtn:hover {
	width: 60px;
	height: 60px
}

.on #pbAutoplayBtn {
	top: 0px;
	left: 0px;
	transition: .1s ease-out
}

#pbAutoplayBtn:before {
	content: '\2016';
	width: 100%;
	height: 100%;
	border-radius: 0 0 70px 0;
	font-weight: bold;
	padding: 0;
	text-indent: -6px;
	line-height: 1.6
}

#pbAutoplayBtn:active:before {
	text-shadow: 0 0 3px #FFF, 0 0 6px #FFF
}

#pbAutoplayBtn.play:before {
	content: '\25BA'
}

#pbAutoplayBtn .pbProgress {
	display: none\9;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	padding: 6px;
	top: 0;
	left: 0;
	opacity: .2;
	transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	transition: .3s
}

.mobile #pbAutoplayBtn .pbProgress {
	transition: 0s
}

#pbAutoplayBtn.playing .pbProgress {
	-ms-transform: rotateZ(90deg);
	transform: rotateZ(90deg)
}

#pbAutoplayBtn .pbProgress:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 200%;
	height: 200%;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #FFF inset
}

#pbCaption,
.pbHide #pbCaption {
	position: absolute;
	z-index: 999;
	margin-bottom: 5px;
	bottom: -120px;
	width: 100%;
	overflow: hidden;
	transform: translateZ(0px);
	transition: .4s
}

.show.on #pbCaption {
	bottom: 0;
	transition-delay: .5s
}

#pbOverlay.thumbs #pbCaption label {
	display: block
}

#pbCaption label {
	display: none;
	position: relative;
	z-index: 1;
	top: 6px;
	float: right;
	width: 60px;
	margin-right: 10px;
	color: #FFF;
	opacity: .3;
	transition: .2s;
	cursor: pointer
}

#pbCaption label:after {
	background: #FFF;
	box-shadow: 12px 0 #FFF, -12px 0 #FFF;
	content: "";
	display: inline-block;
	height: 0;
	padding: 10px 5px;
	text-align: right;
	vertical-align: top;
	width: 0
}

#pbCaption label:hover {
	opacity: 1
}

#pbCaption .title,
#pbCaption .counter {
	display: inline-block;
	color: #FFF;
	margin: 0 6px
}

#pbCaption .counter {
	display: none;
	opacity: .55
}

.hasCounter #pbCaption .counter {
	display: inline-block
}

.pbCaptionText {
	display: inline-block;
	transition: .3s;
	opacity: .9;
	font-weight: bold;
	vertical-align: middle;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	padding-left: 60px
}

.pbCaptionText.change {
	-ms-transform: translateY(25px);
	transform: translateY(25px);
	opacity: 0
}

#pbCaption .rotateBtn {
	display: none;
	background: none;
	border: 0;
	font: 800 1.7em/0 Arial;
	vertical-align: middle;
	color: rgba(255, 255, 255, 0.5);
	width: 1.1em;
	height: 1.1em;
	padding: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: .15s ease-out
}

#pbCaption .rotateBtn.show {
	display: block;
	float: right
}

#pbCaption .rotateBtn:hover {
	color: rgba(255, 255, 255, 0.7)
}

#pbCaption .rotateBtn:active {
	color: white;
	background: rgba(0, 0, 0, 0.4)
}

.mobile #pbCaption label {
	display: none;
	z-index: -1;
	color: red
}

.mobile .pbCaptionText {
	padding: 0
}

#pbThumbsToggler:checked~#pbCaption .pbThumbs {
	margin: 0
}

#pbThumbsToggler:checked~.pbWrapper {
	margin-top: -50px;
	padding: 50px 0
}

.pbThumbs {
	display: none;
	transition: .35s;
	-webkit-overflow-scrolling: touch
}

.thumbs .pbThumbs {
	display: block;
	width: 100%;
	padding: 5px 0 2px;
	margin-bottom: -100px;
	overflow: hidden
}

.mobile .pbThumbs {
	overflow: auto
}

.pbThumbs:hover {
	clear: both
}

.pbThumbs ul {
	display: inline-block;
	position: relative;
	list-style: none;
	height: 80px;
	padding: 0 5px;
	margin: 0;
	white-space: pre;
	transition: .2s
}

.pbThumbs ul:after {
	vertical-align: bottom
}

.pbThumbs li {
	display: inline-block;
	vertical-align: bottom;
	height: 70%;
	opacity: .6;
	text-align: center;
	position: relative;
	transition: .15s
}

.pbThumbs li.active {
	height: 100%;
	opacity: 1
}

.pbThumbs li:hover {
	height: 100%;
	opacity: 1
}

.pbThumbs li.video::before {
	content: '\25BA';
	color: #FFF;
	font-size: 20px;
	height: 20px;
	width: 20px;
	line-height: .9;
	position: absolute;
	bottom: 4px;
	left: 7px;
	background: rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.4);
	border-radius: 0 3px 0 0;
	pointer-events: none
}

.pbThumbs a {
	height: 100%;
	padding: 0 2px;
	display: block;
	-moz-user-select: none
}

.pbThumbs img {
	height: 96%;
	min-height: 95.9%;
	border: 2px solid #FFF;
	max-width: none;
	border-radius: 0;
	transition: .15s
}

.pbThumbs li:hover img {
	min-height: 96%
}

.pbThumbs li.fast a img {
	transition: none
}

.pbThumbs li.active a img {
	border-color: #D8FF16;
	min-height: 96%
}

#pbOverlay .prevNext {
	display: none;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	z-index: 10;
	height: 100%;
	width: 35%;
	padding: 80px 0;
	opacity: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	top: 0;
	transition: .2s ease-out;
	text-shadow: 0 0 12px #000, 0 0 10px #FFF;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	filter: alpha(opacity=0);
	cursor: pointer
}

#pbOverlay.hasArrows .prevNext {
	display: block
}

#pbOverlay .prevNext.pbHide {
	display: none
}

#pbOverlay.on .prevNext:hover {
	opacity: .5;
	filter: alpha(opacity=50)
}

#pbOverlay.on .prevNext:hover:active {
	transition: 80ms;
	opacity: 1;
	filter: alpha(opacity=100);
	text-shadow: 0 0 16px #FFF, 0 0 10px #000
}

.prevNext b {
	display: inline-block;
	vertical-align: middle;
	transition: .2s ease-in
}

.prevNext:hover b {
	transition: 0.2s cubic-bezier(0.095, 0.87, 0.485, 0.985)
}

#pbPrevBtn b {
	-ms-transform: scale(0.4) translateX(350px);
	transform: scale(0.4) translateX(350px);
	-webkit-transform: scale(0.4) translateX(350px)
}

#pbNextBtn b {
	-ms-transform: scale(0.4) translateX(-350px);
	transform: scale(0.4) translateX(-350px);
	-webkit-transform: scale(0.4) translateX(-350px)
}

#pbPrevBtn b:before,
#pbNextBtn b:after {
	display: inline;
	line-height: .3;
	font-size: 18em;
	font-weight: normal;
	color: #FFF;
	font-family: Arial
}

#pbPrevBtn b:before {
	content: '\2039'
}

#pbNextBtn b:after {
	content: '\203A'
}

.on #pbPrevBtn:hover b {
	-ms-transform: scale(1) translateX(20px);
	transform: scale(1) translateX(20px);
	-webkit-transform: scale(1) translateX(20px)
}

.on #pbNextBtn:hover b {
	-ms-transform: scale(1) translateX(-20px);
	transform: scale(1) translateX(-20px);
	-webkit-transform: scale(1) translateX(-20px)
}

.show #pbPrevBtn {
	left: 0;
	text-align: left
}

.show #pbNextBtn {
	right: 0;
	text-align: right
}

@media all and (max-width: 700px) {
	.pbWrapper img,
	.pbHide .pbWrapper img.prepare {
		max-height: 100%
	}
	.thumbs .pbWrapper {
		padding: 0;
		margin: 0
	}
	.pbThumbs {
		margin-bottom: -60px
	}
	.pbThumbs.show {
		margin: 0
	}
	.pbThumbs ul {
		height: 50px
	}
	.pbThumbs li {
		height: 100%;
		opacity: 1
	}
	.pbThumbs li img {
		min-height: 96.5%
	}
}

@media all and (max-width: 710px) {
	.pbThumbs li.active a img {
		min-height: 96%
	}
}

.default_top-zi {
	z-index: 10
}

.footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 50px
}

@media all and (max-width: 1850px) {
	.footer {
		margin-top: 50px
	}
}

@media all and (max-width: 1200px) {
	.footer {
		margin-top: 50px
	}
}

@media all and (max-width: 1000px) {
	.footer {
		margin-top: 50px
	}
}

@media only screen and (max-width: 700px) {
	.footer {
		margin-top: 50px
	}
}

@media only screen and (max-width: 450px) {
	.footer {
		margin-top: 50px
	}
}

.footer-logo {
	display: block;
	position: relative;
	width: 47px;
	height: 55px;
	margin-top: 27px
}

@media only screen and (max-width: 450px) {
	.footer-logo {
		margin-top: 22px
	}
}

.header {
	z-index: 400;
	display: block;
	box-sizing: border-box;
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	margin: auto
}

.header__container {
	width: 100%;
	height: 100%;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.header-logo-wrap {
	display: block;
	position: relative
}

.header-logo {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.header-logo svg {
	width: 110px;
    display: block;
}


/*.header-logo._ru::before {
	content: "ИМПУЛЬС";  
	
}

.header-logo._en::before {
	content: "IMPULS"
}*/

/*.header-logo::before {
	display: block;
	position: relative;
	/*font-family: "icomoon";*!/
	/*font-size: 81px;*!/
	color: inherit;
	width: 100px;
	height: 100px;
      
}*/


@media all and (max-width: 1000px) {
	/*.header-logo::before {
		font-size: 77px
	}*/
	.header-logo svg {
		width: 80px;
	    display: block;
	}
}

@media only screen and (max-width: 700px) {
	/*.header-logo::before {
		font-size: 58px
	}*/
	.header-logo svg {
		width: 60px;
    	display: block;
	}
}

@media only screen and (max-width: 450px) {
	/*.header-logo::before {
		font-size: 40px
	}*/
	.header-logo svg {
		width: 50px;
    	display: block;
	}
}

.counter {
	display: block;
	position: relative;
	height: 310px;
	width: 100%;
	pointer-events: none;
	margin-top: auto
}

.counter__container {
	font-family: 'Quicksand', sans-serif;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	font-size: 300px;
	font-weight: 400;
	color: #fff;
	opacity: .2;
	padding-top: 128px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -140px;
	bottom: auto;
	left: auto;
	margin: auto;
	width: 493px
}

.counter__num {
	display: block;
	line-height: 0
}

.counter__animation-num {
	width: 190px;
	height: 100%;
	display: block;
	position: relative
}

.counter__animation-num .counter__num {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: rotateY(180deg);
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto
}

.counter__animation-num .counter__num._active {
	transform: rotateY(0deg)
}

@media all and (max-width: 1850px) {
	.counter {
		height: 240px
	}
	.counter__container {
		/*font-size: 400px;*/
		padding-top: 100px;
		width: 433px
	}
}

@media all and (max-width: 1200px) {
	.counter__container {
		right: -55px
	}
}

@media only screen and (max-width: 700px) {
	.counter {
		height: 125px
	}
	.counter__container {
		font-size: 200px;
		padding-top: 55px;
		width: 235px
	}
	.counter__animation-num .counter__num {
		-ms-transform-origin: 20px 0;
		transform-origin: 20px 0
	}
}

@media only screen and (max-width: 700px) {
	.counter {
		height: 60px
	}
	.counter__container {
		font-size: 100px;
		padding-top: 25px;
		width: 150px
	}
}

.hamburger {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
	width: 40px;
	height: 40px;
	padding: 5px;
	position: absolute;
	top: 0;
	right: auto;
	bottom: 15px;
	left: auto;
	margin: auto
}

.hamburger span {
	display: block;
	position: relative;
	width: 100%;
	height: 3px;
	overflow: hidden
}

.hamburger span::before {
	content: '';
	display: block;
	width: 300%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 30px, #fff 30px) repeat-x;
	background-size: 60px;
	-ms-transform: translateX(30px);
	transform: translateX(30px);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	margin: auto
}

.hamburger span:nth-child(1n)::before {
	animation-delay: 0ms !important
}

.hamburger span:nth-child(2n)::before {
	animation-delay: 300ms !important
}

.hamburger span:nth-child(3n)::before {
	animation-delay: 600ms !important
}

.hamburger span:nth-child(4n)::before {
	animation-delay: 900ms !important
}

.hamburger span:nth-child(5n)::before {
	animation-delay: 1200ms !important
}

.hamburger:hover span::before {
	animation: hamburger-animations 2s infinite
}

@keyframes hamburger-animations {
	0% {
		transform: translateX(30px)
	}
	25% {
		transform: translateX(60px)
	}
	50% {
		transform: translateX(0px)
	}
	100% {
		transform: translateX(30px)
	}
}

.change-lang {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-top: 20px
}

.change-lang__link {
	color: #fff;
	padding: 10px
}

.change-lang__link._active {
	color: #34393f
}

@media all and (max-width: 1000px) {
	.change-lang {
		font-size: 16px;
		letter-spacing: 1px
	}
	.change-lang__link {
		padding: 0;
		margin-right: 20px
	}
	.change-lang__link._active {
		color: #5d656e
	}
}

@media only screen and (max-width: 450px) {
	.change-lang__link {
		margin-right: 15px
	}
}

.nav-arrows {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px
}

.nav-arrows__arrow {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0 10px;
	background: rgba(255, 255, 255, 0.5);
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer
}

.nav-arrows__arrow._disable {
	opacity: .3;
	pointer-events: none
}

.nav-arrows__arrow_prev::before {
	content: '\f104';
	left: -2px
}

.nav-arrows__arrow_next::before {
	content: '\f105';
	right: -2px
}

.nav-arrows__arrow::before {
	font-family: "FontAwesome";
	font-size: 24px;
	color: #34393f;
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
	display: block;
	position: relative
}

@media all and (max-width: 1000px) {
	.nav-arrows {
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 25px
	}
	.nav-arrows__arrow {
		margin: 0 0 20px
	}
	.nav-arrows__arrow:last-child {
		margin-bottom: 0
	}
}

@media only screen and (max-width: 450px) {
	.nav-arrows {
		margin-top: 10px
	}
	.nav-arrows__arrow {
		margin: 0 0 10px
	}
}

.header-menu {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 320px;
	height: 100%;
	z-index: 500;
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.header-menu._active {
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.header-menu:not(._active) .header-menu__overlay {
	display: none
}

.header-menu__overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 100vw;
	height: 100vh;
	z-index: 1
}

.header-menu__content {
	position: relative;
	width: 100%;
	height: 100%;
	background: #34393f;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 94px 10px 94px 84px;
	z-index: 2
}

.header-menu .cross-btn {
	z-index: 3
}

.header-menu .header-logo {
	color: #fff
}

.header-menu .header-logo::before {
	font-size: 64px
}

@media all and (max-width: 1200px) {
	.header-menu .header-logo {
		margin-bottom: 85px
	}
}

@media all and (max-width: 1000px) {
	.header-menu__content {
		padding: 94px 10px 67px 84px
	}
}

@media only screen and (max-width: 700px) {
	.header-menu__content {
		padding: 70px 10px 45px 85px
	}
}

@media only screen and (max-width: 450px) {
	.header-menu {
		width: 280px
	}
	.header-menu__content {
		padding: 81px 10px 34px 48px
	}
}

.nav-menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: auto 0;
	width: 220px
}

.nav-menu__link {
	color: #aab1b8;
	font-size: 18px;
	cursor: pointer;
	margin-bottom: 50px;
	line-height: 1.3;
	letter-spacing: 2px;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.nav-menu__link::before {
	background: #aab1b8
}

.nav-menu__link .text {
	display: block;
	position: relative;
	width: 155px
}

.nav-menu_small .nav-menu__link {
	color: #5d656e;
	font-size: 14px;
	margin-bottom: 32px;
	font-weight: 600;
	letter-spacing: 1.2px
}

@media all and (max-width: 1850px) {
	.nav-menu__link {
		font-size: 16px;
		margin-bottom: 47px;
		line-height: 1.5
	}
	.nav-menu__link:last-child {
		margin-bottom: 0
	}
}

@media all and (max-width: 1200px) {
	.nav-menu {
		margin: 0 0 auto
	}
}

@media only screen and (max-width: 450px) {
	.nav-menu__link {
		font-size: 14px;
		margin-bottom: 35px;
		line-height: 1.4;
		letter-spacing: 1.5px
	}
}

@media all and (max-width: 1200px) {
	.nav-menu-scroll-wrap {
		overflow: hidden;
		position: relative;
		display: block;
		height: 21px;
		width: 100%
	}
	.nav-menu-scroll-wrap._end::after {
		opacity: 0
	}
	.nav-menu-scroll-wrap::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		margin: auto;
		height: 100%;
		width: 77px;
		background-image: linear-gradient(-90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
		z-index: 3;
		transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
		pointer-events: none
	}
	.nav-menu_small {
		z-index: 2;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-direction: row;
		flex-direction: row;
		overflow: hidden;
		position: absolute !important;
		left: 0;
		top: 0;
		max-width: none;
		width: auto
	}
	.nav-menu_small .nav-menu__link {
		display: block;
		white-space: nowrap;
		margin: 0 20px 0 0;
		color: #aab1b8
	}
	.nav-menu_small .nav-menu__link:last-child {
		margin-right: 0
	}
	.nav-menu_small .nav-menu__link::before {
		display: none
	}
	.nav-menu_small .nav-menu__link._active,
	.nav-menu_small .nav-menu__link:hover {
		color: #5d656e;
		padding-left: 0
	}
	.nav-menu_small .nav-menu__link .text {
		display: block;
		position: relative;
		width: auto
	}
}

@media only screen and (max-width: 450px) {
	.header-logo-wrap,
	.nav-arrows,
	.hamburger {
		transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition-delay: 0.5s
	}
	._content-showed .header .header-logo-wrap,
	._content-showed .header .nav-arrows {
		opacity: 0;
		transition-delay: 0s
	}
	._content-showed .header .hamburger {
		width: 31px;
		-ms-transform: translateX(21px);
		transform: translateX(21px);
		transition-delay: 0s
	}
}

.default-slider {
	overflow: hidden;
	width: 100%;
	position: relative
}

.default-slider__list {
	position: relative;
	list-style-type: none;
	padding: 0;
	text-align: center;
	margin: auto;
	width: calc(100% - 54px);
	height: auto
}

.default-slider__list:not(.slick-initialized) {
	opacity: 0
}

.default-slider__list:not(.slick-initialized) .default-slider__item:not(:first-child) {
	display: none
}

.default-slider__item {
	display: inline-block;
	width: 245px;
	margin: 0 40px;
	position: relative;
	outline: none;
	cursor: pointer
}

.default-slider__img-wrap {
	margin: auto;
	width: 100px;
	height: 100px;
	background: #00bfff
}

.default-slider__img {
	position: relative
}

.default-slider__text {
	margin: 20px auto
}

.certificate-slider {
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-bottom: 100px
}

.certificate-slider__list {
	position: relative;
	list-style-type: none;
	padding: 0;
	text-align: center;
	margin-right: auto;
	margin-left: 0;
	width: 1500px;
	left: -35px;
	height: auto
}

.certificate-slider__list:not(.slick-initialized) {
	opacity: 0
}

.certificate-slider__list:not(.slick-initialized) .certificate-slider__item:not(:first-child) {
	display: none
}

.certificate-slider__item {
	display: inline-block;
	padding: 0 0px;
	position: relative;
	outline: none;
	cursor: pointer
}

.certificate-slider__img-wrap {
	display: block;
	position: relative;
	margin: auto;
	width: 75%;
	height: auto;
	background: #00bfff;
	overflow: hidden;
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.certificate-slider__img-wrap::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: #000
}

.certificate-slider__img-wrap::after {
	content: '\e904';
	font-family: "icomoon";
	color: #fff;
	font-size: 70px;
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: calc(50% + 10px);
	margin: auto;
	display: block;
	z-index: 7;
	-ms-transform: translate(-50%, -50%) scale(1.2);
	transform: translate(-50%, -50%) scale(1.2);
	opacity: 0;
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.certificate-slider__img {
	position: relative;
	display: block;
	max-width: 100%;
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
	z-index: 1
}

.certificate-slider__overlay {
	background: #f0f4f7;
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
	z-index: 5
}

.certificate-slider__overlay_horizontal {
	height: 12px;
	width: 100%
}

.certificate-slider__overlay_vertical {
	width: 12px;
	height: 100%
}

.certificate-slider__overlay_top {
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	margin: auto;
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.certificate-slider__overlay_right {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	margin: auto;
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.certificate-slider__overlay_bottom {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.certificate-slider__overlay_left {
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	margin: auto;
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.certificate-slider__item:hover .certificate-slider__img {
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	opacity: .6
}

.certificate-slider__item:hover .certificate-slider__img-wrap::after {
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 1
}

.certificate-slider__item:hover .certificate-slider__overlay {
	-ms-transform: none;
	transform: none
}

@media all and (max-width: 1200px) {
	.certificate-slider__list {
		width: 1260px
	}
}

@media all and (max-width: 1000px) {
	.certificate-slider {
		margin-bottom: 85px
	}
	.certificate-slider__list {
		width: 945px;
		left: -15px
	}
	.certificate-slider__item {
		padding: 0 15px
	}
}

@media only screen and (max-width: 700px) {
	.certificate-slider {
		margin-bottom: 75px
	}
	.certificate-slider__list {
		width: 720px;
		left: -10px
	}
	.certificate-slider__item {
		padding: 0 10px
	}
}

@media only screen and (max-width: 450px) {
	.certificate-slider {
		margin-bottom: 55px
	}
	.certificate-slider__list {
		width: 380px
	}
}

.certificate-button {
	width: 90px;
	height: 50%;
	background: rgba(255, 255, 255, 0.5);
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
	z-index: 10;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer
}

.certificate-button_prev {
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	margin: auto
}

.certificate-button_next {
	position: absolute;
	top: 50%;
	right: 0;
	bottom: auto;
	left: auto;
	margin: auto
}

.certificate-button:hover {
	background: #fff
}

.certificate-button:hover .slick-arrow::before {
	color: #aab1b8
}

.certificate-button:hover .slick-arrow::after {
	background: #aab1b8;
	width: 20px
}

.certificate-button:hover .slick-prev {
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.certificate-button:hover .slick-next {
	-ms-transform: translateX(50%);
	transform: translateX(50%)
}

.certificate-button .slick-arrow {
	position: relative;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.certificate-button .slick-arrow:before {
	content: '\e905';
	font-family: "icomoon";
	font-size: 21px;
	color: #34393f;
	position: relative;
	display: block;
	padding: 0
}

.certificate-button .slick-arrow::after {
	content: '';
	display: block;
	position: relative;
	height: 3px;
	width: 0;
	background: #34393f;
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.certificate-button .slick-prev::before {
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

.certificate-button .slick-prev::after {
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 3px;
	margin: auto
}

.certificate-button .slick-next::after {
	position: absolute;
	top: 0;
	right: 3px;
	bottom: 0;
	left: auto;
	margin: auto
}

.partners-slider {
	overflow: hidden;
	width: 100%;
	position: relative
}

.partners-slider__list {
	position: relative;
	list-style-type: none;
	padding: 0;
	text-align: center;
	margin-right: auto;
	margin-left: 0;
	width: 1320px;
	height: auto
}

.partners-slider__list:not(.slick-initialized) {
	opacity: 0
}

.partners-slider__list:not(.slick-initialized) .partners-slider__item:not(:first-child) {
	display: none
}

.partners-slider__item {
	display: inline-block;
	padding-right: 35px;
	position: relative;
	outline: none;
	cursor: pointer
}

.partners-slider__img-wrap {
	position: relative;
	width: 100%;
	height: 100px;
	padding: 0 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-left: 1px solid #dfe8ee;
	margin-bottom: 33px
}

.partners-slider__img {
	position: relative;
	display: block;
	width: 160px;
	max-width: 100%
}

.partners-slider__text {
	text-align: left
}

.hamburger-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	cursor: pointer;
	height: 50px;
	z-index: 801
}

.hamburger-wrapper__label {
	font-family: inherit;
	font-size: 14px;
	text-transform: uppercase;
	color: #00bfff;
	margin-left: 20px;
	letter-spacing: 1px;
	font-weight: 700;
	transition: color .3s ease
}

.hamburger-wrapper__hamburger {
	width: calc(37.5px);
	height: 23px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	display: block;
	transition: 0.4s ease-in-out
}

.hamburger-wrapper__bar {
	width: 30px
}

.hamburger-wrapper__bar:before {
	width: calc(37.5px)
}

.hamburger-wrapper__bar:after {
	width: calc(25px)
}

.hamburger-wrapper__bar,
.hamburger-wrapper__bar:after,
.hamburger-wrapper__bar:before {
	height: 3px;
	will-change: transform
}

.hamburger-wrapper__bar {
	position: relative;
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	background: #00bfff;
	transition: all 0ms 300ms;
	margin: auto;
	margin-left: 0
}

.hamburger-wrapper__bar:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 10px;
	background: #00bfff;
	transition: width 0ms 300ms, bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1)
}

.hamburger-wrapper__bar:after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	background: #00bfff;
	transition: width 0ms 300ms, top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1)
}

.hamburger-wrapper._animate .hamburger-wrapper__bar {
	background-color: transparent;
	width: 30px
}

.hamburger-wrapper._animate .hamburger-wrapper__bar::after,
.hamburger-wrapper._animate .hamburger-wrapper__bar::before {
	width: 30px
}

.hamburger-wrapper._animate .hamburger-wrapper__bar:after {
	top: 0;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: width 0ms 300ms, top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1)
}

.hamburger-wrapper._animate .hamburger-wrapper__bar:before {
	bottom: 0;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: width 0ms 300ms, bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1)
}

.hamburger-wrapper._animate .hamburger-wrapper__label {
	color: #000
}

.hamburger-wrapper._animate .hamburger-wrapper__label .help {
	display: none
}

.hamburger-wrapper._animate .hamburger-wrapper__label .close {
	display: block
}

.items-list {
	overflow: hidden;
	width: 100%;
	position: relative
}

.items-list__list {
	position: relative;
	list-style-type: none;
	padding: 0;
	text-align: left;
	margin-right: auto;
	margin-left: 0;
	width: 100%;
	height: auto
}

.items-list__item {
	display: inline-block;
	padding-right: 35px;
	position: relative;
	outline: none
}

.items-list__title {
	margin-bottom: 30px
}

.items-list__img-wrap {
	position: relative;
	width: 100%;
	height: 100px;
	padding: 0 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-left: 1px solid #dfe8ee;
	margin-bottom: 33px
}

.items-list__img {
	position: relative;
	display: block;
	max-width: 160px;
	max-height: 80px;
	margin: 0 !important
}

.items-list_tools {
	margin-bottom: 20px
}

.items-list_tools_2 {
	margin-bottom: -20px;
    border: solid 0.1px #aab1b7;
    margin-top: 40px;
    width: 30%;
    float: right;
    left: 70%;
	
}

.items-list_tools_1 {
	margin-bottom: 20px;
    border: solid 0.1px #aab1b7;
    margin-top: 40px;
    width: 100%;
}

.items-list_tools .items-list__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.items-list_tools .items-list__item {
	width: calc(100% / 3 - 0.01px);
	max-width: 330px
}

.items-list_partners .items-list__list {
	width: 1320px
}

.items-list_partners .items-list__list:not(.slick-initialized) {
	opacity: 0
}

.items-list_partners .items-list__list:not(.slick-initialized) .items-list__item:not(:first-child) {
	display: none
}

@media all and (max-width: 1200px) {
	.items-list__title {
		margin-bottom: 20px
	}
	.items-list__img-wrap {
		margin-bottom: 30px
	}
	.items-list_partners .items-list__list {
		width: 1080px
	}
	.items-list_partners .items-list__img-wrap {
		margin-bottom: 30px
	}
	.items-list_partners .items-list__item {
		padding-right: 25px
	}
}

@media all and (max-width: 1000px) {
	.items-list__title {
		margin-bottom: 10px
	}
	.items-list__item {
		padding-right: 14px
	}
}

@media only screen and (max-width: 750px) {
	.items-list__img-wrap {
		border: none;
		/*background: #f0f4f7*/
	}
	.items-list_tools .items-list__item {
		width: 100%;
		max-width: none;
		padding-right: 0;
		margin-bottom: 50px
	}
	.items-list_tools .items-list__item:last-child {
		margin-bottom: 0
	}
}

@media only screen and (max-width: 700px) {
	.items-list__item {
		padding-right: 14px
	}
	.items-list_partners .items-list__list {
		width: 900px
	}
	.items-list_partners .items-list__item {
		padding-right: 20px
	}
}

@media only screen and (max-width: 450px) {
	.items-list_partners .items-list__list {
		width: 330px
	}
	.items-list_partners .items-list__img-wrap {
		margin-bottom: 20px
	}
	.items-list_partners .items-list__item {
		padding-right: 15px
	}
}

.tabs-slider-wrap {
	display: block;
	position: relative;
	width: 960px;
	max-width: 100%;
	overflow: hidden
}

.tabs-slider {
	width: 100%
}

.tabs-slider:not(.slick-initialized) {
	opacity: 0
}

.tabs-slider:not(.slick-initialized) .tabs-slider__tab:not(:first-child) {
	display: none
}

.tabs-slider__title {
	margin-bottom: 30px
}

.tabs-slider__content p {
	margin-bottom: 10px
}

.tabs-slider__content ul {
	margin-top: 25px
}

.tabs-slider__content img {
	display: block;
	position: relative;
	margin: 25px auto;
	max-width: 100%
}

.tabs-select {
	max-width: 730px
}

@media all and (min-width: 1001px) {
	.tabs-select__select {
		display: none
	}
	.tabs-select .scroll-wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: end;
		align-items: flex-end;
		-ms-flex-pack: justify;
		justify-content: space-between;
		overflow: visible !important
	}
	.tabs-select .scroll-wrap .ps__scrollbar-x-rail,
	.tabs-select .scroll-wrap .ps__scrollbar-y-rail {
		opacity: 0
	}
	.tabs-select .scroll-wrap .ps-scrollbar-x-rail,
	.tabs-select .scroll-wrap .ps-scrollbar-y-rail {
		opacity: 0 !important
	}
	.tabs-select .option {
		padding: 15px 0 22px;
		margin-right: 10px;
		margin-bottom: -10px;
		position: relative;
		display: block;
		cursor: pointer;
		border-radius: 5px;
		letter-spacing: 1px;
		transition: all .3s ease;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		text-align: center
	}
	.tabs-select .option._disable {
		pointer-events: none;
		opacity: 0.5
	}
	.tabs-select .option .text {
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 700;
		transition: all .3s ease;
		color: #aab1b8
	}
	.tabs-select .option._active {
		background: #dfe8ee
	}
	.tabs-select .option._active .text,
	.tabs-select .option:hover .text {
		color: #5d656e
	}
	.tabs-select .option:last-child {
		margin-right: 0
	}
}

@media all and (max-width: 1000px) {
	.tabs-select {
		width: 100%;
		position: relative;
		margin-bottom: 20px;
		z-index: 100;
		font-size: 16px;
		font-weight: 600;
		cursor: pointer;
		letter-spacing: 1px;
		margin-bottom: 10px;
		margin-top: 0;
		max-width: none;
		width: 100%
	}
	.tabs-select__input {
		padding: 2px 15px 0
	}
	.tabs-select__select {
		padding: 0 60px 0 30px;
		position: relative;
		z-index: 9;
		transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
		height: 60px;
		width: 100%;
		box-sizing: border-box;
		display: block;
		overflow: hidden;
		background: transparent;
		border: 1px solid #dfe8ee
	}
	.tabs-select__select:after {
		content: "\f107";
		position: absolute;
		right: 0;
		top: 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		box-sizing: border-box;
		width: 50px;
		height: 100%;
		font-family: "FontAwesome";
		color: #139be2
	}
	.tabs-select__select span {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		height: 100%;
		color: #38424d
	}
	.tabs-select__select._active {
		border-color: #aab1b8
	}
	.tabs-select__select._active:after {
		content: "\f106"
	}
	.tabs-select:hover .tabs-select__select {
		border-color: #aab1b8
	}
	.tabs-select__select._active~.tabs-select__inner {
		-ms-transform: translate(0);
		transform: translate(0);
		opacity: 1;
		box-shadow: 0 5px 13px rgba(0, 0, 0, 0.1);
		pointer-events: all
	}
	.tabs-select__inner {
		background: #fff;
		z-index: 30;
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		box-sizing: border-box;
		border: 1px solid #aab1b8;
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
		transition: transform 1s ease, opacity .5s ease;
		opacity: 0;
		pointer-events: none;
		border-top: 0
	}
	.tabs-select__inner .scroll-wrap {
		position: relative;
		display: block;
		overflow: hidden;
		box-sizing: border-box;
		height: 100%;
		width: 100%;
		max-height: 240px
	}
	.tabs-select__inner .scroll-wrap>div {
		overflow: hidden
	}
	.tabs-select__inner .option {
		width: 100%;
		height: 60px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center;
		margin-right: 0;
		transition: 0.3s ease;
		box-sizing: border-box;
		text-align: left;
		padding: 0 20px;
		cursor: pointer;
		white-space: nowrap;
		color: #aab1b8
	}
	.tabs-select__inner .option:hover,
	.tabs-select__inner .option._active {
		background-color: #aab1b8;
		color: #fff
	}
	.tabs-select__inner .option .type {
		margin-left: 10px;
		font-size: 12px;
		opacity: .6
	}
	.tabs-select .option .text {
		font-size: 12px
	}
}

.page-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	color: #fff;
	opacity: 0
}

.page-title .text-wrap {
	display: block;
	position: relative;
	margin-right: 45px;
	overflow: hidden
}

.page-title .text-wrap:last-child {
	margin-right: 0
}

.page-title .text {
	text-shadow: 1px 1px 1px black, 0 0 0.2em rgb(0 0 0 / 50%);
	display: block;
	position: relative;
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0s linear;
	transition-delay: 1s
}

@media all and (max-width: 1850px) {
	.page-title .text-wrap {
		margin-right: 30px
	}
}

@media all and (max-width: 1200px) {
	.page-title .text-wrap {
		margin-right: 20px
	}
}

@media all and (max-width: 1000px) {
	.page-title .text-wrap {
		margin-right: 15px
	}
}

@media only screen and (max-width: 700px) {
	.page-title .text-wrap {
		margin-right: 10px
	}
}

@media only screen and (max-width: 450px) {
	.page-title .text-wrap {
		margin-right: 6px
	}
}

.page-slider {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden
}

.page-slider__content {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	z-index: 20
}

.page-slider__label {
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	margin: auto;
	z-index: 300;
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 7.2px;
	font-weight: 400
}

.page-slider .toggle-color {
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.page-slider._dark .toggle-color {
	color: #34393f
}
.page-slider._dark .toggle-color svg {
	fill:#34393f;
}

.page-slider._light .toggle-color {
	color: #fff
}

.page-slider._light .toggle-color svg {
	fill:#fff;
}

.page-slider__pages {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden
}

.page-slider__page {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	margin: auto;
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.2);
	padding-top: 170px;
	z-index: 100
}

@keyframes slide {
	100% {
		transform: translateX(0)
	}
}

.page-slider__page .menu__item {
	-ms-transform: translateX(25px);
	transform: translateX(25px);
	opacity: 0;
	transition: all 0s linear;
	transition-delay: 1s
}

.page-slider__page .cloud-animation1 {
	animation: cloud-animation1 15s cubic-bezier(0.5, 0.01, 0.51, 0.9) infinite
}

.page-slider__page .cloud-animation2 {
	animation: cloud-animation2 15s cubic-bezier(0.5, 0.01, 0.51, 0.9) infinite
}

.page-slider__page .cloud-animation3 {
	animation: cloud-animation3 15s cubic-bezier(0.5, 0.01, 0.51, 0.9) infinite
}

.page-slider__page .plane-animation {
	-ms-transform: translate(-25%, 100%);
	transform: translate(-25%, 100%);
	animation: plane-animation 3s cubic-bezier(0.5, 0.01, 0.51, 0.9) forwards
}

@keyframes plane-animation {
	100% {
		transform: translate(0)
	}
}

.page-slider__page .floating-animation {
	animation: floating 5s cubic-bezier(0.5, 0.01, 0.51, 0.9) infinite;
	animation-delay: 1s
}

.page-slider__page .animated {
	z-index: 5
}

.page-slider__page._animate .page-title .text {
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition-delay: 1s
}

.page-slider__page._animate .menu__item {
	transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

.page-slider__page._animate .menu__item:nth-child(1n) {
	transition-delay: 1000ms
}

.page-slider__page._animate .menu__item:nth-child(2n) {
	transition-delay: 1300ms
}

.page-slider__page._animate .menu__item:nth-child(3n) {
	transition-delay: 1600ms
}

.page-slider__page._animate .menu__item:nth-child(4n) {
	transition-delay: 1900ms
}

.page-slider__page._animate .menu__item:nth-child(5n) {
	transition-delay: 2200ms
}

.page-slider__page._previous {
	z-index: 150
}

.page-slider__page._active {
	z-index: 200;
	animation: slide 1s forwards;
	animation-timing-function: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.page-slider__page._prev {
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.page-slider__page._next {
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

@media all and (max-width: 1000px) {
	.page-slider__label {
		font-size: 16px;
		letter-spacing: 6.5px
	}
	.page-slider__page {
		padding-top: 190px
	}
}

@media only screen and (max-width: 700px) {
	.page-slider__label {
		font-size: 16px;
		letter-spacing: 5.7px;
		max-width: 350px
	}
	.page-slider__page {
		padding-top: 135px
	}
}

@media only screen and (max-width: 450px) {
	.page-slider__label {
		font-size: 16px;
		letter-spacing: 4.2px;
		max-width: 210px;
		margin-top: 18px
	}
	.page-slider__page {
		padding-top: 123px
	}
}

.menu {
	display: -ms-flexbox;
	display: flex;
	margin-top: auto;
	margin-bottom: 0
}

.menu__item {
	margin-right: 42px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1.5px;
	color: #fff;
	cursor: pointer;
	perspective: 1000px
}

.menu__item:last-child {
	margin-right: 0
}

@media all and (max-width: 1000px) {
	.menu {
		-ms-flex-direction: column;
		flex-direction: column
	}
	.menu__item {
		font-size: 16px;
		margin-right: 0;
		margin-bottom: 22px
	}
	.menu__item:last-child {
		margin-bottom: 0
	}
}

.page-background {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.page-background__plane-wrap,
.page-background__img-wrap {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%
}

.page-background__img {
	display: block;
	position: relative;
	object-fit: cover;
	object-position: center;
	font-family: "object-fit: cover; object-position: center";
	width: 100%;
	height: 100%;
	z-index: 1;
	will-change: transform
}

.page-background__img_contain {
	object-fit: contain;
	object-position: center;
	font-family: "object-fit: contain; object-position: center"
}

.page-background_space-bg {
	background: #333643
}

.page-background_green-bg {
	background: #415555
}

@media all and (max-width: 1200px) {
	.page-background .parallax-wrap {
		width: calc(100% + 60px);
		left: 20px
	}
}

@media all and (max-width: 1000px) {
	.page-background::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		z-index: 3;
		background: #34393f;
		opacity: .2
	}
}

@media only screen and (max-width: 700px) {
	.page-background::before {
		opacity: .4
	}
	.page-background .parallax-wrap {
		width: calc(100% + 300px);
		left: -120px;
		top: -60px
	}
}

@media only screen and (max-width: 450px) {
	.page-background .parallax-wrap {
		width: calc(100% + 230px);
		left: -100px;
		top: -45px
	}
}

.video {
	z-index: 123
}

.video-bg {
	display: block;
	position: relative;
	object-fit: cover;
	object-position: center;
	font-family: "object-fit: cover; object-position: center";
	width: 100%;
	height: 100%;
	z-index: 3
}

.overlay {
	position: fixed;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 980
}

.overlay:not(._show) {
	display: none
}

.page-content {
	background: #fff;
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	margin: auto;
	height: 100%;
	width: calc(100% - 320px);
	z-index: 990;
	overflow: hidden;
	max-width: 1600px;
	padding-left: 100px;
	color: #5d656e;
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
	display: none
}

.page-content._show {
	animation: showPageContent 1s ease both
}

@keyframes hidePageContent {
	0% {
		transform: translateY(0)
	}
	100% {
		transform: translateY(100%)
	}
}

@keyframes showPageContent {
	0% {
		transform: translateY(100%)
	}
	100% {
		transform: translateY(0)
	}
}

.page-content__title {
	font-size: 170px;
	text-align: left;
	color: #f0f4f7;
	font-weight: 700;
	position: absolute;
	top: -50px;
	right: auto;
	bottom: auto;
	left: 0;
	margin: auto;
	line-height: 1;
	opacity: .5
}

.page-content__wrap {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 3
}

.page-content__navigation,
.page-content__scroll-container {
	position: relative;
	padding-top: 275px;
	height: 100%
}

.page-content__navigation {
	width: 280px;
	padding-right: 30px
}

.page-content__scroll-container {
	overflow: auto;
	padding-bottom: 100px;
	width: calc(100% - 280px)
}

@media all and (max-width: 1850px) {
	.page-content {
		width: calc(100% - 235px)
	}
	.page-content__navigation,
	.page-content__scroll-container {
		padding-top: 220px
	}
	.page-content__navigation {
		width: 250px
	}
	.page-content__scroll-container {
		padding-right: 0;
		width: calc(100% - 250px)
	}
	.page-content__title {
		font-size: 120px;
		top: -35px
	}
}

@media all and (max-width: 1200px) {
	.page-content {
		padding-left: 80px;
		width: calc(100% - 200px)
	}
	.page-content__wrap {
		-ms-flex-direction: column;
		flex-direction: column
	}
	.page-content__navigation,
	.page-content__scroll-container {
		width: 100%;
		height: auto
	}
	.page-content__navigation {
		padding-top: 100px;
		padding-bottom: 75px
	}
	.page-content__scroll-container {
		padding-top: 0
	}
	.page-content__title {
		font-size: 90px;
		top: -25px
	}
}

@media all and (max-width: 1000px) {
	.page-content {
		width: calc(100% - 180px)
	}
	.page-content__navigation {
		padding-top: 100px;
		padding-bottom: 50px
	}
}

@media only screen and (max-width: 700px) {
	.page-content {
		padding-left: 60px;
		width: calc(100% - 80px)
	}
	.page-content__navigation {
		padding-top: 90px;
		padding-bottom: 45px
	}
	.page-content__title {
		font-size: 40px;
		top: -10px
	}
}

@media only screen and (max-width: 450px) {
	.page-content {
		padding-left: 40px;
		width: calc(100% - 40px)
	}
	.page-content__navigation {
		padding-top: 80px;
		padding-bottom: 40px
	}
	.page-content__title {
		font-size: 30px;
		top: -8px
	}
}

.contacts {
	padding-right: 20px
}

.contacts__item {
	margin-bottom: 35px
}

.contacts h2 {
	margin-bottom: 48px
}

.contacts h4 {
	margin-bottom: 15px
}

.contacts a {
	line-height: 1.75;
	letter-spacing: .85px;
	color: #139be2
}

.contacts a:visited {
	color: #139be2
}

@media only screen and (max-width: 450px) {
	.contacts__item {
		margin-bottom: 39px
	}
	.contacts h2 {
		margin-bottom: 30px
	}
	.contacts h4 {
		margin-bottom: 10px
	}
}

.vacancy-info {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #aab1b8;
	padding-top: 40px;
	margin-top: 40px
}

.vacancy-info__col {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-direction: column;
	flex-direction: column
}

.vacancy-info__col_left {
	width: calc(100% / 12 * 3 - 40px / 3)
}

.vacancy-info__col_center,
.vacancy-info__col_right {
	width: calc(100% / 12 * 4.5 - 40px / 3)
}

.vacancy-info__title {
	margin-bottom: 10px !important
}

.vacancy-info__salary {
	font-weight: 700;
	margin-bottom: 0 !important
}

@media all and (max-width: 1000px) {
	.vacancy-info {
		padding-top: 30px;
		margin-top: 30px
	}
	.vacancy-info__col {
		width: 100%;
		margin-bottom: 30px
	}
	.vacancy-info__col:last-child {
		margin-bottom: 0
	}
}

.person-contacts {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.file-upload-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

.file-upload-wrap__label {
	margin-top: 10px
}

.file-upload-wrap__onload-content {
	width: 100%;
	margin-top: 20px
}

.file-upload:not(._loaded)~.file-upload-wrap__onload-content {
	display: none
}

.file-upload._loaded~.file-upload-wrap__label {
	display: none
}

.file-upload {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	overflow: hidden;
	max-width: 100%
}

.file-upload._hide-cross .file-upload__preview .file-name {
	padding-right: 0
}

.file-upload._hide-cross .file-upload__preview .close-button {
	display: none
}

.file-upload::before {
	position: relative;
	display: block;
	font-size: 24px;
	color: #000;
	margin-right: 7px;
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
	padding: 1px
}

.file-upload:not(._loaded):hover::before {
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

.file-upload__input {
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	opacity: 0;
	cursor: pointer;
	width: 100%;
	height: 100%
}

.file-upload__input:hover~.file-upload__button {
	background: #32B7FC
}

.file-upload__preview {
	max-width: 100%
}

.file-upload:not(._loaded) .file-upload__preview {
	display: none
}

.file-upload._loaded .file-upload__button {
	display: none
}

.file-name {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.file-name span {
	display: block;
	white-space: nowrap;
	overflow: hidden
}

.remove-file-button {
	display: block;
	position: relative;
	color: #139be2;
	transition: all 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
	z-index: 10;
	cursor: pointer;
	margin-left: 10px
}

.remove-file-button::before {
	font-family: "icomoon";
	font-weight: 100;
	line-height: 1;
	font-size: 10px;
	display: block
}

.remove-file-button:hover {
	color: #32B7FC
}

.overlay-dark {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	z-index: 995;
	overflow: hidden;
	transition-property: background, transform;
	transition-duration: .35s, 0s;
	transition-delay: .35s, .7s;
	transition-timing-function: ease-in-out, linear;
	background: rgba(0, 0, 0, 0);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%)
}

.overlay-dark::before {
	content: '';
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: transform .7s ease-in-out, background .21s linear;
	-ms-transform: translateY(101%);
	transform: translateY(101%);
	background: rgba(0, 0, 0, 0.3)
}

.overlay-dark._active {
	transition-delay: 0s, 0s;
	-ms-transform: translateY(0);
	transform: translateY(0);
	background: rgba(0, 0, 0, 0.3)
}

.overlay-dark._active::before {
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.popup-style {
	background-color: transparent;
	-ms-transform: translateX(-105%);
	transform: translateX(-105%);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	pointer-events: none;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	box-sizing: border-box;
	padding: 50px 0;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	transition: 0s ease;
	width: 100%;
	z-index: 996;
	transition-delay: 1s;
	perspective: 1000px
}

.popup-style._active {
	-ms-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 0s
}

.popup-style__container {
	position: relative;
	pointer-events: auto;
	box-sizing: border-box;
	max-height: 100%;
	padding: 60px 0 50px;
	background: #fff;
	max-width: 100%;
	width: 700px;
	overflow: hidden;
	margin: auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	opacity: 0;
	-ms-transform: translateY(25vh);
	transform: translateY(25vh);
	transition: transform .875s ease, opacity .28s ease;
	transition-delay: 0s
}

.popup-style__scroll-wrap {
	position: relative;
	height: auto;
	max-height: calc(100vh - 210px);
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 50px
}

.popup-style__content {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: auto
}

.popup-style._active .popup-style__container {
	transition: transform .875s ease, opacity .49s ease;
	transition-delay: .35s, .49s;
	opacity: 1;
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.ty-content {
	position: relative;
	text-align: center;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 50px 0 60px
}

.ty-content__title {
	display: block;
	margin-bottom: 20px;
	color: #139be2;
	font-family: "raleway"
}

.ty-content__subtitle {
	display: block;
	font-family: "raleway"
}

@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.myloader img {
  height: 120px;
  width: 120px;
  color: white;
  line-height: 120px;
  text-align: center;
  border-radius: 60px;
  animation: rotating 4s linear infinite;
}
@media screen and (min-width: 1400px) {
.mobile_img {
	display: flex;
}
}

@media screen and (max-width: 720px) {
.mobile_img {
	display: block;
}	
}

@media screen and (max-width: 720px) {
	.mobile_hidden {
		display: none;
	}
}

/*logo_pranna*/

/*.circles {
  height: 12vmin;
  width: 12vmin;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate3D(-50%, -50%, 0);
}

.circle {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.4vmin solid transparent;
  border-radius: 115% 140% 145% 110%/125% 140% 110% 125%;
  mix-blend-mode: screen;
}
.circle:nth-child(1) {
  border-color: #DB4437;
  transform-origin: 50% 50%;
  -webkit-animation: spin1 5.5s linear infinite;
          animation: spin1 5.5s linear infinite;
}
.circle:nth-child(2) {
  border-color: #F4B400;
  transform-origin: 50% 50%;
  -webkit-animation: spin2 5.5s linear infinite;
          animation: spin2 5.5s linear infinite;
}
.circle:nth-child(3) {
  border-color: #4285F4;
  transform-origin: 50% 50%;
  -webkit-animation: spin3 5.5s linear infinite;
          animation: spin3 5.5s linear infinite;
}
.circle:nth-child(4) {
  border-color: #0F9D58;
  transform-origin: 50% 50%;
  -webkit-animation: spin4 5.5s linear infinite;
          animation: spin4 5.5s linear infinite;
}

@-webkit-keyframes spin1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin2 {
  0% {
    transform: rotate(72deg);
  }
  100% {
    transform: rotate(-288deg);
  }
}
@keyframes spin2 {
  0% {
    transform: rotate(72deg);
  }
  100% {
    transform: rotate(-288deg);
  }
}
@-webkit-keyframes spin3 {
  0% {
    transform: rotate(-144deg);
  }
  100% {
    transform: rotate(216deg);
  }
}
@keyframes spin3 {
  0% {
    transform: rotate(-144deg);
  }
  100% {
    transform: rotate(216deg);
  }
}
@-webkit-keyframes spin4 {
  0% {
    transform: rotate(216deg);
  }
  100% {
    transform: rotate(-144deg);
  }
}
@keyframes spin4 {
  0% {
    transform: rotate(216deg);
  }
  100% {
    transform: rotate(-144deg);
  }
}*/


