 /*Variable Declaration*/
:root {
  --color-navy: #002f52;
  --color-blue: #2e98db;
  --color-red: #ea3744;
  --color-white: #f2f2f2;
  --color-gray: #cccccc;
  --color-graylt: #efefef;
}

.bg-navy{background: var(--color-navy);}
.bg-blue{background: var(--color-blue);}
.bg-red{background: var(--color-red);}
.bg-gray{background: var(--color-gray);}
/*.fa, .far, .fas{font-family:'fontawesome' !important;}*/
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	height: 100%
}
body {
	margin: 0;
	font-size: 17px;
	font-size: 17px;
	font-size: 1.7rem;
	font-family: 'Roboto', sans-serif;
	background: #eef4f9
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
	display: none
}
a {
	background: 0 0
}
a:active, a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700
}
dfn {
	font-style: italic
}
h1 {
	font-size: 36px;
	margin: .67em 0;
	font-weight: bold;
    font-family: Montserrat;
}
	
h1.arrow{font-size: 2.6em;
    text-transform: uppercase;
    color: #353535;
    letter-spacing: 1px;
    background: url(../img/h2-bg.png) no-repeat center bottom;
    padding-bottom: 30px;
    font-weight: bold;
    font-family: Montserrat;
}

mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input {
	line-height: normal
}
input[type=checkbox], input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height:auto
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0
}
textarea {
	overflow: auto
}
h2, optgroup {
	font-weight: 700
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
legend, td, th {
	padding: 0
}
.main, html.has-disable-scrolling {
	overflow: hidden
}
html.is-animating {
	-webkit-transition: opacity .1s .5s cubic-bezier(.68, 0, .265, 1);
	transition: opacity .1s .5s cubic-bezier(.68, 0, .265, 1);
	opacity: 1
}
a, article, aside, blockquote, div, footer, form, header, input, label, li, main, nav, p, section, span, textarea, ul {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.main {
	/*margin: 0 auto 40px*/
}
h2 {
	color: #1a7fc7;
	font-family: 'RobotoCondensed', sans-serif;
	font-family:Montserrat;
	text-transform: uppercase;
	font-size: 22px;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.4
}
h2:after {
	/*content: '';
	display: block;
	height: 2px;
	background: -webkit-gradient(linear, left top, right top, from(#fd782c), to(rgba(253,120,44,0)));
	background: linear-gradient(to right, #fd782c, rgba(253,120,44,0));
	width: 50px;
	margin: 22px auto 25px;*/
		
	content: " ";
    border: solid 2px #2e98db;
	border: solid 2px #ea3744;
    display: block;
    width: 50px;
    margin: 25px auto;	
}
h2 small {
	font-size: 100%;
	font-weight: 400
}
h3{
	font-family:Montserrat;
	font-weight:bold;
}
h4 {
	font-size: 18px;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 8px auto 16px
}
p {
	color: #353535;
	/*line-height: 2;*/
	margin: 0 auto 20px
}
.section-padding {
    padding: 90px 0 100px !important;
}
.flickity-page-dots li:before, .flickity-prev-next-button svg, .u-hidden, .u-no-underline:after {
	display: none
}
.u-text-left {
	text-align: left
}
.u-text-center {
	text-align: center
}
.u-text-orange {
	color: #fd782c
}
.u-text-black {
	color: #0f263b;
	font-weight: 500
}
.u-text-weight-normal {
	font-weight: 400
}
.flickity-enabled {
	position: relative
}
.flickity-enabled:focus {
	outline: none
}
.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
	-webkit-transition: height .2s;
	transition: height .2s
}
.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%
}
.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing
}
.flickity-prev-next-button {
	top: 50%;
	position: absolute;
	font-size: 0;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	color: #000;
	text-align: center;
	cursor: pointer;
	border: none;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.15);
	box-shadow: 0 5px 15px rgba(0,0,0,.15);
	-webkit-transition: background .1s cubic-bezier(.68, 0, .265, 1), -webkit-transform .1s cubic-bezier(.68, 0, .265, 1);
	transition: background .1s cubic-bezier(.68, 0, .265, 1), transform .1s cubic-bezier(.68, 0, .265, 1);
	transition: background .1s cubic-bezier(.68, 0, .265, 1), transform .1s cubic-bezier(.68, 0, .265, 1), -webkit-transform .1s cubic-bezier(.68, 0, .265, 1);
	margin-top: -30px;
	line-height: 40px
}
.flickity-prev-next-button:active, .lg-actions button:active {
	background: #eee;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9)
}
.flickity-prev-next-button:before {
	display: inline-block;
	font: 14px/1 'icons';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 8px;
	font-size: 8px;
	font-size: .8rem;
	vertical-align: middle;
	color: #fd782c
}
.flickity-prev-next-button.previous {
	left: -20px
}
.flickity-prev-next-button.next {
	right: -20px
}
.flickity-prev-next-button.next:before {
	-webkit-transform: translateX(2px);
	-ms-transform: translateX(2px);
	transform: translateX(2px);
	content: '\EA04'
}
.flickity-prev-next-button:disabled, .lg-actions button.lg-next:disabled {
	color: #6c7c92
}
.flickity-page-dots {
	padding: 0;
	list-style: none;
	margin: 5px auto 0
}
.flickity-page-dots li+li {
	margin-top: 0
}
.flickity-page-dots li {
	width: 6px;
	height: 6px;
	background: #e4e7eb;
	border-radius: 50%;
	display: inline-block;
	margin: 0 7px;
	cursor: pointer
}
.flickity-page-dots li.is-selected {
	background: #f9e352
}

@font-face {
	font-family: 'lg';
	src: url(../fonts/lightgallery/lg.eot?n1z373);
	src: url(../fonts/lightgallery/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lightgallery/lg.woff?n1z373) format("woff"), url(../fonts/lightgallery/lg.ttf?n1z373) format("truetype"), url(../fonts/lightgallery/lg.svg?n1z373#lg) format("svg");
	font-weight: 400;
	font-style: normal
}
.lg-icon {
	font-family: 'lg';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.lg-actions .lg-next, .lg-actions .lg-prev {
	background-color: rgba(0,0,0,.45);
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -25px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
	line-height: 34px;
	width: 40px;
	height: 40px;
	border: 2px solid #fd782c;
	border-radius: 50%;
	background: 0 0;
	background-position: center;
	background-size: 16px auto
}
.lg-actions .lg-prev {
	color: #fd782c
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: .5
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
	color: #fff
}
.lg-actions .lg-next {
	right: 20px;
	color: #fd782c
}
.lg-actions .lg-next:before {
	content: "\e095";
	color: #fd782c
}
.lg-actions .lg-prev {
	left: 20px
}
.lg-actions .lg-prev:after {
	content: "\e094"
}
@-webkit-keyframes lg-right-end {
0%, to {
left:0
}
50% {
left:-30px
}
}
@-webkit-keyframes lg-left-end {
0%, to {
left:0
}
50% {
left:30px
}
}
.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative
}
.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative
}
.lg-toolbar {
	z-index: 1080;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0,0,0,0)
}
.lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none!important;
	outline: medium none
}
.lg-icon:hover {
	color: #fff
}
.lg-close {
	background: #fff;
	border-radius: 50%;
	position: absolute;
	right: 20px;
	top: 20px;
	padding: 0;
	background-position: center;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #fd782c
}
.lg-close:after {
	content: "\e070";
	color: #fd782c
}
.lg-toolbar .lg-download:after {
	content: "\e0f2"
}
.lg-sub-html {
	background-color: rgba(0,0,0,.45);
	bottom: 0;
	color: #eee;
	font-size: 16px;
	left: 0;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
	padding: 9px 40px 10px
}
.lg-sub-html h4 {
	margin: 0;
	font-weight: 400;
	color: #ddd;
	font-size: 18px;
	font-size: 18px;
	font-size: 1.8rem
}
.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0
}
#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle
}
.lg-next, .lg-prev, .lg-toolbar {
	opacity: 1;
	-webkit-transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0)
}
.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0)
}
.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0)
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0;
	-webkit-transition: opacity 250ms, -webkit-transform 250ms ease 0s!important;
	transition: transform 250ms ease 0s, opacity 250ms!important;
	transition: transform 250ms ease 0s, opacity 250ms, -webkit-transform 250ms ease 0s!important;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1
}
.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item, .lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item, .lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s!important;
	transition-duration: 0s!important
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0)
}
.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px
}
.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 4px;
	margin-bottom: 5px
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #a90707
}
.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%
}
.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px
}
.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom .25s ease;
	transition: bottom .25s ease
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px
}
.lg-outer .lg-toogle-thumb {
	background-color: #0d0a0a;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px
}
.lg-outer .lg-toogle-thumb:after {
	content: "\e1ff"
}
.lg-outer .lg-toogle-thumb:hover {
	color: #fff
}
.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px
}
.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative
}
.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important
}
.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer
}
.lg-outer .lg-has-vimeo .lg-video-play {
	background: url(../img/vimeo-play.png) no-repeat 0 0
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url(../img/vimeo-play.png) no-repeat 0 -58px
}
.lg-outer .lg-has-html5 .lg-video-play {
	background: url(../img/video-play.png) no-repeat 0 0;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: .8
}
.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1
}
.lg-outer .lg-has-youtube .lg-video-play {
	background: url(../img/youtube-play.png) no-repeat 0 0
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(../img/youtube-play.png) no-repeat 0 -60px
}
.lg-outer .lg-video-object {
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0
}
.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden
}
.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play {
	display: none
}
.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
	visibility: visible
}
.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1080;
	opacity: 0;
	-webkit-transition: opacity .08s ease 0s;
	transition: opacity .08s ease 0s
}
.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0
}
.lg-progress-bar.lg-start .lg-progress {
	width: 100%
}
.lg-show-autoplay .lg-progress-bar {
	opacity: 1
}
.lg-autoplay-button:after {
	content: "\e01d"
}
.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a"
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform .3s ease 0s;
	transition: transform .3s ease 0s;
	transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: opacity .15s, -webkit-transform .3s ease 0s!important;
	transition: transform .3s ease 0s, opacity .15s!important;
	transition: transform .3s ease 0s, opacity .15s, -webkit-transform .3s ease 0s!important;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
#lg-zoom-in:after {
	content: "\e311"
}
#lg-zoom-out {
	opacity: .5;
	pointer-events: none
}
#lg-zoom-out:after {
	content: "\e312"
}
.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto
}
.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible
}
.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	-webkit-box-shadow: 0 0 0 2px #fff inset;
	box-shadow: 0 0 0 2px #fff inset
}
.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #fff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0)
}
.lg-outer .lg-pager {
	background-color: rgba(255,255,255,.5);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 8px rgba(255,255,255,.7) inset;
	box-shadow: 0 0 0 8px rgba(255,255,255,.7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow .3s ease 0s;
	-webkit-transition: -webkit-box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
	width: 12px
}
.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
	-webkit-box-shadow: 0 0 0 8px #fff inset;
	box-shadow: 0 0 0 8px #fff inset
}
.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0
}
.lg-fullscreen:after {
	content: "\e20c"
}
.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d"
}
.group {
*zoom:1
}
.group:after, .group:before {
	display: table;
	content: "";
	line-height: 0
}
.group:after {
	clear: both
}
.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}
.lg-outer * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.lg-outer.lg-visible {
	opacity: 1
}
.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
	-webkit-transition-duration: inherit!important;
	transition-duration: inherit!important;
	-webkit-transition-timing-function: inherit!important;
	transition-timing-function: inherit!important
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	-webkit-transition-duration: 0s!important;
	transition-duration: 0s!important;
	opacity: 1
}
.lg-outer .lg {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%
}
.lg-outer .lg-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap
}
.lg-outer .lg-item {
	background: url(../img/loading.1570693227.svg) no-repeat center center;
	display: none!important
}
.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block!important
}
.lg-actions button, .lg-outer .lg-img-wrap, .lg-outer .lg-item {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%
}
.lg-outer .lg-img-wrap {
	display: inline-block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 5px
}
.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}
.lg-outer .lg-item.lg-complete {
	background-image: none
}
.lg-outer .lg-item.lg-current {
	z-index: 1060
}
.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto!important;
	height: auto!important;
	background: #fff
}
.lg-backdrop, .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}
.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
	display: none
}
.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: rgba(0,0,0,.75)
}
.lg-backdrop.in, .lg-css3.lg-fade .lg-item.lg-current, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1
}
.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
	-webkit-transition: none 0s ease 0s!important;
	transition: none 0s ease 0s!important
}
.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
	-webkit-transition: opacity .1s ease 0s;
	transition: opacity .1s ease 0s
}
.form.is-sending input[type=checkbox], .form.is-sending input[type=radio], .lg-css3.lg-fade .lg-item, .lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	-webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.lg-content-wrap {
	position: relative;
	display: inline-block;
	padding-top: 30px
}
.lg-actions button {
	top: 50%;
	font-size: 0;
	width: 40px;
	height: 40px;
	background: #fff!important;
	border: none!important;
	border-radius: 50%;
	color: #000;
	cursor: pointer;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.15);
	box-shadow: 0 5px 15px rgba(0,0,0,.15);
	-webkit-transition: background .1s cubic-bezier(.68, 0, .265, 1), -webkit-transform .1s cubic-bezier(.68, 0, .265, 1);
	transition: background .1s cubic-bezier(.68, 0, .265, 1), transform .1s cubic-bezier(.68, 0, .265, 1);
	transition: background .1s cubic-bezier(.68, 0, .265, 1), transform .1s cubic-bezier(.68, 0, .265, 1), -webkit-transform .1s cubic-bezier(.68, 0, .265, 1);
	margin-top: -30px;
	line-height: 40px;
	padding: 0!important
}
.lg-actions button:before {
	display: inline-block;
	font: 14px/1 'icons';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 12px;
	font-size: 12px;
	font-size: 1.2rem;
	vertical-align: middle;
	color: #000;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px)
}
.lg-actions button.lg-next svg, .lg-actions button:after, .lg-dropdown {
	display: none
}
.lg-actions button.lg-prev {
	left: 10px
}
.lg-actions button.lg-next {
	right: 10px
}
.lg-video {
	background: #000
}
@-webkit-keyframes lg-right-end {
0%, to {
left:0
}
50% {
left:-30px
}
}
@keyframes lg-right-end {
0%, to {
left:0
}
50% {
left:-30px
}
}
@-webkit-keyframes lg-left-end {
0%, to {
left:0
}
50% {
left:30px
}
}
@keyframes lg-left-end {
0%, to {
left:0
}
50% {
left:30px
}
}
.ps {
	-ms-touch-action: auto;
	touch-action: auto;
	overflow: hidden!important;
	-ms-overflow-style: none
}
@supports (-ms-overflow-style:none) {
.ps {
overflow:auto!important
}
}
.ps.ps--active-x>.ps__scrollbar-x-rail, .ps.ps--active-y>.ps__scrollbar-y-rail {
	display: block;
	background-color: transparent
}
.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail, .ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {
	background-color: #eee;
	opacity: .9
}
.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x, .ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x {
	background-color: #999;
	height: 11px
}
.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y, .ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
	background-color: #999;
	width: 11px
}
.ps>.ps__scrollbar-x-rail, .ps>.ps__scrollbar-y-rail {
	display: none;
	position: absolute;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	transition: background-color .2s linear, opacity .2s linear
}
.ps>.ps__scrollbar-x-rail {
	bottom: 0;
	height: 15px;
	opacity: 0
}
.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x, .ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
	position: absolute;
	background-color: #aaa;
	border-radius: 6px;
	-webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	-webkit-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
}
.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x {
	bottom: 2px;
	height: 6px
}
.ps>.ps__scrollbar-x-rail:active>.ps__scrollbar-x, .ps>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x {
	height: 11px
}
.ps>.ps__scrollbar-y-rail {
	opacity: .8;
	right: 0;
	width: 15px
}
.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
	right: 2px;
	width: 6px
}
.ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y, .ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
	width: 11px
}
.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail, .ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail, .ps:hover>.ps__scrollbar-x-rail:hover, .ps:hover>.ps__scrollbar-y-rail:hover {
	background-color: #eee;
	opacity: .9
}
.ps:hover>.ps__scrollbar-x-rail, .ps:hover>.ps__scrollbar-y-rail {
	opacity: .6
}
.ps:hover>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x, .ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
	background-color: #999
}
.select2-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
	border-bottom: 1px solid #dee9f7
}
.select2-container .select2-selection--multiple, .select2-container .select2-selection--single {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}
.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}
.select2-container .select2-selection--multiple {
	min-height: 32px
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}
.select2-container .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}
.select2-container .select2-search--inline .select2-search__field {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button, .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance:none
}
.select2-dropdown {
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}
.select2-results {
	display: block;
	-webkit-box-shadow: 0 5px 30px rgba(0,0,0,.1);
	box-shadow: 0 5px 30px rgba(0,0,0,.1)
}
.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 20px 34px
}
.select2-results__option {
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}
.select2-results__option[aria-selected] {
	cursor: pointer
}
.select2-container--open {
	border-color: #1a7ec5
}
.select2-container--open .select2-dropdown {
	left: 0
}
.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.select2-search--dropdown {
	display: none;
	padding: 4px
}
.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.select2-search--dropdown.select2-search--hide {
	display: none
}
.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff
}
.select2-hidden-accessible {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	height: 1px!important;
	margin: -1px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	color: #0f263b
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 15px;
	right: 21px;
	width: 20px;
	display: block;
	text-align: center;
	-webkit-transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	-webkit-transform-origin: 50% 15px;
	-ms-transform-origin: 50% 15px;
	transform-origin: 50% 15px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
	display: inline-block;
	font: 14px/1 'icons';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\EA01';
	color: #fd782c;
	font-size: 4px;
	font-size: 4px;
	font-size: .4rem
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 0;
	cursor: text
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 0;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float: right
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #000 1px;
	outline: 0
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}
.select2-container--default .select2-search--inline .select2-search__field {
	background: 0 0;
	border: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: textfield
}
.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}
.select2-container--default .select2-results__option[role=group] {
	padding: 0
}
.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}
.select2-container--default .select2-results__option[aria-selected=true] {
	color: #1a7fc7
}
.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: #fff
}
.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}
.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 0;
	outline: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x
}
.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	display: block;
	text-align: center;
	-webkit-transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	display: inline-block;
	font: 14px/1 'icons';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\EA01';
	-webkit-transform-origin: 50% 18px;
	-ms-transform-origin: 50% 18px;
	transform-origin: 50% 18px
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}
.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: 0 0;
	border: none
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888;
	border-width: 0 4px 5px
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
	background-repeat: repeat-x
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x
}
.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 0;
	cursor: text;
	outline: 0
}
.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 0;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}
.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}
.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}
.select2-container--classic .select2-dropdown--below {
	border-top: none
}
.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}
.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: gray
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff
}
.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}
.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}
.select2 {
	width: 100%!important
}
.select2-selection {
	width: 100%;
	border: none;
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 0 30px;
	height: 60px;
	outline: none;
	line-height: 1.8;
	display: inline-block;
	overflow: hidden;
	text-align: left;
	color: #6c7c92;
	position: relative
}
.select2-container--open .select2-dropdown {
	background: #fff;
	border-radius: 0;
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem
}
.select2-dropdown--above .select2-results {
	margin-bottom: -10px
}
.select2-dropdown--above .select2-results:before, .select2-dropdown--below .select2-results:before {
	width: 0;
	height: 0;
	background: 0;
	border-style: solid;
	content: '';
	display: inline-block;
	position: absolute;
	right: 20px
}
.select2-dropdown--above .select2-results:before {
	bottom: -7px;
	border-width: 8px 8px 0;
	border-color: #fff transparent transparent
}
.select2-dropdown--above .select2-results .select2-results__options {
	margin-bottom: 10px
}
.select2-dropdown--below .select2-results {
	margin-top: 0
}
.select2-dropdown--below .select2-results:before {
	border-width: 0 8px 8px;
	border-color: transparent transparent #fff;
	top: 2px
}
.select2-dropdown--below .select2-results .select2-results__options {
	margin-top: 10px
}
.select2-results__option {
	color: #6c7c92;
	padding: 9px 0;
	line-height: 1.2;
	border-bottom: 1px solid #e6f0f8
}
.select2-container--default .select2-results__option--highlighted {
	color: #1a7fc7!important;
	background-color: transparent!important;
	border-color: #1a7ec5
}
.select2-selection__rendered {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	height: 60px;
	line-height: 60px
}
.select2-selection__choice {
	display: inline!important;
	background: 0 0!important;
	margin: 0!important;
	border: none!important;
	vertical-align: middle!important;
	max-width: calc(100% - 100px);
	overflow: hidden;
	text-overflow: ellipsis
}
.select2-results__message, .select2-selection__choice__remove {
	display: none!important
}
.select2-selection__choice+.select2-search--inline {
	max-width: 100px!important;
	overflow: hidden
}
.accord {
	width: 100%;
	margin: 0 0 20px
}
.accord__item {
	margin: -1px auto 16px
}
.accord__head {
	padding: 0 0 0 70px;
	position: relative;
	cursor: pointer
}
.accord__head:before {
	content: '';
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	right: 0;
	top: 10px;
	border-radius: 50%;
	border: 2px solid #d4ebfe;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}
.accord__item.active .accord__head:before {
	opacity: 1
}
.accord__head:after {
	display: inline-block;
	font: 14px/1 'icons';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\EA01';
	color: #fd782c;
	font-size: 6px;
	font-size: 6px;
	font-size: .6rem;
	position: absolute;
	right: 10px;
	top: 21px;
	-webkit-transition: color .3s, -webkit-transform .3s;
	transition: transform .3s, color .3s;
	transition: transform .3s, color .3s, -webkit-transform .3s
}
.accord__item.active .accord__head:after {
	color: #1a7fc7;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.accord__head h3, .accord__head h4, .accord__head p {
	font-size: 18px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	margin: 13px 0
}
.accord__body {
	padding: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: max-height .3s, opacity .3s, padding .3s;
	transition: max-height .3s, opacity .3s, padding .3s
}
.accord__item.active .accord__body {
	-webkit-transition: max-height .3s .2s, opacity .3s .2s, padding .3s .2s;
	transition: max-height .3s .2s, opacity .3s .2s, padding .3s .2s;
	opacity: 1;
	padding: 20px 0;
	max-height: 1000px
}
.accord__body img {
	max-width: 100%
}
.accord__timer {
	position: absolute;
	right: 0;
	top: 10px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}
.accord__item.active .accord__timer {
	opacity: 1
}
.accord__timer path {
	stroke-dasharray: 240;
	stroke-dashoffset: 240;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear
}
.accord.timing .accord__item.active .accord__timer path {
	-webkit-transition: all 8000ms linear;
	transition: all 8000ms linear;
	stroke-dashoffset: 0
}
.accord__icon {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px
}
.accord__icon:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	margin: 0 20px 0 0;
	position: absolute;
	-webkit-transition: opacity .3s, background .3s, -webkit-filter .3s;
	transition: filter .3s, opacity .3s, background .3s;
	transition: filter .3s, opacity .3s, background .3s, -webkit-filter .3s;
	z-index: 2
}
.accord__icon--smile:before {
	background-repeat: no-repeat;
	background-image: url(../img/icons/smile.1570693232.svg)
}
.accord__icon--flag:before, .accord__icon--person:before {
	background-repeat: no-repeat;
	background-image: url(../img/icons/person.1570693232.svg)
}
.accord__icon--flag:before {
	background-image: url(../img/icons/flag.1570693232.svg)
}
.accord__icon--thumbsup:before {
	background-repeat: no-repeat;
	background-image: url(../img/icons/thumbsup.1570693232.svg)
}
.accord__item.active .accord__icon--smile:before {
	background-repeat: no-repeat;
	background-image: url(../img/icons/smile-yellow.1570693232.svg)
}
.accord__item.active .accord__icon--person:before {
	background-repeat: no-repeat;
	background-image: url(../img/icons/person-yellow.1570693232.svg)
}
.accord__item.active .accord__icon--flag:before {
	background-repeat: no-repeat;
	background-image: url(../img/icons/flag-yellow.1570693232.svg)
}
.accord__item.active .accord__icon--thumbsup:before {
	background-repeat: no-repeat;
	background-image: url(../img/icons/thumbsup-yellow.1570693232.svg)
}
.accord__item.active .accord__icon:after {
	opacity: 1
}
.accord__icon:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0;
	background: #f9e352;
	border-radius: 50%
}
.section.has-displayed .list-info li, html.js .has-displayed .fade-in {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.badge {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 95;
	height: 0;
	-webkit-transition: opacity .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1), opacity .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1), opacity .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s cubic-bezier(.68, 0, .265, 1)
}
body.is-at-bottom .badge {
	-webkit-transform: translate3d(0, 200px, 0);
	transform: translate3d(0, 200px, 0);
	opacity: 0
}
.badge-holder {
	max-width: 1540px;
	width: 100%;
	margin: 0 auto
}
.badge-img {
	display: none
}
.browser-upgrade {
	padding: 0;
	margin: 0
}
.browser-upgrade__content {
	font-size: 14px;
	font-size: 1.4rem;
	background-color: #2a2e3c;
	color: #fff;
	font-size: 1em;
	padding: 1em;
	position: relative;
	margin: 0
}
.browser-upgrade__close {
	background-color: #fff;
	border: none;
	min-width: 0;
	width: 30px;
	height: 30px;
	padding: 0;
	position: absolute;
	top: 50%;
	right: .5em;
	margin-top: -15px;
	color: #2a2e3c;
	font-size: 2em;
	line-height: .5em;
	overflow: hidden;
	text-align: center
}
.browser-upgrade__close:hover {
	background-color: #c00;
	color: #fff
}
.browser-upgrade a {
	color: inherit
}
.browser-upgrade p {
	margin: 0;
	padding: 0
}
.btn, .btn span, .btn--load-more:after {
	display: inline-block;
	position: relative
}
.btn {
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #0f263b;
	background: #eee;
	border-radius: 2px;
	font-weight: 500;
	text-align: center;
	padding: 18px 40px;
	font-size: 15px;
	font-size: 15px;
	font-size: 1.9rem;
	min-width: 200px;
	overflow: hidden;
	text-decoration: none
}
.btn:hover:before {
	opacity: 1;
	-webkit-transform: translate3d(-50%, 0, 0) scale(1);
	transform: translate3d(-50%, 0, 0) scale(1);
	-webkit-transition: opacity 0s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: transform .6s cubic-bezier(.215, .61, .355, 1) 0s, opacity 0s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: transform .6s cubic-bezier(.215, .61, .355, 1) 0s, opacity 0s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) 0s;
	-webkit-animation: btn .4s;
	animation: btn .4s
}
.btn:before {
	content: '';
	display: block;
	width: 440px;
	height: 440px;
	position: absolute;
	bottom: -220px;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0) scale(0);
	transform: translate3d(-50%, 0, 0) scale(0);
	background: rgba(255,255,255,.2);
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: opacity .3s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform 0s .4s;
	transition: transform 0s .4s, opacity .3s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: transform 0s .4s, opacity .3s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform 0s .4s;
	pointer-events: none
}
.btn span, .btn--load-more:after {
	z-index: 2;
	font-weight:bold;
}
.btn:hover{color:#f2f2f2;}
.btn--red {
	background: #ea3744;
	-webkit-box-shadow: 0 5px 15px rgba(234,55,68,.3);
	box-shadow: 0 5px 15px rgba(234,55,68,.3);
	color: #fff;
	opacity: 1 !important;
	border:1px solid #fff;
}
.btn--white {
	background: #ea3744;
	-webkit-box-shadow: 0 5px 15px rgba(234,55,68,.3);
	box-shadow: 0 5px 15px rgba(234,55,68,.3);
	color: #fff;
	opacity: 1 !important;
}
.btn--blue {
	    background: #2996da;
    color: #fff;
    z-index: 2000;
    position: relative;
    background-color: rgba(46, 152, 215, 1);
    opacity: 1 !important;
}
.btn--load-more:after {
	content: '';
	vertical-align: middle;
	margin: 0 0 0 10px;
	background-repeat: no-repeat;
	background-image: url(../img/loading.1570693227.svg);
	width: 26px;
	height: 6px
}
.btn.btn--instagram {
	vertical-align: middle;
	overflow: hidden;
	color: #fff;
	display: block;
	max-width: 280px;
	margin: 0 auto
}
.btn.btn--instagram, .btn.btn--instagram span, .burger span:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.btn.btn--instagram span {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.btn.btn--instagram .icon {
	margin: 0 8px;
	font-size: 16px;
	font-size: 16px;
	font-size: 1.6rem;
	vertical-align: middle
}
.btn.btn--instagram:before {
	display: none
}
.btn.btn--instagram:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -120%;
	right: 0;
	bottom: -120%;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s cubic-bezier(.68, 0, .265, 1);
	background: -webkit-gradient(linear, left bottom, right top, from(#fb7e3c), color-stop(27%, #be1c75), color-stop(44%, #9e1d9c), color-stop(56%, #fb7e3c), color-stop(82%, #be1c75), to(#9e1d9c));
	background: linear-gradient(to right top, #fb7e3c, #be1c75 27%, #9e1d9c 44%, #fb7e3c 56%, #be1c75 82%, #9e1d9c)
}
.btn--small {
	padding: 10px 24px;
	min-width: 0
}
@-webkit-keyframes instagram {
0% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
to {
-webkit-transform:translate3d(54%, -54%, 0);
transform:translate3d(54%, -54%, 0)
}
}
@keyframes instagram {
0% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
to {
-webkit-transform:translate3d(54%, -54%, 0);
transform:translate3d(54%, -54%, 0)
}
}
.burger {
	margin: 25px 0 0 16px;
	width: 40px;
	height: 37px;
	position: relative;
	background: 0 0;
	border: none;
	padding: 10px;
	display: inline-block;
	outline: none;
	left: 0;
	vertical-align: middle;
	top: 0
}
.burger__closed, .burger__opened {
	position: absolute
}
.burger span {
	height: 2px;
	display: block;
	overflow: hidden
}
.burger span:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-transition: .4s;
	transition: .4s
}
.menu.is-dark .burger span:after {
	background: #1a7fc7
}
.burger span:nth-child(1):after {
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}
.burger span:nth-child(2):after {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}
.burger span:nth-child(3):after {
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}
.burger__closed span {
	width: 100%
}
.burger__closed span:nth-child(2) {
	margin: 4px 0;
	width: 22px
}
.burger__closed span:after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}
body.show-menu .burger__closed span:after {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0
}
.burger__opened {
	margin-top: -3px
}
.burger__opened span {
	width: 24px
}
.burger__opened span:nth-child(1) {
	margin: 0 2px;
	-webkit-transform-origin: 0 1px;
	-ms-transform-origin: 0 1px;
	transform-origin: 0 1px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.burger__opened span:nth-child(2) {
	margin: -2px 0 0 -5px;
	-webkit-transform-origin: 100% 1px;
	-ms-transform-origin: 100% 1px;
	transform-origin: 100% 1px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.burger__opened span:after {
	background: #1a7fc7;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0
}
body.show-menu .burger__opened span:after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}
.burger__text {
	height: auto!important;
	width: auto!important;
	overflow: visible!important;
	position: relative;
	padding: 0 0 0 40px;
	margin: -2px 0 0;
	vertical-align: middle;
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem;
	text-transform: uppercase;
	font-family: 'RobotoCondensed', sans-serif;
	color: #ced3db;
	opacity: 0;
	-webkit-transition: .2s 0s;
	transition: .2s 0s
}
body.show-menu .burger__text {
	-webkit-transition: .2s .2s;
	transition: .2s .2s;
	opacity: 1
}
.calendar {
	display: block;
	margin: 0 auto;
	font-size: 0;
	width: 300px
}
.calendar__item {
	display: inline-block;
	padding: 0 0 20px;
	width: 100%;
	text-align: left;
	margin: 0 auto 20px
}
.calendar__date {
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2
}
.calendar__date, .calendar__text {
	font-family: 'RobotoCondensed', sans-serif
}
.calendar__text {
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem;
	vertical-align: middle
}
.calendar__date {
	width: 50px;
	margin: 20px 14px 0 0;
	font-size: 18px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #1a7fc7;
	text-align: center;
	position: relative;
	-webkit-transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	vertical-align: top
}
.calendar__date:before {
	content: '';
	display: block;
	position: absolute;
	background: #fff;
	-webkit-box-shadow: 0 20px 30px rgba(0,0,0,.1);
	box-shadow: 0 20px 30px rgba(0,0,0,.1);
	height: 65px;
	width: 50px;
	z-index: -1;
	-webkit-transform: skewY(-10deg);
	-ms-transform: skewY(-10deg);
	transform: skewY(-10deg);
	top: -12px
}
.calendar__date span, .calendar__place {
	color: #6c7c92;
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem
}
.calendar__date span {
	display: block
}
.calendar__text {
	max-width: calc(100% - 100px)
}
.calendar__place {
	font-family: 'RobotoCondensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 0 auto 4px
}
.calendar h3 {
	font-size: 16px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #0f263b;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: none;
	line-height: 1.7;
	margin: 0 auto
}
.category-link {
	display: block;
	max-width: 100%;
	width: 600px;
	-webkit-transition: -webkit-box-shadow .4s cubic-bezier(.68, 0, .265, 1), -webkit-transform .4s cubic-bezier(.68, 0, .265, 1);
	transition: box-shadow .4s cubic-bezier(.68, 0, .265, 1), transform .4s cubic-bezier(.68, 0, .265, 1);
	transition: box-shadow .4s cubic-bezier(.68, 0, .265, 1), transform .4s cubic-bezier(.68, 0, .265, 1), -webkit-box-shadow .4s cubic-bezier(.68, 0, .265, 1), -webkit-transform .4s cubic-bezier(.68, 0, .265, 1);
	text-decoration: none;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,.15);
	box-shadow: 0 10px 20px rgba(0,0,0,.15);
	background: #fff
}
.category-link__inner {
	padding: 30px 20px 20px;
	text-align: center;
	position: relative
}
.category-link__inner:after, .category-link__inner:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -45px;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s cubic-bezier(.68, 0, .265, 1)
}
.category-link__letter {
	position: relative;
	width: auto;
	display: inline-block;
	Z-index: 10;
	margin: 0 auto 14px;
	max-width: 100%
}
.category-link__person {
	position: relative;
	max-width: 100%;
	background-position: center
}
.category-link__person--leader {
	width: 220.79999999999998px;
	height: 246px;
	background-size: cover;
	background-image: url(../img/category-link/leader.1570693230.jpg)
}
.category-link__person--seller {
	width: 247.2px;
	height: 240px;
	background-size: cover;
	background-image: url(../img/category-link/seller.1570693230.jpg)
}
.category-link__shadow {
	position: relative;
	left: -10px;
	top: 6px;
	-webkit-transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}
.category-link__stroke {
	position: absolute;
	top: 17px;
	left: 13px;
	-webkit-transition: top .3s cubic-bezier(.68, 0, .265, 1), left .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform .2s;
	transition: top .3s cubic-bezier(.68, 0, .265, 1), left .3s cubic-bezier(.68, 0, .265, 1), transform .2s;
	transition: top .3s cubic-bezier(.68, 0, .265, 1), left .3s cubic-bezier(.68, 0, .265, 1), transform .2s, -webkit-transform .2s
}
.category-link__tag-holder {
	top: 30px
}
.category-link__tag {
	display: none
}
.category-link__tag:nth-child(1) {
	top: 0;
	left: -30px
}
.category-link__tag:nth-child(2) {
	top: 20px;
	right: -30px
}
.category-link__tag:nth-child(3) {
	top: 140px;
	left: -80px
}
.category-link__tag:nth-child(4) {
	top: 170px;
	right: 0
}
.category-link__tag:nth-child(5) {
	top: 250px;
	left: -30px
}
.category-link__tag:nth-child(6) {
	top: 280px;
	right: -40px
}
.category-link h3 {
	font-family: 'RobotoCondensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #6c7c92;
	line-height: 1.4;
	margin: 0 auto 15px
}
.category-link h3 span {
	color: #0f263b;
	font-size: 22px;
	font-size: 22px;
	font-size: 2.2rem;
	text-transform: none;
	font-family: 'Roboto', sans-serif
}
.category-link .icon, .filter h2:after, .footer h2:after, .footer__links ul li:before {
	display: none
}
.description {
	max-width: 640px;
	margin: 0 auto;
	font-size: 17px;
	font-size: 17px;
	font-size: 1.7rem;
	text-align: left
}
.dropdown {
	position: relative;
	padding: 20px 0 0;
	margin: 0 0 25px
}
.dropdown-holder {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 80px;
	background: #fff;
	-webkit-box-shadow: 0 5px 30px rgba(2,36,71,.15);
	box-shadow: 0 5px 30px rgba(2,36,71,.15);
	text-align: left;
	z-index: 20;
	max-height: 0;
	padding: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: opacity .3s cubic-bezier(.68, 0, .265, 1), max-height 0s .3s cubic-bezier(.68, 0, .265, 1), padding 0s .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1), opacity .3s cubic-bezier(.68, 0, .265, 1), max-height 0s .3s cubic-bezier(.68, 0, .265, 1), padding 0s .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1), opacity .3s cubic-bezier(.68, 0, .265, 1), max-height 0s .3s cubic-bezier(.68, 0, .265, 1), padding 0s .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s cubic-bezier(.68, 0, .265, 1);
	-webkit-transform: translate3d(0, -20px, 0) scale(.8);
	transform: translate3d(0, -20px, 0) scale(.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	overflow-x: visible
}
.dropdown-holder:before {
	display: table
}
.dropdown-holder:after {
	content: "";
	display: table;
	clear: both
}
.dropdown-holder.is-active {
	padding: 20px 20px 30px;
	overflow: hidden;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
	max-height: 370px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: opacity .2s cubic-bezier(.68, 0, .265, 1), max-height 0s cubic-bezier(.68, 0, .265, 1), padding 0s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1), opacity .2s cubic-bezier(.68, 0, .265, 1), max-height 0s cubic-bezier(.68, 0, .265, 1), padding 0s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1), opacity .2s cubic-bezier(.68, 0, .265, 1), max-height 0s cubic-bezier(.68, 0, .265, 1), padding 0s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s cubic-bezier(.68, 0, .265, 1)
}
.dropdown-holder.is-active:before, .filter-dropdown.is-active:before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.dropdown-holder:before {
	width: 0;
	height: 0;
	background: 0;
	border-style: solid;
	content: '';
	display: inline-block;
	border-width: 0 8px 8px;
	border-color: transparent transparent #fff;
	position: absolute;
	top: -8px;
	left: 0;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	-webkit-transition: -webkit-transform .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s cubic-bezier(.68, 0, .265, 1)
}
.dropdown-holder--city:before {
	left: 236px
}
.dropdown-holder--sport:before {
	left: 492px
}
.dropdown-holder__col {
	width: 100%;
	vertical-align: top;
	padding: 0 20px;
	display: inline-block;
	overflow-x: visible
}
.dropdown-holder__col-double {
	width: 50%
}
.filter--small .dropdown-holder__col-double {
	width: 100%
}
.dropdown-holder__group {
	display: block;
	margin: 0 auto 40px;
	overflow-x: visible
}
.dropdown-holder__group-head {
	padding: 0;
	margin: 0 0 15px;
	border-bottom: 1px solid #e6f0f8;
	overflow-x: visible
}
.filter-dropdown {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 100px;
	background: #fff;
	-webkit-box-shadow: 0 5px 30px rgba(2,36,71,.15);
	box-shadow: 0 5px 30px rgba(2,36,71,.15);
	text-align: left;
	z-index: 20;
	max-height: 0;
	padding: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: opacity .3s cubic-bezier(.68, 0, .265, 1), max-height 0s .3s cubic-bezier(.68, 0, .265, 1), padding 0s .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1), opacity .3s cubic-bezier(.68, 0, .265, 1), max-height 0s .3s cubic-bezier(.68, 0, .265, 1), padding 0s .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1), opacity .3s cubic-bezier(.68, 0, .265, 1), max-height 0s .3s cubic-bezier(.68, 0, .265, 1), padding 0s .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s cubic-bezier(.68, 0, .265, 1);
	-webkit-transform: translate3d(0, -20px, 0) scale(.8);
	transform: translate3d(0, -20px, 0) scale(.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	overflow-x: visible
}
.filter-dropdown:before {
	display: table
}
.filter-dropdown:after {
	content: "";
	display: table;
	clear: both
}
.filter-dropdown.is-active {
	padding: 20px 0;
	overflow: hidden;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
	max-height: 370px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: opacity .2s cubic-bezier(.68, 0, .265, 1), max-height 0s cubic-bezier(.68, 0, .265, 1), padding 0s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1), opacity .2s cubic-bezier(.68, 0, .265, 1), max-height 0s cubic-bezier(.68, 0, .265, 1), padding 0s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1), opacity .2s cubic-bezier(.68, 0, .265, 1), max-height 0s cubic-bezier(.68, 0, .265, 1), padding 0s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s cubic-bezier(.68, 0, .265, 1)
}
.filter-dropdown:before {
	width: 0;
	height: 0;
	background: 0;
	border-style: solid;
	content: '';
	display: inline-block;
	border-width: 0 8px 8px;
	border-color: transparent transparent #fff;
	position: absolute;
	top: -8px;
	left: 0;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	-webkit-transition: -webkit-transform .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s cubic-bezier(.68, 0, .265, 1)
}
.filter-dropdown--city:before {
	left: 236px
}
.filter-dropdown--sport:before {
	left: 492px
}
.filter-dropdown__col {
	width: 100%;
	vertical-align: top;
	padding: 0 20px;
	display: inline-block;
	overflow-x: visible
}
.filter-dropdown__col-double {
	width: 50%
}
.filter--small .filter-dropdown__col-double {
	width: 100%
}
.filter-dropdown__group {
	display: block;
	margin: 0 auto 40px;
	overflow-x: visible
}
.filter-dropdown__group-head {
	padding: 0;
	margin: 0 0 15px;
	border-bottom: 1px solid #e6f0f8;
	overflow-x: visible
}
.filter, .header__logo img {
	display: block
}
.filter h2 {
	font-size: 17px;
	font-size: 17px;
	font-size: 1.7rem
}
.filter__holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto 30px
}
.filter__content {
	max-width: 1100px;
	margin: 0 auto 20px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	position: relative;
	padding: 24px 40px 0 30px
}
.filter__content:after, .filter__content:before {
	content: "";
	display: table
}
.filter__content:after {
	clear: both
}
.filter__content .btn {
	margin: 0 10px 24px 0;
	float: left
}
.filter .select {
	margin: 0 auto 10px;
	width: 100%
}
.filter__applied {
	padding: 0 10px;
	float: left;
	margin: 0 auto;
	text-align: left
}
.filter__applied:after, .filter__applied:before {
	content: "";
	display: table
}
.filter__applied:after {
	clear: both
}
.filter__applied-item {
	color: #99a7ba;
	line-height: 40px;
	float: left;
	text-transform: uppercase;
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem;
	font-family: 'RobotoCondensed', sans-serif;
	font-weight: 700;
	margin: 0 30px 24px 0
}
.filter__applied-tag {
	display: inline-block;
	background: #f4f8fd;
	padding: 0 12px;
	color: #6c7c92;
	text-transform: none;
	font-weight: 400;
	margin: 0 4px 5px 0
}
.filter__applied-tag:first-child {
	margin-left: 14px
}
.filter--small {
	max-width: 620px;
	margin: 0 auto
}
.filter--small .filter__content {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	margin: 0 auto 10px
}
.filter--small .filter__holder {
	margin-bottom: 20px
}
.filter--small .select {
	width: 100%;
	margin: 50px auto 10px
}
.filter--small .filter__applied-tag {
	margin-bottom: 5px
}
.filter--small .filter__applied, .grid .cell-no-padding img {
	max-width: 100%
}
.filter--small .filter__applied-item {
	margin-bottom: 5px
}
.filter--small .filter-dropdown {
	top: 70px
}
.footer {
	background: #002f52;
	position: relative;
	z-index: 95
}
.footer__inner {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	text-align: center;
}
.footer__top {
	padding: 30px 0 30px;
	font-weight: 500;
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem
}
.footer__top .icon {
	display: inline-block;
	margin: 0 10px
}
.footer a, .footer__top {
	color: #465b6e
}
.footer .icon, .footer__links li {
	vertical-align: middle
}
.footer h2 {
	font-size: 20px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 200;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	margin: 0 auto 10px;
	text-transform: none
}
.footer__links {
	position: relative;
	display: block
}
.footer__links ul, .header__social ul, .kviz__control ul {
	padding: 0;
	margin: 0;
	list-style: none
}
.footer__links ul li+li {
	margin-top: 0
}
.footer__links li {
	display: block;
	margin: 0 0px 10px 0;
	text-align:center;
}
.footer__links a {
	font-weight: 500;
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem;
	color: #fff;
	text-decoration: none
}
.footer__links a:hover {
	text-decoration: underline
}
.footer hr {
	height: 0;
	border: 0;
	clear: both;
	border-bottom: 1px solid #2e98db;
	margin: -30px auto 0;
	display: block;
	max-width: calc(100% - 130px);
}
.footer__bottom {
	padding: 20px 0 30px
}
.footer__copy {
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #465b6e;
	line-height: 20px;
	line-height: 20px;
	line-height: 2rem
}
.footer__copy a {
	color: #465b6e
}
.footer__copy-text {
	max-width: calc(100% - 120px);
	display: inline-block
}
.footer__giant, .footer__giant .icon {
	vertical-align: middle;
	display: inline-block
}
.footer__giant {
	float: right;
	text-decoration: none
}
.footer__giant .icon {
	font-size: 22px;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0 auto 0 10px
}
.input {
	width: 100%;
	margin: 0 auto 25px;
	padding: 20px 0 0;
	position: relative
}
.input input, .input textarea {
	width: 100%;
	border: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	background: #f4f8fd;
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem;
	color: #0f263b;
	line-heihgt: 1.2;
	padding: 19px 30px;
	outline: none;
	resize: none;
	display: block;
	border-radius: none
}
.input input:required+.input__label:after, .input textarea:required+.input__label:after {
content:' *';
vertical-align:super;
font-size:smaller;
color:#fd782c
}
.input input:focus~.input__border:after, .input textarea:focus~.input__border:after {
	right: 0;
	left: 0;
	opacity: 1
}
.input__border:before {
	left: 0
}
.input__border:after, .input__border:before {
	content: '';
	display: block;
	bottom: 0;
	top: 100%;
	position: absolute;
	height: 1px;
	-webkit-transition: right .3s cubic-bezier(.68, 0, .265, 1), left .3s cubic-bezier(.68, 0, .265, 1), opacity .2s cubic-bezier(.68, 0, .265, 1);
	transition: right .3s cubic-bezier(.68, 0, .265, 1), left .3s cubic-bezier(.68, 0, .265, 1), opacity .2s cubic-bezier(.68, 0, .265, 1)
}
.input__border:before {
	background: #dee9f7;
	right: 0
}
.input__border:after {
	background: #1a7fc7;
	left: 50%;
	right: 50%;
	opacity: 0
}
.input__label {
	font-family: 'RobotoCondensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #99a7ba;
	line-height: 1;
	margin: 0 auto 8px;
	display: block;
	top: 0;
	left: 0;
	position: absolute
}
.input--error {
	margin: 0 auto 40px
}
.input--error .input__border:after, .input--error .input__border:before {
	background: red
}
.input .InputError, .input__error {
	position: absolute;
	color: red;
	top: 100%;
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem
}
.input--file {
	width: 100%
}
.input--file input {
	display: none
}
.input--file .input__filename {
	padding: 18px 10px 16px;
	text-align: center;
	font-weight: 400;
	color: #6c7c92;
	background: #f4f8fd;
	width: 100%;
	display: block;
	cursor: pointer
}
.input--file .input__filename strong {
	color: #0f263b
}
.input--file-with-icon .input__filename {
	text-align: left
}
.input--file-with-icon .input__filename:after {
	content: '\EA6C';
	display: inline-block;
	font: 14px/1 'icons';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #1a7fc7;
	font-size: 14px;
	font-size: 14px;
	font-size: 1.4rem;
	float: right;
	margin: 4px auto
}
.form--box h2:after, .header__social ul li:before, .input--file-with-icon .input__filename--filled:after {
	display: none
}
.checkbox {
	display: block;
	cursor: pointer;
	margin: 0 auto 12px;
	position: relative;
	margin-left:25px;
}
.checkbox input {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%
}
.checkbox input:checked+.checkbox__text:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.checkbox__text {
	color: #6c7c92;
	padding: 0 0 0 30px
}
.checkbox__text:after, .checkbox__text:before {
	pointer-events: none
}
.checkbox__text:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	background: #f4f8fd;
	border: 1px solid #dbe6f4;
	width: 20px;
	height: 20px
}
.checkbox__text:after {
	color: #002f52;
    font: 14px/1 'fontawesome';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 24px;
    content: '\f14a';
    position: absolute;
    left: 0px;
    top: 2px;
    opacity: 0;
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
    -webkit-transition: .2s;
    transition: .2s;
}
.checkbox:hover .checkbox__text, .list-info li a {
	color: #2e98db
}
.checkbox--important .checkbox__text, .input-label {
	color: #002f52;
	font-weight: 700
}
.checkbox--hidden .checkbox__text {
	visibility: hidden
}
.checkbox.input--error .checkbox__text:before {
	border-color: red
}
.input-label {
	display: block;
	text-transform: uppercase;
	font-family: 'RobotoCondensed', sans-serif;
	color: #99a7ba;
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 0 2px
}
.select .input-label {
	position: absolute;
	top: -20px
}
.form .btn {
	width: 100%
}
.form__success p {
	font-size: 20px;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.6
}
.form--career {
	max-width: 800px;
	margin: 0 auto;
	-webkit-transition: opacity .3s cubic-bezier(.68, 0, .265, 1), max-height .3s .3s, -webkit-filter .3s cubic-bezier(.68, 0, .265, 1);
	transition: opacity .3s cubic-bezier(.68, 0, .265, 1), filter .3s cubic-bezier(.68, 0, .265, 1), max-height .3s .3s;
	transition: opacity .3s cubic-bezier(.68, 0, .265, 1), filter .3s cubic-bezier(.68, 0, .265, 1), max-height .3s .3s, -webkit-filter .3s cubic-bezier(.68, 0, .265, 1)
}
.form--career .grid {
	max-width: 620px;
	margin: 0 auto
}
.form--career .cell {
	width: 100%
}
.form--career .btn {
	max-width: 300px
}
.form__headline-empty {
	margin-top: -50px
}
.form--box {
	padding: 40px 20px;
	border-top: 4px solid #1a7fc7;
	-webkit-box-shadow: 0 20px 30px rgba(0,0,0,.15);
	box-shadow: 0 20px 30px rgba(0,0,0,.15);
	z-index: 10;
	position: relative;
	background: #fff
}
.form--box h2 {
	margin: 0 auto 34px
}
.form--box h2:first-child, .position-detail h2:first-child {
	margin-top: 0
}
.form--box .select {
	margin: 20px 0 25px
}
.form--box .checkbox__text {
	display: block;
	text-align: left;
	font-size: 14px;
	font-size: 14px;
	font-size: 1.4rem
}
.form--box .btn {
	width: 300px;
	display: block;
	margin: 10px auto 0;
	max-width: 100%
}
.form--success {
	border-top: 3px solid #fd782c;
	padding: 320px 20px 40px!important;
	width: 750px;
	margin: 0 auto!important;
	max-width: 100%;
	-webkit-box-shadow: 0 20px 30px rgba(0,0,0,.15);
	box-shadow: 0 20px 30px rgba(0,0,0,.15);
	background-repeat: no-repeat;
	background-image: url(../img/success.1570693228.svg);
	background-position: center 40px;
	background-size: 240px auto
}
.form--success h2 {
	max-width: 400px
}
.form.is-sending .checkbox, .form.is-sending .input__filename, .form.is-sending .input__label, .form.is-sending .select, .form.is-sending [data-component=Cloner], .form.is-sending input, .form.is-sending textarea {
	pointer-events: none;
	opacity: .7
}
.form.is-sending button[type=submit], .form.is-sending input[type=submit] {
	pointer-events: none;
	opacity: 1
}
.form.is-sending button[type=submit]:after, .form.is-sending input[type=submit]:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	height: 3px;
	top: auto;
	z-index: 10;
	background: #1a7fc7;
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	right: auto;
	width: 0;
	left: 0;
	-webkit-animation: 15s load forwards linear;
	animation: 15s load forwards linear
}
.antispam {
	height: 0;
	width: 0;
	opacity: 0;
	display: block;
	overflow: hidden;
	-webkit-transform: translate(-9999px, -9999px);
	-ms-transform: translate(-9999px, -9999px);
	transform: translate(-9999px, -9999px);
	margin: 0
}
@-webkit-keyframes load {
0% {
width:0
}
to {
width:80%
}
}
@keyframes load {
0% {
width:0
}
to {
width:80%
}
}
.grid {
	display: block;
	margin: 0 auto;
	font-size: 0;
	text-align: left
}
.grid .cell {
	display: inline-block;
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem;
	vertical-align: top;
	position: relative;
	padding: 0 0 20px
}
.grid .cell-1-2, .grid .cell-1-3 {
	width: 100%
}
.grid .cell-1-4 {
	width: 50%;
	padding: 0 5px
}
.grid--middle .cell {
	vertical-align: middle
}
.grid .cell-no-padding {
	padding: 0!important
}
.grid .list-basic li:before {
	top: 14px
}
.header {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 90
}
.header__inner {
	display: block;
	position: relative;
	padding: 25px 20px 20px;
	text-align: center;
	margin: 0 auto;
	max-width: 1980px
}
.header a {
	color: #fff;
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.header__logo {
	display: inline-block;
	width: 145px;
	margin: -2px auto;
	float:left;
}

.page-subpage .header__logo, .page-homepage .header__logo, .header__logo {
	border-color: transparent
}
.header__nav {
	display: none;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.68, 0, .265, 1);
	transition: transform .4s cubic-bezier(.68, 0, .265, 1);
	transition: transform .4s cubic-bezier(.68, 0, .265, 1), -webkit-transform .4s cubic-bezier(.68, 0, .265, 1)
}
.page-kviz .header__nav, .to-kviz .header__nav {
	-webkit-transform: translate3d(0, -200px, 0);
	transform: translate3d(0, -200px, 0)
}
.header__social {
	margin: 1px 0;
	float: right;
	display: none
}
.footer__social {margin:1px 0px; text-align:center;}
.header__social ul li+li {
	margin-top: 0
}
.header__social li, .footer__social li {
	display: inline-block;
	overflow: hidden;
	position: relative
}
.header__social li:hover a {
	color: #fff;
	text-shadow: 0 10px 20px #0f6bb2
}
.header__social a, .footer__social a {
	display: inline-block;
	line-height: 26px;
	line-height: 26px;
	line-height: 2.6rem;
	font-size: 16px;
	font-size: 16px;
	font-size: 2rem;
	color: #c6e8fe;
	padding: 6px;
	-webkit-transition: color .2s, text-shadow .2s;
	transition: color .2s, text-shadow .2s;
	text-shadow: 0 10px 10px rgba(15,107,178,0);
	color: #fff
}
.footer__social a{
	font-size:2em;
	padding:6px 10px;
}
.header__social a .icon, .nav-main a span {
	position: relative;
	z-index: 2
}
.header__social li+li {
	margin: 0 0 0 14px
}
.icon-block {
	position: relative;
	margin: 30px 0;
	padding: 10px 0 0 90px
}
.icon-block__icon {
	position: absolute;
	left: 0;
	top: 6px
}
.instagram {
	font-size: 0;
	max-width: 1200px;
	margin: 0 auto 30px;
	z-index: 4;
	position: relative
}
.instagram__item {
	display: inline-block;
	width: 50%;
	position: relative;
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem;
	-webkit-transition: z-index 0s cubic-bezier(.68, 0, .265, 1) .2s, -webkit-transform .2s cubic-bezier(.68, 0, .265, 1) 0s, -webkit-box-shadow .2s cubic-bezier(.68, 0, .265, 1) 0s;
	transition: transform .2s cubic-bezier(.68, 0, .265, 1) 0s, box-shadow .2s cubic-bezier(.68, 0, .265, 1) 0s, z-index 0s cubic-bezier(.68, 0, .265, 1) .2s;
	transition: transform .2s cubic-bezier(.68, 0, .265, 1) 0s, box-shadow .2s cubic-bezier(.68, 0, .265, 1) 0s, z-index 0s cubic-bezier(.68, 0, .265, 1) .2s, -webkit-transform .2s cubic-bezier(.68, 0, .265, 1) 0s, -webkit-box-shadow .2s cubic-bezier(.68, 0, .265, 1) 0s;
	z-index: 1
}
.instagram__img {
	position: relative;
	z-index: 4;
	display: block;
	margin: 0
}
.instagram__img img, .video video {
	display: block;
	max-width: 100%
}
.instagram a {
	display: block
}
.instagram__top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 16px 25px;
	background: #fff;
	-webkit-transition: -webkit-transform .2s cubic-bezier(.68, 0, .265, 1) 0s;
	transition: transform .2s cubic-bezier(.68, 0, .265, 1) 0s;
	transition: transform .2s cubic-bezier(.68, 0, .265, 1) 0s, -webkit-transform .2s cubic-bezier(.68, 0, .265, 1) 0s
}
.instagram__avatar {
	float: left;
	color: #0f263b;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 24px;
	line-height: 24px;
	line-height: 2.4rem;
	max-width: calc(100% - 40px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 10px;
	text-align: left
}
.instagram__avatar img {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: cover;
	background-image: url(../img/avatar.1570693226.jpg);
	margin: 8px 10px 8px 0;
	vertical-align: middle;
	border-radius: 50%;
	border: 1px solid #eee;
	background-color: #fff
}
.instagram__likes {
	float: right;
	padding: 10px 0;
	color: #6c7c92;
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem;
	font-family: 'RobotoCondensed', sans-serif;
	font-weight: 700
}
.instagram__likes .icon {
	display: inline-block;
	margin: -1px 0 0 4px;
	color: #fd782c;
	font-size: 12px;
	font-size: 12px;
	font-size: 1.2rem;
	vertical-align: middle
}
.instagram__description, .intro--vertical h2:after {
	display: none
}
.intro {
	display: block;
	z-index: 10;
	position: relative;
	background: #fff;
	width: 1400px;
	text-align: center;
	-webkit-box-shadow: 0 20px 30px rgba(0,0,0,.1);
	box-shadow: 0 20px 30px rgba(0,0,0,.1);
	padding: 30px;
	margin: -80px auto 0;
	max-width: calc(100% - 20px)
}
.form--success h2, .intro h2, .intro--vertical .intro__head h3 {
	margin: 0 auto 20px
}
.intro__holder {
	display: block;
	text-align: left
}
.intro__head {
	margin: 0;
	width: 100%
}
.intro__head h3, .kviz__control a {
	font-family: 'RobotoCondensed', sans-serif;
	text-transform: uppercase
}
.intro__head h3 {
	margin: 0 auto 20px;
	font-size: 20px;
	font-size: 20px;
	font-size: 2rem;
	color: #1a7fc7;
	font-weight: 400;
	line-height: 1.5
}
.intro__text {
	top: -6px;
	position: relative;
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem;
	max-width: 530px
}
.intro--vertical {
	width: 100%!important;
	max-width: 2000px!important;
	padding: 30px;
	margin-top: 0!important
}
.intro--vertical .intro__holder {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.intro--vertical .intro__head {
	margin: 0
}
.kviz {
	display: block;
	width: 100%;
	height: 100vh;
	background: #1775c4;
	padding: 20px 200px;
	background-size: cover;
	background-position: center;
	background-image: url(../img/kviz/1.1570693184.jpg)
}
.kviz__content, .kviz__item {
	position: relative;
	width: 100%;
	height: 100%
}
.kviz__content {
	max-width: 1120px;
	margin: 0 auto
}
.kviz__item {
	display: none
}
.kviz__item.is-active {
	display: block
}
.kviz__item .btn {
	margin: 0 10px 10px 0
}
.kviz__question {
	color: #fff;
	font-family: 'RobotoCondensed', sans-serif;
	font-size: 46px;
	font-size: 46px;
	font-size: 4.6rem;
	font-weight: 400;
	line-height: 1.4;
	max-width: 800px;
	margin: 0 0 30px
}
.kviz__question:before {
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-image: url(../img/icons/bubbles.1570693232.svg);
	width: 50px;
	height: 50px;
	margin: 0 0 40px
}
.kviz__control ul li:before, .kviz__question:after {
	display: none
}
.kviz__note {
	display: block;
	margin: 40px 0 0;
	font-weight: 500;
	color: #57aefc;
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem
}
.kviz__valign {
	display: block;
	top: 50%;
	position: relative;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	padding: 0 0 188px
}
.kviz__control, .kviz__meter {
	position: absolute
}
.kviz__control {
	left: 80px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.kviz__control li {
	margin: 0 0 10px 20px
}
.kviz__control a {
	padding: 0 20px;
	text-decoration: none;
	color: #57aefc;
	font-weight: 700;
	-webkit-transition: color .4s;
	transition: color .4s;
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 40px;
	display: block
}
.kviz__control a.is-active, .kviz__control a:hover {
	color: #fff
}
.kviz__control-progress {
	position: absolute;
	left: 0;
	top: -76px;
	width: 1px;
	background: #fff;
	height: 110px;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.68, 0, .265, 1);
	transition: transform .4s cubic-bezier(.68, 0, .265, 1);
	transition: transform .4s cubic-bezier(.68, 0, .265, 1), -webkit-transform .4s cubic-bezier(.68, 0, .265, 1)
}
.kviz__meter {
	display: block;
	bottom: 140px;
	font-size: 18px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #57aefc
}
.kviz__meter-bar {
	display: inline-block;
	height: 50px;
	width: 540px;
	background: #116dc0;
	border-radius: 25px;
	vertical-align: middle;
	margin: 0 30px;
	position: relative
}
.kviz__meter-bar:after, .kviz__meter-bar:before {
	content: '';
	display: block;
	height: 50px;
	width: 1px;
	background: #57aefc;
	position: absolute;
	top: 0
}
.kviz__meter-bar:before {
	left: 33.33%
}
.kviz__meter-bar:after {
	right: 33.33%
}
.kviz__meter-indicator {
	display: block;
	width: 230px;
	height: 30px;
	border-radius: 15px;
	top: 10px;
	left: 50%;
	position: absolute;
	margin-left: -115px;
	z-index: 5;
	overflow: hidden;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.68, 0, .265, 1);
	transition: transform .4s cubic-bezier(.68, 0, .265, 1);
	transition: transform .4s cubic-bezier(.68, 0, .265, 1), -webkit-transform .4s cubic-bezier(.68, 0, .265, 1)
}
.kviz__meter-indicator:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -20px;
	right: -20px;
	bottom: 0;
	background: -webkit-gradient(linear, left top, right top, from(#fd782c), to(#fff));
	background: linear-gradient(to right, #fd782c, #fff);
	background: linear-gradient(to right, #fd782c, #fd782c 20px, #fff calc(100% - 20px), #fff);
	-webkit-animation: indicator 2s infinite;
	animation: indicator 2s infinite
}
@-webkit-keyframes indicator {
0%, to {
-webkit-transform:scale(1.4, 1);
transform:scale(1.4, 1)
}
75% {
-webkit-transform:scale(.9, 1);
transform:scale(.9, 1)
}
}
@keyframes indicator {
0%, to {
-webkit-transform:scale(1.4, 1);
transform:scale(1.4, 1)
}
75% {
-webkit-transform:scale(.9, 1);
transform:scale(.9, 1)
}
}
.label, .link {
	font-weight: 700;
	margin: 0 0 20px
}
.label {
	font-family: 'RobotoCondensed', sans-serif;
	text-transform: uppercase;
	line-height: 1.2;
	position: relative;
	white-space: nowrap;
	font-size: 56px;
	font-size: 56px;
	font-size: 5.6rem;
	color: #fd782c;
	width: 130px;
	text-align: center
}
.label:before {
	content: '';
	display: block;
	width: 120px;
	height: 36px;
	left: 0;
	background: #fee6d5;
	position: absolute;
	z-index: -1;
	-webkit-transform: translateZ(0) skewY(-10deg);
	transform: translateZ(0) skewY(-10deg)
}
.link {
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #1a7fc7;
	border: none;
	background: 0 0;
	width: 100%;
	display: block;
	text-align: left;
	outline: none;
	padding: 0 4px
}
.link:before {
	content: '+';
	font-size: 12px;
	font-size: 12px;
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	margin: 0 9px 0 0;
	width: 22px;
	height: 22px;
	line-height: 21px;
	text-align: center;
	border: 1px solid #1a7fc7;
	background: #1a7fc7;
	color: #fff;
	border-radius: 50%
}
.list-basic, .position-detail__content ul {
	padding: 0;
	margin: 0;
	list-style: none;
	color: #6c7c92
}
.kviz__control ul li+li, .list-basic li+li, .position-detail__content ul li+li {
	margin-top: 0
}
.list-basic li, .position-detail__content ul li {
	padding: 0 0 0 30px;
	margin: 0 auto 10px;
	position: relative;
	line-height: 2
}
.list-basic li:before, .position-detail__content ul li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 15px;
	width: 13px;
	height: 4px;
	background: #ced3db;
	border-radius: 2px
}
.list-info {
	padding: 0;
	list-style: none;
	font-size: 0;
	margin: 0 auto;
	text-align: center
}
.list-info li:before {
	display: none
}
.list-info li+li {
	margin-top: 0
}
.list-info li {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: left;
	position: relative;
	vertical-align: top;
	margin: 0 auto 20px
}
html.js .list-info li {
	-webkit-transition: .6s cubic-bezier(.68, 0, .265, 1);
	transition: .6s cubic-bezier(.68, 0, .265, 1);
	opacity: 0;
	-webkit-transform: translate3d(0, 60px, 0);
	transform: translate3d(0, 60px, 0)
}
.list-info li:nth-child(1) {
	-webkit-transition-delay: .9s!important;
	transition-delay: .9s!important
}
.list-info li:nth-child(2) {
	-webkit-transition-delay: .6s!important;
	transition-delay: .6s!important
}
.list-info li:nth-child(3) {
	-webkit-transition-delay: .3s!important;
	transition-delay: .3s!important
}
.list-info__inner {
	padding: 0
}
.list-info h3 {
	font-size: 56px;
	font-size: 56px;
	font-size: 5.6rem;
	color: #fd782c;
	margin: 0 auto;
	font-family: 'RobotoCondensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	position: relative;
	white-space: nowrap
}
.list-info h3:before {
	content: '';
	display: block;
	width: 120px;
	height: 36px;
	left: -12px;
	background: #fee6d5;
	position: absolute;
	z-index: -1;
	-webkit-transform: translateZ(0) skewY(-10deg);
	transform: translateZ(0) skewY(-10deg)
}
.list-info h4 {
	margin: 4px auto 8px
}
.list-info__icon {
	margin: 0 0 15px
}
.list-info__icon--people, .list-info__icon--rocket, .list-info__icon--smile {
	background-repeat: no-repeat;
	background-image: url();
	width: 50px;
	height: 50px
}
.list-info__icon--rocket, .list-info__icon--smile {
	background-image: url()
}
.list-info__icon--rocket {
	background-image: url()
}
.list-info img {
	margin: 0 auto 10px
}
.list-info--vertical li {
	display: block;
	width: 100%;
	margin: 0 auto 20px
}
.list-info--vertical li:last-child {
	margin: 0 auto
}
.list-info--vertical li:nth-child(1) {
	-webkit-transition-delay: .3s!important;
	transition-delay: .3s!important
}
.list-info--vertical li:nth-child(2) {
	-webkit-transition-delay: .6s!important;
	transition-delay: .6s!important
}
.list-info--vertical li:nth-child(3) {
	-webkit-transition-delay: .9s!important;
	transition-delay: .9s!important
}
.list-info--vertical .list-info__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0
}
.list-info--vertical h3 {
	min-width: 80px;
	max-width: 80px;
	text-align: center;
	margin: 0 20px 0 0;
	position: relative;
	font-size: 26px;
	font-size: 26px;
	font-size: 2.6rem
}
.list-info--vertical h3:before {
	width: 80px;
	top: -18px;
	left: -1px
}
.list-info--vertical p {
	margin: -20px auto 40px;
	max-width: 390px
}
.list-info--center li {
	text-align: center
}
.list-info--center p {
	max-width: 360px
}
.list-positions {
	padding: 0;
	list-style: none;
	width: 880px;
	margin: 0 auto;
	text-align: left;
	max-width: 100%
}
.list-positions li:before, .loader svg {
	display: none
}
.list-positions li+li {
	margin-top: 0
}
.list-positions__item {
	display: block;
	position: relative;
	margin: 0 0 10px;
	max-height: 140px;
	-webkit-transition: opacity .3s .2s, max-height .2s, -webkit-transform .3s .2s, -webkit-filter .3s .2s;
	transition: transform .3s .2s, opacity .3s .2s, filter .3s .2s, max-height .2s;
	transition: transform .3s .2s, opacity .3s .2s, filter .3s .2s, max-height .2s, -webkit-transform .3s .2s, -webkit-filter .3s .2s
}
.list-positions__item--new:before {
	content: 'Nové';
	position: absolute;
	top: calc(100% - 30px);
	font-family: 'RobotoCondensed', sans-serif;
	font-size: 11px;
	font-size: 11px;
	font-size: 1.1rem;
	color: #fff;
	background: #41c1fc;
	display: block!important;
	text-transform: uppercase;
	line-height: 22px;
	padding: 0 6px;
	z-index: 5;
	right: 10px
}
.list-positions__item.is-hidden {
	-webkit-transform: scale(1.1, 0);
	-ms-transform: scale(1.1, 0);
	transform: scale(1.1, 0);
	opacity: 0;
	-webkit-filter: blur(4px);
	filter: blur(4px);
	-webkit-transition: opacity .2s, max-height .2s, -webkit-transform .2s, -webkit-filter .2s;
	transition: transform .2s, opacity .2s, filter .2s, max-height .2s;
	transition: transform .2s, opacity .2s, filter .2s, max-height .2s, -webkit-transform .2s, -webkit-filter .2s;
	max-height: 0;
	margin-bottom: 0
}
.list-positions a {
	display: block;
	background: #f5f9fd;
	color: #0f263b;
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem;
	text-decoration: none;
	line-height: 1.2;
	overflow: hidden;
	position: relative;
	-webkit-transition: color .3s cubic-bezier(.68, 0, .265, 1);
	transition: color .3s cubic-bezier(.68, 0, .265, 1);
	padding: 15px 20px 15px 72px
}
.list-positions a:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: -webkit-gradient(linear, left top, right top, from(#238ce7), to(#136fae));
	background: linear-gradient(to right, #238ce7, #136fae);
	opacity: 0;
	-webkit-transition: opacity .3s cubic-bezier(.68, 0, .265, 1);
	transition: opacity .3s cubic-bezier(.68, 0, .265, 1)
}
.list-positions a:after, .map__pin:after {
	font: 14px/1 'icons';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.list-positions a:after {
	color: #fff;
	background: #fd782c;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	line-height: 70px;
	width: 40px;
	text-align: center;
	-webkit-transform: translate3d(110%, 0, 0);
	transform: translate3d(110%, 0, 0);
	-webkit-transition: width .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1), width .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1), width .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s cubic-bezier(.68, 0, .265, 1);
	content: '\EA04';
	font-size: 8px;
	display: block
}
.list-positions__place {
	color: #99a7ba;
	font-family: 'RobotoCondensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 3px 0;
	-webkit-transition: color .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1), color .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1), color .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s cubic-bezier(.68, 0, .265, 1);
	display: block
}
.list-positions__name, .list-positions__place {
	z-index: 2;
	position: relative
}
.list-positions__icon {
	position: absolute;
	left: 36px;
	top: 50%;
	margin-top: 6px;
	color: #fd782c;
	font-size: 50px;
	font-size: 50px;
	font-size: 5rem;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: color .3s cubic-bezier(.68, 0, .265, 1);
	transition: color .3s cubic-bezier(.68, 0, .265, 1);
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.list-positions__icon .icon-sport-999 {
	font-size: 42px;
	font-size: 42px;
	font-size: 4.2rem;
	margin-top: -2px;
	display: block
}
.list-positions__icon .icon-sport-998 {
	font-size: 32px;
	font-size: 32px;
	font-size: 3.2rem;
	margin-top: -7px;
	display: block
}
.list-positions__icon .icon-sport-78 {
	margin-left: .5px
}
.list-positions__icon .icon-sport-79:before {
	margin-left: -.52px
}
.list-positions__icon .icon-sport-79:before, .list-positions__icon .icon-sport-80:before, .list-positions__icon .icon-sport-81:before {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8)
}
.loading svg, .loading:before{
	opacity:1
}
.loaded .loading svg, .loaded .loading:before{
	opacity:0
}
/*.loader, .loader-logo {
	position: fixed;
	pointer-events: none;
	opacity: 0
}*/
.loader, .loader-logo {
	position: fixed;
	pointer-events: none;
	opacity: 0;
}
.loaded .loader, .loaded .loader-logo{
	position: fixed;
	pointer-events: none;
	opacity: 0;
}
.loader {
	height: 200px;
	width: 200px;
	border-radius: 50%;
	-webkit-transform: scale(.1);
	-ms-transform: scale(.1);
	transform: scale(.1);
	z-index: 200;
	margin: -100px 0 0 -100px
}
html.is-changing .loader {
	opacity: 1;
	-webkit-transition: -webkit-transform .6s linear;
	transition: transform .6s linear;
	transition: transform .6s linear, -webkit-transform .6s linear
}
html.is-rendering .loader {
	-webkit-transform: translate3d(0, 160%, 0) skewY(-10deg);
	transform: translate3d(0, 160%, 0) skewY(-10deg)
}
.loader-logo {
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -77px;
	z-index: 250;
	-webkit-transition: opacity .1s 0s cubic-bezier(.68, 0, .265, 1);
	transition: opacity .1s 0s cubic-bezier(.68, 0, .265, 1);
	-webkit-animation: loader-logo 3s infinite;
	animation: loader-logo 3s infinite;
}
html.is-animating .loader-logo {
	-webkit-transition: opacity .1s .5s cubic-bezier(.68, 0, .265, 1);
	transition: opacity .1s .5s cubic-bezier(.68, 0, .265, 1);
	opacity: 1
}
.loader-logo, .loader-logo svg, .map__popup .map__popup-content.is-active p, .picture-link a, .picture-list a, .position-detail .social ul {
	display: block
}
@-webkit-keyframes loader-logo {
0%, to {
-webkit-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(1.1);
transform:scale(1.1)
}
}
@keyframes loader-logo {
0%, to {
-webkit-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(1.1);
transform:scale(1.1)
}
}
.map__list ul li:before, .map__pin-list li:before, html.ie .loading {
	display: none
}
.map {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	clear: both;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.map__bg, .map__content {
	position: relative;
	max-width: 100%
}
.map__content {
	display: none
}
.map__bg {
	width: 782px;
	background-image: url(../img/map/cr.1570693233.png);
	background-size: 100% auto;
	height: 0;
	padding-bottom: 57.4%
}
.map__pin {
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background: #1a7fc7;
	color: #fff;
	padding: 0 0 0 1px;
	-webkit-transition: background .2s, color .2s, z-index 0s .2s;
	transition: background .2s, color .2s, z-index 0s .2s;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	cursor: pointer;
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: 'RobotoCondensed', sans-serif;
	vertical-align: middle
}
.map__pin:after {
	content: '\EA0A';
	font-size: 12px;
	font-size: 12px;
	font-size: 1.2rem;
	display: inline-block
}
.map__pin:before {
	position: absolute;
	width: 0;
	height: 0;
	background: 0;
	border-style: solid;
	content: '';
	display: inline-block;
	border-width: 8px 5px 0;
	border-color: #1a7fc7 transparent transparent;
	bottom: -6px;
	left: 50%;
	margin-left: -5px;
	-webkit-transition: border-color .2s;
	transition: border-color .2s
}
.map__pin.is-active {
	background: #fd782c;
	z-index: 2
}
.map__pin--bigger:hover:before, .map__pin.is-active:before, .map__pin:hover:before {
	border-color: #fd782c transparent transparent
}
.map__pin.is-active .map__label:before, .map__pin:hover, .map__pin:hover .map__label:before {
	background: #fd782c
}
.map__pin--bigger {
	width: 45px;
	height: 45px;
	line-height: 45px
}
.map__pin--bigger:after {
	margin: 2px 0 -2px
}
.map__pin--bigger:hover {
	background: #fd782c;
	z-index: 30;
	-webkit-transition: background .2s, color .2s, z-index 0s;
	transition: background .2s, color .2s, z-index 0s
}
.map__pin--1 {
	top: 4%;
	left: 43%
}
.map__pin--2 {
	top: 18%;
	left: 40%
}
.map__pin--3 {
	top: 24.3%;
	left: 34.6%
}
.map__pin--4 {
	top: 40%;
	left: 35%
}
.map__pin--5 {
	top: 29%;
	left: 32%
}
.map__pin--6 {
	top: 50%;
	left: 19%
}
.map__pin--7 {
	top: 76%;
	left: 34%
}
.map__pin--8 {
	top: 26.7%;
	left: 51%
}
.map__pin--9 {
	top: 56%;
	left: 75%
}
.map__pin--10 {
	top: 67%;
	left: 65.7%
}
.map__pin--11 {
	top: 41.5%;
	left: 90%
}
.map__pin--12 {
	top: 40.3%;
	left: 91.9%
}
.map__pin--13 {
	top: 63%;
	left: 64%
}
.map__pin--14 {
	top: 55.5%;
	left: 48.6%
}
.map__pin--17 {
	top: 65.5%;
	left: 79.6%
}
.map__pin--18 {
	top: 7.5%;
	left: 27.6%
}
.map__pin--19 {
	top: 69%;
	left: 56%
}
.map__pin--20 {
	top: 38%;
	left: 84%
}
.map__pin--21 {
	top: 25%;
	left: 28%
}
.map__pin--22 {
	top: 51%;
	left: 92%
}
.map__pin--23 {
	top: 53%;
	left: 38%
}
.map__pin--24 {
	top: 31%;
	left: 48%
}
.map__pin-list {
	margin: 0;
	list-style: none;
	position: absolute;
	background: #fff;
	color: #0f263b;
	line-height: 2;
	width: 215px;
	text-align: left;
	padding: 25px 0;
	cursor: default;
	left: calc(100% + 4px);
	top: -13px;
	-webkit-box-shadow: 0 5px 30px rgba(2,36,71,.15);
	box-shadow: 0 5px 30px rgba(2,36,71,.15);
	max-width: 0;
	overflow: hidden;
	-webkit-transition: max-width 0s, padding 0s, z-index 0s;
	transition: max-width 0s, padding 0s, z-index 0s
}
.map__list ul li+li, .map__pin-list li+li {
	margin-top: 0
}
.map__pin:hover .map__pin-list {
	padding: 25px;
	max-width: 1000px;
	opacity: 1;
	overflow: visible;
	-webkit-transition: padding 0s, max-width 0s, z-index 0s;
	transition: padding 0s, max-width 0s, z-index 0s
}
.map__pin-list:before {
	position: absolute;
	width: 0;
	height: 0;
	background: 0;
	border-style: solid;
	content: '';
	display: inline-block;
	border-width: 8px 8px 8px 0;
	border-color: transparent #fff transparent transparent;
	top: 27px;
	left: -8px;
	-webkit-transition: border-color .2s;
	transition: border-color .2s
}
.map__pin-list li {
	cursor: pointer
}
.map__pin-list li.is-active, .map__pin-list li:hover {
	color: #1a7fc7
}
.map__list {
	text-align: left;
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: block;
	position: relative;
	margin: 20px auto 0
}
.map__list ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	top: -168px;
	display: none
}
.map__list li {
	cursor: default;
	padding: 8px 0
}
.map__positions {
	color: #1a7fc7;
	font-weight: 500
}
.map__label {
	left: 100%;
	background: #fd9c5d;
	position: absolute;
	color: #fff;
	text-transform: uppercase;
	padding: 0 10px;
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	top: 50%;
	margin-top: -12px;
	margin-left: -6px;
	z-index: -1;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	overflow: hidden
}
.map__label:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #1a7fc7;
	position: absolute;
	left: -24px;
	top: -3px;
	-webkit-transition: background .2s;
	transition: background .2s
}
.map__pin.is-active .map__label, .map__pin:hover .map__label {
	opacity: 1
}
.map__popup {
	text-align: left;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: block;
	position: relative;
	margin: 20px 0 0;
	width: 100%;
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem;
	right: auto;
	z-index: 20
}
.map__popup-content {
	overflow: hidden;
	-webkit-transition: opacity .3s 0s cubic-bezier(.68, 0, .265, 1), max-height 0s .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s 0s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s 0s cubic-bezier(.68, 0, .265, 1), opacity .3s 0s cubic-bezier(.68, 0, .265, 1), max-height 0s .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s 0s cubic-bezier(.68, 0, .265, 1), opacity .3s 0s cubic-bezier(.68, 0, .265, 1), max-height 0s .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s 0s cubic-bezier(.68, 0, .265, 1);
	background: #fff;
	border: 1px solid #f7f9fd;
	margin: -1px 0 0
}
.map__popup-content.is-active {
	-webkit-transition: opacity .3s .3s cubic-bezier(.68, 0, .265, 1), max-height 0s .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s .3s cubic-bezier(.68, 0, .265, 1), opacity .3s .3s cubic-bezier(.68, 0, .265, 1), max-height 0s .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s .3s cubic-bezier(.68, 0, .265, 1), opacity .3s .3s cubic-bezier(.68, 0, .265, 1), max-height 0s .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s .3s cubic-bezier(.68, 0, .265, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	max-height: 10000px;
	display: block;
	border: 1px solid #e6e8ec
}
.map__popup-part--top {
	padding: 35px 35px 30px
}
.map__popup-part--bottom {
	background: #f7f9fd;
	padding: 50px 35px 30px
}
.map__popup-part--btn {
	padding: 0 35px;
	margin: -32px 0 -28px
}
.map__popup h3 {
	text-transform: none;
	font-size: 18px;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #1a7fc7;
	line-height: 1.4;
	margin: 0 auto 12px
}
.map__popup h3 strong {
	font-weight: 500;
	text-transform: uppercase
}
.map__popup p {
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2.1
}
.map__popup a:not(.btn), .page-doc .section a:not(.btn) {
	color: #1a7fc7
}
.map__popup a:not(.btn) .icon-facebook {
	display: inline-block;
	margin: 0 10px 0 0;
	background: #f7f9fd;
	width: 28px;
	height: 28px;
	vertical-align: middle;
	text-align: center;
	line-height: 28px;
	border-radius: 50%;
	font-size: 14px;
	font-size: 14px;
	font-size: 1.4rem
}
.map__popup a:not(.btn) .icon-facebook:before {
	display: inline-block;
	-webkit-transform: translate(0, 1px);
	-ms-transform: translate(0, 1px);
	transform: translate(0, 1px)
}
.map__popup-profile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 26px
}
.map__popup-profile img {
	border-radius: 50%;
	margin: 0 26px 0 0
}
.map__popup-profile h4 {
	margin: 0 auto 5px;
	font-size: 18px;
	font-size: 18px;
	font-size: 1.8rem
}
.map__popup-profile p {
	font-family: 'RobotoCondensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #99a7ba;
	margin: 0 0 4px
}
.menu {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	z-index: 100
}
.menu__wrapper {
	width: 290px;
	background: #fff;
	-webkit-box-shadow: 0 0 30px 20px rgba(0,0,0,.1);
	box-shadow: 0 0 30px 20px rgba(0,0,0,.1);
	height: 100%;
	-webkit-transform: translate3d(-120%, 0, 0);
	transform: translate3d(-120%, 0, 0);
	-webkit-transition: .4s cubic-bezier(.68, 0, .265, 1);
	transition: .4s cubic-bezier(.68, 0, .265, 1);
	overflow-y: auto;
	padding: 80px 20px 20px 44px
}
body.show-menu .menu__wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.menu__holder, .model {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.menu__holder {
	min-height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.menu .burger {
	position: absolute;
	z-index: 2
}
.menu.is-dark .burger{    background-color: #fff;}
.model {
	margin: 20px auto -40px;
	text-align: left;
	counter-reset: model;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.model__item {
	max-width: 280px;
	padding: 0 5px;
	margin: 0 auto 40px
}
.model__text {
	padding: 0 5px;
	position: relative;
	counter-increment: model
}
.model__text:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 50px;
	top: -65px;
	bottom: 100%;
	background: #fff
}
.model__text:after {
	content: counter(model);
	color: #fff;
	position: absolute;
	left: 50px;
	top: -85px;
	font-size: 26px;
	font-size: 26px;
	font-size: 2.6rem;
	z-index: 2;
	font-weight: 700
}
.model img, .person img {
	max-width: 100%
}
.model h3 {
	font-size: 17px;
	font-size: 17px;
	font-size: 1.7rem
}
.model h3:after, .model h3:before {
	content: '';
	display: block;
	position: absolute;
	width: 86px;
	height: 86px;
	top: -70px;
	left: 58px;
	margin: -40px 0 0 -43px;
	-webkit-transform: skewY(-10deg);
	-ms-transform: skewY(-10deg);
	transform: skewY(-10deg);
	-webkit-transition: opacity .4s cubic-bezier(.68, 0, .265, 1), -webkit-transform .4s cubic-bezier(.68, 0, .265, 1);
	transition: transform .4s cubic-bezier(.68, 0, .265, 1), opacity .4s cubic-bezier(.68, 0, .265, 1);
	transition: transform .4s cubic-bezier(.68, 0, .265, 1), opacity .4s cubic-bezier(.68, 0, .265, 1), -webkit-transform .4s cubic-bezier(.68, 0, .265, 1);
	pointer-events: none
}
.model h3:before {
	background: #4bdefd;
	z-index: 1
}
.model h3:after {
	background: #f9e352;
	-webkit-transform: translate3d(12px, -17px, 0) skewY(-10deg);
	transform: translate3d(12px, -17px, 0) skewY(-10deg)
}
.overlay {
	height: 800px;
	width: 800px;
	position: absolute;
	-webkit-transform: rotate(-40deg) translateZ(0);
	transform: rotate(-40deg) translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	z-index: 10;
	left: -200px;
	top: -280px;
	pointer-events: none;
	background: radial-gradient(rgba(255,255,255,.7), rgba(255,255,255,0) 40%, rgba(255,255,255,0));
	-webkit-transition: opacity .4s, -webkit-transform .2s;
	transition: transform .2s, opacity .4s;
	transition: transform .2s, opacity .4s, -webkit-transform .2s
}
.person {
	text-align: center;
	width: 100%
}
.person img {
	margin: 0 auto;
	height: auto
}
.person__tag {
	display: inline-block;
	position: absolute;
	color: #199cd8;
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'RobotoCondensed', sans-serif;
	padding: 0 35px;
	line-height: 48px;
	height: 48px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	z-index: 10;
	background: #fff;
	min-width: 150px;
	-webkit-transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}
.person__tag:nth-child(1) {
	top: 140px;
	right: 30px
}
.person__tag:nth-child(2) {
	top: 220px;
	left: 30px
}
.person__tag:nth-child(3) {
	top: 280px;
	right: -10px
}
.person__tag:nth-child(4) {
	top: 320px;
	left: -10px
}
.person__tag:nth-child(5) {
	top: 380px;
	right: 0
}
.person__tag:nth-child(6) {
	top: 440px;
	left: 0
}
.picture-link, .picture-link__inner {
	-webkit-transition: -webkit-transform .2s, -webkit-box-shadow .4s;
	transition: transform .2s, box-shadow .4s;
	transition: transform .2s, box-shadow .4s, -webkit-transform .2s, -webkit-box-shadow .4s
}
.picture-link {
	-webkit-perspective: 2400px;
	perspective: 2400px;
	z-index: 10;
	position: relative
}
.picture-link:hover .picture-link__inner {
	-webkit-box-shadow: 0 20px 30px rgba(0,0,0,.1);
	box-shadow: 0 20px 30px rgba(0,0,0,.1)
}
.picture-link:hover .overlay, .picture-list__img:hover .picture-list__overlay {
	opacity: .4
}
.picture-link a:before {
	content: '\EA15';
	font: 14px/1 'icons';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	position: absolute;
	color: #fff;
	z-index: 10;
	left: 50%;
	top: 50%;
	margin-top: 4px;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: opacity .4s cubic-bezier(.68, 0, .265, 1);
	transition: opacity .4s cubic-bezier(.68, 0, .265, 1);
	opacity: 1;
	pointer-events: none
}
.picture-link__inner {
	-webkit-box-shadow: 0 20px 10px rgba(0,0,0,0);
	box-shadow: 0 20px 10px rgba(0,0,0,0);
	overflow: hidden
}
.picture-link__inner:after, .picture-link__inner:before {
	content: '';
	display: block;
	position: absolute;
	width: 86px;
	height: 86px;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -43px;
	-webkit-transform: skewY(-10deg);
	-ms-transform: skewY(-10deg);
	transform: skewY(-10deg);
	-webkit-transition: opacity .4s cubic-bezier(.68, 0, .265, 1), -webkit-transform .4s cubic-bezier(.68, 0, .265, 1);
	transition: transform .4s cubic-bezier(.68, 0, .265, 1), opacity .4s cubic-bezier(.68, 0, .265, 1);
	transition: transform .4s cubic-bezier(.68, 0, .265, 1), opacity .4s cubic-bezier(.68, 0, .265, 1), -webkit-transform .4s cubic-bezier(.68, 0, .265, 1);
	pointer-events: none
}
.picture-link__inner:before {
	background: #4bdefd;
	z-index: 8
}
.picture-link__inner:after {
	background: #f9e352;
	-webkit-transform: translate3d(12px, -17px, 0) skewY(-10deg);
	transform: translate3d(12px, -17px, 0) skewY(-10deg)
}
.picture-link__inner:hover:before, .story__gallery-item--video:hover div:before {
	-webkit-transform: translate3d(-20px, 0, 0) skewY(-10deg);
	transform: translate3d(-20px, 0, 0) skewY(-10deg)
}
.picture-link__inner:hover:after, .story__gallery-item--video:hover div:after {
	-webkit-transform: translate3d(32px, -17px, 0) skewY(-10deg);
	transform: translate3d(32px, -17px, 0) skewY(-10deg)
}
.picture-link__inner:hover a:before, .picture-link__inner:hover:after, .picture-link__inner:hover:before {
	opacity: 0
}
.picture-link img {
	display: block;
	max-width: calc(100% + 2px);
	height: auto;
	margin: 0 -1px
}
.picture-list {
	margin: 40px 0 0;
	z-index: 10;
	position: relative;
	text-align: center;
	-webkit-transform-style: flat;
	transform-style: flat
}
.picture-list__item {
	-webkit-perspective: 2400px;
	display: inline-block;
	position: relative;
	margin: 0 auto 20px;
	perspective: 2400px;
	max-width: calc(50% - 14px)
}
.picture-list__img, .picture-list__text {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.picture-list__img {
	margin-bottom: 60px;
	-webkit-transition: -webkit-transform .2s linear, -webkit-box-shadow .4s;
	transition: transform .2s linear, box-shadow .4s;
	transition: transform .2s linear, box-shadow .4s, -webkit-transform .2s linear, -webkit-box-shadow .4s;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0 20px 10px rgba(0,0,0,0);
	box-shadow: 0 20px 10px rgba(0,0,0,0)
}
.picture-list__img:hover, .slider__img-holder>div:hover, .slider__item.is-selected .slider__img-holder>div {
	-webkit-box-shadow: 0 20px 30px rgba(0,0,0,.2);
	box-shadow: 0 20px 30px rgba(0,0,0,.2)
}
.picture-list__img img {
	margin-bottom: -5px;
	opacity: 1;
	max-width: 100%;
	height: auto;
	width: 100%
}
.picture-list__text {
	position: absolute;
	top: 100%;
	top: calc(100% - 60px);
	text-align: left;
	padding: 14px;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	width: 140px;
	margin-top: 10px;
	-webkit-box-shadow: 0 20px 30px rgba(0,0,0,.1);
	box-shadow: 0 20px 30px rgba(0,0,0,.1);
	background: #fff;
	pointer-events: none;
	-webkit-transition: background .4s cubic-bezier(.68, 0, .265, 1);
	transition: background .4s cubic-bezier(.68, 0, .265, 1);
	z-index: 10
}
.picture-list__text:before {
	content: '';
	display: block;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	background: -webkit-gradient(linear, left bottom, right top, from(#116dac), to(#2e98db));
	background: linear-gradient(to top right, #116dac, #2e98db);
	z-index: -1;
	opacity: 0;
	-webkit-transition: opacity .2s cubic-bezier(.68, 0, .265, 1);
	transition: opacity .2s cubic-bezier(.68, 0, .265, 1);
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.picture-list__text a {
	color: #0f263b
}
.picture-list__text h3, .picture-list__text h4, .picture-list__text p {
	-webkit-transition: color .2s cubic-bezier(.68, 0, .265, 1);
	transition: color .2s cubic-bezier(.68, 0, .265, 1)
}
.picture-list__text h3, .picture-list__text h4 {
	font-family: 'Roboto', sans-serif;
	font-family: Montserrat;
	font-size: 16px;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: none;
	color: #002f52;
	margin: 0 auto 4px;
	font-weight: bold;
}
.picture-list__tag, .picture-list__text p {
	font-family: 'RobotoCondensed', sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-size: 11px;
	font-size: 1.1rem
}
.picture-list__text p {
	line-height: 16px;
	line-height: 1.6rem;
	margin: 0 auto;
	font-weight: 700;
	line-height: 16px
}
.picture-list__overlay, .picture-list__tag, .picture-list__text:before {
	position: absolute;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.picture-list__tag {
	color: #ea3744;
	background: #EFCFD2;
	line-height: 30px;
	padding: 0 8px;
	font-weight: 400;
	-webkit-transition: background .2s cubic-bezier(.68, 0, .265, 1), color .2s cubic-bezier(.68, 0, .265, 1);
	transition: background .2s cubic-bezier(.68, 0, .265, 1), color .2s cubic-bezier(.68, 0, .265, 1);
	left: 0;
	top: -29px
}
.picture-list__overlay {
	height: 800px;
	width: 800px;
	-webkit-transform: rotate(-40deg) translateZ(0);
	transform: rotate(-40deg) translateZ(0);
	opacity: 0;
	z-index: 10;
	left: -200px;
	top: -280px;
	pointer-events: none;
	transition: transform .2s, opacity .4s;
	transition: transform .2s, opacity .4s, -webkit-transform .2s
}
.popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 300;
	-webkit-transform: translate3d(-9999px, -9999px, 0);
	transform: translate3d(-9999px, -9999px, 0);
	-webkit-transition: -webkit-transform 0s .4s;
	transition: transform 0s .4s;
	transition: transform 0s .4s, -webkit-transform 0s .4s;
	-webkit-perspective: 2400px;
	perspective: 2400px;
	padding: 0 10px
}
.popup.is-opened {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0s;
	transition: transform 0s;
	transition: transform 0s, -webkit-transform 0s
}
.popup.is-opened .popup__bg {
	-webkit-transition: opacity .4s 0s cubic-bezier(.68, 0, .265, 1), -webkit-transform 0s 0s cubic-bezier(.68, 0, .265, 1);
	transition: transform 0s 0s cubic-bezier(.68, 0, .265, 1), opacity .4s 0s cubic-bezier(.68, 0, .265, 1);
	transition: transform 0s 0s cubic-bezier(.68, 0, .265, 1), opacity .4s 0s cubic-bezier(.68, 0, .265, 1), -webkit-transform 0s 0s cubic-bezier(.68, 0, .265, 1);
	opacity: 1
}
.popup.is-opened .popup__inner {
	-webkit-transition: opacity .4s cubic-bezier(.68, 0, .265, 1), -webkit-transform .6s 0s cubic-bezier(.68, 0, .265, 1);
	transition: opacity .4s cubic-bezier(.68, 0, .265, 1), transform .6s 0s cubic-bezier(.68, 0, .265, 1);
	transition: opacity .4s cubic-bezier(.68, 0, .265, 1), transform .6s 0s cubic-bezier(.68, 0, .265, 1), -webkit-transform .6s 0s cubic-bezier(.68, 0, .265, 1);
	-webkit-transform: translate(-50%, -50%) rotateX(0deg) scale(1);
	transform: translate(-50%, -50%) rotateX(0deg) scale(1);
	opacity: 1
}
.popup__bg, .popup__inner {
	position: absolute;
	opacity: 0
}
.popup__bg {
	right: -400px;
	bottom: -400px;
	background: rgba(0,0,0,.65);
	-webkit-transform: translate3d(0, 0, -500px);
	transform: translate3d(0, 0, -500px);
	cursor: pointer;
	top: -400px;
	left: -400px;
	-webkit-transition: opacity .3s 0s cubic-bezier(.68, 0, .265, 1), -webkit-transform 0s .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform 0s .3s cubic-bezier(.68, 0, .265, 1), opacity .3s 0s cubic-bezier(.68, 0, .265, 1);
	transition: transform 0s .3s cubic-bezier(.68, 0, .265, 1), opacity .3s 0s cubic-bezier(.68, 0, .265, 1), -webkit-transform 0s .3s cubic-bezier(.68, 0, .265, 1)
}
.popup__inner {
	margin: 0 auto;
	max-width: 1160px;
	max-height: 100%;
	background: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotateX(-20deg) scale(.8);
	transform: translate(-50%, -50%) rotateX(-20deg) scale(.8);
	-webkit-transform-origin: 50% 20px;
	-ms-transform-origin: 50% 20px;
	transform-origin: 50% 20px;
	-webkit-transition: opacity .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform 0s .3s cubic-bezier(.68, 0, .265, 1);
	transition: opacity .3s cubic-bezier(.68, 0, .265, 1), transform 0s .3s cubic-bezier(.68, 0, .265, 1);
	transition: opacity .3s cubic-bezier(.68, 0, .265, 1), transform 0s .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform 0s .3s cubic-bezier(.68, 0, .265, 1);
	width: calc(100% - 20px);
	-webkit-overflow-scrolling: touch;
	max-height: calc(100% - 40px)
}
.popup__close {
	height: 20px;
	border-radius: 50%;
	text-align: center;
	color: #ced3db;
	text-transform: uppercase;
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem;
	top: 15px;
	right: 15px;
	position: absolute;
	cursor: pointer;
	z-index: 20;
	font-family: 'RobotoCondensed', sans-serif;
	font-weight: 700
}
.popup__close .icon, .popup__info .icon {
	display: inline-block;
	vertical-align: middle
}
.popup__close .icon {
	color: #1a7fc7;
	line-height: 1;
	font-size: 18px;
	font-size: 18px;
	font-size: 1.8rem;
	margin: -2px 0 0 20px
}
.popup__content {
	position: relative;
	font-size: 0;
	-webkit-box-shadow: 0 0 70px 40px rgba(0,0,0,.1);
	box-shadow: 0 0 70px 40px rgba(0,0,0,.1);
	overflow: scroll;
	max-height: calc(100vh - 120px)
}
.popup__scrollable {
	max-height: calc(100vh - 260px);
	overflow: auto;
	width: 100%;
	border: 1px solid #fff;
	padding: 30px 0 40px
}
.popup__col {
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem;
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	position: relative;
	width: 100%
}
.popup__col--blue {
	background: #1a7fc7
}
.popup__col--blue h2, .popup__col--blue p {
	color: #fff
}
.popup__col--blue h2 {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 200
}
.popup__col--blue h2:after {
	margin: 14px 0;
	width: 54px;
	background: #f9e352
}
.popup__col--blue p {
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem
}
.popup__col--white {
	background: #fff
}
.popup__col--white h2 {
	margin: 0 auto 40px
}
.popup__col--white h2:after, .position-detail h2:after {
	display: none
}
.popup__info {
	display: inline-block;
	margin: 30px 0 20px;
	background: #fee6d5;
	color: #fd782c;
	padding: 12px 25px 10px;
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem;
	font-family: 'RobotoCondensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 16px;
	line-height: 16px;
	line-height: 1.6rem
}
.popup__info .icon {
	font-size: 16px;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 10px 0 0
}
.popup__time {
	margin: 0 40px 0 0
}
.popup__arrows {
	margin: 40px 0 0
}
.popup__arrow {
	top: 50%;
	position: relative;
	font-size: 12px;
	font-size: 12px;
	font-size: 1.2rem;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	border: none;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.15);
	box-shadow: 0 5px 15px rgba(0,0,0,.15);
	-webkit-transition: background .1s cubic-bezier(.68, 0, .265, 1), -webkit-transform .1s cubic-bezier(.68, 0, .265, 1);
	transition: background .1s cubic-bezier(.68, 0, .265, 1), transform .1s cubic-bezier(.68, 0, .265, 1);
	transition: background .1s cubic-bezier(.68, 0, .265, 1), transform .1s cubic-bezier(.68, 0, .265, 1), -webkit-transform .1s cubic-bezier(.68, 0, .265, 1);
	line-height: 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0 20px 0 0;
	outline: none;
	color: #fd782c
}
.popup__arrow:active {
	background: #eee;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9)
}
.position-detail {
	margin: 20px auto 0
}
.position-detail h2 {
	margin: 44px 0 10px
}
.position-detail__content {
	width: 100%;
	text-align: left
}
.position-detail__form {
	width: 100%
}
.position-detail .form {
	padding: 40px 20px;
	border-top: 4px solid #1a7fc7;
	-webkit-box-shadow: 0 20px 30px rgba(0,0,0,.15);
	box-shadow: 0 20px 30px rgba(0,0,0,.15)
}
.position-detail .form h2 {
	margin: 0 auto 34px
}
.position-detail .form .checkbox__text {
	display: block;
	text-align: left;
	font-size: 14px;
	font-size: 14px;
	font-size: 1.4rem
}
.position-detail .social {
	margin: 40px 0;
	text-align: left;
	line-height: 26px
}
.position-detail .social li {
	margin: 0 5px;
	padding: 0
}
.quote, .quote-block, .quote-with-author {
	font-size: 20px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 200
}
.quote {
	display: block;
	color: #6c7c92;
	margin: 0 auto
}
.quote:after, .quote:before, .story__content blockquote:after, .story__content blockquote:before {
	font: 14px/1 'icons';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	color: #ced3db;
	font-size: 11px;
	font-size: 11px;
	font-size: 1.1rem
}
.quote:before, .story__content blockquote:before {
	content: '\EA17'
}
.quote:after, .story__content blockquote:after {
	content: '\EA16'
}
.quote p, .story__content blockquote p {
	display: inline;
	max-width: calc(100% - 80px)
}
.quote.quote--small, .story__content blockquote--small {
	font-size: 17px;
	font-size: 17px;
	font-size: 1.7rem;
	max-width: 920px
}
.quote.quote--thin {
	max-width: 880px
}
.quote-block, .quote-with-author {
	line-height: 1.6;
	margin: 20px 20px 0 auto
}
.quote-block:before {
	display: block;
	content: '';
	background-repeat: no-repeat;
	background-image: url(../img/quote.1570693227.svg);
	width: 50px;
	height: 50px;
	margin: 0 0 20px
}
.quote-block--simple blockquote {
	margin: 0 0 20px
}
.quote-block--simple h3 {
	font-size: 18px;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 auto 4px;
	color: #0f263b
}
.quote-block--simple p {
	margin: 0 auto;
	line-height: 1.5
}
.quote-block--simple h4 {
	margin: 0 auto 40px;
	font-family: 'RobotoCondensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	color: #6c7c92;
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem
}
.quote-with-author {
	font-size: 17px;
	font-size: 17px;
	font-size: 1.7rem;
	margin: 0 auto;
	max-width: calc(100% - 40px)
}
.quote-with-author__text {
	width: 100%;
	padding: 20px;
	background: #f4f7fc;
	margin: 0 auto 15px;
	position: relative;
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem
}
.quote-with-author__text:before {
	display: inline-block;
	font: 14px/1 'icons';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #1a7fc7;
	content: '\EA17';
	margin: 0 auto 14px
}
.quote-with-author__text:after {
	width: 0;
	height: 0;
	background: 0;
	border-style: solid;
	content: '';
	display: inline-block;
	border-width: 8px 9px 0;
	border-color: #f4f7fc transparent transparent;
	position: absolute;
	bottom: -8px;
	left: 40px
}
.quote-with-author__text p {
	margin: 0;
	line-height: 1.6
}
.quote-with-author__avatar, .quote-with-author__name, .quote-with-author__position {
	margin-left: 24px
}
.quote-with-author__avatar {
	border-radius: 50%
}
.quote-with-author__name {
	font-weight: 500;
	color: #0f263b
}
.quote-with-author__position {
	font-family: 'RobotoCondensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #6c7c92
}
.scroll-top {
	position: fixed;
	bottom: -100px;
	left: 0;
	right: 0;
	z-index: 95;
	-webkit-transition: opacity .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1), opacity .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1), opacity .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s cubic-bezier(.68, 0, .265, 1);
	opacity: 0
}
body.is-scrolled .scroll-top {
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
	opacity: 1
}
body.is-at-bottom .scroll-top {
	-webkit-transform: translate3d(0, -60px, 0);
	transform: translate3d(0, -60px, 0);
	opacity: 1
}
.scroll-top-holder {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	position: relative
}
.scroll-top-link, .social ul li:before, .tabs__head h2:after {
	display: none
}
.scroll-top-link .icon {
	display: block;
	-webkit-transform: translate(0, 1px);
	-ms-transform: translate(0, 1px);
	transform: translate(0, 1px)
}
.select {
	display: inline-block;
	height: 60px;
	background: #f4f8fd;
	color: #0f263b;
	position: relative;
	width: 100%
}
.select select, .select__placeholder {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	background: 0 0;
	border: none;
	height: 100%;
	padding: 0 30px;
	outline: none;
	position: relative;
	color: #0f263b
}
.select__placeholder {
	color: #999;
	text-align: left;
	line-height: 60px;
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem;
	cursor: pointer;
	border-bottom: 1px solid #dee9f7
}
.select__placeholder.is-active {
	border-bottom: 1px solid #1a7fc7
}
.select__placeholder:after {
	font: 14px/1 'icons';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\EA01';
	font-size: 7px;
	font-size: 7px;
	font-size: .7rem;
	display: block;
	position: absolute;
	color: #fd782c;
	top: 50%;
	margin-top: -3px;
	right: 30px
}
.select.input--error .select2-container, .select__placeholder.input--error {
	border-bottom: 1px solid red
}
.select__placeholder .input__error {
	line-height: 20px;
	line-height: 20px;
	line-height: 2rem;
	left: 0
}
.select--important {
	background: #fff7f3
}
.select--important .select__placeholder {
	border: 1px solid #fd782c;
	color: #0f263b
}
.slider {
	margin: 20px -20px
}
.slider__content {
	margin: 0 auto 20px
}
.slider .flickity-slider {
	padding: 10px 0
}
.slider a, .slider__item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.slider__item {
	width: 100%
}
.slider__item div {
	-webkit-perspective: 2400px;
	perspective: 2400px
}
.slider__item.is-selected {
	z-index: 2
}
.slider__item.is-selected a {
	-webkit-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0)
}
.slider__item.is-selected a:before {
	opacity: 1
}
.slider__item.is-selected .slider__img-holder:before {
	-webkit-transform: translate3d(0, 0, 0) skewY(-10deg);
	transform: translate3d(0, 0, 0) skewY(-10deg)
}
.slider__item.is-selected .slider__img-holder:after {
	-webkit-transform: translate3d(12px, -17px, 0) skewY(-10deg);
	transform: translate3d(12px, -17px, 0) skewY(-10deg)
}
.slider__item.is-selected .slider__description, .slider__item.is-selected .slider__img-holder:after, .slider__item.is-selected .slider__img-holder:before {
	opacity: 1
}
.slider a {
	display: block;
	margin: 0 auto 30px;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s cubic-bezier(.68, 0, .265, 1);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}
.slider__img-holder {
	padding: 0 10px
}
.slider__img-holder>div {
	-webkit-transition: -webkit-transform .2s, -webkit-box-shadow .4s;
	transition: transform .2s, box-shadow .4s;
	transition: transform .2s, box-shadow .4s, -webkit-transform .2s, -webkit-box-shadow .4s;
	-webkit-box-shadow: 0 20px 10px rgba(0,0,0,0);
	box-shadow: 0 20px 10px rgba(0,0,0,0);
	background: #eef4f9;
	position: relative;
	overflow: hidden
}
.slider__item:not(.is-selected) .slider__img-holder>div {
	-webkit-transform: none!important;
	-ms-transform: none!important;
	transform: none!important
}
.slider__item:not(.is-selected) .slider__img-holder>div .picture-list__overlay {
	opacity: 0
}
.slider__img-holder>div:before {
	content: '';
	display: block;
	height: 500px;
	width: 300px;
	background: -webkit-gradient(linear, left top, right top, from(rgba(253,120,44,.4)), to(rgba(253,120,44,0)));
	background: linear-gradient(to right, rgba(253,120,44,.4), rgba(253,120,44,0));
	z-index: 2;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: -180px;
	left: -80px
}
.slider__img-holder:hover .picture-list__overlay {
	opacity: .4
}
.slider img {
	display: block;
	-webkit-transition: -webkit-transform .2s, -webkit-box-shadow .4s;
	transition: transform .2s, box-shadow .4s;
	transition: transform .2s, box-shadow .4s, -webkit-transform .2s, -webkit-box-shadow .4s;
	pointer-events: none;
	max-width: 100%
}
.slider__description {
	font-size: 18px;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s cubic-bezier(.68, 0, .265, 1);
	opacity: .4
}
.slider h3 {
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	margin: 0 auto 5px;
	font-weight: 500
}
.slider p {
	font-family: 'RobotoCondensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem
}
.slider .flickity-prev-next-button {
	margin-top: -60px
}
.slider .flickity-prev-next-button.previous {
	left: 15px
}
.slider .flickity-prev-next-button.next {
	right: 15px
}
.slider__overlay {
	height: 800px;
	width: 800px;
	position: absolute;
	-webkit-transform: rotate(-40deg) translateZ(0);
	transform: rotate(-40deg) translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	z-index: 10;
	left: -200px;
	top: -280px;
	pointer-events: none;
	background: radial-gradient(rgba(255,255,255,.7), rgba(255,255,255,0) 40%, rgba(255,255,255,0));
	-webkit-transition: opacity .4s, -webkit-transform .2s;
	transition: transform .2s, opacity .4s;
	transition: transform .2s, opacity .4s, -webkit-transform .2s
}
.slider__control {
	display: block;
	max-width: 400px;
	margin: 0 auto;
	position: relative;
	height: 50px
}
.slider__control:before {
	content: '';
	left: 0;
	top: 50%;
	right: 0;
	height: 1px;
	background: #dde8f7;
	position: absolute;
	display: block
}
.slider__dragger {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 20px 30px rgba(0,0,0,.1);
	box-shadow: 0 20px 30px rgba(0,0,0,.1);
	cursor: -webkit-grab;
	cursor: grab;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 auto 0 -25px;
	-webkit-transition: .2s;
	transition: .2s
}
.slider__dragger:active {
	background-color: #fafafa;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,.1);
	box-shadow: 0 10px 20px rgba(0,0,0,.1)
}
.slider__dragger:after, .slider__dragger:before {
	font: 14px/1 'icons';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-size: 9px;
	font-size: 9px;
	font-size: .9rem;
	color: #fd782c;
	margin: 0 4px
}
.slider__dragger:before {
	content: '\EA02'
}
.slider__dragger:after {
	content: '\EA04'
}
.social, .social a {
	line-height: 40px;
	text-align: center
}
.social {
	text-transform: uppercase;
	font-family: 'RobotoCondensed', sans-serif;
	margin: 0 auto;
	font-weight: 700;
	color: #99a7ba
}
.social ul {
	padding: 0;
	list-style: none;
	display: inline-block;
	margin: 0 -15px 0 15px
}
.social ul li+li {
	margin-top: 0
}
.social li, .tabs__control li {
	display: inline-block;
	margin: 0 15px
}
.social a {
	color: #fff;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem;
	border-radius: 50%
}
.social__item--facebook a {
	background: #6486de
}
.social__item--twitter a {
	background: #43dcfd
}
.social__item--link a {
	background: #fd782c;
	display: none
}
.social__item--linkedin a {
	background: #0077b5
}
.social__item--mail a {
	background: #1a7fc7
}
.social__item--mail a .icon {
	display: inline-block;
	-webkit-transform: translate(0, 1px);
	-ms-transform: translate(0, 1px);
	transform: translate(0, 1px)
}
.steps {
	display: block;
	margin: 50px auto 0
}
.steps__item {
	position: relative
}
.steps__item:after, .steps__item:before {
	content: "";
	display: table
}
.steps__item:after {
	clear: both
}
.steps__item--1, .steps__item--2 {
	margin: 0 auto 40px
}
.steps__item--1 .steps__img {
	right: 20px
}
.steps__item--2 .steps__img {
	right: -50px
}
.steps__item--3 .steps__img {
	right: 20px
}
.steps__text {
	-webkit-box-shadow: 0 20px 30px rgba(0,0,0,.15);
	box-shadow: 0 20px 30px rgba(0,0,0,.15);
	padding: 40px 30px 30px;
	width: 100%;
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0 auto;
	z-index: 2;
	position: relative;
	text-align: left;
	background: #fff
}
.steps__img {
	position: relative;
	pointer-events: none;
	margin-top: -40px;
	clear: both
}
.steps__img, .steps__img img {
	max-width: 100%
}
.steps a {
	color: #1a7fc7
}
.story {
	display: block;
	max-width: 1200px;
	margin: -220px auto 0
}
.story__img {
	margin: 0 auto;
	position: relative;
	height: 0;
	padding-bottom: 38.33%;
	max-width: 100%;
	overflow: hidden;
	background: #eef4f9
}
.story__gallery-item>div:before, .story__img:before {
	content: '';
	display: block;
	height: 500px;
	width: 300px;
	background: -webkit-gradient(linear, left top, right top, from(rgba(253,120,44,.4)), to(rgba(253,120,44,0)));
	background: linear-gradient(to right, rgba(253,120,44,.4), rgba(253,120,44,0));
	z-index: 2;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: -180px;
	left: -80px
}
.story__img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	height: auto
}
.story__holder {
	max-width: 740px;
	padding: 0;
	margin: 0 auto
}
.story__header {
	-webkit-box-shadow: 0 20px 30px rgba(0,0,0,.1);
	box-shadow: 0 20px 30px rgba(0,0,0,.1);
	padding: 20px;
	margin: -9px auto 30px;
	z-index: 2;
	position: relative;
	background: #fff
}
.story__header:after, .story__header:before {
	content: "";
	display: table
}
.story__header:after {
	clear: both
}
.story__name {
	margin: 0 auto 12px;
	font-size: 24px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	text-transform: uppercase
}
.story__date, .story__position {
	color: #99a7ba;
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem;
	font-family: 'RobotoCondensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	max-width: 48%
}
.story__position {
	float: left
}
.story__date {
	float: right
}
.story__content {
	padding: 0 20px;
	color: #6c7c92;
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem
}
.story__content h1 {
	font-size: 18px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #0f263b;
	margin: 0 auto 20px
}
.slider p, .story__content p {
	color: #6c7c92
}
.story__content blockquote {
	display: block;
	font-weight: 200;
	font-size: 20px;
	font-size: 20px;
	font-size: 2rem;
	margin: 40px auto;
	color: #6c7c92
}
.story__gallery {
	-webkit-perspective: 2400px;
	perspective: 2400px;
	text-align: center;
	margin: 0 auto 40px
}
.story__gallery-item, .story__gallery-item>div {
	-webkit-transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	position: relative
}
.story__gallery-item {
	display: inline-block;
	vertical-align: top;
	max-width: calc(50% - 30px);
	margin: 0 10px 20px
}
.story__gallery-item img {
	display: block;
	max-width: 100%;
	height: auto
}
.story__footer .banner, .story__gallery-item:hover>div {
	-webkit-box-shadow: 0 20px 30px rgba(0,0,0,.1);
	box-shadow: 0 20px 30px rgba(0,0,0,.1)
}
.story__gallery-item:hover .story__gallery-overlay {
	opacity: .4
}
.story__gallery-item>div {
	-webkit-box-shadow: 0 20px 30px rgba(0,0,0,0);
	box-shadow: 0 20px 30px rgba(0,0,0,0);
	background: #eef4f9;
	overflow: hidden
}
.story__gallery-item--video:before, .tabs__control a:after {
	display: block;
	-webkit-transition: opacity .4s cubic-bezier(.68, 0, .265, 1);
	transition: opacity .4s cubic-bezier(.68, 0, .265, 1)
}
.story__gallery-item--video:before {
	font: 14px/1 'icons';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	color: #fff;
	z-index: 10;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	opacity: 1;
	pointer-events: none;
	content: '\EA15'
}
.story__gallery-item--video div:after, .story__gallery-item--video div:before {
	content: '';
	display: block;
	position: absolute;
	width: 86px;
	height: 86px;
	top: 50%;
	left: 50%;
	margin: -44px 0 0 -43px;
	-webkit-transform: skewY(-10deg);
	-ms-transform: skewY(-10deg);
	transform: skewY(-10deg);
	-webkit-transition: opacity .4s cubic-bezier(.68, 0, .265, 1), -webkit-transform .4s cubic-bezier(.68, 0, .265, 1);
	transition: transform .4s cubic-bezier(.68, 0, .265, 1), opacity .4s cubic-bezier(.68, 0, .265, 1);
	transition: transform .4s cubic-bezier(.68, 0, .265, 1), opacity .4s cubic-bezier(.68, 0, .265, 1), -webkit-transform .4s cubic-bezier(.68, 0, .265, 1);
	pointer-events: none
}
.story__gallery-item--video div:before {
	background: #4bdefd;
	z-index: 8
}
.story__gallery-item--video div:after {
	background: #f9e352;
	-webkit-transform: translate3d(12px, -17px, 0) skewY(-10deg);
	transform: translate3d(12px, -17px, 0) skewY(-10deg)
}
.story__gallery-item--video img {
	display: block
}
.story__gallery-item--video:hover div:after, .story__gallery-item--video:hover div:before, .story__gallery-item--video:hover:before, .tabs__control li.is-active a:after, .video.is-played .video__inner:before, .video.is-playing .video__inner:before {
	opacity: 0
}
.story__gallery-overlay {
	height: 800px;
	width: 800px;
	position: absolute;
	-webkit-transform: rotate(-40deg) translateZ(0);
	transform: rotate(-40deg) translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	z-index: 10;
	left: -200px;
	top: -280px;
	pointer-events: none;
	background: radial-gradient(rgba(255,255,255,.7), rgba(255,255,255,0) 40%, rgba(255,255,255,0));
	-webkit-transition: opacity .4s, -webkit-transform .2s;
	transition: transform .2s, opacity .4s;
	transition: transform .2s, opacity .4s, -webkit-transform .2s
}
.story__footer {
	padding: 0 20px
}
.story__footer .banner {
	margin: 0 auto 40px
}
.tabs__control, .tabs__head {
	display: block;
	vertical-align: middle
}
.tabs__control a, .tabs__head h2 {
	font-family: 'RobotoCondensed', sans-serif
}
.tabs__head h2 {
	margin: 0 auto 20px;
	display: inline-block;
	font-size: 25px;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 400
}
.tabs__control {
	display: inline-block;
	position: relative;
	z-index: 2
}
.tabs__control ul {
	padding: 0;
	margin: 0;
	list-style: none
}
.tabs__control ul li:before, .values img {
	display: none
}
.tabs__control ul li+li {
	margin-top: 0
}
.tabs__control li {
	margin: 0 5px 10px
}
.tabs__control li.is-active a {
	color: #fd782c
}
.tabs__control li.is-active a:before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.tabs__control a {
	color: #1a7fc7;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 26px;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1;
	padding: 0 6px;
	text-decoration: none;
	position: relative;
	display: block;
	opacity: 1;
	-webkit-transition: color .4s cubic-bezier(.68, 0, .265, 1);
	transition: color .4s cubic-bezier(.68, 0, .265, 1);
	overflow: hidden
}
.tabs__control a:after {
	content: '';
	margin: 4px auto 0;
	height: 1px;
	background: #1a7fc7
}
.tabs__control a:before, .video iframe {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}
.tabs__control a:before {
	content: '';
	display: block;
	background: #ffe9dd;
	-webkit-transform: translate3d(-110%, 0, 0);
	transform: translate3d(-110%, 0, 0);
	-webkit-transition: -webkit-transform .4s cubic-bezier(.68, 0, .265, 1);
	transition: transform .4s cubic-bezier(.68, 0, .265, 1);
	transition: transform .4s cubic-bezier(.68, 0, .265, 1), -webkit-transform .4s cubic-bezier(.68, 0, .265, 1);
	height: 20px;
	z-index: -1
}
.tabs__content {
	display: block;
	margin: 30px auto 0
}
.tabs__item {
	max-height: 0;
	overflow: hidden;
	-webkit-transform: translate3d(0, -80px, 0) scale(.95, 1.05);
	transform: translate3d(0, -80px, 0) scale(.95, 1.05);
	opacity: 0;
	-webkit-transition: opacity .4s cubic-bezier(.68, 0, .265, 1), max-height 0s .4s cubic-bezier(.68, 0, .265, 1), -webkit-transform .5s cubic-bezier(.68, 0, .265, 1);
	transition: transform .5s cubic-bezier(.68, 0, .265, 1), opacity .4s cubic-bezier(.68, 0, .265, 1), max-height 0s .4s cubic-bezier(.68, 0, .265, 1);
	transition: transform .5s cubic-bezier(.68, 0, .265, 1), opacity .4s cubic-bezier(.68, 0, .265, 1), max-height 0s .4s cubic-bezier(.68, 0, .265, 1), -webkit-transform .5s cubic-bezier(.68, 0, .265, 1);
	-webkit-animation: none;
	animation: none;
	margin: 0 -20px;
	padding: 0 20px
}
.tabs__item.is-unloading {
	-webkit-transform: translate3d(0, 80px, 0) scale(.95, 1.05);
	transform: translate3d(0, 80px, 0) scale(.95, 1.05)
}
.tabs__item.is-active {
	max-height: 10000px;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	-webkit-transition: opacity .4s .4s cubic-bezier(.68, 0, .265, 1), max-height 0s .4s cubic-bezier(.68, 0, .265, 1), -webkit-transform .5s .4s cubic-bezier(.68, 0, .265, 1);
	transition: transform .5s .4s cubic-bezier(.68, 0, .265, 1), opacity .4s .4s cubic-bezier(.68, 0, .265, 1), max-height 0s .4s cubic-bezier(.68, 0, .265, 1);
	transition: transform .5s .4s cubic-bezier(.68, 0, .265, 1), opacity .4s .4s cubic-bezier(.68, 0, .265, 1), max-height 0s .4s cubic-bezier(.68, 0, .265, 1), -webkit-transform .5s .4s cubic-bezier(.68, 0, .265, 1)
}
.tabs--small .tabs__content, .textblock {
	margin: 40px auto 0
}
.tabs--small .tabs__control a {
	font-size: 17px;
	font-size: 17px;
	font-size: 1.7rem
}
.tabs--small .tabs__control a:before {
	height: 12px
}
.textblock {
	display: block;
	font-weight: 200;
	font-size: 20px;
	font-size: 20px;
	font-size: 2rem;
	color: #6c7c92
}
.textblock .btn {
	vertical-align: middle;
	margin: 20px;
	display: block
}
.textblock--small {
	font-size: 17px;
	font-size: 17px;
	font-size: 1.7rem;
	max-width: 920px
}
.values {
	display: block;
	text-align: center
}
.values img {
	max-width: 100%;
	height: auto
}
.values__inner {
	position: relative;
	display: inline-block
}
.values__icon {
	margin: 0 auto 20px;
	position: relative
}
.values__icon--heart, .values__icon--people {
	background-repeat: no-repeat;
	background-image: url();
	width: 50px;
	height: 50px
}
.values__icon--people:before {
	background-repeat: no-repeat;
	background-image: url();
	width: 267px;
	height: 19px;
	right: calc(100% + 8px)
}
.values__icon--heart {
	background-image: url()
}
.values__icon--heart:before {
	background-repeat: no-repeat;
	background-image: url();
	width: 268px;
	height: 19px;
	left: calc(100% + 8px)
}
.values__text {
	position: relative;
	width: 100%;
	border-top: 4px solid;
	padding: 30px 20px 20px;
	background: #fff;
	-webkit-box-shadow: 0 20px 30px rgba(0,0,0,.1);
	box-shadow: 0 20px 30px rgba(0,0,0,.1);
	text-align: center;
	margin: 0 auto 20px
}
.values__text--1 {
	border-color: #298cda
}
.values__text--2 {
	border-color: #fd782c
}
.video-slider {
	display: block
}
.video-slider__item {
	width: 100%
}
.video-slider .flickity-viewport {
	overflow: visible
}
.video-slider .video {
	max-width: 1240px
}
.video-slider .flickity-prev-next-button.previous {
	left: 20px
}
.video-slider .flickity-prev-next-button.next {
	right: 20px
}
.video {
	display: inline-block;
	position: relative;
	margin: 10px auto 20px;
	cursor: pointer
}
.video__inner {
	position: relative;
	max-width: 100%;
	-webkit-box-shadow: 0 20px 30px rgba(0,0,0,.1);
	box-shadow: 0 20px 30px rgba(0,0,0,.1)
}
.video__inner img {
	max-width: 100%;
	display: block;
	cursor: pointer
}
.video:after, .video:before, .video__inner:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	pointer-events: none
}
.video__inner:before {
	font: 14px/1 'icons';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	z-index: 15;
	margin-top: 8px;
	margin-left: 0;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: opacity .4s cubic-bezier(.68, 0, .265, 1);
	opacity: 1;
	content: '\EA15';
	transition: opacity .4s cubic-bezier(.68, 0, .265, 1)
}
.video:after, .video:before {
	content: '';
	width: 86px;
	height: 86px;
	margin: -34px 0 0 -45px;
	-webkit-transform: skewY(-10deg);
	-ms-transform: skewY(-10deg);
	transform: skewY(-10deg);
	-webkit-transition: opacity .4s cubic-bezier(.68, 0, .265, 1), -webkit-transform .4s cubic-bezier(.68, 0, .265, 1);
	transition: transform .4s cubic-bezier(.68, 0, .265, 1), opacity .4s cubic-bezier(.68, 0, .265, 1);
	transition: transform .4s cubic-bezier(.68, 0, .265, 1), opacity .4s cubic-bezier(.68, 0, .265, 1), -webkit-transform .4s cubic-bezier(.68, 0, .265, 1)
}
.video:after {
	z-index: 11
}
.video:before {
	background: #4bdefd;
	z-index: 12
}
.video:after {
	background: #f9e352;
	-webkit-transform: translate3d(12px, -17px, 0) skewY(-10deg);
	transform: translate3d(12px, -17px, 0) skewY(-10deg);
	-webkit-box-shadow: 0 20px 30px rgba(0,0,0,.1);
	box-shadow: 0 20px 30px rgba(0,0,0,.1)
}
.video.is-played:before, .video.is-playing:before {
	-webkit-transform: translate3d(-20px, 0, 0) skewY(-10deg);
	transform: translate3d(-20px, 0, 0) skewY(-10deg)
}
.video.is-played:after, .video.is-playing:after {
	-webkit-transform: translate3d(32px, -17px, 0) skewY(-10deg);
	transform: translate3d(32px, -17px, 0) skewY(-10deg)
}
.video.is-played:after, .video.is-played:before, .video.is-playing:after, .video.is-playing:before {
	opacity: 0
}
.video iframe {
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%
}
.vision {
	display: block;
	position: relative
}
.section-about h2, .vision__item {
	margin: 0 auto 50px
}
.vision__item img {
	display: block;
	margin: 0 auto
}
.vision__item img:nth-child(1) {
	width: 150px;
	height: 150px;
	border-radius: 50%
}
.vision__item--main {
	position: relative;
	margin: 0 auto 40px
}
.vision__item--main img:nth-child(1) {
	width: 297px;
	height: 233px
}
.vision h3 {
	font-size: 18px;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 30px auto 5px
}
.nav-footer, .nav-main {
	margin: 0 auto 40px;
	font-family: 'RobotoCondensed', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	letter-spacing: 1px;
	letter-spacing: .1rem
}
.nav-footer ul {
	padding: 0;
	list-style: none;
	margin: 0 -20px;
	max-width: 1060px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.nav-footer ul li:before {
	display: none
}
.nav-footer ul li+li {
	margin-top: 0
}
.nav-footer li {
	color: #465b6e;
	padding: 0 20px
}
.nav-footer a {
	padding: 10px 0;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 26px;
	line-height: 26px;
	line-height: 2.6rem;
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #fff
}
.nav-footer a small {
	color: #465b6e;
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem
}
.nav-main {
	margin: 4px 0
}
.nav-main ul, .nav-side ul {
	padding: 0;
	margin: 0;
	list-style: none
}
.nav-main ul li:before {
	display: none
}
.nav-main ul li+li {
	margin-top: 0
}
.nav-footer a, .nav-footer li, .nav-main a, .nav-main ul li {
	display: inline-block
}

.nav-main a {
	padding: 1px 11px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 26px;
	line-height: 26px;
	line-height: 2.6rem;
	position: relative;
	z-index: 2;
	overflow: hidden;
	vertical-align: middle;
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem
}
.carousel__control li.is-active a span:before, .nav-main a:hover:before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.nav-main a:before {
	content: '';
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #1a7fc7;
	position: absolute;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s cubic-bezier(.68, 0, .265, 1);
	-webkit-transform: translate3d(-102%, 0, 0);
	transform: translate3d(-102%, 0, 0)
}
.nav-main li:nth-child(1) {
	/*display: none;*/
	display:inline-block;
}
.nav-main li:nth-child(1) a {
	color: #57aefc;
	-webkit-transition: color .2s, background .2s;
	transition: color .2s, background .2s
}
.page-subpage .nav-main li:nth-child(1) a, .page-homepage .nav-main li:nth-child(1) a {
	color: #fff
}
.nav-main li:nth-child(1) a {
    color: #fff;
}
.page .nav-main li:nth-child(1) a.donation, .page-homepage .nav-main li:nth-child(1) a.donation {
	background-color:#ea3744;
}
.nav-main li:nth-child(1) a.donation {
    background-color: #ea3744;
}
.nav-main li:nth-child(1) a:before {
	background: #fff
}
.nav-main li:nth-child(1) a:before, .nav-main li:nth-child(1) a:before {
	background: #1a7fc7
}
.nav-side {
	width: 100%;
	margin: 0 auto 20px
}
.nav-side ul li:before {
	display: none
}
.nav-side ul li+li {
	margin-top: 0
}
.nav-side li {
	margin: 0 auto 10px
}
.nav-side li a {
	font-family: 'RobotoCondensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 32px;
	line-height: 32px;
	line-height: 3.2rem;
	text-decoration: none;
	color: #002f52;
	-webkit-transition: color .3s cubic-bezier(.68, 0, .265, 1);
	transition: color .3s cubic-bezier(.68, 0, .265, 1);
	padding: 0 8px;
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem;
	background: #fff
}
.carousel__control li a span:before, .nav-side li a:before {
	content: '';
	display: block;
	position: absolute;
	background: #002f52;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translate3d(-110%, 0, 0);
	transform: translate3d(-110%, 0, 0);
	-webkit-transition: -webkit-transform .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1);
	transition: transform .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s cubic-bezier(.68, 0, .265, 1)
}
.nav-side li a:before {
	pointer-events: none;
	z-index: 0
}
.carousel__control li a span, .nav-side li a, .nav-side li a span {
	display: inline-block;
	position: relative;
	overflow: hidden
}
.nav-side li a span {
	vertical-align: middle;
	pointer-events: none
}
.nav-side--secondary {
	vertical-align: bottom;
	margin: 0 auto
}
.nav-side--secondary:before {
	content: '';
	width: 50px;
	height: 2px;
	margin: 0 0 40px 8px;
	border: solid 2px #ea3744;
    display: block;
    width: 50px;
}
.carousel__arrows {
	display: none;
	font-size: 6px;
	font-size: 6px;
	font-size: .6rem;
	background: #fff;
	-webkit-box-shadow: 0 20px 30px rgba(0,0,0,.1);
	box-shadow: 0 20px 30px rgba(0,0,0,.1);
	position: absolute;
	right: -30px;
	z-index: 10;
	bottom: -60px
}
.carousel__arrow {
	width: 60px;
	height: 50px;
	font-size:5em;
	text-align: center;
	line-height: 1.7;
	display: inline-block;
	color: #ea3744;
	cursor: pointer;
	-webkit-transition: background .1s;
	transition: background .1s
}
.carousel__arrow:active {
	background: #eee
}
.carousel__cards {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem;
	vertical-align: top;
	background: rgba(27,122,197,.9)
}
.carousel__card {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(27,122,197,0)), color-stop(30%, rgba(27,122,197,.9)), to(rgba(27,122,197,.9)));
	background: linear-gradient(to bottom, rgba(27,122,197,0), rgba(27,122,197,.9) 30%, rgba(27,122,197,.9));
	padding: 0 20px;
	color: #fff;
	position: relative;
	counter-increment: carousel-card;
	min-height: 0;
	max-height: 0;
	overflow: hidden
}
.carousel__card.is-active {
	padding: 80px 20px 20px;
	max-height: 5000px;
	overflow-y: scroll;
}
.carousel__card:before, .carousel__control li a {
	font-family: 'RobotoCondensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase
}
.carousel__card:before {
	/*content: "0" counter(carousel-card);*/
	top: 0;
	font-size: 160px;
	font-size: 160px;
	font-size: 16rem;
	z-index: -1;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	position: absolute;
	color: #117cc7;
	line-height: 160px;
	line-height: 160px;
	line-height: 16rem
}
.carousel__card h3 {
	font-size: 18px;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 auto 20px;
}
.carousel__card p {
	color: #fff
}
.carousel__control {
	width: 100%;
	display: inline-block;
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem;
	vertical-align: top;
	counter-reset: carousel-control;
	position: relative
}
.carousel__control ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.carousel__control ul li:before {
	display: none
}
.carousel__control ul li+li {
	margin-top: 0
}
.carousel__control li {
	margin: 0 auto 14px;
	display: inline-block
}
.carousel__control li a {
	display: block;
	position: relative;
	padding: 0;
	line-height: 32px;
	line-height: 32px;
	line-height: 3.2rem;
	text-decoration: none;
	color: #1a7fc7;
	overflow: hidden;
	-webkit-transition: color .3s cubic-bezier(.68, 0, .265, 1);
	transition: color .3s cubic-bezier(.68, 0, .265, 1);
	height: 36px
}
.carousel__control li a span {
	padding: 0;
	font-size: 0
}
.carousel__control li a span:before {
	padding: 0;
	z-index: -1
}
.carousel__control li a:before {
	/*counter-increment: carousel-control;
	content: '0' counter(carousel-control);*/
	position: relative;
	left: 0;
	padding: 10px;
	color: #9aa7ba!important
}
.carousel__control li a:after {
	content: '';
	display: block;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	height: 3px;
	background: 0 0;
	-webkit-transition: background .3s cubic-bezier(.68, 0, .265, 1);
	transition: background .3s cubic-bezier(.68, 0, .265, 1)
}
.carousel__control li.is-active a {
	color: #2e98db
}
.carousel__control li.is-active a:after {
	background: #ea3744
}
.carousel {
	text-align: left;
	font-size: 0;
	counter-reset: carousel-card;
	margin: 40px auto 0;
	width: 90%;
}
.carousel__quotes {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem;
	vertical-align: middle;
	margin: 20px auto 0
}
.carousel__quote {
	font-size: 18px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: 200;
	display: none;
	text-align: left
}
.carousel__quote.is-active, .hero-big {
	display: block
}
.carousel__quote.is-active{
	/*display:none;*/
}
.carousel__quote:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	background-repeat: no-repeat;
	background-image: url(../img/quote.1570693227.svg);
	width: 50px;
	height: 50px;
	margin: 12px 20px 0 0
}
.carousel__quote p {
	display: inline-block;
	max-width: calc(100% - 80px)
}
.hero-big {
	background-position: center bottom;
	text-align: center;
	margin: 0 auto -30px;
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 0
}
.hero-big:before {
	content: '';
	display: block;
	height: 100%;
	background: #1a7fc7;
	position: absolute;
	-webkit-transform: skewY(-10deg) translateX(-50%);
	-ms-transform: skewY(-10deg) translateX(-50%);
	transform: skewY(-10deg) translateX(-50%);
	left: 50%;
	width: 1920px;
	top: -237px
}
.hero-big__valign-wrap {
	display: table;
	width: 100%;
	height: 340px;
	z-index: 50;
	position: relative
}
.hero-big__valign {
	display: table-cell;
	vertical-align: middle;
	padding-top: 10px;
	-webkit-transform: skewY(-10deg) translateZ(0);
	transform: skewY(-10deg) translateZ(0)
}
.hero-big h1, .hero-big p {
	font-family: 'RobotoCondensed', sans-serif;
	color: #fff;
	text-transform: uppercase
}
.hero-big h1 {
	font-weight: 700;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
	font-size: 32px;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1
}
.hero-big p {
	font-size: 18px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2
}
.hero-big__line {
	height: 12px;
	position: absolute;
	background: -webkit-gradient(linear, left top, right top, from(#fff), to(#ea3744));
	background: linear-gradient(to right, #fff, #ea3744);
	-webkit-transform: skewY(-10deg) translate3d(-50%, 0, 0);
	transform: skewY(-10deg) translate3d(-50%, 0, 0);
	width: 1920px;
	bottom: 229px;
	left: 50%;
	z-index: 10
}
.hero-big__decoration {
	position: absolute;
	-webkit-transform: skewY(-10deg);
	-ms-transform: skewY(-10deg);
	transform: skewY(-10deg);
	-webkit-animation: hero-decorations 40s cubic-bezier(.68, 0, .265, 1) infinite;
	animation: hero-decorations 40s cubic-bezier(.68, 0, .265, 1) infinite
}
.hero-big__decoration--1 {
	-webkit-animation-delay: -4s;
	animation-delay: -4s
}
.hero-big__decoration--2 {
	-webkit-animation-delay: -8s;
	animation-delay: -8s
}
.hero-big__decoration--3 {
	-webkit-animation-delay: -12s;
	animation-delay: -12s
}
.hero-big__decoration--4 {
	-webkit-animation-delay: -16s;
	animation-delay: -16s
}
.hero-big__decoration--1 {
	background: #fbe452;
	width: 125px;
	height: 3px;
	top: 150px;
	left: 50%;
	margin-left: -60px
}
.hero-big__decoration--2 {
	background: #41c1fc;
	width: 76px;
	height: 2px;
	top: 190px;
	left: 50%;
	margin-left: -180px
}
.hero-big__decoration--3 {
	background: #fbe452;
	width: 168px;
	height: 6px;
	top: 134px;
	left: 50%;
	margin-left: 80px
}
.hero-big__decoration--4 {
	background: #41c1fc;
	width: 140px;
	height: 20px;
	top: 178px;
	left: 50%;
	margin-left: -80px
}
.hero-big__bg, .hero-big__bg-item {
	top: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center
}
.hero-big__bg-item {
	opacity: 0;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	z-index: 1
}
.hero-big__bg-item.is-active {
	opacity: 1;
	z-index: 2
}
.hero-big--homepage:before {
	top: -237px
}
.hero-big--homepage.has-animated .hero-big__decoration--1 {
	-webkit-animation: hero-decorationsA 40s cubic-bezier(.68, 0, .265, 1) infinite;
	animation: hero-decorationsA 40s cubic-bezier(.68, 0, .265, 1) infinite
}
.hero-big--homepage.has-animated .hero-big__decoration--2 {
	-webkit-animation: hero-decorationsB 40s cubic-bezier(.68, 0, .265, 1) infinite;
	animation: hero-decorationsB 40s cubic-bezier(.68, 0, .265, 1) infinite
}
.hero-big--homepage.has-animated .hero-big__decoration--3 {
	-webkit-animation: hero-decorationsC 40s cubic-bezier(.68, 0, .265, 1) infinite;
	animation: hero-decorationsC 40s cubic-bezier(.68, 0, .265, 1) infinite
}
.hero-big--homepage .hero-big__bg-item--1 {
	background-image: url('../img/20140915_hero.jpg')
}
.hero-big--homepage .hero-big__bg-item--2 {
	background-image: url(../img/hero-01.jpg)
}
.hero-big--homepage .hero-big__bg-item--2+.hero-big__bg-item-helper {
	display: block;
	position: absolute;
	width: 229.29344px;
	height: 87.418124px;
	background-size: cover;
	background-image: url(../img/hero/homepage-2-path.1570693230.png);
	top: 79px;
	left: 50%;
	z-index: 80;
	-webkit-transform: translateX(-115px);
	-ms-transform: translateX(-115px);
	transform: translateX(-115px);
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	opacity: 0
}
.hero-big--homepage .hero-big__bg-item--2.is-active+.hero-big__bg-item-helper {
	opacity: 1;
	-webkit-transition: opacity .4s;
	transition: opacity .4s
}
.hero-big--homepage .hero-big__bg-item--3 {
	background-image: url(../img/hero-01.jpg)
}
.hero-big--homepage .hero-big__bg-item--4 {
	background-image: url(../img/hero-02.jpg)
}
.hero-big--homepage .hero-big__decorations {
	-webkit-transform: skewY(-10deg);
	-ms-transform: skewY(-10deg);
	transform: skewY(-10deg);
	position: absolute;
	z-index: 40;
	top: 0;
	left: 0;
	width: 100%
}
.hero-big--homepage .hero-big__decoration {
	z-index: 20;
	-webkit-animation: none;
	animation: none;
	-webkit-box-shadow: 0 15px 25px rgba(0,0,0,.1);
	box-shadow: 0 15px 25px rgba(0,0,0,.1);
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.hero-big--homepage .hero-big__decoration--1 {
	top: 120px;
	left: 50%;
	width: 200px;
	margin-left: -160px;
	height: 70px;
	background: #40c1fc;
	-webkit-transition: 1.2s cubic-bezier(.68, 0, .265, 1) .4s;
	transition: 1.2s cubic-bezier(.68, 0, .265, 1) .4s
}
html.is-animating .hero-big--homepage .hero-big__decoration--1, html.is-loading .hero-big--homepage .hero-big__decoration--1 {
	-webkit-transform: translate3d(-1400px, 0, 0);
	transform: translate3d(-1400px, 0, 0)
}
.hero-big--homepage .hero-big__decoration--2 {
	top: 140px;
	left: 50%;
	width: 120px;
	margin-left: -60px;
	height: 20px;
	background: #2192d9;
	-webkit-transition: 1.2s cubic-bezier(.68, 0, .265, 1) .6s;
	transition: 1.2s cubic-bezier(.68, 0, .265, 1) .6s
}
html.is-animating .hero-big--homepage .hero-big__decoration--2, html.is-loading .hero-big--homepage .hero-big__decoration--2 {
	-webkit-transform: translate3d(1400px, 0, 0);
	transform: translate3d(1400px, 0, 0)
}
.hero-big--homepage .hero-big__decoration--3 {
	top: 180px;
	left: 50%;
	width: 220px;
	margin-left: -80px;
	height: 60px;
	background: #ea3744;
	-webkit-transition: 1.2s cubic-bezier(.68, 0, .265, 1) .8s;
	transition: 1.2s cubic-bezier(.68, 0, .265, 1) .8s
}
html.is-animating .hero-big--homepage .hero-big__decoration--3, html.is-loading .hero-big--homepage .hero-big__decoration--3 {
	-webkit-transform: translate3d(-1400px, 0, 0);
	transform: translate3d(-1400px, 0, 0)
}
.hero-big--homepage h1 {
	background-size: 100% 100%;
	z-index: 50;
	-webkit-transform: skewY(-10deg);
	-ms-transform: skewY(-10deg);
	transform: skewY(-10deg);
	line-height: .85;
	line-height:1;
	font-size: 60px;
	font-size: 60px;
	font-size: 6rem
}
.hero-big--homepage .hero-big__valign {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	position: relative;
    right:25%;
}
.hero-big--homepage .hero-big__line {
	bottom: 229px
}
.hero-big__headline-part {
	position: relative;
	display: inline-block;
	opacity: 0
}
.hero-big__headline-part--1 {
	-webkit-transform: translate3d(-30px, 0, 0);
	transform: translate3d(-30px, 0, 0)
}
.hero-big.has-loaded .hero-big__headline-part--1 {
	-webkit-animation: hero-headlineA .5s cubic-bezier(.68, 0, .265, 1) .8s forwards;
	animation: hero-headlineA .5s cubic-bezier(.68, 0, .265, 1) .8s forwards
}
.hero-big__headline-part--2 {
	-webkit-transform: translate3d(30px, 0, 0);
	transform: translate3d(30px, 0, 0)
}
.hero-big.has-loaded .hero-big__headline-part--2 {
	-webkit-animation: hero-headlineB .5s cubic-bezier(.68, 0, .265, 1) 1s forwards;
	animation: hero-headlineB .5s cubic-bezier(.68, 0, .265, 1) 1s forwards
}
.hero-big__headline-part--3 {
	-webkit-transform: translate3d(-50px, 0, 0);
	transform: translate3d(-50px, 0, 0)
}
.hero-big.has-loaded .hero-big__headline-part--3 {
	-webkit-animation: hero-headlineC .5s cubic-bezier(.68, 0, .265, 1) 1.2s forwards;
	animation: hero-headlineC .5s cubic-bezier(.68, 0, .265, 1) 1.2s forwards
}
.hero-big__headline-part small {
	font-size: 60%
}
.hero-big--issues .hero-big__bg {
	background-image: url(..)
}
.hero-big--about .hero-big__line {
	background: #fff
}
.hero-big--contact .hero-big__bg {
	background-image: url(..)
}
.hero-big--donate .hero-big__bg {
	background-image: url(..)
}


@media (max-width:767px){
	.header__logo{
		margin-left: 50px;
	}
	.header__logo img{
		max-width:115px;
	}
	.hero-big--homepage .hero-big__valign{
		position: relative;
    	left: 0px;
	}
	.hero-big--homepage h1{
		font-size: 3.5rem;
		text-align: left;
		position: relative;
		left: 15%;
	}
	.hero-big--homepage .btn--blue{
		position: relative;
    	top: 50px;
	}
	.hero-big--homepage .hero-big__decoration--1 {
		margin-left: -240px;
		width:160px;
		top:105px;
	}
	.hero-big--homepage .hero-big__decoration--2 {
		margin-left: -100px;
		top:125px;
	}
	.hero-big--homepage .hero-big__decoration--3 {
		margin-left: -200px;
		height: 40px;
		width: 170px;
		top:165px;
	}
	.section.cta-top{
		padding-top:100px;
	}
}
@media (min-width:600px){
	.header__nav {
		display: inline-block;
		float:right;
	}
}
@media (max-width:600px){
	.header__inner {
		padding: 6px 20px 20px;
	}
}

@-webkit-keyframes fadeHero {
6%, 66% {
opacity:0
}
0%, 72%, to {
opacity:1
}
}
@keyframes fadeHero {
6%, 66% {
opacity:0
}
0%, 72%, to {
opacity:1
}
}
@-webkit-keyframes hero-decorationsA {
0%, to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
40% {
-webkit-transform:translate3d(100px, 0, 0);
transform:translate3d(100px, 0, 0)
}
60% {
-webkit-transform:translate3d(-40px, 0, 0);
transform:translate3d(-40px, 0, 0)
}
70% {
-webkit-transform:translate3d(20px, 0, 0);
transform:translate3d(20px, 0, 0)
}
}
@keyframes hero-decorationsA {
0%, to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
40% {
-webkit-transform:translate3d(100px, 0, 0);
transform:translate3d(100px, 0, 0)
}
60% {
-webkit-transform:translate3d(-40px, 0, 0);
transform:translate3d(-40px, 0, 0)
}
70% {
-webkit-transform:translate3d(20px, 0, 0);
transform:translate3d(20px, 0, 0)
}
}
@-webkit-keyframes hero-decorationsB {
0%, to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
30% {
-webkit-transform:translate3d(-100px, 0, 0);
transform:translate3d(-100px, 0, 0)
}
50% {
-webkit-transform:translate3d(40px, 0, 0);
transform:translate3d(40px, 0, 0)
}
65% {
-webkit-transform:translate3d(-20px, 0, 0);
transform:translate3d(-20px, 0, 0)
}
}
@keyframes hero-decorationsB {
0%, to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
30% {
-webkit-transform:translate3d(-100px, 0, 0);
transform:translate3d(-100px, 0, 0)
}
50% {
-webkit-transform:translate3d(40px, 0, 0);
transform:translate3d(40px, 0, 0)
}
65% {
-webkit-transform:translate3d(-20px, 0, 0);
transform:translate3d(-20px, 0, 0)
}
}
@-webkit-keyframes hero-decorationsC {
0%, to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
10% {
-webkit-transform:translate3d(60px, 0, 0);
transform:translate3d(60px, 0, 0)
}
40% {
-webkit-transform:translate3d(20px, 0, 0);
transform:translate3d(20px, 0, 0)
}
80% {
-webkit-transform:translate3d(40px, 0, 0);
transform:translate3d(40px, 0, 0)
}
}
@keyframes hero-decorationsC {
0%, to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
10% {
-webkit-transform:translate3d(60px, 0, 0);
transform:translate3d(60px, 0, 0)
}
40% {
-webkit-transform:translate3d(20px, 0, 0);
transform:translate3d(20px, 0, 0)
}
80% {
-webkit-transform:translate3d(40px, 0, 0);
transform:translate3d(40px, 0, 0)
}
}
@-webkit-keyframes hero-headlineA {
0% {
-webkit-transform:translate3d(-100px, 0, 0);
transform:translate3d(-100px, 0, 0);
opacity:0
}
to {
-webkit-transform:translate3d(-30px, 0, 0);
transform:translate3d(-30px, 0, 0);
opacity:1
}
}
@keyframes hero-headlineA {
0% {
-webkit-transform:translate3d(-100px, 0, 0);
transform:translate3d(-100px, 0, 0);
opacity:0
}
to {
-webkit-transform:translate3d(-30px, 0, 0);
transform:translate3d(-30px, 0, 0);
opacity:1
}
}
@-webkit-keyframes hero-headlineB {
0% {
-webkit-transform:translate3d(-20px, 0, 0);
transform:translate3d(-20px, 0, 0);
opacity:0
}
to {
-webkit-transform:translate3d(30px, 0, 0);
transform:translate3d(30px, 0, 0);
opacity:1
}
}
@keyframes hero-headlineB {
0% {
-webkit-transform:translate3d(-20px, 0, 0);
transform:translate3d(-20px, 0, 0);
opacity:0
}
to {
-webkit-transform:translate3d(30px, 0, 0);
transform:translate3d(30px, 0, 0);
opacity:1
}
}
@-webkit-keyframes hero-headlineC {
0% {
-webkit-transform:translate3d(-120px, 0, 0);
transform:translate3d(-120px, 0, 0);
opacity:0
}
to {
-webkit-transform:translate3d(-20px, 0, 0);
transform:translate3d(-20px, 0, 0);
opacity:1
}
}
@keyframes hero-headlineC {
0% {
-webkit-transform:translate3d(-120px, 0, 0);
transform:translate3d(-120px, 0, 0);
opacity:0
}
to {
-webkit-transform:translate3d(-20px, 0, 0);
transform:translate3d(-20px, 0, 0);
opacity:1
}
}
.hero, .hero__valign-wrap {
	width: 100%;
	position: relative
}
.hero {
	display: block;
	background-position: center bottom;
	text-align: center;
	margin: 0 auto -10px;
	overflow: hidden;
	z-index: 0
}
.hero__valign-wrap {
	display: table;
	height: 300px;
	z-index: 50
}
.hero__valign {
	display: table-cell;
	vertical-align: middle;
	-webkit-transform: skewY(-10deg) translateZ(0);
	transform: skewY(-10deg) translateZ(0);
	padding-bottom: 20px
}
.banner-box:after, .hero h1 {
	-webkit-font-smoothing: antialiased
}
.hero h1, .hero p {
	font-family: 'RobotoCondensed', sans-serif;
	color: #fff;
	text-transform: uppercase
}
.hero h1 {
	font-weight: 700;
	margin: 0 auto;
	font-size: 40px;
	font-size: 40px;
	font-size: 4rem;
	font-family:Montserrat;
}
.hero p {
	font-size: 18px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	margin-bottom: -10px
}
.hero__line {
	height: 12px;
	width: 100%;
	position: absolute;
	top: 229px;
	background: -webkit-gradient(linear, left top, right top, from(#fff), to(#ea3744));
    background: linear-gradient(to right, #fff, #ea3744);
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}
.hero__shadow {
	position: absolute;
	width: 808px;
	height: 437px;
	background-image: url(../img/bg-shadow.png);
	left: 50%;
	top: 90px;
	margin-left: 10px
}
.hero__bg, .hero__decoration {
	position: absolute;
	-webkit-transform: skewY(-10deg);
	-ms-transform: skewY(-10deg);
	transform: skewY(-10deg)
}
.hero__bg {
	background: -webkit-gradient(linear, left top, right top, from(#002f52), to(#2192d9));
	background: linear-gradient(to right, #002f52, #2192d9);
	top: -70px;
	height: 100%;
	width: 100%
}
.hero__decoration {
	-webkit-animation: hero-decorations 40s cubic-bezier(.68, 0, .265, 1) infinite;
	animation: hero-decorations 40s cubic-bezier(.68, 0, .265, 1) infinite
}
.hero__decoration--1 {
	-webkit-animation-delay: -4s;
	animation-delay: -4s
}
.hero__decoration--2 {
	-webkit-animation-delay: -8s;
	animation-delay: -8s
}
.hero__decoration--3 {
	-webkit-animation-delay: -12s;
	animation-delay: -12s
}
.hero__decoration--4 {
	-webkit-animation-delay: -16s;
	animation-delay: -16s
}
.hero__decoration--1 {
	background: #40c1fc;
	width: 125px;
	height: 3px;
	top: 120px;
	left: 50%;
	margin-left: -60px
}
.hero__decoration--2 {
	background: #40c1fc;
	width: 76px;
	height: 2px;
	top: 170px;
	left: 50%;
	margin-left: -180px
}
.hero__decoration--3 {
	background: #ea3744;
	width: 168px;
	height: 6px;
	top: 104px;
	left: 50%;
	margin-left: 80px
}
.hero__decoration--4 {
	background: #2e98db;
	width: 140px;
	height: 20px;
	top: 148px;
	left: 50%;
	margin-left: -80px
}
@-webkit-keyframes hero-decorations {
0%, to {
-webkit-transform:skewY(-10deg) translate3d(-100px, 0, 0);
transform:skewY(-10deg) translate3d(-100px, 0, 0)
}
40% {
-webkit-transform:skewY(-10deg) translate3d(100px, 0, 0);
transform:skewY(-10deg) translate3d(100px, 0, 0)
}
60% {
-webkit-transform:skewY(-10deg) translate3d(-40px, 0, 0);
transform:skewY(-10deg) translate3d(-40px, 0, 0)
}
70% {
-webkit-transform:skewY(-10deg) translate3d(20px, 0, 0);
transform:skewY(-10deg) translate3d(20px, 0, 0)
}
}
@keyframes hero-decorations {
0%, to {
-webkit-transform:skewY(-10deg) translate3d(-100px, 0, 0);
transform:skewY(-10deg) translate3d(-100px, 0, 0)
}
40% {
-webkit-transform:skewY(-10deg) translate3d(100px, 0, 0);
transform:skewY(-10deg) translate3d(100px, 0, 0)
}
60% {
-webkit-transform:skewY(-10deg) translate3d(-40px, 0, 0);
transform:skewY(-10deg) translate3d(-40px, 0, 0)
}
70% {
-webkit-transform:skewY(-10deg) translate3d(20px, 0, 0);
transform:skewY(-10deg) translate3d(20px, 0, 0)
}
}
.banner-box {
	display: block;
	height: 340px;
	width: 350px;
	margin: 0 auto;
	background: -webkit-gradient(linear, left bottom, right top, from(#1a79c9), to(#51a5e0));
	background: linear-gradient(to right top, #1a79c9, #51a5e0);
	padding: 53px 30px;
	color: #fff;
	text-decoration: none;
	position: relative;
	-webkit-transition: -webkit-box-shadow .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s cubic-bezier(.68, 0, .265, 1);
	transition: box-shadow .3s cubic-bezier(.68, 0, .265, 1), transform .3s cubic-bezier(.68, 0, .265, 1);
	transition: box-shadow .3s cubic-bezier(.68, 0, .265, 1), transform .3s cubic-bezier(.68, 0, .265, 1), -webkit-box-shadow .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s cubic-bezier(.68, 0, .265, 1);
	background-position: center;
	max-width: 100%
}
.banner-box:hover {
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,.1);
	box-shadow: 0 10px 20px rgba(0,0,0,.1);
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0)
}
.banner-box:after {
	display: inline-block;
	font: 14px/1 'icons';
	text-rendering: auto;
	-moz-osx-font-smoothing: grayscale;
	content: '\EA03';
	width: 30px;
	height: 30px;
	line-height: 32px;
	color: #1a7fc7;
	background: #f9e352;
	border-radius: 50%;
	font-size: 9px;
	font-size: 9px;
	font-size: .9rem;
	text-align: center;
	position: absolute;
	bottom: 53px;
	left: 30px
}
.banner-box__for {
	font-family: 'RobotoCondensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 auto 20px
}
.banner-box p {
	font-size: 22px;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 400;
	color: #fff;
	line-height: 1.5
}
.banner-box--student {
	background-image: url(../img/banner-box/student.1570693229.jpg)
}
.banner {
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-transition: -webkit-box-shadow .2s, -webkit-transform .2s;
	transition: box-shadow .2s, transform .2s;
	transition: box-shadow .2s, transform .2s, -webkit-box-shadow .2s, -webkit-transform .2s
}
.banner__inner {
	display: block;
	background-position: center;
	background-color: #fd782c;
	background-image: url(../img/banner.1570693226.jpg);
	background-size: cover;
	padding: 20px;
	text-align: center
}
.banner__inner:after, .banner__inner:before {
	content: "";
	display: table
}
.banner__inner:after {
	clear: both
}
.banner a:not(.btn) {
	color: #fff
}
.banner__text {
	font-size: 20px;
	font-size: 20px;
	font-size: 2rem;
	color: #fff;
	font-weight: 200;
	padding: 7px 0;
	margin: 0 auto 20px
}
.banner--shadow {
	-webkit-box-shadow: 0 20px 30px rgba(0,0,0,.1);
	box-shadow: 0 20px 30px rgba(0,0,0,.1)
}
.banner--center, .section {
	text-align: center
}
.banner--center .banner__text {
	padding: 0;
	float: none;
	margin: 0 auto;
	max-width: 900px;
	line-height: 1.6;
	display: block
}
.section {
	display: block;
	position: relative;
	padding: 0 0 60px
}
.section__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 10
}
.section__inner>p {
	max-width: 740px
}
.section--gray:before {
	position: absolute;
	top: -100px;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	content: '';
	display: block;
	margin-left: 50px
}
.section--gray {
	padding: 20px 0 80px;
	overflow-y: visible;
	margin: 40px auto 0
}
.section--gray:before {
	width: 1152px;
	height: 739.1999999999999px;
	background-size: cover;
	background-image: url(../img/bg-slant-gray.png);
}

.section--no-z-index .section__inner {
	z-index: initial
}
.section--prepended {
	padding-bottom: 0!important
}
.section--padding-top {
	padding-top: 60px
}
.section--full .section__inner {
	padding: 0;
	max-width: 100%
}
.section--thin .section__inner {
	max-width: 840px
}
.section--left {
	text-align: left!important
}
.section-come-to-us .quote-block {
	margin: 30px 0
}
.section-map {
	margin: 40 auto 20px
}
.section-map h2 {
	text-align: left;
	width: 320px;
	float: left;
	margin: 0 80px 0 0;
	line-height: 1.5
}
.section-map h2:after {
	margin: 22px 0 20px
}
.page-wrapper {
	max-width: 1920px;
	margin: 0 auto;
	background: #fff;
	position: relative
}
.page-doc h4, .page-error p {
	font-size: 16px;
	font-size: 16px;
	font-size: 1.6rem
}
.page-error {
	overflow: hidden;
	text-align: center;
	background: url(../img/404-bg.1570693229.png);
	background-size: cover;
	background-position: center
}
.page-error .page-wrapper {
	background: 0 0;
	height: 100%
}
.page-error, .page-error #swup {
	display: table;
	width: 100%;
	height: 100%
}
.page-error .main {
	display: table-cell;
	vertical-align: middle
}
.page-error h1 {
	font-size: 100px;
	font-size: 100px;
	font-size: 10rem;
	font-family: 'RobotoCondensed', sans-serif;
	font-weight: 700;
	-webkit-transform: skewY(-10deg);
	-ms-transform: skewY(-10deg);
	transform: skewY(-10deg);
	color: #fff;
	margin: 0 auto;
	position: relative
}
.page-error h1>span {
	position: relative;
	z-index: 1
}
.page-error p {
	font-weight: 400;
	color: #fff;
	margin: 0 auto 30px;
	max-width: calc(100% - 80px);
	position: relative;
	line-height: 1.7
}
.page-error__decoration {
	position: absolute;
	-webkit-animation: error-decorations 40s cubic-bezier(.68, 0, .265, 1) infinite;
	animation: error-decorations 40s cubic-bezier(.68, 0, .265, 1) infinite
}
.page-error__decoration--1 {
	-webkit-animation-delay: -4s;
	animation-delay: -4s
}
.page-error__decoration--2 {
	-webkit-animation-delay: -8s;
	animation-delay: -8s
}
.page-error__decoration--3 {
	-webkit-animation-delay: -12s;
	animation-delay: -12s
}
.page-error__decoration--4 {
	-webkit-animation-delay: -16s;
	animation-delay: -16s
}
.page-error__decoration--1 {
	background: #fbe452;
	width: 125px;
	height: 3px;
	top: 40px;
	left: 50%;
	margin-left: -60px
}
.page-error__decoration--2 {
	background: #41c1fc;
	width: 140px;
	height: 20px;
	top: 60px;
	left: 50%;
	margin-left: -80px
}
.page-error__decoration--3 {
	background: #fbe452;
	width: 168px;
	height: 6px;
	top: 68px;
	left: 50%;
	margin-left: 80px
}
@-webkit-keyframes error-decorations {
0%, to {
-webkit-transform:translate3d(-100px, 0, 0);
transform:translate3d(-100px, 0, 0)
}
40% {
-webkit-transform:translate3d(100px, 0, 0);
transform:translate3d(100px, 0, 0)
}
60% {
-webkit-transform:translate3d(-40px, 0, 0);
transform:translate3d(-40px, 0, 0)
}
70% {
-webkit-transform:translate3d(20px, 0, 0);
transform:translate3d(20px, 0, 0)
}
}
@keyframes error-decorations {
0%, to {
-webkit-transform:translate3d(-100px, 0, 0);
transform:translate3d(-100px, 0, 0)
}
40% {
-webkit-transform:translate3d(100px, 0, 0);
transform:translate3d(100px, 0, 0)
}
60% {
-webkit-transform:translate3d(-40px, 0, 0);
transform:translate3d(-40px, 0, 0)
}
70% {
-webkit-transform:translate3d(20px, 0, 0);
transform:translate3d(20px, 0, 0)
}
}
.page-kviz .main {
	margin: 0 auto
}
.page-kviz .footer {
	display: none
}
.page-position-detail .hero h1 {
	font-size: 32px;
	font-size: 32px;
	font-size: 3.2rem;
	max-width: 600px;
	line-height: 1.2
}
.page-proces-naboru .list-info {
	margin: 40px auto 0
}

@media (min-width:1025px) {
.lg-outer .lg-thumb-item {
	-webkit-transition: border-color .25s ease;
	transition: border-color .25s ease
}
}

@media (-webkit-min-device-pixel-ratio:1.3), (min-resolution:1.3dppx) {
.map__bg {
	background-image: url(../img/map/cr@2x.1570693234.png)
}
.banner__inner {
	background-image: url(../img/banner@2x.1570693226.jpg)
}
}

@media screen and (min-width:23.33em) {
.dropdown-holder__col, .filter-dropdown__col {
	width: 100%
}
}

@media screen and (min-width:32.5em) {
.footer__top {
	padding: 30px 0 60px
}
.footer h2 {
	margin: 0 auto 30px
}
}

@media screen and (min-width:33.75em) {
.filter .select {
	width: calc(50% - 16px)
}
.filter--small {
	padding: 24px 0 0
}
.filter--small .select {
	margin: 0;
	width: calc(50% - 10px)
}
}

@media screen and (min-width:45em) {
.map__pin {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.map__list, .map__popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	position: absolute;
	right: 20px
}
.map__popup {
	top: -10px
}
}

.carousel__dropdown {
  background-color: #202a35;
}

.carousel__dropdown ul li {
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  margin-right: 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  padding: 15px 10px;
}
.carousel__dropdown ul li:first-of-type {
  padding: 30px 10px;
}
.carousel__dropdown ul li:hover {
  background-color: #0479c3;
  cursor: pointer;
  color: #fff;
}
.carousel__dropdown ul li a {
  color: #fff;
}
.carousel__dropdown ul li:hover a {
  color: #eeeeee;
}
@media screen and (max-width:767px) {
	.carousel__control{
		width:100%;
		position:relative;
	}
	.carousel__control ul{
		width: calc(100% - 120px);
		margin: 0px auto;
		position: relative;
		z-index: 11;
		display: block;
		text-align: center;
	}
	.carousel__control li{
		display:block;
		margin:0px auto;
	}
	.carousel__control li a{
		width: 100%;
		display:none;
		line-height:50px;
		height:50px;
	}
	.carousel__control li a:before {
		display:none;
	}
	.carousel__control li.is-active a{
		display:block;
		color:#002f52;
	}
	.carousel__control li a span {
		padding: 0 8px;
		font-size: 15px;
		font-size: 15px;
		font-size: 1.5rem;
	}
	.carousel__control li a span:before {
		background-color:#fff;
	}
	.carousel__dropdown{
		position: relative;
		z-index: 10;
		width: calc(100% - 120px);
		margin: 0px auto;
		top:-50px;
	}
	.carousel__dropdown #sectional_nav {
		height: 60px;
		width: 100%;
		font-size: 18px;
		background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#fff' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
		background-position: 98% 50%;
		background-repeat: no-repeat;
	  }
	.carousel__arrows{
		display:block;
		position: absolute;
		top: 0;
		width: 100%;
		right: 0;
		bottom: 0;
	}
	.carousel__arrow--right{
		position: absolute;
    	right: 0;
	}
	.carousel__card.is-active{
		overflow-y:inherit;
	}
}
@media screen and (min-width:768px) {
html.is-animating {
	-webkit-transition: opacity .1s .2s cubic-bezier(.68, 0, .265, 1);
	transition: opacity .1s .2s cubic-bezier(.68, 0, .265, 1)
}
h2 {
	font-size: 26px;
	font-size: 26px;
	font-size: 2.6rem
}
	.section.cta-top{
		padding-top:200px;
	}
.u-top50 {
	top: 50px
}
.u-top-50 {
	top: -50px
}
.flickity-prev-next-button {
	line-height: 60px;
	width: 60px;
	height: 60px
}
.flickity-prev-next-button:before {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	font-size: 10px;
	font-size: 10px;
	font-size: 1rem
}
.flickity-prev-next-button.previous {
	left: -6px
}
.flickity-prev-next-button.next {
	right: -6px
}
.lg-actions .lg-next, .lg-actions .lg-prev {
	margin-top: -40px;
	background-size: auto;
	width: 56px;
	height: 56px
}
.lg-close {
	line-height: 50px;
	width: 50px;
	height: 50px
}
.lg-actions button {
	width: 60px;
	height: 60px;
	line-height: 60px
}
.lg-actions button:before {
	font-size: 16px;
	font-size: 16px;
	font-size: 1.6rem
}
.lg-actions button.lg-prev {
	left: 20px
}
.lg-actions button.lg-next {
	right: 20px
}
.accord {
	margin: 80px auto
}
.accord__item {
	margin: 0 auto 16px
}
html.js .fade-in {
	opacity: 0;
	-webkit-transform: translate3d(0, 60px, 0);
	transform: translate3d(0, 60px, 0);
	-webkit-transition: opacity .6s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s cubic-bezier(.68, 0, .265, 1);
	transition: opacity .6s cubic-bezier(.68, 0, .265, 1), transform .3s cubic-bezier(.68, 0, .265, 1);
	transition: opacity .6s cubic-bezier(.68, 0, .265, 1), transform .3s cubic-bezier(.68, 0, .265, 1), -webkit-transform .3s cubic-bezier(.68, 0, .265, 1)
}
.btn.btn--instagram {
	display: inline-block
}
.burger {
	margin: 45px 20px;
	padding: 0;
	width: 20px;
	height: 17px
}
.calendar {
	margin: 70px auto 0;
	width: auto
}
.calendar__item {
	margin: 0 auto;
	padding: 0 20px 0 0;
	width: 33.33%
}
.calendar__date {
	margin: 32px 14px 0 0
}
.calendar h3:after {
	font: 14px/1 'icons';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\EA03';
	width: 30px;
	height: 30px;
	border-radius: 30px;
	display: block;
	color: #1a7fc7;
	background: #cde8fe;
	text-align: center;
	line-height: 30px;
	font-size: 9px;
	font-size: 9px;
	font-size: .9rem;
	margin: 20px 0 0;
	-webkit-transition: color .2s, background .2s;
	transition: color .2s, background .2s
}
.category-link {
	-webkit-box-shadow: 0 20px 30px rgba(0,0,0,0);
	box-shadow: 0 20px 30px rgba(0,0,0,0);
	min-height: 580px
}
.category-link:hover {
	-webkit-box-shadow: 0 20px 30px rgba(0,0,0,.15);
	box-shadow: 0 20px 30px rgba(0,0,0,.15)
}
.category-link__inner {
	padding: 60px 20px 20px
}
.category-link__inner:after, .category-link__inner:before {
	margin-top: -150px;
	margin-left: -90px
}
.category-link__letter {
	margin: 0 auto 30px
}
.category-link__person--leader {
	width: 368px;
	height: 410px;
	background-image: url(../img/category-link/leader.1570693230.jpg)
}
.category-link__person--seller {
	width: 412px;
	height: 400px;
	background-image: url(../img/category-link/seller.1570693230.jpg)
}
.category-link__shadow {
	top: 0;
	left: -30px
}
.category-link .icon {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 42px;
	padding-left: 2px;
	font-size: 9px;
	font-size: 9px;
	font-size: .9rem;
	background: #fd782c;
	margin: 0 auto;
	border-radius: 50%;
	display: block
}
.dropdown-holder {
	display: block
}
.dropdown-holder.is-active {
	padding: 20px 20px 30px
}
.dropdown-holder--city {
	-webkit-transform-origin: 10% 0%;
	-ms-transform-origin: 10% 0%;
	transform-origin: 10% 0%
}
.dropdown-holder--sport {
	-webkit-transform-origin: 30% 0%;
	-ms-transform-origin: 30% 0%;
	transform-origin: 30% 0%
}
.filter--small .dropdown-holder--sport {
	-webkit-transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	transform-origin: 100% 0%
}
.dropdown-holder__col {
	float: left;
	width: 25%
}
.filter--small .dropdown-holder__col {
	width: 50%
}
.dropdown-holder__group-head {
	padding: 0 0 10px
}
.filter-dropdown {
	display: block
}
.filter-dropdown.is-active {
	padding: 40px 20px 30px
}
.filter-dropdown--city {
	-webkit-transform-origin: 10% 0%;
	-ms-transform-origin: 10% 0%;
	transform-origin: 10% 0%
}
.filter-dropdown--sport {
	-webkit-transform-origin: 30% 0%;
	-ms-transform-origin: 30% 0%;
	transform-origin: 30% 0%
}
.filter--small .filter-dropdown--sport {
	-webkit-transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	transform-origin: 100% 0%
}
.filter-dropdown__col {
	float: left;
	width: 25%
}
.filter--small .filter-dropdown__col {
	width: 50%
}
.filter-dropdown__group-head {
	padding: 0 0 10px
}
.filter__content {
	margin: 0 auto 60px
}
.filter__content .btn {
	float: right
}
.filter__applied {
	max-width: calc(100% - 180px)
}
.footer__top {
	padding: 60px 0
}
.footer__links {
	/*top: -60px;*/
	text-align: center;
	display: block
}
.footer__bottom {
	padding: 40px 0 50px
}
.input--file .input__filename {
	padding: 18px 20px 16px
}
.form--career .grid {
	margin: 30px auto 40px
}
.form--career .cell {
	width: 50%
}
.form--career .cell:nth-child(1) {
	padding-right: 10px
}
.form--career .cell:nth-child(2) {
	padding-left: 10px
}
.form--box {
	padding: 50px 40px 60px;
	margin-left: -70px
}
.form--box .dropdown, .form--box .input {
	margin: 0 0 25px
}
.form--box .dropdown, .form--box .input, .form--box .select {
	display: inline-block;
	width: calc(50% - 10px);
	-ms-flex-item-align: start;
	align-self: flex-start
}
	.form--box .input.message{
		width:100%;
	}
.form--box .dropdown__filename, .form--box .input__filename, .form--box .select__filename {
	padding: 20px 20px 18px
}
.form--box .select {
	margin: 20px 0 0
}
.form--box .btn {
	margin: 0 auto
}
.form__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.grid .cell {
	padding: 0
}
.grid .cell-1-2 {
	width: 50%
}
.grid .cell-1-2:nth-child(even) {
	padding-left: 30px
}
.grid .cell-1-2:nth-child(odd) {
	padding-right: 30px
}
.grid .cell-1-3 {
	width: 33%
}
.grid .cell-1-4 {
	width: 50%
}
.header__inner {
	padding: 36px 20px 20px 80px
}
.header__logo {
	float: left
}
.header__social {
	display: inline-block
}
.icon-block {
	padding: 10px 0 0 100px
}
.instagram {
	margin: 0 auto 10px
}
.instagram__item {
	border: 1px solid #eee;
	width: 25%
}
.instagram__img {
	margin: 70px -1px 0
}
.instagram__avatar {
	font-size: 0
}
.intro {
	padding: 80px 60px 60px;
	margin-top: -230px;
	max-width: calc(100% - 130px)
}
.intro h2, .intro--vertical .intro__head h3, .story__content h1 {
	margin: 0 auto 40px
}
.intro__holder {
	display: block
}
.intro__head {
	width: 100%
}
.intro__head h3 {
	font-size: 22px;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0 auto 20px
}
.intro__text {
	font-size: 17px;
	font-size: 17px;
	font-size: 1.7rem
}
.intro--vertical {
	width: calc(100% + 20px)!important;
	margin: 0 -20px 100px 0;
	padding: 80px 60px 60px
}
.list-info {
	margin: 50px auto 80px
}
.list-info li {
	margin: 0 auto;
	width: 33.33%
}
.list-info li:nth-child(1) {
	top: 60px;
	padding-right: 20px
}
.list-info li:nth-child(2) {
	padding-right: 10px;
	padding-left: 10px
}
.list-info li:nth-child(3) {
	top: -60px;
	padding-left: 20px
}
.list-info h4 {
	margin: 8px auto 16px
}
.list-info__icon {
	margin: 0 0 25px
}
.list-info img {
	margin: 0 auto 20px
}
.list-info--vertical {
	margin: 40px auto 0
}
.list-info--vertical li {
	margin: 0 auto 20px;
	width: 100%;
	padding-left: 0!important;
	padding-right: 0!important;
	top: 0!important
}
.list-info--vertical h3 {
	margin: 0 20px 0 0;
	font-size: 30px;
	font-size: 30px;
	font-size: 3rem;
	min-width: 98px;
	max-width: 98px
}
.list-info--vertical h3:before {
	width: 100px
}
.list-positions {
	max-width: calc(100% - 40px)
}
.list-positions__item {
	max-height: 100px
}
.list-positions__item--new:before {
	top: 50%;
	left: 0;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	right: auto
}
.list-positions a {
	padding: 25px 38px 25px 100px
}
.list-positions__place {
	float: right
}
.list-positions__name {
	max-width: calc(100% - 150px);
	display: inline-block
}
.list-positions__icon {
	font-size: 54px;
	font-size: 54px;
	font-size: 5.4rem;
	left: 55px
}
.list-positions__icon .icon-sport-999 {
	font-size: 48px;
	font-size: 48px;
	font-size: 4.8rem
}
.list-positions__icon .icon-sport-998 {
	font-size: 34px;
	font-size: 34px;
	font-size: 3.4rem
}
.loader svg {
	width: 100%;
	height: 100%;
	display: block
}
html.is-animating .loader {
	-webkit-transform: scale(24);
	-ms-transform: scale(24);
	transform: scale(24)
}
html.is-changing .loader {
	-webkit-transition: -webkit-transform .6s cubic-bezier(.68, 0, .265, 1);
	transition: transform .6s cubic-bezier(.68, 0, .265, 1);
	transition: transform .6s cubic-bezier(.68, 0, .265, 1), -webkit-transform .6s cubic-bezier(.68, 0, .265, 1)
}
html.is-rendering .loader {
	opacity: 0;
	-webkit-transition: opacity .6s, -webkit-transform .6s cubic-bezier(.68, 0, .265, 1);
	transition: transform .6s cubic-bezier(.68, 0, .265, 1), opacity .6s;
	transition: transform .6s cubic-bezier(.68, 0, .265, 1), opacity .6s, -webkit-transform .6s cubic-bezier(.68, 0, .265, 1);
	-webkit-transform: scale(31);
	-ms-transform: scale(31);
	transform: scale(31)
}
html.is-rendering .loader .loader__mask {
	-webkit-transition: .6s cubic-bezier(.68, 0, .265, 1);
	transition: .6s cubic-bezier(.68, 0, .265, 1);
	r: 100
}
.loader-logo {
	-webkit-transition: opacity .2s 0s cubic-bezier(.68, 0, .265, 1);
	transition: opacity .2s 0s cubic-bezier(.68, 0, .265, 1)
}
html.is-animating .loader-logo {
	-webkit-transition: opacity .1s .2s cubic-bezier(.68, 0, .265, 1);
	transition: opacity .1s .2s cubic-bezier(.68, 0, .265, 1)
}
.map {
	margin: 0 auto 40px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.map__content, .position-detail .social ul {
	display: inline-block
}
.map__popup {
	width: 350px;
	min-width: 350px
}
.map__popup-content {
	-webkit-box-shadow: 0 20px 30px rgba(0,0,0,.15);
	box-shadow: 0 20px 30px rgba(0,0,0,.15);
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
	opacity: 0;
	max-height: 0;
	margin: 0 auto
}
.map__popup-content, .map__popup-content.is-active {
	border: 1px solid transparent
}
.menu__wrapper {
	width: 340px;
	padding: 80px 20px 20px 60px
}
.model {
	margin: 100px auto;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.model__item, .tabs__head h2 {
	margin: 0 auto
}
.model__item:nth-child(1) {
	-webkit-transform: translateY(75px);
	-ms-transform: translateY(75px);
	transform: translateY(75px)
}
.model__item:nth-child(2) {
	-webkit-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px)
}
.model__item:nth-child(3) {
	-webkit-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	transform: translateY(-25px)
}
.model__item:nth-child(4) {
	-webkit-transform: translateY(-75px);
	-ms-transform: translateY(-75px);
	transform: translateY(-75px)
}
.model__text {
	padding: 0 15px
}
.model p {
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem
}
.person img {
	max-width: calc(100% + 80px)
}
.person__tag:nth-child(1) {
	top: 220px;
	right: 80px
}
.person__tag:nth-child(2) {
	top: 300px;
	left: 80px
}
.person__tag:nth-child(3) {
	top: 360px;
	right: 90px
}
.person__tag:nth-child(4) {
	top: 420px;
	left: 120px
}
.person__tag:nth-child(5) {
	top: 460px;
	right: 40px
}
.person__tag:nth-child(6) {
	top: 520px;
	left: 40px
}
.picture-link {
	margin: 0 -30px 0 0
}
.picture-list {
	text-align: left;
	margin: 60px 0 0
}
.picture-list__item {
	max-width: calc(33.33% - 40px)
}
.picture-list__item:nth-child(3n+1) {
	/*top: 50px*/
	    margin-left: 70px;
}
.picture-list__item:nth-child(3n+3) {
	/*top: -50px*/
	    margin-left: 70px;
}
.picture-list__item:nth-child(3n+2), .picture-list__item:nth-child(3n+3) {
	margin-left: 20px
}
.picture-list__img {
	margin-bottom: 70px
}
.picture-list__text {
	width: 160px;
	top: calc(100% - 80px)
}
.picture-list__tag {
	left: 20px
}
.popup__bg {
	background: 0 0
}
.popup__inner {
	max-height: calc(100% - 100px)
}
.popup__content {
	overflow: auto
}
.popup__scrollable {
	padding: 60px 0;
	max-height: calc(100vh - 320px)
}
.popup__col {
	padding: 90px 90px 50px;
	height: 800px
}
.popup__col--blue {
	background: url(../img/popup.1570693184.png) #1a7fc7;
	width: 55%
}
.popup__col--blue h2:after {
	margin: 34px 0
}
.popup__col--blue p {
	font-size: 17px;
	font-size: 17px;
	font-size: 1.7rem
}
.popup__col--white {
	width: 45%
}
.popup__info {
	margin: 0 0 40px
}
.position-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.position-detail__content {
	margin: 0 70px 0 0;
	width: calc(100% - 420px)
}
.position-detail__form {
	width: 350px
}
.position-detail .form {
	padding: 50px 40px 60px
}
.position-detail .social {
	line-height: 40px;
	white-space: nowrap;
	margin: 80px 0 0
}
.quote-block--simple blockquote {
	margin: 0 120px 30px 0
}
.slider {
	margin: 60px auto 0
}
.slider__item {
	width: 33.33%
}
.slider .flickity-prev-next-button {
	margin-top: -75px
}
.slider .flickity-prev-next-button.previous {
	left: -18px
}
.slider .flickity-prev-next-button.next {
	right: -18px
}
.social ul {
	margin: 0 auto 0 15px
}
.steps {
	margin: 170px auto 0
}
.steps__item--1 {
	margin: 0 auto 80px
}
.steps__item--1 .steps__text {
	float: left
}
.steps__item--1 .steps__img {
	right: 0;
	top: -70px
}
.steps__item--2 {
	margin: 0 auto 110px
}
.steps__item--2 .steps__text {
	float: right
}
.steps__item--2 .steps__img {
	top: 20px;
	right: 200px
}
.steps__item--3 .steps__text {
	float: left
}
.steps__item--3 .steps__img {
	right: 0;
	top: -70px
}
.steps__text {
	width: 360px
}
.steps__img {
	clear: none;
	margin-top: 0;
	position: absolute
}
.story {
	margin: -490px auto 0
}
.story__holder {
	padding: 0 20px
}
.story__header {
	padding: 34px 34px 44px;
	margin: -54px auto 70px
}
.story__name {
	font-size: 26px;
	font-size: 26px;
	font-size: 2.6rem
}
.story__content {
	font-size: 17px;
	font-size: 17px;
	font-size: 1.7rem;
	padding: 0 40px
}
.story__content blockquote {
	font-size: 30px;
	font-size: 30px;
	font-size: 3rem;
	margin: 70px auto
}
.story__gallery-item {
	margin: 0 20px 40px;
	max-width: calc(50% - 50px)
}
.story__footer .banner {
	margin: 0 auto 90px
}
.tabs__head, .tabs__head:after {
	display: inline-block
}
.tabs__head:after {
	content: '';
	background: #e6f0f8;
	height: 60px;
	width: 1px;
	vertical-align: middle;
	margin: 0 25px
}
.tabs__control li {
	margin: 0 5px
}
.tabs__content {
	margin: 55px auto 0
}
.tabs__item {
	padding: 0;
	margin: 0 auto
}
.tabs--small .tabs__content {
	margin: 70px auto 0
}
.textblock {
	margin: 0 auto;
	font-size: 30px;
	font-size: 30px;
	font-size: 3rem
}
.textblock p {
	display: inline;
	max-width: calc(100% - 80px)
}
.textblock .btn {
	display: inline-block
}
.values {
	margin: 80px auto
}
.carousel__control ul, .values img {
	display: block
}
.values__inner {
	margin: 0 auto 260px
}
.values__icon {
	margin: 0 auto 25px
}
.values__text {
	padding: 60px 20px 40px;
	width: 280px;
	position: absolute
}
.values__text--1 {
	top: 62%;
	left: 20px
}
.values__text--2 {
	top: 50%;
	right: 20px
}
.video {
	margin: 20px auto 30px
}
.vision {
	padding-bottom: 400px
}
.vision__item {
	position: absolute
}
.vision__item--1 {
	top: 40px;
	left: 2%
}
.vision__item--2 {
	top: 360px;
	left: 0
}
.vision__item--3 {
	top: 490px;
	left: calc(50% - 120px)
}
.vision__item--4 {
	top: 340px;
	right: 2%
}
.vision__item--5 {
	top: 10px;
	right: 0
}
.vision__item--main {
	position: relative;
	margin: 0 auto
}
.nav-side li {
	margin: 0 auto 14px
}
	.carousel__dropdown{
		display:none;
	}
	
.carousel__arrows {
	display: inline-block
}
.carousel__cards {
	width: 70%
}
.carousel__card {
	padding: 0 60px
}
.carousel__card.is-active {
	padding: 110px 60px 60px;
	min-height: 568px;
	max-height: 1000px
}
.carousel__card:before {
	top: 20px
}
.carousel__card h3, .hero p, .hero-big p {
	font-size: 22px;
	font-size: 22px;
	font-size: 2.2rem
}
.carousel__control {
	width: 30%;
	display: inline-block
}
.carousel__control li {
	display: block
}
.carousel__control li a {
	padding: 0 0 0 20px
}
.carousel__control li a span {
	padding: 0 8px;
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem
}
.carousel__control li a:before {
	position: absolute;
	padding: 0
}
.carousel__control li a:after {
	right: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	left: auto;
	height: auto
}
.carousel__quote {
	font-size: 30px;
	font-size: 30px;
	font-size: 3rem
}
.carousel__quote:before {
	margin: 6px 20px 0 0
}
.hero-big {
	margin: 0 auto -40px
}
.hero-big--homepage:before, .hero-big:before {
	top: -297px
}
.hero-big__valign-wrap {
	height: 660px
}
.hero-big__valign {
    /*padding-bottom: 100px;*/
}
.header__logo img {
    display: block;
    width: 100%;
    height: auto;
    width: 200px;
}
.hero-big h1, .page-position-detail .hero h1 {
	font-size: 60px;
	font-size: 60px;
	font-size: 6rem
}
.hero-big__line {
	bottom: 288px
}
.hero-big__decoration--1 {
	top: 120px
}
.hero-big__decoration--2 {
	top: 170px
}
.hero-big__decoration--3 {
	height: 12px;
	top: 184px
}
.hero-big__decoration--4 {
	width: 200px;
	height: 36px;
	top: 234px
}
.hero-big--homepage .hero-big__bg-item--2+.hero-big__bg-item-helper {
	width: 445.09952px;
	height: 169.694192px;
	background-size: cover;
	background-image: url(../img/hero/homepage-2-path.1570693230.png);
	top: 153px;
	-webkit-transform: translateX(-224px);
	-ms-transform: translateX(-224px);
	transform: translateX(-224px)
}
.hero-big--homepage .hero-big__decoration--1 {
	width: 300px;
	height: 120px;
	top: 160px;
    margin-left: -530px;
}
.hero-big--homepage .hero-big__decoration--2 {
	top: 160px;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	height: 40px;
	top: 170px;
    left: 50%;
    width: 200px;
    margin-left: -385px;
    height: 40px;
}
.hero-big--homepage .hero-big__decoration--3 {
	top: 260px;
	left: 50%;
	width: 320px;
	margin-left: -180px;
	height: 80px;
	top: 250px;
    left: 50%;
    width: 320px;
    margin-left: -480px;
    height: 80px;
}
.hero-big--homepage h1 {
	font-size: 90px;
	font-size: 90px;
	font-size: 9rem;
	font-size:6.5rem;
}
.hero-big--homepage .hero-big__line {
	bottom: 288px
}
.hero-big__headline-part--2 {
	-webkit-transform: translate3d(50px, 0, 0);
	transform: translate3d(50px, 0, 0)
}
.hero-big--leader {
	margin: 0 auto -160px
}
.hero-big--o-nas .hero-big__line {
	bottom: 347px
}
@-webkit-keyframes hero-headlineB {
0% {
-webkit-transform:translate3d(-20px, 0, 0);
transform:translate3d(-20px, 0, 0);
opacity:0
}
to {
-webkit-transform:translate3d(50px, 0, 0);
transform:translate3d(50px, 0, 0);
opacity:1
}
}
@keyframes hero-headlineB {
0% {
-webkit-transform:translate3d(-20px, 0, 0);
transform:translate3d(-20px, 0, 0);
opacity:0
}
to {
-webkit-transform:translate3d(50px, 0, 0);
transform:translate3d(50px, 0, 0);
opacity:1
}
}
@-webkit-keyframes hero-headlineC {
0% {
-webkit-transform:translate3d(-120px, 0, 0);
transform:translate3d(-120px, 0, 0);
opacity:0
}
to {
-webkit-transform:translate3d(-30px, 0, 0);
transform:translate3d(-30px, 0, 0);
opacity:1
}
}
@keyframes hero-headlineC {
0% {
-webkit-transform:translate3d(-120px, 0, 0);
transform:translate3d(-120px, 0, 0);
opacity:0
}
to {
-webkit-transform:translate3d(-30px, 0, 0);
transform:translate3d(-30px, 0, 0);
opacity:1
}
}
.hero {
	margin: 0 auto -90px
}
.hero__valign-wrap {
	height: 600px
}
.hero__valign {
	padding-bottom: 180px
}
.hero h1 {
	font-size: 80px;
	font-size: 80px;
	font-size: 8rem
}
.hero p {
	margin-bottom: -20px
}
.hero__line {
	top: 370px
}
.hero__bg {
	top: -230px
}
.hero__decoration--1 {
	top: 140px
}
.hero__decoration--2 {
	top: 230px
}
.hero__decoration--3 {
	height: 12px;
	top: 164px
}
.hero__decoration--4 {
	width: 200px;
	height: 36px;
	top: 214px
}
.banner__text {
	font-size: 24px;
	font-size: 24px;
	font-size: 2.4rem
}
.section {
	padding: 0 0 80px
}
.section--gray {
	margin: 0 auto
}

.section--padding-top {
	padding-top: 60px
}
.section-about {
	margin: 0 auto 80px
}
.section-come-to-us .grid {
	margin: 80px 0 0
}
.section-intro-leader {
	padding-bottom: 0
}
.page-volne-pozice .main {
	min-height: 1200px
}
.page-error h1 {
	font-size: 200px;
	font-size: 200px;
	font-size: 20rem
}
.page-error p {
	font-size: 18px;
	font-size: 18px;
	font-size: 1.8rem
}
.page-error__decoration--1 {
	top: 80px
}
.page-error__decoration--2 {
	width: 200px;
	height: 50px;
	top: 140px
}
.page-error__decoration--3 {
	height: 12px;
	top: 164px
}
.page-proces-naboru .hero {
	margin: 0 auto -70px
}
.page-proces-naboru .list-info {
	margin: 110px auto 0
}
.page-volne-pozice .hero {
	margin: 0 auto -70px
}
}

@media screen and (min-width:48em) and (max-height:56.25em) {
.hero-big {
	margin: 0 auto -100px
}
.hero, .page-proces-naboru .hero, .page-volne-pozice .hero {
	margin: 0 auto -150px
}
}

@media screen and (min-width:53.75em) {
.popup__close {
	top: 25px;
	right: 25px
}
}

@media screen and (min-width:57.5em) {
.section-map h2 {
	margin: 0 240px 0 0
}
}

@media screen and (min-width:58.75em) {
.nav-main a {
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem
}
}

@media screen and (min-width:64em) {
.lg-actions .lg-next, .lg-actions .lg-prev {
	width: 56px;
	height: 56px
}
.calendar__item {
	padding: 0 40px 0 0
}
.calendar__date {
	font-size: 20px;
	font-size: 20px;
	font-size: 2rem;
	width: 70px;
	margin: 32px 30px 0 0
}
.calendar__date:before {
	top: -22px;
	height: 85px;
	width: 70px
}
.calendar h3 {
	font-size: 18px;
	font-size: 18px;
	font-size: 1.8rem
}
.category-link:hover {
	-webkit-box-shadow: 0 20px 30px rgba(0,0,0,0);
	box-shadow: 0 20px 30px rgba(0,0,0,0)
}
.filter .select {
	width: calc(25% - 16px)
}
.filter--small .select {
	width: calc(50% - 10px)
}
.footer__top {
	padding: 90px 0 20px
}
.footer h2 {
	font-size: 30px;
	font-size: 30px;
	font-size: 3rem
}
.footer__links {
	/*top: -65px*/
}
.footer hr {
	margin: 0 auto
}
.footer__bottom {
	padding: 60px 0 70px
}
.form--box {
	padding: 50px 60px 60px
}
.grid .cell-1-2:nth-child(even) {
	padding-left: 70px
}
.grid .cell-1-2:nth-child(odd) {
	padding-right: 70px
}
.grid .cell-1-4 {
	width: 25%
}
.grid .cell-wider-image img {
	max-width: 2000px
}
.header__nav {
	display: inline-block;
	float:none;
}
.instagram {
	margin: 0 auto 10px
}
.instagram__avatar {
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem
}
.intro__holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.intro__head {
	width: auto;
	margin: 0 40px 0 0
}
.intro__head h3 {
	margin: 0;
	width: 290px;
	font-size: 26px;
	font-size: 26px;
	font-size: 2.6rem
}
.intro--vertical {
	width: calc(100% + 70px)!important;
	margin: 0 -70px 100px 0
}
.intro--vertical .intro__head h3 {
	width: 100%
}
.label {
	width: 150px;
	font-size: 76px;
	font-size: 76px;
	font-size: 7.6rem
}
.label:before {
	width: 140px;
	height: 46px;
	left: 0
}
.list-info li:nth-child(1) {
	padding-right: 50px
}
.list-info li:nth-child(2) {
	padding-right: 30px;
	padding-left: 30px
}
.list-info li:nth-child(3) {
	padding-left: 50px
}
.list-info__inner {
	padding: 20px
}
.list-info h3 {
	font-size: 76px;
	font-size: 76px;
	font-size: 7.6rem
}
.list-info h3:before {
	width: 140px;
	height: 46px;
	left: -22px
}
.list-info--vertical li {
	margin: 0 auto 50px
}
.list-info--vertical h3 {
	min-width: 120px;
	max-width: 120px;
	margin: 0 40px 0 0;
	font-size: 40px;
	font-size: 40px;
	font-size: 4rem
}
.list-info--vertical h3:before {
	width: 120px;
	left: -1px
}
.map {
	margin: 0 auto -160px;
	min-height: 580px
}
.model__text {
	padding: 0 35px
}
.model p {
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem
}
.person img {
	max-width: calc(100% + 500px);
	width:calc(100% + 500px);
	height:auto;
	position:relative;
	left:-40%;
}
.picture-list__item {
	margin: 0 auto 80px
}
.picture-list__item--video:before {
	content: '\EA15';
	font: 14px/1 'icons';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	position: absolute;
	color: #fff;
	z-index: 15;
	left: 50%;
	top: 50%;
	margin-top: 92px;
	margin-left: -80px;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: opacity .4s cubic-bezier(.68, 0, .265, 1);
	transition: opacity .4s cubic-bezier(.68, 0, .265, 1);
	opacity: 1;
	pointer-events: none
}
.picture-list__item--video .picture-list__text {
	padding-top: 50px
}
.picture-list__item--video a:after, .picture-list__item--video a:before {
	content: '';
	display: block;
	position: absolute;
	width: 86px;
	height: 86px;
	top: 50%;
	left: 50%;
	margin: 50px 0 0 -123px;
	-webkit-transform: skewY(-10deg);
	-ms-transform: skewY(-10deg);
	transform: skewY(-10deg);
	-webkit-transition: opacity .4s cubic-bezier(.68, 0, .265, 1), -webkit-transform .4s cubic-bezier(.68, 0, .265, 1);
	transition: transform .4s cubic-bezier(.68, 0, .265, 1), opacity .4s cubic-bezier(.68, 0, .265, 1);
	transition: transform .4s cubic-bezier(.68, 0, .265, 1), opacity .4s cubic-bezier(.68, 0, .265, 1), -webkit-transform .4s cubic-bezier(.68, 0, .265, 1);
	pointer-events: none
}
.picture-list__item--video a:after {
	z-index: 11
}
.picture-list__item--video a:before {
	background: #4bdefd;
	z-index: 12
}
.picture-list__item--video a:after {
	background: #f9e352;
	-webkit-transform: translate3d(12px, -17px, 0) skewY(-10deg);
	transform: translate3d(12px, -17px, 0) skewY(-10deg);
	-webkit-box-shadow: 0 20px 30px rgba(0,0,0,.1);
	box-shadow: 0 20px 30px rgba(0,0,0,.1)
}
.picture-list__item--video a:hover:before {
	-webkit-transform: translate3d(-20px, 0, 0) skewY(-10deg);
	transform: translate3d(-20px, 0, 0) skewY(-10deg)
}
.picture-list__item--video a:hover:after {
	-webkit-transform: translate3d(32px, -17px, 0) skewY(-10deg);
	transform: translate3d(32px, -17px, 0) skewY(-10deg)
}
.picture-list__item--video a:hover:after, .picture-list__item--video a:hover:before {
	opacity: 0
}
.picture-list__text {
	width: 260px;
	padding: 24px
}
.picture-list__text h3, .picture-list__text h4 {
	font-size: 18px;
	font-size: 18px;
	font-size: 1.8rem
}
.picture-list__tag, .picture-list__text p {
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem
}
.picture-list__tag {
	top: -39px;
	line-height: 40px;
	padding: 0 16px
}
.position-detail {
	margin: 50px auto 0
}
.position-detail__content {
	margin: 0 130px 0 0;
	width: calc(100% - 560px)
}
.position-detail__form {
	width: 430px
}
.position-detail .form {
	padding: 50px 60px 60px
}
.quote {
	font-size: 30px;
	font-size: 30px;
	font-size: 3rem
}
.quote-with-author__text {
	font-size: 17px;
	font-size: 17px;
	font-size: 1.7rem
}
.quote-with-author__text p {
	line-height: 2
}
.steps__item--1 .steps__text {
	float: none
}
.steps__item--1 .steps__text:before {
	content: '';
	display: block;
	position: absolute;
	width: 270px;
	height: 194px;
	background-image: url(../img/proces-naboru/arrow1.1570693235.png);
	right: -320px;
	top: 280px
}
.steps__item--1 .steps__img {
	left: 0;
	right: auto;
	top: -70px
}
.steps__item--2 .steps__text:before {
	content: '';
	display: block;
	position: absolute;
	width: 278px;
	height: 209px;
	background-image: url(../img/proces-naboru/arrow2.1570693235.png);
	left: -680px;
	top: 320px
}
.steps__item--2 .steps__img {
	top: 40px;
	right: 400px
}
.steps__item--3 .steps__text {
	margin: 0 0 0 340px
}
.steps__item--3 .steps__img {
	top: -70px;
	left: 0;
	right: auto
}
.steps__text {
	width: 460px;
	padding: 70px 60px 60px
}
.nav-footer ul, .values__inner {
	margin: 0 auto
}
.values__icon:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -9px
}
.values__text--1 {
	top: 80px;
	left: -120px
}
.values__text--2 {
	top: 20px;
	right: -120px
}
.vision {
	padding-bottom: 300px
}
.vision__item--1 {
	left: 6%
}
.vision__item--2 {
	left: 8%
}
.vision__item--3 {
	left: calc(50% - 133px)
}
.vision__item--4 {
	right: 10%
}
.vision__item--5 {
	right: 6%
}
.nav-footer {
	margin: 0 auto 60px
}
.banner-box {
	height: 450px
}
.banner__inner {
	padding: 40px
}
.section {
	padding: 0 0 100px
}
.section--gray {
	padding: 60px 0 160px
}
.section--gray:before {
	width: 1440px;
	height: 924px;
	background-size: cover;
	background-image: url(../img/bg-slant-gray.png)
}

.section--padding-top {
	padding-top: 60px
}
.section-about img {
	float: right;
	margin-right: -80px
}
.section-intro-leader {
	padding-bottom: 0
}
.section-map {
	padding: 100px 0
}
.page-error h1 {
	margin: 0 auto 20px
}
.page-error p {
	font-size: 22px;
	font-size: 22px;
	font-size: 2.2rem
}
}

@media screen and (min-width:70em) {
.map__list {
	position: relative;
	right: auto
}
.map__list ul {
	display: block
}
.map__popup {
	top: -168px;
	position: relative;
	margin-right: -24px
}
.map__popup-part--top {
	padding: 45px 35px 50px
}
.map__popup-part--bottom {
	padding: 60px 35px 40px
}
.map__popup-part--btn {
	padding: 0 35px
}
}

@media screen and (min-width:1200px) {
.main {
	margin: 0 auto;
	padding: 0px
}
.section.cta-top{
	/*padding-top:0px;*/
}
.badge-img {
	display: block;
	position: relative;
	left: 50px;
	bottom: 150px;
	width: 137px;
	height: 137px;
	background-image: url(../img/badge.1570693226.png)
}
.btn.btn--instagram:hover:after {
	-webkit-animation: .4s instagram cubic-bezier(.68, 0, .265, 1);
	animation: .4s instagram cubic-bezier(.68, 0, .265, 1)
}
.calendar__item:hover h3:after {
	color: #fff;
	background: #1a7fc7
}
.calendar__item:hover .calendar__date {
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0)
}
.category-link {
	margin: 0 auto 50px
}
.category-link__inner {
	padding: 80px 40px 20px
}
.category-link__tag {
	display: inline-block;
	position: absolute;
	color: #199cd8;
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'RobotoCondensed', sans-serif;
	padding: 0 35px;
	line-height: 48px;
	height: 48px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	z-index: 10;
	background: #fff;
	min-width: 150px;
	-webkit-transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}
.dropdown-holder--sport .filter-dropdown__col, .filter-dropdown--sport .filter-dropdown__col {
	width: 20%
}
.filter--small .dropdown-holder--sport .filter-dropdown__col, .filter--small .filter-dropdown--sport .filter-dropdown__col {
	width: 50%
}
.footer__bottom {
	padding: 60px 0 70px
}
.header__inner {
	padding: 36px 36px 20px 120px
}
.instagram__item {
	border: none;
	-webkit-box-shadow: 0 20px 30px rgba(0,0,0,0);
	box-shadow: 0 20px 30px rgba(0,0,0,0)
}
.instagram__item:hover {
	z-index: 2;
	-webkit-box-shadow: 0 20px 30px rgba(0,0,0,.1);
	box-shadow: 0 20px 30px rgba(0,0,0,.1);
	-webkit-transition: z-index 0s cubic-bezier(.68, 0, .265, 1) .2s, -webkit-transform .2s cubic-bezier(.68, 0, .265, 1) .2s, -webkit-box-shadow .2s cubic-bezier(.68, 0, .265, 1) .2s;
	transition: transform .2s cubic-bezier(.68, 0, .265, 1) .2s, box-shadow .2s cubic-bezier(.68, 0, .265, 1) .2s, z-index 0s cubic-bezier(.68, 0, .265, 1) .2s;
	transition: transform .2s cubic-bezier(.68, 0, .265, 1) .2s, box-shadow .2s cubic-bezier(.68, 0, .265, 1) .2s, z-index 0s cubic-bezier(.68, 0, .265, 1) .2s, -webkit-transform .2s cubic-bezier(.68, 0, .265, 1) .2s, -webkit-box-shadow .2s cubic-bezier(.68, 0, .265, 1) .2s;
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04)
}
.instagram__img {
	margin: 70px auto
}
.instagram__top {
	top: 70px
}
.instagram__item:hover .instagram__top {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: -webkit-transform .2s cubic-bezier(.68, 0, .265, 1) .2s;
	transition: transform .2s cubic-bezier(.68, 0, .265, 1) .2s;
	transition: transform .2s cubic-bezier(.68, 0, .265, 1) .2s, -webkit-transform .2s cubic-bezier(.68, 0, .265, 1) .2s
}
.instagram__avatar {
	font-size: 15px;
	font-size: 15px;
	font-size: 1.5rem
}
.instagram__avatar img {
	margin: 0 14px 0 0;
	width: 40px;
	height: 40px;
	background-size: cover;
	background-image: url(../img/avatar.1570693226.jpg)
}
.instagram__description, .instagram__description:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}
.instagram__description {
	padding: 25px;
	background: #fff;
	color: #6c7c92;
	text-align: left;
	-webkit-transition: -webkit-transform .2s cubic-bezier(.68, 0, .265, 1) 0s, -webkit-box-shadow .2s cubic-bezier(.68, 0, .265, 1) 0s;
	transition: transform .2s cubic-bezier(.68, 0, .265, 1) 0s, box-shadow .2s cubic-bezier(.68, 0, .265, 1) 0s;
	transition: transform .2s cubic-bezier(.68, 0, .265, 1) 0s, box-shadow .2s cubic-bezier(.68, 0, .265, 1) 0s, -webkit-transform .2s cubic-bezier(.68, 0, .265, 1) 0s, -webkit-box-shadow .2s cubic-bezier(.68, 0, .265, 1) 0s;
	z-index: 3;
	max-height: 188px;
	overflow: hidden
}
.instagram__description:after {
	content: '';
	height: 30px;
	pointer-events: none;
	background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255,255,255,0)));
	background: linear-gradient(to top, #fff, rgba(255,255,255,0))
}
.intro {
	margin-top: -300px
}
.list-positions__item:hover .list-positions__place {
	-webkit-transform: translate3d(-60px, 0, 0);
	transform: translate3d(-60px, 0, 0);
	color: #fff
}
.list-positions a:hover, .picture-list__item:hover h3, .picture-list__item:hover h4, a:hover .list-positions__icon {
	color: #fff
}
.list-positions a:hover:before, .picture-list__item:hover .picture-list__text:before {
	opacity: 1
}
.list-positions a:hover:after {
	width: 70px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.picture-list {
	margin: 60px 0 0;
	padding: 0 20px
}
.picture-list__item {
	/*max-width: calc(33.33% - 70px);*/
	max-width: calc(50% - 70px);
}
.picture-list__item:hover:before {
	opacity: 0
}
.picture-list__item:hover .picture-list__tag {
	background: #ea3744;
	color: #fff
}
.picture-list__item:hover p {
	color: #57aefc
}
.picture-list__item:nth-child(3n+2), .picture-list__item:nth-child(3n+3) {
	margin-left: 70px
}
.picture-list__text {
	width: 300px;
	padding: 36px
}
.picture-list__tag {
	left: 40px
}
.popup__inner {
	max-height: calc(100% - 200px)
}
.popup__scrollable {
	max-height: calc(100vh - 420px)
}
.quote-block {
	margin: 1em 40px;
	font-size: 30px;
	font-size: 30px;
	font-size: 3rem
}
.quote-with-author {
	max-width: 350px
}
.quote-with-author__text {
	margin: 0 auto 25px;
	padding: 48px
}
.quote-with-author__text:after {
	left: 60px
}
.quote-with-author__avatar, .quote-with-author__name, .quote-with-author__position {
	margin-left: 44px
}
.scroll-top-link {
	display: block;
	position: absolute;
	bottom: 60px;
	right: 60px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #bcd7ed;
	color: #1a7fc7;
	text-align: center;
	line-height: 40px;
	font-size: 10px;
	font-size: 10px;
	font-size: 1rem;
	z-index: 100;
	opacity: .9;
	text-decoration: none
}
.slider {
	margin: 60px auto -20px
}
.slider__content {
	height: 620px;
	margin: 0 auto
}
.nav-side li a:hover:before, .slider__item.is-selected .slider__description {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.nav-side .menu__social li a:hover i:before {
    color: #fff;
    position: relative;
    z-index: 1;
	-webkit-transition: color .3s cubic-bezier(.68, 0, .265, 1);
    transition: color .3s cubic-bezier(.68, 0, .265, 1);
}
.slider a {
	-webkit-transform: scale(.8) translateZ(0);
	transform: scale(.8) translateZ(0)
}
.slider__img-holder {
	padding: 0;
	margin: 0 -23px
}
.slider img {
	max-width: 1000px
}
.slider__description {
	-webkit-transform: translate3d(0, -60px, 0);
	transform: translate3d(0, -60px, 0);
	opacity: 1
}
.slider .flickity-prev-next-button {
	margin-top: -100px
}
.slider .flickity-prev-next-button.previous {
	left: -6px
}
.slider .flickity-prev-next-button.next {
	right: -6px
}
.values__text {
	padding: 100px 40px 80px;
	width: 380px
}
.values__text--1 {
	top: 110px;
	left: -220px
}
.values__text--2 {
	top: -30px;
	right: -220px
}
.vision {
	background: url(..);
	background-repeat: no-repeat;
	background-position: center 300px
}
.vision__item--2 {
	left: 12%
}
.vision__item--4 {
	right: 14%
}
.nav-main a {
	padding: 1px 22px
}
.nav-main li:nth-child(1) {
	display: inline-block
}
.nav-main li:nth-child(1):after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 26px;
	background: #2c73c8;
	vertical-align: middle;
	margin: 0 15px;
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem
}
.page-subpage .nav-main li:nth-child(1):after, .page-homepage .nav-main li:nth-child(1):after {
	background: #fff
}
.nav-side li a:hover {
	color: #ffffff
}
.carousel__arrows {
	bottom: -30px
}
.carousel__cards {
	width: 40%
}
.carousel__card.is-active {
	min-height: 585px
}
.carousel__control li a {
	padding: 0 0 0 40px
}
.carousel__quotes {
	width: 30%;
	margin: 0 auto
}
.carousel__quote {
	padding: 0 0 0 70px;
	padding:0 0 0 15px;
}
.carousel__quote:before {
	margin: 0 0 20px;
	display: block
}
.carousel__quote:before {
	margin: 0px;
	height:0px;
}
.carousel__quote p {
	max-width: 100%
}
	.carousel__quote .form--box{
		padding:50px 15px 50px 15px;
	}
	.carousel__quote .form--box h2{
		line-height:1.1;
		font-size:2.2rem;
	}
	.carousel__quote .form--box .input input,
	.carousel__quote .form--box .input textarea{
		padding:19px 15px;
	}
.hero-big:before {
	top: -337px
}
.hero-big__valign-wrap {
	height: 949px
}
.hero-big h1 {
	font-size: 80px;
	font-size: 80px;
	font-size: 8rem
}
.hero-big__valign {
	padding-bottom: 180px;
	padding-bottom:140px;
}
.hero p, .hero-big p {
	font-size: 26px;
	font-size: 26px;
	font-size: 2.6rem
}
.hero-big__line {
	bottom: 337px
}
.hero-big__decoration--1 {
	top: 270px
}
.hero-big__decoration--2 {
	top: 330px
}
.hero-big__decoration--3 {
	top: 334px
}
.hero-big__decoration--4 {
	top: 384px
}
.hero-big--homepage:before {
	top: -347px
}
.hero-big--homepage .hero-big__bg-item--2+.hero-big__bg-item-helper {
	width: 640px;
	height: 244px;
	background-image: url(..);
	top: 220px;
	-webkit-transform: translateX(-322px);
	-ms-transform: translateX(-322px);
	transform: translateX(-322px)
}
.hero-big--homepage .hero-big__decoration--1 {
	width: 488px;
	margin-left: -246px;
	height: 168px;
	top: 200px;
	margin-left:-646px;
}
.hero-big--homepage .hero-big__decoration--2 {
	top: 212px;
	width: 316px;
	margin-left: -123px;
	height: 58px;
	margin-left: -523px;
}
.hero-big--homepage .hero-big__decoration--3 {
	top: 305px;
	margin-left: -296px;
	width: 409px;
	height: 118px;
	margin-left: -696px;
}
.hero-big--homepage h1 {
	font-size: 120px;
	font-size: 120px;
	font-size: 8rem;
}
.header__logo img {
    width: 250px;
}
.hero-big--homepage .hero-big__line {
	bottom: 346px
}
.hero-big--leader {
	margin: 0 auto -220px
}
@-webkit-keyframes hero-headlineC {
0% {
-webkit-transform:translate3d(-120px, 0, 0);
transform:translate3d(-120px, 0, 0);
opacity:0
}
to {
-webkit-transform:translate3d(-50px, 0, 0);
transform:translate3d(-50px, 0, 0);
opacity:1
}
}
@keyframes hero-headlineC {
0% {
-webkit-transform:translate3d(-120px, 0, 0);
transform:translate3d(-120px, 0, 0);
opacity:0
}
to {
-webkit-transform:translate3d(-50px, 0, 0);
transform:translate3d(-50px, 0, 0);
opacity:1
}
}
.banner-box {
	padding: 53px 48px
}
.banner-box:after {
	left: 48px
}
.banner-box p {
	font-size: 22px;
	font-size: 22px;
	font-size: 2.2rem
}
.banner__inner {
	padding: 65px
}
.banner__text {
	margin: 0 auto;
	float: left;
	font-size: 30px;
	font-size: 30px;
	font-size: 3rem
}
.banner .btn {
	float: right
}
.section--gray {
	padding: 120px 0 160px
}
.section--gray:before {
	width: 1920px;
	height: 1232px;
	background-image: url(../img/bg-slant-gray.png)
}
}

.picture-list__item:hover .picture-list__text:before {
	opacity: 1
}
.picture-list__item:hover:before {
	opacity: 0
}

.picture-list__item:hover .picture-list__tag {
	background: #ea3744;
	color: #fff
}
.picture-list__item:hover p {
	color: #57aefc
}

@media screen and (min-width: 1600px){
.hero-big--homepage h1 {
    font-size: 10rem;
}
}
@media screen and (min-width:75em) and (min-width:75em) {
.instagram__description {
	bottom: 70px
}
.instagram__item:hover .instagram__description {
	-webkit-transition: -webkit-transform .2s cubic-bezier(.68, 0, .265, 1) .2s, -webkit-box-shadow .2s cubic-bezier(.68, 0, .265, 1) .2s;
	transition: transform .2s cubic-bezier(.68, 0, .265, 1) .2s, box-shadow .2s cubic-bezier(.68, 0, .265, 1) .2s;
	transition: transform .2s cubic-bezier(.68, 0, .265, 1) .2s, box-shadow .2s cubic-bezier(.68, 0, .265, 1) .2s, -webkit-transform .2s cubic-bezier(.68, 0, .265, 1) .2s, -webkit-box-shadow .2s cubic-bezier(.68, 0, .265, 1) .2s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,.1);
	box-shadow: 0 10px 20px rgba(0,0,0,.1)
}
}

@media screen and (min-width:768px) /*was 80em*/{
.intro {
	padding: 80px 120px 90px
}
.intro__head {
	margin: 0 150px 0 0
}
.intro--vertical {
	padding: 80px 100px 90px
}
}

@media screen and (min-width:85em) {
.video-slider .flickity-prev-next-button.previous {
	left: 50%;
	margin-left: -630px
}
.video-slider .flickity-prev-next-button.next {
	right: auto;
	left: 50%;
	margin-left: 570px
}
}

@media screen and (min-width:87.5em) {
.burger {
	margin: 45px 30px
}
.footer__inner {
	padding: 0 20px
}
.menu, .menu__burger {
	width: 80px
}
.section__inner {
	padding: 0 20px
}
.section--gray-2:before, .section--gray-3:before, .section--gray-4:before, .section--gray:before {
	margin-left: 0
}
.section--gray-5:before {
	margin-left: -240px
}
}

@media screen and (min-width:90.0625em) {
.footer__inner {
	padding: 0 20px;
}
.menu__burger {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	cursor: pointer
}
.section__inner {
	padding: 0 20px 0 80px;
	padding:0 80px;
}
}

@media screen and (min-width:100em) {
.flickity-prev-next-button.previous {
	left: -160px
}
.flickity-prev-next-button.next {
	right: -160px
}
.lg-actions button.lg-prev {
	left: 50px
}
.lg-actions button.lg-next {
	right: 50px
}
}

@media screen and (min-width:125em) {
.burger span:after {
	background: #1a7fc7
}
}

@media screen and (min-width:130em) {
.header__inner {
	padding: 36px 60px 20px
}
}

@media screen and (min-height:50em) {
.menu__wrapper {
	padding: 80px 20px 60px 60px
}
.nav-side--secondary {
	margin: 0 auto 20px
}
}

@media screen and (max-width:74.9375em) {
.grid .cell-no-padding img, .slider img {
	height: auto
}
.select:after {
	font: 14px/1 'icons';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\EA01';
	font-size: 7px;
	font-size: 7px;
	font-size: .7rem;
	display: block;
	position: absolute;
	color: #fd782c;
	top: 50%;
	margin-top: -3px;
	right: 30px
}
}

@media screen and (max-width:63.9375em) {
.grid .cell-wider-image img {
	height: auto
}
}

@media screen and (max-width:767px) {
.dropdown-holder--sport {
	top: 170px
}
.dropdown-holder__col--other {
	margin: -30px 0 0
}
.dropdown-holder__col--other .filter-dropdown__group-head, .filter-dropdown__col--other .filter-dropdown__group-head, .kviz__question br, .map__popup p {
	display: none
}
.dropdown-holder__group {
	padding: 0 20px
}
.filter-dropdown--sport {
	top: 170px
}
.filter-dropdown__col--other {
	margin: -30px 0 0
}
.filter-dropdown__group {
	padding: 0 20px
}
.footer__links li:nth-child(1) {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
.footer__links li:nth-child(2) {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.loader {
	top: 0!important;
	left: 0!important;
	width: 100%;
	height: 160%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	margin: 0;
	background: #1a7fc7;
	border-radius: 0;
	-webkit-transform: translate3d(0, -160%, 0) skewY(-10deg);
	transform: translate3d(0, -160%, 0) skewY(-10deg)
}
html.is-animating .loader {
	-webkit-transform: translate3d(0, -30%, 0) skewY(-10deg);
	transform: translate3d(0, -30%, 0) skewY(-10deg)
}
html.is-rendering .loader {
	-webkit-transform: translate3d(0, 160%, 0) skewY(-10deg)!important;
	transform: translate3d(0, 160%, 0) skewY(-10deg)!important
}
.map__popup-part--top {
	position: relative;
	padding: 9px 15px 2px
}
.is-active .map__popup-part--top {
	padding: 9px 15px 35px
}
.is-active .map__popup-part--top:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.map__popup-part--top:before {
	display: inline-block;
	font: 14px/1 'icons';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\EA01';
	color: #fd782c;
	position: absolute;
	top: 18px;
	font-size: 7px;
	font-size: 7px;
	font-size: .7rem;
	right: 15px
}
.map__popup-part--bottom {
	display: none;
	padding: 50px 15px 15px
}
.is-active .map__popup-part--bottom, .is-active .map__popup-part--btn {
	display: block
}
.map__popup-part--btn {
	padding: 0 15px;
	display: none
}
.map__popup h3 {
	display: block;
	font-size: 0;
	margin: -8px -15px 0;
	padding: 8px 15px;
	max-width: calc(100% - 20px)
}
.map__popup h3 strong {
	font-size: 18px;
	font-size: 18px;
	font-size: 1.8rem
}
.picture-list__item:nth-child(2n+2) {
	/*top: -25px;*/
	margin-left: 20px
}
.popup__close, .popup__close .icon {
	color: #fff
}
.popup__time {
	display: block;
	margin: 0 0 10px
}
.position-detail .social ul {
	margin: 10px -15px 0 -5px
}
.nav-footer, .nav-main {
	/*display: none*/
	display: inline-block;
}
}
@media screen and (max-width:600px) {
	.header__nav{
		/*display:block;*/
	}
	.nav-main{
		float:right;
	}
	.nav-main ul li {
		display:none;
	}
	.nav-main li:nth-child(1) {
		display: inline-block;
	}
	.header__social{
		/*display:inline-block;*/
	}
	.nav-footer li{
		display: block;
		width: 100%;
		text-align: center;
	}

}

@media screen and (max-width:539px) {
.lg-actions .lg-next, .lg-actions .lg-prev {
	padding: 0!important
}
}

@media screen and (max-width:33.6875em) and (orientation:portrait) {
.lg-actions .lg-next, .lg-actions .lg-prev {
	top: calc(100% - 80px)
}
}

@media screen and (max-height:46.875em) {
.burger {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px)
}
.burger__text {
	display: none!important
}
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
.ps {
	overflow: auto!important
}
}
.scroll-top-link {
	display: block;
	position: absolute;
	bottom: 60px;
	right: 60px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #bcd7ed;
	color: #1a7fc7;
	text-align: center;
	line-height: 40px;
	font-size: 10px;
	font-size: 10px;
	font-size: 1rem;
	z-index: 100;
	opacity: .9;
	text-decoration: none
}
@media screen and (max-width:600px) {
	.scroll-top-link {
		right: 10px;
	}
}
.box-disc {
    display: block;
    border: #fff solid 1px;
    margin: auto;
    padding: 10px;
    text-align: center;
    font-size: 14px;
	color:#fff;
}

@font-face {
  font-family: 'ico-cp';
  src:  url('../fonts/icomoon.eot?rualm');
  src:  url('../fonts/icomoon.eot?rualm#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?rualm') format('truetype'),
    url('../fonts/icomoon.woff?rualm') format('woff'),
    url('../fonts/icomoon.svg?rualm#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ico-cp' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bridge-1:before {
  content: "\e900";
}
.icon-bridge:before {
  content: "\e901";
	font-size:75px;
}
.icon-searching-capitol:before {
  content: "\e902";
}

.form-control, .carousel__dropdown{
	height:50px;
	border: 1px solid #fff;
}
.carousel__dropdown option{
	color: #002f52;
	line-height: 50px;
    height: 50px;
}
/* ==========================================================================
Intro
========================================================================== */
.intro { background: #f3f5f8; }
.intro p { margin: 50px 0 0; margin:0px;}
h1.arrow { /*font-size: 15px;*/ text-transform: uppercase; color: #353535; letter-spacing: 1px; background: url('../img/h2-bg.png') no-repeat center bottom; padding-bottom: 30px; font-weight: bold; }
/* ==========================================================================
CTA
========================================================================== */
.ignite-cta { background-color: var(--color-red); padding: 70px 0; text-align: center;z-index: 1;
    position: relative;}
.ignite-btn { display: inline-block; padding: 25px 40px; color: #fff; border: solid 1px #fff; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; text-decoration:none;}
.ignite-btn:hover, .ignite-btn:focus { color: #f6f6f6; border: solid 1px #f6f6f6; }
/* ==========================================================================
Features
========================================================================== */
.features-wrapper, .team-wrapper { margin: 70px 0 0; }
.shadow { text-shadow: rgb(0, 47, 82) 1px 1px, rgb(0, 47, 82) 2px 2px, rgb(0, 47, 82) 3px 3px, rgb(0, 47, 82) 4px 4px, rgb(0, 47, 82) 5px 5px, rgb(0, 47, 82) 6px 6px, rgb(0, 47, 82) 7px 7px, rgb(0, 47, 82) 8px 8px, rgb(0, 47, 82) 9px 9px, rgb(0, 47, 82) 10px 10px, rgb(0, 47, 82) 11px 11px, rgb(0, 47, 82) 12px 12px, rgb(0, 48, 83) 13px 13px, rgb(0, 49, 84) 14px 14px, rgb(1, 50, 85) 15px 15px, rgb(1, 51, 86) 16px 16px, rgb(1, 52, 87) 17px 17px, rgb(2, 53, 88) 18px 18px, rgb(2, 54, 89) 19px 19px, rgb(2, 55, 90) 20px 20px, rgb(3, 56, 91) 21px 21px, rgb(3, 57, 92) 22px 22px, rgb(3, 58, 93) 23px 23px, rgb(4, 59, 94) 24px 24px, rgb(4, 60, 95) 25px 25px, rgb(4, 61, 96) 26px 26px, rgb(5, 62, 97) 27px 27px, rgb(5, 63, 98) 28px 28px, rgb(5, 64, 99) 29px 29px, rgb(6, 65, 100) 30px 30px; }
/* ==========================================================================
Features Icons
========================================================================== */
.features-wrapper .icon { height: 175px; width: 175px; line-height: 175px; max-width: 100%; background: #2e98db; border-radius: 50%; -o-border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; display: block; color: #fff; font-size: 55px; text-align: center; vertical-align: middle; position: relative; margin: 0 auto 50px; }

/* ==========================================================================
Waypoints
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 { visibility: hidden; }
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight { visibility: visible; }
.delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; }
.delay-15s { animation-delay: 1.5s; -webkit-animation-delay: 1.5s; }
.delay-20s { animation-delay: 2s; -webkit-animation-delay: 2s; }
.delay-25s { animation-delay: 2.5s; -webkit-animation-delay: 2.5s; }
.wp3 { background: url('..') no-repeat center center; background-position: 200px 10px; height: 100%; }

.header__top{
	line-height:30px;
	font-size:14px;
	color:#fff;
}
.header__top a:hover{
	color: #002f52 !important;
	text-decoration:none;
}
.cta{
	width: 100%;
    background-color: rgba(234,55,68,0.8);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 0;
    display: block;
	-webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
	
}
