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

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

*,
:after,
:before {
	outline: none;
	box-sizing: border-box
}

body,
html {
	font-family: Roboto, sans-serif;
	color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}

html {
	font-size: 16px
}

body {
	height: 100%;
	position: relative
}

li,
ol,
ul {
	margin: 0;
	padding: 0
}

li {
	list-style: none
}

a {
	color: #000;
	text-decoration: none
}

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

p {
	color: #000;
	font-size: .75rem;
	line-height: 1rem;
	font-weight: 400
}

h1,
p {
	font-family: Roboto, sans-serif
}

h1 {
	color: #444;
	font-size: 1.125rem;
	line-height: 1.5rem;
	font-weight: 300
}

@media (min-width:1025px) {
	html {
		font-size: 14px
	}
	p {
		font-size: .8125rem;
		line-height: 1.125rem
	}
	h1 {
		font-weight: 300;
		font-size: 1.5rem;
		line-height: 2.125rem
	}
}

@media (min-width:1300px) {
	html {
		font-size: 16px
	}
}

@media (min-width:2000px) {
	html {
		font-size: 20px
	}
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-invisible-blank-slide {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-ms-flex-align: start;
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-container-3d {
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: 50%;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: opacity .3s;
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: a 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden
}

body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute!important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}

.fancybox-iframe,
.fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:hover {
	color: #fff
}

.fancybox-button:focus {
	outline: none
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none
}

.fancybox-button div {
	height: 100%
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.fancybox-navigation .fancybox-button div {
	padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0
}

.fancybox-caption {
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 25px 44px;
	right: 0;
	text-align: center;
	z-index: 99996
}

.fancybox-caption:before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
	background-repeat: repeat-x;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -44px;
	z-index: -1
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	animation: a 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

@keyframes a {
	to {
		transform: rotate(1turn)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
	.fancybox-caption {
		padding: 12px
	}
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}
	.fancybox-slide--image {
		padding: 6px 0
	}
	.fancybox-close-small {
		right: -6px
	}
	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}

.popup-navigation {
	position: fixed;
	z-index: -666;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	background-color: #444;
	transform: translateX(100%);
	transition: z-index 1s linear 0s, transform .5s ease 0s;
	-webkit-overflow-scrolling: touch
}

.popup-navigation--visible {
	transform: translateX(0);
	z-index: 666;
	transition: z-index 0s linear 0s, transform .5s ease 0s
}

.popup-navigation__wrapper {
	width: 100%;
	height: 100%;
	padding-top: .625rem;
	padding-bottom: 2.5rem;
	position: relative
}

.popup-navigation__wrapper:before {
	content: "";
	position: absolute;
	top: 3.4375rem;
	left: 0;
	right: 0;
	height: 1px;
	background-color: hsla(0, 0%, 93%, .1)
}

.popup-navigation__container {
	max-width: 17.5rem;
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

.popup-navigation__close-button {
	position: absolute;
	top: .625rem;
	right: .625rem;
	width: 2.5rem;
	height: 2.5rem;
	background-image: url(../img/close-icon.svg);
	background-size: 1rem 1rem;
	background-position: 50%;
	background-repeat: no-repeat;
	cursor: pointer
}

.popup-navigation__list {
	padding-top: .75rem
}

.popup-navigation__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid hsla(0, 0%, 93%, .1)
}

.popup-navigation__item:last-of-type {
	border-bottom: 0
}

.popup-navigation__item a {
	width: 100%;
	text-align: center;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	font-size: .875rem;
	line-height: 3.125rem;
	font-weight: 500;
	color: #fff
}

.popup-navigation__item--dropdown a {
	position: relative
}

.popup-navigation__item--dropdown a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 1.25rem;
	width: .5rem;
	height: 100%;
	background-image: url(../img/dropdown-icon.svg);
	background-repeat: no-repeat;
	background-size: .5rem .3125rem;
	background-position: 50% 50%
}

.popup-navigation__item--dropdown.popup-navigation__item--visible a:after {
	transform: rotate(180deg)
}

.popup-navigation__item--dropdown.popup-navigation__item--visible .popup-navigation__dropdown-list {
	display: -ms-flexbox;
	display: flex
}

.popup-navigation__dropdown-list {
	width: 100%;
	display: none;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 1.25rem
}

.popup-navigation__dropdown-list a {
	font-size: .8125rem;
	line-height: 2.5rem;
	font-weight: 400
}

.popup-navigation__dropdown-list a:after {
	display: none
}

.popup-navigation__mobile-search {
	display: block
}

.popup-navigation__mobile-search input {
	width: 100%;
	padding-left: .625rem;
	padding-right: .625rem;
	background-color: transparent;
	border: none;
	font-family: Roboto, sans-serif;
	font-size: .875rem;
	line-height: 2.5rem;
	font-weight: 500;
	text-align: center;
	color: #fff
}

.popup-navigation__mobile-search input::-webkit-input-placeholder {
	font-size: .875rem;
	font-weight: 400;
	line-height: 2.5rem;
	color: #fff;
	opacity: .3
}

.popup-navigation__mobile-search input::-moz-placeholder {
	font-size: .875rem;
	font-weight: 400;
	line-height: 2.5rem;
	color: #fff;
	opacity: .3
}

.popup-navigation__mobile-search input:-ms-input-placeholder {
	font-size: .875rem;
	font-weight: 400;
	line-height: 2.5rem;
	color: #fff;
	opacity: .3
}

.popup-navigation__mobile-search input:-moz-placeholder {
	font-size: .875rem;
	font-weight: 400;
	line-height: 2.5rem;
	color: #fff;
	opacity: .3
}

.popup-navigation__mobile-city {
	display: block;
	width: 100%;
	height: 100%;
	padding-left: .625rem;
	padding-right: .625rem;
	background-color: transparent;
	border: none;
	font-family: Roboto, sans-serif;
	font-size: .875rem;
	line-height: 2.5rem;
	font-weight: 500;
	text-align: center;
	color: #fff;
	opacity: .3
}

.popup-navigation__choose-city {
	background-color: #444;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: -667;
	transform: translateX(100%);
	transition: transform .5s ease 0s, z-index 0s linear .5s
}

.popup-navigation__choose-city--visible {
	z-index: 667;
	transform: translateX(0);
	transition: transform .5s ease 0s, z-index 0s linear 0s
}

.popup-navigation__city-list {
	max-width: 17.5rem;
	margin-left: auto;
	margin-right: auto
}

.popup-navigation__city-list a {
	font-weight: 400;
	font-size: .875rem;
	line-height: 3.125rem;
	color: #fff
}

.popup-navigation__choose-wrapper {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem
}

.popup-navigation__back-button {
	width: 3.75rem;
	height: 3.75rem;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/back-arrow-icon.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%
}

@media (min-width:1025px) {
	.popup-navigation {
		z-index: -666;
		opacity: 0;
		transition: z-index 0s linear .5s, transform .5s ease 0s, opacity 1s ease 0s;
		overflow-x: hidden
	}
	.popup-navigation,
	.popup-navigation--visible {
		transform: translateX(0);
		background-color: rgba(0, 0, 0, .4)
	}
	.popup-navigation--visible {
		z-index: 666;
		opacity: 1;
		transition: z-index 0s linear 0s, transform .5s ease 0s, opacity 1s ease 0s
	}
	.popup-navigation--visible .popup-navigation__wrapper {
		transform: translateX(0);
		transition: transform .5s ease 0s
	}
	.popup-navigation__choose-city {
		display: none
	}
	.popup-navigation__wrapper {
		padding-top: 0;
		padding-bottom: 0;
		max-width: 29.5rem;
		min-height: 100%;
		height: unset;
		background-color: #fff;
		margin-right: 0;
		margin-left: auto;
		transform: translateX(100%);
		transition: transform .5s ease 0s
	}
	.popup-navigation__wrapper:before {
		display: none
	}
	.popup-navigation__container {
		overflow: auto;
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
		margin-left: 3.75rem;
		margin-right: auto
	}
	.popup-navigation__list {
		padding: 0
	}
	.popup-navigation__item {
		border-bottom: 1px solid #eee
	}
	.popup-navigation__item a {
		color: #3d56af;
		text-align: left;
		font-weight: 500;
		font-size: .875rem;
		line-height: 3.125rem;
		transition: .3s
	}
	.popup-navigation__item a:hover {
		background-color: hsla(0, 0%, 93%, .3);
		transition: .3s
	}
	.popup-navigation__item--dropdown a:after {
		background-image: url(../img/dropdown-icon-black.svg)
	}
	.popup-navigation__dropdown-list {
		padding-bottom: 1.25rem
	}
	.popup-navigation__dropdown-list a {
		font-weight: 400;
		font-size: .8125rem;
		line-height: 2.5rem;
		color: #000
	}
	.popup-navigation__close-button {
		position: fixed;
		width: 3.75rem;
		height: 100%;
		top: 0;
		right: 0;
		background-color: hsla(0, 0%, 93%, .3);
		background-position: 50% 1.25rem;
		background-image: url(../img/close-icon-black.svg);
		transition: .3s
	}
	.popup-navigation__close-button:active,
	.popup-navigation__close-button:hover {
		background-color: hsla(0, 0%, 93%, .6);
		transition: .3s
	}
	.popup-navigation__mobile-search {
		display: none
	}
}

.global-wrapper {
	width: 100%
}

.title-link {
	color: #3d56af;
	font-size: .875rem;
	line-height: 1.875rem
}
#blog .text ul {
	padding-left: 14px !important;
}
#blog .text b, #blog .text bold {
	font-weight: bold !important;
}
#blog .text li {
	list-style: circle !important;
	color: #555 !important;
}
#blog .text #socials li {
	list-style: none !important;
}
@media (min-width:1025px) {
	.title-link {
		padding-left: .625rem;
		padding-right: .625rem;
		color: #3d56af;
		font-size: .875rem;
		line-height: 1.875rem;
		background-color: transparent;
		transition: .3s
	}
	.title-link:hover {
		background-color: hsla(0, 0%, 100%, .8);
		border-radius: 5px;
		box-shadow: 0 .1875rem .5rem rgba(103, 113, 150, .08);
		transition: .3s
	}
}

.header {
	background-color: #3d56af;
	height: auto;
	width: 100%;
	position: relative;
	z-index: 2
}

.header:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/header-background-mobile.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	z-index: 0
}

.header__wrapper {
	width: 100%;
	height: 100%;
	padding: .625rem;
	padding-top: 0;
	padding-bottom: 1.25rem;
	position: relative;
	z-index: 1
}

.header__top {
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: .3125rem;
	padding-right: .3125rem
}

.header__left,
.header__top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.header__logo-mobile {
	padding: .625rem;
	transform: translateX(-.625rem)
}

.header__right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	transform: translateX(.625rem)
}

.header__choice-city,
.header__city,
.header__language--desktop,
.header__navigation {
	display: none
}

.header__language-link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-weight: 400;
	font-size: .875rem;
	line-height: 3.75rem;
	padding-left: .625rem;
	padding-right: .625rem;
	display: none
}

.header__language-link--active {
	display: none
}

.header__burger,
.header__message {
	width: 3.125rem;
	height: 3.75rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.header__burger {
	padding: 0
}

.header__bottom form {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.header__bottom-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: end;
	align-items: flex-end
}

.header__logo-desktop {
	display: none
}

.header__bottom-select {
	height: 3.125rem;
	-ms-flex-direction: row;
	flex-direction: row;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #fff
}

.header__bottom-select,
.header__select-category {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding-left: .3125rem
}

.header__select-category {
	max-width: 7.5rem;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background-color: #f5f5f5;
	border-radius: 5px;
	transition: .3s
}

.header__select-category:active,
.header__select-category:hover {
	background-color: #eaeaea;
	transition: .3s
}

.header__select-category label {
	color: #000;
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 100%;
	font-size: .875rem;
	line-height: 2.5rem;
	height: 2.5rem;
	padding-right: 1.5625rem;
	white-space: nowrap;
	overflow: hidden;
	transition: .3s;
	cursor: pointer;
	-webkit-backface-visibility: visible;
	backface-visibility: visible
}

.header__select-category label:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1.5625rem;
	height: 100%;
	background-color: transparent;
	background-image: url(../img/triger-icon.svg);
	background-size: .375rem .6875rem;
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.header__select-category select {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-family: Roboto, sans-serif;
	color: #444;
	font-size: .875rem;
	line-height: 2rem;
	font-weight: 400!important;
	background-image: none;
	height: 100%;
	outline: none!important;
	padding-bottom: 0!important;
	background-color: transparent!important;
	border: none!important;
	border-radius: 0!important;
	padding-left: .625rem!important;
	padding-right: 1.5625rem!important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	z-index: 2;
	transition: .3s
}

.header__select-category select option {
	color: #000
}

.header__input-search {
	width: 100%;
	height: 100%;
	padding-left: .75rem;
	padding-right: 2.8125rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center
}

.header__input-search input {
	width: 100%;
	height: 100%;
	border: none;
	font-family: Roboto, sans-serif;
	color: #444;
	font-size: .875rem;
	font-weight: 400;
	line-height: normal
}

.header__input-search input::-webkit-input-placeholder {
	color: #aaa;
	font-size: .875rem;
	font-weight: 400
}

.header__input-search input::-moz-placeholder {
	color: #aaa;
	font-size: .875rem;
	font-weight: 400
}

.header__input-search input:-ms-input-placeholder {
	color: #aaa;
	font-size: .875rem;
	font-weight: 400
}

.header__input-search input:-moz-placeholder {
	color: #aaa;
	font-size: .875rem;
	font-weight: 400
}

.header__search-icon {
	width: 2.5rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background-color: #fff;
	background-image: url(../img/search-icon.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-size: .875rem .875rem;
	cursor: pointer;
	transition: .3s
}

.header__form-signature,
.header__interactive-block,
.header__personal-dropdown {
	display: none
}

@media (min-width:1025px) {
	.header:before {
		background-image: url(../img/header-background.jpg)
	}
	.header__wrapper {
		max-width: 78.75rem;
		padding: .625rem;
		padding: 0 .9375rem;
		margin-left: auto;
		margin-right: auto
	}
	.header__left {
		width: 12.75rem;
		min-width: 12.75rem;
		transform: translateX(-.625rem);
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-right: 3.125rem
	}
	.header__right {
		margin-left: auto;
		transform: translateX(0);
		position: relative;
		z-index: 1
	}
	.header__top {
		padding: 0;
		position: relative;
		z-index: 3;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.header__top:after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background-color: #fff;
		opacity: .2;
		position: absolute;
		bottom: -.0625rem;
		left: 0;
		right: 0
	}
	.header__logo-mobile {
		display: none
	}
	.header__logo-desktop {
		min-width: 13.375rem;
		display: block;
		margin-right: 3.125rem;
		transform: translateX(-.625rem);
		position: relative;
		z-index: 1
	}
	.header__logo-desktop a {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: .625rem;
		transform: translateY(-1.25rem)
	}
	.header__logo-desktop a img {
		width: 100%;
		margin-bottom: 1.25rem
	}
	.header__logo-desktop a span {
		color: #fff;
		font-size: .75rem;
		line-height: 1.25rem;
		letter-spacing: .5px;
		white-space: nowrap
	}
	.header__city,
	.header__navigation {
		display: -ms-flexbox;
		display: flex
	}
	.header__city {
		margin-right: .625rem;
		max-width: 9.375rem;
		width: 100%;
		position: relative;
		z-index: 1
	}
	.header__choice-city {
		width: 100%;
		display: block;
		position: absolute;
		z-index: 2;
		top: calc(100% - .25rem);
		left: .625rem;
		background-color: #fff;
		min-width: 21.875rem;
		padding: .9375rem 1.25rem 1.5625rem;
		box-shadow: 0 .1875rem .5rem rgba(103, 113, 150, .08);
		border-radius: 5px
	}
	.header__choice-city:before {
		content: "";
		position: absolute;
		top: -.3125rem;
		left: 1.5625rem;
		width: 0;
		height: 0;
		border: .875rem solid transparent;
		border-top: none;
		border-bottom: .625rem solid #fff;
		transform: translateX(-50%)
	}
	.header__choice-top {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: .9375rem
	}
	.header__your-region {
		font-weight: 300;
		padding-right: .3125rem
	}
	.header__your-city,
	.header__your-region {
		font-size: 1.25rem;
		line-height: 2.125rem;
		color: #444
	}
	.header__your-city {
		font-weight: 500
	}
	.header__your-city b {
		font-size: 1.25rem;
		line-height: 2.125rem;
		font-weight: 500
	}
	.header__choice-bottom {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: center;
		align-items: center
	}
	.header__agree-button {
		margin-right: .625rem
	}
	.header__disagree-button {
		font-size: .875rem;
		line-height: 3.125rem;
		color: #3d56af;
		text-transform: uppercase;
		font-weight: 500;
		background-color: transparent;
		border: none;
		padding-left: .625rem;
		padding-right: .625rem;
		cursor: pointer;
		border-radius: 5px;
		transition: .3s
	}
	.header__disagree-button:hover {
		background-color: rgba(0, 0, 0, .04);
		transition: .3s
	}
	.header__city-link {
		display: block;
		font-size: .875rem;
		line-height: 3.75rem;
		color: #fff;
		font-weight: 400;
		position: relative;
		padding-right: 1.5rem;
		padding-left: .625rem;
		white-space: nowrap;
		opacity: .3;
		transition: .3s;
		overflow: hidden
	}
	.header__city-link:after {
		content: "";
		width: .5rem;
		height: .3125rem;
		position: absolute;
		right: .5rem;
		top: 50%;
		transform: translateY(-50%);
		background-image: url(../img/dropdown-icon.svg);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: .5rem .3125rem
	}
	.header__city-link:hover {
		opacity: 1;
		transition: .3s
	}
	.header__language {
		transform: translateX(.625rem)
	}
	.header__language--desktop {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		margin-right: 0
	}
	.header__language--mobile {
		display: none
	}
	.header__language-link {
		display: -ms-flexbox;
		display: flex;
		transition: .3s
	}
	.header__language-link--active {
		display: none;
		opacity: .3
	}
	.header__language-link:hover {
		background-color: rgba(0, 0, 0, .15);
		transition: .3s
	}
	.header__input-search {
		padding-right: 4.0625rem;
		padding-left: 1.25rem
	}
	.header__search-icon {
		width: 3.75rem;
		height: 100%;
		padding: 0
	}
	.header__search-icon:active,
	.header__search-icon:hover {
		background-color: rgba(61, 86, 175, .1);
		transition: .3s
	}
	.header__bottom {
		padding-top: 1.5625rem
	}
	.header__bottom form {
		width: 100%
	}
	.header__bottom-content {
		-ms-flex-align: start;
		align-items: flex-start
	}
	.header__bottom-select {
		height: 3.75rem;
		margin-bottom: .75rem;
		padding-top: .625rem;
		padding-bottom: .625rem;
		padding-left: .625rem;
		border: none
	}
	.header__message {
		width: 3.125rem;
		height: 3.75rem;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		transition: .3s;
		position: relative
	}
	.header__message:hover {
		background-color: rgba(0, 0, 0, .15);
		transition: .3s
	}
	.header__personal-dropdown {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center;
		position: absolute;
		top: calc(100% - .25rem);
		right: -3.75rem;
		background-color: #fff;
		padding: .3125rem 1.25rem;
		border-radius: 5px;
		box-shadow: 0 .1875rem .5rem rgba(103, 113, 150, .08);
		z-index: 3;
		display: none
	}
	.header__personal-dropdown:before {
		content: "";
		position: absolute;
		top: -.3125rem;
		right: 3.5625rem;
		width: 0;
		height: 0;
		border: .875rem solid transparent;
		border-top: none;
		border-bottom: .625rem solid #fff;
		transform: translateX(-50%)
	}
	.header__personal-dropdown a {
		min-width: 100%;
		white-space: nowrap;
		font-size: .875rem;
		line-height: 2.5rem;
		color: #444;
		position: relative;
		text-align: center;
		transition: .3s
	}
	.header__personal-dropdown a:hover {
		color: #3d56af;
		background-color: hsla(0, 0%, 93%, .3);
		transition: .3s
	}
	.header__personal-dropdown a:before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: .0625rem;
		background-color: #eee
	}
	.header__personal-dropdown a.header__dropdown-link--exit:hover {
		color: #44;
		opacity: .3
	}
	.header__personal-dropdown a:last-of-type::before {
		display: none
	}
	.header__burger {
		width: 3.75rem;
		height: 3.75rem;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		transition: .3s
	}
	.header__burger:hover {
		background-color: rgba(0, 0, 0, .15);
		transition: .3s
	}
	.header__form-signature {
		display: block;
		white-space: nowrap;
		color: #fff;
		font-size: .75rem;
		line-height: 1.25rem;
		letter-spacing: .5px;
		font-weight: 400;
		opacity: .5
	}
	.header__interactive-block {
		display: block
	}
	.header__interactive {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding-right: .625rem;
		padding-left: .625rem;
		transform: translateY(0)
	}
	.header__interactive-item {
		margin-right: .625rem
	}
	.header__interactive-item a {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 .625rem 0 2.5rem;
		position: relative;
		background-color: transparent;
		border-radius: 5px 5px 0 0;
		transition: .3s
	}
	.header__interactive-item a:hover {
		background-color: rgba(0, 0, 0, .15);
		transition: .3s
	}
	.header__interactive-item:last-of-type {
		margin-right: 0
	}
	.header__interactive-item--add-org .header__interactive-icon {
		background-image: url(../img/add.svg);
		background-size: 2.5rem 2.5rem
	}
	.header__interactive-item--library .header__interactive-icon {
		background-image: url(../img/lib.svg);
		background-size: 2.5rem 2.5rem
	}
	.header__interactive-item--registry .header__interactive-icon {
		background-image: url(../img/docs.svg);
		background-size: 2.5rem 2.5rem
	}
	.header__interactive-item--map .header__interactive-icon {
		background-image: url(../img/map.svg);
		background-size: 2.5rem 2.5rem
	}
	.header__interactive-icon {
		position: absolute;
		width: 2.5rem;
		height: 2.5rem;
		background-repeat: no-repeat;
		background-position: 50%;
		left: 0;
		top: 50%;
		transform: translateY(-55%)
	}
	.header__interactive-text {
		display: block;
		color: #fff;
		font-size: .875rem;
		line-height: 3.125rem;
		font-weight: 500
	}
}

@media (min-width:1290px) {
	.header__wrapper {
		padding-left: 0;
		padding-right: 0
	}
}

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

@media (min-width:1025px) {
	.width-wrapper {
		max-width: 78.75rem;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
	}
}

@media (min-width:1290px) {
	.width-wrapper {
		padding: 0
	}
}

.footer {
	background-image: url(../img/footer-background-mobile.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.footer__wrapper {
	max-width: 16.875rem;
	padding-top: 1.875rem;
	padding-bottom: 2.8125rem;
	margin-left: auto;
	margin-right: auto
}

.footer__top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer__city {
	display: none
}

.footer__list {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 1.25rem
}

.footer__list,
.footer__list li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.footer__list li {
	width: 100%;
	max-width: 15.9375rem;
	position: relative;
	border-bottom: 1px solid hsla(0, 0%, 100%, .1);
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center
}

.footer__list li:last-of-type {
	border-bottom: 0
}

.footer__list li a {
	width: 100%;
	display: block;
	font-size: .875rem;
	line-height: 3.125rem;
	padding-left: .625rem;
	padding-right: .625rem;
	color: #fff;
	white-space: nowrap;
	background-color: transparent;
	text-align: center
}

.footer__policy {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: .625rem
}

.footer__policy a {
	padding: .625rem;
	padding-top: 0;
	padding-bottom: 0;
	font-size: .875rem;
	line-height: 2.5rem;
	color: #fff
}

.footer__policy:last-of-type {
	padding-right: 0
}

.footer__copyright {
	color: #fff;
	font-size: .75rem;
	line-height: 1.25rem;
	margin-bottom: 1.25rem;
	text-align: center;
	margin-left: auto;
	margin-right: auto
}

.footer__copyright span {
	display: none
}

.footer__licence {
	text-align: center;
	max-width: 13.4375rem;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-size: .6875rem;
	line-height: 1rem;
	opacity: .3
}

@media (min-width:1025px) {
	.footer {
		background-image: url(../img/footer-background.jpg)
	}
	.footer__wrapper {
		max-width: 78.75rem;
		margin-left: auto;
		margin-right: auto;
		padding: 1.875rem .9375rem 2.1875rem
	}
	.footer__top {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 1.25rem
	}
	.footer__bottom,
	.footer__top {
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.footer__bottom {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.footer__left {
		max-width: 12.1875rem;
		-ms-flex-align: center;
		align-items: center;
		margin-right: 3.75rem
	}
	.footer__left,
	.footer__right {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.footer__right {
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		transform: translateX(-.625rem)
	}
	.footer__city {
		display: -ms-flexbox;
		display: flex;
		margin-right: .625rem;
		max-width: 9.375rem
	}
	.footer__city-link {
		transform: translateX(-.625rem);
		font-size: .875rem;
		line-height: 2.5rem;
		color: #fff;
		font-weight: 400;
		position: relative;
		padding-right: 1.5rem;
		padding-left: .625rem;
		white-space: nowrap;
		opacity: .3;
		transition: .3s;
		border-radius: 5px;
		overflow: hidden
	}
	.footer__city-link:after {
		content: "";
		width: .5rem;
		height: .3125rem;
		position: absolute;
		right: .5rem;
		top: 50%;
		transform: translateY(-50%);
		background-image: url(../img/dropdown-icon.svg);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: .5rem .3125rem
	}
	.footer__city-link:hover {
		opacity: 1;
		transition: .3s;
		border-radius: 5px
	}
	.footer__list {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center
	}
	.footer__list li {
		border-bottom: none
	}
	.footer__list li a {
		line-height: 2.5rem;
		border-radius: 5px
	}
	.footer__list li a:hover {
		border-radius: 5px
	}
	.footer__language-link {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		color: #fff;
		font-weight: 400;
		font-size: .875rem;
		line-height: 2.5rem;
		padding: .625rem;
		background-color: transparent;
		transition: .3s;
		padding-top: 0;
		padding-bottom: 0;
		border-radius: 5px
	}
	.footer__language-link--active {
		display: -ms-flexbox;
		display: flex;
		opacity: .5;
		display: none
	}
	.footer__language-link:hover {
		background-color: rgba(0, 0, 0, .15);
		transition: .3s
	}
	.footer__list {
		margin-bottom: 0
	}
	.footer__list li a {
		background-color: transparent;
		transition: .3s
	}
	.footer__list li a:hover {
		background-color: rgba(0, 0, 0, .15);
		transition: .3s
	}
	.footer__policy {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-bottom: 0;
		transform: translateX(.9375rem)
	}
	.footer__policy a {
		background-color: transparent;
		border-radius: 5px;
		transition: .3s;
		white-space: nowrap
	}
	.footer__policy a:hover {
		background-color: rgba(0, 0, 0, .15);
		transition: .3s
	}
	.footer__copyright {
		text-align: left;
		margin: 0
	}
	.footer__copyright span {
		display: inline
	}
	.footer__licence {
		margin: 0;
		max-width: unset;
		text-align: left;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

@media (min-width:1025px) and (max-width:1140px) {
	.footer__top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media (min-width:1290px) {
	.footer__wrapper {
		padding-left: 0;
		padding-right: 0
	}
}

.navigation {
	display: none
}

@media (min-width:1025px) {
	.navigation {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.navigation__item {
		position: relative
	}
	.navigation__item a {
		display: inline-block;
		padding-left: .625rem;
		padding-right: .625rem;
		white-space: nowrap;
		font-size: .875rem;
		line-height: 3.75rem;
		font-weight: 400;
		color: #fff;
		transition: .3s
	}
	.navigation__item a:hover {
		background-color: rgba(0, 0, 0, .15);
		transition: .3s
	}
	.navigation__item--dropdown a {
		padding-right: 1.4rem;
		position: relative
	}
	.navigation__item--dropdown a:after {
		content: "";
		position: absolute;
		width: .625rem;
		height: 100%;
		top: 0;
		right: .5rem;
		background-image: url(../img/dropdown-icon.svg);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: .5rem .3125rem
	}
	.navigation__item:last-of-type {
		margin-right: 0
	}
	.navigation__dropdown-list {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center;
		min-width: 100%;
		position: absolute;
		top: calc(100% - .25rem);
		left: 50%;
		transform: translateX(-50%);
		z-index: 3;
		padding: .625rem 1.25rem .75rem;
		background-color: #fff;
		border-radius: 5px;
		box-shadow: 0 .1875rem .5rem rgba(103, 113, 150, .08);
		display: none
	}
	.navigation__dropdown-list:before {
		content: "";
		position: absolute;
		top: -.3125rem;
		left: 50%;
		width: 0;
		height: 0;
		border: .875rem solid transparent;
		border-top: none;
		border-bottom: .625rem solid #fff;
		transform: translateX(-50%)
	}
	.navigation__dropdown-list a {
		display: block;
		width: 100%;
		color: #444;
		font-size: .875rem;
		line-height: 2.5rem;
		position: relative;
		z-index: 1;
		padding: 0;
		text-align: center;
		white-space: nowrap;
		padding-left: .625rem;
		padding-right: .625rem
	}
	.navigation__dropdown-list a:before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
		background-color: #eee
	}
	.navigation__dropdown-list a:after {
		display: none
	}
	.navigation__dropdown-list a:hover {
		color: #3d56af;
		background-color: rgba(0, 0, 0, .04)
	}
	.navigation__dropdown-list a:last-of-type::before {
		display: none
	}
}

@media (min-width:1025px) and (max-width:1075px) {
	.navigation__item:nth-of-type(8),
	.navigation__item:nth-of-type(9) {
		display: none
	}
}

.slider {
	background-color: #f5f5f5;
	overflow: hidden;
}

.slider--bloggers .slider__wrapper {
	position: relative
}

.slider--bloggers .slider__wrapper:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: -.9375rem;
	height: 1px;
	background-color: #eee
}

.slider--bloggers .slider__bottom {
	padding-top: 1.875rem
}

.slider--services .slider__image {
	background-size: cover;
	height: 7.8125rem
}

.slider--services .slider__image img {
	height: 7.8125rem
}

.slider--video .slider__wrapper {
	padding-bottom: 1.875rem
}

.slider--video .slider__list-container {
	overflow: visible;
	white-space: normal;
	margin-bottom: 0;
	padding-left: .9375rem;
	padding-right: .9375rem;
	padding-bottom: 1.5625rem
}

.slider--video .slider__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0
}

.slider--video .slider__item {
	min-width: unset;
	max-width: unset;
	max-height: 12.5rem;
	overflow: visible
}

.slider--video .slider__item img {
	min-width: 100%;
	max-height: 12.5rem;
	display: block
}

.slider--video .slider__link {
	position: relative;
	border-radius: 5px;
	overflow: hidden
}

.slider--video .slider__link:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .35)
}

.slider--video .slider__tools {
	width: 100%;
	position: absolute;
	top: 3.75rem;
	left: 50%;
	transform: translateX(-50%);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 2;
	text-align: center
}

.slider--video .slider__play-button {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 3.75rem;
	height: 3.75rem;
	background-image: url(../img/play-icon.svg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	margin-bottom: .625rem
}

.slider--video .slider__video-name {
	display: block;
	width: 100%;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	font-size: .875rem;
	line-height: 1.125rem;
	color: #fff;
	font-weight: 500;
	text-align: center;
	margin-bottom: .3125rem
}

.slider--video .slider__video-date {
	color: #fff;
	font-size: .75rem;
	line-height: 1rem;
	opacity: .6;
	text-align: center
}

.slider--video .slider__pagination {
	bottom: 0
}

.slider--video .swiper-pagination-bullet-active {
	background-color: #3d56af
}

.slider__wrapper {
	margin-left: -.9375rem;
	padding: 1.25rem 0 .625rem .9375rem
}

.slider__title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: .9375rem;
	padding-left: .9375rem;
	padding-right: .9375rem
}

.slider__title-link {
	padding: .625rem;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	color: #3d56af;
	font-size: .875rem;
	line-height: 1.25rem
}

.slider__title-link--mobile {
	display: block;
	padding-left: .3125rem;
	padding-right: .3125rem
}

.slider__title-link--desktop {
	display: none
}

.slider__container {
	overflow: hidden
}

.slider__navigation {
	display: none
}

.slider__list-container {
	position: relative;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	margin-bottom: -1.875rem;
	padding-bottom: 1.875rem;
	-webkit-overflow-scrolling: touch
}

.slider__list {
	display: inline-block;
	padding-left: .9375rem;
	padding-right: .9375rem;
	padding-bottom: 1.25rem;
	-webkit-overflow-scrolling: touch
}

.slider__item {
	display: inline-block;
	min-width: 13.75rem;
	max-width: 13.75rem;
	margin-right: .75rem;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 .1875rem .5rem 0 rgba(103, 113, 150, .08)
}

.slider__item:last-of-type {
	margin-right: 0
}

.slider__item span {
	display: block;
	white-space: normal
}

.slider__item span.slider__bottom {
	display: -ms-flexbox;
	display: flex
}

.slider__item--hot .slider__hot-circle {
	width: .75rem;
	height: .75rem;
	position: absolute;
	z-index: 2;
	top: .9375rem;
	right: .9375rem;
	background-size: cover;
	background-position: 50% 50%;
	background-image: url(../img/action-icon.svg);
	background-repeat: no-repeat
}

.slider__item--special {
	position: relative
}

.slider__item--special .slider__image {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.slider__item--special .slider__link-arrow {
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	background-image: url(../img/link-other-icon.svg);
	background-size: 1.125rem .875rem;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	transition: .3s
}

.slider__item--special .slider__text-container {
	position: absolute;
	z-index: 2;
	width: calc(100% - 1.875rem);
	height: calc(100% - 1.875rem);
	top: .75rem;
	left: .9375rem;
	right: .9375rem;
	bottom: .9375rem
}

.slider__item--special .slider__header {
	font-size: .75rem;
	line-height: 1.25rem;
	font-weight: 400;
	color: #fff;
	margin-bottom: .9375rem;
	padding-right: 1.5625rem
}

.slider__item--special .slider__header b {
	font-weight: 900;
	margin-right: .3125rem
}

.slider__item--special .slider__main-text {
	font-size: 1rem;
	line-height: 1.25rem;
	text-transform: uppercase;
	color: #fff
}

.slider__link {
	width: 100%;
	height: 100%;
	display: block;
	position: relative
}

.slider__image {
	height: 9.375rem;
	overflow: hidden;
	position: relative
}

.slider__image img {
	width: 100%;
	min-height: 9.375rem
}

.slider__top {
	height: 6.25rem;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative
}

.slider__top:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, .35)
}

.slider__ava {
	position: absolute;
	width: 3.125rem;
	height: 3.125rem;
	background-color: #fff;
	border: 4px solid #fff;
	border-radius: 50%;
	z-index: 3;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	top: 4.6875rem;
	left: .9375rem
}

.slider__bottom {
	height: 9.6875rem;
	overflow: hidden;
	background-color: #fff;
	padding: .625rem .625rem .9375rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.slider__name {
	font-size: .875rem;
	line-height: 1.125rem;
	color: #3d56af;
	margin-bottom: .5625rem
}

.slider__content {
	color: #444;
	font-size: .75rem;
	line-height: 1rem
}

.slider__date {
	color: #aaa;
	font-size: .6875rem;
	line-height: 1rem;
	margin-top: auto
}

@media (min-width:1025px) {
	.slider--poster .slider__wrapper {
		padding-top: 1.875rem
	}
	.slider--services .slider__wrapper {
		padding-top: 1.875rem;
		padding-bottom: .625rem;
		position: relative;
		margin-left: auto;
		margin-right: auto
	}
	.slider--services .slider__wrapper:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
		background-color: #eee
	}
	.slider--services .slider__list {
		padding-bottom: 1.25rem
	}
	.slider--services .slider__item {
		position: relative;
		overflow: visible
	}
	.slider--services .slider__link {
		border-radius: 5px;
		overflow: hidden
	}
	.slider--services .slider__link:hover .slider__image:before {
		display: none
	}
	.slider--services .slider__image {
		height: 11.25rem
	}
	.slider--bloggers .slider__wrapper:after {
		margin: 0
	}
	.slider--bloggers .slider__bottom {
		padding-top: 3.4375rem
	}
	.slider--bloggers .slider__link .slider__top {
		position: relative
	}
	.slider--bloggers .slider__link .slider__top:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .35);
		transition: .3s;
		z-index: 1
	}
	.slider--bloggers .slider__link .slider__top:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: transparent;
		transition: .3s;
		z-index: 1
	}
	.slider--bloggers .slider__link:hover .slider__top:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .3);
		transition: .3s
	}
	.slider--bloggers .slider__link:hover .slider__top:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(61, 86, 175, .5);
		transition: .3s;
		z-index: 1
	}
	.slider--video .slider__wrapper {
		padding-bottom: 3.125rem
	}
	.slider--video .slider__list-container {
		padding: 0
	}
	.slider--video .slider__list {
		padding-bottom: 1.875rem
	}
	.slider--video .slider__item {
		max-height: unset;
		overflow: visible
	}
	.slider--video .slider__item img {
		width: 100%;
		height: 100%;
		max-height: 15rem;
		display: block
	}
	.slider--video .slider__link {
		position: relative;
		overflow: hidden;
		border-radius: 5px
	}
	.slider--video .slider__link:before {
		background-color: rgba(0, 0, 0, .35)
	}
	.slider--video .slider__link:after,
	.slider--video .slider__link:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: .3s;
		z-index: 1
	}
	.slider--video .slider__link:after {
		background-color: transparent
	}
	.slider--video .slider__link:hover:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .3);
		transition: .3s
	}
	.slider--video .slider__link:hover:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(61, 86, 175, .5);
		transition: .3s;
		z-index: 1
	}
	.slider__wrapper {
		padding: 1.25rem .9375rem 0;
		margin-left: auto;
		margin-right: auto
	}
	.slider__title {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 1.1875rem;
		position: relative;
		padding: 0
	}
	.slider__head {
		margin-right: .625rem
	}
	.slider__title-link {
		background-color: transparent;
		transition: .3s
	}
	.slider__title-link--mobile {
		display: none
	}
	.slider__title-link--desktop {
		display: block
	}
	.slider__title-link:hover {
		background-color: hsla(0, 0%, 100%, .8);
		border-radius: 5px;
		box-shadow: 0 .1875rem .5rem rgba(103, 113, 150, .08);
		transition: .3s
	}
	.slider__navigation {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		position: absolute;
		right: .625rem;
		top: 0
	}
	.slider__navigation-arrow {
		width: 2.5rem;
		height: 2.5rem;
		background-color: #fff;
		box-shadow: 0 .1875rem .5rem 0 rgba(103, 113, 150, .02);
		background-position: 50% 50%;
		background-size: .375rem .5625rem;
		background-repeat: no-repeat;
		border-radius: 50%;
		cursor: pointer
	}
	.slider__navigation-arrow.swiper-button-disabled {
		opacity: .5;
		transition: .3s;
		cursor: no-drop
	}
	.slider__navigation-arrow--prev {
		transform: rotate(180deg);
		margin-right: .625rem
	}
	.slider__navigation-arrow--next,
	.slider__navigation-arrow--prev {
		background-image: url(../img/arrow-right-icon.svg)
	}
	.slider__list-container {
		overflow: visible;
		padding-bottom: 0;
		margin-bottom: 0
	}
	.slider__list-container:after {
		display: none
	}
	.slider__list {
		display: -ms-flexbox;
		display: flex;
		overflow: visible;
		padding: 0;
		padding-bottom: 2.5rem
	}
	.slider__list:after {
		display: none
	}
	.slider__item {
		width: auto;
		min-width: unset;
		max-width: unset;
		padding-bottom: 0;
		transition: .3s
	}
	.slider__item:hover {
		box-shadow: 0 .1875rem 3.125rem rgba(103, 113, 150, .16);
		transition: .3s
	}
	.slider__item--special .slider__header {
		font-size: .875rem;
		line-height: 1.875rem;
		font-weight: 400;
		color: #fff;
		margin-bottom: .9375rem
	}
	.slider__item--special .slider__header b {
		font-weight: 900;
		margin-right: .3125rem
	}
	.slider__item--special .slider__main-text {
		font-size: 1.5rem;
		line-height: 2.125rem;
		text-transform: uppercase;
		color: #fff
	}
	.slider__item--special .slider__link:hover .slider__image:after {
		background-color: rgba(0, 0, 0, .3)
	}
	.slider__item--special .slider__text-container {
		top: .4375rem
	}
	.slider__link .slider__image {
		position: relative
	}
	.slider__link .slider__image:after,
	.slider__link .slider__image:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: transparent;
		transition: .3s;
		z-index: 1
	}
	.slider__link:hover .slider__image:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .3);
		transition: .3s
	}
	.slider__link:hover .slider__image:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(61, 86, 175, .3);
		transition: .3s;
		z-index: 1
	}
	.slider__link:hover .slider__link-arrow {
		background-image: url(../img/link-other-icon-white.svg);
		transition: .3s
	}
	.slider__image {
		height: 12.5rem
	}
	.slider__image img {
		min-height: 12.5rem
	}
	.slider__top {
		height: 6.875rem
	}
	.slider__ava {
		width: 5rem;
		height: 5rem;
		top: 4.375rem
	}
	.slider__bottom {
		height: 10.625rem;
		padding: .9375rem .9375rem 1.25rem
	}
	.slider__name {
		font-size: 1rem;
		line-height: 1.25rem;
		color: #3d56af;
		margin-bottom: .5625rem
	}
	.slider__content {
		color: #444;
		font-size: .8125rem;
		line-height: 1.125rem
	}
	.slider__date {
		color: #aaa;
		font-size: .6875rem;
		line-height: 1rem;
		margin-top: auto
	}
}

@media (min-width:1290px) {
	.slider__wrapper {
		padding-left: 0;
		padding-right: 0;
		padding-top: 1.25rem
	}
	.slider__title {
		padding: 0
	}
}

.menu {
	background-color: #fff
}

.menu__list {
	border-top: 1px solid #eee;
	padding-top: .625rem;
	padding-bottom: .625rem
}

.menu__item {
	padding-left: .9375rem;
	padding-right: .9375rem;
	position: relative
}

.menu__item:last-of-type::before {
	display: none
}

.menu__item:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: .9375rem;
	width: calc(100% - 5.3125rem);
	height: 1px;
	background-color: #eee
}

.menu__item--visible .menu__bottom {
	display: block
}

.menu__item--visible .menu__top:after {
	transform: rotate(180deg)
}

.menu__item:first-of-type .menu__icon {
	background-image: url(../img/menu-icon1.svg);
	background-size: 1.25rem 1.3125rem
}

.menu__item:nth-of-type(2) .menu__icon {
	background-image: url(../img/menu-icon2.svg);
	background-size: 1.375rem 1.1875rem
}

.menu__item:nth-of-type(3) .menu__icon {
	background-image: url(../img/menu-icon3.svg);
	background-size: 1.4375rem 1.25rem
}

.menu__item:nth-of-type(4) .menu__icon {
	background-image: url(../img/menu-icon4.svg);
	background-size: 1.25rem 1.25rem
}

.menu__item:nth-of-type(5) .menu__icon {
	background-image: url(../img/menu-icon5.svg);
	background-size: 1.375rem 1.1875rem
}

.menu__item:last-of-type .menu__top::before {
	display: none
}

.menu__top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	padding-top: .625rem;
	padding-bottom: .625rem;
	position: relative
}

.menu__top:after {
	content: "";
	height: 3.75rem;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../img/dropdown-gray-icon.svg);
	background-size: .625rem .4375rem
}

.menu__icon,
.menu__top:after {
	width: 2.5rem;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.menu__icon {
	min-width: 2.5rem;
	height: 2.5rem;
	background-size: auto;
	border: 1px solid #ddd;
	border-radius: 50%;
	margin-right: .9375rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	transition: .3s
}

.menu__header-name {
	width: 100%;
	font-size: .875rem;
	line-height: 2.5rem;
	color: #444;
	position: relative
}

.menu__header-name:after {
	content: ""
}

.menu__bottom {
	display: none;
	-ms-flex-direction: column;
	flex-direction: column;
	counter-reset: a;
	list-style-type: none;
	padding-bottom: 1.125rem
}

.menu__point {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative
}

.menu__point:before {
	content: counter(a, decimal-leading-zero) ".";
	counter-increment: a;
	min-width: 2.5rem;
	width: 2.5rem;
	text-align: center;
	margin-right: .9375rem;
	color: #444;
	opacity: .2;
	font-size: .75rem;
	line-height: 2.5rem;
	padding-left: .125rem;
	position: absolute
}

.menu__point a {
	position: relative;
	width: 100%;
	height: 100%;
	padding-left: 3.4375rem
}

.menu__point-content {
	width: 100%;
	font-size: .75rem;
	line-height: 2.5rem;
	color: #444
}

.menu__bottom-links {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	padding: .625rem .9375rem;
	position: relative;
	overflow: hidden;
	margin-left: -.5px;
	margin-right: -.5px
}

.menu__bottom-links:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: -.9375rem;
	margin-right: -.9375rem;
	height: 1px;
	background-color: #eee
}

.menu__before {
	color: #444;
	font-size: .75rem;
	line-height: 2.5rem;
	margin-right: .3125rem;
	white-space: nowrap
}

.menu__link-lists-container {
	position: relative;
	overflow-x: scroll;
	overflow-y: hidden;
	margin-bottom: -1.875rem;
	padding-bottom: 1.875rem;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch
}

.menu__link-lists-container:after {
	content: "";
	position: absolute;
	background-color: #fff;
	left: 0;
	right: 0;
	bottom: .125rem;
	height: .25rem;
	z-index: 1
}

.menu__link-lists,
.menu__link-lists li {
	display: inline-block
}

.menu__link-lists li a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	padding-left: .4375rem;
	padding-right: .5rem
}

.menu__link-lists li:last-of-type {
	margin-right: 0
}

.menu__link-category {
	color: #3d56af;
	font-size: .75rem;
	line-height: 2.5rem;
	margin-right: .125rem
}

.menu__link-value {
	color: #6fc526;
	font-size: .75rem;
	line-height: 2.5rem;
	position: relative
}

.menu__link-value:before {
	content: "(";
	padding-right: .125rem
}

.menu__link-value:after,
.menu__link-value:before {
	color: #3d56af;
	font-size: .75rem;
	line-height: 1.125rem
}

.menu__link-value:after {
	content: ")";
	padding-left: .125rem
}

@media (min-width:1025px) {
	.menu {
		padding-top: 1.875rem;
		padding-bottom: 3.125rem
	}
	.menu__wrapper {
		padding-top: 0;
		padding-left: .9375rem;
		padding-right: .9375rem
	}
	.menu__list {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: start;
		justify-content: flex-start;
		position: relative;
		border-top: none;
		padding-top: 0;
		padding-bottom: 0
	}
	.menu__list:after {
		content: "";
		position: absolute;
		top: 3.75rem;
		left: 0;
		right: 0;
		width: 100%;
		height: 1px;
		background-color: #eee
	}
	.menu__item {
		padding: 0 0 1.25rem;
		border: 1px solid #eee;
		margin-left: -.5px;
		margin-right: -.5px;
		width: 100%
	}
	.menu__item:before {
		display: none
	}
	.menu__item:first-of-type {
		border-top-left-radius: 5px
	}
	.menu__item:last-of-type {
		margin-right: 0;
		border-top-right-radius: 5px
	}
	.menu__item:hover .menu__icon {
		border: 1px solid #6fc526;
		transition: .3s
	}
	.menu__top {
		padding-left: .9375rem;
		padding-right: .9375rem
	}
	.menu__top:after,
	.menu__top:before {
		display: none
	}
	.menu__bottom {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: .625rem 1.25rem .625rem .9375rem
	}
	.menu__bottom-links {
		border: 1px solid #eee;
		padding-left: .9375rem;
		border-top: none;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px
	}
	.menu__bottom-links:before {
		display: none
	}
	.menu__link-lists-container {
		white-space: normal;
		overflow: auto;
		margin-bottom: 0;
		padding-bottom: 0
	}
	.menu__link-lists-container:after {
		display: none
	}
	.menu__point {
		transition: .3s
	}
	.menu__point a {
		padding-top: .625rem;
		padding-bottom: .625rem
	}
	.menu__point:before {
		opacity: .2;
		transition: .2s ease .2s
	}
	.menu__point:hover .menu__point-arrow {
		opacity: 1;
		transform: translateX(0);
		transition: .2s ease .2s
	}
	.menu__point:hover .menu__point-content {
		color: #3d56af;
		transition: .3s
	}
	.menu__point-arrow,
	.menu__point:hover:before {
		opacity: 0;
		transition: .2s ease 0s
	}
	.menu__point-arrow {
		transform: translateX(-.625rem);
		width: 2.5rem;
		height: 2.5rem;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -1.25rem;
		background-image: url(../img/menu-arrow.svg);
		background-size: .5625rem .5rem;
		background-position: 50% 50%;
		background-repeat: no-repeat
	}
	.menu__point-content {
		padding-top: .625rem;
		padding-bottom: .625rem;
		line-height: 1.25rem;
		transition: .3s
	}
}

@media (min-width:1290px) {
	.menu__wrapper {
		padding-left: 0;
		padding-right: 0
	}
}

.adv,
.adv__container {
	position: relative
}

.adv__container:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: .125rem;
	height: .25rem;
	z-index: 1;
	background-color: #fff
}

.adv__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 0;
	padding: .625rem 0
}

.adv__list li {
	width: 15.3125rem;
	margin-right: .9375rem
}

.adv__list li a {
	padding: .625rem .9375rem;
	min-width: 15.625rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 5px
}

.adv__list li:first-of-type .adv__image {
	background-size: 3.5rem 3.6875rem;
	background-image: url(../img/adv-logo1.png)
}

.adv__list li:nth-of-type(2) .adv__image {
	background-size: 3.5rem 3.6875rem;
	background-image: url(../img/adv-logo2.png)
}

.adv__list li:nth-of-type(3) .adv__image {
	background-size: 3.5rem 3.6875rem;
	background-image: url(../img/adv-logo3.png)
}

.adv__list li:nth-of-type(4) .adv__image {
	background-size: 3.5rem 3.6875rem;
	background-image: url(../img/adv-logo4.png)
}
.adv__list1 li {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 3px 8px 0px rgba(103, 113, 150, 0.08) ;
}
.adv__container1::after {
	display: none !important;
}
.adv__image, .adv__image1 {
	width: 3.75rem;
	height: 3.75rem;
	display: block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-right: .9375rem
}
.adv__image1 {
	background-size: 3.5rem 3.6875rem;
}
.adv__content {
	width: 10.3125rem;
	font-size: .75rem;
	line-height: 1rem;
	color: #444
}

@media (min-width:1025px) {
	.adv {
		margin-bottom: 1.875rem
	}
	.adv__container:after {
		display: none
	}
	.adv__list {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		overflow: visible;
		padding: 0
	}
	.adv__list li {
		width: auto;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		margin-right: 0;
		border-radius: 5px;
		overflow: hidden
	}
	.adv__list li a {
		transition: .3s
	}
	.adv__list li a:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: transparent;
		z-index: 1;
		transition: .3s
	}
	.adv__list li a:hover {
		transition: .3s
	}
	.adv__list li a:hover:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, .04);
		z-index: 1;
		transition: .3s
	}
	.adv__list li:first-of-type .adv__image {
		background-size: cover;
		background-image: url(../img/adv-logo1.png)
	}
	.adv__list li:nth-of-type(2) .adv__image {
		background-size: cover;
		background-image: url(../img/adv-logo2.png)
	}
	.adv__list li:nth-of-type(3) .adv__image {
		background-size: cover;
		background-image: url(../img/adv-logo3.png)
	}
	.adv__list li:nth-of-type(4) .adv__image {
		background-size: cover;
		background-image: url(../img/adv-logo4.png)
	}
	.adv__image, .adv__image1 {
		width: 4.375rem;
		min-width: 4.375rem;
		height: 5rem
	}
	.adv__content {
		width: 100%
	}
}

.paste {
	background-image: url(../img/paste.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	max-width: 25.875rem;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	position: relative;
	z-index: 0
}

.paste--desktop {
	display: none
}

.paste__filter {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}

.paste__filter--black {
	z-index: 2;
	background-color: rgba(0, 0, 0, .5)
}

.paste__filter--blue {
	z-index: 1;
	background-color: rgba(61, 86, 175, .5)
}

.paste__wrapper {
	padding: 1.25rem .9375rem 1.5625rem;
	position: relative;
	z-index: 3
}

.paste__title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: baseline;
	align-items: baseline;
	position: relative
}

.paste__title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: -.9375rem;
	margin-right: -.9375rem;
	background-color: #fff;
	opacity: .1;
	height: 1px
}

.paste__head {
	font-size: 1.125rem;
	line-height: 1.5rem;
	color: #fff
}

.paste__title-link {
	font-size: .875rem;
	line-height: 1.5rem;
	color: #aaa;
	padding: .625rem
}

.paste__title-link--desktop {
	display: none
}

.paste__question {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem
}

.paste__icon {
	width: 2.5rem;
	min-width: 2.5rem;
	height: 2.5rem;
	background-image: url(../img/vote-icon.svg);
	background-size: .875rem .875rem;
	background-position: 50%;
	background-repeat: no-repeat;
	margin-right: .9375rem;
	border: 1px solid #fff;
	border-radius: 50%
}

.paste__body {
	color: #fff;
	font-size: .875rem;
	line-height: 1.125rem
}

.paste__answers {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.paste__answers li a {
	padding: .75rem 1.25rem .75rem 3.4375rem;
	color: #fff;
	font-size: .75rem;
	line-height: 1rem;
	display: block;
	position: relative;
	border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.paste__answers li a:before {
	content: "";
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/arrow-right-white.svg);
	background-position: 50% 50%;
	background-size: .375rem .5625rem;
	background-repeat: no-repeat
}

.paste__answers li:first-of-type a {
	border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.paste__results-poll {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	display: none
}

.paste__results-poll li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: .9375rem
}

.paste__results-poll li:last-of-type {
	margin-bottom: 0
}

.paste__results-poll li:first-of-type .paste__results-right::after {
	width: 9.375rem
}

.paste__results-poll li:nth-of-type(2) .paste__results-right:after {
	width: 7.5rem
}

.paste__results-left {
	display: -ms-flexbox;
	display: flex;
	width: 3.4375rem;
	min-width: 3.4375rem;
	padding-left: .625rem
}

.paste__percent,
.paste__percent-value {
	color: #6fc526;
	font-size: .75rem;
	line-height: 1rem
}

.paste__results-right {
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.paste__results-right:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #6fc526;
	height: .125rem;
	border-radius: 5px
}

.paste__show-var {
	color: #fff;
	font-size: .75rem;
	line-height: 1rem;
	padding-bottom: .625rem
}

@media (min-width:1025px) {
	.paste {
		max-width: unset
	}
	.paste--mobile {
		display: none
	}
	.paste--desktop {
		display: block;
		width: 100%;
		height: 100%
	}
	.paste__wrapper {
		width: 100%;
		height: 100%;
		padding: 1.25rem;
		padding-top: .9375rem;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.paste__title {
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.paste__head {
		margin-right: .625rem
	}
	.paste__title-link {
		font-size: .875rem;
		line-height: 1.5rem;
		transition: .3s
	}
	.paste__title-link:hover {
		color: #fff;
		transition: .3s
	}
	.paste__title-link--mobile {
		display: none
	}
	.paste__title-link--desktop {
		display: inline
	}
	.paste__body {
		color: #fff;
		font-size: 1rem;
		line-height: 1.25rem
	}
	.paste__answers li a {
		color: #fff;
		font-size: .8125rem;
		line-height: 1.125rem;
		transition: .3s
	}
	.paste__answers li a:hover {
		background-color: hsla(0, 0%, 100%, .1);
		transition: .3s
	}
	.paste__results {
		margin-top: auto;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.paste__results,
	.paste__social {
		display: -ms-flexbox;
		display: flex
	}
	.paste__social {
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: .625rem
	}
	.paste__soc-item--vk .paste__button-icon {
		background-image: url(../img/vk-icon.svg);
		background-size: .9375rem .5625rem
	}
	.paste__soc-item--fb .paste__button-icon {
		background-image: url(../img/fb-icon.svg);
		background-size: .4375rem .8125rem
	}
	.paste__soc-item--tw .paste__button-icon {
		background-image: url(../img/tw-icon.svg);
		background-size: .875rem .625rem
	}
	.paste__soc-item--google .paste__button-icon {
		background-image: url(../img/google-icon.svg);
		background-size: 1.0625rem .75rem
	}
	.paste__soc-item:last-of-type {
		margin-right: 0
	}
	.paste__button {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center
	}
	.paste__button--vote .paste__button-value {
		padding-right: .625rem
	}
	.paste__button:hover .paste__button-icon:after {
		border: .0625rem solid #fff;
		transition: .3s
	}
	.paste__button-icon {
		display: block;
		width: 1.875rem;
		height: 1.875rem;
		background-repeat: no-repeat;
		background-position: 50%;
		position: relative;
		margin-right: .375rem
	}
	.paste__button-icon:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		transition: .3s;
		border: .0625rem solid hsla(0, 0%, 67%, .3)
	}
	.paste__signature {
		color: #aaa;
		font-size: .6875rem;
		line-height: 1rem
	}
	.paste__button-value {
		color: #aaa;
		font-size: .75rem;
		line-height: 1.5rem
	}
}

@media (max-width:1024px) {
	.paste {
		max-width: unset
	}

	.paste__wrapper {
		width: 100%;
		height: 100%;
		padding: 1.25rem;
		padding-top: .9375rem;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.paste__title {
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.paste__head {
		margin-right: .625rem
	}
	.paste__title-link {
		font-size: .875rem;
		line-height: 1.5rem;
		transition: .3s
	}
	.paste__title-link:hover {
		color: #fff;
		transition: .3s
	}
	.paste__title-link--mobile {
		display: none
	}
	.paste__title-link--desktop {
		display: inline
	}
	.paste__body {
		color: #fff;
		font-size: 1rem;
		line-height: 1.25rem
	}
	.paste__answers li a {
		color: #fff;
		font-size: .8125rem;
		line-height: 1.125rem;
		transition: .3s
	}
	.paste__answers li a:hover {
		background-color: hsla(0, 0%, 100%, .1);
		transition: .3s
	}
	.paste__results {
		margin-top: auto;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.paste__results,
	.paste__social {
		display: -ms-flexbox;
		display: flex
	}
	.paste__social {
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: .625rem
	}
	.paste__soc-item--vk .paste__button-icon {
		background-image: url(../img/vk-icon.svg);
		background-size: .9375rem .5625rem
	}
	.paste__soc-item--fb .paste__button-icon {
		background-image: url(../img/fb-icon.svg);
		background-size: .4375rem .8125rem
	}
	.paste__soc-item--tw .paste__button-icon {
		background-image: url(../img/tw-icon.svg);
		background-size: .875rem .625rem
	}
	.paste__soc-item--google .paste__button-icon {
		background-image: url(../img/google-icon.svg);
		background-size: 1.0625rem .75rem
	}
	.paste__soc-item:last-of-type {
		margin-right: 0
	}
	.paste__button {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center
	}
	.paste__button--vote .paste__button-value {
		padding-right: .625rem
	}
	.paste__button:hover .paste__button-icon:after {
		border: .0625rem solid #fff;
		transition: .3s
	}
	.paste__button-icon {
		display: block;
		width: 1.875rem;
		height: 1.875rem;
		background-repeat: no-repeat;
		background-position: 50%;
		position: relative;
		margin-right: .375rem
	}
	.paste__button-icon:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		transition: .3s;
		border: .0625rem solid hsla(0, 0%, 67%, .3)
	}
	.paste__signature {
		color: #aaa;
		font-size: .6875rem;
		line-height: 1rem
	}
	.paste__button-value {
		color: #aaa;
		font-size: .75rem;
		line-height: 1.5rem
	}
}

.news {
	background-color: #f5f5f5
}

.news__wrapper {
	padding: 1.25rem .9375rem 1.875rem;
	position: relative
}

.news__wrapper:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: -.9375rem;
	height: 1px;
	background-color: #eee
}

.news__title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: .9375rem
}

.news__head {
	font-size: 1.125rem;
	line-height: 1.5rem;
	color: #444;
	margin-right: .625rem
}

.news__title-link--desktop,
.news__title-link--subscribe {
	display: none
}

.news__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: .3125rem
}

.news__item {
	width: 100%;
	margin-bottom: .9375rem;
	box-shadow: 0 .1875rem .5rem 0 rgba(103, 113, 150, .08);
	overflow: hidden;
	border-radius: 5px
}

.news__item:last-of-type {
	margin-bottom: 0
}

.news__item:nth-of-type(5),
.news__item:nth-of-type(6),
.news__item:nth-of-type(7) {

}

.news__item--top .news__hit {
	display: block;
	background-color: #6fc526;
	position: absolute;
	bottom: 1.25rem;
	left: .9375rem;
	color: #fff;
	font-size: .5625rem;
	line-height: 1.25rem;
	font-weight: 500;
	padding-left: .3125rem;
	padding-right: .3125rem
}

.news__item--special {
	display: none
}

.news__link {
	display: block;
	width: 100%;
	height: 100%
}

.news__hit {
	display: none
}

.news__top {
	display: block;
	height: 12.5rem;
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative
}

.news__bottom {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	height: 10.625rem;
	background-color: #fff;
	padding: .9375rem .9375rem 1.25rem
}

.news__bottom-head {
	font-size: .875rem;
	line-height: 1.125rem;
	color: #3d56af;
	margin-bottom: .625rem
}

.news__content {
	color: #444;
	font-size: .75rem;
	font-weight: 400;
	line-height: 1rem
}

.news__signature {
	margin-top: auto;
	-ms-flex-pack: start;
	justify-content: flex-start;
	color: #aaa;
	font-size: .6875rem;
	line-height: 1rem
}

.news__button-container,
.news__signature {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}

.news__button-container {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1.25rem
}

@media (min-width:660px) {
	.news__list {
		display: -ms-flexbox;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.news__item {
		max-width: 48.6%;
		width: 48.6%;
		margin-right: .625rem
	}
	.news__item:nth-of-type(2n) {
		margin-right: 0
	}
}

@media (min-width:1025px) {
	.news__wrapper {
		padding-top: 1.25rem;
		padding-bottom: 1.875rem
	}
	.news__wrapper:after {
		margin: 0
	}
	.news__title {
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.news__list {
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: .3125rem
	}
	.news__item {
		width: 100%;
		max-width: 32%;
		-ms-flex-preferred-size: 33%;
		flex-basis: 33%;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin-right: .625rem;
		margin-bottom: 1.5625rem;
		transition: .3s
	}
	.news__item:hover {
		box-shadow: 0 .1875rem 3.125rem rgba(103, 113, 150, .16);
		transition: .3s
	}
	.news__item:nth-of-type(2n) {
		margin-right: .625rem
	}
	.news__item--special {
		margin-right: 0;
		height: 26.5625rem;
		display: block
	}
	.news__item:nth-of-type(3n) {
		margin-right: 0
	}
	.news__item:nth-of-type(5),
	.news__item:nth-of-type(6),
	.news__item:nth-of-type(7) {
		display: block
	}
	.news__link .news__top {
		position: relative
	}
	.news__link .news__top:after,
	.news__link .news__top:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: transparent;
		transition: .3s;
		z-index: 1
	}
	.news__link:hover .news__top:before {
		background-color: rgba(0, 0, 0, .3)
	}
	.news__link:hover .news__top:after,
	.news__link:hover .news__top:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: .3s
	}
	.news__link:hover .news__top:after {
		background-color: rgba(61, 86, 175, .3);
		z-index: 1
	}
	.news__top {
		height: 15rem
	}
	.news__bottom {
		height: 11.5625rem
	}
	.news__title {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: baseline;
		align-items: baseline
	}
	.news__head {
		font-size: 1.5rem;
		line-height: 2.125rem;
		color: #444
	}
	.news__title-link--mobile {
		display: none
	}
	.news__title-link--desktop,
	.news__title-link--subscribe {
		display: inline
	}
	.news__point {
		-ms-flex-align: start;
		align-items: flex-start
	}
	.news__point:before {
		padding-top: .625rem;
		padding-bottom: .625rem;
		line-height: 1.25rem
	}
}

@media (min-width:1290px) {
	.news__wrapper {
		padding-left: 0;
		padding-right: 0
	}
}

.city {
	display: none
}

@media (min-width:1025px) {
	.city {
		display: block;
		position: fixed;
		z-index: -666;
		opacity: 0;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		background-color: #fff;
		transition: opacity .5s ease 0s, z-index 0s linear .5s
	}
	.city--visible {
		z-index: 666;
		opacity: 1;
		transition: opacity .5s ease 0s, z-index 0s linear 0s
	}
	.city__wrapper {
		width: 100%;
		height: 100%;
		padding-top: 4.375rem;
		padding-bottom: 4.375rem
	}
	.city__container {
		max-width: 62.5rem;
		margin-left: auto;
		margin-right: auto
	}
	.city__search-container {
		position: relative;
		width: 100%;
		height: 3.75rem;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-right: 3.75rem
	}
	.city__search-container input {
		width: 100%;
		background-color: #f5f5f5;
		padding: .625rem .625rem .625rem 1.25rem;
		border: none;
		border-radius: 5px
	}
	.city__search-container input::-webkit-input-placeholder {
		color: #aaa;
		font-size: .875rem;
		font-weight: 400;
		line-height: 1rem
	}
	.city__search-container input::-moz-placeholder {
		color: #aaa;
		font-size: .875rem;
		font-weight: 400;
		line-height: 1rem
	}
	.city__search-container input:-ms-input-placeholder {
		color: #aaa;
		font-size: .875rem;
		font-weight: 400;
		line-height: 1rem
	}
	.city__search-container input:-moz-placeholder {
		color: #aaa;
		font-size: .875rem;
		font-weight: 400;
		line-height: 1rem
	}
	.city__search-button {
		position: absolute;
		right: 0;
		top: 0;
		border: none;
		background-color: #f5f5f5;
		background-image: url(../img/search-icon.svg);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		background-size: .875rem .875rem;
		cursor: pointer;
		transition: .3s;
		width: 3.75rem;
		height: 100%;
		padding: 0
	}
	.city__search-button:active,
	.city__search-button:hover {
		background-color: rgba(61, 86, 175, .1);
		transition: .3s
	}
	.city__search-signature {
		color: #aaa;
		font-size: .75rem;
		line-height: 1.875rem;
		opacity: .5;
		display: -ms-flexbox;
		display: flex
	}
	.city__search-signature span {
		display: block;
		margin-right: .3125rem
	}
	.city__search-signature span:last-of-type {
		letter-spacing: .5px
	}
	.city__results {
		padding: .625rem;
		columns: 4;
		column-gap: 1.875rem
	}
	.city__results a {
		display: block;
		font-size: .875rem;
		line-height: 2.5rem;
		color: #3d56af;
		font-weight: 400;
		padding-left: .625rem;
		padding-right: .625rem;
		background-color: transparent;
		white-space: nowrap;
		transition: .3s;
		border-radius: 5px
	}
	.city__results a:hover {
		background-color: rgba(0, 0, 0, .04);
		transition: .3s
	}
	.city__no-results {
		display: block;
		font-size: .875rem;
		line-height: 2.5rem;
		color: #000;
		font-weight: 400;
		padding-left: .625rem;
		padding-right: .625rem;
		background-color: transparent;
		white-space: nowrap;
		transition: .3s;
		border-radius: 5px
	}
	.city__close-button {
		position: absolute;
		width: 3.75rem;
		height: 100%;
		top: 0;
		right: 0;
		background-repeat: no-repeat;
		background-color: hsla(0, 0%, 93%, .3);
		background-position: 50% 1.25rem;
		background-image: url(../img/close-icon-black.svg);
		transition: .3s;
		cursor: pointer
	}
	.city__close-button:active,
	.city__close-button:hover {
		background-color: hsla(0, 0%, 93%, .6);
		transition: .3s
	}
}

.button {
	font-size: .75rem;
	line-height: 2.5rem;
	color: #444;
	height: 2.5rem;
	background-color: hsla(0, 0%, 100%, .8);
	display: inline;
	padding-left: 2.1875rem;
	padding-right: 2.1875rem;
	border-radius: 5px;
	box-shadow: 0 .1875rem .5rem 0 rgba(103, 113, 150, .08);
	transition: .3s
}

.button:hover {
	background-color: #fff;
	transition: .3s
}

.button-green {
	background-color: #6fc526;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	font-size: .875rem;
	line-height: 3.125rem;
	font-weight: 500;
	box-shadow: 0 .1875rem .5rem rgba(103, 113, 150, .08);
	border-radius: 5px;
	color: #fff;
	border: none;
	text-transform: uppercase;
	position: relative;
	transition: .3s;
	cursor: pointer
}

@media (min-width:1025px) {
	.button,
	.button:hover {
		transition: .3s
	}
	.button:hover {
		box-shadow: 0 .1875rem 3.125rem rgba(103, 113, 150, .16)
	}
	.button-green:active,
	.button-green:hover {
		background-color: #599e1e;
		transition: .3s
	}
}

.personal {
	position: fixed;
	z-index: -666;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #3d56af;
	background-image: url(../img/main-background.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	transform: translateX(100%);
	transition: z-index 1s linear 0s, transform .5s ease 0s
}

.personal--visible {
	z-index: 666;
	transform: translateX(0);
	transition: z-index 0s linear 0s, transform .5s ease 0s
}

.personal__wrapper {
	width: 100%;
	height: 100%;
	position: relative
}

.personal__close-button {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 3.75rem;
	height: 3.75rem;
	background-image: url(../img/close-icon.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 1.125rem 1.125rem;
	cursor: pointer
}

.personal__profile {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 17.5rem
}

.personal__profile li {
	width: 100%;
	position: relative
}

.personal__profile li:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: .0625rem;
	background-color: hsla(0, 0%, 93%, .1)
}

.personal__profile li a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: .875rem;
	line-height: 3.125rem;
	font-weight: 500
}

.personal__profile li.personal__exit-item:before {
	display: none
}

.personal__profile li.personal__exit-item a {
	opacity: .3
}

.personal__body {
	display: none
}

.personal__body--active {
	display: block
}

.personal__body--recover form,
.personal__body--reg form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center
}

.personal__succes-recover {
	display: none
}

.personal__content {
	position: relative
}

.personal__content:after {
	content: "";
	position: absolute;
	top: 3.6875rem;
	left: 0;
	right: 0;
	height: 1px;
	background-color: hsla(0, 0%, 100%, .3)
}

.personal__content-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 23.4375rem;
	padding: .625rem 1.875rem 2.5rem
}

.personal__tabs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 2.5rem
}

.personal__tab {
	display: block;
	color: #fff;
	font-size: .875rem;
	line-height: 3.125rem;
	font-weight: 500;
	opacity: .3;
	padding-left: .9375rem;
	padding-right: .9375rem;
	position: relative
}

.personal__tab--active {
	opacity: 1
}

.personal__tab--active:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color: #fff
}

.personal__buttons-holder {
	margin-bottom: 1.25rem
}

.personal__auth-link {
	display: block;
	width: 100%;
	padding-left: .9375rem;
	padding-right: 2.8125rem;
	font-size: .875rem;
	line-height: 3.125rem;
	color: #fff;
	box-shadow: 0 .1875rem .5rem rgba(103, 113, 150, .08);
	border-radius: 5px;
	position: relative;
	margin-bottom: .625rem
}

.personal__auth-link:last-of-type {
	margin-bottom: 0
}

.personal__auth-link--facebook {
	background-color: #4267b2
}

.personal__auth-link--facebook .personal__auth-icon {
	background-image: url(../img/fb-icon.svg);
	background-size: .4375rem .75rem
}

.personal__auth-link--vkontakte {
	background-color: #4a76a8
}

.personal__auth-link--vkontakte .personal__auth-icon {
	background-image: url(../img/vk-icon.svg);
	background-size: .9375rem .5625rem
}

.personal__auth-link--google {
	background-color: #e53935
}

.personal__auth-link--google .personal__auth-icon {
	background-image: url(../img/google-icon.svg);
	background-size: 1.0625rem .75rem
}

.personal__auth-icon {
	position: absolute;
	width: 1.875rem;
	height: 1.875rem;
	top: 50%;
	right: .625rem;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transition: .3s
}

.personal__auth-icon:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: .0625rem solid hsla(0, 0%, 100%, .3);
	transition: .3s
}

.personal__clutch {
	position: relative;
	margin-bottom: 1.25rem
}

.personal__clutch p {
	font-size: .875rem;
	line-height: 1rem;
	color: #fff;
	opacity: .2;
	text-align: center;
	padding-left: 1.25rem;
	padding-right: 1.25rem
}

.personal__clutch:before {
	left: 0
}

.personal__clutch:after,
.personal__clutch:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 38%;
	height: 1px;
	background-color: hsla(0, 0%, 100%, .2)
}

.personal__clutch:after {
	right: 0
}

.personal__form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center
}

.personal__error-message {
	width: 100%;
	padding: .9375rem;
	font-size: .875rem;
	line-height: 1rem;
	color: #e53935;
	border: 1px solid #e53935;
	background-color: #fff;
	border-radius: 5px;
	position: relative;
	margin-bottom: .9375rem
}

.personal__error-message:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(229, 57, 53, .1)
}

.personal__input {
	width: 100%;
	height: 3.125rem;
	padding: .625rem .9375rem;
	border: 1px solid transparent;
	border-radius: 5px;
	box-shadow: 0 3px 8px rgba(103, 113, 150, .08);
	font-size: .875rem;
	line-height: normal;
	margin-bottom: .625rem;
	transition: .3s
}

.personal__input:last-of-type {
	margin-bottom: 0
}

.personal__input--error {
	border: 1px solid #e53935;
	transition: .3s
}

.personal__input::-webkit-input-placeholder {
	color: #aaa;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1rem
}

.personal__input::-moz-placeholder {
	color: #aaa;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1rem
}

.personal__input:-ms-input-placeholder {
	color: #aaa;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1rem
}

.personal__input:-moz-placeholder {
	color: #aaa;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1rem
}

.personal__button {
	margin-top: 1.25rem;
	width: 12.5rem
}

.personal__button--enter {
	width: 100%;
}

.personal__button--reg {
	width: 15.625rem
}

.personal__button--recover {
	width: 13.125rem
}

.personal__links-container {
	margin-top: .625rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}

.personal__link {
	display: block;
	width: 100%;
	font-size: .875rem;
	line-height: 2.5rem;
	color: #fff;
	text-align: center;
	border-radius: 5px
}

.personal__link--recover,
.personal__link--reg {
	max-width: 13.125rem
}

.personal__head {
	font-size: 1.125rem;
	line-height: 1.5rem;
	color: #fff;
	margin-bottom: 1.25rem
}

.personal__signature {
	max-width: 15.625rem;
	text-align: center;
	color: #fff;
	font-size: .6875rem;
	line-height: 1rem;
	font-weight: 400;
	opacity: .3;
	margin-top: 1.25rem
}

.personal__success-recover {
	margin-left: auto;
	margin-right: auto;
	max-width: 23.4375rem;
	padding: 5.625rem 1.875rem 2.5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center
}

.personal__success-head {
	color: #fff;
	font-size: 1.125rem;
	line-height: 1.5rem;
	margin-bottom: 1.25rem;
	text-align: center
}

.personal__success-text {
	max-width: 15rem;
	margin-left: auto;
	margin-right: auto;
	font-size: .875rem;
	line-height: 1.125rem;
	color: #fff;
	margin-bottom: 1.875rem;
	text-align: center
}

.personal__success-button {
	width: 13.125rem;
	text-align: center
}

#alerts {
	text-align: center;
	font-size: 1.4em;
}

@media (min-width:1025px) {
	.personal {
		z-index: -666;
		opacity: 0;
		transition: z-index 0s linear .5s, transform .5s ease 0s, opacity 1s ease 0s;
		overflow-x: hidden;
		background-image: none
	}
	.personal,
	.personal--visible {
		transform: translateX(0);
		background-color: rgba(0, 0, 0, .4)
	}
	.personal--visible {
		z-index: 666;
		opacity: 1;
		transition: z-index 0s linear 0s, transform .5s ease 0s, opacity 1s ease 0s
	}
	.personal--visible .personal__wrapper {
		transform: translateX(0);
		transition: transform .5s ease 0s
	}
	.personal__wrapper {
		max-width: 28.75rem;
		min-height: 100%;
		height: unset;
		background-color: #fff;
		transform: translateX(100%);
		transition: transform .5s ease 0s;
		padding: 0 3.75rem;
		margin-left: auto
	}
	.personal__container {
		max-width: 17.5rem
	}
	.personal__content-wrapper {
		padding-left: 0;
		padding-right: 0
	}
	.personal__auth-link {
		display: block;
		width: 100%;
		font-size: .875rem;
		line-height: 3.125rem;
		color: #fff;
		box-shadow: 0 .1875rem .5rem rgba(103, 113, 150, .08);
		border-radius: 5px;
		transition: .3s
	}
	.personal__auth-link:hover .personal__auth-icon:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		border: .0625rem solid #fff;
		transition: .3s
	}
	.personal__auth-link--facebook {
		background-color: #4267b2
	}
	.personal__auth-link--facebook:hover {
		background-color: #35528e
	}
	.personal__auth-link--vkontakte {
		background-color: #4a76a8
	}
	.personal__auth-link--vkontakte:hover {
		background-color: #3b5e86
	}
	.personal__auth-link--google {
		background-color: #e53935
	}
	.personal__auth-link--google:hover {
		background-color: #b72e2a
	}
	.personal__content:after {
		background-color: #eee;
		right: 3.75rem
	}
	.personal__tab {
		color: #444;
		font-weight: 400;
		opacity: 1
	}
	.personal__tab:after {
		background-color: #eee
	}
	.personal__tab--active {
		color: #3d56af;
		z-index: 999
	}
	.personal__tab--active:after {
		background-color: #3d56af
	}
	.personal__link {
		color: #3d56af
	}
	.personal__link:hover {
		background-color: rgba(0, 0, 0, .04)
	}
	.personal__head {
		color: #444
	}
	.personal__clutch:after,
	.personal__clutch:before {
		background-color: #eee
	}
	.personal__clutch p {
		color: #aaa;
		opacity: .3
	}
	.personal__input {
		background-color: #f5f5f5;
		box-shadow: none
	}
	s .personal__input:hover {
		background-color: #eaeaea;
		transition: .3s
	}
	.personal__input:active,
	.personal__input:focus {
		border: 1px solid #ddd;
		background-color: #f5f5f5;
		transition: .3s
	}
	.personal__close-button {
		position: fixed;
		width: 3.75rem;
		height: 100%;
		top: 0;
		right: 0;
		background-color: hsla(0, 0%, 93%, .3);
		background-position: 50% 1.25rem;
		background-image: url(../img/close-icon-black.svg);
		transition: .3s
	}
	.personal__close-button:active,
	.personal__close-button:hover {
		background-color: hsla(0, 0%, 93%, .6);
		transition: .3s
	}
}

.paste__results-right {
	width: 100% !important;
}

#jquery-live-search{
    border-color: #D9D9D9 #CCCCCC #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background: #fcfcfc;
    z-index: 10000;
}

#jquery-live-search ul{
    margin-top: 5px;
}

#jquery-live-search ul li{
    line-height: 22px;
    padding: 0 7px;
    cursor: pointer;
    color:#333;
}

#jquery-live-search ul li:hover{
    /*background: #e6e6e6;*/
    background: #B1A5A5;
}

.vacancies__button {
	margin-top: 10px;
	color:#fff !important;
	font-size: 14px !important;
}
.button--blue:hover {
	background-color: #31458c !important;
}
.button--transparent {
	background-color: rgba(0,0,0,0.1) !important;
}
.sendResume {
	cursor: pointer;
}
.sendResume.active {
	font-weight: bold;
}

.header__logo-text span {
    color: #6cc706 !important;
}
.header__logo-circle {
    width: 1.125rem;
    height: 1.125rem;
    display: block;
    border: 2px solid #6fc526;
    border-radius: 50%;
    position: absolute;
    top:90px;

}
.header__logo-circle::after {

    width: 1.875rem;
    height: 1.875rem;
    border: 1px solid #6fc526;
    border-radius: 50%;
    opacity: .3;

}
.header__logo-circle::after, .header__logo-circle::before {

    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

}
.header__logo-circle::before {

    width: .375rem;
    height: .375rem;
    background-color: #fff;
    border-radius: 50%;

}
.header__logo-text, .header__logo-text *{
	text-transform: capitalize !important;
}
.header__logo-text span {
    color: #6cc706 !important;
}
.header__logo-circle {
    width: 1.125rem;
    height: 1.125rem;
    display: block;
    border: 2px solid #6fc526;
    border-radius: 50%;
    position: absolute;
    top:90px;

}
.header__logo-circle::after {

    width: 1.875rem;
    height: 1.875rem;
    border: 1px solid #6fc526;
    border-radius: 50%;
    opacity: .3;

}
.header__logo-circle::after, .header__logo-circle::before {

    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

}
.header__logo-circle::before {

    width: .375rem;
    height: .375rem;
    background-color: #fff;
    border-radius: 50%;

}
.header__logo-text, .header__logo-text *{
	text-transform: capitalize !important;
}

.news--schools iframe {
	margin-top: 50px;
	margin-bottom: 50px;
}
.header__logo-text span, .header__logo-text {
	font-size: 11px !important;
}
.header__logo-desktop {
	padding-top: 10px !important;
}
section.school {
	background-color: #f5f5f5;
}
.school-contacts__table * {
	font-size: 13px !important;
}
.school-contacts__table td {
	padding-bottom: 5px !important;
}
.slider__partners-name {
	min-height: 82px !important;
}
.marginB35 *{
	font-size: 13px !important;
}
.school-info__post-scriptum {
	margin-top: 20px;
}
#extras li {
	font-size: 12px;
}
#extras {
	color:#444;
}